<?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" /><Member Name="preview" Value="4" /></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="previewScope" Type="Collection(graph.directoryObject)" /><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="cancelScope" Abstract="true" /><ComplexType Name="cancelRunsScope" BaseType="microsoft.graph.identityGovernance.cancelScope"><NavigationProperty Name="runs" Type="Collection(microsoft.graph.identityGovernance.run)" /></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="previewFailedTask"><Property Name="definitionId" Type="Edm.String" Nullable="false" /><Property Name="failureReason" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="taskId" Type="Edm.String" 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="previewTaskFailures" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><ReturnType Type="Collection(microsoft.graph.identityGovernance.previewFailedTask)" /></Action><Action Name="previewWorkflow" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><Parameter Name="subjects" Type="Collection(graph.directoryObject)" /></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.identityGovernance.workflowExecutionType/preview"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-12" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-02-28" /><PropertyValue Property="Version" String="2025-01/PrivatePreview:organizationalUnit" /></Record></Collection></Annotation></Annotations><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.cloudPcDeviceImageStatusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this enumeration will no longer be supported and will be marked as deprecated. Please use cloudPcDeviceImageErrorCode instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/cloudPcDeviceImageStatusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcProvisioningType/shared"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-03-31" /><PropertyValue Property="Description" String="Starting from April 30, 2027, this property will no longer be supported and will be marked as deprecated. Please use sharedByUser instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-04-30" /><PropertyValue Property="Version" String="2024-03/shared" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcRecommendationReportType/cloudPcUsageCategoryReports"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-27" /><PropertyValue Property="Description" String="Starting from December 31, 2025, this enum type ('cloudPcUsageCategoryReports') will be deprecated and no longer supported. Please use 'cloudPcUsageCategoryReport' instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-31" /><PropertyValue Property="Version" String="2025-08/cloudPcUsageCategoryReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcReportName/remoteConnectionQualityReports"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-10" /><PropertyValue Property="Description" String="Starting from December 31, 2024, this member ('remoteConnectionQualityReports') will be deprecated and no longer supported. Please use 'remoteConnectionQualityReport' instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-31" /><PropertyValue Property="Version" String="2024-09/remoteConnectionQualityReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcReportName/cloudPcUsageCategoryReports"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-09-01" /><PropertyValue Property="Description" String="Starting from December 31, 2025, this member ('cloudPcUsageCategoryReports') will be deprecated and no longer supported. Please use 'cloudPcUsageCategoryReport' instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-31" /><PropertyValue Property="Version" String="2025-09/cloudPcUsageCategoryReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcStatus/updatingSingleSignOn"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="The updatingSingleSignOn member is deprecated and will not be supported starting August 31, 2024. Please use modifyingSingleSignOn instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/updatingSingleSignOn" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.frontlineCloudPcAccessState/noLicensesAvailable"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-18" /><PropertyValue Property="Description" String="Starting from Sept 30, 2024, enum member noLicensesAvailable will be deprecated and no longer supported." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-09-30" /><PropertyValue Property="Version" String="2024-04/noLicensesAvailable" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.ediscovery.exportOptions/fileInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The fileInfo will be deprecated on April 30, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-04-30" /><PropertyValue Property="Version" String="2023-01/fileInfo" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security.exportOptions/fileInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The fileInfo will be deprecated on July 30, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-30" /><PropertyValue Property="Version" String="2023-01/fileInfo" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationJobStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationJobType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-09" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2025-07/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationServiceStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-11-15" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></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.mailboxType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-05-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-05-10" /><PropertyValue Property="Version" String="2023-05/PrivatePreview:ProtectionPolicy" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/occupancy"><Annotation Term="Org.OData.Core.V1.Description" String="The occupancy sensor type." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/peopleCount"><Annotation Term="Org.OData.Core.V1.Description" String="The people count sensor type." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/inferredOccupancy"><Annotation Term="Org.OData.Core.V1.Description" String="The inferred Occupancy sensor type." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/heartbeat"><Annotation Term="Org.OData.Core.V1.Description" String="The heartbeat sensor type." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/badge"><Annotation Term="Org.OData.Core.V1.Description" String="The badge swipe sensor type." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="The unknown feature value." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorType/wifi"><Annotation Term="Org.OData.Core.V1.Description" String="The Wifi sensor type." /></Annotations><Annotations Target="microsoft.graph.mailboxRecipientType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-02-17" /><PropertyValue Property="Description" String="The UserPurposeV2 API is deprecated and will stop returning data on April 30, 2022. Please use the UserPurpose API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-04-30" /><PropertyValue Property="Version" String="2022-02/Users" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolderOperationStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-29" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2024-04/PrivatePreview:updateAllMessagesReadStateAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.sharingScope/anonymous"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-12-05" /><PropertyValue Property="Description" String="The anonymous enum value is deprecated. To obtain an anonymous sharing link, select a scope of anyone, and make sure the requiresAuthentication variant is not active." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-05" /><PropertyValue Property="Version" String="2023-12/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.sharingScope/users"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-12-05" /><PropertyValue Property="Description" String="The users enum value is deprecated. Use specificPeople instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-05" /><PropertyValue Property="Version" String="2023-12/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.algorithm"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-08" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-08" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.confidenceLevel"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-08" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-08" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.intentCategory"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-08" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-08" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.synchronizationSecret"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="Use connectivityParameter and SynchronizationJobSettings instead. This enum will be removed." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accessPackageCustomExtensionHandlerStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentMode"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment mode for an enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentMode/corporateOwnedAOSPUserlessDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Corporate owned, userless Android Open Source Project (AOSP) device, without Google Mobile Services." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentMode/corporateOwnedAOSPUserAssociatedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Corporate owned, user-associated Android Open Source Project (AOSP) device, without Google Mobile Services." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentTokenType"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment token type for an enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentTokenType/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default token type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentTokenType/corporateOwnedDedicatedDeviceWithAzureADSharedMode"><Annotation Term="Org.OData.Core.V1.Description" String="Token type for Azure AD shared dedicated device enrollment. It applies to CorporateOwnedDedicatedDevice enrollment mode only." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentTokenType/deviceStaging"><Annotation Term="Org.OData.Core.V1.Description" String="Token type for Android Device Staging enrollment type. It applies to CorporateOwnedFullyManaged and CorporateOwnedWorkProfile only." /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItemDataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data type for a configuration item inside an Android for Work application's custom configuration schema" /></Annotations><Annotations Target="microsoft.graph.androidForWorkBindStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Android for Work device management targeting type for the account" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Sync status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountAppSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Sync status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountBindStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnrollmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Android for Work device management targeting type for the account" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItemDataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data type for a configuration item inside an Android application's custom configuration schema" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreLayoutType"><Annotation Term="Org.OData.Core.V1.Description" String="The store layout types for Managed Google Play. Values correspond directly to the store layout types of Google enterprise objects." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreLayoutType/basic"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Basic store layout where all approved apps are automatically visible in the Google Play Store." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreLayoutType/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a customized Google Play Store layout where only apps added to a specific collection in the Intune admin portal are visible in the Google Play Store on managed devices." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreLayoutType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.aospWifiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="This enum represents Wi-Fi Security Types for Android Device Owner AOSP Scenarios." /></Annotations><Annotations Target="microsoft.graph.aospWifiSecurityType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No security type." /></Annotations><Annotations Target="microsoft.graph.aospWifiSecurityType/wpa"><Annotation Term="Org.OData.Core.V1.Description" String="WPA-Pre-shared-key" /></Annotations><Annotations Target="microsoft.graph.aospWifiSecurityType/wep"><Annotation Term="Org.OData.Core.V1.Description" String="WEP-Pre-shared-key" /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the type of the targets that devices will become members of when enrolled with the associated profile. Possible values are staticSecurityGroup." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetType/staticSecurityGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device membership target specified refer to static Entra Security Groups." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the Validation error of the device membership target.The API will validate the device membership targets specified by the admin to ensure that they exist, that they are of the proper type, and any other target requirements are met such as that the Intune Device Provisioning First Party App is an owner of the target." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/securityGroupNotFound"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates device membership target cannot be found." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/notSecurityGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates device membership target is not a security group." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/notStaticSecurityGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates device membership target which is security group but not a static one." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/firstPartyAppNotAnOwner"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates required first party app not the owner of that device membership target." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/securityGroupNotInCallerScope"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that device membership target of type security group is not in the RBAC scope of the caller." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedGooglePlayEnterpriseType"><Annotation Term="Org.OData.Core.V1.Description" String="Bind Type of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.managedGooglePlayEnterpriseType/enterpriseTypeUnspecified"><Annotation Term="Org.OData.Core.V1.Description" String="The enterprise type is not determined or is unknown. This value is not used." /></Annotations><Annotations Target="microsoft.graph.managedGooglePlayEnterpriseType/managedGoogleDomain"><Annotation Term="Org.OData.Core.V1.Description" String="The enterprise belongs to a managed Google domain." /></Annotations><Annotations Target="microsoft.graph.managedGooglePlayEnterpriseType/managedGooglePlayAccountsEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="The enterprise is a managed Google Play Accounts enterprise." /></Annotations><Annotations Target="microsoft.graph.managedGooglePlayEnterpriseType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents type of the assignment filter." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilterType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilterType/include"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates in-filter, rule matching will offer the payload to devices." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilterType/exclude"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates out-filter, rule matching will not offer the payload to devices." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState"><Annotation Term="Org.OData.Core.V1.Description" String="The overall state of the FOTA devices' registration. The registration state is determined by looking at the status of all devices. If any device has not yet started registration, the overall registration state becomes registration requested. If any device is still in progress, the overall deployment state becomes in progress. Once all the devices are completed, the overall registration state becomes completed." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates the registration request to the OEM is pending." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the registration request was not successfully created with the OEM." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/requested"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the registration request has been created with the OEM." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Registration is in progress by the OEM." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Registration has been completed by the OEM." /></Annotations><Annotations Target="microsoft.graph.fotaRegistrationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnectorState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents various states for Zebra FOTA connector." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnectorState/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default value when the connector has not been setup (the feature has not been used yet)." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnectorState/connected"><Annotation Term="Org.OData.Core.V1.Description" String="Connected state indicates that Intune is linked to Zebra Update Services for the current tenant." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnectorState/disconnected"><Annotation Term="Org.OData.Core.V1.Description" String="Disconnected state indicates that the account was connected in the past and later disconnected." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnectorState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the state of Zebra FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/pendingCreation"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment is created but Zebra has not confirmed its creation." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/createFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment was not successfully created with Zebra." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/created"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment has been created but has not been deployed yet." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment has started but not completed." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment has completed or end date has passed." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/pendingCancel"><Annotation Term="Org.OData.Core.V1.Description" String="Admin has requested to cancel a deployment but Zebra has not confirmed cancellation." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/canceled"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment has been successfully canceled by Zebra." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="An error code indicating the failure reason, when the deployment state is createFailed. Possible values: See zebraFotaErrorCode enum." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/success"><Annotation Term="Org.OData.Core.V1.Description" String="Default error code indicating success (no error)." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/noDevicesFoundInSelectedAadGroups"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that no devices were found in the selected Azure Active Directory (AAD) security group(s) when creating a deployment. E.g.: a user selects one or more security groups that doesn't include any devices" /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/noIntuneDevicesFoundInSelectedAadGroups"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that no Intune managed devices were found in the selected Azure Active Directory (AAD) security groups when creating a deployment. E.g.: a user selects a group that includes devices that are no longer managed in Intune." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/noZebraFotaEnrolledDevicesFoundForCurrentTenant"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that no Zebra FOTA enrolled devices were found for the current tenant when creating a deployment. E.g.: a user has not enrolled any devices in Zebra FOTA and attempts to create a deployment targeting only non-Zebra devices." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/noZebraFotaEnrolledDevicesFoundInSelectedAadGroups"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that no Zebra FOTA enrolled devices were found in the selected Azure Active Directory (AAD) Groups when creating a deployment. E.g.: a user has enrolled one or more devices in Zebra FOTA, but attempts to create a deployment targeting security groups that don't include any Zebra Devices." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/noZebraFotaDevicesFoundForSelectedDeviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that no Zebra FOTA devices were found that match the selected device model when creating a deployment. E.g.: a user selects `TC8300` device model, but no Zebra devices with the same device model were found in the targeted Azure Active Directory (AAD) security groups." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/zebraFotaCreateDeploymentRequestFailure"><Annotation Term="Org.OData.Core.V1.Description" String="This error indicates that an external request to Zebra APIs failed when creating a deployment. The failure can be caused by a transient issue (e.g.: Network is down) or caused by a permanent server error." /></Annotations><Annotations Target="microsoft.graph.zebraFotaErrorCode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents various network types for Zebra FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType/any"><Annotation Term="Org.OData.Core.V1.Description" String="The device will install the update regardless of current network type." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType/wifi"><Annotation Term="Org.OData.Core.V1.Description" String="The device will install the update only when connected to WiFi network." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType/cellular"><Annotation Term="Org.OData.Core.V1.Description" String="The device will install the update only when connected a Cellular network." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType/wifiAndCellular"><Annotation Term="Org.OData.Core.V1.Description" String="The device will install the update when connected both WiFi and Cellular." /></Annotations><Annotations Target="microsoft.graph.zebraFotaNetworkType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaScheduleMode"><Annotation Term="Org.OData.Core.V1.Description" String="Represents various schedule modes for Zebra FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaScheduleMode/installNow"><Annotation Term="Org.OData.Core.V1.Description" String="Instructs the device to install the update as soon as it is received." /></Annotations><Annotations Target="microsoft.graph.zebraFotaScheduleMode/scheduled"><Annotation Term="Org.OData.Core.V1.Description" String="Schedule an update to be installed at a specified date and time." /></Annotations><Annotations Target="microsoft.graph.zebraFotaScheduleMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.zebraFotaUpdateType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents various update types for Zebra FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaUpdateType/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Custom update where the user selects specific BSP, OS version, and patch number to update to." /></Annotations><Annotations Target="microsoft.graph.zebraFotaUpdateType/latest"><Annotation Term="Org.OData.Core.V1.Description" String="The latest released update becomes the target OS. Latest may update the device to a new Android version." /></Annotations><Annotations Target="microsoft.graph.zebraFotaUpdateType/auto"><Annotation Term="Org.OData.Core.V1.Description" String="The device always looks for the latest package available in the repo and tries to update whenever a new package is available. This continues until the admin cancels the auto update." /></Annotations><Annotations Target="microsoft.graph.zebraFotaUpdateType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidAppCredentialProviderRoleState"><Annotation Term="Org.OData.Core.V1.Description" String="The Android credential provider role state for apps." /></Annotations><Annotations Target="microsoft.graph.androidAppCredentialProviderRoleState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates the app's ability to act as a credential provider has not been configured. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not." /></Annotations><Annotations Target="microsoft.graph.androidAppCredentialProviderRoleState/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the app is allowed to act as a credential provider." /></Annotations><Annotations Target="microsoft.graph.androidAppCredentialProviderRoleState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAutoUpdateMode"><Annotation Term="Org.OData.Core.V1.Description" String="Prioritization for automatic updates of Android Managed Store apps set on assignment." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAutoUpdateMode/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default update behavior (device must be connected to Wifi, charging and not actively used)." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAutoUpdateMode/postponed"><Annotation Term="Org.OData.Core.V1.Description" String="Updates are postponed for a maximum of 90 days after the app becomes out of date." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAutoUpdateMode/priority"><Annotation Term="Org.OData.Core.V1.Description" String="The app is updated as soon as possible by the developer. If device is online, it will be updated within minutes." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAutoUpdateMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidPermissionActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Android action taken when an app requests a dangerous permission." /></Annotations><Annotations Target="microsoft.graph.androidProfileApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Android profile applicability" /></Annotations><Annotations Target="microsoft.graph.androidTargetedPlatforms"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies which platform(s) can be targeted for a given Android LOB application or Managed Android LOB application." /></Annotations><Annotations Target="microsoft.graph.androidTargetedPlatforms/androidDeviceAdministrator"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Android targeted platform is Android Device Administrator." /></Annotations><Annotations Target="microsoft.graph.androidTargetedPlatforms/androidOpenSourceProject"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Android targeted platform is Android Open Source Project." /></Annotations><Annotations Target="microsoft.graph.androidTargetedPlatforms/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.appleDeviceDeliveryProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="Enum of the supported types of Apple delivery protocols, representing the available protocols to deliver payloads to Apple devices" /></Annotations><Annotations Target="microsoft.graph.appleDeviceDeliveryProtocol/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set if the client hasn't specified a value for an entity. Indicates the payload will be delivered to devices using Intune's default delivery protocol, which is Mobile Device Management (MDM). This protocol is not specific to the apps payload." /></Annotations><Annotations Target="microsoft.graph.appleDeviceDeliveryProtocol/mobileDeviceManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the payload will be delivered to devices using the Mobile Device Management (MDM) protocol. This protocol is not specific to the apps payload." /></Annotations><Annotations Target="microsoft.graph.appleDeviceDeliveryProtocol/declarativeDeviceManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the payload will be delivered to devices using the Declarative Device Management (DDM) protocol. This protocol is not specific to the apps payload." /></Annotations><Annotations Target="microsoft.graph.appleDeviceDeliveryProtocol/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentSource"><Annotation Term="Org.OData.Core.V1.Description" String="Represents source of assignment." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentSource/direct"><Annotation Term="Org.OData.Core.V1.Description" String="Direct indicates a direct assignment." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentSource/policySets"><Annotation Term="Org.OData.Core.V1.Description" String="PolicySets indicates assignment was made via PolicySet assignment." /></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.mobileAppContentScriptState"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible script lifecycle states." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScriptState/commitPending"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script content is in a pending state." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScriptState/commitSuccess"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script content is ready." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScriptState/commitFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script is in an unusable state." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScriptState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.mobileAppDependencyType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the dependency type associated with a relationship between two mobile apps." /></Annotations><Annotations Target="microsoft.graph.mobileAppDependencyType/detect"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the child app should be detected before installing the parent app." /></Annotations><Annotations Target="microsoft.graph.mobileAppDependencyType/autoInstall"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the child app should be installed before installing the parent app." /></Annotations><Annotations Target="microsoft.graph.mobileAppDependencyType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.mobileAppRelationshipType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the target of a relationship is the parent or the child in the relationship." /></Annotations><Annotations Target="microsoft.graph.mobileAppRelationshipType/child"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the target of a relationship is the child in the relationship." /></Annotations><Annotations Target="microsoft.graph.mobileAppRelationshipType/parent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the target of a relationship is the parent in the relationship." /></Annotations><Annotations Target="microsoft.graph.mobileAppRelationshipType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedenceType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supersedence type associated with a relationship between two mobile apps." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedenceType/update"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the child app should be updated by the internal logic of the parent app." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedenceType/replace"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the child app should be uninstalled before installing the parent app." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedenceType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.officeProductId"><Annotation Term="Org.OData.Core.V1.Description" String="The Enum to specify the Office365 ProductIds that represent the Office365 Suite SKUs." /></Annotations><Annotations Target="microsoft.graph.officeSuiteDefaultFileFormatType"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the OfficeSuiteApp file format types that can be selected." /></Annotations><Annotations Target="microsoft.graph.officeSuiteDefaultFileFormatType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No file format selected" /></Annotations><Annotations Target="microsoft.graph.officeSuiteDefaultFileFormatType/officeOpenXMLFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Office Open XML Format selected" /></Annotations><Annotations Target="microsoft.graph.officeSuiteDefaultFileFormatType/officeOpenDocumentFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Office Open Document Format selected" /></Annotations><Annotations Target="microsoft.graph.officeSuiteDefaultFileFormatType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.officeSuiteInstallProgressDisplayLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The Enum to specify the level of display for the Installation Progress Setup UI on the Device." /></Annotations><Annotations Target="microsoft.graph.officeUpdateChannel"><Annotation Term="Org.OData.Core.V1.Description" String="The Enum to specify the Office365 Updates Channel." /></Annotations><Annotations Target="microsoft.graph.resultantAppState"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible states for application status on an individual device. When devices contact the Intune service and find targeted application enforcement intent, the status of the enforcement is recorded and becomes accessible in the Graph API. Since the application status is identified during device interaction with the Intune service, status records do not immediately appear upon application group assignment; it is created only after the assignment is evaluated in the service and devices start receiving the policy during check-ins." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="The application is not applicable." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/installed"><Annotation Term="Org.OData.Core.V1.Description" String="The application is installed with no errors." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="The application failed to install." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/notInstalled"><Annotation Term="Org.OData.Core.V1.Description" String="The application is not installed." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/uninstallFailed"><Annotation Term="Org.OData.Core.V1.Description" String="The application failed to uninstall." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/pendingInstall"><Annotation Term="Org.OData.Core.V1.Description" String="The installation of the application is in progress." /></Annotations><Annotations Target="microsoft.graph.resultantAppState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the application is unknown." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Enum indicating additional details regarding why an application has a particular install state." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/processorArchitectureNotApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Device architecture (e.g. x86/amd64) is not applicable for the application." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/minimumDiskSpaceNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="Available disk space on the target device is less than the configured minimum." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/minimumOsVersionNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="OS version on the target device is less than the configured minimum." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/minimumPhysicalMemoryNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="Amount of RAM on the target device is less than the configured minimum." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/minimumLogicalProcessorCountNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="Count of logical processors on the target device is less than the configured minimum." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/minimumCpuSpeedNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="CPU speed on the target device is less than the configured minimum." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/platformNotApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Application is not applicable to this platform. (e.g. Android app targeted to IOS)" /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/fileSystemRequirementNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="File system requirement rule is not met" /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/registryRequirementNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="Registry requirement rule is not met" /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/powerShellScriptRequirementNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="PowerShell script requirement rule is not met" /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/supersedingAppsNotApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="All targeted, superseding apps are not applicable." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/noAdditionalDetails"><Annotation Term="Org.OData.Core.V1.Description" String="No additional details are available." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/dependencyFailedToInstall"><Annotation Term="Org.OData.Core.V1.Description" String="One or more of the application's dependencies failed to install." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/dependencyWithRequirementsNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="One or more of the application's dependencies have requirements which are not met." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/dependencyPendingReboot"><Annotation Term="Org.OData.Core.V1.Description" String="One or more of the application's dependencies require a device reboot to complete installation." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/dependencyWithAutoInstallDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="One or more of the application's dependencies are configured to not automatically install." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/supersededAppUninstallFailed"><Annotation Term="Org.OData.Core.V1.Description" String="A superseded app failed to uninstall." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/supersededAppUninstallPendingReboot"><Annotation Term="Org.OData.Core.V1.Description" String="A superseded app requires a reboot to complete uninstall." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/removingSupersededApps"><Annotation Term="Org.OData.Core.V1.Description" String="Superseded apps are being removed." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/iosAppStoreUpdateFailedToInstall"><Annotation Term="Org.OData.Core.V1.Description" String="The latest version of the app failed to update from an earlier version." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/vppAppHasUpdateAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="An update is available." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/userRejectedUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="The user rejected the app update." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/uninstallPendingReboot"><Annotation Term="Org.OData.Core.V1.Description" String="To complete the removal of the app, the device must be rebooted." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/supersedingAppsDetected"><Annotation Term="Org.OData.Core.V1.Description" String="Superseding applications are detected." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/supersededAppsDetected"><Annotation Term="Org.OData.Core.V1.Description" String="Superseded applications are detected." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/seeInstallErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Application failed to install. See error code property for more details." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/autoInstallDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Application is configured to not be automatically installed." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/managedAppNoLongerPresent"><Annotation Term="Org.OData.Core.V1.Description" String="The app is managed but no longer installed." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/userRejectedInstall"><Annotation Term="Org.OData.Core.V1.Description" String="The user rejected the app install." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/userIsNotLoggedIntoAppStore"><Annotation Term="Org.OData.Core.V1.Description" String="The user must log into the App Store to install app." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/untargetedSupersedingAppsDetected"><Annotation Term="Org.OData.Core.V1.Description" String="App cannot be installed. An untargeted, superseding app was detected, which created a conflict." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/appRemovedBySupersedence"><Annotation Term="Org.OData.Core.V1.Description" String="App was removed in order to install a superseding app." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/seeUninstallErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Application failed to uninstall. See error code property for more details." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/pendingReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Device must be rebooted to complete installation of the application." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/installingDependencies"><Annotation Term="Org.OData.Core.V1.Description" String="One or more of the application's dependencies are installing." /></Annotations><Annotations Target="microsoft.graph.resultantAppStateDetail/contentDownloaded"><Annotation Term="Org.OData.Core.V1.Description" String="Application content was downloaded to the device." /></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.vppTokenActionFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="Possible types of reasons for an Apple Volume Purchase Program token action failure." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionFailureReason/none"><Annotation Term="Org.OData.Core.V1.Description" String="None." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionFailureReason/appleFailure"><Annotation Term="Org.OData.Core.V1.Description" String="There was an error on Apple's service." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionFailureReason/internalError"><Annotation Term="Org.OData.Core.V1.Description" String="There was an internal error." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionFailureReason/expiredVppToken"><Annotation Term="Org.OData.Core.V1.Description" String="There was an error because the Apple Volume Purchase Program token was expired." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionFailureReason/expiredApplePushNotificationCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="There was an error because the Apple Volume Purchase Program Push Notification certificate expired." /></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.win32LobAppDetectionOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for detection operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/equal"><Annotation Term="Org.OData.Core.V1.Description" String="Equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/notEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Not equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/greaterThan"><Annotation Term="Org.OData.Core.V1.Description" String="Greater than operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/greaterThanOrEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Greater than or equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/lessThan"><Annotation Term="Org.OData.Core.V1.Description" String="Less than operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDetectionOperator/lessThanOrEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Less than or equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains all supported file system detection type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/exists"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the specified file or folder exists." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/modifiedDate"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/createdDate"><Annotation Term="Org.OData.Core.V1.Description" String="Created date." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version value type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/sizeInMB"><Annotation Term="Org.OData.Core.V1.Description" String="Size detection type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetectionType/doesNotExist"><Annotation Term="Org.OData.Core.V1.Description" String="The specified file or folder does not exist." /></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.win32LobAppFileSystemOperationType/doesNotExist"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule evaluates whether the specified file or folder does not exist. It is the functional inverse of an equivalent rule that uses operation type `exists`." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/sizeInBytes"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the size of the file in bytes against a provided comparison value by integer comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the detected version of the file against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the detected version of the file is not discovered to be in version-compatible format, a string comparison will be used instead. This is similar to a rule with operation type `version`, but it also collects and reports the detected version value to report as the discovered version of the app installed on the device when the rule evaluates to `true`. Only one rule with this type may be specified." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.win32LobAppPowerShellScriptDetectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains all supported Powershell Script output detection type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/string"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is string." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is date time." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is integer." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/float"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is float." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is version." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetectionType/boolean"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is boolean." /></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.win32LobAppRegistryDetectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains all supported registry data detection type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/exists"><Annotation Term="Org.OData.Core.V1.Description" String="The specified registry key or value exists." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/doesNotExist"><Annotation Term="Org.OData.Core.V1.Description" String="The specified registry key or value does not exist." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/string"><Annotation Term="Org.OData.Core.V1.Description" String="String value type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetectionType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version value type." /></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.win32LobAppRegistryRuleOperationType/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the data 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 data read at the given registry value is not discovered to be in a version-compatible format, a string comparison will be used instead. The rule will be resolved as not detected if the given registry value does not exist. This is similar to a rule with operation type `version`, but it also collects and reports the detected version value to report as the discovered version of the app installed on the device when the rule evaluates to `true`. Only one rule with this type may be specified." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.windowsArchitecture/arm64"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the Arm64 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.winGetAppNotification"><Annotation Term="Org.OData.Core.V1.Description" String="Contains value for notification status." /></Annotations><Annotations Target="microsoft.graph.winGetAppNotification/showAll"><Annotation Term="Org.OData.Core.V1.Description" String="Show all notifications." /></Annotations><Annotations Target="microsoft.graph.winGetAppNotification/showReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Only show restart notification and suppress other notifications." /></Annotations><Annotations Target="microsoft.graph.winGetAppNotification/hideAll"><Annotation Term="Org.OData.Core.V1.Description" String="Hide all notifications." /></Annotations><Annotations Target="microsoft.graph.winGetAppNotification/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.assignmentFilterEvaluationResult"><Annotation Term="Org.OData.Core.V1.Description" String="Supported evaluation results for filter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/match"><Annotation Term="Org.OData.Core.V1.Description" String="Match." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/notMatch"><Annotation Term="Org.OData.Core.V1.Description" String="NotMatch." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/inconclusive"><Annotation Term="Org.OData.Core.V1.Description" String="Inconclusive." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/failure"><Annotation Term="Org.OData.Core.V1.Description" String="Failure." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationResult/notEvaluated"><Annotation Term="Org.OData.Core.V1.Description" String="NotEvaluated." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterManagementType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported filter management types whether its devices or apps." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterManagementType/devices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates when filter is supported based on device properties. This is the default value when management type resolution fails." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterManagementType/apps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates when filter is supported based on app properties." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterManagementType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the different type of operators which can be used to craft the AssignmentFilter rule." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notSet"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates operator is not set" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/equals"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value equals the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notEquals"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value not equals the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/startsWith"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value starts with the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notStartsWith"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value does not start with the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/contains"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value contains the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notContains"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value does not contain the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/in"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value equals one of the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notIn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value does not equals any of the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/endsWith"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value ends with the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/notEndsWith"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value does not end with the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/greaterThan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value is greater than the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/greaterThanOrEquals"><Annotation Term="Org.OData.Core.V1.Description" String="`Indicates the devices whose property value is greater than or equal to the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/lessThan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value is less than the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/lessThanOrEquals"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the devices whose property value is less than or equal to the configured input in Assignment Filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterOperator/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterPayloadType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the payload type AssignmentFilter is being assigned to." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterPayloadType/notSet"><Annotation Term="Org.OData.Core.V1.Description" String="NotSet" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterPayloadType/enrollmentRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="EnrollmentRestrictions" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType"><Annotation Term="Org.OData.Core.V1.Description" String="This enum represents associated assignment payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Invalid payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/deviceConfigurationAndCompliance"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with a configuration or compliance policy payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/application"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this assignment filter is associated with an application payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/androidEnterpriseApp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with a Android Enterprise application payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/enrollmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with an enrollment restriction or enrollment status page policy payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/groupPolicyConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with an Administrative Template policy payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/zeroTouchDeploymentDeviceConfigProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this assignment filter is associated with Zero touch deployment Device Configuration Profile payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/androidEnterpriseConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with an Android Enterprise Configuration policy payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/deviceFirmwareConfigurationInterfacePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this assignment filter is associated with Device Firmware Configuration Interface(DCFI) payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/resourceAccessPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with a resource access policy (Wifi, VPN, Certificate) payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/win32app"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with a Win32 app payload type" /></Annotations><Annotations Target="microsoft.graph.associatedAssignmentPayloadType/deviceManagmentConfigurationAndCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this filter is associated with a configuration or compliance policy on Device Configuration v2 Infrastructure payload type" /></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.devicePlatformType/windowsMobileApplicationManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Mobile Application Management (MAM) for Windows devices." /></Annotations><Annotations Target="microsoft.graph.errorCode/noError"><Annotation Term="Org.OData.Core.V1.Description" String="Default Value to indicate no error." /></Annotations><Annotations Target="microsoft.graph.errorCode/unauthorized"><Annotation Term="Org.OData.Core.V1.Description" String="The current user does not have access due to lack of RBAC permissions on the resource." /></Annotations><Annotations Target="microsoft.graph.errorCode/notFound"><Annotation Term="Org.OData.Core.V1.Description" String="The current user does not have access due to lack of RBAC Scope Tags on the resource." /></Annotations><Annotations Target="microsoft.graph.errorCode/deleted"><Annotation Term="Org.OData.Core.V1.Description" String="The resource has been deleted." /></Annotations><Annotations Target="microsoft.graph.policySetStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The enum to specify the status of PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySetStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default Value." /></Annotations><Annotations Target="microsoft.graph.policySetStatus/validating"><Annotation Term="Org.OData.Core.V1.Description" String="All PolicySet items are now validating for corresponding settings of workloads." /></Annotations><Annotations Target="microsoft.graph.policySetStatus/partialSuccess"><Annotation Term="Org.OData.Core.V1.Description" String="Post process complete for all PolicySet items but there are failures." /></Annotations><Annotations Target="microsoft.graph.policySetStatus/success"><Annotation Term="Org.OData.Core.V1.Description" String="All PolicySet items are deployed. Doesn’t mean that all deployment succeeded. " /></Annotations><Annotations Target="microsoft.graph.policySetStatus/error"><Annotation Term="Org.OData.Core.V1.Description" String="PolicySet processing completely failed." /></Annotations><Annotations Target="microsoft.graph.policySetStatus/notAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="PolicySet/PolicySetItem is not assigned to any group." /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The onboarding status of the tenant." /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/inprogress"><Annotation Term="Org.OData.Core.V1.Description" String="In progress" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/onboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Onboarded" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Failed" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/offboarding"><Annotation Term="Org.OData.Core.V1.Description" String="Offboarding" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.onboardingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The onboarding status of the tenant." /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/inprogress"><Annotation Term="Org.OData.Core.V1.Description" String="In progress" /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/onboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Onboarded" /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Failed" /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/offboarding"><Annotation Term="Org.OData.Core.V1.Description" String="Offboarding" /></Annotations><Annotations Target="microsoft.graph.onboardingStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize"><Annotation Term="Org.OData.Core.V1.Description" String="Enum of possible cloud certification authority certificate cryptography and key size combinations." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Unknown or invalid value." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/rsa2048"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using RSA cryptography and a key size of 2048 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/rsa3072"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using RSA cryptography and a key size of 3072 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/rsa4096"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using RSA cryptography and a key size of 4096 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/eCP256"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using Elliptic Curve cryptography and a key size of 256 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/eCP256k"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using Elliptic Curve cryptography and a key size of 256 bits with a Koblitz curve." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/eCP384"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using Elliptic Curve cryptography and a key size of 384 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/eCP521"><Annotation Term="Org.OData.Core.V1.Description" String="A certificate generated using Elliptic Curve cryptography and a key size of 521 bits." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityCertificateKeySize/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type of possible certificate hashing algorithms used by the certification authority to create certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. The hashing algorithm is unknown or invalid." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm/sha256"><Annotation Term="Org.OData.Core.V1.Description" String="The hashing algorithm is SHA-256." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm/sha384"><Annotation Term="Org.OData.Core.V1.Description" String="The hashing algorithm is SHA-384." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm/sha512"><Annotation Term="Org.OData.Core.V1.Description" String="The hashing algorithm is SHA-512." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityHashingAlgorithm/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityKeyPlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type of possible key platforms used by the certification authority." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityKeyPlatformType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. The key platform type is unknown or invalid." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityKeyPlatformType/software"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority keys are stored in software." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityKeyPlatformType/hardwareSecurityModule"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority keys are stored in a hardware security module." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityKeyPlatformType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type of possible leaf certificate statuses. These statuses indicate whether certificates are active and usable or unusable if they have been revoked or expired." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Unknown or invalid status." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus/active"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate is active, indicating it is in its validity period and not revoked." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus/revoked"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate has been revoked by its issuing certification authority." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus/expired"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate has expired." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates certification authority has an unknown or invalid status." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/active"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates certification authority is active and can issue certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/paused"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates certification authority has been paused from issuing certificates. Paused certification authorities can be put back in an active status to continue issuing certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/revoked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates certification authority has been revoked. This is a permanent state that cannot be changed." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/signingPending"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates certification authority certificate signing request has been created and can be downloaded for signing and then be uploaded." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type of possible certificate authority types. This feature supports a two-tier certification authority model with a root certification authority and one or more child issuing (intermediate) certification authorities." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Unknown or invalid certification authority type." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType/rootCertificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates root certification authority. Can be used as the parent of an issuing certification authority. Root Certification Authority cannot issue leaf certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType/issuingCertificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates issuing (subordinate) certification authority. Must have a parent root certification authority. Issuing Certification Authority can issue leaf certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType/issuingCertificationAuthorityWithExternalRoot"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates issuing (subordinate) certification authority that has an external root certification authority. Issuing Certification Authority with external root can issue leaf certificates." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.administratorConfiguredDeviceComplianceState"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator configured device compliance state Enum" /></Annotations><Annotations Target="microsoft.graph.administratorConfiguredDeviceComplianceState/basedOnDeviceCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Set compliance state based on other compliance polices" /></Annotations><Annotations Target="microsoft.graph.administratorConfiguredDeviceComplianceState/nonCompliant"><Annotation Term="Org.OData.Core.V1.Description" String="Set compliance to nonCompliant" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState"><Annotation Term="Org.OData.Core.V1.Description" String="Advanced BitLocker State" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/success"><Annotation Term="Org.OData.Core.V1.Description" String="Advanced BitLocker State Success" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/noUserConsent"><Annotation Term="Org.OData.Core.V1.Description" String="User never gave consent for Encryption" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeUnprotected"><Annotation Term="Org.OData.Core.V1.Description" String="Un-protected OS Volume was detected" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeTpmRequired"><Annotation Term="Org.OData.Core.V1.Description" String="TPM not used for protection of OS volume, but is required by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeTpmOnlyRequired"><Annotation Term="Org.OData.Core.V1.Description" String="TPM only protection not used for OS volume, but is required by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeTpmPinRequired"><Annotation Term="Org.OData.Core.V1.Description" String="TPM+PIN protection not used for OS volume, but is required by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeTpmStartupKeyRequired"><Annotation Term="Org.OData.Core.V1.Description" String="TPM+Startup Key protection not used for OS volume, but is required by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeTpmPinStartupKeyRequired"><Annotation Term="Org.OData.Core.V1.Description" String="TPM+PIN+Startup Key not used for OS volume, but is required by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/osVolumeEncryptionMethodMismatch"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption method of OS Volume is different than that set by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/recoveryKeyBackupFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Recovery key backup failed" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/fixedDriveNotEncrypted"><Annotation Term="Org.OData.Core.V1.Description" String="Fixed Drive not encrypted" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/fixedDriveEncryptionMethodMismatch"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption method of Fixed Drive is different than that set by policy" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/loggedOnUserNonAdmin"><Annotation Term="Org.OData.Core.V1.Description" String="Logged on user is non-admin. This requires “AllowStandardUserEncryption” policy set to 1" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/windowsRecoveryEnvironmentNotConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="WinRE is not configured" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/tpmNotAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="TPM is not available for BitLocker. This means TPM is not present, or TPM unavailable registry override is set or host OS is on portable/rome-able drive" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/tpmNotReady"><Annotation Term="Org.OData.Core.V1.Description" String="TPM is not ready for BitLocker" /></Annotations><Annotations Target="microsoft.graph.advancedBitLockerState/networkError"><Annotation Term="Org.OData.Core.V1.Description" String="Network not available. This is required for recovery key backup. This is reported for Drive Encryption capable devices" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner possible values for states of the device's app auto update policy." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType/userChoice"><Annotation Term="Org.OData.Core.V1.Description" String="The user can control auto-updates." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType/never"><Annotation Term="Org.OData.Core.V1.Description" String="Apps are never auto-updated." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType/wiFiOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Apps are auto-updated over Wi-Fi only." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType/always"><Annotation Term="Org.OData.Core.V1.Description" String="Apps are auto-updated at any time. Data charges may apply." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerBatteryPluggedMode"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner possible values for states of the device's plugged-in power modes." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerBatteryPluggedMode/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerBatteryPluggedMode/ac"><Annotation Term="Org.OData.Core.V1.Description" String="Power source is an AC charger." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerBatteryPluggedMode/usb"><Annotation Term="Org.OData.Core.V1.Description" String="Power source is a USB port." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerBatteryPluggedMode/wireless"><Annotation Term="Org.OData.Core.V1.Description" String="Power source is wireless." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateAccessType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for cross profile data sharing." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateAccessType/userApproval"><Annotation Term="Org.OData.Core.V1.Description" String="Require user approval for all apps" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateAccessType/specificApps"><Annotation Term="Org.OData.Core.V1.Description" String="Pre-grant certificate access for specific apps (require user approval for other apps)." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateAccessType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for cross profile data sharing." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value defaults to CROSS_PROFILE_DATA_SHARING_UNSPECIFIED." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing/crossProfileDataSharingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Data cannot be shared from both the personal profile to work profile and the work profile to the personal profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing/dataSharingFromWorkToPersonalBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Prevents users from sharing data from the work profile to apps in the personal profile. Personal data can be shared with work apps." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing/crossProfileDataSharingAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Data from either profile can be shared with the other profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCrossProfileDataSharing/unkownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown future value (reserved, not used right now)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner default app permission policy type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType/prompt"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType/autoGrant"><Annotation Term="Org.OData.Core.V1.Description" String="Auto grant." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType/autoDeny"><Annotation Term="Org.OData.Core.V1.Description" String="Auto deny." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for delegated app scope." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType/unspecified"><Annotation Term="Org.OData.Core.V1.Description" String="Unspecified; this value defaults to DELEGATED_SCOPE_UNSPECIFIED." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType/certificateInstall"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies that the admin has given app permission to install and manage certificates on device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType/captureNetworkActivityLog"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies that the admin has given app permission to capture network activity logs on device. More info on Network activity logs: https://developer.android.com/work/dpc/logging " /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType/captureSecurityLog"><Annotation Term="Org.OData.Core.V1.Description" String="Specified that the admin has given permission to capture security logs on device. More info on Security logs: https://developer.android.com/work/dpc/security#log_enterprise_device_activity" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedAppScopeType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfileType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Enrollment Profile types." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfileType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfileType/dedicatedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Dedicated device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfileType/fullyManaged"><Annotation Term="Org.OData.Core.V1.Description" String="Fully managed." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationStatusBar"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for kiosk customization system navigation." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationStatusBar/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value defaults to STATUS_BAR_UNSPECIFIED." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationStatusBar/notificationsAndSystemInfoEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="System info and notifications are shown on the status bar in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationStatusBar/systemInfoOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Only system info is shown on the status bar in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationSystemNavigation"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for kiosk customization system navigation." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationSystemNavigation/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value defaults to NAVIGATION_DISABLED." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationSystemNavigation/navigationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Home and overview buttons are enabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskCustomizationSystemNavigation/homeButtonOnly"><Annotation Term="Org.OData.Core.V1.Description" String=" Only the home button is enabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Kiosk Mode folder icon type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon/darkSquare"><Annotation Term="Org.OData.Core.V1.Description" String="Folder icon appears as dark square." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon/darkCircle"><Annotation Term="Org.OData.Core.V1.Description" String="Folder icon appears as dark circle." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon/lightSquare"><Annotation Term="Org.OData.Core.V1.Description" String="Folder icon appears as light square." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderIcon/lightCircle"><Annotation Term="Org.OData.Core.V1.Description" String="Folder icon appears as light circle  ." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Kiosk Mode managed home screen icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/smallest"><Annotation Term="Org.OData.Core.V1.Description" String="Smallest icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/small"><Annotation Term="Org.OData.Core.V1.Description" String="Small icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/regular"><Annotation Term="Org.OData.Core.V1.Description" String="Regular icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/large"><Annotation Term="Org.OData.Core.V1.Description" String="Large icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeIconSize/largest"><Annotation Term="Org.OData.Core.V1.Description" String="Largest icon size." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeScreenOrientation"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Kiosk Mode managed home screen orientation." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeScreenOrientation/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeScreenOrientation/portrait"><Annotation Term="Org.OData.Core.V1.Description" String="Portrait orientation." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeScreenOrientation/landscape"><Annotation Term="Org.OData.Core.V1.Description" String="Landscape orientation." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeScreenOrientation/autoRotate"><Annotation Term="Org.OData.Core.V1.Description" String="Auto rotate between portrait and landscape orientations." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerLocationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Location Mode Type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerLocationMode/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No restrictions on the location setting and no specific behavior is set or enforced. This is the default" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerLocationMode/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Location setting is disabled on the device" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerLocationMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPlayStoreMode"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Play Store mode type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPlayStoreMode/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPlayStoreMode/allowList"><Annotation Term="Org.OData.Core.V1.Description" String="Only apps that are in the policy are available and any app not in the policy will be automatically uninstalled from the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPlayStoreMode/blockList"><Annotation Term="Org.OData.Core.V1.Description" String="All apps are available and any app that should not be on the device should be explicitly marked as 'BLOCKED' in the applications policy." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner policy required password type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/required"><Annotation Term="Org.OData.Core.V1.Description" String="There must be a password set, but there are no restrictions on type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/numeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least numeric." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/numericComplex"><Annotation Term="Org.OData.Core.V1.Description" String="At least numeric with no repeating or ordered sequences." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/alphabetic"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphabetic password." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/alphanumeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric password" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/alphanumericWithSymbols"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric with symbols." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/lowSecurityBiometric"><Annotation Term="Org.OData.Core.V1.Description" String="Low security biometrics based password required." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordType/customPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Custom password set by the admin." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for required password unlock." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordUnlock/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Timeout period before strong authentication is required is set to the device's default." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordUnlock/daily"><Annotation Term="Org.OData.Core.V1.Description" String="Timeout period before strong authentication is required is set to 24 hours." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerRequiredPasswordUnlock/unkownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown future value (reserved, not used right now)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType"><Annotation Term="Org.OData.Core.V1.Description" String="System Update Types for Android Device Owner." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default behavior, which typically prompts the user to accept system updates." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType/postpone"><Annotation Term="Org.OData.Core.V1.Description" String="Postpone automatic install of updates up to 30 days." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType/windowed"><Annotation Term="Org.OData.Core.V1.Description" String="Install automatically inside a daily maintenance window." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically install updates as soon as possible." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVirtualHomeButtonType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Kiosk Mode managed home screen virtual home button type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVirtualHomeButtonType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVirtualHomeButtonType/swipeUp"><Annotation Term="Org.OData.Core.V1.Description" String="Swipe-up for home button." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVirtualHomeButtonType/floating"><Annotation Term="Org.OData.Core.V1.Description" String="Floating home button." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Security Types for Android Device Owner." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiSecurityType/open"><Annotation Term="Org.OData.Core.V1.Description" String="Open (No Authentication)." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiSecurityType/wep"><Annotation Term="Org.OData.Core.V1.Description" String="WEP Encryption." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiSecurityType/wpaPersonal"><Annotation Term="Org.OData.Core.V1.Description" String="WPA-Personal/WPA2-Personal." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiSecurityType/wpaEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="WPA-Enterprise/WPA2-Enterprise. Must use AndroidDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.androidEapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) Configuration Types." /></Annotations><Annotations Target="microsoft.graph.androidEapType/eapTls"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol-Transport Layer Security (EAP-TLS)." /></Annotations><Annotations Target="microsoft.graph.androidEapType/eapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol-Tunneled Transport Layer Security (EAP-TTLS)." /></Annotations><Annotations Target="microsoft.graph.androidEapType/peap"><Annotation Term="Org.OData.Core.V1.Description" String="Protected Extensible Authentication Protocol (PEAP)." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCrossProfileDataSharingType"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work cross profile data sharing type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCrossProfileDataSharingType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCrossProfileDataSharingType/preventAny"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent any sharing." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCrossProfileDataSharingType/allowPersonalToWork"><Annotation Term="Org.OData.Core.V1.Description" String="Allow data sharing request from personal profile to work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCrossProfileDataSharingType/noRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="No restrictions on sharing." /></Annotations><Annotations Target="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work default app permission policy type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType/prompt"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt." /></Annotations><Annotations Target="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType/autoGrant"><Annotation Term="Org.OData.Core.V1.Description" String="Auto grant." /></Annotations><Annotations Target="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType/autoDeny"><Annotation Term="Org.OData.Core.V1.Description" String="Auto deny." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work required password type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/lowSecurityBiometric"><Annotation Term="Org.OData.Core.V1.Description" String="Low security biometrics based password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/required"><Annotation Term="Org.OData.Core.V1.Description" String="Required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/atLeastNumeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least numeric password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/numericComplex"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric complex password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/atLeastAlphabetic"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphabetic password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/atLeastAlphanumeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkRequiredPasswordType/alphanumericWithSymbols"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric with symbols password required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work VPN connection type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/ciscoAnyConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConnectionType/citrix"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix" /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature"><Annotation Term="Org.OData.Core.V1.Description" String="Android keyguard feature." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/camera"><Annotation Term="Org.OData.Core.V1.Description" String="Camera usage when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/notifications"><Annotation Term="Org.OData.Core.V1.Description" String="Showing notifications when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/unredactedNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Showing unredacted notifications when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/trustAgents"><Annotation Term="Org.OData.Core.V1.Description" String="Trust agent state when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/fingerprint"><Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint sensor usage when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/remoteInput"><Annotation Term="Org.OData.Core.V1.Description" String="Notification text entry when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/allFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="All keyguard features when on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/face"><Annotation Term="Org.OData.Core.V1.Description" String="Face authentication on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/iris"><Annotation Term="Org.OData.Core.V1.Description" String="Iris authentication on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidKeyguardFeature/biometrics"><Annotation Term="Org.OData.Core.V1.Description" String="All biometric authentication on secure keyguard screens." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="The password complexity types that can be set on Android. One of: NONE, LOW, MEDIUM, HIGH. This is an API targeted to Android 11+." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordComplexity/none"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no password." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordComplexity/low"><Annotation Term="Org.OData.Core.V1.Description" String="The required password complexity on the device is of type low as defined by the Android documentation." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordComplexity/medium"><Annotation Term="Org.OData.Core.V1.Description" String="The required password complexity on the device is of type medium as defined by the Android documentation." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordComplexity/high"><Annotation Term="Org.OData.Core.V1.Description" String="The required password complexity on the device is of type high as defined by the Android documentation." /></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.androidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing the Android Play Integrity API evaluation types." /></Annotations><Annotations Target="microsoft.graph.androidSafetyNetEvaluationType/basic"><Annotation Term="Org.OData.Core.V1.Description" String="Default value. Typical measurements and reference data were used." /></Annotations><Annotations Target="microsoft.graph.androidSafetyNetEvaluationType/hardwareBacked"><Annotation Term="Org.OData.Core.V1.Description" String="Strong Integrity checks (such as a hardware-backed proof of boot integrity) were used." /></Annotations><Annotations Target="microsoft.graph.androidUsernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Android username source." /></Annotations><Annotations Target="microsoft.graph.androidUsernameSource/username"><Annotation Term="Org.OData.Core.V1.Description" String="The username." /></Annotations><Annotations Target="microsoft.graph.androidUsernameSource/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name." /></Annotations><Annotations Target="microsoft.graph.androidUsernameSource/samAccountName"><Annotation Term="Org.OData.Core.V1.Description" String="The user sam account name." /></Annotations><Annotations Target="microsoft.graph.androidUsernameSource/primarySmtpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Primary SMTP address." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Android VPN connection type." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/ciscoAnyConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/citrix"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix" /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/microsoftTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/netMotionMobility"><Annotation Term="Org.OData.Core.V1.Description" String="NetMotion Mobility." /></Annotations><Annotations Target="microsoft.graph.androidVpnConnectionType/microsoftProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Protect." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="The possible security types for Android Wi-Fi profiles. Default value 'Open', indicates no authentication required for the network. The security protocols supported are WEP, WPA and WPA2. 'WpaEnterprise' and 'Wpa2Enterprise' options are available for Enterprise Wi-Fi profiles. 'Wep' and 'WpaPersonal' (supports WPA and WPA2) options are available for Basic Wi-Fi profiles." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/open"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates Android Wifi Security Type is set to &quot;Open&quot; i.e. no authentication is required. (No Authentication)." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/wpaEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Android Wifi Security Type is set to WPA encryption. Must use AndroidWorkProfileEnterpriseWifiConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/wpa2Enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Android Wifi Security Type is set to WPA2 encryption. Must use AndroidWorkProfileEnterpriseWifiConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/wep"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Android Wifi Security Type is set to WEP encryption. This restricts the preSharedKey to a valid passphrase (5 or 13 characters) or a valid HEX key (10 or 26 hexidecimal characters). Use AndroidWorkProfileWifiConfiguration to configure basic Wi-Fi options." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/wpaPersonal"><Annotation Term="Org.OData.Core.V1.Description" String=" Indicates Android Wifi Security Type is set to WPA encryption. This restricts the preSharedKey to a string between 8 and 64 characters long. Use AndroidWorkProfileWifiConfiguration to configure basic Wi-Fi options." /></Annotations><Annotations Target="microsoft.graph.androidWiFiSecurityType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileAccountUse"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing possible values for account use in work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileAccountUse/allowAllExceptGoogleAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Allow additon of all accounts except Google accounts in Android Work Profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileAccountUse/blockAll"><Annotation Term="Org.OData.Core.V1.Description" String="Block any account from being added in Android Work Profile. " /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileAccountUse/allowAll"><Annotation Term="Org.OData.Core.V1.Description" String="Allow addition of all accounts (including Google accounts) in Android Work Profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileAccountUse/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.androidWorkProfileVpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile VPN connection type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/ciscoAnyConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/citrix"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/paloAltoGlobalProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Palo Alto Networks GlobalProtect." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/microsoftTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/netMotionMobility"><Annotation Term="Org.OData.Core.V1.Description" String="NetMotion Mobility." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConnectionType/microsoftProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Protect." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Security Types for AOSP Device Owner." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiSecurityType/open"><Annotation Term="Org.OData.Core.V1.Description" String="Open (No Authentication)." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiSecurityType/wep"><Annotation Term="Org.OData.Core.V1.Description" String="WEP Encryption." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiSecurityType/wpaPersonal"><Annotation Term="Org.OData.Core.V1.Description" String="WPA-Personal/WPA2-Personal." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiSecurityType/wpaEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="WPA-Enterprise/WPA2-Enterprise. Must use AOSPDeviceOwnerEnterpriseWifiConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.appInstallControlType"><Annotation Term="Org.OData.Core.V1.Description" String="App Install control Setting" /></Annotations><Annotations Target="microsoft.graph.appInstallControlType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.appInstallControlType/anywhere"><Annotation Term="Org.OData.Core.V1.Description" String="Turn off app recommendations" /></Annotations><Annotations Target="microsoft.graph.appInstallControlType/storeOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Allow apps from Store only" /></Annotations><Annotations Target="microsoft.graph.appInstallControlType/recommendations"><Annotation Term="Org.OData.Core.V1.Description" String="Show me app recommendations" /></Annotations><Annotations Target="microsoft.graph.appInstallControlType/preferStore"><Annotation Term="Org.OData.Core.V1.Description" String="Warn me before installing apps from outside the Store" /></Annotations><Annotations Target="microsoft.graph.appleDeploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the channel used to deploy the configuration profile. Available choices are DeviceChannel, UserChannel" /></Annotations><Annotations Target="microsoft.graph.appleDeploymentChannel/deviceChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Send payload down over Device Channel." /></Annotations><Annotations Target="microsoft.graph.appleDeploymentChannel/userChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Send payload down over User Channel." /></Annotations><Annotations Target="microsoft.graph.appleDeploymentChannel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Subject Name Format Options for Apple devices." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/commonName"><Annotation Term="Org.OData.Core.V1.Description" String="Common name." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/commonNameAsEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Common name as email." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Custom subject name format." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/commonNameIncludingEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name Including Email." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/commonNameAsIMEI"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As IMEI." /></Annotations><Annotations Target="microsoft.graph.appleSubjectNameFormat/commonNameAsSerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Serial Number." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Apple VPN connection type." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/ciscoAnyConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/customVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Custom VPN." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/ciscoIPSec"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco (IPSec)." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/citrix"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/ciscoAnyConnectV2"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect V2." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/paloAltoGlobalProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Palo Alto Networks GlobalProtect." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/zscalerPrivateAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Zscaler Private Access." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/f5Access2018"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Access 2018." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/citrixSso"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix Sso." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/paloAltoGlobalProtectV2"><Annotation Term="Org.OData.Core.V1.Description" String="Palo Alto Networks GlobalProtect V2." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/ikEv2"><Annotation Term="Org.OData.Core.V1.Description" String="IKEv2." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/alwaysOn"><Annotation Term="Org.OData.Core.V1.Description" String="AlwaysOn." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/microsoftTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/netMotionMobility"><Annotation Term="Org.OData.Core.V1.Description" String="NetMotion Mobility." /></Annotations><Annotations Target="microsoft.graph.appleVpnConnectionType/microsoftProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Protect." /></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.applicationGuardEnabledOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for ApplicationGuardEnabledOptions" /></Annotations><Annotations Target="microsoft.graph.applicationGuardEnabledOptions/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.applicationGuardEnabledOptions/enabledForEdge"><Annotation Term="Org.OData.Core.V1.Description" String="Enabled For Edge" /></Annotations><Annotations Target="microsoft.graph.applicationGuardEnabledOptions/enabledForOffice"><Annotation Term="Org.OData.Core.V1.Description" String="Enabled For Office" /></Annotations><Annotations Target="microsoft.graph.applicationGuardEnabledOptions/enabledForEdgeAndOffice"><Annotation Term="Org.OData.Core.V1.Description" String="Enabled For Edge And Office" /></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.authenticationTransformConstant"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication transform values for Windows10 VPN policies with IKEv2 connection type." /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/md5_96"><Annotation Term="Org.OData.Core.V1.Description" String="MD596" /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/sha1_96"><Annotation Term="Org.OData.Core.V1.Description" String="SHA196" /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/sha_256_128"><Annotation Term="Org.OData.Core.V1.Description" String="SHA256128" /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/aes128Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="GCMAES128" /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/aes192Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="GCMAES192" /></Annotations><Annotations Target="microsoft.graph.authenticationTransformConstant/aes256Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="GCMAES256" /></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.automaticUpdateMode/windowsDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Reset to Windows default value." /></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.bitLockerRecoveryInformationType"><Annotation Term="Org.OData.Core.V1.Description" String="BitLockerRecoveryInformationType types" /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordAndKey"><Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords and key packages." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryPasswordRotationType"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker recovery password rotation type" /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryPasswordRotationType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryPasswordRotationType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Recovery password rotation off" /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryPasswordRotationType/enabledForAzureAd"><Annotation Term="Org.OData.Core.V1.Description" String="Recovery password rotation on for Azure AD joined devices" /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryPasswordRotationType/enabledForAzureAdAndHybrid"><Annotation Term="Org.OData.Core.V1.Description" String="Recovery password rotation on for both Azure AD joined and hybrid joined devices" /></Annotations><Annotations Target="microsoft.graph.browserSyncSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Allow(Not Configured) or prevent(Block) the syncing of Microsoft Edge Browser settings. Option to prevent syncing across devices, but allow user override." /></Annotations><Annotations Target="microsoft.graph.browserSyncSetting/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default – Allow syncing of browser settings across devices." /></Annotations><Annotations Target="microsoft.graph.browserSyncSetting/blockedWithUserOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent syncing of browser settings across user devices, allow user override of setting." /></Annotations><Annotations Target="microsoft.graph.browserSyncSetting/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Absolutely prevent syncing of browser settings across user devices." /></Annotations><Annotations Target="microsoft.graph.certificateDestinationStore"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the Certificate Destination Store." /></Annotations><Annotations Target="microsoft.graph.certificateDestinationStore/computerCertStoreRoot"><Annotation Term="Org.OData.Core.V1.Description" String="Computer Certificate Store - Root." /></Annotations><Annotations Target="microsoft.graph.certificateDestinationStore/computerCertStoreIntermediate"><Annotation Term="Org.OData.Core.V1.Description" String="Computer Certificate Store - Intermediate." /></Annotations><Annotations Target="microsoft.graph.certificateDestinationStore/userCertStoreIntermediate"><Annotation Term="Org.OData.Core.V1.Description" String="User Certificate Store - Intermediate." /></Annotations><Annotations Target="microsoft.graph.certificateIssuanceStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Issuance State Options." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Revocation Status." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="Not revoked." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Revocation pending." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus/issued"><Annotation Term="Org.OData.Core.V1.Description" String="Revocation command issued." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Revocation failed." /></Annotations><Annotations Target="microsoft.graph.certificateRevocationStatus/revoked"><Annotation Term="Org.OData.Core.V1.Description" String="Revoked." /></Annotations><Annotations Target="microsoft.graph.certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="CertificateStore types" /></Annotations><Annotations Target="microsoft.graph.certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Validity Period Options." /></Annotations><Annotations Target="microsoft.graph.certificateValidityPeriodScale/days"><Annotation Term="Org.OData.Core.V1.Description" String="Days." /></Annotations><Annotations Target="microsoft.graph.certificateValidityPeriodScale/months"><Annotation Term="Org.OData.Core.V1.Description" String="Months." /></Annotations><Annotations Target="microsoft.graph.certificateValidityPeriodScale/years"><Annotation Term="Org.OData.Core.V1.Description" String="Years." /></Annotations><Annotations Target="microsoft.graph.changeUefiSettingsPermission"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the permission level granted to users to enable them change Uefi settings" /></Annotations><Annotations Target="microsoft.graph.changeUefiSettingsPermission/notConfiguredOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.changeUefiSettingsPermission/none"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent change of UEFI setting permission" /></Annotations><Annotations Target="microsoft.graph.code"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for rule validation." /></Annotations><Annotations Target="microsoft.graph.code/none"><Annotation Term="Org.OData.Core.V1.Description" String="None error." /></Annotations><Annotations Target="microsoft.graph.code/jsonFileInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Json file invalid error." /></Annotations><Annotations Target="microsoft.graph.code/jsonFileMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Json file missing error." /></Annotations><Annotations Target="microsoft.graph.code/jsonFileTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Json file too large error." /></Annotations><Annotations Target="microsoft.graph.code/rulesMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Rules missing error." /></Annotations><Annotations Target="microsoft.graph.code/duplicateRules"><Annotation Term="Org.OData.Core.V1.Description" String="Duplicate rules error." /></Annotations><Annotations Target="microsoft.graph.code/tooManyRulesSpecified"><Annotation Term="Org.OData.Core.V1.Description" String="Too many rules specified error." /></Annotations><Annotations Target="microsoft.graph.code/operatorMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Operator missing error." /></Annotations><Annotations Target="microsoft.graph.code/operatorNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Operator not supported error." /></Annotations><Annotations Target="microsoft.graph.code/datatypeMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Data type missing error." /></Annotations><Annotations Target="microsoft.graph.code/datatypeNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Data type not supported error." /></Annotations><Annotations Target="microsoft.graph.code/operatorDataTypeCombinationNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Operator data type combination not supported error." /></Annotations><Annotations Target="microsoft.graph.code/moreInfoUriMissing"><Annotation Term="Org.OData.Core.V1.Description" String="More info urlmissing error." /></Annotations><Annotations Target="microsoft.graph.code/moreInfoUriInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="More info url invalid error." /></Annotations><Annotations Target="microsoft.graph.code/moreInfoUriTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="More info ur ltoo large error." /></Annotations><Annotations Target="microsoft.graph.code/descriptionMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Description missing error." /></Annotations><Annotations Target="microsoft.graph.code/descriptionInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Description invalid error." /></Annotations><Annotations Target="microsoft.graph.code/descriptionTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Description too large error." /></Annotations><Annotations Target="microsoft.graph.code/titleMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Title missing error." /></Annotations><Annotations Target="microsoft.graph.code/titleInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Title invalid error." /></Annotations><Annotations Target="microsoft.graph.code/titleTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Title too large error." /></Annotations><Annotations Target="microsoft.graph.code/operandMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Operand missing error." /></Annotations><Annotations Target="microsoft.graph.code/operandInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Operand invalid error." /></Annotations><Annotations Target="microsoft.graph.code/operandTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Operand too large error." /></Annotations><Annotations Target="microsoft.graph.code/settingNameMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name missing error." /></Annotations><Annotations Target="microsoft.graph.code/settingNameInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name invalid error." /></Annotations><Annotations Target="microsoft.graph.code/settingNameTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name too large error." /></Annotations><Annotations Target="microsoft.graph.code/englishLocaleMissing"><Annotation Term="Org.OData.Core.V1.Description" String="English locale missing error." /></Annotations><Annotations Target="microsoft.graph.code/duplicateLocales"><Annotation Term="Org.OData.Core.V1.Description" String="Duplicate locales error." /></Annotations><Annotations Target="microsoft.graph.code/unrecognizedLocale"><Annotation Term="Org.OData.Core.V1.Description" String="Unrecognized locale error." /></Annotations><Annotations Target="microsoft.graph.code/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown error." /></Annotations><Annotations Target="microsoft.graph.code/remediationStringsMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation strings missing error." /></Annotations><Annotations Target="microsoft.graph.configurationUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of the ConfigurationUsage list." /></Annotations><Annotations Target="microsoft.graph.configurationUsage/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Disallowed." /></Annotations><Annotations Target="microsoft.graph.configurationUsage/required"><Annotation Term="Org.OData.Core.V1.Description" String="Required." /></Annotations><Annotations Target="microsoft.graph.configurationUsage/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Optional." /></Annotations><Annotations Target="microsoft.graph.configurationUsage/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured." /></Annotations><Annotations Target="microsoft.graph.dataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data types for rules." /></Annotations><Annotations Target="microsoft.graph.dataType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None data type." /></Annotations><Annotations Target="microsoft.graph.dataType/boolean"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean data type." /></Annotations><Annotations Target="microsoft.graph.dataType/int64"><Annotation Term="Org.OData.Core.V1.Description" String="Int64 data type." /></Annotations><Annotations Target="microsoft.graph.dataType/double"><Annotation Term="Org.OData.Core.V1.Description" String="Double data type." /></Annotations><Annotations Target="microsoft.graph.dataType/string"><Annotation Term="Org.OData.Core.V1.Description" String="String data type." /></Annotations><Annotations Target="microsoft.graph.dataType/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime data type." /></Annotations><Annotations Target="microsoft.graph.dataType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version data type." /></Annotations><Annotations Target="microsoft.graph.dataType/base64"><Annotation Term="Org.OData.Core.V1.Description" String="Base64 data type." /></Annotations><Annotations Target="microsoft.graph.dataType/xml"><Annotation Term="Org.OData.Core.V1.Description" String="Xml data type." /></Annotations><Annotations Target="microsoft.graph.dataType/booleanArray"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean array data type." /></Annotations><Annotations Target="microsoft.graph.dataType/int64Array"><Annotation Term="Org.OData.Core.V1.Description" String="Int64 array data type." /></Annotations><Annotations Target="microsoft.graph.dataType/doubleArray"><Annotation Term="Org.OData.Core.V1.Description" String="Double array data type." /></Annotations><Annotations Target="microsoft.graph.dataType/stringArray"><Annotation Term="Org.OData.Core.V1.Description" String="String array data type." /></Annotations><Annotations Target="microsoft.graph.dataType/dateTimeArray"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime array data type." /></Annotations><Annotations Target="microsoft.graph.dataType/versionArray"><Annotation Term="Org.OData.Core.V1.Description" String="Version array data type." /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Defender Attack Surface Reduction Rules" /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Default, which disables attack surface reduction rule." /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType/block"><Annotation Term="Org.OData.Core.V1.Description" String="Enable the attack surface reduction rule." /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType/auditMode"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluate how the ASR rule would impact your organization if enabled. Does not change functionality but generate logs." /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType/warn"><Annotation Term="Org.OData.Core.V1.Description" String="Warning message to end user with ability to bypass block from attack surface reduction rule." /></Annotations><Annotations Target="microsoft.graph.defenderAttackSurfaceType/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Disable the attack surface reduction rule" /></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.defenderPotentiallyUnwantedAppAction"><Annotation Term="Org.OData.Core.V1.Description" String="Defender’s action to take on detected Potentially Unwanted Application (PUA)." /></Annotations><Annotations Target="microsoft.graph.defenderPotentiallyUnwantedAppAction/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="PUA Protection is off. Defender will not protect against potentially unwanted applications." /></Annotations><Annotations Target="microsoft.graph.defenderPotentiallyUnwantedAppAction/block"><Annotation Term="Org.OData.Core.V1.Description" String="PUA Protection is on. Detected items are blocked. They will show in history along with other threats." /></Annotations><Annotations Target="microsoft.graph.defenderPotentiallyUnwantedAppAction/audit"><Annotation Term="Org.OData.Core.V1.Description" String="Audit mode. Defender will detect potentially unwanted applications, but take no actions. You can review information about applications Defender would have taken action against by searching for events created by Defender in the Event Viewer." /></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.defenderProtectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Defender PUA Protection" /></Annotations><Annotations Target="microsoft.graph.defenderProtectionType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.defenderProtectionType/enable"><Annotation Term="Org.OData.Core.V1.Description" String="Block functionality." /></Annotations><Annotations Target="microsoft.graph.defenderProtectionType/auditMode"><Annotation Term="Org.OData.Core.V1.Description" String="Allow functionality but generate logs." /></Annotations><Annotations Target="microsoft.graph.defenderProtectionType/warn"><Annotation Term="Org.OData.Core.V1.Description" String="Warning message to end user with ability to bypass block from attack surface reduction rule." /></Annotations><Annotations Target="microsoft.graph.defenderProtectionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.defenderRealtimeScanDirection"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for monitoring file activity." /></Annotations><Annotations Target="microsoft.graph.defenderRealtimeScanDirection/monitorAllFiles"><Annotation Term="Org.OData.Core.V1.Description" String="0 (default) – Monitor all files(bi-directional)" /></Annotations><Annotations Target="microsoft.graph.defenderRealtimeScanDirection/monitorIncomingFilesOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Monitor incoming files only." /></Annotations><Annotations Target="microsoft.graph.defenderRealtimeScanDirection/monitorOutgoingFilesOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Monitor outgoing files only." /></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.defenderSecurityCenterITContactDisplayType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for defenderSecurityCenterITContactDisplay" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterITContactDisplayType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterITContactDisplayType/displayInAppAndInNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Display in app and in notifications" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterITContactDisplayType/displayOnlyInApp"><Annotation Term="Org.OData.Core.V1.Description" String="Display only in app" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterITContactDisplayType/displayOnlyInNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Display only in notifications" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterNotificationsFromAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for defenderSecurityCenterNotificationsFromApp" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterNotificationsFromAppType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterNotificationsFromAppType/blockNoncriticalNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Block non-critical notifications" /></Annotations><Annotations Target="microsoft.graph.defenderSecurityCenterNotificationsFromAppType/blockAllNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Block all notifications" /></Annotations><Annotations Target="microsoft.graph.defenderSubmitSamplesConsentType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for DefenderSubmitSamplesConsentType" /></Annotations><Annotations Target="microsoft.graph.defenderSubmitSamplesConsentType/sendSafeSamplesAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Send safe samples automatically" /></Annotations><Annotations Target="microsoft.graph.defenderSubmitSamplesConsentType/alwaysPrompt"><Annotation Term="Org.OData.Core.V1.Description" String="Always prompt" /></Annotations><Annotations Target="microsoft.graph.defenderSubmitSamplesConsentType/neverSend"><Annotation Term="Org.OData.Core.V1.Description" String="Never send" /></Annotations><Annotations Target="microsoft.graph.defenderSubmitSamplesConsentType/sendAllSamplesAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Send all samples automatically" /></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.deliveryOptimizationGroupIdOptionsType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the DeliveryOptimizationGroupIdOptionsType setting." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdOptionsType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdOptionsType/adSite"><Annotation Term="Org.OData.Core.V1.Description" String="Active Directory site." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdOptionsType/authenticatedDomainSid"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticated domain SID." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdOptionsType/dhcpUserOption"><Annotation Term="Org.OData.Core.V1.Description" String="DHCP user option." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdOptionsType/dnsSuffix"><Annotation Term="Org.OData.Core.V1.Description" String="DNS suffix." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationRestrictPeerSelectionByOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Values to restrict peer selection by." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationRestrictPeerSelectionByOptions/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationRestrictPeerSelectionByOptions/subnetMask"><Annotation Term="Org.OData.Core.V1.Description" String="Subnet mask." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType"><Annotation Term="Org.OData.Core.V1.Description" String="Provider type for Derived Credentials." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No Derived Credential Provider Configured." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType/entrustDataCard"><Annotation Term="Org.OData.Core.V1.Description" String="Entrust." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType/purebred"><Annotation Term="Org.OData.Core.V1.Description" String="Purebred - Defense Information Systems Agency." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType/xTec"><Annotation Term="Org.OData.Core.V1.Description" String="Xtec - AuthentX." /></Annotations><Annotations Target="microsoft.graph.derivedCredentialProviderType/intercede"><Annotation Term="Org.OData.Core.V1.Description" String="Intercede." /></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.deviceComplianceActionType/remoteLock"><Annotation Term="Org.OData.Core.V1.Description" String="Remotely lock the device" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data types for rules." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/boolean"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/int64"><Annotation Term="Org.OData.Core.V1.Description" String="Int64 data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/double"><Annotation Term="Org.OData.Core.V1.Description" String="Double data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/string"><Annotation Term="Org.OData.Core.V1.Description" String="String data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/base64"><Annotation Term="Org.OData.Core.V1.Description" String="Base64 data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/xml"><Annotation Term="Org.OData.Core.V1.Description" String="Xml data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/booleanArray"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/int64Array"><Annotation Term="Org.OData.Core.V1.Description" String="Int64 array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/doubleArray"><Annotation Term="Org.OData.Core.V1.Description" String="Double array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/stringArray"><Annotation Term="Org.OData.Core.V1.Description" String="String array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/dateTimeArray"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleDataType/versionArray"><Annotation Term="Org.OData.Core.V1.Description" String="Version array data type." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for rule validation." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/none"><Annotation Term="Org.OData.Core.V1.Description" String="None error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/jsonFileInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Json file invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/jsonFileMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Json file missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/jsonFileTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Json file too large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/rulesMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Rules missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/duplicateRules"><Annotation Term="Org.OData.Core.V1.Description" String="Duplicate rules error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/tooManyRulesSpecified"><Annotation Term="Org.OData.Core.V1.Description" String="Too many rules specified error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operatorMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Operator missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operatorNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Operator not supported error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/datatypeMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Data type missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/datatypeNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Data type not supported error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operatorDataTypeCombinationNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Operator data type combination not supported error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/moreInfoUriMissing"><Annotation Term="Org.OData.Core.V1.Description" String="More info urlmissing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/moreInfoUriInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="More info url invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/moreInfoUriTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="More info ur ltoo large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/descriptionMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Description missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/descriptionInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Description invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/descriptionTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Description too large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/titleMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Title missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/titleInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Title invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/titleTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Title too large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operandMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Operand missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operandInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Operand invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/operandTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Operand too large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/settingNameMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/settingNameInvalid"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name invalid error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/settingNameTooLarge"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name too large error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/englishLocaleMissing"><Annotation Term="Org.OData.Core.V1.Description" String="English locale missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/duplicateLocales"><Annotation Term="Org.OData.Core.V1.Description" String="Duplicate locales error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/unrecognizedLocale"><Annotation Term="Org.OData.Core.V1.Description" String="Unrecognized locale error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulesValidationError/remediationStringsMissing"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation strings missing error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Operator for rules." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/none"><Annotation Term="Org.OData.Core.V1.Description" String="None operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/and"><Annotation Term="Org.OData.Core.V1.Description" String="And operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/or"><Annotation Term="Org.OData.Core.V1.Description" String="Or operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/isEquals"><Annotation Term="Org.OData.Core.V1.Description" String="IsEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/notEquals"><Annotation Term="Org.OData.Core.V1.Description" String="NotEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/greaterThan"><Annotation Term="Org.OData.Core.V1.Description" String="GreaterThan operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/lessThan"><Annotation Term="Org.OData.Core.V1.Description" String="LessThan operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/between"><Annotation Term="Org.OData.Core.V1.Description" String="Between operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/notBetween"><Annotation Term="Org.OData.Core.V1.Description" String="NotBetween operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/greaterEquals"><Annotation Term="Org.OData.Core.V1.Description" String="GreaterEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/lessEquals"><Annotation Term="Org.OData.Core.V1.Description" String="LessEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/dayTimeBetween"><Annotation Term="Org.OData.Core.V1.Description" String="DayTimeBetween operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/beginsWith"><Annotation Term="Org.OData.Core.V1.Description" String="BeginsWith operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/notBeginsWith"><Annotation Term="Org.OData.Core.V1.Description" String="NotBeginsWith operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/endsWith"><Annotation Term="Org.OData.Core.V1.Description" String="EndsWith operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/notEndsWith"><Annotation Term="Org.OData.Core.V1.Description" String="NotEndsWith operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/contains"><Annotation Term="Org.OData.Core.V1.Description" String="Contains operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/notContains"><Annotation Term="Org.OData.Core.V1.Description" String="NotContains operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/allOf"><Annotation Term="Org.OData.Core.V1.Description" String="AllOf operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/oneOf"><Annotation Term="Org.OData.Core.V1.Description" String="OneOf operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/noneOf"><Annotation Term="Org.OData.Core.V1.Description" String="NoneOf operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/setEquals"><Annotation Term="Org.OData.Core.V1.Description" String="SetEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/orderedSetEquals"><Annotation Term="Org.OData.Core.V1.Description" String="OrderedSetEquals operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/subsetOf"><Annotation Term="Org.OData.Core.V1.Description" String="SubsetOf operator." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRulOperator/excludesAll"><Annotation Term="Org.OData.Core.V1.Description" String="ExcludesAll operator." /></Annotations><Annotations Target="microsoft.graph.deviceConfigAssignmentIntent"><Annotation Term="Org.OData.Core.V1.Description" String="The administrator intent for the assignment of the profile." /></Annotations><Annotations Target="microsoft.graph.deviceConfigAssignmentIntent/apply"><Annotation Term="Org.OData.Core.V1.Description" String="Ensure that the configuration profile is applied to the devices in the assignment." /></Annotations><Annotations Target="microsoft.graph.deviceConfigAssignmentIntent/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Ensure that the configuration profile is removed from devices that have previously installed the configuration profile." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Credential Guard settings." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Turns off Credential Guard remotely if configured previously without UEFI Lock." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType/enableWithUEFILock"><Annotation Term="Org.OData.Core.V1.Description" String="Turns on Credential Guard with UEFI lock." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType/enableWithoutUEFILock"><Annotation Term="Org.OData.Core.V1.Description" String="Turns on Credential Guard without UEFI lock." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Disables Credential Guard. This is the default OS value." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported Applicability rule types for Device Configuration" /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleType/include"><Annotation Term="Org.OData.Core.V1.Description" String="Include" /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleType/exclude"><Annotation Term="Org.OData.Core.V1.Description" String="Exclude" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCertificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Device Management Certification Authority Types." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCertificationAuthority/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCertificationAuthority/microsoft"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Certification Authority type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCertificationAuthority/digiCert"><Annotation Term="Org.OData.Core.V1.Description" String="DigiCert Certification Authority type." /></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.deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Device type." /></Annotations><Annotations Target="microsoft.graph.deviceType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop." /></Annotations><Annotations Target="microsoft.graph.deviceType/windowsRT"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsRT." /></Annotations><Annotations Target="microsoft.graph.deviceType/winMO6"><Annotation Term="Org.OData.Core.V1.Description" String="WinMO6." /></Annotations><Annotations Target="microsoft.graph.deviceType/nokia"><Annotation Term="Org.OData.Core.V1.Description" String="Nokia." /></Annotations><Annotations Target="microsoft.graph.deviceType/windowsPhone"><Annotation Term="Org.OData.Core.V1.Description" String="Windows phone." /></Annotations><Annotations Target="microsoft.graph.deviceType/mac"><Annotation Term="Org.OData.Core.V1.Description" String="Mac." /></Annotations><Annotations Target="microsoft.graph.deviceType/winCE"><Annotation Term="Org.OData.Core.V1.Description" String="WinCE." /></Annotations><Annotations Target="microsoft.graph.deviceType/winEmbedded"><Annotation Term="Org.OData.Core.V1.Description" String="WinEmbedded." /></Annotations><Annotations Target="microsoft.graph.deviceType/iPhone"><Annotation Term="Org.OData.Core.V1.Description" String="iPhone." /></Annotations><Annotations Target="microsoft.graph.deviceType/iPad"><Annotation Term="Org.OData.Core.V1.Description" String="iPad." /></Annotations><Annotations Target="microsoft.graph.deviceType/iPod"><Annotation Term="Org.OData.Core.V1.Description" String="iPodTouch." /></Annotations><Annotations Target="microsoft.graph.deviceType/android"><Annotation Term="Org.OData.Core.V1.Description" String="Android." /></Annotations><Annotations Target="microsoft.graph.deviceType/iSocConsumer"><Annotation Term="Org.OData.Core.V1.Description" String="iSocConsumer." /></Annotations><Annotations Target="microsoft.graph.deviceType/unix"><Annotation Term="Org.OData.Core.V1.Description" String="Unix." /></Annotations><Annotations Target="microsoft.graph.deviceType/macMDM"><Annotation Term="Org.OData.Core.V1.Description" String="Mac OS X client using built in MDM agent." /></Annotations><Annotations Target="microsoft.graph.deviceType/holoLens"><Annotation Term="Org.OData.Core.V1.Description" String="Representing the fancy Windows 10 goggles." /></Annotations><Annotations Target="microsoft.graph.deviceType/surfaceHub"><Annotation Term="Org.OData.Core.V1.Description" String="Surface HUB device." /></Annotations><Annotations Target="microsoft.graph.deviceType/androidForWork"><Annotation Term="Org.OData.Core.V1.Description" String="Android for work device." /></Annotations><Annotations Target="microsoft.graph.deviceType/androidEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Android enterprise device." /></Annotations><Annotations Target="microsoft.graph.deviceType/windows10x"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10x device." /></Annotations><Annotations Target="microsoft.graph.deviceType/androidnGMS"><Annotation Term="Org.OData.Core.V1.Description" String="Android non Google managed device." /></Annotations><Annotations Target="microsoft.graph.deviceType/chromeOS"><Annotation Term="Org.OData.Core.V1.Description" String="ChromeOS device." /></Annotations><Annotations Target="microsoft.graph.deviceType/linux"><Annotation Term="Org.OData.Core.V1.Description" String="Linux device." /></Annotations><Annotations Target="microsoft.graph.deviceType/visionOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates managed device is running on visionOS operating system." /></Annotations><Annotations Target="microsoft.graph.deviceType/tvOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates managed device is running on tvOS operating system." /></Annotations><Annotations Target="microsoft.graph.deviceType/blackberry"><Annotation Term="Org.OData.Core.V1.Description" String="Blackberry." /></Annotations><Annotations Target="microsoft.graph.deviceType/palm"><Annotation Term="Org.OData.Core.V1.Description" String="Palm." /></Annotations><Annotations Target="microsoft.graph.deviceType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Represents that the device type is unknown." /></Annotations><Annotations Target="microsoft.graph.deviceType/cloudPC"><Annotation Term="Org.OData.Core.V1.Description" String="Cloud PC device." /></Annotations><Annotations Target="microsoft.graph.deviceTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Device type." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/windowsRT"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsRT." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/winMO6"><Annotation Term="Org.OData.Core.V1.Description" String="WinMO6." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/nokia"><Annotation Term="Org.OData.Core.V1.Description" String="Nokia." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/windowsPhone"><Annotation Term="Org.OData.Core.V1.Description" String="Windows phone." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/mac"><Annotation Term="Org.OData.Core.V1.Description" String="Mac." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/winCE"><Annotation Term="Org.OData.Core.V1.Description" String="WinCE." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/winEmbedded"><Annotation Term="Org.OData.Core.V1.Description" String="WinEmbedded." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/iPhone"><Annotation Term="Org.OData.Core.V1.Description" String="iPhone." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/iPad"><Annotation Term="Org.OData.Core.V1.Description" String="iPad." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/iPod"><Annotation Term="Org.OData.Core.V1.Description" String="iPodTouch." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/android"><Annotation Term="Org.OData.Core.V1.Description" String="Android." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/iSocConsumer"><Annotation Term="Org.OData.Core.V1.Description" String="iSocConsumer." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/unix"><Annotation Term="Org.OData.Core.V1.Description" String="Unix." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/macMDM"><Annotation Term="Org.OData.Core.V1.Description" String="Mac OS X client using built in MDM agent." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/holoLens"><Annotation Term="Org.OData.Core.V1.Description" String="Representing the fancy Windows 10 goggles." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/surfaceHub"><Annotation Term="Org.OData.Core.V1.Description" String="Surface HUB device." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/androidForWork"><Annotation Term="Org.OData.Core.V1.Description" String="Android for work device." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/androidEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Android enterprise device." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/blackberry"><Annotation Term="Org.OData.Core.V1.Description" String="Blackberry." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/palm"><Annotation Term="Org.OData.Core.V1.Description" String="Palm." /></Annotations><Annotations Target="microsoft.graph.deviceTypes/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Represents that the device type is unknown." /></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.diffieHellmanGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Diffie Hellman Group values for Windows10 VPN policies with IKEv2 connection type." /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/group1"><Annotation Term="Org.OData.Core.V1.Description" String="Group1" /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/group2"><Annotation Term="Org.OData.Core.V1.Description" String="Group2" /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/group14"><Annotation Term="Org.OData.Core.V1.Description" String="Group14" /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/ecp256"><Annotation Term="Org.OData.Core.V1.Description" String="ECP256" /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/ecp384"><Annotation Term="Org.OData.Core.V1.Description" String="ECP384" /></Annotations><Annotations Target="microsoft.graph.diffieHellmanGroup/group24"><Annotation Term="Org.OData.Core.V1.Description" String="Group24" /></Annotations><Annotations Target="microsoft.graph.dmaGuardDeviceEnumerationPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of the DmaGuardDeviceEnumerationPolicy." /></Annotations><Annotations Target="microsoft.graph.dmaGuardDeviceEnumerationPolicyType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Default value. Devices with DMA remapping incompatible drivers will only be enumerated after the user unlocks the screen." /></Annotations><Annotations Target="microsoft.graph.dmaGuardDeviceEnumerationPolicyType/blockAll"><Annotation Term="Org.OData.Core.V1.Description" String="Devices with DMA remapping incompatible drivers will never be allowed to start and perform DMA at any time." /></Annotations><Annotations Target="microsoft.graph.dmaGuardDeviceEnumerationPolicyType/allowAll"><Annotation Term="Org.OData.Core.V1.Description" String="All external DMA capable PCIe devices will be enumerated at any time." /></Annotations><Annotations Target="microsoft.graph.domainNameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Domainname source." /></Annotations><Annotations Target="microsoft.graph.domainNameSource/fullDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Full domain name." /></Annotations><Annotations Target="microsoft.graph.domainNameSource/netBiosDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="net bios domain name." /></Annotations><Annotations Target="microsoft.graph.eapFastConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Available settings for EAP-FAST Configuration." /></Annotations><Annotations Target="microsoft.graph.eapFastConfiguration/noProtectedAccessCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use EAP-FAST without Protected Access Credential (PAC)." /></Annotations><Annotations Target="microsoft.graph.eapFastConfiguration/useProtectedAccessCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use Protected Access Credential (PAC)." /></Annotations><Annotations Target="microsoft.graph.eapFastConfiguration/useProtectedAccessCredentialAndProvision"><Annotation Term="Org.OData.Core.V1.Description" String="Use Protected Access Credential (PAC) and Provision PAC." /></Annotations><Annotations Target="microsoft.graph.eapFastConfiguration/useProtectedAccessCredentialAndProvisionAnonymously"><Annotation Term="Org.OData.Core.V1.Description" String="Use Protected Access Credential (PAC), Provision PAC, and do so anonymously." /></Annotations><Annotations Target="microsoft.graph.eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) configuration types." /></Annotations><Annotations Target="microsoft.graph.eapType/eapTls"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Transport Layer Security (EAP-TLS)." /></Annotations><Annotations Target="microsoft.graph.eapType/leap"><Annotation Term="Org.OData.Core.V1.Description" String="Lightweight Extensible Authentication Protocol (LEAP)." /></Annotations><Annotations Target="microsoft.graph.eapType/eapSim"><Annotation Term="Org.OData.Core.V1.Description" String="EAP for GSM Subscriber Identity Module (EAP-SIM)." /></Annotations><Annotations Target="microsoft.graph.eapType/eapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Tunneled Transport Layer Security (EAP-TTLS)." /></Annotations><Annotations Target="microsoft.graph.eapType/peap"><Annotation Term="Org.OData.Core.V1.Description" String="Protected Extensible Authentication Protocol (PEAP)." /></Annotations><Annotations Target="microsoft.graph.eapType/eapFast"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Flexible Authentication via Secure Tunneling (EAP-FAST)." /></Annotations><Annotations Target="microsoft.graph.eapType/teap"><Annotation Term="Org.OData.Core.V1.Description" String="Tunnel Extensible Authentication Protocol (TEAP)." /></Annotations><Annotations Target="microsoft.graph.easAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange Active Sync authentication method." /></Annotations><Annotations Target="microsoft.graph.easAuthenticationMethod/usernameAndPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticate with a username and password." /></Annotations><Annotations Target="microsoft.graph.easAuthenticationMethod/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticate with a certificate." /></Annotations><Annotations Target="microsoft.graph.easAuthenticationMethod/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticate with derived credential." /></Annotations><Annotations Target="microsoft.graph.easServices"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange Active Sync services." /></Annotations><Annotations Target="microsoft.graph.easServices/calendars"><Annotation Term="Org.OData.Core.V1.Description" String="Enables synchronization of calendars." /></Annotations><Annotations Target="microsoft.graph.easServices/contacts"><Annotation Term="Org.OData.Core.V1.Description" String="Enables synchronization of contacts." /></Annotations><Annotations Target="microsoft.graph.easServices/email"><Annotation Term="Org.OData.Core.V1.Description" String="Enables synchronization of email." /></Annotations><Annotations Target="microsoft.graph.easServices/notes"><Annotation Term="Org.OData.Core.V1.Description" String="Enables synchronization of notes." /></Annotations><Annotations Target="microsoft.graph.easServices/reminders"><Annotation Term="Org.OData.Core.V1.Description" String="Enables synchronization of reminders." /></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.edgeKioskModeRestrictionType"><Annotation Term="Org.OData.Core.V1.Description" String="Specify how the Microsoft Edge settings are restricted based on kiosk mode." /></Annotations><Annotations Target="microsoft.graph.edgeKioskModeRestrictionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured (unrestricted)." /></Annotations><Annotations Target="microsoft.graph.edgeKioskModeRestrictionType/digitalSignage"><Annotation Term="Org.OData.Core.V1.Description" String="Interactive/Digital signage in single-app mode." /></Annotations><Annotations Target="microsoft.graph.edgeKioskModeRestrictionType/normalMode"><Annotation Term="Org.OData.Core.V1.Description" String="Normal mode (full version of Microsoft Edge)." /></Annotations><Annotations Target="microsoft.graph.edgeKioskModeRestrictionType/publicBrowsingSingleApp"><Annotation Term="Org.OData.Core.V1.Description" String="Public browsing in single-app mode." /></Annotations><Annotations Target="microsoft.graph.edgeKioskModeRestrictionType/publicBrowsingMultiApp"><Annotation Term="Org.OData.Core.V1.Description" String="Public browsing (inPrivate) in multi-app mode." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the EdgeOpensWith setting." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions/startPage"><Annotation Term="Org.OData.Core.V1.Description" String="StartPage." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions/newTabPage"><Annotation Term="Org.OData.Core.V1.Description" String="NewTabPage." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions/previousPages"><Annotation Term="Org.OData.Core.V1.Description" String="PreviousPages." /></Annotations><Annotations Target="microsoft.graph.edgeOpenOptions/specificPages"><Annotation Term="Org.OData.Core.V1.Description" String="SpecificPages." /></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.edgeTelemetryMode"><Annotation Term="Org.OData.Core.V1.Description" String="Type of browsing data sent to Microsoft 365 analytics" /></Annotations><Annotations Target="microsoft.graph.edgeTelemetryMode/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default – No telemetry data collected or sent" /></Annotations><Annotations Target="microsoft.graph.edgeTelemetryMode/intranet"><Annotation Term="Org.OData.Core.V1.Description" String="Allow sending intranet history only: Only send browsing history data for intranet sites" /></Annotations><Annotations Target="microsoft.graph.edgeTelemetryMode/internet"><Annotation Term="Org.OData.Core.V1.Description" String="Allow sending internet history only: Only send browsing history data for internet sites" /></Annotations><Annotations Target="microsoft.graph.edgeTelemetryMode/intranetAndInternet"><Annotation Term="Org.OData.Core.V1.Description" String="Allow sending both intranet and internet history: Send browsing history data for intranet and internet sites" /></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.editionUpgradeLicenseType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="NotConfigured" /></Annotations><Annotations Target="microsoft.graph.emailCertificateType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported certificate sources for email signing and encryption." /></Annotations><Annotations Target="microsoft.graph.emailCertificateType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Do not use a certificate as a source." /></Annotations><Annotations Target="microsoft.graph.emailCertificateType/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Use an certificate for certificate source." /></Annotations><Annotations Target="microsoft.graph.emailCertificateType/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use a derived credential for certificate source." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for email sync duration." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/oneDay"><Annotation Term="Org.OData.Core.V1.Description" String="Sync one day of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/threeDays"><Annotation Term="Org.OData.Core.V1.Description" String="Sync three days of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/oneWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Sync one week of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/twoWeeks"><Annotation Term="Org.OData.Core.V1.Description" String="Sync two weeks of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/oneMonth"><Annotation Term="Org.OData.Core.V1.Description" String="Sync one month of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncDuration/unlimited"><Annotation Term="Org.OData.Core.V1.Description" String="Sync an unlimited duration of email." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for email sync schedule." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/asMessagesArrive"><Annotation Term="Org.OData.Core.V1.Description" String="Sync as messages arrive." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/manual"><Annotation Term="Org.OData.Core.V1.Description" String="Sync manually." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/fifteenMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Sync every fifteen minutes." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/thirtyMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Sync every thirty minutes." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/sixtyMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Sync every sixty minutes." /></Annotations><Annotations Target="microsoft.graph.emailSyncSchedule/basedOnMyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Sync based on my usage." /></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.encryptionReadinessState"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption readiness state" /></Annotations><Annotations Target="microsoft.graph.encryptionReadinessState/notReady"><Annotation Term="Org.OData.Core.V1.Description" String="Not ready" /></Annotations><Annotations Target="microsoft.graph.encryptionReadinessState/ready"><Annotation Term="Org.OData.Core.V1.Description" String="Ready" /></Annotations><Annotations Target="microsoft.graph.encryptionState"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption state" /></Annotations><Annotations Target="microsoft.graph.encryptionState/notEncrypted"><Annotation Term="Org.OData.Core.V1.Description" String="Not encrypted" /></Annotations><Annotations Target="microsoft.graph.encryptionState/encrypted"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypted" /></Annotations><Annotations Target="microsoft.graph.fileVaultState"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault State" /></Annotations><Annotations Target="microsoft.graph.fileVaultState/success"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault State Success" /></Annotations><Annotations Target="microsoft.graph.fileVaultState/driveEncryptedByUser"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault has been enabled by user and is not being managed by policy" /></Annotations><Annotations Target="microsoft.graph.fileVaultState/userDeferredEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault policy is successfully installed but user has not started encryption" /></Annotations><Annotations Target="microsoft.graph.fileVaultState/escrowNotEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault recovery key escrow is not enabled" /></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.folderProtectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Folder Protection" /></Annotations><Annotations Target="microsoft.graph.folderProtectionType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.folderProtectionType/enable"><Annotation Term="Org.OData.Core.V1.Description" String="Block functionality." /></Annotations><Annotations Target="microsoft.graph.folderProtectionType/auditMode"><Annotation Term="Org.OData.Core.V1.Description" String="Allow functionality but generate logs." /></Annotations><Annotations Target="microsoft.graph.folderProtectionType/blockDiskModification"><Annotation Term="Org.OData.Core.V1.Description" String="Block untrusted apps from writing to disk sectors." /></Annotations><Annotations Target="microsoft.graph.folderProtectionType/auditDiskModification"><Annotation Term="Org.OData.Core.V1.Description" String="Generate logs when untrusted apps write to disk sectors." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supported oems of hardware configuration" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationFormat/dell"><Annotation Term="Org.OData.Core.V1.Description" String="Dell" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationFormat/surface"><Annotation Term="Org.OData.Core.V1.Description" String="Surface" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationFormat/surfaceDock"><Annotation Term="Org.OData.Core.V1.Description" String="Surface dock" /></Annotations><Annotations Target="microsoft.graph.hashAlgorithms"><Annotation Term="Org.OData.Core.V1.Description" String="Hash Algorithm Options." /></Annotations><Annotations Target="microsoft.graph.hashAlgorithms/sha1"><Annotation Term="Org.OData.Core.V1.Description" String="SHA-1 Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.hashAlgorithms/sha2"><Annotation Term="Org.OData.Core.V1.Description" String="SHA-2 Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.inkAccessSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Values for the InkWorkspaceAccess setting." /></Annotations><Annotations Target="microsoft.graph.inkAccessSetting/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.inkAccessSetting/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enabled." /></Annotations><Annotations Target="microsoft.graph.inkAccessSetting/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disabled." /></Annotations><Annotations Target="microsoft.graph.intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="PFX Import Options." /></Annotations><Annotations Target="microsoft.graph.intendedPurpose/unassigned"><Annotation Term="Org.OData.Core.V1.Description" String="Unassigned" /></Annotations><Annotations Target="microsoft.graph.intendedPurpose/smimeEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="SmimeEncryption" /></Annotations><Annotations Target="microsoft.graph.intendedPurpose/smimeSigning"><Annotation Term="Org.OData.Core.V1.Description" String="SmimeSigning" /></Annotations><Annotations Target="microsoft.graph.intendedPurpose/vpn"><Annotation Term="Org.OData.Core.V1.Description" String="VPN" /></Annotations><Annotations Target="microsoft.graph.intendedPurpose/wifi"><Annotation Term="Org.OData.Core.V1.Description" String="Wifi" /></Annotations><Annotations Target="microsoft.graph.internetExplorerMessageSetting"><Annotation Term="Org.OData.Core.V1.Description" String="What message will be displayed by Edge before switching to Internet Explorer." /></Annotations><Annotations Target="microsoft.graph.internetExplorerMessageSetting/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.internetExplorerMessageSetting/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disabled." /></Annotations><Annotations Target="microsoft.graph.internetExplorerMessageSetting/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enabled." /></Annotations><Annotations Target="microsoft.graph.internetExplorerMessageSetting/keepGoing"><Annotation Term="Org.OData.Core.V1.Description" String="KeepGoing." /></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.iosKioskModeAppType"><Annotation Term="Org.OData.Core.V1.Description" String="App source options for iOS kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosKioskModeAppType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.iosKioskModeAppType/appStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="The app to be run comes from the app store." /></Annotations><Annotations Target="microsoft.graph.iosKioskModeAppType/managedApp"><Annotation Term="Org.OData.Core.V1.Description" String="The app to be run is built into the device." /></Annotations><Annotations Target="microsoft.graph.iosKioskModeAppType/builtInApp"><Annotation Term="Org.OData.Core.V1.Description" String="The app to be run is a managed app." /></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.iosNotificationPreviewVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Determines when notification previews are visible on an iOS device. Previews can include things like text (from Messages and Mail) and invitation details (from Calendar). When configured, it will override the user's defined preview settings." /></Annotations><Annotations Target="microsoft.graph.iosNotificationPreviewVisibility/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Notification preview settings will not be overwritten." /></Annotations><Annotations Target="microsoft.graph.iosNotificationPreviewVisibility/alwaysShow"><Annotation Term="Org.OData.Core.V1.Description" String="Always show notification previews." /></Annotations><Annotations Target="microsoft.graph.iosNotificationPreviewVisibility/hideWhenLocked"><Annotation Term="Org.OData.Core.V1.Description" String="Only show notification previews when the device is unlocked." /></Annotations><Annotations Target="microsoft.graph.iosNotificationPreviewVisibility/neverShow"><Annotation Term="Org.OData.Core.V1.Description" String="Never show notification previews." /></Annotations><Annotations Target="microsoft.graph.iosSoftwareUpdateScheduleType"><Annotation Term="Org.OData.Core.V1.Description" String="Update schedule type for iOS software updates." /></Annotations><Annotations Target="microsoft.graph.iosSoftwareUpdateScheduleType/updateOutsideOfActiveHours"><Annotation Term="Org.OData.Core.V1.Description" String="Update outside of active hours." /></Annotations><Annotations Target="microsoft.graph.iosSoftwareUpdateScheduleType/alwaysUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Always update." /></Annotations><Annotations Target="microsoft.graph.iosSoftwareUpdateScheduleType/updateDuringTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="Update during time windows." /></Annotations><Annotations Target="microsoft.graph.iosSoftwareUpdateScheduleType/updateOutsideOfTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="Update outside of time windows." /></Annotations><Annotations Target="microsoft.graph.iosWallpaperDisplayLocation"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type for wallpaper display location specifier." /></Annotations><Annotations Target="microsoft.graph.iosWallpaperDisplayLocation/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No location specified for wallpaper display." /></Annotations><Annotations Target="microsoft.graph.iosWallpaperDisplayLocation/lockScreen"><Annotation Term="Org.OData.Core.V1.Description" String="A configured wallpaper image is displayed on Lock screen." /></Annotations><Annotations Target="microsoft.graph.iosWallpaperDisplayLocation/homeScreen"><Annotation Term="Org.OData.Core.V1.Description" String="A configured wallpaper image is displayed on Home (icon list) screen." /></Annotations><Annotations Target="microsoft.graph.iosWallpaperDisplayLocation/lockAndHomeScreens"><Annotation Term="Org.OData.Core.V1.Description" String="A configured wallpaper image is displayed on Lock screen and Home screen." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) configuration types." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/eapTls"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Transport Layer Security (EAP-TLS)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/eapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Tunneled Transport Layer Security (EAP-TTLS)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/peap"><Annotation Term="Org.OData.Core.V1.Description" String="Protected Extensible Authentication Protocol (PEAP)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/eapFast"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Flexible Authentication via Secure Tunneling (EAP-FAST)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/eapAka"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-Authentication and Key Agreement (EAP-AKA)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkEapType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.keySize"><Annotation Term="Org.OData.Core.V1.Description" String="Key Size Options." /></Annotations><Annotations Target="microsoft.graph.keySize/size1024"><Annotation Term="Org.OData.Core.V1.Description" String="1024 Bits." /></Annotations><Annotations Target="microsoft.graph.keySize/size2048"><Annotation Term="Org.OData.Core.V1.Description" String="2048 Bits." /></Annotations><Annotations Target="microsoft.graph.keySize/size4096"><Annotation Term="Org.OData.Core.V1.Description" String="4096 Bits." /></Annotations><Annotations Target="microsoft.graph.keyStorageProviderOption"><Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP) Import Options." /></Annotations><Annotations Target="microsoft.graph.keyStorageProviderOption/useTpmKspOtherwiseUseSoftwareKsp"><Annotation Term="Org.OData.Core.V1.Description" String="Import to Trusted Platform Module (TPM) KSP if present, otherwise import to Software KSP." /></Annotations><Annotations Target="microsoft.graph.keyStorageProviderOption/useTpmKspOtherwiseFail"><Annotation Term="Org.OData.Core.V1.Description" String="Import to Trusted Platform Module (TPM) KSP if present, otherwise fail." /></Annotations><Annotations Target="microsoft.graph.keyStorageProviderOption/usePassportForWorkKspOtherwiseFail"><Annotation Term="Org.OData.Core.V1.Description" String="Import to Passport for work KSP if available, otherwise fail." /></Annotations><Annotations Target="microsoft.graph.keyStorageProviderOption/useSoftwareKsp"><Annotation Term="Org.OData.Core.V1.Description" String="Import to Software KSP." /></Annotations><Annotations Target="microsoft.graph.keyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Key Usage Options." /></Annotations><Annotations Target="microsoft.graph.keyUsages/keyEncipherment"><Annotation Term="Org.OData.Core.V1.Description" String="Key Encipherment Usage." /></Annotations><Annotations Target="microsoft.graph.keyUsages/digitalSignature"><Annotation Term="Org.OData.Core.V1.Description" String="Digital Signature Usage." /></Annotations><Annotations Target="microsoft.graph.kioskModeManagedHomeScreenPinComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Complexity of PIN for Managed Home Screen sign-in session." /></Annotations><Annotations Target="microsoft.graph.kioskModeManagedHomeScreenPinComplexity/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.kioskModeManagedHomeScreenPinComplexity/simple"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric values only." /></Annotations><Annotations Target="microsoft.graph.kioskModeManagedHomeScreenPinComplexity/complex"><Annotation Term="Org.OData.Core.V1.Description" String="Alphanumerical value." /></Annotations><Annotations Target="microsoft.graph.kioskModeType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Android Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.kioskModeType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.kioskModeType/singleAppMode"><Annotation Term="Org.OData.Core.V1.Description" String="Run in single-app mode" /></Annotations><Annotations Target="microsoft.graph.kioskModeType/multiAppMode"><Annotation Term="Org.OData.Core.V1.Description" String="Run in multi-app mode" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LanManagerAuthenticationLevel" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmAndNltm"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM responses" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmNtlmAndNtlmV2"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM-use NTLMv2 session security if negotiated" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmAndNtlmOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM responses only" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmAndNtlmV2"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLMv2 responses only" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmNtlmV2AndNotLm"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLMv2 responses only. Refuse LM" /></Annotations><Annotations Target="microsoft.graph.lanManagerAuthenticationLevel/lmNtlmV2AndNotLmOrNtm"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLMv2 responses only. Refuse LM &amp; NTLM" /></Annotations><Annotations Target="microsoft.graph.licenseType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether tenant has a valid Intune Endpoint Privilege Management license. Possible value are : 0 - notPaid, 1 - paid, 2 - trial. See LicenseType enum for more details. Default notPaid ." /></Annotations><Annotations Target="microsoft.graph.licenseType/notPaid"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the tenant has neither trial or paid license." /></Annotations><Annotations Target="microsoft.graph.licenseType/paid"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the tenant has paid Endpoint Privilege Management license." /></Annotations><Annotations Target="microsoft.graph.licenseType/trial"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the tenant has trial Endpoint Privilege Management license." /></Annotations><Annotations Target="microsoft.graph.licenseType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsAdministratorElevationPromptBehavior" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/elevateWithoutPrompting"><Annotation Term="Org.OData.Core.V1.Description" String="Elevate without prompting." /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/promptForCredentialsOnTheSecureDesktop"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for credentials on the secure desktop" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/promptForConsentOnTheSecureDesktop"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for consent on the secure desktop" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/promptForCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for credentials" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/promptForConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for consent" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType/promptForConsentForNonWindowsBinaries"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for consent for non-Windows binaries" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType/administrators"><Annotation Term="Org.OData.Core.V1.Description" String="Administrators" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType/administratorsAndPowerUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Administrators and Power Users" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType/administratorsAndInteractiveUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Administrators and Interactive Users " /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsInformationDisplayedOnLockScreen" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType/administrators"><Annotation Term="Org.OData.Core.V1.Description" String="User display name, domain and user names" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType/administratorsAndPowerUsers"><Annotation Term="Org.OData.Core.V1.Description" String="User display name only" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType/administratorsAndInteractiveUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Do not display user information" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsInformationShownOnLockScreenType" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType/userDisplayNameDomainUser"><Annotation Term="Org.OData.Core.V1.Description" String="User display name, domain and user names" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType/userDisplayNameOnly"><Annotation Term="Org.OData.Core.V1.Description" String="User display name only" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType/doNotDisplayUser"><Annotation Term="Org.OData.Core.V1.Description" String="Do not display user information" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsMinimumSessionSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsMinimumSessionSecurity" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsMinimumSessionSecurity/none"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM responses" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsMinimumSessionSecurity/requireNtmlV2SessionSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM-use NTLMv2 session security if negotiated" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsMinimumSessionSecurity/require128BitEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLM responses only" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsMinimumSessionSecurity/ntlmV2And128BitEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Send LM &amp; NTLMv2 responses only" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsSmartCardRemovalBehaviorType" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType/noAction"><Annotation Term="Org.OData.Core.V1.Description" String="No Action" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType/lockWorkstation"><Annotation Term="Org.OData.Core.V1.Description" String="Lock Workstation" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType/forceLogoff"><Annotation Term="Org.OData.Core.V1.Description" String="Force Logoff" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType/disconnectRemoteDesktopSession"><Annotation Term="Org.OData.Core.V1.Description" String="Disconnect if a remote Remote Desktop Services session" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for LocalSecurityOptionsStandardUserElevationPromptBehavior" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType/automaticallyDenyElevationRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically deny elevation requests" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType/promptForCredentialsOnTheSecureDesktop"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for credentials on the secure desktop" /></Annotations><Annotations Target="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType/promptForCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt for credentials" /></Annotations><Annotations Target="microsoft.graph.macAddressRandomizationMode"><Annotation Term="Org.OData.Core.V1.Description" String="An enum representing the possible values of Android MAC Address Randomization Mode." /></Annotations><Annotations Target="microsoft.graph.macAddressRandomizationMode/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Wi-Fi framework to automatically decide the MAC randomization strategy. This can either be persistent or non-persistent randomly generated MAC addresses which are used while connecting to the network. In case of Persistent randomization, android generates a persistent randomized MAC address based on the parameters of the network profile. This MAC address remains the same until factory reset. On the other hand under the non-persistent randomization type, which is used for some networks in Android 12 or higher, the Wi-Fi module re-randomizes the MAC address at the start of every connection or the framework uses the existing randomized MAC address to connect to the network. More info: https://source.android.com/docs/core/connect/wifi-mac-randomization-behavior#types" /></Annotations><Annotations Target="microsoft.graph.macAddressRandomizationMode/hardware"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates MAC randomization is disabled and the factory MAC address is used when connecting to the internet." /></Annotations><Annotations Target="microsoft.graph.macAddressRandomizationMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines which clients a content cache will serve." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Defaults to clients in local network." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy/clientsInLocalNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will provide content to devices only in their immediate local network." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy/clientsWithSamePublicIpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will provide content to devices that share the same public IP address." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy/clientsInCustomLocalNetworks"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will provide content to devices in contentCachingClientListenRanges." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingClientPolicy/clientsInCustomLocalNetworksWithFallback"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will provide content to devices in contentCachingClientListenRanges, contentCachingPeerListenRanges, and contentCachingParents." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines how content caches select a parent cache." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Defaults to round-robin strategy." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/roundRobin"><Annotation Term="Org.OData.Core.V1.Description" String="Rotate through the parents in order. Use this policy for load balancing." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/firstAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="Always use the first available parent in the Parents list. Use this policy to designate permanent primary, secondary, and subsequent parents." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/urlPathHash"><Annotation Term="Org.OData.Core.V1.Description" String="Hash the path part of the requested URL so that the same parent is always used for the same URL. This is useful for maximizing the size of the combined caches of the parents." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/random"><Annotation Term="Org.OData.Core.V1.Description" String="Choose a parent at random. Use this policy for load balancing." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingParentSelectionPolicy/stickyAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="Use the first available parent that is available in the Parents list until it becomes unavailable, then advance to the next one. Use this policy for designating floating primary, secondary, and subsequent parents." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingPeerPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines which content caches other content caches will peer with." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingPeerPolicy/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Defaults to peers in local network." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingPeerPolicy/peersInLocalNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will only peer with caches in their immediate local network." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingPeerPolicy/peersWithSamePublicIpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will only peer with caches that share the same public IP address." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingPeerPolicy/peersInCustomLocalNetworks"><Annotation Term="Org.OData.Core.V1.Description" String="Content caches will use contentCachingPeerFilterRanges and contentCachingPeerListenRanges to determine which caches to peer with." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of content allowed to be cached by Apple's content caching service." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Both user iCloud data and non-iCloud data will be cached." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingType/userContentOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Allow Apple's content caching service to cache user iCloud data." /></Annotations><Annotations Target="microsoft.graph.macOSContentCachingType/sharedContentOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Allow Apple's content caching service to cache non-iCloud data (e.g. app and software updates)." /></Annotations><Annotations Target="microsoft.graph.macOSFileVaultRecoveryKeyTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Recovery key types for macOS FileVault" /></Annotations><Annotations Target="microsoft.graph.macOSFileVaultRecoveryKeyTypes/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.macOSFileVaultRecoveryKeyTypes/institutionalRecoveryKey"><Annotation Term="Org.OData.Core.V1.Description" String="An institutional recovery key is like a “master” recovery key that can be used to unlock any device whose password has been lost." /></Annotations><Annotations Target="microsoft.graph.macOSFileVaultRecoveryKeyTypes/personalRecoveryKey"><Annotation Term="Org.OData.Core.V1.Description" String="A personal recovery key is a unique code that can be used to unlock the user’s device, even if the password to the device is lost." /></Annotations><Annotations Target="microsoft.graph.macOSGatekeeperAppSources"><Annotation Term="Org.OData.Core.V1.Description" String="App source options for macOS Gatekeeper." /></Annotations><Annotations Target="microsoft.graph.macOSGatekeeperAppSources/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.macOSGatekeeperAppSources/macAppStore"><Annotation Term="Org.OData.Core.V1.Description" String="Only apps from the Mac AppStore can be run." /></Annotations><Annotations Target="microsoft.graph.macOSGatekeeperAppSources/macAppStoreAndIdentifiedDevelopers"><Annotation Term="Org.OData.Core.V1.Description" String="Only apps from the Mac AppStore and identified developers can be run." /></Annotations><Annotations Target="microsoft.graph.macOSGatekeeperAppSources/anywhere"><Annotation Term="Org.OData.Core.V1.Description" String="Apps from anywhere can be run." /></Annotations><Annotations Target="microsoft.graph.macOSPriority"><Annotation Term="Org.OData.Core.V1.Description" String="The scheduling priority options for downloading and preparing the requested mac OS update" /></Annotations><Annotations Target="microsoft.graph.macOSPriority/low"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates low scheduling priority for downloading and preparing the requested update" /></Annotations><Annotations Target="microsoft.graph.macOSPriority/high"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates high scheduling priority for downloading and preparing the requested update" /></Annotations><Annotations Target="microsoft.graph.macOSPriority/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.macOSProcessIdentifierType"><Annotation Term="Org.OData.Core.V1.Description" String="Process identifier types for MacOS Privacy Preferences" /></Annotations><Annotations Target="microsoft.graph.macOSProcessIdentifierType/bundleID"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates an app with a bundle ID." /></Annotations><Annotations Target="microsoft.graph.macOSProcessIdentifierType/path"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a file path for a process." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Update behavior options for macOS software updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/default"><Annotation Term="Org.OData.Core.V1.Description" String="Download and/or install the software update, depending on the current device state." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/downloadOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Download the software update without installing it." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/installASAP"><Annotation Term="Org.OData.Core.V1.Description" String="Install an already downloaded software update." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/notifyOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Download the software update and notify the user via the App Store." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateBehavior/installLater"><Annotation Term="Org.OData.Core.V1.Description" String="Download the software update and install it at a later time." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategory"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS Software Update Category" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategory/critical"><Annotation Term="Org.OData.Core.V1.Description" String="A critical update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategory/configurationDataFile"><Annotation Term="Org.OData.Core.V1.Description" String="A configuration data file update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategory/firmware"><Annotation Term="Org.OData.Core.V1.Description" String="A firmware update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategory/other"><Annotation Term="Org.OData.Core.V1.Description" String="All other update types" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Flag enum to determine whether to delay software updates for macOS." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy/none"><Annotation Term="Org.OData.Core.V1.Description" String="Software update delays will not be enforced." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy/delayOSUpdateVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Force delays for OS software updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy/delayAppUpdateVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Force delays for app software updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateDelayPolicy/delayMajorOsUpdateVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Force delays for major OS software updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateScheduleType"><Annotation Term="Org.OData.Core.V1.Description" String="Update schedule type for macOS software updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateScheduleType/alwaysUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Always update." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateScheduleType/updateDuringTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="Update during time windows." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateScheduleType/updateOutsideOfTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="Update outside of time windows." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS Software Update State" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/success"><Annotation Term="Org.OData.Core.V1.Description" String="The software update successfully installed" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloading"><Annotation Term="Org.OData.Core.V1.Description" String="The software update is being downloaded" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloaded"><Annotation Term="Org.OData.Core.V1.Description" String="The software update has been downloaded" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/installing"><Annotation Term="Org.OData.Core.V1.Description" String="The software update is being installed" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/idle"><Annotation Term="Org.OData.Core.V1.Description" String="No action is being taken on this software update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/available"><Annotation Term="Org.OData.Core.V1.Description" String="The software update is available on the device" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/scheduled"><Annotation Term="Org.OData.Core.V1.Description" String="The software update has been scheduled on the device" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloadFailed"><Annotation Term="Org.OData.Core.V1.Description" String="The software update download has failed" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloadInsufficientSpace"><Annotation Term="Org.OData.Core.V1.Description" String="There is not enough space to download the update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloadInsufficientPower"><Annotation Term="Org.OData.Core.V1.Description" String="There is not enough power to download the update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/downloadInsufficientNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="There is insufficient network capacity to download the update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/installInsufficientSpace"><Annotation Term="Org.OData.Core.V1.Description" String="There is not enough space to install the update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/installInsufficientPower"><Annotation Term="Org.OData.Core.V1.Description" String="There is not enough power to install the update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/installFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Installation has failed for an unspecified reason" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateState/commandFailed"><Annotation Term="Org.OData.Core.V1.Description" String="The schedule update command has failed for an unspecified reason" /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionType"><Annotation Term="Org.OData.Core.V1.Description" String="Flag enum representing the allowed macOS system extension types." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionType/driverExtensionsAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Enables driver extensions." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionType/networkExtensionsAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Enables network extensions." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionType/endpointSecurityExtensionsAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Enables endpoint security extensions." /></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.managementAgentType"><Annotation Term="Org.OData.Core.V1.Description" String="Management agent type." /></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.managementAgentType/intuneAosp"><Annotation Term="Org.OData.Core.V1.Description" String="This device is managed by Intune's MDM for AOSP (Android Open Source Project) devices" /></Annotations><Annotations Target="microsoft.graph.managementAgentType/google"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the management agent to manage the device is Google." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.meteredConnectionLimitType"><Annotation Term="Org.OData.Core.V1.Description" String="Metered Connection Limit Settings." /></Annotations><Annotations Target="microsoft.graph.meteredConnectionLimitType/unrestricted"><Annotation Term="Org.OData.Core.V1.Description" String="Unrestricted" /></Annotations><Annotations Target="microsoft.graph.meteredConnectionLimitType/fixed"><Annotation Term="Org.OData.Core.V1.Description" String="Fixed" /></Annotations><Annotations Target="microsoft.graph.meteredConnectionLimitType/variable"><Annotation Term="Org.OData.Core.V1.Description" String="Variable" /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherDockPresence"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Launcher Dock Presence selection." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherDockPresence/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherDockPresence/show"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device's dock will be displayed on the device." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherDockPresence/hide"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device's dock will be hidden on the device, but the user can access the dock by dragging the handler on the bottom of the screen." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherDockPresence/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device's dock will be disabled on the device." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherSearchBarPlacement"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Launcher Search Bar Placement selection." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherSearchBarPlacement/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured; this value is ignored." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherSearchBarPlacement/top"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the search bar will be displayed on the top of the device." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherSearchBarPlacement/bottom"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the search bar will be displayed on the bottom of the device." /></Annotations><Annotations Target="microsoft.graph.microsoftLauncherSearchBarPlacement/hide"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the search bar will be hidden on the device." /></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.ndesConnectorState"><Annotation Term="Org.OData.Core.V1.Description" String="The current status of the Ndes Connector." /></Annotations><Annotations Target="microsoft.graph.ndesConnectorState/none"><Annotation Term="Org.OData.Core.V1.Description" String="State not available yet for this connector." /></Annotations><Annotations Target="microsoft.graph.ndesConnectorState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Ndes connector has connected recently" /></Annotations><Annotations Target="microsoft.graph.ndesConnectorState/inactive"><Annotation Term="Org.OData.Core.V1.Description" String="No recent activity for the Ndes connector" /></Annotations><Annotations Target="microsoft.graph.networkSingleSignOnType"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Network Single Sign On Type Settings." /></Annotations><Annotations Target="microsoft.graph.networkSingleSignOnType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disabled" /></Annotations><Annotations Target="microsoft.graph.networkSingleSignOnType/prelogon"><Annotation Term="Org.OData.Core.V1.Description" String="Pre-Logon" /></Annotations><Annotations Target="microsoft.graph.networkSingleSignOnType/postlogon"><Annotation Term="Org.OData.Core.V1.Description" String="Post-Logon" /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP methods for authentication." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType/unencryptedPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Unencrypted password (PAP)." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType/challengeHandshakeAuthenticationProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="Challenge Handshake Authentication Protocol (CHAP)." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType/microsoftChap"><Annotation Term="Org.OData.Core.V1.Description" String=" Microsoft CHAP (MS-CHAP)." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType/microsoftChapVersionTwo"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft CHAP Version 2 (MS-CHAP v2)." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP methods for authentication when PEAP is the selected EAP type." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForPeap/none"><Annotation Term="Org.OData.Core.V1.Description" String="None." /></Annotations><Annotations Target="microsoft.graph.nonEapAuthenticationMethodForPeap/microsoftChapVersionTwo"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft CHAP Version 2 (MS-CHAP v2)." /></Annotations><Annotations Target="microsoft.graph.operator"><Annotation Term="Org.OData.Core.V1.Description" String="Operator for rules." /></Annotations><Annotations Target="microsoft.graph.operator/none"><Annotation Term="Org.OData.Core.V1.Description" String="None operator." /></Annotations><Annotations Target="microsoft.graph.operator/and"><Annotation Term="Org.OData.Core.V1.Description" String="And operator." /></Annotations><Annotations Target="microsoft.graph.operator/or"><Annotation Term="Org.OData.Core.V1.Description" String="Or operator." /></Annotations><Annotations Target="microsoft.graph.operator/isEquals"><Annotation Term="Org.OData.Core.V1.Description" String="IsEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/notEquals"><Annotation Term="Org.OData.Core.V1.Description" String="NotEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/greaterThan"><Annotation Term="Org.OData.Core.V1.Description" String="GreaterThan operator." /></Annotations><Annotations Target="microsoft.graph.operator/lessThan"><Annotation Term="Org.OData.Core.V1.Description" String="LessThan operator." /></Annotations><Annotations Target="microsoft.graph.operator/between"><Annotation Term="Org.OData.Core.V1.Description" String="Between operator." /></Annotations><Annotations Target="microsoft.graph.operator/notBetween"><Annotation Term="Org.OData.Core.V1.Description" String="NotBetween operator." /></Annotations><Annotations Target="microsoft.graph.operator/greaterEquals"><Annotation Term="Org.OData.Core.V1.Description" String="GreaterEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/lessEquals"><Annotation Term="Org.OData.Core.V1.Description" String="LessEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/dayTimeBetween"><Annotation Term="Org.OData.Core.V1.Description" String="DayTimeBetween operator." /></Annotations><Annotations Target="microsoft.graph.operator/beginsWith"><Annotation Term="Org.OData.Core.V1.Description" String="BeginsWith operator." /></Annotations><Annotations Target="microsoft.graph.operator/notBeginsWith"><Annotation Term="Org.OData.Core.V1.Description" String="NotBeginsWith operator." /></Annotations><Annotations Target="microsoft.graph.operator/endsWith"><Annotation Term="Org.OData.Core.V1.Description" String="EndsWith operator." /></Annotations><Annotations Target="microsoft.graph.operator/notEndsWith"><Annotation Term="Org.OData.Core.V1.Description" String="NotEndsWith operator." /></Annotations><Annotations Target="microsoft.graph.operator/contains"><Annotation Term="Org.OData.Core.V1.Description" String="Contains operator." /></Annotations><Annotations Target="microsoft.graph.operator/notContains"><Annotation Term="Org.OData.Core.V1.Description" String="NotContains operator." /></Annotations><Annotations Target="microsoft.graph.operator/allOf"><Annotation Term="Org.OData.Core.V1.Description" String="AllOf operator." /></Annotations><Annotations Target="microsoft.graph.operator/oneOf"><Annotation Term="Org.OData.Core.V1.Description" String="OneOf operator." /></Annotations><Annotations Target="microsoft.graph.operator/noneOf"><Annotation Term="Org.OData.Core.V1.Description" String="NoneOf operator." /></Annotations><Annotations Target="microsoft.graph.operator/setEquals"><Annotation Term="Org.OData.Core.V1.Description" String="SetEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/orderedSetEquals"><Annotation Term="Org.OData.Core.V1.Description" String="OrderedSetEquals operator." /></Annotations><Annotations Target="microsoft.graph.operator/subsetOf"><Annotation Term="Org.OData.Core.V1.Description" String="SubsetOf operator." /></Annotations><Annotations Target="microsoft.graph.operator/excludesAll"><Annotation Term="Org.OData.Core.V1.Description" String="ExcludesAll operator." /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Forward Secrecy Group values for Windows10 VPN policies with IKEv2 connection type." /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/pfs1"><Annotation Term="Org.OData.Core.V1.Description" String="PFS1" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/pfs2"><Annotation Term="Org.OData.Core.V1.Description" String="PFS2" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/pfs2048"><Annotation Term="Org.OData.Core.V1.Description" String="PFS2048" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/ecp256"><Annotation Term="Org.OData.Core.V1.Description" String="ECP256" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/ecp384"><Annotation Term="Org.OData.Core.V1.Description" String="ECP384" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/pfsMM"><Annotation Term="Org.OData.Core.V1.Description" String="PFSMM" /></Annotations><Annotations Target="microsoft.graph.perfectForwardSecrecyGroup/pfs24"><Annotation Term="Org.OData.Core.V1.Description" String="PFS24" /></Annotations><Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode"><Annotation Term="Org.OData.Core.V1.Description" String="Used together with personalApplications to control how apps in the personal profile are allowed or blocked." /></Annotations><Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/blockedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked Apps." /></Annotations><Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/allowedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed Apps." /></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/androidWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="AndroidWorkProfile." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/windows10XProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows10XProfile." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/androidAOSP"><Annotation Term="Org.OData.Core.V1.Description" String="AndroidAOSPProfile." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/all"><Annotation Term="Org.OData.Core.V1.Description" String="All platforms." /></Annotations><Annotations Target="microsoft.graph.powerActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Power action types" /></Annotations><Annotations Target="microsoft.graph.powerActionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.powerActionType/noAction"><Annotation Term="Org.OData.Core.V1.Description" String="No action" /></Annotations><Annotations Target="microsoft.graph.powerActionType/sleep"><Annotation Term="Org.OData.Core.V1.Description" String="Put device in sleep state" /></Annotations><Annotations Target="microsoft.graph.powerActionType/hibernate"><Annotation Term="Org.OData.Core.V1.Description" String="Put device in hibernate state" /></Annotations><Annotations Target="microsoft.graph.powerActionType/shutdown"><Annotation Term="Org.OData.Core.V1.Description" String="Shutdown device" /></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.restrictedAppsState"><Annotation Term="Org.OData.Core.V1.Description" String="Restricted apps state" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsState/prohibitedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Prohibited apps" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsState/notApprovedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Not approved apps" /></Annotations><Annotations Target="microsoft.graph.runState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution status of the device management script." /></Annotations><Annotations Target="microsoft.graph.runState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown result." /></Annotations><Annotations Target="microsoft.graph.runState/success"><Annotation Term="Org.OData.Core.V1.Description" String="Script is run successfully." /></Annotations><Annotations Target="microsoft.graph.runState/fail"><Annotation Term="Org.OData.Core.V1.Description" String="Script failed to run." /></Annotations><Annotations Target="microsoft.graph.runState/scriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Discovery script hits error." /></Annotations><Annotations Target="microsoft.graph.runState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Script is pending to execute." /></Annotations><Annotations Target="microsoft.graph.runState/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Script is not applicable for this device." /></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.scheduledRetireState"><Annotation Term="Org.OData.Core.V1.Description" String="Cancel or confirm scheduled retire " /></Annotations><Annotations Target="microsoft.graph.scheduledRetireState/cancelRetire"><Annotation Term="Org.OData.Core.V1.Description" String="CancelRetire" /></Annotations><Annotations Target="microsoft.graph.scheduledRetireState/confirmRetire"><Annotation Term="Org.OData.Core.V1.Description" String="ConfirmRetire" /></Annotations><Annotations Target="microsoft.graph.scheduledRetireState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.secureAssessmentAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of accounts that are allowed for Windows10SecureAssessment ConfigurationAccount." /></Annotations><Annotations Target="microsoft.graph.secureAssessmentAccountType/azureADAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates an Azure AD account in format of AzureAD\username@tenant.com." /></Annotations><Annotations Target="microsoft.graph.secureAssessmentAccountType/domainAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a domain account in format of domain\user or user@domain.com." /></Annotations><Annotations Target="microsoft.graph.secureAssessmentAccountType/localAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a local account in format of username." /></Annotations><Annotations Target="microsoft.graph.secureAssessmentAccountType/localGuestAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a local guest account in format of test name." /></Annotations><Annotations Target="microsoft.graph.secureBootWithDMAType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Secure Boot with DMA" /></Annotations><Annotations Target="microsoft.graph.secureBootWithDMAType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured, no operation" /></Annotations><Annotations Target="microsoft.graph.secureBootWithDMAType/withoutDMA"><Annotation Term="Org.OData.Core.V1.Description" String="Turns on VBS with Secure Boot" /></Annotations><Annotations Target="microsoft.graph.secureBootWithDMAType/withDMA"><Annotation Term="Org.OData.Core.V1.Description" String="Turns on VBS with Secure Boot and DMA" /></Annotations><Annotations Target="microsoft.graph.serviceStartType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of xbox service start type" /></Annotations><Annotations Target="microsoft.graph.serviceStartType/manual"><Annotation Term="Org.OData.Core.V1.Description" String="Manual service start type(default)" /></Annotations><Annotations Target="microsoft.graph.serviceStartType/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Automatic service start type" /></Annotations><Annotations Target="microsoft.graph.serviceStartType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Service start type disabled" /></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/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured. Default value." /></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.signInAssistantOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Values for the SignInAssistantSettings." /></Annotations><Annotations Target="microsoft.graph.signInAssistantOptions/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured - wlidsvc Start will be set to SERVICE_DEMAND_START." /></Annotations><Annotations Target="microsoft.graph.signInAssistantOptions/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disabled - wlidsvc Start will be set to SERVICE_DISABLED." /></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.subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Subject Alternative Name Options." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No subject alternative name." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/emailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Email address." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/customAzureADAttribute"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Azure AD Attribute." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/domainNameService"><Annotation Term="Org.OData.Core.V1.Description" String="Domain Name Service (DNS)." /></Annotations><Annotations Target="microsoft.graph.subjectAlternativeNameType/universalResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Universal Resource Identifier (URI)." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Subject Name Format Options." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonName"><Annotation Term="Org.OData.Core.V1.Description" String="Common name." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameIncludingEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name Including Email." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Email." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Custom subject name format." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsIMEI"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As IMEI." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsSerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Serial Number." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsAadDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Serial Number." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsIntuneDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Serial Number." /></Annotations><Annotations Target="microsoft.graph.subjectNameFormat/commonNameAsDurableDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Common Name As Serial Number." /></Annotations><Annotations Target="microsoft.graph.updateClassification"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for automatic update classification." /></Annotations><Annotations Target="microsoft.graph.updateClassification/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.updateClassification/recommendedAndImportant"><Annotation Term="Org.OData.Core.V1.Description" String="Recommended and important." /></Annotations><Annotations Target="microsoft.graph.updateClassification/important"><Annotation Term="Org.OData.Core.V1.Description" String="Important." /></Annotations><Annotations Target="microsoft.graph.updateClassification/none"><Annotation Term="Org.OData.Core.V1.Description" String="None." /></Annotations><Annotations Target="microsoft.graph.userEmailSource"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for username source or email source." /></Annotations><Annotations Target="microsoft.graph.userEmailSource/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name." /></Annotations><Annotations Target="microsoft.graph.userEmailSource/primarySmtpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Primary SMTP address." /></Annotations><Annotations Target="microsoft.graph.usernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Username source." /></Annotations><Annotations Target="microsoft.graph.usernameSource/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name." /></Annotations><Annotations Target="microsoft.graph.usernameSource/primarySmtpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Primary SMTP address." /></Annotations><Annotations Target="microsoft.graph.usernameSource/samAccountName"><Annotation Term="Org.OData.Core.V1.Description" String="The user sam account name." /></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.vpnAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Authentication Method." /></Annotations><Annotations Target="microsoft.graph.vpnAuthenticationMethod/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticate with a certificate." /></Annotations><Annotations Target="microsoft.graph.vpnAuthenticationMethod/usernameAndPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Use username and password for authentication." /></Annotations><Annotations Target="microsoft.graph.vpnAuthenticationMethod/sharedSecret"><Annotation Term="Org.OData.Core.V1.Description" String="Use Shared Secret for Authentication.  Only valid for iOS IKEv2." /></Annotations><Annotations Target="microsoft.graph.vpnAuthenticationMethod/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use Derived Credential for Authentication." /></Annotations><Annotations Target="microsoft.graph.vpnAuthenticationMethod/azureAD"><Annotation Term="Org.OData.Core.V1.Description" String="Use Azure AD for authentication." /></Annotations><Annotations Target="microsoft.graph.vpnClientAuthenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of VPN client authentication type" /></Annotations><Annotations Target="microsoft.graph.vpnClientAuthenticationType/userAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="User Authentication" /></Annotations><Annotations Target="microsoft.graph.vpnClientAuthenticationType/deviceAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Device Authentication" /></Annotations><Annotations Target="microsoft.graph.vpnDeadPeerDetectionRate"><Annotation Term="Org.OData.Core.V1.Description" String="Determines how often to check if a peer connection is still alive" /></Annotations><Annotations Target="microsoft.graph.vpnDeadPeerDetectionRate/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Medium" /></Annotations><Annotations Target="microsoft.graph.vpnDeadPeerDetectionRate/none"><Annotation Term="Org.OData.Core.V1.Description" String="None" /></Annotations><Annotations Target="microsoft.graph.vpnDeadPeerDetectionRate/low"><Annotation Term="Org.OData.Core.V1.Description" String="Low" /></Annotations><Annotations Target="microsoft.graph.vpnDeadPeerDetectionRate/high"><Annotation Term="Org.OData.Core.V1.Description" String="High" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of VPN security association encryption algorithm" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes256"><Annotation Term="Org.OData.Core.V1.Description" String="AES-256" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/des"><Annotation Term="Org.OData.Core.V1.Description" String="DES" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/tripleDes"><Annotation Term="Org.OData.Core.V1.Description" String="3DES" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes128"><Annotation Term="Org.OData.Core.V1.Description" String="AES-128" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes128Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="AES-128-GCM" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes256Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="AES-256-GCM" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes192"><Annotation Term="Org.OData.Core.V1.Description" String="AES-192" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/aes192Gcm"><Annotation Term="Org.OData.Core.V1.Description" String="AES-192-GCM" /></Annotations><Annotations Target="microsoft.graph.vpnEncryptionAlgorithmType/chaCha20Poly1305"><Annotation Term="Org.OData.Core.V1.Description" String="ChaCha20Poly1305" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of VPN security association integrity algorithm" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/sha2_256"><Annotation Term="Org.OData.Core.V1.Description" String="SHA2-256" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/sha1_96"><Annotation Term="Org.OData.Core.V1.Description" String="SHA1-96" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/sha1_160"><Annotation Term="Org.OData.Core.V1.Description" String="SHA1-160" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/sha2_384"><Annotation Term="Org.OData.Core.V1.Description" String="SHA2-384" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/sha2_512"><Annotation Term="Org.OData.Core.V1.Description" String="SHA2-512" /></Annotations><Annotations Target="microsoft.graph.vpnIntegrityAlgorithmType/md5"><Annotation Term="Org.OData.Core.V1.Description" String="MD5" /></Annotations><Annotations Target="microsoft.graph.vpnLocalIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The type of VPN local identifier" /></Annotations><Annotations Target="microsoft.graph.vpnLocalIdentifier/deviceFQDN"><Annotation Term="Org.OData.Core.V1.Description" String="Device Fully Qualified Domain Name" /></Annotations><Annotations Target="microsoft.graph.vpnLocalIdentifier/empty"><Annotation Term="Org.OData.Core.V1.Description" String="Empty" /></Annotations><Annotations Target="microsoft.graph.vpnLocalIdentifier/clientCertificateSubjectName"><Annotation Term="Org.OData.Core.V1.Description" String="Client Certificate Subject Name" /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionAction"><Annotation Term="Org.OData.Core.V1.Description" String="VPN On-Demand Rule Connection Action." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionAction/connect"><Annotation Term="Org.OData.Core.V1.Description" String="Connect." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionAction/evaluateConnection"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluate Connection." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionAction/ignore"><Annotation Term="Org.OData.Core.V1.Description" String="Ignore." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionAction/disconnect"><Annotation Term="Org.OData.Core.V1.Description" String="Disconnect." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionDomainAction"><Annotation Term="Org.OData.Core.V1.Description" String="VPN On-Demand Rule Connection Domain Action." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionDomainAction/connectIfNeeded"><Annotation Term="Org.OData.Core.V1.Description" String="Connect if needed." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleConnectionDomainAction/neverConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Never connect." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleInterfaceTypeMatch"><Annotation Term="Org.OData.Core.V1.Description" String="VPN On-Demand Rule Connection network interface type." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleInterfaceTypeMatch/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="NotConfigured" /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleInterfaceTypeMatch/ethernet"><Annotation Term="Org.OData.Core.V1.Description" String="Ethernet." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleInterfaceTypeMatch/wiFi"><Annotation Term="Org.OData.Core.V1.Description" String="WiFi." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRuleInterfaceTypeMatch/cellular"><Annotation Term="Org.OData.Core.V1.Description" String="Cellular." /></Annotations><Annotations Target="microsoft.graph.vpnProviderType"><Annotation Term="Org.OData.Core.V1.Description" String="Provider type for per-app VPN." /></Annotations><Annotations Target="microsoft.graph.vpnProviderType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Tunnel traffic is not explicitly configured." /></Annotations><Annotations Target="microsoft.graph.vpnProviderType/appProxy"><Annotation Term="Org.OData.Core.V1.Description" String="Tunnel traffic at the application layer." /></Annotations><Annotations Target="microsoft.graph.vpnProviderType/packetTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Tunnel traffic at the IP layer." /></Annotations><Annotations Target="microsoft.graph.vpnServerCertificateType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of certificate the VPN server will present to the VPN client for authentication" /></Annotations><Annotations Target="microsoft.graph.vpnServerCertificateType/rsa"><Annotation Term="Org.OData.Core.V1.Description" String="RSA" /></Annotations><Annotations Target="microsoft.graph.vpnServerCertificateType/ecdsa256"><Annotation Term="Org.OData.Core.V1.Description" String="ECDSA256" /></Annotations><Annotations Target="microsoft.graph.vpnServerCertificateType/ecdsa384"><Annotation Term="Org.OData.Core.V1.Description" String="ECDSA384" /></Annotations><Annotations Target="microsoft.graph.vpnServerCertificateType/ecdsa521"><Annotation Term="Org.OData.Core.V1.Description" String="ECDSA521" /></Annotations><Annotations Target="microsoft.graph.vpnServiceExceptionAction"><Annotation Term="Org.OData.Core.V1.Description" String="The VPN action to take for a specific service." /></Annotations><Annotations Target="microsoft.graph.vpnServiceExceptionAction/forceTrafficViaVPN"><Annotation Term="Org.OData.Core.V1.Description" String="Make all traffic from that service go through the VPN" /></Annotations><Annotations Target="microsoft.graph.vpnServiceExceptionAction/allowTrafficOutside"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the service outside of the VPN" /></Annotations><Annotations Target="microsoft.graph.vpnServiceExceptionAction/dropTraffic"><Annotation Term="Org.OData.Core.V1.Description" String="Drop all traffic from the service" /></Annotations><Annotations Target="microsoft.graph.vpnTrafficDirection"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the rule applies to inbound traffic or outbound traffic." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficDirection/outbound"><Annotation Term="Org.OData.Core.V1.Description" String="The rule applies to all outbound traffic." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficDirection/inbound"><Annotation Term="Org.OData.Core.V1.Description" String="The rule applies to all inbound traffic." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficDirection/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of app that a VPN traffic rule is associated with." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleAppType/none"><Annotation Term="Org.OData.Core.V1.Description" String="The traffic rule is not associated with an app." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleAppType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="The traffic rule is associated with a desktop app." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleAppType/universal"><Annotation Term="Org.OData.Core.V1.Description" String="The traffic rule is associated with a Universal app." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleRoutingPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the routing policy for a VPN traffic rule." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleRoutingPolicyType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No routing policy specified." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleRoutingPolicyType/splitTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Network traffic for the specified app will be routed through the VPN." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRuleRoutingPolicyType/forceTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="All network traffic will be routed through the VPN." /></Annotations><Annotations Target="microsoft.graph.vpnTunnelConfigurationType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of tunnels that will be present to the VPN client for configuration" /></Annotations><Annotations Target="microsoft.graph.vpnTunnelConfigurationType/wifiAndCellular"><Annotation Term="Org.OData.Core.V1.Description" String="WiFi and Cellular Tunnels" /></Annotations><Annotations Target="microsoft.graph.vpnTunnelConfigurationType/cellular"><Annotation Term="Org.OData.Core.V1.Description" String="Cellular Tunnel Only" /></Annotations><Annotations Target="microsoft.graph.vpnTunnelConfigurationType/wifi"><Annotation Term="Org.OData.Core.V1.Description" String="WiFi Tunnel Only" /></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.weeklySchedule/noScheduledScan"><Annotation Term="Org.OData.Core.V1.Description" String="No Scheduled Scan" /></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.wiFiAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi authentication method." /></Annotations><Annotations Target="microsoft.graph.wiFiAuthenticationMethod/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Use an identity certificate for authentication." /></Annotations><Annotations Target="microsoft.graph.wiFiAuthenticationMethod/usernameAndPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Use username and password for authentication." /></Annotations><Annotations Target="microsoft.graph.wiFiAuthenticationMethod/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use Derived Credential for authentication." /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Authentication Type Settings." /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None" /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType/user"><Annotation Term="Org.OData.Core.V1.Description" String="User Authentication" /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType/machine"><Annotation Term="Org.OData.Core.V1.Description" String="Machine Authentication" /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType/machineOrUser"><Annotation Term="Org.OData.Core.V1.Description" String="Machine or User Authentication" /></Annotations><Annotations Target="microsoft.graph.wifiAuthenticationType/guest"><Annotation Term="Org.OData.Core.V1.Description" String="Guest Authentication" /></Annotations><Annotations Target="microsoft.graph.wiFiProxySetting"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Proxy Settings." /></Annotations><Annotations Target="microsoft.graph.wiFiProxySetting/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates Wi-Fi Proxy is not set." /></Annotations><Annotations Target="microsoft.graph.wiFiProxySetting/manual"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi Proxy is set by manually specifying an address and port as well as an optional list of hostnames that are exculded. This value is not supported for AndroidWorkProfileWiFiConfigurations." /></Annotations><Annotations Target="microsoft.graph.wiFiProxySetting/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi Proxy is set automatically by providing the URL to a PAC (Proxy Auto Configuration) file which contains a list of proxy servers to use." /></Annotations><Annotations Target="microsoft.graph.wiFiProxySetting/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Security Types." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/open"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates Wi-Fi security type is associated with Open (No Authentication)." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wpaPersonal"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WPA-Personal." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wpaEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WPA-Enterprise. Must use IOSEnterpriseWifiConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wep"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WEP Encryption." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wpa2Personal"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WPA2-Personal." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wpa2Enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WPA2-Enterprise. Must use WindowsWifiEnterpriseEAPConfiguration type to configure enterprise options." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.wiFiSecurityType/wpa3Personal"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Wi-Fi security type is associated with WPA3-Personal. Provides stronger encryption using Simultaneous Authentication of Equals (SAE)." /></Annotations><Annotations Target="microsoft.graph.windows10AppsUpdateRecurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for App update on Windows10 recurrence." /></Annotations><Annotations Target="microsoft.graph.windows10AppsUpdateRecurrence/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, specifies a single occurence." /></Annotations><Annotations Target="microsoft.graph.windows10AppsUpdateRecurrence/daily"><Annotation Term="Org.OData.Core.V1.Description" String="Daily." /></Annotations><Annotations Target="microsoft.graph.windows10AppsUpdateRecurrence/weekly"><Annotation Term="Org.OData.Core.V1.Description" String="Weekly." /></Annotations><Annotations Target="microsoft.graph.windows10AppsUpdateRecurrence/monthly"><Annotation Term="Org.OData.Core.V1.Description" String="Monthly." /></Annotations><Annotations Target="microsoft.graph.windows10AppType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Application type." /></Annotations><Annotations Target="microsoft.graph.windows10AppType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop." /></Annotations><Annotations Target="microsoft.graph.windows10AppType/universal"><Annotation Term="Org.OData.Core.V1.Description" String="Universal." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceModeType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Device Mode type." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceModeType/standardConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Standard Configuration" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceModeType/sModeConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="S Mode Configuration" /></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.windows10EditionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="NotConfigured" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10Home"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Home" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10HomeChina"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Home China" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10HomeN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Home N" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10HomeSingleLanguage"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Home Single Language" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10Mobile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Mobile" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10IoTCore"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 IoT Core" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10IoTCoreCommercial"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 IoT Core Commercial" /></Annotations><Annotations Target="microsoft.graph.windows10VpnAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 VPN connection types." /></Annotations><Annotations Target="microsoft.graph.windows10VpnAuthenticationMethod/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Authenticate with a certificate." /></Annotations><Annotations Target="microsoft.graph.windows10VpnAuthenticationMethod/usernameAndPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Use username and password for authentication." /></Annotations><Annotations Target="microsoft.graph.windows10VpnAuthenticationMethod/customEapXml"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method is specified in custom EAP XML." /></Annotations><Annotations Target="microsoft.graph.windows10VpnAuthenticationMethod/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use Derived Credential for authentication." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="VPN connection types." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Automatic." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/ikEv2"><Annotation Term="Org.OData.Core.V1.Description" String="IKEv2." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/l2tp"><Annotation Term="Org.OData.Core.V1.Description" String="L2TP." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/pptp"><Annotation Term="Org.OData.Core.V1.Description" String="PPTP." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/citrix"><Annotation Term="Org.OData.Core.V1.Description" String="Citrix." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/paloAltoGlobalProtect"><Annotation Term="Org.OData.Core.V1.Description" String="Palo Alto Networks GlobalProtect." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/ciscoAnyConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Cisco AnyConnect" /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConnectionType/microsoftTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel connection type" /></Annotations><Annotations Target="microsoft.graph.windows10VpnProfileTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 VPN profile target types." /></Annotations><Annotations Target="microsoft.graph.windows10VpnProfileTarget/user"><Annotation Term="Org.OData.Core.V1.Description" String="User targeted VPN profile." /></Annotations><Annotations Target="microsoft.graph.windows10VpnProfileTarget/device"><Annotation Term="Org.OData.Core.V1.Description" String="Device targeted VPN profile." /></Annotations><Annotations Target="microsoft.graph.windows10VpnProfileTarget/autoPilotDevice"><Annotation Term="Org.OData.Core.V1.Description" String="AutoPilot Device targeted VPN profile." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize"><Annotation Term="Org.OData.Core.V1.Description" String="The tile size of Windows app in the start layout." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize/hidden"><Annotation Term="Org.OData.Core.V1.Description" String="Hidden." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize/small"><Annotation Term="Org.OData.Core.V1.Description" String="Small 1x1." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Medium 2x2." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize/wide"><Annotation Term="Org.OData.Core.V1.Description" String="Wide 4x2." /></Annotations><Annotations Target="microsoft.graph.windowsAppStartLayoutTileSize/large"><Annotation Term="Org.OData.Core.V1.Description" String="Large 4x4." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderTamperProtectionOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Defender TamperProtection setting options" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderTamperProtectionOptions/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderTamperProtectionOptions/enable"><Annotation Term="Org.OData.Core.V1.Description" String="Enable windows defender tamper protection" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderTamperProtectionOptions/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Disable windows defender tamper protection" /></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.windowsEdgeKioskType"><Annotation Term="Org.OData.Core.V1.Description" String="Edge kiosk type" /></Annotations><Annotations Target="microsoft.graph.windowsEdgeKioskType/publicBrowsing"><Annotation Term="Org.OData.Core.V1.Description" String="public-browsing" /></Annotations><Annotations Target="microsoft.graph.windowsEdgeKioskType/fullScreen"><Annotation Term="Org.OData.Core.V1.Description" String="fullscreen" /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleInterfaceTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Flags representing firewall rule interface types." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleInterfaceTypes/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No flags set." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleInterfaceTypes/remoteAccess"><Annotation Term="Org.OData.Core.V1.Description" String="The Remote Access interface type." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleInterfaceTypes/wireless"><Annotation Term="Org.OData.Core.V1.Description" String="The Wireless interface type." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleInterfaceTypes/lan"><Annotation Term="Org.OData.Core.V1.Description" String="The LAN interface type." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleNetworkProfileTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Flags representing which network profile types apply to a firewall rule." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleNetworkProfileTypes/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No flags set." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleNetworkProfileTypes/domain"><Annotation Term="Org.OData.Core.V1.Description" String="The profile for networks that are connected to domains." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleNetworkProfileTypes/private"><Annotation Term="Org.OData.Core.V1.Description" String="The profile for private networks." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleNetworkProfileTypes/public"><Annotation Term="Org.OData.Core.V1.Description" String="The profile for public networks." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleTrafficDirectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Firewall rule traffic directions." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleTrafficDirectionType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleTrafficDirectionType/out"><Annotation Term="Org.OData.Core.V1.Description" String="The rule applies to outbound traffic." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRuleTrafficDirectionType/in"><Annotation Term="Org.OData.Core.V1.Description" String="The rule applies to inbound traffic." /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope"><Annotation Term="Org.OData.Core.V1.Description" String="Device health monitoring scope" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope/undefined"><Annotation Term="Org.OData.Core.V1.Description" String="Undefined" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope/healthMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Basic events for windows device health monitoring" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope/bootPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="Boot performance events" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope/windowsUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Windows updates events" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringScope/privilegeManagement"><Annotation Term="Org.OData.Core.V1.Description" String="PrivilegeManagement" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of Windows kiosk app." /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppType/store"><Annotation Term="Org.OData.Core.V1.Description" String="Store App." /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop App." /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppType/aumId"><Annotation Term="Org.OData.Core.V1.Description" String="Input by AUMID." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Determine the access level to specific Windows privacy data category." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessLevel/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No access level specified, no intents. Device may behave either as in UserInControl or ForceAllow. It may depend on the privacy data been accessed, Windows versions and other factors." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessLevel/forceAllow"><Annotation Term="Org.OData.Core.V1.Description" String="Apps will be allowed to access the specified privacy data." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessLevel/forceDeny"><Annotation Term="Org.OData.Core.V1.Description" String="Apps will be denied to access specified privacy data." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessLevel/userInControl"><Annotation Term="Org.OData.Core.V1.Description" String="Users will be prompted when apps try to access specified privacy data." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Windows privacy data category specifier for privacy data access." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="No access level specified, no intents. Device may behave either as in UserInControl or ForceAllow. It may depend on the privacy data been accessed, Windows versions and other factors." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/accountInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access user’s name, picture and other account information created in Microsoft account. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/appsRunInBackground"><Annotation Term="Org.OData.Core.V1.Description" String="Allow apps to receive information, send notifications, and stay up-to-date, even when the user is not using them. Be aware that when disabling communication apps (Email, Voice, etc) from background access these apps may or may not function as they are with the background access. Added in Windows 10, version 1703." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/calendar"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access user’s calendar. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/callHistory"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access user’s call history. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/camera"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access the camera on user’s device. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/contacts"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access user’s contact information. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/diagnosticsInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access diagnostic information about other running apps. Added in Windows 10, version 1703." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/email"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access and send email. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/location"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access the precise location data of device user. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/messaging"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps read or send messages, text or MMS. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/microphone"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps use microphone on the user device. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/motion"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps use motion data generated on the device user. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/notifications"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access user’s notifications. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/phone"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access phone data and make phone calls. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/radios"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps use radios, including Bluetooth, to send and receive data. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/tasks"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access Task Scheduler. Added in Windows 10, version 1703." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/syncWithDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps automatically share and sync info with wireless devices that don’t explicitly pair with user’s device. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataCategory/trustedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Let apps access trusted devices. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windowsSModeConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The possible options to configure S mode unlock" /></Annotations><Annotations Target="microsoft.graph.windowsSModeConfiguration/noRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="This option will remove all restrictions to unlock S mode - default" /></Annotations><Annotations Target="microsoft.graph.windowsSModeConfiguration/block"><Annotation Term="Org.OData.Core.V1.Description" String="This option will block the user to unlock the device from S mode" /></Annotations><Annotations Target="microsoft.graph.windowsSModeConfiguration/unlock"><Annotation Term="Org.OData.Core.V1.Description" String="This option will unlock the device from S mode" /></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.windowsUpdateStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Windows update for business configuration device states" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateStatus/upToDate"><Annotation Term="Org.OData.Core.V1.Description" String="There are no pending updates, no pending reboot updates and no failed updates." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateStatus/pendingInstallation"><Annotation Term="Org.OData.Core.V1.Description" String="There are updates that’s pending installation which includes updates that are not approved. There are no Pending reboot updates, no failed updates." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateStatus/pendingReboot"><Annotation Term="Org.OData.Core.V1.Description" String="There are updates that requires reboot. There are not failed updates." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="There are updates failed to install on the device." /></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.windowsVpnConnectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows VPN connection type." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConnectionType/pulseSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConnectionType/f5EdgeClient"><Annotation Term="Org.OData.Core.V1.Description" String="F5 Edge Client." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConnectionType/dellSonicWallMobileConnect"><Annotation Term="Org.OData.Core.V1.Description" String="Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConnectionType/checkPointCapsuleVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Wired Network authentication method." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationMethod/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Use an identity certificate for authentication." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationMethod/usernameAndPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Use username and password for authentication." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationMethod/derivedCredential"><Annotation Term="Org.OData.Core.V1.Description" String="Use Derived Credential for authentication." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationMethod/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="Wired Network Authentication Type Settings." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None" /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/user"><Annotation Term="Org.OData.Core.V1.Description" String="User Authentication" /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/machine"><Annotation Term="Org.OData.Core.V1.Description" String="Machine Authentication" /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/machineOrUser"><Annotation Term="Org.OData.Core.V1.Description" String="Machine or User Authentication" /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/guest"><Annotation Term="Org.OData.Core.V1.Description" String="Guest Authentication" /></Annotations><Annotations Target="microsoft.graph.wiredNetworkAuthenticationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface"><Annotation Term="Org.OData.Core.V1.Description" String="Apple network interface type." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/anyEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="Any Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/firstActiveEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="First active Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/secondActiveEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="Second active Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/thirdActiveEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="Third active Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/firstEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="First Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/secondEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="Second Ethernet." /></Annotations><Annotations Target="microsoft.graph.wiredNetworkInterface/thirdEthernet"><Annotation Term="Org.OData.Core.V1.Description" String="Third Ethernet." /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action Type Enum" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/noAction"><Annotation Term="Org.OData.Core.V1.Description" String="No Action" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/notification"><Annotation Term="Org.OData.Core.V1.Description" String="Send Notification" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/block"><Annotation Term="Org.OData.Core.V1.Description" String="Block the device in AAD" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/retire"><Annotation Term="Org.OData.Core.V1.Description" String="Retire the device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/wipe"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe the device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/removeResourceAccessProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Remove Resource Access Profiles from the device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/pushNotification"><Annotation Term="Org.OData.Core.V1.Description" String="Send push notification to device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionType/remoteLock"><Annotation Term="Org.OData.Core.V1.Description" String="Remotely lock the device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAzureAdTrustType"><Annotation Term="Org.OData.Core.V1.Description" String="Required AAD Trust Type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAzureAdTrustType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No AAD Trust Type specified" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAzureAdTrustType/azureAdJoined"><Annotation Term="Org.OData.Core.V1.Description" String="AAD Joined Trust Type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAzureAdTrustType/addWorkAccount"><Annotation Term="Org.OData.Core.V1.Description" String="AddWorkAccount" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAzureAdTrustType/mdmOnly"><Annotation Term="Org.OData.Core.V1.Description" String="MDM only" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType"><Annotation Term="Org.OData.Core.V1.Description" String="Setting control type representation in the UX" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default. UX uses default UX element base on setting type for the setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/dropdown"><Annotation Term="Org.OData.Core.V1.Description" String="Display the setting in dropdown box." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/smallTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Display text input in small text input." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/largeTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Display text input in large text input." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/toggle"><Annotation Term="Org.OData.Core.V1.Description" String="Allow for toggle control type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/multiheaderGrid"><Annotation Term="Org.OData.Core.V1.Description" String="Allow for multiheader grid control type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/contextPane"><Annotation Term="Org.OData.Core.V1.Description" String="Allow for context pane control type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationControlType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationDeviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="Describes applicability for the mode the device is in" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationDeviceMode/none"><Annotation Term="Org.OData.Core.V1.Description" String="No Device Mode specified" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationDeviceMode/kiosk"><Annotation Term="Org.OData.Core.V1.Description" String="Device must be in kiosk mode for this setting to apply" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms"><Annotation Term="Org.OData.Core.V1.Description" String="Supported platform types." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the settings contained in this configuration don't have a platform set." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/android"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the Android operating system. " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/iOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the iOS operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the MacOS operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/windows10X"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the Windows 10X operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/windows10"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the Windows 10 operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/linux"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the Linux operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/androidEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the android operating system corporate owned devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/aosp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the android open source operating system." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/visionOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to visionOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPlatforms/tvOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the settings contained in associated configuration applies to the tvOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValueState"><Annotation Term="Org.OData.Core.V1.Description" String="type tracking the encryption state of a secret setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValueState/invalid"><Annotation Term="Org.OData.Core.V1.Description" String="default invalid value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValueState/notEncrypted"><Annotation Term="Org.OData.Core.V1.Description" String="secret value is not encrypted" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValueState/encryptedValueToken"><Annotation Term="Org.OData.Core.V1.Description" String="a token for the encrypted value is returned by the service" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingRiskLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Setting RiskLevel" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingRiskLevel/low"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Low Risk Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingRiskLevel/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Medium Risk Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingRiskLevel/high"><Annotation Term="Org.OData.Core.V1.Description" String="High Risk Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Supported setting types" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default. No setting type specified." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage/configuration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration setting type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage/compliance"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance setting type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage/reusableSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Reusable Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingUsage/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Supported setting types" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingVisibility/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Not visible." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingVisibility/settingsCatalog"><Annotation Term="Org.OData.Core.V1.Description" String="Visible to setting catalog policy type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingVisibility/template"><Annotation Term="Org.OData.Core.V1.Description" String="Visible to template policy type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingVisibility/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string with no well-defined format expected." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/email"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid email address." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/guid"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid GUID." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/ip"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid IP address." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/base64"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is base64 encoded." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/url"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid URL." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/version"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that should refer to a version." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/xml"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid XML." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/date"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid date." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/time"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid time." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/regEx"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid Regex string." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/json"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid JSON string." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a string that is expected to be a valid Datetime." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/surfaceHub"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Windows SKU applicability value that maps to Intune." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/bashScript"><Annotation Term="Org.OData.Core.V1.Description" String="String whose value is a bash script" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringFormat/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies"><Annotation Term="Org.OData.Core.V1.Description" String="Describes which technology this setting can be deployed with" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Setting cannot be deployed through any channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/mdm"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the MDM channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/windows10XManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the Windows10XManagement channel" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/configManager"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the ConfigManager channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/intuneManagementExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the IntuneManagementExtension channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/thirdParty"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through a ThirdParty channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/documentGateway"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through Document Gateway Service." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/appleRemoteManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the AppleRemoteManagement channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/microsoftSense"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the SENSE agent channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/exchangeOnline"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the Exchange Online agent channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/mobileApplicationManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the Mobile Application Management (MAM) channel" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/linuxMdm"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through the Linux Mdm channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/enrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed through device enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/endpointPrivilegeManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed using the Endpoint privilege management channel" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/windowsOsRecovery"><Annotation Term="Org.OData.Core.V1.Description" String="Setting can be deployed using the Operating System Recovery channel" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTechnologies/android"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the settings that can be deployed through the Android channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the TemplateFamily for the Template entity" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default for Template Family when Policy is not linked to a Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityAntivirus"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityAntivirus that manages the discrete group of antivirus settings for managed devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityDiskEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityDiskEncryption that provides settings that are relevant for a devices built-in encryption  method, like FileVault or BitLocker" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityFirewall"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityFirewall that helps configure a devices built-in firewall for device that run macOS and Windows 10" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityEndpointDetectionAndResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityEndpointDetectionAndResponse that facilitates management of the EDR settings and onboard devices to Microsoft Defender for Endpoint" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityAttackSurfaceReduction"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityAttackSurfaceReduction that help reduce your attack surfaces, by minimizing the places where your organization is vulnerable to cyberthreats and attacks" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityAccountProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EndpointSecurityAccountProtection that facilitates protecting the identity and accounts of users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityApplicationControl"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for ApplicationControl that helps mitigate security threats by restricting the applications that users can run and the code that runs in the System Core (kernel)" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/endpointSecurityEndpointPrivilegeManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EPM Elevation Rules" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/enrollmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for EnrollmentConfiguration" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/appQuietTime"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for QuietTimeIndicates Template Family for all the Apps QuietTime policies and templates" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/baseline"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for Baseline" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/deviceConfigurationScripts"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for device configuration scripts" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/deviceConfigurationPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for device configuration policies" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/windowsOsRecoveryPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for windowsOsRecovery that can be applied during a Windows operating system recovery" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/companyPortal"><Annotation Term="Org.OData.Core.V1.Description" String="Template Family for Company Portal settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationTemplateFamily/windowsRecoveryAndRemediationConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Recovery and Remediation Configuration Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'unknown' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsHome"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsHome' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsProfessional"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsProfessional' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEnterprise' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEducation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEducation' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobile' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobileEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobileEnterprise' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsTeamSurface"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsTeamSurface' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iot"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iot' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iotEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iotEnterprise' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLens"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLens' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLensEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLensEnterprise' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holographicForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holographicForBusiness' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMultiSession"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMultiSession' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/surfaceHub"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'surfaceHub' " /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState"><Annotation Term="Org.OData.Core.V1.Description" String="Describes current lifecycle state of a template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/invalid"><Annotation Term="Org.OData.Core.V1.Description" String="Invalid" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/draft"><Annotation Term="Org.OData.Core.V1.Description" String="Draft" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Active" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/superseded"><Annotation Term="Org.OData.Core.V1.Description" String="Superseded" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/deprecated"><Annotation Term="Org.OData.Core.V1.Description" String="Deprecated" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateLifecycleState/retired"><Annotation Term="Org.OData.Core.V1.Description" String="Retired" /></Annotations><Annotations Target="microsoft.graph.companyPortalAction"><Annotation Term="Org.OData.Core.V1.Description" String="Action on a device that can be executed in the Company Portal" /></Annotations><Annotations Target="microsoft.graph.companyPortalAction/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown device action" /></Annotations><Annotations Target="microsoft.graph.companyPortalAction/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Remove device from Company Portal" /></Annotations><Annotations Target="microsoft.graph.companyPortalAction/reset"><Annotation Term="Org.OData.Core.V1.Description" String="Reset device enrolled in Company Portal" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the TemplateFamily for the Template entity" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set to unknown if the configuration type cannot be determined." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/limit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type limit which refers to number of devices a user is allowed to enroll." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/platformRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type platform restriction which refers to types of devices a user is allowed to enroll." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/windowsHelloForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type Windows Hello which refers to authentication method devices would use." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/defaultLimit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type default limit which refers to types of devices a user is allowed to enroll by default." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/defaultPlatformRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type default platform restriction which refers to types of devices a user is allowed to enroll by default." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/defaultWindowsHelloForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type default Windows Hello which refers to authentication method devices would use by default." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/defaultWindows10EnrollmentCompletionPageConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type default Enrollment status page which refers to startup page displayed during OOBE in Autopilot devices by default." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/windows10EnrollmentCompletionPageConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type Enrollment status page which refers to startup page displayed during OOBE in Autopilot devices." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/deviceComanagementAuthorityConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type Comanagement Authority which refers to policies applied to Co-Managed devices." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/singlePlatformRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type single platform restriction which refers to types of devices a user is allowed to enroll." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/enrollmentNotificationsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that configuration is of type Enrollment Notification which refers to types of notification a user receives during enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfigurationType/windowsRestore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the configuration is of type Windows Restore which refers to the tenant level Windows Backup and Restore settings a user receives during out-of-box experience (OOBE) Windows enrollment" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Access Level in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessLevel/none"><Annotation Term="Org.OData.Core.V1.Description" String="No device access rule has been configured in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessLevel/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the device access to Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessLevel/block"><Annotation Term="Org.OData.Core.V1.Description" String="Block the device from accessing Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessLevel/quarantine"><Annotation Term="Org.OData.Core.V1.Description" String="Quarantine the device in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessRuleType"><Annotation Term="Org.OData.Core.V1.Description" String="Criteria which defines the type of device this access rule will apply to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessRuleType/family"><Annotation Term="Org.OData.Core.V1.Description" String="Family of devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessRuleType/model"><Annotation Term="Org.OData.Core.V1.Description" String="Specific model of device" /></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.enrollmentAvailabilityOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Options available for enrollment flow customization" /></Annotations><Annotations Target="microsoft.graph.enrollmentAvailabilityOptions/availableWithPrompts"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment flow is shown to the end user with guided enrollment prompts" /></Annotations><Annotations Target="microsoft.graph.enrollmentAvailabilityOptions/availableWithoutPrompts"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment flow is available to the end user without guided enrollment prompts" /></Annotations><Annotations Target="microsoft.graph.enrollmentAvailabilityOptions/unavailable"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment flow is unavailable to the enduser" /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions"><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.enrollmentNotificationBrandingOptions/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the template has no branding." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/includeCompanyLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Company Logo is included in the notification." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/includeCompanyName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Company Name is included in the notification." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/includeContactInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Contact Information is included in the notification." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/includeCompanyPortalLink"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Company Portal Link is included in the notification." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/includeDeviceDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the DeviceDetails is included in the notification." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationBrandingOptions/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationTemplateType"><Annotation Term="Org.OData.Core.V1.Description" String="This enum indicates the Template type for which the enrollment notification applies." /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationTemplateType/email"><Annotation Term="Org.OData.Core.V1.Description" String="Email Notification" /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationTemplateType/push"><Annotation Term="Org.OData.Core.V1.Description" String="Push Notification" /></Annotations><Annotations Target="microsoft.graph.enrollmentNotificationTemplateType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="This enum indicates the platform type for which the enrollment restriction applies." /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/allPlatforms"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies to all platforms" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/ios"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to iOS/iPadOS devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/windows"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to Windows devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/windowsPhone"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to Windows Phone devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/android"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to Android devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/androidForWork"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to Android for Work devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/mac"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to macOS devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/linux"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the enrollment configuration applies only to Linux devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionPlatformType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.microsoftStoreForBusinessPortalSelectionOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Portal to which admin syncs available Microsoft Store for Business apps. This is available in the Intune Admin Console." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessPortalSelectionOptions/none"><Annotation Term="Org.OData.Core.V1.Description" String="This option is not available for the account" /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessPortalSelectionOptions/companyPortal"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Company Portal only." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessPortalSelectionOptions/privateStore"><Annotation Term="Org.OData.Core.V1.Description" String="MSFB Private store only." /></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/notSetUp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the partner connector is not set up. This can occur when the connector is not provisioned and Intune has not received a heartbeat for the connector. Please see https://go.microsoft.com/fwlink/?linkid=2239039 for more information on connector states." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/error"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the partner connector is in an error state. This can occur when the connector has a non-zero error code set due to an internal error in processing. Please see https://go.microsoft.com/fwlink/?linkid=2239039 for more information on connector states." /></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.ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="Owner type of device." /></Annotations><Annotations Target="microsoft.graph.ownerType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.ownerType/company"><Annotation Term="Org.OData.Core.V1.Description" String="Owned by company." /></Annotations><Annotations Target="microsoft.graph.ownerType/personal"><Annotation Term="Org.OData.Core.V1.Description" String="Owned by person." /></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.vppTokenState/duplicateLocationId"><Annotation Term="Org.OData.Core.V1.Description" String="Token is associated with the same location as another token on the account." /></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.deviceManagementComparisonResult"><Annotation Term="Org.OData.Core.V1.Description" String="Setting comparison result type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComparisonResult/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown setting comparison" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComparisonResult/equal"><Annotation Term="Org.OData.Core.V1.Description" String="The setting values are equal" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComparisonResult/notEqual"><Annotation Term="Org.OData.Core.V1.Description" String="The setting values are not equal" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComparisonResult/added"><Annotation Term="Org.OData.Core.V1.Description" String="The setting is added" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComparisonResult/removed"><Annotation Term="Org.OData.Core.V1.Description" String="The setting is removed" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype"><Annotation Term="Org.OData.Core.V1.Description" String="Template subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/none"><Annotation Term="Org.OData.Core.V1.Description" String="Template has no subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/firewall"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security firewall subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/diskEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security disk encryption subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/attackSurfaceReduction"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security attack surface reduction subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/endpointDetectionReponse"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security endpoint detection and response subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/accountProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security account protection subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/antivirus"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security anitivirus subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/firewallSharedAppList"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security firewall shared app subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/firewallSharedIpList"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security firewall shared ip range list subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSubtype/firewallSharedPortlist"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint security firewall shared port range list subtype" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType"><Annotation Term="Org.OData.Core.V1.Description" String="Template type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/securityBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="Security baseline template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/specializedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Specialized devices template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/advancedThreatProtectionSecurityBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="Advanced Threat Protection security baseline template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/deviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Custom admin defined template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/securityTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Templates containing specific security focused settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/microsoftEdgeSecurityBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Edge security baseline template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/microsoftOffice365ProPlusSecurityBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Office 365 ProPlus security baseline template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/deviceCompliance"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/deviceConfigurationForOffice365"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration for Microsoft Office 365 settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/cloudPC"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 365 security baseline template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateType/firewallSharedSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Firewall Shared Object templates for reference settings" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is an integer" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/boolean"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is a boolean" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/string"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is a string" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/complex"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is a complex object" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/collection"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is a collection" /></Annotations><Annotations Target="microsoft.graph.deviceManangementIntentValueType/abstractComplex"><Annotation Term="Org.OData.Core.V1.Description" String="The setting value is an abstract complex object" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState"><Annotation Term="Org.OData.Core.V1.Description" String="Security Baseline Compliance State" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/secure"><Annotation Term="Org.OData.Core.V1.Description" String="Secure state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Not applicable state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/notSecure"><Annotation Term="Org.OData.Core.V1.Description" String="Not secure state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/error"><Annotation Term="Org.OData.Core.V1.Description" String="Error state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineComplianceState/conflict"><Annotation Term="Org.OData.Core.V1.Description" String="Conflict state" /></Annotations><Annotations Target="microsoft.graph.securityBaselinePolicySourceType"><Annotation Term="Org.OData.Core.V1.Description" String="Authoring source of a policy" /></Annotations><Annotations Target="microsoft.graph.adminConsentState"><Annotation Term="Org.OData.Core.V1.Description" String="Admin consent state." /></Annotations><Annotations Target="microsoft.graph.adminConsentState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Admin did not configure the item" /></Annotations><Annotations Target="microsoft.graph.adminConsentState/granted"><Annotation Term="Org.OData.Core.V1.Description" String="Admin granted item" /></Annotations><Annotations Target="microsoft.graph.adminConsentState/notGranted"><Annotation Term="Org.OData.Core.V1.Description" String="Admin deos not grant item" /></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.azureAttestationSettingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values &quot;enabled&quot; or &quot;disabled&quot;. Windows 10 devices will have value &quot;notApplicable&quot;." /></Annotations><Annotations Target="microsoft.graph.azureAttestationSettingStatus/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device is not a Windows 11 device." /></Annotations><Annotations Target="microsoft.graph.azureAttestationSettingStatus/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device has the Azure attestation setting enabled." /></Annotations><Annotations Target="microsoft.graph.azureAttestationSettingStatus/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device has the Azure attestation setting disabled." /></Annotations><Annotations Target="microsoft.graph.azureAttestationSettingStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.chassisType"><Annotation Term="Org.OData.Core.V1.Description" String="Chassis type." /></Annotations><Annotations Target="microsoft.graph.chassisType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.chassisType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop." /></Annotations><Annotations Target="microsoft.graph.chassisType/laptop"><Annotation Term="Org.OData.Core.V1.Description" String="Laptop." /></Annotations><Annotations Target="microsoft.graph.chassisType/worksWorkstation"><Annotation Term="Org.OData.Core.V1.Description" String="Workstation." /></Annotations><Annotations Target="microsoft.graph.chassisType/enterpriseServer"><Annotation Term="Org.OData.Core.V1.Description" String="Enterprise server." /></Annotations><Annotations Target="microsoft.graph.chassisType/phone"><Annotation Term="Org.OData.Core.V1.Description" String="Phone." /></Annotations><Annotations Target="microsoft.graph.chassisType/tablet"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile tablet." /></Annotations><Annotations Target="microsoft.graph.chassisType/mobileOther"><Annotation Term="Org.OData.Core.V1.Description" String="Other mobile." /></Annotations><Annotations Target="microsoft.graph.chassisType/mobileUnknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown mobile." /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleType/scheduledForEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Devices scheduled for Co-Management enrollment" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleType/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.configurationManagerActionDeliveryStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Delivery state of Configuration Manager device action" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionDeliveryStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Pending to deliver the action to ConfigurationManager" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionDeliveryStatus/pendingDelivery"><Annotation Term="Org.OData.Core.V1.Description" String="Pending to deliver the action to ConfigurationManager" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionDeliveryStatus/deliveredToConnectorService"><Annotation Term="Org.OData.Core.V1.Description" String="Action is sent to ConfigurationManager Connector service (cloud)" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionDeliveryStatus/failedToDeliverToConnectorService"><Annotation Term="Org.OData.Core.V1.Description" String="Failed to send the action to ConfigurationManager Connector service (cloud)" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionDeliveryStatus/deliveredToOnPremisesServer"><Annotation Term="Org.OData.Core.V1.Description" String="Action is delivered to ConfigurationManager on-prem server" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Action type on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/refreshMachinePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Refresh machine policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/refreshUserPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Refresh user policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/wakeUpClient"><Annotation Term="Org.OData.Core.V1.Description" String="Wake up Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/appEvaluation"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluation application policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/quickScan"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluation application policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/fullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluation application policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionType/windowsDefenderUpdateSignatures"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluation application policy on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client state" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager agent is older than 1806 or not installed or this device has not checked into Intune for over 30 days." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/installed"><Annotation Term="Org.OData.Core.V1.Description" String="The configuration manager agent is installed but may not be showing up in the configuration manager console yet. Wait a few hours for it to refresh." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/healthy"><Annotation Term="Org.OData.Core.V1.Description" String="This device was able to check in with the configuration manager service successfully." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/installFailed"><Annotation Term="Org.OData.Core.V1.Description" String="The configuration manager agent failed to install." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/updateFailed"><Annotation Term="Org.OData.Core.V1.Description" String="The update from version x to version y of the configuration manager agent failed. " /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientState/communicationError"><Annotation Term="Org.OData.Core.V1.Description" String="The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. " /></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.deviceActionCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type used for DeviceActionCategory" /></Annotations><Annotations Target="microsoft.graph.deviceActionCategory/single"><Annotation Term="Org.OData.Core.V1.Description" String="Action is performed on a single device alone" /></Annotations><Annotations Target="microsoft.graph.deviceActionCategory/bulk"><Annotation Term="Org.OData.Core.V1.Description" String="Action is performed for a set of devices" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemIntent"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible assignment item action intent values on the application or configuration when executing this action on the managed device. For example, if the application or configuration is intended to be removed on the managed device, then the intent value is remove, and if the application or configuration already under removal through previous actions and is now intended to be restored on the managed device, then the intent value is restore" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemIntent/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the deployed application or configuration is intended to be removed on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemIntent/restore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the application or configuration already under removal through previous actions and is now intended to be restored on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemIntent/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible assignment item action status values for the application or configuration regarding their executed action on the managed device. For example, a configuration included in the deviceAssignmentItems list has just been executed the action. Its status starts with inProgress until it's successfully removed to reflect as removed status or failed to be removed to reflect as error status on the managed device. Similar status change happens for restoration process" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/initiated"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the device assignment action to remove or restore an application or a configuration is 'initiated' on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device assignment action to remove or restore an application or a configuration is 'in progress' on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/removed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the application or configuration has been successfully removed on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/error"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the application or configuration has failed to be removed or restored on the managed device. The error may be retriable depending on the intent action message and error code" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/succeeded"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the application or configuration has been successfully restored on the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible device assignment item types to execute this action on the managed device. Device assignment item represents existing assigned Intune resource such as application or configuration. Currently supported device assignment item types are Application, DeviceConfiguration, DeviceManagementConfigurationPolicy and MobileAppConfiguration" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType/application"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the device assignment item type for the action is graph.mobileApp. Application is uninstalled on removal and installed back on restoration" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType/deviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device assignment item type for the action is graph.deviceConfiguration. DeviceConfiguration associated settings are removed on removal and added back on restoration" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType/deviceManagementConfigurationPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device assignment item type for the action is graph.deviceManagementConfigurationPolicy. DeviceManagementConfigurationPolicy associated settings are removed on removal and added back on restoration" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType/mobileAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device assignment item type for the action is `graph.managedDeviceMobileAppConfiguration`. MobileAppConfiguration associated settings are removed on removal and added back on restoration" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItemType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Define the platform type for which the admin wants to create the device clean up rule" /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/all"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that clean up rule is associated with all managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/androidAOSP"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Android open source project managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/androidDeviceAdministrator"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Android device administrator managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/androidDedicatedAndFullyManagedCorporateOwnedWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Android dedicated and fully managed and Corporate Owned Work Profile managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/chromeOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with ChromeOS managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/androidPersonallyOwnedWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Android personally owned work profile managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/ios"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with IOS managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with MacOS managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/windows"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Windows managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/windowsHolographic"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with Windows Holographic managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/visionOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with visionOS managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCleanupRulePlatformType/tvOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that clean up rule is associated with tvOS managed device platform." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeValueType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the expected type for a macOS custom attribute script value." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeValueType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for a custom attribute script is an integer." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeValueType/string"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for a custom attribute script is a string." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeValueType/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for a custom attribute script is a date conforming to ISO 8601." /></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/azureAdJoinUsingAzureVmExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Entra ID (Azure AD) Join enrollment when an Azure VM is provisioned" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/androidEnterpriseDedicatedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise Dedicated Device" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/androidEnterpriseFullyManaged"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise Fully Managed" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/androidEnterpriseCorporateWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise Corporate Work Profile" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/androidAOSPUserOwnedDeviceEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device enrollment is for android device owned by/associated with user using Android Open Source Project (AOSP) on a non-Google mobile services." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/androidAOSPUserlessDeviceEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device enrollment is for user less android device using Android Open Source Project (AOSP) on a non-Google mobile services." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/appleAccountDrivenUserEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is enrolled via Apple Account Driven User Enrollment, a form of enrollment where the user enrolls via iOS Settings without using the iOS 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/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates device event level. Possible values are: None, Verbose, Information, Warning, Error, Critical" /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is none." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/verbose"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is verbose." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/information"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is information." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/warning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is warning." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/error"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is error." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/critical"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device event level is critical." /></Annotations><Annotations Target="microsoft.graph.deviceEventLevel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState/running"><Annotation Term="Org.OData.Core.V1.Description" String="Running" /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState/rebootRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Reboot required" /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState/notLicensed"><Annotation Term="Org.OData.Core.V1.Description" String="Not licensed for Credential Guard" /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState/virtualizationBasedSecurityNotRunning"><Annotation Term="Org.OData.Core.V1.Description" String="Virtualization Based security is not running" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState/meetHardwareRequirements"><Annotation Term="Org.OData.Core.V1.Description" String="System meets hardware configuration requirements" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState/secureBootRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Secure boot required" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState/dmaProtectionRequired"><Annotation Term="Org.OData.Core.V1.Description" String="DMA protection required" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState/hyperVNotSupportedForGuestVM"><Annotation Term="Org.OData.Core.V1.Description" String="HyperV not supported for Guest VM" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState/hyperVNotAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="HyperV feature is not available" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/running"><Annotation Term="Org.OData.Core.V1.Description" String="Running" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/rebootRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Root required" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/require64BitArchitecture"><Annotation Term="Org.OData.Core.V1.Description" String="64 bit architecture required" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/notLicensed"><Annotation Term="Org.OData.Core.V1.Description" String="Not licensed" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/doesNotMeetHardwareRequirements"><Annotation Term="Org.OData.Core.V1.Description" String="System does not meet hardware requirements" /></Annotations><Annotations Target="microsoft.graph.deviceGuardVirtualizationBasedSecurityState/other"><Annotation Term="Org.OData.Core.V1.Description" String="Other. Event logs in microsoft-Windows-DeviceGuard have more details." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of device script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptType/deviceHealthScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates this is a device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptType/managedInstallerScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates this is a managed installer script." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set to unknown if attestation has not yet been calculated" /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/trusted"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Device attestation is supported on the device, it was attempted on the device and the attestation has passed. The device is trusted." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/unTrusted"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Device attestation is supported on the device, it was attempted on the device and the attestation has failed. The device is untrusted" /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/notSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device does not support Attestation. This could be because of missing hardware or software support." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/incompleteData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device did not provide with the data that were required to perform attestation." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device licensing status after Windows device based subscription has been enabled." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set to unknown when status cannot be determined." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/licenseRefreshStarted"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the license refresh is started." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/licenseRefreshPending"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the license refresh is pending." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceIsNotAzureActiveDirectoryJoined"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device is not joined to Azure Active Directory." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/verifyingMicrosoftDeviceIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the Microsoft device identity is being verified." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceIdentityVerificationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the Microsoft device identity verification fails." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/verifyingMicrosoftAccountIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the Microsoft account identity is being verified." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/microsoftAccountVerificationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the Microsoft account identity verification fails." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/acquiringDeviceLicense"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license is being acquired." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/refreshingDeviceLicense"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license is being refreshed." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceLicenseRefreshSucceed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license refresh succeeds." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceLicenseRefreshFailed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license refresh fails." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/removingDeviceLicense"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license is being removed." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceLicenseRemoveSucceed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license removing succeeds." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/deviceLicenseRemoveFailed"><Annotation Term="Org.OData.Core.V1.Description" String="This status is set when the device license removing fails." /></Annotations><Annotations Target="microsoft.graph.deviceLicensingStatus/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.deviceManagementSubscriptions"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscriptions." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/none"><Annotation Term="Org.OData.Core.V1.Description" String="None" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/intune"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Intune Subscription" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/office365"><Annotation Term="Org.OData.Core.V1.Description" String="Office365 Subscription" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/intunePremium"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Intune Premium Subscription" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/intune_EDU"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Intune for Education Subscription" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptions/intune_SMB"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Intune for Small Businesses Subscription" /></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.deviceScopeAction"><Annotation Term="Org.OData.Core.V1.Description" String="Trigger on the service to either START or STOP computing metrics data based on a device scope configuration." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of the attempted device scope action" /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope action failed to trigger." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionStatus/succeeded"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope action was successfully triggered." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceScopeOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope configuration query operator. Possible values are: equals, notEquals, contains, notContains, greaterThan, lessThan. Default value: equals." /></Annotations><Annotations Target="microsoft.graph.deviceScopeOperator/none"><Annotation Term="Org.OData.Core.V1.Description" String="No operator set for the device scope configuration." /></Annotations><Annotations Target="microsoft.graph.deviceScopeOperator/equals"><Annotation Term="Org.OData.Core.V1.Description" String="Operator for the device configuration query to be used (Equals)." /></Annotations><Annotations Target="microsoft.graph.deviceScopeOperator/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceScopeParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope configuration parameter. It will be expend in future to add more parameter. Eg: device scope parameter can be OS version, Disk Type, Device manufacturer, device model or Scope tag. Default value: scopeTag." /></Annotations><Annotations Target="microsoft.graph.deviceScopeParameter/none"><Annotation Term="Org.OData.Core.V1.Description" String="Device Scope parameter is not set" /></Annotations><Annotations Target="microsoft.graph.deviceScopeParameter/scopeTag"><Annotation Term="Org.OData.Core.V1.Description" String="use Scope Tag as parameter for the device scope configuration." /></Annotations><Annotations Target="microsoft.graph.deviceScopeParameter/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope status after the device scope has been enabled. Possible values are: none, computing, insufficientData or completed. Default value is none." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope is not enabled and there are no calculations in progress." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus/computing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope is enabled and report metrics data are being recalculated by the service." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus/insufficientData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope is enabled but there is insufficient data to calculate results. The system requires information from at least 5 devices before calculations can occur." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope is enabled and finished recalculating the report metric. Device scope is now ready to be used." /></Annotations><Annotations Target="microsoft.graph.deviceScopeStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.firmwareProtectionType"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values &quot;systemGuardSecureLaunch&quot; or &quot;firmwareAttackSurfaceReduction&quot; or &quot;disabled&quot;. Windows 10 devices will have value &quot;notApplicable&quot;." /></Annotations><Annotations Target="microsoft.graph.firmwareProtectionType/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device is not a Windows 11 device." /></Annotations><Annotations Target="microsoft.graph.firmwareProtectionType/systemGuardSecureLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that System Guard Secure Launch is enabled for Firmware protection." /></Annotations><Annotations Target="microsoft.graph.firmwareProtectionType/firmwareAttackSurfaceReduction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices." /></Annotations><Annotations Target="microsoft.graph.firmwareProtectionType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device has Firmware protection disabled." /></Annotations><Annotations Target="microsoft.graph.firmwareProtectionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.globalDeviceHealthScriptState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether global device health scripts are enabled and are in which state" /></Annotations><Annotations Target="microsoft.graph.globalDeviceHealthScriptState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Global device health scripts are not configured" /></Annotations><Annotations Target="microsoft.graph.globalDeviceHealthScriptState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Global device health scripts are configured but not fully enabled" /></Annotations><Annotations Target="microsoft.graph.globalDeviceHealthScriptState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Global device health scripts are enabled and ready to use" /></Annotations><Annotations Target="microsoft.graph.healthState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates health state of the Windows management app." /></Annotations><Annotations Target="microsoft.graph.healthState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown state." /></Annotations><Annotations Target="microsoft.graph.healthState/healthy"><Annotation Term="Org.OData.Core.V1.Description" String="Healthy state." /></Annotations><Annotations Target="microsoft.graph.healthState/unhealthy"><Annotation Term="Org.OData.Core.V1.Description" String="Unhealthy state." /></Annotations><Annotations Target="microsoft.graph.joinType"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment join type." /></Annotations><Annotations Target="microsoft.graph.joinType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown enrollment join type." /></Annotations><Annotations Target="microsoft.graph.joinType/azureADJoined"><Annotation Term="Org.OData.Core.V1.Description" String="The device is joined by Azure AD." /></Annotations><Annotations Target="microsoft.graph.joinType/azureADRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The device is registered by Azure AD." /></Annotations><Annotations Target="microsoft.graph.joinType/hybridAzureADJoined"><Annotation Term="Org.OData.Core.V1.Description" String="The device is joined by hybrid Azure AD." /></Annotations><Annotations Target="microsoft.graph.lostModeState"><Annotation Term="Org.OData.Core.V1.Description" String="State of lost mode, indicating if lost mode is enabled or disabled" /></Annotations><Annotations Target="microsoft.graph.lostModeState/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Lost mode is disabled." /></Annotations><Annotations Target="microsoft.graph.lostModeState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Lost mode is enabled." /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture"><Annotation Term="Org.OData.Core.V1.Description" String="Processor architecture" /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown architecture" /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture/x86"><Annotation Term="Org.OData.Core.V1.Description" String="X86" /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture/x64"><Annotation Term="Org.OData.Core.V1.Description" String="X64" /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture/arm"><Annotation Term="Org.OData.Core.V1.Description" String="ARM" /></Annotations><Annotations Target="microsoft.graph.managedDeviceArchitecture/arM64"><Annotation Term="Org.OData.Core.V1.Description" String="ARM64" /></Annotations><Annotations Target="microsoft.graph.managedDeviceManagementFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Device management features." /></Annotations><Annotations Target="microsoft.graph.managedDeviceManagementFeatures/none"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown device management features." /></Annotations><Annotations Target="microsoft.graph.managedDeviceManagementFeatures/microsoftManagedDesktop"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Managed Desktop" /></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.managedDeviceRemoteAction/retire"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the retire action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/delete"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the delete action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/fullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the full Scan action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/quickScan"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the Quick Scan action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/signatureUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Signature Update action" /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/wipe"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the wipe action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/customTextNotification"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the Custom Text Notification action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/rebootNow"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the reboot now action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/setDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Set Device Name action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/syncDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Sync Device action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/deprovision"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the deprovision action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the disable action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/reenable"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the reenable action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/moveDeviceToOrganizationalUnit"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the moveDevicesToOU action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/activateDeviceEsim"><Annotation Term="Org.OData.Core.V1.Description" String="Name of action to Activate eSIM on the device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/collectDiagnostics"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the collectDiagnostics action." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/initiateMobileDeviceManagementKeyRecovery"><Annotation Term="Org.OData.Core.V1.Description" String="Name of action to initiate MDM key recovery" /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/initiateOnDemandProactiveRemediation"><Annotation Term="Org.OData.Core.V1.Description" String="Name of action to initiate On Demand Proactive Remediation" /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedDeviceRemoteAction/initiateDeviceAttestation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to intiate Mobile Device Management (MDM) attestation if device is capable for it" /></Annotations><Annotations Target="microsoft.graph.managedInstallerStatus"><Annotation Term="Org.OData.Core.V1.Description" String="ManagedInstallerStatus" /></Annotations><Annotations Target="microsoft.graph.managedInstallerStatus/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Installer is Disabled" /></Annotations><Annotations Target="microsoft.graph.managedInstallerStatus/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Installer is Enabled" /></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.privilegeManagementElevationType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of elevation occured" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/undetermined"><Annotation Term="Org.OData.Core.V1.Description" String="Default. If the type was unknown on the client for some reasons." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/unmanagedElevation"><Annotation Term="Org.OData.Core.V1.Description" String="The elevation was done without any use of endpoint privilege management. For example: the administrator on a client machine elevated an application with their admin right." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/zeroTouchElevation"><Annotation Term="Org.OData.Core.V1.Description" String="The elevation was done using the endpoint privilege management zero touch elevation policy." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/userConfirmedElevation"><Annotation Term="Org.OData.Core.V1.Description" String="The elevation was done using the endpoint privilege management user confirmed elevation policy." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/supportApprovedElevation"><Annotation Term="Org.OData.Core.V1.Description" String="The elevation was done using the endpoint privilege management support approved elevation policy." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of user account on Windows that was used to performed the elevation." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType/undetermined"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Unable to determine the login type of the user." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType/azureAd"><Annotation Term="Org.OData.Core.V1.Description" String="The user who performed the elevation logged in using an Azure Active Directory (Azure AD) account." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType/hybrid"><Annotation Term="Org.OData.Core.V1.Description" String="The user who performed the elevation logged in using Hybrid Azure AD joined account." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType/local"><Annotation Term="Org.OData.Core.V1.Description" String="The user who performed the elevation logged in using a Windows local account." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementEndUserType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementProcessType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of elevated process" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementProcessType/undefined"><Annotation Term="Org.OData.Core.V1.Description" String="Default. If the type was unknown on the client for some reasons" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementProcessType/parent"><Annotation Term="Org.OData.Core.V1.Description" String="The elevated process is a parent process" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementProcessType/child"><Annotation Term="Org.OData.Core.V1.Description" String="The elevated process is a child process" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementProcessType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.remediationState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution status of the device management script." /></Annotations><Annotations Target="microsoft.graph.remediationState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown result." /></Annotations><Annotations Target="microsoft.graph.remediationState/skipped"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation script execution was skipped" /></Annotations><Annotations Target="microsoft.graph.remediationState/success"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation script executed successfully and remediated the device state" /></Annotations><Annotations Target="microsoft.graph.remediationState/remediationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation script executed successfully but failed to remediated the device state" /></Annotations><Annotations Target="microsoft.graph.remediationState/scriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation script execution encountered and error or timed out" /></Annotations><Annotations Target="microsoft.graph.remediationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.remoteAction"><Annotation Term="Org.OData.Core.V1.Description" String="Remote actions Intune supports." /></Annotations><Annotations Target="microsoft.graph.remoteAction/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an unknown action." /></Annotations><Annotations Target="microsoft.graph.remoteAction/factoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to factory reset a device. " /></Annotations><Annotations Target="microsoft.graph.remoteAction/removeCompanyData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to remove company data from a device. " /></Annotations><Annotations Target="microsoft.graph.remoteAction/resetPasscode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to remove the passcode of an iOS device, or reset the passcode of Android / Windows device. " /></Annotations><Annotations Target="microsoft.graph.remoteAction/remoteLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to remote lock a device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/enableLostMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to enable lost mode on a supervised iOS device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/disableLostMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to disable lost mode on a supervised iOS device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/locateDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to locate a supervised iOS device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/rebootNow"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to reboot the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/recoverPasscode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to reset the pin for passport for work on windows phone device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/cleanWindowsDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to clean up windows device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/logoutSharedAppleDeviceActiveUser"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to log out current user on shared apple device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/quickScan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to run quick scan on device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/fullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to run full scan on device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/windowsDefenderUpdateSignatures"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to update malware signatures on device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/factoryResetKeepEnrollmentData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action remote wipe device with keeping enrollment data." /></Annotations><Annotations Target="microsoft.graph.remoteAction/updateDeviceAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to update account on device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/automaticRedeployment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to automatic redeploy the device" /></Annotations><Annotations Target="microsoft.graph.remoteAction/shutDown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to shut down the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/rotateBitLockerKeys"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to Rotate BitLockerKeys on the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/rotateFileVaultKey"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to Rotate FileVaultKey on mac." /></Annotations><Annotations Target="microsoft.graph.remoteAction/getFileVaultKey"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to Get FileVaultKey on mac." /></Annotations><Annotations Target="microsoft.graph.remoteAction/setDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to Set Device Name on the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/activateDeviceEsim"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to Activate eSIM on the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/deprovision"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to deprovision the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to disable the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/reenable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to reenable the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/moveDeviceToOrganizationalUnit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate user initiates an action to move the device to a new organizational unit." /></Annotations><Annotations Target="microsoft.graph.remoteAction/initiateMobileDeviceManagementKeyRecovery"><Annotation Term="Org.OData.Core.V1.Description" String="Add device action of InitiateMobileDeviceManagementKeyRecovery" /></Annotations><Annotations Target="microsoft.graph.remoteAction/initiateOnDemandProactiveRemediation"><Annotation Term="Org.OData.Core.V1.Description" String="Add device action of InitiateOnDemandProactiveRemediation" /></Annotations><Annotations Target="microsoft.graph.remoteAction/rotateLocalAdminPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Add device action of RotateLocalAdminPassword" /></Annotations><Annotations Target="microsoft.graph.remoteAction/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.remoteAction/launchRemoteHelp"><Annotation Term="Org.OData.Core.V1.Description" String="Add device action of Remote Help Launch" /></Annotations><Annotations Target="microsoft.graph.remoteAction/revokeAppleVppLicenses"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke all Apple Vpp licenses for a device" /></Annotations><Annotations Target="microsoft.graph.remoteAction/removeDeviceFirmwareConfigurationInterfaceManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate IT Admin initiates an action to remove devices from Device Firmware Configuration Interface management" /></Annotations><Annotations Target="microsoft.graph.remoteAction/pauseConfigurationRefresh"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates an action has been initiated to pause configuration refresh for the device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/initiateDeviceAttestation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to intiate Mobile Device Management (MDM) attestation if device is capable for it." /></Annotations><Annotations Target="microsoft.graph.remoteAction/changeAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to override assignments for a Device." /></Annotations><Annotations Target="microsoft.graph.remoteAction/delete"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to delete a device from Intune portal." /></Annotations><Annotations Target="microsoft.graph.remoteAction/suspendManagedHomeScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to temporarily suspend the Managed Home Screen kiosk app." /></Annotations><Annotations Target="microsoft.graph.remoteAction/restoreManagedHomeScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates remote device action to restore the Managed Home Screen kiosk app." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values &quot;notApplicable&quot;, &quot;level1&quot;, &quot;level2&quot; or &quot;level3&quot;. Windows 10 devices will have value &quot;notApplicable&quot;." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device does not have Firmware protection (System Management Mode) enabled." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel/level1"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security)." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel/level2"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel/level3"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security)." /></Annotations><Annotations Target="microsoft.graph.systemManagementModeLevel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the level of prevalence of the correlation group features in the anomaly. Possible values are: high, medium or low" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence/high"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that we have a high prevalence in the correlation between the anomaly and correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that we have a medium prevalence in the correlation between the anomaly and correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence/low"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that we have a low prevalence in the correlation between the anomaly and correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device's feature type. Possible values are: manufacturer, model, osVersion, application or driver." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the manufacturer name as device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/model"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the model as a device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the OS as a device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/application"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the application as a device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/driver"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the driver as a device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDeviceFeatureType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the severity of the anomaly. Eg: anomaly severity can be high, medium, low, informational or other." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/high"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the anomaly is of high severity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the anomaly is of medium severity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/low"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the anomaly is of low severity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/informational"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the anomaly is of informational severity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/other"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the severity of anomaly is undefined." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverity/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/new"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of anomaly is new." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of anomaly is active." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of anomaly is disabled." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/removed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of anomaly is removed." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/other"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of anomaly is undefined." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the category of the anomaly. Eg: anomaly type can be device, application, stop error, driver or other." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/device"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detected anomaly is due to certain devices." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/application"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detected anomaly is due to a specific application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/stopError"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detected anomaly is due to a specific stop error." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/driver"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detected anomaly is due to a specific driver." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/other"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the category of detected anomaly is undefined." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of the device in the correlation group. Eg: Device status can be anomalous, affected, at risk." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStatus/anomalous"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the the device is part of the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStatus/affected"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is affected by the anomaly and is part of the correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStatus/atRisk"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is not part of the anomaly but is part of the correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStatus/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.userExperienceAnalyticsMachineType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if machine is physical or virtual. Possible values are: physical or virtual" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMachineType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the type is unknown." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMachineType/physical"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Machine is physical." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMachineType/virtual"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the machine is virtual." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMachineType/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.deviceManagementDerivedCredentialIssuer"><Annotation Term="Org.OData.Core.V1.Description" String="Supported values for the derived credential issuer." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialIssuer/intercede"><Annotation Term="Org.OData.Core.V1.Description" String="Intercede" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialIssuer/entrustDatacard"><Annotation Term="Org.OData.Core.V1.Description" String="Entrust" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialIssuer/purebred"><Annotation Term="Org.OData.Core.V1.Description" String="Purebred" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialIssuer/xTec"><Annotation Term="Org.OData.Core.V1.Description" String="XTec" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialNotificationType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported values for the notification type to use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialNotificationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialNotificationType/companyPortal"><Annotation Term="Org.OData.Core.V1.Description" String="Company Portal" /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialNotificationType/email"><Annotation Term="Org.OData.Core.V1.Description" String="Email" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileIntent"><Annotation Term="Org.OData.Core.V1.Description" String="The administrator intent for the assignment of the profile." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileIntent/apply"><Annotation Term="Org.OData.Core.V1.Description" String="Apply the profile." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileIntent/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Remove the profile from devices that have installed the profile." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default value in case enum parsing fails" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/device"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment via the iOS Company Portal. The default user-initiated enrollment type, which does not segregate corporate and personal data. Supported on all Intune-supported iOS/iPadOS versions." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/user"><Annotation Term="Org.OData.Core.V1.Description" String="Profile-driven user enrollment via the iOS Company Portal. An enrollment type that segregates corportate and personal data. Supported on devices running iOS/iPadOS 13 and higher." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/accountDrivenUserEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Account-driven user enrollment. Users will enroll from the iOS Settings app without using the iOS Company Portal. This enrollment type segregates corporate and personal data. Supported on devices running iOS/iPadOS 15 and higher." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/webDeviceEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment via the web. Users will enroll without using the iOS Company Portal. This enrollment type does not segregate corporate and personal data. Supported on all Intune-supported iOS/iPadOS versions." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.depTokenType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Token Type is None" /></Annotations><Annotations Target="microsoft.graph.depTokenType/dep"><Annotation Term="Org.OData.Core.V1.Description" String="Token Type is Dep." /></Annotations><Annotations Target="microsoft.graph.depTokenType/appleSchoolManager"><Annotation Term="Org.OData.Core.V1.Description" String="Token Type is Apple School Manager" /></Annotations><Annotations Target="microsoft.graph.discoverySource/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="DiscoverySource is Unknown." /></Annotations><Annotations Target="microsoft.graph.discoverySource/adminImport"><Annotation Term="Org.OData.Core.V1.Description" String="Device is imported by admin." /></Annotations><Annotations Target="microsoft.graph.discoverySource/deviceEnrollmentProgram"><Annotation Term="Org.OData.Core.V1.Description" String="Device is added by Apple device enrollment program (Dep)." /></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.enrollmentState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Device is enrolled as userless, but is blocked from moving to user enrollment because the app failed to install." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown value of importedDeviceIdentityType." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityType/imei"><Annotation Term="Org.OData.Core.V1.Description" String="Device Identity is of type imei." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityType/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Device Identity is of type serial number." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityType/manufacturerModelSerial"><Annotation Term="Org.OData.Core.V1.Description" String="Device Identity is of type manufacturer + model + serial number semi-colon delimited tuple with enforced order." /></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.iTunesPairingMode/disallow"><Annotation Term="Org.OData.Core.V1.Description" String="Pairing is not allowed" /></Annotations><Annotations Target="microsoft.graph.iTunesPairingMode/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Pairing allowed" /></Annotations><Annotations Target="microsoft.graph.iTunesPairingMode/requiresCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate required to pair with iTunes" /></Annotations><Annotations Target="microsoft.graph.platform"><Annotation Term="Org.OData.Core.V1.Description" String="Supported platform types for policies." /></Annotations><Annotations Target="microsoft.graph.platform/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default.Indicates the managed device is not known and is associated with 'Unknown' device platform." /></Annotations><Annotations Target="microsoft.graph.platform/ios"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is Apple device that runs on iOS operation system." /></Annotations><Annotations Target="microsoft.graph.platform/android"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is a Android device that runs on Android operation system. " /></Annotations><Annotations Target="microsoft.graph.platform/windows"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is a Windows device that runs on Windows operation system." /></Annotations><Annotations Target="microsoft.graph.platform/windowsMobile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is a Windows-based mobile device that runs on Windows Mobile operation system." /></Annotations><Annotations Target="microsoft.graph.platform/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is Apple device that runs on MacOS operation system." /></Annotations><Annotations Target="microsoft.graph.platform/visionOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is Apple device that runs on VisionOS operation system." /></Annotations><Annotations Target="microsoft.graph.platform/tvOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device is Apple device that runs on tvOS operation system." /></Annotations><Annotations Target="microsoft.graph.platform/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState"><Annotation Term="Org.OData.Core.V1.Description" String="Device remediation status, indicating whether or not hardware has been changed for an Autopilot-registered device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown status." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState/noRemediationRequired"><Annotation Term="Org.OData.Core.V1.Description" String="No hardware change has been detected." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState/automaticRemediationRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware change detected on client. Additional remediation is required." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState/manualRemediationRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware change detected on client that could not resolved automatically. Additional remediation is required." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceRemediationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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/surfaceHub2"><Annotation Term="Org.OData.Core.V1.Description" String="Surface Hub 2" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceType/surfaceHub2S"><Annotation Term="Org.OData.Core.V1.Description" String="SurfaceHub2S" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceType/virtualMachine"><Annotation Term="Org.OData.Core.V1.Description" String="VirtualMachine" /></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.windowsAutopilotProfileAssignmentDetailedStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="No assignment detailed status" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/hardwareRequirementsNotMet"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware requirements are not met. This can happen if a self-deploying AutoPilot Profile is assigned to a device without TPM 2.0." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/surfaceHubProfileNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a Surface Hub AutoPilot Profile is assigned to a device that is not Surface Hub(Aruba)." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/holoLensProfileNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a HoloLens AutoPilot Profile is assigned to a device that is not HoloLens." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/windowsPcProfileNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a Windows PC AutoPilot Profile is assigned to a device that is not Windows PC." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/surfaceHub2SProfileNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a surface Hub 2S  AutoPilot Profile is assigned to a device that is not surface Hub 2S." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown assignment status" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/assignedInSync"><Annotation Term="Org.OData.Core.V1.Description" String="Assigned successfully in Intune and in sync with Windows auto pilot program" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/assignedOutOfSync"><Annotation Term="Org.OData.Core.V1.Description" String="Assigned successfully in Intune and not in sync with Windows auto pilot program" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/assignedUnkownSyncState"><Annotation Term="Org.OData.Core.V1.Description" String="Assigned successfully in Intune and either in-sync or out of sync with Windows auto pilot program" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/notAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Not assigned" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending assignment" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotProfileAssignmentStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String=" Assignment failed" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSyncStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown sync status" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSyncStatus/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Sync is in progress" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSyncStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Sync completed." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSyncStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Sync failed." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotUserlessEnrollmentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Userless enrollment block status, indicating whether the next device enrollment will be blocked." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotUserlessEnrollmentStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown userless enrollment block status. Next userless enrollment may fail. This is the default value." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotUserlessEnrollmentStatus/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates next userless enrollment can proceed." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotUserlessEnrollmentStatus/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates next userless enrollment cannot proceed without resetting the windowsAutopilotUserlessEnrollmentStatus." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotUserlessEnrollmentStatus/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.elevationRequestState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates state of elevation request" /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default Value. Indicates that elevation request status is unavailable" /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Initial state when request is submitted but no approval/denial action taken" /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/approved"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates elevation request has been approved by IT Admin." /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/denied"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates elevation request has been denied by IT Admin." /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/expired"><Annotation Term="Org.OData.Core.V1.Description" String="Set to expire when Approved for is elapsed or ExpireDate is elapsed, whichever is sooner." /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/revoked"><Annotation Term="Org.OData.Core.V1.Description" String="Set to expire when Approved for is elapsed or ExpireDate is elapsed, whichever is sooner." /></Annotations><Annotations Target="microsoft.graph.elevationRequestState/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates an elevation request that was previously approved and expired has been completed." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType"><Annotation Term="Org.OData.Core.V1.Description" String="The DeviceAndAppManagementPayloadType represents the type of a payload assigned to a target." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/settingsCatalog"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of settings catalog type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/securityBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of security baseline type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/antivirus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of antivirus type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/diskEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of disk encryption type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/attackSurfaceReduction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of attack surface reduction type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/firewall"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of firewall type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/endpointDetectionAndResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of endpoint detection and response type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/compliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of compliance policy type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/deviceRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the payload is of device restriction type." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementPayloadType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the Group Policy Object file is covered and ready for Intune migration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness/none"><Annotation Term="Org.OData.Core.V1.Description" String="No Intune coverage" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness/partial"><Annotation Term="Org.OData.Core.V1.Description" String="Partial Intune coverage" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness/complete"><Annotation Term="Org.OData.Core.V1.Description" String="Complete Intune coverage" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness/error"><Annotation Term="Org.OData.Core.V1.Description" String="Error when analyzing coverage" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReadiness/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="No Group Policy settings in GPO" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingScope"><Annotation Term="Org.OData.Core.V1.Description" String="Scope of the group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingScope/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope unknown" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingScope/device"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingScope/user"><Annotation Term="Org.OData.Core.V1.Description" String="User scope" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType"><Annotation Term="Org.OData.Core.V1.Description" String="Setting type of the group policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="GroupPolicySettingType unknown" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/policy"><Annotation Term="Org.OData.Core.V1.Description" String="Policy setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/account"><Annotation Term="Org.OData.Core.V1.Description" String="Account setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/securityOptions"><Annotation Term="Org.OData.Core.V1.Description" String="SecurityOptions setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/userRightsAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="UserRightsAssignment setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/auditSetting"><Annotation Term="Org.OData.Core.V1.Description" String="AuditSetting setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/windowsFirewallSettings"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsFirewallSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/appLockerRuleCollection"><Annotation Term="Org.OData.Core.V1.Description" String="AppLockerRuleCollection setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/dataSourcesSettings"><Annotation Term="Org.OData.Core.V1.Description" String="DataSourcesSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/devicesSettings"><Annotation Term="Org.OData.Core.V1.Description" String="DevicesSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/driveMapSettings"><Annotation Term="Org.OData.Core.V1.Description" String="DriveMapSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/environmentVariables"><Annotation Term="Org.OData.Core.V1.Description" String="EnvironmentVariables setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/filesSettings"><Annotation Term="Org.OData.Core.V1.Description" String="FilesSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/folderOptions"><Annotation Term="Org.OData.Core.V1.Description" String="FolderOptions setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/folders"><Annotation Term="Org.OData.Core.V1.Description" String="Folders setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/iniFiles"><Annotation Term="Org.OData.Core.V1.Description" String="IniFiles setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/internetOptions"><Annotation Term="Org.OData.Core.V1.Description" String="InternetOptions setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/localUsersAndGroups"><Annotation Term="Org.OData.Core.V1.Description" String="LocalUsersAndGroups setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/networkOptions"><Annotation Term="Org.OData.Core.V1.Description" String="NetworkOptions setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/networkShares"><Annotation Term="Org.OData.Core.V1.Description" String="NetworkShares setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/ntServices"><Annotation Term="Org.OData.Core.V1.Description" String="NTServices setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/powerOptions"><Annotation Term="Org.OData.Core.V1.Description" String="PowerOptions setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/printers"><Annotation Term="Org.OData.Core.V1.Description" String="Printers setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/regionalOptionsSettings"><Annotation Term="Org.OData.Core.V1.Description" String="RegionalOptionsSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/registrySettings"><Annotation Term="Org.OData.Core.V1.Description" String="RegistrySettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/scheduledTasks"><Annotation Term="Org.OData.Core.V1.Description" String="ScheduledTasks setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/shortcutSettings"><Annotation Term="Org.OData.Core.V1.Description" String="ShortcutSettings setting type" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingType/startMenuSettings"><Annotation Term="Org.OData.Core.V1.Description" String="StartMenuSettings setting type" /></Annotations><Annotations Target="microsoft.graph.mdmSupportedState"><Annotation Term="Org.OData.Core.V1.Description" String="Mdm Support Status of the setting." /></Annotations><Annotations Target="microsoft.graph.mdmSupportedState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Mdm support status of the setting is not known." /></Annotations><Annotations Target="microsoft.graph.mdmSupportedState/supported"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is supported." /></Annotations><Annotations Target="microsoft.graph.mdmSupportedState/unsupported"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is unsupported." /></Annotations><Annotations Target="microsoft.graph.mdmSupportedState/deprecated"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is depcrecated." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy Configuration Ingestion Type" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown policy configuration ingestion type" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates policy created have definitions ingested by IT admin with sufficient permissions through custom ingestion process" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType/builtIn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates policy created have definitions ingested through system ingestion process" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType/mixed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicated atleast 1 tenant admin &amp; system ingested definitions configured for this policy" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationIngestionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationType"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy Configuration Type" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationType/policy"><Annotation Term="Org.OData.Core.V1.Description" String="The policy type does not tattoo the value, which means the value is removed allowing the original configuration value to be used. The policy type supercedes application configuration setting so the application is always aware of the value. The policy type prevents the user from modifying the value through the application's user interface." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationType/preference"><Annotation Term="Org.OData.Core.V1.Description" String="The preference type does tattoo the value, which means the value is not removed from the registry. The preference type will overwrite the user configured-value and does not retain the previous value. The preference type does not prevent the user from modifying the value through the application's user interface." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionClassType"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy Definition Class Type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionClassType/user"><Annotation Term="Org.OData.Core.V1.Description" String="Identifies placement of the policy setting under the user configuration node." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionClassType/machine"><Annotation Term="Org.OData.Core.V1.Description" String="Identifies placement of the policy setting under the computer configuration node." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Group Policy operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy unknown operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationStatus/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy in progress operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationStatus/success"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy successful operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy failed operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Group Policy operation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy invalid operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/upload"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy upload operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/uploadNewVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy upload new version operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/addLanguageFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy add new language(ADML) files operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/removeLanguageFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy remove language(ADML) files operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/updateLanguageFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy update language(ADML) files operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperationType/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy remove uploaded file operation type." /></Annotations><Annotations Target="microsoft.graph.groupPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Group Policy File or Definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyType/admxBacked"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy administrative templates built-in to the Policy configuration service provider (CSP)." /></Annotations><Annotations Target="microsoft.graph.groupPolicyType/admxIngested"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy administrative templates installed using the Policy configuration service provider (CSP)." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Group Policy uploaded definition file status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file invalid upload status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/uploadInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file upload in progress." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/available"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file available." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/assigned"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file assigned to policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/removalInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file removal in progress." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/uploadFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file upload failed." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFileStatus/removalFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Group Policy uploaded definition file removal failed." /></Annotations><Annotations Target="microsoft.graph.ingestionSource"><Annotation Term="Org.OData.Core.V1.Description" String="Category Ingestion source" /></Annotations><Annotations Target="microsoft.graph.ingestionSource/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates unknown category" /></Annotations><Annotations Target="microsoft.graph.ingestionSource/custom"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the category is ingested by IT admin with sufficient permissions through custom ingestion process" /></Annotations><Annotations Target="microsoft.graph.ingestionSource/builtIn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the category is ingested through system ingestion process" /></Annotations><Annotations Target="microsoft.graph.ingestionSource/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.serviceNowConnectionStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Status of ServiceNow Connection" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnectionStatus/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant has disabled the connection" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnectionStatus/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant has enabled the connection" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnectionStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetAppsVerificationType"><Annotation Term="Org.OData.Core.V1.Description" String="An admin enforced Android SafetyNet Device Attestation requirement on a managed app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetAppsVerificationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="no requirement set" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetAppsVerificationType/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="require that Android device has SafetyNet Apps Verification enabled" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType"><Annotation Term="Org.OData.Core.V1.Description" String="An admin enforced Android SafetyNet Device Attestation requirement on a managed app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType/none"><Annotation Term="Org.OData.Core.V1.Description" String="no requirement set" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType/basicIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="require that Android device passes SafetyNet Basic Integrity validation" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType/basicIntegrityAndDeviceCertification"><Annotation Term="Org.OData.Core.V1.Description" String="require that Android device passes SafetyNet Basic Integrity and Device Certification validations" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="An admin enforced Android SafetyNet evaluation type requirement on a managed app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetEvaluationType/basic"><Annotation Term="Org.OData.Core.V1.Description" String="Require basic evaluation" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppSafetyNetEvaluationType/hardwareBacked"><Annotation Term="Org.OData.Core.V1.Description" String="Require hardware backed evaluation" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Management levels for apps" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/unspecified"><Annotation Term="Org.OData.Core.V1.Description" String="Unspecified" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/unmanaged"><Annotation Term="Org.OData.Core.V1.Description" String="Unmanaged" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/mdm"><Annotation Term="Org.OData.Core.V1.Description" String="MDM" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/androidEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/androidEnterpriseDedicatedDevicesWithAzureAdSharedMode"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise dedicated devices with Azure AD Shared mode" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/androidOpenSourceProjectUserAssociated"><Annotation Term="Org.OData.Core.V1.Description" String="Android Open Source Project (AOSP) devices" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/androidOpenSourceProjectUserless"><Annotation Term="Org.OData.Core.V1.Description" String="Android Open Source Project (AOSP) userless devices" /></Annotations><Annotations Target="microsoft.graph.appManagementLevel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supported channel types for an Apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/notSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Not supported." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/deviceChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Available on device channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/userChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Available on user channel." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/requireSupervised"><Annotation Term="Org.OData.Core.V1.Description" String="Requires supervised devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/requireDepEnrolled"><Annotation Term="Org.OData.Core.V1.Description" String="Requires a DEP enrolled macOS device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/requireUserApproved"><Annotation Term="Org.OData.Core.V1.Description" String="Requires user-approved enrolled macOS device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/allowUserEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed for user enrolled devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityConstraint/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supported device type for an apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No applicability" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType/ios"><Annotation Term="Org.OData.Core.V1.Description" String="Applies to iOS devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType/sharediPad"><Annotation Term="Org.OData.Core.V1.Description" String="Applies to Shared iPad devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Applies to macOS devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleApplicabilityDeviceType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.genmojiIosManagedAppConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state set by admin for Genmoji Apple Intelligence setting" /></Annotations><Annotations Target="microsoft.graph.genmojiIosManagedAppConfigurationState/notBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is not blocked" /></Annotations><Annotations Target="microsoft.graph.genmojiIosManagedAppConfigurationState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is blocked" /></Annotations><Annotations Target="microsoft.graph.genmojiIosManagedAppConfigurationState/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.managedAppDataIngestionLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Locations which can be used to bring data into organization documents" /></Annotations><Annotations Target="microsoft.graph.managedAppDataIngestionLocation/oneDriveForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="OneDrive for business" /></Annotations><Annotations Target="microsoft.graph.managedAppDataIngestionLocation/sharePoint"><Annotation Term="Org.OData.Core.V1.Description" String="SharePoint Online" /></Annotations><Annotations Target="microsoft.graph.managedAppDataIngestionLocation/camera"><Annotation Term="Org.OData.Core.V1.Description" String="The device's camera" /></Annotations><Annotations Target="microsoft.graph.managedAppDataIngestionLocation/photoLibrary"><Annotation Term="Org.OData.Core.V1.Description" String="The device's photo library" /></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.managedAppDataStorageLocation/photoLibrary"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates allowed storage location for the managed app to save files is the device's photo library." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/iManage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the allowed storage location for a managed app is to save files to 'iManage'. iManage is a non-Microsoft solution that enables cloud-based file storage capabilities." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/egnyte"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the allowed storage location for a managed app is to save files to 'Egnyte'. Egynte is a non-Microsoft solution that enables cloud-based file storage capabilities." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.managedAppDeviceThreatLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The maxium threat level allowed for an app to be compliant." /></Annotations><Annotations Target="microsoft.graph.managedAppDeviceThreatLevel/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Value not configured" /></Annotations><Annotations Target="microsoft.graph.managedAppDeviceThreatLevel/secured"><Annotation Term="Org.OData.Core.V1.Description" String="Device needs to have no threat" /></Annotations><Annotations Target="microsoft.graph.managedAppDeviceThreatLevel/low"><Annotation Term="Org.OData.Core.V1.Description" String="Device needs to have a low threat." /></Annotations><Annotations Target="microsoft.graph.managedAppDeviceThreatLevel/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Device needs to have not more than medium threat." /></Annotations><Annotations Target="microsoft.graph.managedAppDeviceThreatLevel/high"><Annotation Term="Org.OData.Core.V1.Description" String="Device needs to have not more than high threat" /></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.managedAppFlaggedReason/androidBootloaderUnlocked"><Annotation Term="Org.OData.Core.V1.Description" String="The app registration is running on an Android device on which the bootloader is unlocked." /></Annotations><Annotations Target="microsoft.graph.managedAppFlaggedReason/androidFactoryRomModified"><Annotation Term="Org.OData.Core.V1.Description" String="The app registration is running on an Android device on which the factory ROM has been modified." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the current consent status of the associated `managedAppLogCollectionRequest`." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadConsent/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadConsent/declined"><Annotation Term="Org.OData.Core.V1.Description" String="The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadConsent/accepted"><Annotation Term="Org.OData.Core.V1.Description" String="The User has Accepted the Log Collection Request. The log collection and upload will be initiated." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadConsent/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the current status of the associated `managedAppLogCollectionRequest`." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Default. The log upload request has been successfully created, and is pending delivery to the Mobile Application Management (MAM) application." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="One or more log upload components have uploaded their logs." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/completed"><Annotation Term="Org.OData.Core.V1.Description" String="All log upload successfully components have uploaded their logs." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/declinedByUser"><Annotation Term="Org.OData.Core.V1.Description" String="The log upload request was declined by the user on the device." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/timedOut"><Annotation Term="Org.OData.Core.V1.Description" String="The log upload request was not acknowledged by the user within the allowed time window." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="The log upload request encountered an error." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUploadState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedAppNotificationRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Restrict managed app notification" /></Annotations><Annotations Target="microsoft.graph.managedAppNotificationRestriction/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Share all notifications." /></Annotations><Annotations Target="microsoft.graph.managedAppNotificationRestriction/blockOrganizationalData"><Annotation Term="Org.OData.Core.V1.Description" String="Do not share Orgnizational data in notifications." /></Annotations><Annotations Target="microsoft.graph.managedAppNotificationRestriction/block"><Annotation Term="Org.OData.Core.V1.Description" String="Do not share notifications." /></Annotations><Annotations Target="microsoft.graph.managedAppPhoneNumberRedirectLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The classes of apps that are allowed to click-to-open a phone number, for making phone calls or sending text messages." /></Annotations><Annotations Target="microsoft.graph.managedAppPhoneNumberRedirectLevel/allApps"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed to all apps." /></Annotations><Annotations Target="microsoft.graph.managedAppPhoneNumberRedirectLevel/managedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed to all managed apps." /></Annotations><Annotations Target="microsoft.graph.managedAppPhoneNumberRedirectLevel/customApp"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed to a custom app." /></Annotations><Annotations Target="microsoft.graph.managedAppPhoneNumberRedirectLevel/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing between apps is blocked." /></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.managedAppRemediationAction"><Annotation Term="Org.OData.Core.V1.Description" String="An admin initiated action to be applied on a managed app." /></Annotations><Annotations Target="microsoft.graph.managedAppRemediationAction/block"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the user will be blocked from accessing the app and corporate data" /></Annotations><Annotations Target="microsoft.graph.managedAppRemediationAction/wipe"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the corporate data will be removed from the app" /></Annotations><Annotations Target="microsoft.graph.managedAppRemediationAction/warn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates user will be warned the when accessing the app" /></Annotations><Annotations Target="microsoft.graph.managedAppRemediationAction/blockWhenSettingIsSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates user will be blocked from accessing the app and corporate data if devices supports this setting" /></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.messagingRedirectAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines how app messaging redirection is protected by an App Protection Policy. Default is anyApp." /></Annotations><Annotations Target="microsoft.graph.messagingRedirectAppType/anyApp"><Annotation Term="Org.OData.Core.V1.Description" String="App protection policy will allow messaging redirection to any app." /></Annotations><Annotations Target="microsoft.graph.messagingRedirectAppType/anyManagedApp"><Annotation Term="Org.OData.Core.V1.Description" String="App protection policy will allow messaging redirection to any managed application." /></Annotations><Annotations Target="microsoft.graph.messagingRedirectAppType/specificApps"><Annotation Term="Org.OData.Core.V1.Description" String="App protection policy will allow messaging redirection only to specified applications in related App protection policy settings. See related settings `messagingRedirectAppDisplayName`, `messagingRedirectAppPackageId` and `messagingRedirectAppUrlScheme`." /></Annotations><Annotations Target="microsoft.graph.messagingRedirectAppType/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="App protection policy will block messaging redirection to any app." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefensePartnerPriority"><Annotation Term="Org.OData.Core.V1.Description" String="Determines the conflict resolution strategy, when more than one Mobile Threat Defense provider is enabled." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefensePartnerPriority/defenderOverThirdPartyPartner"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates use of Microsoft Defender Endpoint over 3rd party MTD connectors" /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefensePartnerPriority/thirdPartyPartnerOverDefender"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates use of a 3rd party MTD connector over Microsoft Defender Endpoint" /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefensePartnerPriority/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.screenCaptureIosManagedAppConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state set by admin for screen capture Apple Intelligence setting" /></Annotations><Annotations Target="microsoft.graph.screenCaptureIosManagedAppConfigurationState/notBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is not blocked" /></Annotations><Annotations Target="microsoft.graph.screenCaptureIosManagedAppConfigurationState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is blocked" /></Annotations><Annotations Target="microsoft.graph.screenCaptureIosManagedAppConfigurationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.windowsManagedAppClipboardSharingLevel"><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.windowsManagedAppClipboardSharingLevel/anyDestinationAnySource"><Annotation Term="Org.OData.Core.V1.Description" String="Org users can paste data from and cut/copy data to any account, document, location or application." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppClipboardSharingLevel/none"><Annotation Term="Org.OData.Core.V1.Description" String="Org users cannot cut, copy or paste data to or from external accounts, documents, locations or applications from or into the org context." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppClipboardSharingLevel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppDataTransferLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Data can be transferred from/to these classes of apps" /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppDataTransferLevel/allApps"><Annotation Term="Org.OData.Core.V1.Description" String="All apps." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppDataTransferLevel/none"><Annotation Term="Org.OData.Core.V1.Description" String="No apps." /></Annotations><Annotations Target="microsoft.graph.writingToolsIosManagedAppConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state set by admin for wriitng tools Apple Intelligence setting" /></Annotations><Annotations Target="microsoft.graph.writingToolsIosManagedAppConfigurationState/notBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is not blocked" /></Annotations><Annotations Target="microsoft.graph.writingToolsIosManagedAppConfigurationState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Setting is blocked" /></Annotations><Annotations Target="microsoft.graph.writingToolsIosManagedAppConfigurationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode"><Annotation Term="Org.OData.Core.V1.Description" String="The available deployment modes for a managed Tunnel server. The deployment mode is determined during the deployment depending on the Tunnel containers, namely standalone or as part of a pod, and whether the containers are running in rootful or rootless mode." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode/standaloneRootful"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the Tunnel containers are deployed standalone and in rootful mode." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode/standaloneRootless"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Tunnel containers are deployed standalone and in rootless mode." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode/podRootful"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Tunnel containers are deployed as part of a pod and in rootful mode." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode/podRootless"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the Tunnel containers are deployed as part of a pod and in rootless mode." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelDeploymentMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelLogCollectionStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type that represent the status of log collection" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelLogCollectionStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the log collection is in progress" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelLogCollectionStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the log collection is completed" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelLogCollectionStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the log collection has failed" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelLogCollectionStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enum of possible MicrosoftTunnelServer health status types" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health status of the server is unknown. This occurs when no health status has been reported, for example when the server is initialized, but has not yet been evaluated for its health." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/healthy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health status of the server is healthy. This should be the normal operational health status." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/unhealthy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health status of the server is unhealthy. This is normally a transient condition that will last up to 5 minutes. If the server cannot be remediated while reporting unhealthy state, the health state will change to 'warning'. If it can be remediated, the health state will return to 'healthy'." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/warning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a warning based on the Tunnel Gateway server's CPU usage, memory usage, latency, TLS certificate, version" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/offline"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the server state is offline" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/upgradeInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the upgrade in progress during the upgrade cycle of when Intune begins upgrading servers, one server at a time" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/upgradeFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the failure of the upgrade during the upgrade cycle of when Intune begins upgrading servers, one server at a time" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerHealthStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.deviceManagementDomainJoinConnectorState"><Annotation Term="Org.OData.Core.V1.Description" String="The ODJ request states." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnectorState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Connector is actively pinging Intune." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnectorState/error"><Annotation Term="Org.OData.Core.V1.Description" String="There is no heart-beat from connector from last one hour." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnectorState/inactive"><Annotation Term="Org.OData.Core.V1.Description" String="There is no heart-beat from connector from last 5 days." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Operating System is available in different editions, which have a specific set of features available. This enum type defines the corresponding edition." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/professional"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates Professional Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/professionalN"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Professional N Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Enterprise Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/enterpriseN"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Enterprise N Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/education"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Education Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/educationN"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Education N Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/proEducation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Pro Education Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/proEducationN"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Pro Education N Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/proWorkstation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Pro Workstation Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/proWorkstationN"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Pro Workstation N Operating System edition used for the managed device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEditionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTaskMitigationType"><Annotation Term="Org.OData.Core.V1.Description" String="Device app management task mitigation type." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTaskMitigationType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Mitigation steps are unknown." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTaskMitigationType/update"><Annotation Term="Org.OData.Core.V1.Description" String="The app needs to be updated." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTaskMitigationType/uninstall"><Annotation Term="Org.OData.Core.V1.Description" String="The app needs to be uninstalled." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTaskMitigationType/securityConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The security configuration needs to be changed." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Device app management task category." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskCategory/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown source." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskCategory/advancedThreatProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender ATP Threat &amp; Vulnerability Management." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskPriority"><Annotation Term="Org.OData.Core.V1.Description" String="Device app management task priority." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskPriority/none"><Annotation Term="Org.OData.Core.V1.Description" String="No priority set." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskPriority/high"><Annotation Term="Org.OData.Core.V1.Description" String="High priority." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskPriority/low"><Annotation Term="Org.OData.Core.V1.Description" String="Low priority." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Device app management task status." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="State is undefined." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="The task is ready for review." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus/active"><Annotation Term="Org.OData.Core.V1.Description" String="The task has been accepted and is being worked on." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="The work is complete." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTaskStatus/rejected"><Annotation Term="Org.OData.Core.V1.Description" String="The task was rejected." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationApplicablePlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint security configuration applicable platform." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationApplicablePlatform/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationApplicablePlatform/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationApplicablePlatform/windows10AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 and later." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationApplicablePlatform/windows10AndWindowsServer"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 and Windows Server." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint security policy profile type." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/antivirus"><Annotation Term="Org.OData.Core.V1.Description" String="Antivirus." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/windowsSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Security." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/bitLocker"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/fileVault"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/firewall"><Annotation Term="Org.OData.Core.V1.Description" String="Firewall." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/firewallRules"><Annotation Term="Org.OData.Core.V1.Description" String="Firewall rules." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/endpointDetectionAndResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint detection and response." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/deviceControl"><Annotation Term="Org.OData.Core.V1.Description" String="Device control." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/appAndBrowserIsolation"><Annotation Term="Org.OData.Core.V1.Description" String="App and browser isolation." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/exploitProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Exploit protection." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/webProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Web protection." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/applicationControl"><Annotation Term="Org.OData.Core.V1.Description" String="Application control." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/attackSurfaceReductionRules"><Annotation Term="Org.OData.Core.V1.Description" String="Attack surface reduction rules." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationProfileType/accountProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Account protection." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint security policy type." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/antivirus"><Annotation Term="Org.OData.Core.V1.Description" String="Antivirus." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/diskEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Disk encryption." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/firewall"><Annotation Term="Org.OData.Core.V1.Description" String="Firewall." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/endpointDetectionAndResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint detection and response." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/attackSurfaceReduction"><Annotation Term="Org.OData.Core.V1.Description" String="Attack surface reduction." /></Annotations><Annotations Target="microsoft.graph.endpointSecurityConfigurationType/accountProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Account protection." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The set of available platforms for the OperationApprovalPolicy. Allows configuration of a policy to specific platform(s) for approval. If no specific platform is required or applicable, the platform is `notApplicable`." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that a policy platform is not required for a chosen policy type." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/androidDeviceAdministrator"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for Android Device Administrator." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/androidEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for Android Enterprise." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/iOSiPadOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for iOS/iPadOS." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for macOS." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/windows10AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for Windows 10 and later." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/windows81AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for Windows 8.1 and later." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/windows10X"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy platform is for Windows 10X." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyPlatform/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="The set of available policy types that can be configured for approval. The policy type must always be defined in an OperationApprovalRequest." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/deviceWipe"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is for a Device Wipe Action." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/deviceRetire"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is for a Device Retire Action" /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/deviceDelete"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is for a Device Delete Action." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/app"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is an application type, such as mobile apps or built-in apps." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/script"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is a script type, such as PowerShell scripts or remediation scripts." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/role"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type type is for Intune roles, such as application administrator or a custom role." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicyType/tenantConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the configured policy type is for Tenant Configuration operations." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of the Approval Request. The status of a request will change when an action is successfully performed on it, such as when it is `approved` or `rejected`, or when the request's expiration DateTime passes and the result is `expired`." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the request approval status is unknown, and that the status has not been assigned to the approval request." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/needsApproval"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request needs approval before the operation can be completed." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/approved"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request has been approved. The operation can now be completed." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/rejected"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request has been rejected. No further action can be taken to complete the operation or to modify the request." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/cancelled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request has been cancelled by the request's requestor. No further action can be taken to complete the operation or to modify the request." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request has been completed. This status is feature agnostic and does not indicate success or failure of the operation. No further action is necessary for the operation or to modify the request." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/expired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the approval request has expired. No further action can be taken to complete the operation or to modify the request. A new approval request must be made and approved in order to complete the operation." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.operationApprovalSource"><Annotation Term="Org.OData.Core.V1.Description" String="Source of the action on the approval request." /></Annotations><Annotations Target="microsoft.graph.operationApprovalSource/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates the source of the action on the approval request is unknown." /></Annotations><Annotations Target="microsoft.graph.operationApprovalSource/adminConsole"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the source of the action on the approval request is from an interactive session using the Intune Admin Console." /></Annotations><Annotations Target="microsoft.graph.operationApprovalSource/email"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the source of the action on the approval request is from an email based form." /></Annotations><Annotations Target="microsoft.graph.operationApprovalSource/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of scope for a Role Assignment." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType/resourceScope"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that assignments are allowed to the specified resource scopes. Resource scopes are listed as Entra ID security group IDs." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType/allDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that assignments are allowed to all Intune devices. Note that this does not map to any Entra ID security group, it is internal to Intune." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType/allLicensedUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that assignments are allowed to all Intune licensed users. Note that this does not map to any Entra ID security group, it is internal to Intune." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType/allDevicesAndLicensedUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that assignments are allowed to all Intune devices and licensed users. Note that this does not map to any Entra ID security group, it is internal to Intune." /></Annotations><Annotations Target="microsoft.graph.roleAssignmentScopeType/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.remoteAssistanceState"><Annotation Term="Org.OData.Core.V1.Description" String="State of remote assistance for the account" /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceState/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Remote assistance is disabled for the account. With this value, Quick Assist remote assistance sessions are not allowed for the account." /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Remote assistance is enabled for the account. With this value, enterprise Quick Assist remote assistance features are provided." /></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.embeddedSIMDeviceStateValue"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the various states for an embedded SIM activation code." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/notEvaluated"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that the embedded SIM activation code is free and available to be assigned to a device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that Intune Service failed to deliver this profile to a device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/installing"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that the embedded SIM activation code has been assigned to a device and the device is installing the token." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/installed"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that the embedded SIM activation code has been successfully installed on the target device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/deleting"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that Intune Service is trying to delete the profile from the device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/error"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that there is error with this profile." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/deleted"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that the profile is deleted from the device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceStateValue/removedByUser"><Annotation Term="Org.OData.Core.V1.Description" String="Designates that the profile is removed from the device by the user" /></Annotations><Annotations Target="microsoft.graph.connectorHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Connector health state for connector status" /></Annotations><Annotations Target="microsoft.graph.connectorHealthState/healthy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a healthy connector status and no action required." /></Annotations><Annotations Target="microsoft.graph.connectorHealthState/warning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a connector needs attention." /></Annotations><Annotations Target="microsoft.graph.connectorHealthState/unhealthy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a connector needs immediate attention to retain functionality." /></Annotations><Annotations Target="microsoft.graph.connectorHealthState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="unknown" /></Annotations><Annotations Target="microsoft.graph.connectorName"><Annotation Term="Org.OData.Core.V1.Description" String="Connectors name for connector status" /></Annotations><Annotations Target="microsoft.graph.connectorName/applePushNotificationServiceExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the expiration date/time for the Apple MDM Push Certificate." /></Annotations><Annotations Target="microsoft.graph.connectorName/vppTokenExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the expiration date/time for Vpp Token." /></Annotations><Annotations Target="microsoft.graph.connectorName/vppTokenLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate the last sync data/time that the Vpp Token performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/windowsAutopilotLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate the last sync date/time that the Windows Autopilot performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/windowsStoreForBusinessLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the Windows Store for Business performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/jamfLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the JAMF connector performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/ndesConnectorLastConnectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the NDES connector performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/appleDepExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the expiration date/time for the Apple Enrollment Program token." /></Annotations><Annotations Target="microsoft.graph.connectorName/appleDepLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the Apple Enrollment Program token performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/onPremConnectorLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the Exchange ActiveSync connector performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/googlePlayAppLastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the Google Play App performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/googlePlayConnectorLastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last modified date / time that the Google Play connector was updated." /></Annotations><Annotations Target="microsoft.graph.connectorName/windowsDefenderATPConnectorLastHeartbeatDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last heartbeat date/time that the Windows Defender ATP connector was contacted." /></Annotations><Annotations Target="microsoft.graph.connectorName/mobileThreatDefenceConnectorLastHeartbeatDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last heartbeat date/time that the Mobile Threat Defence connector was contacted." /></Annotations><Annotations Target="microsoft.graph.connectorName/chromebookLastDirectorySyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last sync date/time that the Chrombook Last Directory performed a sync." /></Annotations><Annotations Target="microsoft.graph.connectorName/futureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Future use" /></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.deviceManagementScriptRunState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution status of the device management script. This status provides insights into whether the script has been successfully executed, encountered errors, or is pending execution." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default value. Indicates that the script execution status is unknown for the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/success"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script ran successfully for the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/fail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script resulted in failure for the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/scriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the discovery script was unable to complete on the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script has not yet started running on the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the script is not applicable for this device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Action Types for an Intune Application." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown result." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType/installCommandSent"><Annotation Term="Org.OData.Core.V1.Description" String="Application install command was sent." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType/installed"><Annotation Term="Org.OData.Core.V1.Description" String="Application installed." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType/uninstalled"><Annotation Term="Org.OData.Core.V1.Description" String="Application uninstalled." /></Annotations><Annotations Target="microsoft.graph.mobileAppActionType/userRequestedInstall"><Annotation Term="Org.OData.Core.V1.Description" String="User requested installation" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of the mobile app on the device." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/available"><Annotation Term="Org.OData.Core.V1.Description" String="Available" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/notAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="Not Available" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/requiredInstall"><Annotation Term="Org.OData.Core.V1.Description" String="Required Install" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/requiredUninstall"><Annotation Term="Org.OData.Core.V1.Description" String="Required Uninstall" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/requiredAndAvailableInstall"><Annotation Term="Org.OData.Core.V1.Description" String="RequiredAndAvailableInstall" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/availableInstallWithoutEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="AvailableInstallWithoutEnrollment" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntent/exclude"><Annotation Term="Org.OData.Core.V1.Description" String="Exclude" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment states for Autopilot devices" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment state is unknown." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/success"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment succeeded." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment state is in progress." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/failure"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment failed." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/successWithTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment timed out but user clicked past failure." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/notAttempted"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment was not run." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment is disabled." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentState/successOnRetry"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment succeeded after hitting an initial timeout failure." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="Enum values for the various WindowsDefenderApplicationControl supplemental policy deployment statuses." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the WindowsDefenderApplicationControl supplemental policy is not known." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses/success"><Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy is in effect." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses/tokenError"><Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy is structurally okay but there is an error with authorizing the token." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses/notAuthorizedByToken"><Annotation Term="Org.OData.Core.V1.Description" String="The token does not authorize this WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses/policyNotFound"><Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy is not found." /></Annotations><Annotations Target="microsoft.graph.driverApprovalAction"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type to represent approval actions of single or list of drivers." /></Annotations><Annotations Target="microsoft.graph.driverApprovalAction/approve"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates the action to approve single or list of drivers." /></Annotations><Annotations Target="microsoft.graph.driverApprovalAction/decline"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates the action to approve single or list of drivers." /></Annotations><Annotations Target="microsoft.graph.driverApprovalAction/suspend"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates the action to suspend single or list of drivers." /></Annotations><Annotations Target="microsoft.graph.driverApprovalStatus"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type to represent approval status of a driver." /></Annotations><Annotations Target="microsoft.graph.driverApprovalStatus/needsReview"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver needs IT admin's review." /></Annotations><Annotations Target="microsoft.graph.driverApprovalStatus/declined"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates IT admin has declined a driver." /></Annotations><Annotations Target="microsoft.graph.driverApprovalStatus/approved"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates IT admin has approved a driver." /></Annotations><Annotations Target="microsoft.graph.driverApprovalStatus/suspended"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates IT admin has suspended a driver." /></Annotations><Annotations Target="microsoft.graph.driverCategory"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type to represent which category a driver belongs to." /></Annotations><Annotations Target="microsoft.graph.driverCategory/recommended"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver is recommended by Microsoft." /></Annotations><Annotations Target="microsoft.graph.driverCategory/previouslyApproved"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver was recommended by Microsoft and IT admin has taken some approval action on it." /></Annotations><Annotations Target="microsoft.graph.driverCategory/other"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver is never recommended by Microsoft." /></Annotations><Annotations Target="microsoft.graph.driverUpdateProfileApprovalType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type to represent approval type of a driver update profile." /></Annotations><Annotations Target="microsoft.graph.driverUpdateProfileApprovalType/manual"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver and firmware profile needs to be approved manually." /></Annotations><Annotations Target="microsoft.graph.driverUpdateProfileApprovalType/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a driver and firmware profile is approved automatically." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncState"><Annotation Term="Org.OData.Core.V1.Description" String="Windows DnF update inventory sync state." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending sync." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncState/success"><Annotation Term="Org.OData.Core.V1.Description" String="Successful sync." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncState/failure"><Annotation Term="Org.OData.Core.V1.Description" String="Failed sync." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enum to describe policy's approval status for catalogitems " /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="unknown status for corresponding catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalStatus/approved"><Annotation Term="Org.OData.Core.V1.Description" String="approved for corresponding catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalStatus/suspended"><Annotation Term="Org.OData.Core.V1.Description" String="suspended for corresponding catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCadence"><Annotation Term="Org.OData.Core.V1.Description" String="The publishing cadence of the quality update. Possible values are: monthly, outOfBand. This property cannot be modified and is automatically populated when the catalog is created." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCadence/monthly"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates the quality update is released in a regular monthly pattern." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCadence/outOfBand"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the quality update is released in an out-of-band pattern." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCadence/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Windows quality update category" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory/all"><Annotation Term="Org.OData.Core.V1.Description" String="All update type" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory/security"><Annotation Term="Org.OData.Core.V1.Description" String="Security only update type" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory/nonSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Non security only update type" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCategory/quickMachineRecovery"><Annotation Term="Org.OData.Core.V1.Description" String="Quick machine recovery update type" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyActionType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum type to represent approval actions of single or list of quality update policies" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyActionType/approve"><Annotation Term="Org.OData.Core.V1.Description" String="Enum value to represent the approval actions for quality update" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyActionType/suspend"><Annotation Term="Org.OData.Core.V1.Description" String="Enum value to represent the pause actions for quality update" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyActionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyApprovalMethodType"><Annotation Term="Org.OData.Core.V1.Description" String="Enum type to describe the approval type for different type of quality updates." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyApprovalMethodType/manual"><Annotation Term="Org.OData.Core.V1.Description" String="The updates need manually approve." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyApprovalMethodType/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="The updates would be automaticaly approved." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyApprovalMethodType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCveSeverityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Max severity of CVE" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCveSeverityLevel/critical"><Annotation Term="Org.OData.Core.V1.Description" String="Severity of Critical" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCveSeverityLevel/important"><Annotation Term="Org.OData.Core.V1.Description" String="Severity of Important" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCveSeverityLevel/moderate"><Annotation Term="Org.OData.Core.V1.Description" String="Severity of Moderate" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCveSeverityLevel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></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.userPfxIntendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Supported values for the intended purpose of a user PFX certificate." /></Annotations><Annotations Target="microsoft.graph.userPfxIntendedPurpose/unassigned"><Annotation Term="Org.OData.Core.V1.Description" String="No roles/usages assigned." /></Annotations><Annotations Target="microsoft.graph.userPfxIntendedPurpose/smimeEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Valid for S/MIME encryption." /></Annotations><Annotations Target="microsoft.graph.userPfxIntendedPurpose/smimeSigning"><Annotation Term="Org.OData.Core.V1.Description" String="Valid for S/MIME signing." /></Annotations><Annotations Target="microsoft.graph.userPfxIntendedPurpose/vpn"><Annotation Term="Org.OData.Core.V1.Description" String="Valid for use in VPN." /></Annotations><Annotations Target="microsoft.graph.userPfxIntendedPurpose/wifi"><Annotation Term="Org.OData.Core.V1.Description" String="Valid for use in WiFi." /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme"><Annotation Term="Org.OData.Core.V1.Description" String="Supported values for the padding scheme used by encryption provider." /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/none"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown padding Scheme." /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1"><Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/oaepSha1"><Annotation Term="Org.OData.Core.V1.Description" String="OaepSha1 is no longer supported" /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/oaepSha256"><Annotation Term="Org.OData.Core.V1.Description" String="Use OAEP SHA-256 padding." /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/oaepSha384"><Annotation Term="Org.OData.Core.V1.Description" String="Use OAEP SHA-384 padding." /></Annotations><Annotations Target="microsoft.graph.userPfxPaddingScheme/oaepSha512"><Annotation Term="Org.OData.Core.V1.Description" String="Use OAEP SHA-512 padding." /></Annotations><Annotations Target="microsoft.graph.copilotSearchResourceType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResourceType/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.printColorConfiguration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printColorConfiguration enum type is deprecated and will stop returning data on July 31, 2023. Please use the printColorMode enum type instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printDuplexConfiguration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The duplexConfiguration enum type is deprecated and will stop returning data on July 31, 2023. Please use the printDuplexMode enum type instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerFeedDirection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printerFeedDirection enum type is deprecated and will stop returning data on July 31, 2023. Please use the printerFeedOrientation enum type instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerProcessingStateReason"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printerProcessingStateReason enum type is deprecated and will stop returning data on July 31, 2023. Please use the printerProcessingStateDetail enum type instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printMediaType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printMediaType enum type is deprecated and will stop returning data on July 31, 2023. This enum type properties are replaced with string type properties." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printPresentationDirection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The presentationDirection enum type is deprecated and will stop returning data on July 31, 2023. Please use the printMultipageLayout enum type instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accountStatus"><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.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.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.applicationPermissionsRequired"><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.diamondModel"><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.tiAction"><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.tlpLevel"><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.externalConnectors.identitySourceType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-06-01" /><PropertyValue Property="Description" String="The property named 'IdentitySource' will be deprecated in September 2021, please see the updated aclType usage." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-09-01" /><PropertyValue Property="Version" String="2021-06" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identitySourceType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-06-01" /><PropertyValue Property="Description" String="The property named 'IdentitySource' will be deprecated in September 2021, please see the updated aclType usage." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-09-01" /><PropertyValue Property="Version" String="2021-06" /></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.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" /><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.servicePrincipal"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.application"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.application/createdByAppId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></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.connectorGroup"><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.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.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.accessPackageCatalog"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.servicePrincipal/createdByAppId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.servicePrincipal/claimsPolicy"><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="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PATCH Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></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"><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="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/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="false" /></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/joinedGroups"><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/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.deviceEnrollmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The Base Class of Device Enrollment Configuration" /></Annotations><Annotations Target="microsoft.graph.user/deviceEnrollmentConfigurations"><Annotation Term="Org.OData.Core.V1.LongDescription" String="Get enrollment configurations targeted to the user" /></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.managedAppLogCollectionRequest"><Annotation Term="Org.OData.Core.V1.Description" String="The Managed App log collection response" /></Annotations><Annotations Target="microsoft.graph.user/managedAppLogCollectionRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more log collection requests triggered for 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.windowsInformationProtectionDeviceRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="Represents device registration records for Bring-Your-Own-Device(BYOD) Windows devices." /></Annotations><Annotations Target="microsoft.graph.user/windowsInformationProtectionDeviceRegistrations"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more WIP device 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.mobileAppIntentAndState"><Annotation Term="Org.OData.Core.V1.Description" String="MobileApp Intent and Install State for a given device." /></Annotations><Annotations Target="microsoft.graph.user/mobileAppIntentAndStates"><Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for this user." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Event representing a users device application install status." /></Annotations><Annotations Target="microsoft.graph.user/mobileAppTroubleshootingEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The list of mobile app troubleshooting events for this user." /></Annotations><Annotations Target="microsoft.graph.notification"><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" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-09" /><PropertyValue Property="Description" String="The Graph Notification API is deprecated and will stop returning data on March 20, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-20" /><PropertyValue Property="Version" String="2023-03/Notification_Deprecation" /></Record></Collection></Annotation></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.device"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.onlineMeeting"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft online meeting." /></Annotations><Annotations Target="microsoft.graph.employeeExperienceUser"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a container that exposes navigation properties for employee experience user resources." /></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/previewScope"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-12" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-02-28" /><PropertyValue Property="Version" String="2025-01/PrivatePreview:organizationalUnit" /></Record></Collection></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.attributeInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-01" /><PropertyValue Property="Description" String="Private preview for correlations report" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-08-01" /><PropertyValue Property="Version" String="2025-08/correlations" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-01" /><PropertyValue Property="Description" String="Private preview for correlations report" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-08-01" /><PropertyValue Property="Version" String="2025-08/correlations" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.statusBase"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-04-11" /><PropertyValue Property="Description" String="The statusBase complex type is deprecated. The provisioningStatusInfo holds the same information as this. This only exists in the beta api." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-12-31" /><PropertyValue Property="Version" String="2021-04/Reporting" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.statusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-04-11" /><PropertyValue Property="Description" String="The statusDetails complex type is deprecated. The provisioningStatusInfo and provisioningStatusInfo's provisioningErrorInfo holds the same information as this. This only exists in the beta api." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-12-31" /><PropertyValue Property="Version" String="2021-04/Reporting" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.applicationSignInDetailedSummary"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.applicationSignInSummary"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.auditActivityType"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.customSecurityAttributeAudit"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.directoryAudit"><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.SkipSupported" Bool="false" /><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.signInEventsAppActivity"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.signInEventsActivity"><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.SkipSupported" Bool="false" /><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="false" /></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="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.selfServiceSignUp"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.userEventsSummary"><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.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.credentialUsageSummary"><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" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-21" /><PropertyValue Property="Description" String="The Reporting getCredentialUsageSummary API is deprecated and will stop returning data on June 30, 2025. Please use the new userRegistrationActivity API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.credentialUserRegistrationCount"><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.credentialUserRegistrationDetails"><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" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-21" /><PropertyValue Property="Description" String="The Reporting credentialUserRegistrationDetails API is deprecated and will stop returning data on June 30, 2024. Please use the new userRegistrationDetails API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.inactiveUsersByApplicationMetricBase"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-02" /><PropertyValue Property="Description" String="The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-02-16" /><PropertyValue Property="Version" String="2024-02/Remove_Breakdown_APIs" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.dailyInactiveUsersByApplicationMetric"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-02" /><PropertyValue Property="Description" String="The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-02-16" /><PropertyValue Property="Version" String="2024-02/Remove_Breakdown_APIs" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.dailyUserInsightMetricsRoot/inactiveUsersByApplication"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-02" /><PropertyValue Property="Description" String="The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-02-16" /><PropertyValue Property="Version" String="2024-02/Remove_Breakdown_APIs" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.directory"><Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings"><Collection><String>self.tenantSecureScores</String></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.impactedResource"><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.recommendationBase"><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.recommendation"><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.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.externalProfile"><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="true" /></Annotations><Annotations Target="microsoft.graph.inboundSharedUserProfile"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.outboundSharedUserProfile"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.sharedEmailDomain"><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.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.directory/featureRolloutPolicies"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-05" /><PropertyValue Property="Description" String="Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-06-30" /><PropertyValue Property="Version" String="2021-01/DirectoryFeatureRolloutPolicies" /></Record></Collection></Annotation></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.monthlyInactiveUsersByApplicationMetric"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-02" /><PropertyValue Property="Description" String="The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-02-16" /><PropertyValue Property="Version" String="2024-02/Remove_Breakdown_APIs" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.monthlyUserInsightMetricsRoot/inactiveUsersByApplication"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-02" /><PropertyValue Property="Description" String="The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-02-16" /><PropertyValue Property="Version" String="2024-02/Remove_Breakdown_APIs" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.provisioningObjectSummary/action"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-04-11" /><PropertyValue Property="Description" String="The action property is deprecated. The provisioningAction holds the same information as this. This only exists in the beta api." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-12-31" /><PropertyValue Property="Version" String="2021-04/Reporting" /></Record></Collection></Annotation></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.userCredentialUsageDetails"><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" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-21" /><PropertyValue Property="Description" String="The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.reportRoot/dailyPrintUsageSummariesByPrinter"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The dailyPrintUsageSummariesByPrinter navigation property is deprecated and will stop returning data on July 31, 2023. Please use the dailyPrintUsageByPrinter navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.reportRoot/dailyPrintUsageSummariesByUser"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The dailyPrintUsageSummariesByUser navigation property is deprecated and will stop returning data on July 31, 2023. Please use the dailyPrintUsage navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.reportRoot/monthlyPrintUsageSummariesByPrinter"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The monthlyPrintUsageSummariesByPrinter navigation property is deprecated and will stop returning data on July 31, 2023. Please use the monthlyPrintUsageByPrinter navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.reportRoot/monthlyPrintUsageSummariesByUser"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The monthlyPrintUsageSummariesByUser navigation property is deprecated and will stop returning data on July 31, 2023. Please use the monthlyPrintUsageByUser navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.signIn/appTokenProtectionStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-31" /><PropertyValue Property="Description" String="appTokenProtectionStatus property is being deprecate in favor or more detailed tokenProtectionStatusDetails.  It will be removed from April 2025." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-31" /><PropertyValue Property="Version" String="2024-08/SignIn" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.signIn/signInTokenProtectionStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-31" /><PropertyValue Property="Description" String="SignInTokenProtectionStatus property is being deprecate in favor or more detailed tokenProtectionStatusDetails.  It will be removed from April 2025." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-31" /><PropertyValue Property="Version" String="2024-08/SignIn" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.summarizedSignIn"><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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.userRegistrationActivitySummary"><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.jwsHeader"><Annotation Term="Org.OData.Core.V1.Description" String="Unprotected JWS header values (RFC 7515)." /></Annotations><Annotations Target="microsoft.graph.agentExtensionParams"><Annotation Term="Org.OData.Core.V1.Description" String="Extension-specific configuration key/values (unconstrained)." /></Annotations><Annotations Target="microsoft.graph.securitySchemes"><Annotation Term="Org.OData.Core.V1.Description" String="Map of scheme name -&gt; security scheme definition." /></Annotations><Annotations Target="microsoft.graph.agentCardManifest/createdBy"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentCardManifest/createdDateTime"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentCollection/createdBy"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentCollection/createdDateTime"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentCollection/members"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentInstance/createdBy"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentInstance/createdDateTime"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentInstance/agentCardManifest"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentInstance/collections"><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></PropertyValue><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></PropertyValue><PropertyValue Property="UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentRegistry/agentCardManifests"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentRegistry/agentCollections"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agentRegistry/agentInstances"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></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.bookingNamedEntity"><Annotation Term="Org.OData.Core.V1.Description" String="Booking entities that provide a display name." /></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.migrationsRoot"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.roleManagement"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-01-01" /><PropertyValue Property="Description" String="This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-01" /><PropertyValue Property="Version" String="2025-01/PrivatePreview:microsoft.applicationAuthorization" /></Record></Collection></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.roleManagement/deviceManagement"><Annotation Term="Org.OData.Core.V1.Description" String="The RbacApplication for Device Management" /></Annotations><Annotations Target="microsoft.graph.approvalItem"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="DeltaUpdateSupported" Bool="false" /><PropertyValue Property="Upsertable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.approvalItem/allowCancel"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/approvers"><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.approvalItem/completedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/owner"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/result"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/state"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItem/viewPoint"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemRequest/approver"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemRequest/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemRequest/isReassigned"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemRequest/reassignedFrom"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemResponse/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.approvalItemResponse/owners"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.conditionalAccessRoot/authenticationStrengths"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-02-01" /><PropertyValue Property="Description" String="The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-31" /><PropertyValue Property="Version" String="2023-02/AuthenticationStrengthsRemove" /></Record></Collection></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="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.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.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.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.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.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.ownerlessGroupPolicy"><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="true" /><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PATCH</EnumMember></PropertyValue><PropertyValue Property="UpsertSupported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PATCH</EnumMember></PropertyValue><PropertyValue Property="UpsertSupported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.searchQuery/query_string"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-12-14" /><PropertyValue Property="Description" String="The query_string will be removed on December 31, 2022. Please use the queryString instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-12-31" /><PropertyValue Property="Version" String="2021-12/RemoveDeprecatedUnderscoreProperty" /></Record></Collection></Annotation></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.informationProtectionPolicy"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.informationProtection/policy"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></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." /></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/customerId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking customer associated with this appointment." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="If CustomerId is not specified when an appointment is created then a new customer is created based on the appointment customer information. Once set, the customerId should be considered immutable." /></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/invoiceUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/joinWebUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/onlineMeetingUrl"><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/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.bookingPerson"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a booking customer or staff member." /></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.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.bookingStaffMember"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a staff member who provides services in a business." /></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.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.bookingNamedEntity/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.bookingPerson/emailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The e-mail address of this person." /></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/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.exchangeAdmin"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.admin/exchange"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcConnectionSettings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, CloudPcConnectionSettings property will no longer be supported and will be marked as deprecated. Please use CloudPcConnectionSetting instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/cloudPcConnectionSettings" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcConnectivityResult/updatedDateTime"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, updatedDatetime property will no longer be supported and will be marked as deprecated. Please use lastModifiedDateTime instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/updatedDatetime" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcCrossRegionDisasterRecoverySetting/crossRegionDisasterRecoveryEnabled"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-11-11" /><PropertyValue Property="Description" String="Starting from February 11, 2025, this property will no longer be supported and will be marked as deprecated. If crossRegionDisasterRecoveryEnabled is true, use `disasterRecoveryType = crossRegion` instead, if crossRegionDisasterRecoveryEnabled is false, use `disasterRecoveryType = notconfigured` instead" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-02-11" /><PropertyValue Property="Version" String="2024-11/crossRegionDisasterRecoveryEnabled" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcDomainJoinConfiguration/type"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use domainJoinType instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/type" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcLaunchInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-09-30" /><PropertyValue Property="Description" String="Starting from Oct 30, 2026, this complexType: cloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new type:cloudPcLaunchDetail instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-10-30" /><PropertyValue Property="Version" String="2025-09/cloudPcLaunchInfo" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcOnPremisesConnectionHealthCheck/additionalDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="The additionalDetails property is deprecated and will not be supported starting Jan 31, 2024. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/additionalDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcOnPremisesConnectionStatusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, cloudPcOnPremisesConnectionStatusDetails complex type will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/cloudPcOnPremisesConnectionStatusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcStatusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, statusDetails property will no longer be supported and will be marked as deprecated. Please use statusDetail instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/cloudPcStatusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcRemoteActionResult/statusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, statusDetails property will no longer be supported and will be marked as deprecated. Please use statusDetail instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/statusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcRestorePointSetting/frequencyInHours"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-31" /><PropertyValue Property="Description" String="Starting from January 31, 2024, frequencyInHours property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/frequencyInHours" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcSourceDeviceImage/id"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use resourceId instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/id" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcWindowsSettings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use cloudPcWindowsSetting instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/cloudPcWindowsSettings" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.microsoftManagedDesktop/type"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use managedType instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/type" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPC/connectionSettings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, connectionSettings property will no longer be supported and will be marked as deprecated. Please use onnectionSetting instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/connectionSettings" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPC/frontlineCloudPcAvailability"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-31" /><PropertyValue Property="Description" String="Starting from Oct 30, 2025, this property:frontlineCloudPcAvailability will be deprecated and no longer be supported. Please use the new API:retrieveFrontlineCloudPcAvailability to retrieve same details." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-10-30" /><PropertyValue Property="Version" String="2025-07/frontlineCloudPcAvailability" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPC/statusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-12" /><PropertyValue Property="Description" String="Starting from August 31, 2024, statusDetails property will no longer be supported and will be marked as deprecated. Please use statusDetail instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-31" /><PropertyValue Property="Version" String="2023-10/statusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcDeviceImage/statusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use errorCode instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/statusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcExternalPartnerSetting"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-18" /><PropertyValue Property="Description" String="The cloudPcExternalPartnerSetting is deprecated and will not be supported starting March 31, 2026. This entity will not be included in the API response. Please use externalPartners instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-03-31" /><PropertyValue Property="Version" String="2025-02/cloudPcExternalPartnerSetting" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/offer"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use offerName instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/offer" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/offerDisplayName"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, offerDisplayName property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/offerDisplayName" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/publisher"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use publisherName instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/publisher" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/recommendedSku"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, recommendedSku property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/recommendedSku" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/sku"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use skuName instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/sku" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcGalleryImage/skuDisplayName"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, skuDisplayName property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/skuDisplayName" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcOnPremisesConnection/healthCheckStatusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, healthCheckStatusDetails property will no longer be supported and will be marked as deprecated.This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/healthCheckStatusDetails" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcOnPremisesConnection/type"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/type" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcProvisioningPolicy/windowsSettings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-11" /><PropertyValue Property="Description" String="Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use windowsSetting instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-31" /><PropertyValue Property="Version" String="2023-10/windowsSettings" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcReports"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-09-01" /><PropertyValue Property="Description" String="Starting from December 31, 2026, this entity type ('cloudPcReports') will be deprecated and no longer supported. Please use 'cloudPcReport' instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-12-31" /><PropertyValue Property="Version" String="2025-09/cloudPcReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudPcUserSetting/selfServiceEnabled"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-08-31" /><PropertyValue Property="Description" String="The selfServiceEnabled property is deprecated and will not be supported starting Dec 1, 2023. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-01" /><PropertyValue Property="Version" String="2023-08/selfServiceEnabled" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Profile used to enroll Android Enterprise devices using Google's Cloud Management." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidDeviceOwnerEnrollmentProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Android device owner enrollment profile entities." /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema"><Annotation Term="Org.OData.Core.V1.Description" String="Schema describing an Android for Work application's custom configurations." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidForWorkAppConfigurationSchemas"><Annotation Term="Org.OData.Core.V1.Description" String="Android for Work app configuration schema entities." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Profile used to enroll COSU devices using Google's Cloud Management." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidForWorkEnrollmentProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Android for Work enrollment profile entities." /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Settings for Android For Work." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidForWorkSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The singleton Android for Work settings entity." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Enterprise settings for an Android managed store account." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidManagedStoreAccountEnterpriseSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The singleton Android managed store account enterprise settings entity." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema"><Annotation Term="Org.OData.Core.V1.Description" String="Schema describing an Android application's custom configurations." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/androidManagedStoreAppConfigurationSchemas"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration schema entities." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The firmware version from Samsung for a specific device model, sales code, and CSC (Consumer Software Customization). Used to create Samsung E-FOTA deployments." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/samsungEFotaFirmwareVersions"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of Samsung EFOTA firmware versions." /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact"><Annotation Term="Org.OData.Core.V1.Description" String="Describes a single artifact for a specific device model." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/zebraFotaArtifacts"><Annotation Term="Org.OData.Core.V1.Description" String="The Collection of ZebraFotaArtifacts." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector"><Annotation Term="Org.OData.Core.V1.Description" String="The Zebra FOTA connector entity that represents the tenant's authorization status for Intune to call Zebra Update Services." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/zebraFotaConnector"><Annotation Term="Org.OData.Core.V1.Description" String="The singleton ZebraFotaConnector associated with account." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment"><Annotation Term="Org.OData.Core.V1.Description" String="The Zebra FOTA deployment entity that describes settings, deployment device groups required to create a FOTA deployment, and deployment status." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/zebraFotaDeployments"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of ZebraFotaDeployments associated with account." /></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.deviceAndAppManagementAssignmentFilter"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/assignmentFilters"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignment filters" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a Chromebook tenant settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/chromeOSOnboardingSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of ChromeOSOnboardingSettings settings associated with account." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a collection of metadata of a cloud certification authority." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/cloudCertificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of CloudCertificationAuthority records associated with account." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a leaf certificate issued by a cloud certification authority." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/cloudCertificationAuthorityLeafCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of CloudCertificationAuthorityLeafCertificate records associated with account." /></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/deviceComplianceReportSummarizationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The last requested time of device compliance reporting for this account. 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.deviceManagement/intuneAccountId"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Account Id for given tenant" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/lastReportAggregationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The last modified time of reporting for this account. 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.deviceManagement/legacyPcManangementEnabled"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The property to enable Non-MDM managed legacy PC management for this account. 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.deviceManagement/maximumDepTokens"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of dep tokens allowed per-tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Account level settings." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/unlicensedAdminstratorsEnabled"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="When enabled, users assigned as administrators via Role Assignment Memberships do not require an assigned Intune license. Prior to this, only Intune licensed users were granted permissions with an Intune role unless they were assigned a role via Azure Active Directory. You are limited to 350 unlicensed direct members for each AAD security group in a role assignment, but you can assign multiple AAD security groups to a role if you need to support more than 350 unlicensed administrators. Licensed administrators are unaffected, do not have to be direct members, nor does the 350 member limit apply. 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.advancedThreatProtectionOnboardingStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Windows defender advanced threat protection onboarding state summary across the account." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/advancedThreatProtectionOnboardingStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The summary state of ATP onboarding state for this account." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation"><Annotation Term="Org.OData.Core.V1.Description" String="CartToClassAssociation for associating device carts with classrooms." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/cartToClassAssociations"><Annotation Term="Org.OData.Core.V1.Description" String="The Cart To Class Associations." /></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.deviceConfigurationConflictSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Conflict summary for a set of device configuration policies." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationConflictSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Summary of policies in conflict state 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.restrictedAppsViolation"><Annotation Term="Org.OData.Core.V1.Description" String="Violation of restricted apps configuration profile per device per user" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationRestrictedAppsViolations"><Annotation Term="Org.OData.Core.V1.Description" String="Restricted apps violations 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/deviceConfigurationsAllManagedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Summary of all certificates for all devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationUserStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The device configuration user state summary for this account." /></Annotations><Annotations Target="microsoft.graph.endpointPrivilegeManagementProvisioningStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint privilege management (EPM) tenant provisioning status contains tenant level license and onboarding state information." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/endpointPrivilegeManagementProvisioningStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint privilege management (EPM) tenant provisioning status contains tenant level license and onboarding state information." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="BIOS configuration and other settings provides customers the ability to configure hardware/bios settings on the enrolled Windows 10/11 Entra ID joined devices by uploading a configuration file generated with their OEM tool (e.g. Dell Command tool). A BIOS configuration policy can be assigned to multiple devices, allowing admins to remotely control a device's hardware properties (e.g. enable Secure Boot) from the Intune Portal. Supported for Dell only at this time." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/hardwareConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="BIOS configuration and other settings provides customers the ability to configure hardware/bios settings on the enrolled Windows 10/11 Entra ID joined devices by uploading a configuration file generated with their OEM tool (e.g. Dell Command tool). A BIOS configuration policy can be assigned to multiple devices, allowing admins to remotely control a device's hardware properties (e.g. enable Secure Boot) from the Intune Portal. Supported for Dell only at this time." /></Annotations><Annotations Target="microsoft.graph.hardwarePasswordDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Device BIOS password information for devices with managed BIOS and firmware configuration, which provides device serial number, list of previous passwords, and current password." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/hardwarePasswordDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Device BIOS password information for devices with managed BIOS and firmware configuration, which provides device serial number, list of previous passwords, and current password." /></Annotations><Annotations Target="microsoft.graph.hardwarePasswordInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to configure hardware/bios settings on the enrolled windows 10 Azure Active Directory joined devices. Starting from June, 2024 (Intune Release 2406), this type will no longer be supported and will be marked as deprecated" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/hardwarePasswordInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to configure BIOS configuration settings on the enrolled Windows 10 and Windows 11 Microsoft Entra joined devices. Starting from June, 2024, customers should start using hardwarePasswordDetail resource type - Microsoft Graph beta | Microsoft Learn. HardwarePasswordInfo will be marked as deprecated with Intune Release 2409" /></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.macOSSoftwareUpdateAccountSummary"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS software update account summary report for a device and user" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/macOSSoftwareUpdateAccountSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The MacOS software update account summaries for this account." /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption report per device" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDeviceEncryptionStates"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption report for devices in this account" /></Annotations><Annotations Target="microsoft.graph.ndesConnector"><Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents an OnPrem Ndes connector." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/ndesConnectors"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of Ndes connectors 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.deviceManagementConfigurationCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Device Management Configuration Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/complianceCategories"><Annotation Term="Org.OData.Core.V1.Description" String="List of all compliance categories" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Device Management Compliance Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/compliancePolicies"><Annotation Term="Org.OData.Core.V1.Description" String="List of all compliance policies" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/complianceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="List of all ComplianceSettings" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/configurationCategories"><Annotation Term="Org.OData.Core.V1.Description" String="List of all Configuration Categories" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Device Management Configuration Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/configurationPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="List of all Configuration policies" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Device Management Configuration Policy Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/configurationPolicyTemplates"><Annotation Term="Org.OData.Core.V1.Description" String="List of all templates" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/configurationSettings"><Annotation Term="Org.OData.Core.V1.Description" String="List of all ConfigurationSettings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting"><Annotation Term="Org.OData.Core.V1.Description" String="Graph model for a reusable setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/reusablePolicySettings"><Annotation Term="Org.OData.Core.V1.Description" String="List of all reusable settings that can be referred in a policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/reusableSettings"><Annotation Term="Org.OData.Core.V1.Description" String="List of all reusable settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateInsightsDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="template insights definition" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/templateInsights"><Annotation Term="Org.OData.Core.V1.Description" String="List of setting insights in a template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/templateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="List of all TemplateSettings" /></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.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.deviceManagementExchangeOnPremisesPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity which represents the Exchange OnPremises policy configured for a tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/exchangeOnPremisesPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Exchange On Premisis policies configured by the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/exchangeOnPremisesPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The policy which controls mobile device access to Exchange On Premises" /></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.deviceManagementSettingCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a setting category" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/categories"><Annotation Term="Org.OData.Core.V1.Description" String="The available categories" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents an intent to apply settings to a device" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/intents"><Annotation Term="Org.OData.Core.V1.Description" String="The device management intents" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a given setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/settingDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="The device management intent setting definitions" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a defined collection of device settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/templates"><Annotation Term="Org.OData.Core.V1.Description" String="The available templates" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." /></Annotations><Annotations Target="microsoft.graph.adminConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Admin consent information." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/adminConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Admin consent information." /></Annotations><Annotations Target="microsoft.graph.dataProcessorServiceForWindowsFeaturesOnboarding"><Annotation Term="Org.OData.Core.V1.Description" String="A configuration entity for MEM features that utilize Data Processor Service for Windows (DPSW) data." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/dataProcessorServiceForWindowsFeaturesOnboarding"><Annotation Term="Org.OData.Core.V1.Description" String="A configuration entity for MEM features that utilize Data Processor Service for Windows (DPSW) data." /></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.managedDeviceCleanupSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Define the rule when the admin wants the devices to be cleaned up." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDeviceCleanupSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Device cleanup rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/subscriptions"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant's Subscription." /></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.userExperienceAnalyticsAnomalySeverityOverview"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly severity overview entity contains the count information for each severity of anomaly." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAnomalySeverityOverview"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly severity overview entity contains the count information for each severity of anomaly." /></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.cloudPCConnectivityIssue"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analyte connectivity issue entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/cloudPCConnectivityIssues"><Annotation Term="Org.OData.Core.V1.Description" String="The list of CloudPC Connectivity Issue." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/comanagedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The list of co-managed devices report" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Device Co-Management eligibility state" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/comanagementEligibleDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The list of co-management eligible devices report" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Data sharing consent information." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/dataSharingConsents"><Annotation Term="Org.OData.Core.V1.Description" String="Data sharing consents." /></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.deviceComplianceScript"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Powershell Compliance scripts (detection) on the enrolled windows 10 Azure Active Directory joined devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceComplianceScripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device compliance scripts associated with the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a custom attribute script for macOS." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceCustomAttributeShellScripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device custom attribute shell scripts associated with the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Powershell Health scripts (remediation + detection) on the enrolled windows 10 Azure Active Directory joined devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceHealthScripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device health scripts associated with the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Powershell scripts on the enrolled windows 10 Azure Active Directory joined devices. The script can be run once or periodically." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceManagementScripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device management scripts associated with the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Shell scripts on the enrolled Mac OS devices. The script can be run once or periodically." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceShellScripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device shell scripts associated with the tenant." /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupRule"><Annotation Term="Org.OData.Core.V1.Description" String="Define the rule when the admin wants the devices to be cleaned up." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDeviceCleanupRules"><Annotation Term="Org.OData.Core.V1.Description" String="Device cleanup rule V2" /></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.privilegeManagementElevation"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint privilege management elevation result entity representing a single elevation action on a client device." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/privilegeManagementElevations"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint privilege management elevation event entity contains elevation details." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit"><Annotation Term="Org.OData.Core.V1.Description" String="Report of remote actions initiated on the devices belonging to a certain tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/remoteActionAudits"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device remote action audits with the tenant." /></Annotations><Annotations Target="microsoft.graph.tenantAttachRBAC"><Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for tenant attach enablement functionality." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/tenantAttachRBAC"><Annotation Term="Org.OData.Core.V1.Description" String="TenantAttach RBAC Enablement" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAnomaly"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly correlation group overview entity contains the information for each correlation group of an anomaly." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly correlation group overview entity contains the information for each correlation group of an anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains device details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAnomalyDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains device details." /></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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics application performance entity contains app performance details by app version." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Application Performance by App Version" /></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.userExperienceAnalyticsBatteryHealthAppImpact"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health app impact entity contains battery usage related information at an app level for the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health App Impact" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health capacity entity contains count of devices broken down into 3 categories - devices with capacity &gt; 80%, devices with capacity 50-80% and devices with capacity &lt; 50 %.This API provides the count of devices in these 3 categories.." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Capacity Details" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health device app impact entity contains battery usage related information at an app level for a given device." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Device App Impact" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health device performance entity contains device level battery information." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Device Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health runtime history entity contains the trend of runtime of a device over a period of 30 days" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Device Runtime History" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health model performance entity contains battery related information for all unique device models in their organization." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Model Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health os performance entity contains battery related information for all operating system versions in their organization." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Os Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics battery health runtime entity contains count of devices broken down into 3 categories - devices with runtime &gt; 5 hours, devices with runtime 3-5 hours and devices with runtime &lt; 3 hours.This API provides the count of devices in these 3 categories." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails"><Annotation Term="Org.OData.Core.V1.Description" String="User Experience Analytics Battery Health Runtime Details" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsCategories"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics categories" /></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/userExperienceAnalyticsDeviceMetricHistory"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device metric history. The report will be retired on December 31, 2024. You can start using the Cloud PC connection quality report now via https://learn.microsoft.com/windows-365/enterprise/report-cloud-pc-connection-quality." /></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.userExperienceAnalyticsDeviceScope"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device scope entity contains device scope configuration values use to apply filtering on the endpoint analytics reports." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceScope"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device scope entity endpoint to trigger on the service to either START or STOP computing metrics data based on a device scope configuration." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceScopes"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device scope entity contains device scope configuration use to apply filtering on the endpoint analytics reports." /></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.userExperienceAnalyticsDeviceWithoutCloudIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics Device without Cloud Identity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics devices without cloud identity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device event entity contains NRT device event details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceTimelineEvent"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device events entity contains NRT device timeline event details." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics top impacting process entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsImpactingProcess"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics impacting process" /></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.userExperienceAnalyticsNotAutopilotReadyDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics Device not windows autopilot ready." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics devices not Windows Autopilot ready." /></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.userExperienceAnalyticsRemoteConnection"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics remote connection entity. The report will be retired on December 31, 2024. You can start using the Cloud PC connection quality report now via https://learn.microsoft.com/windows-365/enterprise/report-cloud-pc-connection-quality." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsRemoteConnection"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics remote connection. The report will be retired on December 31, 2024. You can start using the Cloud PC connection quality report now via https://learn.microsoft.com/windows-365/enterprise/report-cloud-pc-connection-quality." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics resource performance entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsResourcePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics resource performance" /></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.deviceManagementDerivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that describes tenant level settings for derived credentials" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/derivedCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of Derived credential settings associated with account." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Base Profile Type for Resource Access" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/resourceAccessProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of resource access settings associated with account." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/appleUserInitiatedEnrollmentProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Apple user initiated enrollment profiles" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting"><Annotation Term="Org.OData.Core.V1.Description" String="The depOnboardingSetting represents an instance of the Apple DEP service being onboarded to Intune. The onboarded service instance manages an Apple Token used to synchronize data between Apple and Intune." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/depOnboardingSettings"><Annotation Term="Org.OData.Core.V1.Description" String="This collections of multiple DEP tokens per-tenant." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="The importedDeviceIdentity resource represents a unique hardware identity of a device that has been pre-staged for pre-enrollment configuration." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/importedDeviceIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="The imported device identities." /></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.windowsAutopilotDeploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotDeploymentProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Windows auto pilot deployment profiles" /></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.windowsAutopilotSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The windowsAutopilotSettings resource represents a Windows Autopilot Account to sync data with Windows device data sync service." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows autopilot account settings." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest"><Annotation Term="Org.OData.Core.V1.Description" String="These are elevation approval requests for EPM support arbitrated scenario initiated by IW user that admins can take action on." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/elevationRequests"><Annotation Term="Org.OData.Core.V1.Description" String="List of elevation requests" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy migration report." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyMigrationReports"><Annotation Term="Org.OData.Core.V1.Description" String="A list of Group Policy migration reports." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object file uploaded by admin." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyObjectFiles"><Annotation Term="Org.OData.Core.V1.Description" String="A list of Group Policy Object files uploaded." /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory"><Annotation Term="Org.OData.Core.V1.Description" String="The category entity stores the category of a group policy definition" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyCategories"><Annotation Term="Org.OData.Core.V1.Description" String="The available group policy categories for this account." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy configuration entity contains the configured values for one or more group policy definitions." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy configurations created by this account." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an ADMX (Administrative Template) XML file. The ADMX file contains a collection of group policy definitions and their locations by category path. The group policy definition file also contains the languages supported as determined by the language dependent ADML (Administrative Template) language files." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyDefinitionFiles"><Annotation Term="Org.OData.Core.V1.Description" String="The available group policy definition files for this account." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="The entity describes all of the information about a single group policy." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="The available group policy definitions for this account." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an ADMX (Administrative Template) XML file uploaded by Administrator. The ADMX file contains a collection of group policy definitions and their locations by category path. The group policy definition file also contains the languages supported as determined by the language dependent ADML (Administrative Template) language files." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/groupPolicyUploadedDefinitionFiles"><Annotation Term="Org.OData.Core.V1.Description" String="The available group policy uploaded definition files for this account." /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection"><Annotation Term="Org.OData.Core.V1.Description" String="ServiceNow properties including the ServiceNow instanceUrl, connection credentials and other metadata." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/serviceNowConnections"><Annotation Term="Org.OData.Core.V1.Description" String="A list of ServiceNowConnections" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a collection of Microsoft Tunnel settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/microsoftTunnelConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of MicrosoftTunnelConfiguration settings associated with account." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelHealthThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents the health thresholds of a health metric" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/microsoftTunnelHealthThresholds"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of MicrosoftTunnelHealthThreshold settings associated with account." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that stores the server log collection status." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/microsoftTunnelServerLogCollectionResponses"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of MicrosoftTunnelServerLogCollectionResponse settings associated with account." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a Microsoft Tunnel site" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/microsoftTunnelSites"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of MicrosoftTunnelSite settings associated with account." /></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.deviceManagementDomainJoinConnector"><Annotation Term="Org.OData.Core.V1.Description" String="A Domain Join Connector is a connector that is responsible to allocate (and delete) machine account blobs" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/domainJoinConnectors"><Annotation Term="Org.OData.Core.V1.Description" String="A list of connector objects." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemImage"><Annotation Term="Org.OData.Core.V1.Description" String="This entity defines different Windows Operating System products, like 'Windows 11 22H1', 'Windows 11 22H2' etc., along with their available configurations." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDeviceWindowsOSImages"><Annotation Term="Org.OData.Core.V1.Description" String="A list of ManagedDeviceWindowsOperatingSystemImages" /></Annotations><Annotations Target="microsoft.graph.configManagerCollection"><Annotation Term="Org.OData.Core.V1.Description" String="A ConfigManager defined collection of devices or users." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/configManagerCollections"><Annotation Term="Org.OData.Core.V1.Description" String="A list of ConfigManagerCollection" /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The OperationApprovalPolicy entity allows an administrator to configure which operations require admin approval and the set of admins who can perform that approval. Creating a policy enables the multiple admin approval service to catch requests which are targeted by the specific policy type defined." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/operationApprovalPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The Operation Approval Policies" /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequest"><Annotation Term="Org.OData.Core.V1.Description" String="The OperationApprovalRequest entity encompasses the operation an admin wishes to perform and is requesting approval to complete. It contains the detail of the operation one wishes to perform, user metadata of the requestor, and a justification for the change. It allows for several operations for both the requestor and the potential approver to either approve, deny, or cancel the request and a response justification to provide information for the decision." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/operationApprovalRequests"><Annotation Term="Org.OData.Core.V1.Description" String="The Operation Approval Requests" /></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.roleScopeTag"><Annotation Term="Org.OData.Core.V1.Description" String="Role Scope Tag" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/roleScopeTags"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Scope Tags." /></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.remoteAssistanceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Remote assistance settings for the account" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/remoteAssistanceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The remote assistance settings singleton" /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool"><Annotation Term="Org.OData.Core.V1.Description" String="A pool represents a group of embedded SIM activation codes." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/embeddedSIMActivationCodePools"><Annotation Term="Org.OData.Core.V1.Description" String="The embedded SIM activation code pools created by this account." /></Annotations><Annotations Target="microsoft.graph.connectorStatusDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Represent connector status" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/connectorStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The list of connector status for the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an Autopilot flow event." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/autopilotEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The list of autopilot events for the tenant." /></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.windowsDriverUpdateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Driver Update Profile" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsDriverUpdateProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of windows driver update profiles" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Feature Update Profile" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsFeatureUpdateProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of windows feature update profiles" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Quality Update Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsQualityUpdatePolicies"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of Windows quality update policies" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Quality Update Profile" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsQualityUpdateProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of windows quality update profiles" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCatalogItem"><Annotation Term="Org.OData.Core.V1.Description" String="Windows update catalog item entity" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsUpdateCatalogItems"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of windows update catalog items (fetaure updates item , quality updates item)" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains data which is used in customizing the tenant level appearance of the Company Portal applications as well as the end user web portal." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/intuneBrandingProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Intune branding profiles targeted to AAD groups" /></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.certificateConnectorDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Entity used to retrieve information about Intune Certificate Connectors." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/certificateConnectorDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of certificate connector details, each associated with a corresponding Intune Certificate Connector." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that encapsulates all information required for a user's PFX certificates." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userPfxCertificates"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of PFX certificates associated with a user." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationStatusDetails"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing information about the payloads on which filter has been applied." /></Annotations><Annotations Target="microsoft.graph.managedDevice/assignmentFilterEvaluationStatusDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Managed device mobile app configuration states for this 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.managedDevice/deviceCompliancePolicyStates"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy states for this device." /></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.managedDevice/deviceConfigurationStates"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration states for this device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Mobile App Configuration State for a given device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/managedDeviceMobileAppConfigurationStates"><Annotation Term="Org.OData.Core.V1.Description" String="Managed device mobile app configuration states for this device." /></Annotations><Annotations Target="microsoft.graph.securityBaselineState"><Annotation Term="Org.OData.Core.V1.Description" String="Security baseline state for a device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/securityBaselineStates"><Annotation Term="Org.OData.Core.V1.Description" String="Security baseline states for this device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/aadRegistered"><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/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/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/autopilotEnrolled"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Reports if the managed device is enrolled via auto-pilot. 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/azureActiveDirectoryDeviceId"><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. 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/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/bootstrapTokenEscrowed"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. 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/chassisType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Chassis 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.chromeOSDeviceProperty"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a property of the ChromeOS device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/chromeOSDeviceInfo"><Annotation Term="Org.OData.Core.V1.Description" String="List of properties of the ChromeOS Device. Default is an empty list. To retrieve actual values GET call needs to be made, with device id and included in select parameter." /></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.configurationManagerClientHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client health state" /></Annotations><Annotations Target="microsoft.graph.managedDevice/configurationManagerClientHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client health state, valid only for devices managed by MDM/ConfigMgr Agent" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration Manager client information synced from SCCM" /></Annotations><Annotations Target="microsoft.graph.managedDevice/configurationManagerClientInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client information, valid only for devices managed, duel-managed or tri-managed by ConfigMgr Agent" /></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/deviceFirmwareConfigurationInterfaceManaged"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device is DFCI managed. When TRUE the device is DFCI managed. When FALSE, the device is not DFCI managed. The default value is FALSE." /></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/deviceType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device. Examples: Desktop, WindowsRT, 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/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/enrolledByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Entra (Azure AD) User Principal Name (UPN) of the user responsible for the enrollment 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/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.hardwareInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware information of a given device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/hardwareInformation"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The hardward details for the device. Includes information such as storage space, manufacturer, serial number, etc. By default most property of this type are set to null/0/false and enum defaults for associated types. 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/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/joinType"><Annotation Term="Org.OData.Core.V1.Description" String="Device join type" /></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/lostModeState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Lost mode is enabled or disabled. 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/managementFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Device management features" /></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/ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Possible values are, 'company' or 'personal'. Default is unknown. Supports $filter operator 'eq' and 'or'." /></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/preferMdmOverGroupPolicyAppliedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Reports the DateTime the preferMdmOverGroupPolicy setting was set.  When set, the Intune MDM settings will override Group Policy settings if there is a conflict. 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/processorArchitecture"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Processor architecture. 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/retireAfterDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the time after when a device will be auto retired because of scheduled action. 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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this Device instance." /></Annotations><Annotations Target="microsoft.graph.managedDevice/securityPatchLevel"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="This indicates the security patch level of the operating system. These special updates contain important security fixes. For iOS/MacOS they are in (a) format. For android its in 2017-08-07 format. 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/skuFamily"><Annotation Term="Org.OData.Core.V1.Description" String="Device sku family" /></Annotations><Annotations Target="microsoft.graph.managedDevice/skuNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device sku number, see also: https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo. Valid values 0 to 2147483647. 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/specificationVersion"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Specification version. 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.loggedOnUser"><Annotation Term="Org.OData.Core.V1.Description" String="Logged On User" /></Annotations><Annotations Target="microsoft.graph.managedDevice/usersLoggedOn"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last logged on users of a 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/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/windowsActiveMalwareCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Count of active malware for this windows device. Default is 0. 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/windowsRemediatedMalwareCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Count of remediated malware for this windows device. Default is 0. 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/detectedApps"><Annotation Term="Org.OData.Core.V1.Description" String="All applications currently installed on the device" /></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Device category" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for policy run state of the device health script." /></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceHealthScriptStates"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Results of device health scripts that ran for this device. Default is empty list. 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.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.subjectRightsRequestEnumeratedMailboxLocation/upns"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-08-23" /><PropertyValue Property="Description" String="upns property is deprecated and will stop working on  Dec 23, 2023. Please use the new property caller userPrincipalNames." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-23" /><PropertyValue Property="Version" String="2023-08/PrivacyDeprecate" /></Record></Collection></Annotation></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.security/zones"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></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.cloudAppSecurityProfile"><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.domainSecurityProfile"><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.fileSecurityProfile"><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.hostSecurityProfile"><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.ipSecurityProfile"><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.providerTenantSetting"><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.securityAction"><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.tiIndicator"><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.userSecurityProfile"><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.ediscovery.ediscoveryroot"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-12-05" /><PropertyValue Property="Description" String="The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-02-01" /><PropertyValue Property="Version" String="2022-12/ediscoveryNamespace" /></Record></Collection></Annotation></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.security.ediscoveryExportOperation/azureBlobContainer"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The azureBlobContainer will be deprecated on April 30, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-04-30" /><PropertyValue Property="Version" String="2023-01/azureBlobContainer" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security.ediscoveryExportOperation/azureBlobToken"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The azureBlobToken will be deprecated on April 30, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-04-30" /><PropertyValue Property="Version" String="2023-01/azureBlobToken" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security.ediscoveryExportOperation/outputFolderId"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The outputFolderId will be deprecated on April 30, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-04-30" /><PropertyValue Property="Version" String="2023-01/outputFolderId" /></Record></Collection></Annotation></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.copilotRoot/communications"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.copilotAdminCatalog/packages"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="AllowedExpressions" String="ge le" /><PropertyValue Property="Property" PropertyPath="lastModifiedDateTime" /></Record><Record><PropertyValue Property="AllowedExpressions" String="any" /><PropertyValue Property="Property" PropertyPath="elementTypes" /></Record><Record><PropertyValue Property="AllowedExpressions" String="any" /><PropertyValue Property="Property" PropertyPath="supportedHosts" /></Record></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /><PropertyValue Property="RequiredProperties"><Collection><PropertyPath>zipFile</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipTokenSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="NonUpdatableNavigationProperties"><Collection /></PropertyValue><PropertyValue Property="NonUpdatableProperties"><Collection><PropertyPath>elementDetails</PropertyPath><PropertyPath>id</PropertyPath><PropertyPath>lastModifiedDateTime</PropertyPath><PropertyPath>manifestVersion</PropertyPath><PropertyPath>publisher</PropertyPath><PropertyPath>type</PropertyPath><PropertyPath>version</PropertyPath><PropertyPath>zipFile</PropertyPath></Collection></PropertyValue><PropertyValue Property="RequiredProperties"><Collection /></PropertyValue><PropertyValue Property="Updatable" Bool="true" /><PropertyValue Property="UpdatableNavigationProperties"><Collection /></PropertyValue></Record></Annotation></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.b2cIdentityUserFlow/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.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.signInIdentifierBase"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.customUsernameSignInIdentifier"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.emailSignInIdentifier"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityContainer/signInIdentifiers"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityContainer/userFlows"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-05-21" /><PropertyValue Property="Description" String="The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-01-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.continuousAccessEvaluationPolicy"><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.openIdConnectProvider"><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.upnSignInIdentifier"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.usernameSignInIdentifier"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-03-26" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-25" /><PropertyValue Property="Version" String="2025-03/SignInWithAlias" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationServiceStatusDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationJob"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantMigrationTask"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></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.deviceManagement.ruleThreshold"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-09-05" /><PropertyValue Property="Description" String="The ruleThreshold complex type is deprecated and will not be supported starting Dec 31, 2023. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2023-09/ruleThreshold" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.deviceManagement.alertRule/threshold"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-09-05" /><PropertyValue Property="Description" String="The threshold property is deprecated and will not be supported starting Dec 31, 2023. This property will not be included as part of the API response." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2023-09/threshold" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.identifierUriRestriction/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.redirectUriAllowedDomainConfiguration/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.redirectUriAllowedSchemeConfiguration/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.redirectUriBlockedDomainConfiguration/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.redirectUriBlockedSchemeConfiguration/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.redirectUriWildcardConfiguration/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" 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.companySubscription/ocpSubscriptionId"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-07-01" /><PropertyValue Property="Description" String="The property ocpSubscriptionId is deprecated and will be removed on August 31, 2023. Please use commerceSubscriptionId instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-08-31" /><PropertyValue Property="Version" String="2023-07/companySubscription" /></Record></Collection></Annotation></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></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.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.sharedEmailDomainInvitation"><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.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.SelectSupport"><Record><PropertyValue Property="Supported" 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.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector settings." /></Annotations><Annotations Target="microsoft.graph.organization/certificateConnectorSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector setting." /></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.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.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.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.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.ipRange"><Annotation Term="Org.OData.Core.V1.Description" String="IP range base class for representing IPV4, IPV6 address ranges" /></Annotations><Annotations Target="microsoft.graph.driveItem/content"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-01" /><PropertyValue Property="Description" String="The content property is deprecated. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-08-01" /><PropertyValue Property="Version" String="2024-02/Removal" /></Record></Collection></Annotation></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.thumbnailSet"><Annotation Term="Org.OData.Core.V1.Description" String="The ThumbnailSet resource is a keyed collection of thumbnail resources." /></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.workplaceSensor/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the sensor." /></Annotations><Annotations Target="microsoft.graph.workplaceSensor/placeId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the place served by the sensor. Only needs to be provided if the sensor serves a different place than the device's location." /></Annotations><Annotations Target="microsoft.graph.workplaceSensor/sensorId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId." /></Annotations><Annotations Target="microsoft.graph.workplaceSensor/sensorType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the sensor. Possible values are occupancy, peopleCount." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/boolValue"><Annotation Term="Org.OData.Core.V1.Description" String="The value of the sensor." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/eventValue"><Annotation Term="Org.OData.Core.V1.Description" String="The extra values associate with badge signal." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/intValue"><Annotation Term="Org.OData.Core.V1.Description" String="The value of the sensor." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/locationHint"><Annotation Term="Org.OData.Core.V1.Description" String="The additional information to indicate the location of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/sensorId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/sensorType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the sensor. Possible values are occupancy, peopleCount." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/timestamp"><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp at which the sensor value was observed." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorEventValue/eventType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the event." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorEventValue/user"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of an user. It could be email or aad id." /></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.workplaceSensorDevice/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device set by the user." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/ipV4Address"><Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 Address of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/ipV6Address"><Annotation Term="Org.OData.Core.V1.Description" String="The IPv6 Address of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/macAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The MAC address of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer of the device." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/placeId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the place where the device is located." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/sensors"><Annotation Term="Org.OData.Core.V1.Description" String="A list of sensors associated with the device. Sensors can measure physical quantities such as temperature, humidity, occupancy,         etc." /></Annotations><Annotations Target="microsoft.graph.workplaceSensorDevice/tags"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom tags associated with the device." /></Annotations><Annotations Target="microsoft.graph.exportItemResponse"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailboxItemImportSession"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></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="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.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></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.mailbox"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.exchangeSettings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></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.mailboxFolder"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailbox/folders"><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.mailboxFolder/childFolders"><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.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.mailboxItem"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailboxFolder/items"><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.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.mailFolderOperation"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-29" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2024-04/PrivatePreview:updateAllMessagesReadStateAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolder/operations"><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><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-29" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2024-04/PrivatePreview:updateAllMessagesReadStateAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolder/userConfigurations"><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.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.message/mentions"><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.note/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.note/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.outlookTask/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.outlookTaskFolder/tasks"><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.outlookTaskGroup/taskFolders"><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.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.outlookUser/taskFolders"><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.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-20" /><PropertyValue Property="Description" String="The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-02-20" /><PropertyValue Property="Version" String="2020-08/Outlook_Tasks" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.outlookUser/taskGroups"><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.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-20" /><PropertyValue Property="Description" String="The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-02-20" /><PropertyValue Property="Version" String="2020-08/Outlook_Tasks" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.outlookUser/tasks"><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.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-20" /><PropertyValue Property="Description" String="The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-02-20" /><PropertyValue Property="Version" String="2020-08/Outlook_Tasks" /></Record></Collection></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.post/mentions"><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.referenceAttachment/previewUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.referenceAttachment/sourceUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.referenceAttachment/thumbnailUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.updateAllMessagesReadStateOperation"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-29" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2024-04/PrivatePreview:updateAllMessagesReadStateAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.userSettings/exchange"><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><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></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.integerRange/maximum"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The maximum property is deprecated and will stop returning data on July 31, 2023. Please use the end property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.integerRange/minimum"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The minimum property is deprecated and will stop returning data on July 31, 2023. Please use the start property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></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.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.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.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.meetingRegistrationBase"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-01" /><PropertyValue Property="Description" String="The meetingRegistrationBase Entity is deprecated and will stop returning data on Dec 12th, 2024. Please use the new webinar APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-12" /><PropertyValue Property="Version" String="2024-04/meetingRegistrationDeprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.matrixChoiceGroupQuizInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-12-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-25" /><PropertyValue Property="Version" String="2024-12/PrivatePreview:Response" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.npsQuizInfo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-12-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-25" /><PropertyValue Property="Version" String="2024-12/PrivatePreview:Response" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.aiAgent"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-20" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-01-01" /><PropertyValue Property="Version" String="2025-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.aiAgentDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-20" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-01-01" /><PropertyValue Property="Version" String="2025-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.alertFrequencyPoint"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-09" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-11-01" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.alertSeveritySummary"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-09" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-11-01" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.tlsDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-10-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-01" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.networkAccessRoot"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /><PropertyValue Property="NonExpandableProperties"><Collection><NavigationPropertyPath>servicePrincipal</NavigationPropertyPath></Collection></PropertyValue></Record></Annotation></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.onPremisesApplicationSegment"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-01" /><PropertyValue Property="Description" String="The onPremisesApplicationSegment type is deprecated and will being used on June 01, 2023. Please use the new applicationSegment type." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-06-01" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.connector"><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.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.privateAccessSensor"><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.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.synchronizationSecretKeyStringValuePair"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="Use connectivityParameterEntry instead. This type will be removed." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.synchronization/secrets"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="Use connectivityParameters for oauth flows and scim endpoint connectivity. Use SynchronizationJobSettings for job-specific settings This property will be removed." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></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.teamsAdministration.policyIdentifierDetail"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-12-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-01" /><PropertyValue Property="Version" String="2024-12/PrivatePreview:TeamsAdminPolicyAssignmentAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accessReviewHistoryDefinition/downloadUri"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-07-01" /><PropertyValue Property="Description" String="This property is being deprecated. Use the downloadUri value in the individual report instance instead" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-01-01" /><PropertyValue Property="Version" String="2021-07/AccessReviewReportBreakingChanges" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accessReviewHistoryDefinition/fulfilledDateTime"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-07-30" /><PropertyValue Property="Description" String="This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-01-30" /><PropertyValue Property="Version" String="2021-07/AccessReviewReportBreakingChanges" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accessPackageAssignmentPolicy"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.accessPackageAssignmentRequest"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.controlConfiguration"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-27" /><PropertyValue Property="Description" String="Controls configurations preview." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-27" /><PropertyValue Property="Version" String="PrivatePreview:ControlConfigurations" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.entitlementManagement/controlConfigurations"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-01" /><PropertyValue Property="Description" String="Controls preview." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-08-01" /><PropertyValue Property="Version" String="PrivatePreview:ControlConfigurations" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.permissionsManagement/scheduledPermissionsRequests"><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="true" /></Record></Annotation></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.conditionalAccessGlobalSecureAccess"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-06" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on June 1, 2025. Use new Global Secure Access applications instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-06-01" /><PropertyValue Property="Version" String="2025-02/globalSecureAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.conditionalAccessApplications/globalSecureAccess"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-06" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on June 1, 2025. Use new Global Secure Access applications instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-06-01" /><PropertyValue Property="Version" String="2025-02/globalSecureAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.conditionalAccessNetworkAccess"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-06" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on June 1, 2025. Use new Global Secure Access applications instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-06-01" /><PropertyValue Property="Version" String="2025-02/globalSecureAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.conditionalAccessApplications/networkAccess"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-06" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on June 1, 2025. Use new Global Secure Access applications instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-06-01" /><PropertyValue Property="Version" String="2025-02/globalSecureAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.agentRiskDetection"><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.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.riskyAgent"><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.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></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.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.riskyServicePrincipal/accountEnabled"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-02-23" /><PropertyValue Property="Description" String="The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-12" /><PropertyValue Property="Version" String="2023-02/accountEnabledDeprecated" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.riskyServicePrincipalHistoryItem"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" 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.customExtensionHandlerInstance"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.customExtensionHandler"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.customAccessPackageWorkflowExtension"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-03-01" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRoot"><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.externalConnectors.external/authorizationSystems"><Annotation Term="Org.OData.Core.V1.AutoExpand" Path="dataCollectionInfo" /></Annotations><Annotations Target="microsoft.graph.industryData.additionalUserOptions/markAllStudentsAsMinors"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-05-07" /><PropertyValue Property="Description" String="The markAllStudentsAsMinors property is now deprecated. We will stop handling this property on October 15, 2025. Please transition to the new studentAgeGroup Property for managing age group settings for students." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-10-15" /><PropertyValue Property="Version" String="2025-05/Deprecated:markAllStudentsAsMinors" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/errors"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/groups"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/matchedPeopleByRole"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/memberships"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/organizations"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/people"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/unmatchedPeopleByRole"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.aggregatedInboundStatistics/warnings"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.credential/isValid"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.credential/lastValidDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.fileUploadSession/containerExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.fileUploadSession/containerId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.fileUploadSession/sessionExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.fileUploadSession/sessionUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/errors"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/groups"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/matchedPeopleByRole"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/memberships"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/organizations"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/people"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/unmatchedPeopleByRole"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.inboundActivityResults/warnings"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataActivityStatistics/activityId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataActivityStatistics/displayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataActivityStatistics/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunEntityCountMetric/active"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunEntityCountMetric/inactive"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunEntityCountMetric/total"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunRoleCountMetric/count"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunRoleCountMetric/role"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunStatistics/activityStatistics"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunStatistics/inboundTotals"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunStatistics/runId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunStatistics/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.oAuth2ClientCredential/tokenUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.oAuthClientCredential/clientSecret"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Write</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.industryData.referenceValue/value"><Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.userConfiguration/roleGroup"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.userMatchingSetting/priorityOrder"><Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.userMatchingSetting/roleGroup"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.provisioningFlow"><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.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" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.industryData.apiDataConnector/baseUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.azureDataLakeConnector/fileFormat"><Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.validateOperation"><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.industryData.fileValidateOperation"><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.industryData.fileValidateOperation/validatedFiles"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunActivity"><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.industryData.industryDataActivity/readinessStatus"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataConnector/sourceSystem"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.outboundProvisioningFlowSet"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" 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" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRun"><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.industryData.industryDataRun/blockingError"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRun/displayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRun/endDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRun/startDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRun/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunActivity/blockingError"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunActivity/displayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.industryDataRunActivity/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.outboundProvisioningFlowSet/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.outboundProvisioningFlowSet/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.provisioningFlow/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.provisioningFlow/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.provisioningFlow/readinessStatus"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/code"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/displayName"><Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/referenceType"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.referenceDefinition/source"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.validateOperation/errors"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.validateOperation/warnings"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.informationProtectionLabel"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.androidEnrollmentCompanyCode"><Annotation Term="Org.OData.Core.V1.Description" String="A class to hold specialty enrollment data used for enrolling via Google's Android Management API, such as Token, Url, and QR code content" /></Annotations><Annotations Target="microsoft.graph.androidEnrollmentCompanyCode/enrollmentToken"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Token used by the User to enroll their device." /></Annotations><Annotations Target="microsoft.graph.androidEnrollmentCompanyCode/qrCodeContent"><Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." /></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.androidEnrollmentCompanyCode/qrCodeImage"><Annotation Term="Org.OData.Core.V1.Description" String="Generated QR code for the token." /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem"><Annotation Term="Org.OData.Core.V1.Description" String="Single configuration item inside an Android for Work application's custom configuration schema." /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/dataType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of value this item describes" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultBoolValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for boolean type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultIntValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for integer type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultStringArrayValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for string array type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultStringValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for string type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of what the item controls within the application" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable name" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/schemaItemKey"><Annotation Term="Org.OData.Core.V1.Description" String="Unique key the application uses to identify the item" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/selections"><Annotation Term="Org.OData.Core.V1.Description" String="List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only)" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem"><Annotation Term="Org.OData.Core.V1.Description" String="Single configuration item inside an Android application's custom configuration schema." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/dataType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of value this item describes" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultBoolValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for boolean type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultIntValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for integer type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultStringArrayValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for string array type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultStringValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for string type items, if specified by the app developer" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of what the item controls within the application" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable name" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/index"><Annotation Term="Org.OData.Core.V1.Description" String="Unique index the application uses to maintain nested schema items" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/parentIndex"><Annotation Term="Org.OData.Core.V1.Description" String="Index of parent schema item to track nested schema items" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/schemaItemKey"><Annotation Term="Org.OData.Core.V1.Description" String="Unique key the application uses to identify the item" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/selections"><Annotation Term="Org.OData.Core.V1.Description" String="List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only)" /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTarget"><Annotation Term="Org.OData.Core.V1.Description" String="The EnrollmentTimeDeviceMembershipTarget entity represents the targets that devices will become members of when enrolled with the associated profile. The only device membership targets supported at this time is static security groups." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTarget/targetId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifiers of the targets that devices will become members of when enrolled with the asociated profile." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTarget/targetType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the targets that devices will become members of when enrolled with the asociated profile. Possible values are staticSecurityGroup. Default value : unknown" /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetResult"><Annotation Term="Org.OData.Core.V1.Description" String="The EnrollmentTimeDeviceMembershipTargetResult entity represents the results of the set/get EnrollmentTimeDeviceMembershipTarget request. The set/get EnrollmentTimeDeviceMembershipTarget API validates the device membership targets specified by the admin to ensure that they exist, that they are of the proper type, and any other target requirements are met such as that the Intune Device Provisioning First Party App is an owner of the target. Failures other than validation will result in 500 else validationSucceeded will be true or false if any of the validation fails for EnrollmentTimeDeviceMembershipTarget." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the Validation status of the device membership targets. The set/get EnrollmentTimeDeviceMembershipTarget API validates the device membership targets specified by the admin to ensure that they exist, that they are of the proper type, and any other target requirements are met such as that the Intune Device Provisioning First Party App is an owner of the target." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetResult/enrollmentTimeDeviceMembershipTargetValidationStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="A list of validation status of the memberships targetted to profile. This collection can contain a maximum of 1 elements." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetResult/validationSucceeded"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if validations succeeded for the device membership target. When 'true', the device membership target validation found no issues. When 'false', the device membership target validation found issues. default - false" /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetStatus/targetId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifiers of the targets that devices will become members of when enrolled with the asociated profile." /></Annotations><Annotations Target="microsoft.graph.enrollmentTimeDeviceMembershipTargetStatus/targetValidationErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The Validation Error of target that devices will become members of when enrolled with the asociated profile. When there are validation issues are found this property is set with the associated error code of the failure and validationSucceeded property is set to is false. When there are no validation issues found this property will have default value: unknown and validationSucceeded property is set to is true. Possible validation values are unknown,securityGroupNotFound,notSecurityGroup,notStaticSecurityGroup,firstPartyAppNotAnOwner. Default value : unknown" /></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.androidDeviceOwnerEnrollmentProfile/accountId"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant GUID the enrollment profile belongs to." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/configureWifi"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was created." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description for the enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/deviceNameTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device name template used for the enrolled Android devices. The maximum length allowed for this property is 63 characters. The template expression contains normal text and tokens, including the serial number of the device, user name, device type, upn prefix, or a randomly generated number. Supported Tokens for device name templates are: (for device naming template expression): {{SERIAL}}, {{SERIALLAST4DIGITS}}, {{ENROLLMENTDATETIME}}, {{USERNAME}}, {{DEVICETYPE}}, {{UPNPREFIX}}, {{rand:x}}. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/enrolledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of Android devices that have enrolled using this enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/enrollmentMode"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment mode of devices that use this enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/enrollmentTokenType"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment token type for an enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/enrollmentTokenUsageCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of AOSP devices that have enrolled using the current token. Valid values 0 to 20000" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/isTeamsDeviceProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean indicating if this profile is an Android AOSP for Teams device profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was last modified." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/qrCodeContent"><Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/qrCodeImage"><Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenCreationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token was created." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token will expire." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the most recently created token for this enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/wifiHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if hidden wifi networks are enabled" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/wifiPassword"><Annotation Term="Org.OData.Core.V1.Description" String="String that contains the wi-fi login password" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/wifiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="String that contains the wi-fi security type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/wifiSsid"><Annotation Term="Org.OData.Core.V1.Description" String="String that contains the wi-fi login ssid" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema/exampleJson"><Annotation Term="Org.OData.Core.V1.Description" String="UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app" /></Annotations><Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema/schemaItems"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema" /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/accountId"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant GUID the enrollment profile belongs to." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was created." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description for the enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/enrolledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of Android devices that have enrolled using this enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was last modified." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/qrCodeContent"><Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/qrCodeImage"><Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/tokenExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token will expire." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/tokenValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the most recently created token for this enrollment profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/bindStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/deviceOwnerManagementEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this account is flighting for Android Device Owner Management with CloudDPC." /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/enrollmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which users can enroll devices in Android for Work device management" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/lastAppSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last completion time for app sync" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/lastAppSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Last application sync result" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modification time for Android for Work settings" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/ownerOrganizationName"><Annotation Term="Org.OData.Core.V1.Description" String="Organization name used when onboarding Android for Work" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/ownerUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Owner UPN that created the enterprise" /></Annotations><Annotations Target="microsoft.graph.androidForWorkSettings/targetGroupIds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies which AAD groups can enroll devices in Android for Work device management if enrollmentTarget is set to 'Targeted'" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/androidDeviceOwnerFullyManagedEnrollmentEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Company codes for AndroidManagedStoreAccountEnterpriseSettings" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/bindStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/companyCodes"><Annotation Term="Org.OData.Core.V1.Description" String="Company codes for AndroidManagedStoreAccountEnterpriseSettings" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/deviceOwnerManagementEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this account is flighting for Android Device Owner Management with CloudDPC." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/enrollmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which users can enroll devices in Android Enterprise device management" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastAppSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last completion time for app sync" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastAppSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Last application sync result" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modification time for Android enterprise settings" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/managedGooglePlayEnterpriseType"><Annotation Term="Org.OData.Core.V1.Description" String="The managed Google Play enterprise type associated with a tenant. Possible values are: unspecified, managedGoogleDomain, managedGooglePlayAccountsEnterprise. Default is: unspecified. Read-Only." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/managedGooglePlayInitialScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Initial scope tags for MGP apps" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/ownerOrganizationName"><Annotation Term="Org.OData.Core.V1.Description" String="Organization name used when onboarding Android Enterprise" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/ownerUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Owner UPN that created the enterprise" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/targetGroupIds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies which AAD groups can enroll devices in Android for Work device management if enrollmentTarget is set to 'Targeted'" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/exampleJson"><Annotation Term="Org.OData.Core.V1.Description" String="UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app" /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/nestedSchemaItems"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/schemaItems"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration." /></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.deviceAndAppManagementAssignmentTarget/deviceAndAppManagementAssignmentFilterId"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the filter for the target assignment." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentTarget/deviceAndAppManagementAssignmentFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of filter of the target assignment i.e. Exclude or Include." /></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.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.samsungEFotaFirmwareVersion/androidProcessorVersionName"><Annotation Term="Org.OData.Core.V1.Description" String="The Android Processor version name. This property is populated by Samsung. Eg. 'G960U1UES9FVD1'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/consumerSoftwareCustomizationCode"><Annotation Term="Org.OData.Core.V1.Description" String="The Consumer Software Customization which is a specific code associated with the region or carrier customization of a Samsung device. This property is populated by Samsung. Eg. 'OYM'. Read-only. Returned by default." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/description"><Annotation Term="Org.OData.Core.V1.Description" String="The firmware description. This property is populated by Samsung. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/deviceModelName"><Annotation Term="Org.OData.Core.V1.Description" String="Samsung device model. This property is populated by Samsung. Eg. 'SM-960F'. Read-only. Returned by default." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/firmwareVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The firmware version. This property is populated by Samsung Eg. 'T575XXU4EAAA/T575OXM4EAAA/T575XXU4EAAA'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/id"><Annotation Term="Org.OData.Core.V1.Description" String="Firmware ID from Samsung. This property is populated by Samsung. Eg. 'FW2022033111797487'. Read-only. Returned by default." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/osVersionName"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version name. This property is populated by Samsung. Eg. 'Pie(Android 9)'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Firmware release date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. This property is populated by Samsung. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/requestFirmwareTypeName"><Annotation Term="Org.OData.Core.V1.Description" String="The firmware request type. This property is populated by Samsung Eg. 'NORMAL'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/salesCode"><Annotation Term="Org.OData.Core.V1.Description" String="Sales code of a Samsung device that corresponds to its georgraphic area or carrier network. This property is populated by Samsung. Eg. 'TMB'. Read-only. Returned by default." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersion/securityPatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The firmware security patch. This property is populated by Samsung Eg. '2023-09-07 07:50:57'. Default value: null. Read-only." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersionTarget"><Annotation Term="Org.OData.Core.V1.Description" String="The targeted firmware version for an E-FOTA deployment. Used while creating E-FOTA deployments." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersionTarget/firmwareVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the firmware version for a specific device model, sales code, and CSC. See `graph.samsungEFotaFirmwareVersion` entity for details. Returned by default." /></Annotations><Annotations Target="microsoft.graph.samsungEFotaFirmwareVersionTarget/id"><Annotation Term="Org.OData.Core.V1.Description" String="A unique identifier assigned to each Samsung Knox E-FOTA firmware version target entity. Returned by default." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Zebra FOTA deployment complex type that describes the settings required to create a FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/batteryRuleMinimumBatteryLevelPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum battery level (%) required for both download and installation. Default: -1 (System defaults). Maximum is 100." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/batteryRuleRequireCharger"><Annotation Term="Org.OData.Core.V1.Description" String="Flag indicating if charger is required. When set to false, the client can install updates whether the device is in or out of the charger. Applied only for installation. Defaults to false." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="Deploy update for devices with this model only." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/downloadRuleNetworkType"><Annotation Term="Org.OData.Core.V1.Description" String="Download network type as described in 'zebraFotaNetworkType'. Default: any" /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/downloadRuleStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date and time in the device time zone when the download will start (e.g., `2018-07-25T10:20:32`). The default value is UTC now and the maximum is 10 days from deployment creation." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/firmwareTargetArtifactDescription"><Annotation Term="Org.OData.Core.V1.Description" String="A description provided by Zebra for the the firmware artifact to update the device to (e.g.: `LifeGuard Update 120 (released 29-June-2022)`." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/firmwareTargetBoardSupportPackageVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment's Board Support Package (BSP. E.g.: '01.18.02.00'). Required only for custom update type." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/firmwareTargetOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Target OS Version (e.g.: '8.1.0'). Required only for custom update type." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/firmwareTargetPatch"><Annotation Term="Org.OData.Core.V1.Description" String="Target patch name (e.g.: 'U06'). Required only for custom update type." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/installRuleStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date and time in device time zone when the install will start. Default - download startDate if configured, otherwise defaults to NOW. Ignored when deployment update type was set to auto." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/installRuleWindowEndTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time of day after which the install cannot start. Possible range is 00:30:00 to 23:59:59. Should be greater than 'installRuleWindowStartTime' by 30 mins. The time is expressed in a 24-hour format, as hh:mm, and is in the device time zone. Default - 23:59:59. Respected for all values of update type, including AUTO." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/installRuleWindowStartTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time of day (00:00:00 - 23:30:00) when installation should begin. The time is expressed in a 24-hour format, as hh:mm, and is in the device time zone. Default - 00:00:00. Respected for all values of update type, including AUTO." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/scheduleDurationInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum 28 days. Default is 28 days. Sequence of dates are: 1) Download start date. 2) Install start date. 3) Schedule end date. If any of the values are not provided, the date provided in the preceding step of the sequence is used. If no values are provided, the string value of the current UTC is used." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/scheduleMode"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment installation schedule mode. Default is installNow. All scheduled deployments date and time are in the device’s timezone. For Install Now, the date and time are in UTC (same date and time anywhere in the world)." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/timeZoneOffsetInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="This attribute indicates the deployment time offset (e.g.`180` represents an offset of `+03:00`, and `-270` represents an offset of `-04:30`). The time offset is the time timezone where the devices are located. The deployment start and end data uses this timezone" /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentSettings/updateType"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment's update type. Possible values are custom, latest, and auto. When custom mode is set, the request must provide artifact values. When latest type is set, the latest released update becomes the target OS. If latest is specified, the firmware target values are not required. Note: latest may update the device to a new Android version. When the value is set to auto, the device always looks for the latest package available and tries to update whenever a new package is available. This continues until the admin cancels the auto update. While other modes return an ID starting with FOTA-x, auto mode returns an ID starting with AUTO-x." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the status for a single FOTA deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/cancelRequested"><Annotation Term="Org.OData.Core.V1.Description" String="A boolean that indicates if a cancellation was requested on the deployment. NOTE: A cancellation request does not guarantee that the deployment was canceled." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/completeOrCanceledDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when this deployment was completed or canceled. The actual date time is determined by the value of state. If the state is canceled, this property holds the cancellation date/time. If the the state is completed, this property holds the completion date/time. If the deployment is not completed before the deployment end date, then completed date/time and end date/time are the same. This is always in the deployment timezone. Note: An installation that is in progress can continue past the deployment end date." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="An error code indicating the failure reason, when the deployment state is `createFailed`. Possible values: See zebraFotaErrorCode enum." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String=" Date and time when the deployment status was updated from Zebra" /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/state"><Annotation Term="Org.OData.Core.V1.Description" String="See zebraFotaDeploymentState enum for possible values." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalAwaitingInstall"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices where installation was successful." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalCanceled"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices where installation was canceled." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalCreated"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices that have a job in the CREATED state. Typically indicates jobs that did not reach the devices. " /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalDevices"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices in the deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalDownloading"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices where installation was successful." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalFailedDownload"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices that have failed to download the new OS file." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalFailedInstall"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices that have failed to install the new OS file." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalScheduled"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices that received the json and are scheduled. " /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalSucceededInstall"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices where installation was successful." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeploymentStatus/totalUnknown"><Annotation Term="Org.OData.Core.V1.Description" String="An integer that indicates the total number of devices where no deployment status or end state has not received, even after the scheduled end date was reached." /></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.deviceManagementReports/cachedReportConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the configuration of a cached report." /></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.zebraFotaArtifact/boardSupportPackageVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the Board Support Package (BSP. E.g.: `01.18.02.00`)" /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact/description"><Annotation Term="Org.OData.Core.V1.Description" String="Artifact description. (e.g.: `LifeGuard Update 98 (released 24-September-2021)" /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="Applicable device model (e.g.: `TC8300`) " /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Artifact OS version (e.g.: `8.1.0`) " /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact/patchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Artifact patch version (e.g.: `U00`)" /></Annotations><Annotations Target="microsoft.graph.zebraFotaArtifact/releaseNotesUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Artifact release notes URL (e.g.: `https://www.zebra.com/&lt;filename.pdf&gt;`)" /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector/enrollmentAuthorizationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Complete account enrollment authorization URL. This corresponds to verification_uri_complete in the Zebra API documentations." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector/enrollmentToken"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant enrollment token from Zebra. The token is used to enroll Zebra devices in the FOTA Service via app config." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector/fotaAppsApproved"><Annotation Term="Org.OData.Core.V1.Description" String="Flag indicating if required Firmware Over-the-Air (FOTA) Apps have been approved." /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date and time when the account was last synched with Zebra" /></Annotations><Annotations Target="microsoft.graph.zebraFotaConnector/state"><Annotation Term="Org.OData.Core.V1.Description" String="The Zebra connector state." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment/deploymentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Represents settings required to create a deployment such as deployment type, artifact info, download and installation" /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment/deploymentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the deployment status from Zebra. The status is a high level status of the deployment as opposed being a detailed status per device." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment/description"><Annotation Term="Org.OData.Core.V1.Description" String="A human readable description of the deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="A human readable name of the deployment." /></Annotations><Annotations Target="microsoft.graph.zebraFotaDeployment/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance" /></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.androidManagedStoreAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an Android Managed Store mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppAssignmentSettings/androidManagedStoreAppTrackIds"><Annotation Term="Org.OData.Core.V1.Description" String="The track IDs to enable for this app assignment." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppAssignmentSettings/autoUpdateMode"><Annotation Term="Org.OData.Core.V1.Description" String="The prioritization of automatic updates for this app assignment." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppTrack"><Annotation Term="Org.OData.Core.V1.Description" String="Contains track information for Android Managed Store apps." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppTrack/trackAlias"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name for track. 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.androidManagedStoreAppTrack/trackId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Unique track 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.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/v12_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 12.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/v13_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 13.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/v14_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 14.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/v15_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 15.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.androidPermissionAction"><Annotation Term="Org.OData.Core.V1.Description" String="Mapping between an Android app permission and the action Android should take when that permission is requested." /></Annotations><Annotations Target="microsoft.graph.androidPermissionAction/action"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Android permission action." /></Annotations><Annotations Target="microsoft.graph.androidPermissionAction/permission"><Annotation Term="Org.OData.Core.V1.Description" String="Android permission string, defined in the official Android documentation.  Example 'android.permission.READ_CONTACTS'." /></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.excludedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for Excluded Office365 Apps." /></Annotations><Annotations Target="microsoft.graph.excludedApps/access"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Access should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/bing"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if Microsoft Search as default should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/excel"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Excel should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/groove"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneDrive for Business - Groove should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/infoPath"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office InfoPath should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/lync"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Skype for Business - Lync should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/oneDrive"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneDrive should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/oneNote"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneNote should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/outlook"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Outlook should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/powerPoint"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office PowerPoint should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Publisher should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/sharePointDesigner"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office SharePointDesigner should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/teams"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Teams should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/visio"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Visio should be excluded or not." /></Annotations><Annotations Target="microsoft.graph.excludedApps/word"><Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Word should be excluded or not." /></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.iosDdmLobAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS iOS Declarative Device Management (DDM) Line Of Business (LOB) mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.iosDdmLobAppAssignmentSettings/associatedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Domain names to associate with the app" /></Annotations><Annotations Target="microsoft.graph.iosDdmLobAppAssignmentSettings/associatedDomainsDirectDownloadAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false." /></Annotations><Annotations Target="microsoft.graph.iosDdmLobAppAssignmentSettings/preventManagedAppBackup"><Annotation Term="Org.OData.Core.V1.Description" String="When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false." /></Annotations><Annotations Target="microsoft.graph.iosDdmLobAppAssignmentSettings/tapToPayScreenLockEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When true, the device locks its screen after every transaction that requires a customer’s card PIN. When false, the user can choose the behavior. Default value is false." /></Annotations><Annotations Target="microsoft.graph.iosDdmLobAppAssignmentSettings/vpnConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the relay to associate with the app." /></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.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/preventManagedAppBackup"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be backed up to iCloud. When FALSE, indicates that the app may be backed up to iCloud. By default, this property is set to null which internally is treated as FALSE." /></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/v16_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 16.0 or later is required to install the app. If 'False', iOS Version 16.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/v17_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 17.0 or later is required to install the app. If 'False', iOS Version 17.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/v18_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 18.0 or later is required to install the app. If 'False', iOS Version 18.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/v26_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 26.0 or later is required to install the app. If 'False', iOS Version 26.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/preventManagedAppBackup"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be backed up to iCloud. When FALSE, indicates that the app may be backed up to iCloud. By default, this property is set to null which internally is treated as FALSE." /></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/isRemovable"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app can be removed by the user." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/preventAutoAppUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be automatically updated with the latest version from Apple app store. When FALSE, indicates that the app may be auto updated. By default, this property is set to null which internally is treated as FALSE." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/preventManagedAppBackup"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be backed up to iCloud. When FALSE, indicates that the app may be backed up to iCloud. By default, this property is set to null which internally is treated as FALSE." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/uninstallOnDeviceRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to uninstall the app when device is removed from Intune." /></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.iosVppAppRevokeLicensesActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Defines results for actions on iOS Vpp Apps, contains inherited properties for ActionResult." /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionName"><Annotation Term="Org.OData.Core.V1.Description" String="Action name" /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionState"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action" /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/failedLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke failed." /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceId associated with the action." /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/totalLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke was attempted." /></Annotations><Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with the action." /></Annotations><Annotations Target="microsoft.graph.macOSAppScript"><Annotation Term="Org.OData.Core.V1.Description" String="Shell script used to assist installation of a macOS app. These scripts are used to perform additional tasks to help the app successfully be configured." /></Annotations><Annotations Target="microsoft.graph.macOSAppScript/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded shell script (.sh) that assists managing macOS apps." /></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.macOSMinimumOperatingSystem/v14_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 14.0 or later is required to install the app. If 'False', OS X 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.macOSMinimumOperatingSystem/v15_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 15.0 or later is required to install the app. If 'False', OS X 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.macOSMinimumOperatingSystem/v26_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 26.0 or later is required to install the app. If 'False', OS X Version 26.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.macOsVppAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an Mac VPP mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignmentSettings/preventAutoAppUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be automatically updated with the latest version from Apple app store. When FALSE, indicates that the app may be auto updated. By default, this property is set to null which internally is treated as FALSE." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignmentSettings/preventManagedAppBackup"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should not be backed up to iCloud. When FALSE, indicates that the app may be backed up to iCloud. By default, this property is set to null which internally is treated as FALSE." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignmentSettings/uninstallOnDeviceRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to uninstall the app when device is removed from Intune." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignmentSettings/useDeviceLicensing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Defines results for actions on MacOS Vpp Apps, contains inherited properties for ActionResult." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionName"><Annotation Term="Org.OData.Core.V1.Description" String="Action name" /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionState"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action" /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/failedLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke failed." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceId associated with the action." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/totalLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke was attempted." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with the action." /></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.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.mobileAppScriptReference"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type that contains an identifier which is a reference an associated mobileAppContentScript entity." /></Annotations><Annotations Target="microsoft.graph.mobileAppScriptReference/targetId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of an associated mobileAppContentScript entity." /></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/supportDeviceLicensing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device 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.vppLicensingType/supportUserLicensing"><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.win32CatalogAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an Win32 catalog 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.win32LobAppDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Base class to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Contains file or folder path to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this file or folder is for checking 32-bit app on 64-bit system" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/detectionType"><Annotation Term="Org.OData.Core.V1.Description" String="The file system detection type" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/detectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder detection value" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/fileOrFolderName"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder name to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator for file or folder detection" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/path"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder path to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Base class to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Contains file or folder path to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this file or folder is for checking 32-bit app on 64-bit system" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/detectionType"><Annotation Term="Org.OData.Core.V1.Description" String="The file system detection type" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/fileOrFolderName"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder name to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/path"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder path to detect Win32 Line of Business (LoB) app" /></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/maxRunTimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes the system will wait for install program to finish. Default value is 60 minutes." /></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.win32LobAppPowerShellScriptDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Contains PowerShell script properties to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether signature check is enforced" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this script should run as 32-bit" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded script content to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Contains PowerShell script properties to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/detectionType"><Annotation Term="Org.OData.Core.V1.Description" String="The detection type for script output" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The unique display name for this rule" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether signature check is enforced" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this script should run as 32-bit" /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the script runs in." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded script content to detect Win32 Line of Business (LoB) app" /></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.win32LobAppProductCodeDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Contains product code and version properties to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productCode"><Annotation Term="Org.OData.Core.V1.Description" String="The product code of Win32 Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The product version of Win32 Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productVersionOperator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator to detect product version." /></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.win32LobAppRegistryDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Contains registry properties to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this registry path is for checking 32-bit app on 64-bit system" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/detectionType"><Annotation Term="Org.OData.Core.V1.Description" String="The registry data detection type" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/detectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="The registry detection value" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/keyPath"><Annotation Term="Org.OData.Core.V1.Description" String="The registry key path to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator for registry data detection" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryDetection/valueName"><Annotation Term="Org.OData.Core.V1.Description" String="The registry value name" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Contains registry properties to detect a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this registry path is for checking 32-bit app on 64-bit system" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/detectionType"><Annotation Term="Org.OData.Core.V1.Description" String="The registry data detection type" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/keyPath"><Annotation Term="Org.OData.Core.V1.Description" String="The registry key path to detect Win32 Line of Business (LoB) app" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/valueName"><Annotation Term="Org.OData.Core.V1.Description" String="The registry value name" /></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.win32LobAppRequirement/detectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="The detection value" /></Annotations><Annotations Target="microsoft.graph.win32LobAppRequirement/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator for detection" /></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/v10_1607"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1607 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1703"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1703 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1709"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1709 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1803"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1803 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1809"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1809 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1903"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1903 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1909"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1909 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_2004"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 2004 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_21H1"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 21H1 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_2H20"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 2H20 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.windowsPackageInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the package information for a Windows line-of-business app. Used as property within windowsPhone81AppXBundle object, which is also being deprecated. This complex type will be deprecated in February 2023." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/applicableArchitecture"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The Display Name." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/identityName"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/identityPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/identityResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Version." /></Annotations><Annotations Target="microsoft.graph.windowsPackageInformation/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></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.winGetAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a WinGet app to a group." /></Annotations><Annotations Target="microsoft.graph.winGetAppInstallTimeSettings"><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.winGetAppAssignmentSettings/installTimeSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The install time settings to apply for this app assignment." /></Annotations><Annotations Target="microsoft.graph.winGetAppAssignmentSettings/notifications"><Annotation Term="Org.OData.Core.V1.Description" String="The notification status for this app assignment." /></Annotations><Annotations Target="microsoft.graph.winGetAppRestartSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties describing restart coordination following an app installation." /></Annotations><Annotations Target="microsoft.graph.winGetAppAssignmentSettings/restartSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The reboot settings to apply for this app assignment." /></Annotations><Annotations Target="microsoft.graph.winGetAppInstallExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the install experience settings associated with WinGet apps. This is used to ensure the desired install experiences on the target device are taken into account. Required at creation time." /></Annotations><Annotations Target="microsoft.graph.winGetAppInstallExperience/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the app setup runs in on target devices. Options include values of the RunAsAccountType enum, which are System and User. Required at creation time, cannot be modified on existing objects." /></Annotations><Annotations Target="microsoft.graph.winGetAppInstallTimeSettings/deadlineDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time at which the app should be installed." /></Annotations><Annotations Target="microsoft.graph.winGetAppInstallTimeSettings/useLocalTime"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the local device time or UTC time should be used when determining the deadline times." /></Annotations><Annotations Target="microsoft.graph.winGetAppRestartSettings/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.winGetAppRestartSettings/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.winGetAppRestartSettings/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.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.androidForWorkApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android for Work (AFW) Apps." /></Annotations><Annotations Target="microsoft.graph.androidForWorkApp/appIdentifier"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Identity 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.androidForWorkApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Play for Work Store app URL." /></Annotations><Annotations Target="microsoft.graph.androidForWorkApp/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.androidForWorkApp/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." /></Annotations><Annotations Target="microsoft.graph.androidForWorkApp/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." /></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.androidForWorkMobileAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for AFW mobile app configurations." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/connectedAppsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Setting to specify whether to allow ConnectedApps experience for this app." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/credentialProviderRoleState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is allowed to act as a credential provider. Applies to Android 14 and above. The default value is 'notConfigured'. Possible values are: 'notConfigured' and 'allowed'. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work app configuration package id." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/payloadJson"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work app configuration JSON payload." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/permissionActions"><Annotation Term="Org.OData.Core.V1.Description" String="List of Android app permissions and corresponding permission actions." /></Annotations><Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/profileApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise profile applicability (AndroidWorkProfile, DeviceOwner, or default (applies to both))." /></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/targetedPlatforms"><Annotation Term="Org.OData.Core.V1.Description" String="The platforms to which the application can be targeted. If not specified, will defauilt to Android Device Administrator." /></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.androidManagedStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android Managed Store Apps." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreApp/appIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Play for Work Store app URL. 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.androidManagedStoreApp/appTracks"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The tracks that are visible to this enterprise. 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.androidManagedStoreApp/isPrivate"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is only available to a given enterprise's users. 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.androidManagedStoreApp/isSystemApp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is a preinstalled system app." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreApp/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.androidManagedStoreApp/supportsOemConfig"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Whether this app supports OEMConfig policy. 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.androidManagedStoreApp/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses. 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.androidManagedStoreApp/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use. 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.androidManagedStoreAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for Android Enterprise mobile app configurations." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/appSupportsOemConfig"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not this AppConfig is an OEMConfig policy. 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.androidManagedStoreAppConfiguration/connectedAppsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Setting to specify whether to allow ConnectedApps experience for this app." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/credentialProviderRoleState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is allowed to act as a credential provider. Applies to Android 14 and above. The default value is 'notConfigured'. Possible values are: 'notConfigured' and 'allowed'. When set to 'notConfigured', the Android OS will determine whether the app is allowed to act as a credential provider or not." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration package id." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/payloadJson"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration JSON payload." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/permissionActions"><Annotation Term="Org.OData.Core.V1.Description" String="List of Android app permissions and corresponding permission actions." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/profileApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise profile applicability (AndroidWorkProfile, DeviceOwner, or default (applies to both))." /></Annotations><Annotations Target="microsoft.graph.androidManagedStoreWebApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for web apps configured to be distributed via the managed Android app store." /></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.managedEBookCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single Intune eBook category." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/managedEBookCategories"><Annotation Term="Org.OData.Core.V1.Description" String="The mobile eBook categories." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/enterpriseCodeSigningCertificates"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Enterprise Code Signing Certificate." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iOS LOB App Provisioning Configuration resource." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/iosLobAppProvisioningConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The IOS LOB App Provisioning Configurations." /></Annotations><Annotations Target="microsoft.graph.mobileAppCatalogPackage"><Annotation Term="Org.OData.Core.V1.Description" String="mobileAppCatalogPackage is an abstract type that application catalog package entities derive from. A mobileAppCatalogPackage entity contains information about an application catalog package that can be deployed to Intune-managed devices." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mobileAppCatalogPackages"><Annotation Term="Org.OData.Core.V1.Description" String="MobileAppCatalogPackage entities." /></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.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/symantecCodeSigningCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="The WinPhone Symantec Code Signing Certificate." /></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.policySet"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/policySets"><Annotation Term="Org.OData.Core.V1.Description" String="The PolicySet of Policies and Applications" /></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.deviceAppManagement/microsoftStoreForBusinessPortalSelection"><Annotation Term="Org.OData.Core.V1.Description" String="The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal. There are three options to pick from ['Company portal only', 'Company portal and private store', 'Private store only']" /></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.windowsManagementApp"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app entity." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/windowsManagementApp"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app." /></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.deviceAppManagement/windowsInformationProtectionDeviceRegistrations"><Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection device registrations that are not MDM enrolled." /></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.windowsInformationProtectionWipeAction"><Annotation Term="Org.OData.Core.V1.Description" String="Represents wipe requests issued by tenant admin for Bring-Your-Own-Device(BYOD) Windows devices." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/windowsInformationProtectionWipeActions"><Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection wipe actions." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection"><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 a Windows device" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/windowsManagedAppProtections"><Annotation Term="Org.OData.Core.V1.Description" String="Windows managed app policies." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask"><Annotation Term="Org.OData.Core.V1.Description" String="A device app management task." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/deviceAppManagementTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Device app management tasks." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/wdacSupplementalPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of Windows Defender Application Control Supplemental Policies." /></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/fullScreenEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to open the web clip as a full-screen web app. Defaults to false. If TRUE, opens the web clip as a full-screen web app. If FALSE, the web clip opens inside of another app, such as Safari or the app specified with targetApplicationBundleIdentifier." /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip/ignoreManifestScope"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not a full screen web clip can navigate to an external web site without showing the Safari UI. Defaults to false. If FALSE, the Safari UI appears when navigating away. If TRUE, the Safari UI will not be shown." /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip/preComposedIconEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the icon for the app is precomosed. Defaults to false. If TRUE, prevents SpringBoard from adding &quot;shine&quot; to the icon. If FALSE, SpringBoard can add &quot;shine&quot;." /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip/targetApplicationBundleIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application bundle identifier which opens the URL. Available in iOS 14 and later." /></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/appleDeviceAppDeliveryProtocolType"><Annotation Term="Org.OData.Core.V1.Description" String="The protocol used to deliver the app to the apple device(s). When the property is set to Declarative Device Management (DDM) protocol ('declarativeDeviceManagement') then it can no longer be modified or updated to 'mobileDeviceManagement' or 'default'. Default value is: 'default' which indicates Apple MDM protocol." /></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.iosLobAppProvisioningConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Optional profile expiration date and time. 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.iosLobAppProvisioningConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/payload"><Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/payloadFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileprovision | *.xml)." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this iOS LOB app provisioning configuration entity." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." /></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.iosLobAppProvisioningConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to." /></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.iosLobAppProvisioningConfiguration/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device installation states for this mobile app configuration." /></Annotations><Annotations Target="microsoft.graph.mobileAppProvisioningConfigGroupAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties used to assign an App provisioning configuration to a group." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments." /></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.iosLobAppProvisioningConfiguration/userStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The list of user installation states for this mobile app 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/revokeLicenseActionResults"><Annotation Term="Org.OData.Core.V1.Description" String="Results of revoke license actions on this app." /></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/vppTokenDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the VPP token associated with this app." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/vppTokenId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token associated with this app." /></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.iosVppAppAssignedLicense"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program license assignment. This class does not support Create, Delete, or Update." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/assignedLicenses"><Annotation Term="Org.OData.Core.V1.Description" String="The licenses assigned to this app." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program device license assignment. This class does not support Create, Delete, or Update." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The managed device ID." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userEmailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The user email address." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user ID." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The user name." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignedUserLicense"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program user license assignment. This class does not support Create, Delete, or Update." /></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.macOSPkgApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOSPkgApp." /></Annotations><Annotations Target="microsoft.graph.macOSPkgApp/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.macOSPkgApp/includedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The list of apps expected to be installed by the PKG. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSPkgApp/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.macOSPkgApp/postInstallScript"><Annotation Term="Org.OData.Core.V1.Description" String="ComplexType macOSAppScript the contains the post-install script for the app. This will execute on the macOS device after the app is installed." /></Annotations><Annotations Target="microsoft.graph.macOSPkgApp/preInstallScript"><Annotation Term="Org.OData.Core.V1.Description" String="ComplexType macOSAppScript the contains the post-install script for the app. This will execute on the macOS device after the app is installed." /></Annotations><Annotations Target="microsoft.graph.macOSPkgApp/primaryBundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The bundleId of the primary app in the PKG. This maps to the CFBundleIdentifier in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOSPkgApp/primaryBundleVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the primary app in the PKG. This maps to the CFBundleShortVersion in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The store URL." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/licensingType"><Annotation Term="Org.OData.Core.V1.Description" String="The supported License Type." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The VPP application release date and time." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/revokeLicenseActionResults"><Annotation Term="Org.OData.Core.V1.Description" String="Results of revoke license actions on this app." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/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.macOsVppApp/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.macOsVppApp/vppTokenDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the VPP token associated with this app." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/vppTokenId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token associated with this app." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/vppTokenOrganizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignedLicense"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS Volume Purchase Program license assignment. This class does not support Create, Delete, or Update." /></Annotations><Annotations Target="microsoft.graph.macOsVppApp/assignedLicenses"><Annotation Term="Org.OData.Core.V1.Description" String="The licenses assigned to this app." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userEmailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The user email address." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user ID." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The user name." /></Annotations><Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name." /></Annotations><Annotations Target="microsoft.graph.macOSWebClip"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for macOS web apps." /></Annotations><Annotations Target="microsoft.graph.macOSWebClip/appUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The web app URL starting with http:// or https://, such as https://learn.microsoft.com/en-us/mem/." /></Annotations><Annotations Target="microsoft.graph.macOSWebClip/fullScreenEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to open the web clip as a full-screen web app. Defaults to false. If TRUE, opens the web clip as a full-screen web app. If FALSE, the web clip opens inside of another app." /></Annotations><Annotations Target="microsoft.graph.macOSWebClip/preComposedIconEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the icon for the app is precomosed. Defaults to false. If TRUE, prevents SpringBoard from adding &quot;shine&quot; to the icon. If FALSE, SpringBoard can add &quot;shine&quot;." /></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/targetedPlatforms"><Annotation Term="Org.OData.Core.V1.Description" String="The platforms to which the application can be targeted. If not specified, will defauilt to Android Device Administrator." /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this App configuration entity." /></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.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.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/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" /></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/notApplicablePlatformCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" /></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/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The identity version." /></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/licensingType"><Annotation Term="Org.OData.Core.V1.Description" String="The supported 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.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.microsoftStoreForBusinessApp/containedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in a mobileApp acting as a package." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessContainedApp"><Annotation Term="Org.OData.Core.V1.Description" String="A class that represents a contained app of a MicrosoftStoreForBusinessApp." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessContainedApp/appUserModelId"><Annotation Term="Org.OData.Core.V1.Description" String="The app user model ID of the contained app of a MicrosoftStoreForBusinessApp." /></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/dependentAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of dependencies the child app has. 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/isAssigned"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The value indicating whether the app is assigned to at least one group. 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/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.mobileApp/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of scope tag ids for this mobile app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/supersededAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps this app is directly or indirectly superseded by. 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/supersedingAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps this app directly or indirectly supersedes. 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/uploadState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The upload state. Possible values are: 0 - `Not Ready`, 1 - `Ready`, 2 - `Processing`. 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.mobileApp/relationships"><Annotation Term="Org.OData.Core.V1.Description" String="The set of direct relationships 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/source"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The resource type which is the source for the assignment. 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/sourceId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment. 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/target"><Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." /></Annotations><Annotations Target="microsoft.graph.mobileAppCatalogPackage/productDescription"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The description of the product (example: &quot;Fabrikam for Business is a productivity app.&quot;). Returned by default. Read-only. Supports: $filter, $search, $select. 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.mobileAppCatalogPackage/productDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The name of the product (example: &quot;Fabrikam for Business&quot;). Returned by default. Read-only. Supports: $filter, $search, $select. 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.mobileAppCatalogPackage/productId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of a specific product irrespective of version, or other attributes. Read-only. Returned by default. Supports: $filter, $select. 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.mobileAppCatalogPackage/publisherDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application catalog package publisher (example: &quot;Fabrikam&quot;). Returned by default. Read-only. Supports $filter, $search, $select. 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.mobileAppCatalogPackage/versionDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The name of the product version (example: &quot;1.2203.156&quot;). Returned by default. Read-only. Supports: $filter, $search, $select. 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.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.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.mobileAppContentScript"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a script associated with amobileLobApp entity." /></Annotations><Annotations Target="microsoft.graph.mobileAppContent/scripts"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scripts 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/isFrameworkFile"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the file is a framework file. To be deprecated." /></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.mobileAppContentScript/content"><Annotation Term="Org.OData.Core.V1.Description" String="The content of the script. This is a Base64-encoded representation of the script's original content. The content has a maximum size limit of 100KB." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the script." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentScript/state"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of the script upload. Possible values are commitPending, commitSuccess, and commitFailed. 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.mobileAppDependency"><Annotation Term="Org.OData.Core.V1.Description" String="Describes a dependency type between two mobile apps." /></Annotations><Annotations Target="microsoft.graph.mobileAppDependency/dependencyType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of dependency relationship between the parent and child apps. Possible values are: detect, autoInstall. Read-Only" /></Annotations><Annotations Target="microsoft.graph.mobileAppDependency/dependentAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps that directly or indirectly depend on the parent app. 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.mobileAppDependency/dependsOnAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps the child app directly or indirectly depends on. 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.mobileAppInstallStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state of a mobile app for a device. This will be deprecated starting May, 2023 (Intune Release 2305)." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device ID" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/displayVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the application" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The error code for install or uninstall failures." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/installState"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/installStateDetail"><Annotation Term="Org.OData.Core.V1.Description" String="The install state detail of the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last sync date time" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/mobileAppInstallStatusValue"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/osDescription"><Annotation Term="Org.OData.Core.V1.Description" String="OS Description" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="OS Version" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="Device User Name" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallStatus/app"><Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mobile app." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation summary of a mobile app. This will be deprecated starting May, 2023 (Intune Release 2305)." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallSummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to install 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.mobileAppInstallSummary/failedUserCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that failed to install 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.mobileAppInstallSummary/installedDeviceCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully installed 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.mobileAppInstallSummary/installedUserCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices have all succeeded to install 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.mobileAppInstallSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that are not applicable 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.mobileAppInstallSummary/notApplicableUserCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices were all not applicable 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.mobileAppInstallSummary/notInstalledDeviceCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that does not have this app installed. 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.mobileAppInstallSummary/notInstalledUserCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more devices that did not install 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.mobileAppInstallSummary/pendingInstallDeviceCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have been notified to install 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.mobileAppInstallSummary/pendingInstallUserCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that have been notified to install this app and have 0 devices with failures. 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.mobileAppProvisioningConfigGroupAssignment/targetGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AAD group in which the app provisioning configuration is being targeted." /></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/targetPublisher"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the app that is the target of the mobile app relationship entity. For example: Fabrikam. 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/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.mobileAppRelationship/targetType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The type of relationship indicating whether the target application of a relationship is a parent or child in the relationship. Possible values are: parent, child. Read-Only. Returned by default. Supports: $select, $filter. Does not support $search, $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.mobileAppSupersedence"><Annotation Term="Org.OData.Core.V1.Description" String="Describes a supersedence relationship between two mobile apps." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedence/supersededAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps directly or indirectly superseded by the child app. 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.mobileAppSupersedence/supersedenceType"><Annotation Term="Org.OData.Core.V1.Description" String="The supersedence relationship type between the parent and child apps. Possible values are: update, replace. Read-Only" /></Annotations><Annotations Target="microsoft.graph.mobileAppSupersedence/supersedingAppCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total number of apps directly or indirectly superseding the parent app. 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.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.officeSuiteApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the Office365 Suite App." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/autoAcceptEula"><Annotation Term="Org.OData.Core.V1.Description" String="The value to accept the EULA automatically on the enduser's device." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/excludedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the apps which are excluded from the selected Office365 Product Id." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/installProgressDisplayLevel"><Annotation Term="Org.OData.Core.V1.Description" String="To specify the level of display for the Installation Progress Setup UI on the Device." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/localesToInstall"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the locales which are installed when the apps from Office365 is installed. It uses standard RFC 6033. Ref: https://technet.microsoft.com/en-us/library/cc179219(v=office.16).aspx" /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/officeConfigurationXml"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the XML configuration file that can be specified for Office ProPlus Apps. Takes precedence over all other properties. When present, the XML configuration file will be used to create the app." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/officePlatformArchitecture"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 app suite version." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/officeSuiteAppDefaultFileFormat"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 default file format type." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/productIds"><Annotation Term="Org.OData.Core.V1.Description" String="The Product Ids that represent the Office365 Suite SKU." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/shouldUninstallOlderVersionsOfOffice"><Annotation Term="Org.OData.Core.V1.Description" String="The property to determine whether to uninstall existing Office MSI if an Office365 app suite is deployed to the device or not." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/targetVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the specific target version for the Office365 app suite that should be remained deployed on the devices." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/updateChannel"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 Update Channel." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/updateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the update version in which the specific target version is available for the Office365 app suite." /></Annotations><Annotations Target="microsoft.graph.officeSuiteApp/useSharedComputerActivation"><Annotation Term="Org.OData.Core.V1.Description" String="The property to represent that whether the shared computer activation is used not for Office365 app suite." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/content"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Symantec Code-Signing Certificate in the raw data format." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Cert Expiration Date." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/issuer"><Annotation Term="Org.OData.Core.V1.Description" String="The Issuer value for the cert." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/issuerName"><Annotation Term="Org.OData.Core.V1.Description" String="The Issuer Name for the cert." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/password"><Annotation Term="Org.OData.Core.V1.Description" String="The Password required for .pfx file." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/status"><Annotation Term="Org.OData.Core.V1.Description" String="The Cert Status Provisioned or not Provisioned." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/subject"><Annotation Term="Org.OData.Core.V1.Description" String="The Subject value for the cert." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/subjectName"><Annotation Term="Org.OData.Core.V1.Description" String="The Subject Name for the cert." /></Annotations><Annotations Target="microsoft.graph.symantecCodeSigningCertificate/uploadDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Type of the CodeSigning Cert as Symantec Cert." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation status for a user. This will be deprecated starting May, 2023 (Intune Release 2305)." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Failed Device Count." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/installedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/notInstalledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Not installed device count." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="User name." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/app"><Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mobile app." /></Annotations><Annotations Target="microsoft.graph.userAppInstallStatus/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app on devices." /></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.win32CatalogApp"><Annotation Term="Org.OData.Core.V1.Description" String="A mobileApp that is based on a referenced application in a Win32CatalogApp repository" /></Annotations><Annotations Target="microsoft.graph.win32CatalogApp/mobileAppCatalogPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="The mobileAppCatalogPackageId property references the mobileAppCatalogPackage entity which contains information about an application catalog package that can be deployed to Intune-managed devices" /></Annotations><Annotations Target="microsoft.graph.win32CatalogApp/latestUpgradeCatalogPackage"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The latest available catalog package the app is upgradeable to. 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.win32CatalogApp/referencedCatalogPackage"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The current catalog package the app is synced from. 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.win32LobApp/activeInstallScript"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the unique identifier of the associated install script for this Win32 app to be used instead of the install command line by the managed device during app installation. When null, the install command line is used instead." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/activeUninstallScript"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the unique identifier of the associated uninstall script for this Win32 app to be used instead of the uninstall command line by the managed device during app uninstallation. When null, the uninstall command line is used instead." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/allowAvailableUninstall"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the uninstall is supported from the company portal for the Win32 app with an available assignment. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE." /></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/detectionRules"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detection rules to detect Win32 Line of Business (LoB) app. Possible values are `Win32LobAppPowerShellScriptDetection, Win32LobAppRegistryDetection, Win32LobAppFileSystemDetection, Win32LobAppProductCodeDetection`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/displayVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the version displayed in the UX for this app. Used to set the version of the app. Example: `1.0.3.215`." /></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/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum applicable operating system." /></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/requirementRules"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: `Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement`." /></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.win32LobAppScript"><Annotation Term="Org.OData.Core.V1.Description" String="A representation of a script that can be run on an end-user device managed by Intune in relation to a Win32 app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppInstallPowerShellScript"><Annotation Term="Org.OData.Core.V1.Description" String="A representation of a PowerShell script that is used to install a Win32 app on an end-user device managed by Intune." /></Annotations><Annotations Target="microsoft.graph.win32LobAppScript/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enforce a signature check when running the script. When TRUE, the script cannot be run without enforcing a signature check. When FALSE, no signature check will be enforced when running the script. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.win32LobAppScript/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the script will run as 32-bit or 64-bit. When TRUE, the script will run as 32-bit. When FALSE, the script will run as 64-bit. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.win32LobAppUninstallPowerShellScript"><Annotation Term="Org.OData.Core.V1.Description" String="A representation of a PowerShell script that is used to uninstall a Win32 app on an end-user device managed by Intune." /></Annotations><Annotations Target="microsoft.graph.win32MobileAppCatalogPackage"><Annotation Term="Org.OData.Core.V1.Description" String="win32MobileAppCatalogPackage extends mobileAppCatalogPackage by providing information necessary for the creation of a win32CatalogApp instance." /></Annotations><Annotations Target="microsoft.graph.win32MobileAppCatalogPackage/applicableArchitectures"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="One or more Windows architecture(s) for which this product branch is supported. Possible values are: x86, x64, and arm64. 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.win32MobileAppCatalogPackage/branchDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The product branch name, which is a specific subset of product functionality as defined by the publisher (example: &quot;Fabrikam for Business (x64)&quot;). A specific product will have one or more branchDisplayNames. Read-only. Supports $filter, $search, $select. 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.win32MobileAppCatalogPackage/branchId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of a specific branch irrespective of version, or other attributes. This id is associated with the branchDisplayName. 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.win32MobileAppCatalogPackage/locales"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="One or more locale(s) supported by the branch. Value is a two-letter ISO 639 language tags with optional two-letter subtags (example: en-US, ko, de, de-DE), or mul to indicate multi-language. 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.win32MobileAppCatalogPackage/packageAutoUpdateCapable"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the package is capable to auto-update to latest when software/application updates are available. When TRUE, it indicates it is an auto-updating application. When FALSE, it indicates that it is not an auto-updating application. 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.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.windowsAutoUpdateCatalogApp"><Annotation Term="Org.OData.Core.V1.Description" String="A mobileApp that is based on a referenced branch in a Win32CatalogApp repository" /></Annotations><Annotations Target="microsoft.graph.windowsAutoUpdateCatalogApp/mobileAppCatalogPackageBranchId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:'31a4c766-f23d-8d41-4803-35e155be7389'). Read-Only" /></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/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The identity version." /></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.windowsMobileMSI/useDeviceContext"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to install a dual-mode MSI in the device context. If true, app will be installed for all users. If false, app will be installed per-user. If null, service will use the MSI package's default install context. In case of dual-mode MSI, this default will be per-user.  Cannot be set for non-dual-mode apps.  Cannot be changed after initial creation of the application." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 AppX Line Of Business apps. Inherits from graph.mobileLobApp. Will be deprecated in February 2023." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/applicableArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/identityName"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/identityPublisherHash"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/identityResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The identity version." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/phoneProductIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Phone Product Identifier." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppX/phonePublisherId"><Annotation Term="Org.OData.Core.V1.Description" String="The Phone Publisher Id." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppXBundle"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 AppX Bundle Line Of Business apps. Inherits from graph.windowsPhone81AppX (which is also to be deprecated at the same time). Will be deprecated in February 2023." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81AppXBundle/appXPackageInformationList"><Annotation Term="Org.OData.Core.V1.Description" String="The list of AppX Package Information." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81StoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 Store apps. Inherits from graph.mobileApp. Will be deprecated in February 2023." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81StoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Phone 8.1 app store URL." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneXAP"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone XAP Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneXAP/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The identity version." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneXAP/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneXAP/productIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Product Identifier." /></Annotations><Annotations Target="microsoft.graph.windowsStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Store apps." /></Annotations><Annotations Target="microsoft.graph.windowsStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows app store URL." /></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.winGetApp"><Annotation Term="Org.OData.Core.V1.Description" String="A MobileApp that is based on a referenced application in a WinGet repository." /></Annotations><Annotations Target="microsoft.graph.winGetApp/installExperience"><Annotation Term="Org.OData.Core.V1.Description" String="The install experience settings associated with this application, which are used to ensure the desired install experiences on the target device are taken into account. This includes the account type (System or User) that actions should be run as on target devices. Required at creation time." /></Annotations><Annotations Target="microsoft.graph.winGetApp/manifestHash"><Annotation Term="Org.OData.Core.V1.Description" String="Hash of package metadata properties used to validate that the application matches the metadata in the source repository." /></Annotations><Annotations Target="microsoft.graph.winGetApp/packageIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The PackageIdentifier from the WinGet source repository REST API. This also maps to the Id when using the WinGet client command line application. Required at creation time, cannot be modified on existing objects." /></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/remoteTenantId"><Annotation Term="Org.OData.Core.V1.Description" String="Remote Tenant Id" /></Annotations><Annotations Target="microsoft.graph.auditActor/remoteUserId"><Annotation Term="Org.OData.Core.V1.Description" String="Remote User Id" /></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/type"><Annotation Term="Org.OData.Core.V1.Description" String="Actor Type." /></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.roleScopeTagInfo"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties of Role Scope Tag Object." /></Annotations><Annotations Target="microsoft.graph.auditActor/userRoleScopeTags"><Annotation Term="Org.OData.Core.V1.Description" String="List of user scope tags when the audit was performed." /></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.auditResource/type"><Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's type." /></Annotations><Annotations Target="microsoft.graph.roleScopeTagInfo/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Scope Tag Display name." /></Annotations><Annotations Target="microsoft.graph.roleScopeTagInfo/roleScopeTagId"><Annotation Term="Org.OData.Core.V1.Description" String="Scope Tag 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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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/categories"><Annotation Term="Org.OData.Core.V1.Description" String="The list of categories 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.managedEBookCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the eBook category." /></Annotations><Annotations Target="microsoft.graph.managedEBookCategory/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the ManagedEBookCategory was last modified." /></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.assignmentFilterEvaluateRequest"><Annotation Term="Org.OData.Core.V1.Description" String="Request for assignment filter evaluation for devices." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/orderBy"><Annotation Term="Org.OData.Core.V1.Description" String="Order the devices should be sorted in. Default is ascending on device name." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type of the devices on which the Assignment Filter will be applicable." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/rule"><Annotation Term="Org.OData.Core.V1.Description" String="Rule definition of the Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/search"><Annotation Term="Org.OData.Core.V1.Description" String="Search keyword applied to scope found devices." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/skip"><Annotation Term="Org.OData.Core.V1.Description" String="Number of records to skip. Default value is 0" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluateRequest/top"><Annotation Term="Org.OData.Core.V1.Description" String="Limit of records per request. Default value is 100, if provided less than 0 or greater than 100" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Represent result summary for assignment filter evaluation" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The admin defined name for assignment filter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the assignment filter object" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterLastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the assignment filter was last modified." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterPlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The platform for which this assignment filter is created." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate filter type either include or exclude." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterTypeAndEvaluationResult"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the filter type and evalaution result of the filter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/assignmentFilterTypeAndEvaluationResults"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of filter types and their corresponding evaluation results." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/evaluationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time assignment filter was evaluated." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterEvaluationSummary/evaluationResult"><Annotation Term="Org.OData.Core.V1.Description" String="Assignment filter evaluation result." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents result of GetState API." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicator to if AssignmentFilter is enabled or disabled." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Represent status details for device and payload and all associated applied filters." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails/deviceProperties"><Annotation Term="Org.OData.Core.V1.Description" String="Device properties used for filter evaluation during device check-in time." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails/evalutionSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Evaluation result summaries for each filter associated to device and payload" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the device object." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails/payloadId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for payload object." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterStatusDetails/userId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for UserId object. Can be null" /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the information about the property which is supported in crafting the rule of AssignmentFilter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/dataType"><Annotation Term="Org.OData.Core.V1.Description" String="The data type of the property." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/isCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the property is a collection type or not." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the property." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/propertyRegexConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Regex string to do validation on the property value." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/supportedOperators"><Annotation Term="Org.OData.Core.V1.Description" String="List of all supported operators on this property." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterSupportedProperty/supportedValues"><Annotation Term="Org.OData.Core.V1.Description" String="List of all supported values for this property, empty if everything is supported." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterTypeAndEvaluationResult/assignmentFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the filter type." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterTypeAndEvaluationResult/evaluationResult"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the evalaution result of the filter." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterValidationResult"><Annotation Term="Org.OData.Core.V1.Description" String="Represents result of Validation API." /></Annotations><Annotations Target="microsoft.graph.assignmentFilterValidationResult/isValidRule"><Annotation Term="Org.OData.Core.V1.Description" String="Indicator to valid or invalid rule." /></Annotations><Annotations Target="microsoft.graph.hasPayloadLinkResultItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the result of HasPayloadLinks action." /></Annotations><Annotations Target="microsoft.graph.hasPayloadLinkResultItem/error"><Annotation Term="Org.OData.Core.V1.Description" String="Exception information indicates if check for this item was successful or not.Empty string for no error." /></Annotations><Annotations Target="microsoft.graph.hasPayloadLinkResultItem/hasLink"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether a payload has any link or not." /></Annotations><Annotations Target="microsoft.graph.hasPayloadLinkResultItem/payloadId"><Annotation Term="Org.OData.Core.V1.Description" String="Key of the Payload, In the format of Guid." /></Annotations><Annotations Target="microsoft.graph.hasPayloadLinkResultItem/sources"><Annotation Term="Org.OData.Core.V1.Description" String="The reason where the link comes from." /></Annotations><Annotations Target="microsoft.graph.payloadByFilter"><Annotation Term="Org.OData.Core.V1.Description" String="This entity represents a single payload with requested assignment filter Id" /></Annotations><Annotations Target="microsoft.graph.payloadByFilter/assignmentFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="An enum to indicate whether the filter is applied. Possible values are include,exclude,none.'include' means devices that match the filter conditions receive the app or policy. Devices that don't match the filter conditions don't receive the app or policy. 'exclude' means devices that match the filter conditions don't receive the app or policy. Devices that don't match the filter conditions receive the app or policy.'none' means no filter is assigned" /></Annotations><Annotations Target="microsoft.graph.payloadByFilter/groupId"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure AD security group ID" /></Annotations><Annotations Target="microsoft.graph.payloadByFilter/payloadId"><Annotation Term="Org.OData.Core.V1.Description" String="The policy identifier" /></Annotations><Annotations Target="microsoft.graph.payloadByFilter/payloadType"><Annotation Term="Org.OData.Core.V1.Description" String="The policy type identifier. Possible values are unknown,settingsPolicy,application,microsoftApplicationManagementPolicy,androidForWorkApplication,enrollmentConfiguration,microsoftIntuneManagementExtension,groupPolicy,zeroTouchDeploymentDeviceConfigProfile,androidEnterprisePolicy,deviceFirmwareConfigurationInterfacePolicy,windowsUpdateProfile,resourceAccessPolicy,sidecarPolicy,deviceConfigurationPolicy,microsoftManagementPlatformCloud" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/allowedAndroidDeviceManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device manufacturers allowed, as a string, for the managed app to work." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/allowedAndroidDeviceModels"><Annotation Term="Org.OData.Core.V1.Description" String="List of device models allowed, as a string, for the managed app to work." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAccountIsClockedOut"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time)." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidDeviceManufacturerNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device manufacturer is not allowed." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidDeviceModelNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidSafetyNetAppsVerificationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android App Verification requirement fails." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidSafetyNetDeviceAttestationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirement fails." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfDeviceLockNotSet"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn, block or wipe, if the screen lock is required on android device but is not set." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanHigh"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of high complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanLow"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of low complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanMedium"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of medium complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfSamsungKnoxAttestationRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block &amp; wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/approvedKeyboards"><Annotation Term="Org.OData.Core.V1.Description" String="If Keyboard Restriction is enabled, only keyboards in this approved list will be allowed. A key should be Android package id for a keyboard and value should be a friendly name" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/biometricAuthenticationBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the biometric authentication is allowed in place of a pin if PinRequired is set to True." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/blockAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or app access will be blocked." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/connectToVpnOnLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should connect to the configured VPN on launch." /></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/customDialerAppDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of a custom dialer app to click-to-open a phone number on Android." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/customDialerAppPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="PackageId of a custom dialer app to click-to-open a phone number on Android." /></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/deviceLockRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if any kind of lock must be required on android device" /></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/exemptedAppPackages"><Annotation Term="Org.OData.Core.V1.Description" String="App packages in this list will be exempt from the policy and will be able to receive data from managed apps." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/fingerprintAndBiometricEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If null, this setting will be ignored. If false both fingerprints and biometrics will not be enabled. If true, both fingerprints and biometrics will be enabled." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/keyboardsRestricted"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if keyboard restriction is enabled. If enabled list of approved keyboards must be provided as well." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/messagingRedirectAppDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app name which is allowed to be used." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/messagingRedirectAppPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app package id which is allowed to be used." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/minimumRequiredCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or app access will be blocked" /></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/minimumWarningCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the user will receive a warning" /></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/minimumWipeCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the company data on the app will be wiped" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWipePatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level  less than or equal to the specified value will wipe the managed app and the associated company data." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/requireClass3Biometrics"><Annotation Term="Org.OData.Core.V1.Description" String="Require user to apply Class 3 Biometrics on their Android device." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/requiredAndroidSafetyNetAppsVerificationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Apps Verification requirement for a managed app to work." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/requiredAndroidSafetyNetDeviceAttestationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Device Attestation requirement for a managed app to work." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/requiredAndroidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet evaluation type requirement for a managed app to work." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/requirePinAfterBiometricChange"><Annotation Term="Org.OData.Core.V1.Description" String="A PIN prompt will override biometric prompts if class 3 biometrics are updated on the device." /></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.androidManagedAppProtection/warnAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or the user will receive the warning" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/wipeAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or the company data on the app will be wiped" /></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.assignmentFilterEvaluationStatusDetails/payloadId"><Annotation Term="Org.OData.Core.V1.Description" String="PayloadId on which filter has been applied." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/assignmentFilterManagementType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates filter is applied to either 'devices' or 'apps' management type. Possible values are devices, apps. Default filter will be applied to 'devices'" /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The creation time of the assignment filter. The value cannot be modified and is automatically populated during new assignment filter process. 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'." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/description"><Annotation Term="Org.OData.Core.V1.Description" String="Optional description of the Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the Assignment Filter. 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'" /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/payloads"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates associated assignments for a specific filter." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates filter is applied to which flatform. Possible values are android,androidForWork,iOS,macOS,windowsPhone81,windows81AndLater,windows10AndLater,androidWorkProfile, unknown, androidAOSP, androidMobileApplicationManagement, iOSMobileApplicationManagement, windowsMobileApplicationManagement. Default filter will be applied to 'unknown'." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/roleScopeTags"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates role scope tags assigned for the assignment filter." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentFilter/rule"><Annotation Term="Org.OData.Core.V1.Description" String="Rule definition of the assignment filter." /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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.policySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet Item." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device compliance policy PolicySetItem." /></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/deviceManagementApplicabilityRuleDeviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="The device mode applicability rule for this Policy." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/deviceManagementApplicabilityRuleOsEdition"><Annotation Term="Org.OData.Core.V1.Description" String="The OS edition applicability for this Policy." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/deviceManagementApplicabilityRuleOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version applicability rule for this Policy." /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/supportsScopeTags"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the underlying Device Configuration supports the assignment of scope tags. Assigning to the ScopeTags property is not allowed when this value is false and entities will not be visible to scoped users. This occurs for Legacy policies created in Silverlight and can be resolved by deleting and recreating the policy in the Azure Portal. 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.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.deviceConfigurationGroupAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration group assignment." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device configuration profile." /></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.deviceConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device configuration PolicySetItem." /></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/deviceEnrollmentConfigurationType"><Annotation Term="Org.OData.Core.V1.Description" String="Support for Enrollment Configuration Type" /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Optional role scope tags for the enrollment restrictions." /></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.deviceManagementConfigurationPolicyPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for DeviceManagementConfiguration PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceManagementScript/description"><Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether the script signature needs be checked." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="Script file name." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceManagementScript/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this PowerShellScript instance." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the PowerShell script should run as 32-bit" /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The script content." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptGroupAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Run summary for device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptUserState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for user run state of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScript/userRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all users." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device management script PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for enrollment restriction PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem/limit"><Annotation Term="Org.OData.Core.V1.Description" String="Limit of the EnrollmentRestrictionsConfigurationPolicySetItem." /></Annotations><Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem/priority"><Annotation Term="Org.OData.Core.V1.Description" String="Priority of the EnrollmentRestrictionsConfigurationPolicySetItem." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for iOS LOB app provisioning configuration PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/allowedIosDeviceModels"><Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device models allowed, as a string, for the managed app to work." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/allowWidgetContentSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates  if content sync for widgets is allowed for iOS on App Protection Policies" /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/appActionIfAccountIsClockedOut"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time)." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/appActionIfIosDeviceModelNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed." /></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/customDialerAppProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="Protocol of a custom dialer app to click-to-open a phone number on iOS, for example, skype:." /></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/disableProtectionOfManagedOutboundOpenInData"><Annotation Term="Org.OData.Core.V1.Description" String="Disable protection of data transferred to other apps through IOS OpenIn option. This setting is only allowed to be True when AllowedOutboundDataTransferDestinations is set to ManagedApps." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/exemptedAppProtocols"><Annotation Term="Org.OData.Core.V1.Description" String="Apps in this list will be exempt from the policy and will be able to receive data from managed apps." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/exemptedUniversalLinks"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom urls that are allowed to invocate an unmanaged app" /></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/filterOpenInToOnlyManagedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if open-in operation is supported from the managed app to the filesharing locations selected. This setting only applies when AllowedOutboundDataTransferDestinations is set to ManagedApps and DisableProtectionOfManagedOutboundOpenInData is set to False." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/genmojiConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting" /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/managedUniversalLinks"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom urls that are allowed to invocate a managed app" /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/messagingRedirectAppUrlScheme"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app url redirect schemes which are allowed to be used." /></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/minimumWarningSdkVersion"><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.iosManagedAppProtection/minimumWipeSdkVersion"><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/protectInboundDataFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Protect incoming data from unknown source. This setting is only allowed to be True when AllowedInboundDataTransferSources is set to AllApps." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/screenCaptureConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting" /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/thirdPartyKeyboardsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if third party keyboards are allowed while accessing a managed app" /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/writingToolsConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting" /></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.managedAppProtectionPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for managed app protection PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.managedAppProtectionPolicySetItem/targetedAppManagementLevels"><Annotation Term="Org.OData.Core.V1.Description" String="TargetedAppManagementLevels of the ManagedAppPolicySetItem." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for managed device mobile app configuration PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.mdmWindowsInformationProtectionPolicyPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for mdm windows information protection policy PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.mobileAppPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for mobile app PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.mobileAppPolicySetItem/intent"><Annotation Term="Org.OData.Core.V1.Description" String="Install intent of the MobileAppPolicySetItem." /></Annotations><Annotations Target="microsoft.graph.mobileAppPolicySetItem/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Settings of the MobileAppPolicySetItem." /></Annotations><Annotations Target="microsoft.graph.payloadCompatibleAssignmentFilter"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Payload Compatible Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.payloadCompatibleAssignmentFilter/payloadType"><Annotation Term="Org.OData.Core.V1.Description" String="PayloadType of the Assignment Filter." /></Annotations><Annotations Target="microsoft.graph.policySet/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Creation time of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySet/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySet/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="DisplayName of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySet/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code if any occured." /></Annotations><Annotations Target="microsoft.graph.policySet/guidedDeploymentTags"><Annotation Term="Org.OData.Core.V1.Description" String="Tags of the guided deployment" /></Annotations><Annotations Target="microsoft.graph.policySet/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySet/roleScopeTags"><Annotation Term="Org.OData.Core.V1.Description" String="RoleScopeTags of the PolicySet" /></Annotations><Annotations Target="microsoft.graph.policySet/status"><Annotation Term="Org.OData.Core.V1.Description" String="Validation/assignment status of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySetAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet Assignment." /></Annotations><Annotations Target="microsoft.graph.policySet/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Assignments of the PolicySet." /></Annotations><Annotations Target="microsoft.graph.policySet/items"><Annotation Term="Org.OData.Core.V1.Description" String="Items of the PolicySet with maximum count 100." /></Annotations><Annotations Target="microsoft.graph.policySetAssignment/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySetAssignment." /></Annotations><Annotations Target="microsoft.graph.policySetAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The target group of PolicySetAssignment" /></Annotations><Annotations Target="microsoft.graph.policySetItem/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Creation time of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.policySetItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="DisplayName of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.policySetItem/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code if any occured." /></Annotations><Annotations Target="microsoft.graph.policySetItem/guidedDeploymentTags"><Annotation Term="Org.OData.Core.V1.Description" String="Tags of the guided deployment" /></Annotations><Annotations Target="microsoft.graph.policySetItem/itemType"><Annotation Term="Org.OData.Core.V1.Description" String="policySetType of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.policySetItem/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.policySetItem/payloadId"><Annotation Term="Org.OData.Core.V1.Description" String="PayloadId of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.policySetItem/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/appGroupType"><Annotation Term="Org.OData.Core.V1.Description" String="Public Apps selection: group or individual" /></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/targetedAppManagementLevels"><Annotation Term="Org.OData.Core.V1.Description" String="The intended app management levels for this policy" /></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.targetedManagedAppConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Targeted managed app configuration PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfigurationPolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Windows10EnrollmentCompletionPageConfiguration PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfigurationPolicySetItem/priority"><Annotation Term="Org.OData.Core.V1.Description" String="Priority of the Windows10EnrollmentCompletionPageConfigurationPolicySetItem." /></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/enableWhiteGlove"><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 is allowed. When false, Windows Autopilot for pre-provisioned deployment mode is not allowed. The default is FALSE. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use preprovisioningAllowed instead." /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment status screen setting" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/enrollmentStatusScreenSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment status screen setting" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/extractHardwareHash"><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. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use hardwareHashExtractionEnabled instead." /></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/language"><Annotation Term="Org.OData.Core.V1.Description" String="The language code 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. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use locale instead." /></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.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/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.outOfBoxExperienceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Autopilot Deployment Profile settings used by the Autopilot device for out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use outOfBoxExperienceSetting instead." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/outOfBoxExperienceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Autopilot Deployment Profile settings used by the Autopilot device for out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use outOfBoxExperienceSetting instead." /></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.windowsAutopilotDeploymentProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the profile." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfilePolicySetItem"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for windows autopilot deployment profile PolicySetItem." /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingSettings/lastDirectorySyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The ChromebookTenant's LastDirectorySyncDateTime" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingSettings/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The ChromebookTenant's LastModifiedDateTime" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingSettings/onboardingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The ChromebookTenant's OnboardingStatus" /></Annotations><Annotations Target="microsoft.graph.chromeOSOnboardingSettings/ownerUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The ChromebookTenant's OwnerUserPrincipalName" /></Annotations><Annotations Target="microsoft.graph.extendedKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="The Custom Extended Key Usage definition" /></Annotations><Annotations Target="microsoft.graph.extendedKeyUsage/name"><Annotation Term="Org.OData.Core.V1.Description" String="The Extended Key Usage Name" /></Annotations><Annotations Target="microsoft.graph.extendedKeyUsage/objectIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Extended Key Usage Object Identifier" /></Annotations><Annotations Target="microsoft.graph.trustChainCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Complex type that represents a certificate in the trust chain of another certificate issued by a certification authority external to Microsoft Cloud PKI. This complex type is only used when calling the uploadExternallySignedCertificationAuthorityCertificate action." /></Annotations><Annotations Target="microsoft.graph.trustChainCertificate/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="The trust chain certificate in base 64 encoded form." /></Annotations><Annotations Target="microsoft.graph.trustChainCertificate/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The trust chain certificate display name that provides a user-friendly way to identify a certificate in a trust chain." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificateDownloadUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL to download the certification authority certificate. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificateKeySize"><Annotation Term="Org.OData.Core.V1.Description" String="The configured cryptography and key size in bits used to generate the certification authority certificate. Possible values are: rsa2048, rsa3072, rsa4096, eCP256, eCP256k, eCP384, eCP521. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificateRevocationListUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificateSigningRequest"><Annotation Term="Org.OData.Core.V1.Description" String="The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificationAuthorityIssuerId"><Annotation Term="Org.OData.Core.V1.Description" String="Issuer (parent) certification authority identifier. Nullable. Read-only. Supports $orderby and $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificationAuthorityIssuerUri"><Annotation Term="Org.OData.Core.V1.Description" String="The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/certificationAuthorityStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Cloud certification authority current status. Unknown value returned by default if the cloud certification authority status is not known. After cloud certification authorities are created their status is set to active. Cloud certification authorities can be set to paused to stop issuing certificates. Possible values are: unknown, active, paused, signingPending, revoked. Read-only. Supports $filter and $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/cloudCertificationAuthorityHashingAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Certification authority certificate hashing algorithm. Possible values are: sha256, sha384, sha512. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/cloudCertificationAuthorityType"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority type. rootCertificationAuthority value indicates root certification authorities that be used to create issuing certification authorities. issuingCertificationAuthority value indicates that a certification authority can be used to issue leaf certificates. Possible values are: rootCertificationAuthority, issuingCertificationAuthority, issuingCertificationAuthorityWithExternalRoot. Read-only. Supports $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/commonName"><Annotation Term="Org.OData.Core.V1.Description" String="The common name of the certificate subject name, which must be unique. This property is a relative distinguished name used to compose the certificate subject name. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/countryName"><Annotation Term="Org.OData.Core.V1.Description" String="The country name that is used to compose the subject name of a certification authority certificate in the form &quot;C=&lt;VALUE&gt;&quot;. Nullable. Example: US. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Creation date of this cloud certification authority entity instance. The DateTimeOffset 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'. Nullable. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/description"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority description displayed in the Intune admin console. Nullable. Read/write. Returns null if not set." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority display name the Intune admin console. Read/write. Supports $select and $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/eTag"><Annotation Term="Org.OData.Core.V1.Description" String="ETag for optimistic concurrency control. Read/write." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/keyPlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The key platform used to store the certification authority keys. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modification date and time of this certification authority entity instance. The DateTimeOffset 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'. Nullable. Read/write." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/localityName"><Annotation Term="Org.OData.Core.V1.Description" String="The locality (town, city, etc.) name that is used to compose the subject name of a certification authority certificate in the form &quot;L=&lt;VALUE&gt;&quot;. This is Nullable. Example: Redmond. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/ocspResponderUri"><Annotation Term="Org.OData.Core.V1.Description" String="The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/organizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The organization name that is used as a distinguished name in the subject name of a certification authority certificate in the form &quot;O=&lt;VALUE&gt;&quot;. Nullable. Example: Microsoft. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/organizationUnit"><Annotation Term="Org.OData.Core.V1.Description" String="The organization unit name that is used as a distinguished name in the subject name of a certification authority certificate in the form &quot;OU=&lt;VALUE&gt;&quot;. Nullable. Example: Security. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this entity instance. Scope tags limit access to an entity instance. Nullable. Read/write." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/rootCertificateCommonName"><Annotation Term="Org.OData.Core.V1.Description" String="The common name of the certificate subject name of the certification authority issuer. This property can be used to identify the certification authority that issued the current certification authority. For issuing certification authorities, this is the common name of the certificate subject name of the root certification authority to which it is anchored. For externally signed certification authorities, this is the common name of the certificate subject name of the signing certification authority. For root certification authorities, this is the common name of the certification authority's own certificate subject name. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/scepServerUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The SCEP server URL for device SCEP connections to request certificates. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/stateName"><Annotation Term="Org.OData.Core.V1.Description" String="The state or province name that is used to compose the subject name of a certification authority certificate in the form &quot;ST=&lt;VALUE&gt;&quot;. Nullable. Example: Washington. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/subjectName"><Annotation Term="Org.OData.Core.V1.Description" String="The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only. Supports $orderby and $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/thumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/validityEndDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset 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'. Nullable. Read-only. Supports $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/validityPeriodInYears"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority validity period in years configured by admins." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/validityStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset 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'. Nullable. Read-only. Supports $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/versionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The certification authority version, which is incremented each time the certification authority is renewed. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthority/cloudCertificationAuthorityLeafCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Required OData property to expose leaf certificate API." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/certificateStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The current status of a certificate. Active value indicates the is in its validity period and not revoked. Revoked value indicates the certificate has been revoked and is no longer valid. Expired value indicates that the validity period of the certificate has lapsed. Possible values are: active, revoked, expired. Read-only. Supports $filter and $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/certificationAuthorityIssuerUri"><Annotation Term="Org.OData.Core.V1.Description" String="The URI of the certification authority that issued the certificate. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/crlDistributionPointUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to find the relevant Certificate Revocation List for this certificate. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the managed device for which the certificate was created. This ID is assigned at device enrollment time. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device for which the certificate was created. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/devicePlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The platform of the device for which the certificate was created. Possible values are: Android, AndroidForWork, iOS, MacOS, WindowsPhone81, Windows81AndLater, Windows10AndLater, AndroidWorkProfile, Unknown, AndroidAOSP, AndroidMobileApplicationManagement, iOSMobileApplicationManagement. Default value: Unknown. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/issuerId"><Annotation Term="Org.OData.Core.V1.Description" String="The globally unique identifier of the certification authority that issued the leaf certificate. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/issuerName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the certification authority that issued the leaf certificate. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/keyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate extensions that define the purpose of the public key contained in a certificate. For example possible values are &quot;Key Encipherment&quot; and &quot;Digital Signature&quot;. Read-only. Nullable." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/ocspResponderUri"><Annotation Term="Org.OData.Core.V1.Description" String="The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/revocationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time a certificate was revoked. If the certificate was not revoked, this will be null. The DateTimeOffset 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'. Nullable. Read-only." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/subjectName"><Annotation Term="Org.OData.Core.V1.Description" String="The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a user or device. Read-only. Supports $select and $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/thumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user for which the certificate was created. Null for userless devices. This is an Intune user ID. Nullable. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name of the user for which the certificate was created. Null for userless devices. Nullable. Read-only. Supports $select." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/validityEndDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The end date time of the validity period of a certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset 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'. Nullable. Read-only. Supports $orderby." /></Annotations><Annotations Target="microsoft.graph.cloudCertificationAuthorityLeafCertificate/validityStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset 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'. Nullable. Read-only. Supports $orderby." /></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/modifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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.termsAndConditionsGroupAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditionsGroupAssignment 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/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group 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.termsAndConditionsGroupAssignment/targetGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of a group that the T&amp;C policy is assigned to." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsGroupAssignment/termsAndConditions"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." /></Annotations><Annotations Target="microsoft.graph.airPrintDestination"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an AirPrint destination." /></Annotations><Annotations Target="microsoft.graph.airPrintDestination/forceTls"><Annotation Term="Org.OData.Core.V1.Description" String="If true AirPrint connections are secured by Transport Layer Security (TLS). Default is false. Available in iOS 11.0 and later." /></Annotations><Annotations Target="microsoft.graph.airPrintDestination/ipAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The IP Address of the AirPrint destination." /></Annotations><Annotations Target="microsoft.graph.airPrintDestination/port"><Annotation Term="Org.OData.Core.V1.Description" String="The listening port of the AirPrint destination. If this key is not specified AirPrint will use the default port. Available in iOS 11.0 and later." /></Annotations><Annotations Target="microsoft.graph.airPrintDestination/resourcePath"><Annotation Term="Org.OData.Core.V1.LongDescription" String="The Resource Path associated with the printer. This corresponds to the rp parameter of the _ipps.tcp Bonjour record. For example: printers/Canon_MG5300_series, printers/Xerox_Phaser_7600, ipp/print, Epson_IPP_Printer." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedScopeAppSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Represents one item in the list of managed apps with app details and its associated delegated scope(s)." /></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.androidDeviceOwnerDelegatedScopeAppSetting/appDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Information about the app like Name, AppStoreUrl, Publisher and AppId" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDelegatedScopeAppSetting/appScopes"><Annotation Term="Org.OData.Core.V1.Description" String="List of scopes an app has been assigned." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxy"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Global Proxy." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyAutoConfig"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Global Proxy Auto Config." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyAutoConfig/proxyAutoConfigURL"><Annotation Term="Org.OData.Core.V1.Description" String="The proxy auto-config URL" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Global Proxy Direct." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/excludedHosts"><Annotation Term="Org.OData.Core.V1.Description" String="The excluded hosts" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/host"><Annotation Term="Org.OData.Core.V1.Description" String="The host name" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/port"><Annotation Term="Org.OData.Core.V1.Description" String="The port" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeHomeScreenItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an item on the Android Device Owner Managed Home Screen (application, weblink or folder" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeFolderItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an item that can be added to Android Device Owner folder (application or weblink)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeApp"><Annotation Term="Org.OData.Core.V1.Description" String="An application on the Android Device Owner Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeApp/className"><Annotation Term="Org.OData.Core.V1.Description" String="Class name of application" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeApp/offlineAppAccessEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the application can be used when sign in fails due to network issues in Managed Home Screen. When TRUE, indicates the application can be used when sign in fails due to network issues in Managed Home Screen. When FALSE, indicates the application cannot be used when sign in fails due to network issues in Managed Home Screen. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeApp/package"><Annotation Term="Org.OData.Core.V1.Description" String="Package name of application" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeApp/preSignInAppAccessEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the application can be used prior to signing in to the Managed Home Screen. When TRUE, indicates the app can be used prior to sign in for Managed Home Screen. When FALSE, indicates the app cannot be used prior to sign in for Managed Home Screen. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeAppPositionItem"><Annotation Term="Org.OData.Core.V1.Description" String="An item in the list of app positions that sets the order of items on the Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeAppPositionItem/item"><Annotation Term="Org.OData.Core.V1.Description" String="Item to be arranged" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeAppPositionItem/position"><Annotation Term="Org.OData.Core.V1.Description" String="Position of the item on the grid. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolder"><Annotation Term="Org.OData.Core.V1.Description" String="A folder containing pages of apps and weblinks on the Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolder/folderIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the folder" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolder/folderName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the folder" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolder/items"><Annotation Term="Org.OData.Core.V1.Description" String="Items to be added to managed folder. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolderReference"><Annotation Term="Org.OData.Core.V1.Description" String="A reference to folder containing apps and weblinks on the Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolderReference/folderIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the folder" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeManagedFolderReference/folderName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the folder" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeWeblink"><Annotation Term="Org.OData.Core.V1.Description" String="A weblink on the Android Device Owner Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeWeblink/label"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for weblink" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerKioskModeWeblink/link"><Annotation Term="Org.OData.Core.V1.Description" String="Link for weblink" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSilentCertificateAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Contain the package ID that has the pre-granted access to the certificate." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSilentCertificateAccess/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="Package ID that has the pre-granted access to the certificate." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod"><Annotation Term="Org.OData.Core.V1.Description" String="Represents one item in the list of freeze periods for Android Device Owner system updates" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod/endDay"><Annotation Term="Org.OData.Core.V1.Description" String="The day of the end date of the freeze period. Valid values 1 to 31" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod/endMonth"><Annotation Term="Org.OData.Core.V1.Description" String="The month of the end date of the freeze period. Valid values 1 to 12" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod/startDay"><Annotation Term="Org.OData.Core.V1.Description" String="The day of the start date of the freeze period. Valid values 1 to 31" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerSystemUpdateFreezePeriod/startMonth"><Annotation Term="Org.OData.Core.V1.Description" String="The month of the start date of the freeze period. Valid values 1 to 12" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerUserFacingMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a user-facing message with locale information as well as a default message to be used if the user's locale doesn't match with any of the localized messages" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerUserFacingMessage/defaultMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The default message displayed if the user's locale doesn't match with any of the localized messages" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerUserFacingMessage/localizedMessages"><Annotation Term="Org.OData.Core.V1.Description" String="The list of &lt;locale, message&gt; pairs. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.appleAppListItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an app in the list of managed Apple applications" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Always On VPN configuration for MacOS and iOS IKEv2" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/airPrintExceptionAction"><Annotation Term="Org.OData.Core.V1.Description" String="Determine whether AirPrint service will be exempt from the always-on VPN connection" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/allowAllCaptiveNetworkPlugins"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether traffic from all captive network plugins should be allowed outside the vpn" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/allowCaptiveWebSheet"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether traffic from the Websheet app is allowed outside of the VPN" /></Annotations><Annotations Target="microsoft.graph.specifiedCaptiveNetworkPlugins"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies all the Captive network plugins allowed during the IKEv2 AlwaysOn VPN connection" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/allowedCaptiveNetworkPlugins"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether all, some, or no non-native captive networking apps are allowed" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/cellularExceptionAction"><Annotation Term="Org.OData.Core.V1.Description" String="Determine whether Cellular service will be exempt from the always-on VPN connection" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/natKeepAliveIntervalInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies how often in seconds to send a network address translation keepalive package through the VPN" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/natKeepAliveOffloadEnable"><Annotation Term="Org.OData.Core.V1.Description" String="Enable hardware offloading of NAT keepalive signals when the device is asleep" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/tunnelConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Determines what connections the specific tunnel configuration applies to" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/userToggleEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to toggle the VPN configuration using the UI" /></Annotations><Annotations Target="microsoft.graph.appleVpnAlwaysOnConfiguration/voicemailExceptionAction"><Annotation Term="Org.OData.Core.V1.Description" String="Determine whether voicemail service will be exempt from the always-on VPN connection" /></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.bitLockerFixedDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Fixed Drive Policies." /></Annotations><Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/encryptionMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for fixed drives." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." /></Annotations><Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/recoveryOptions"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials. This policy setting is applied when you turn on BitLocker." /></Annotations><Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/requireEncryptionForWriteAccess"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting determines whether BitLocker protection is required for fixed data drives to be writable on a computer." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/blockDataRecoveryAgent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to block certificate-based data recovery agent." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/enableBitLockerAfterRecoveryInformationToStore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable BitLocker until recovery information is stored in AD DS." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/enableRecoveryInformationSaveToStore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow BitLocker recovery information to store in AD DS." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/hideRecoveryOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryInformationToStore"><Annotation Term="Org.OData.Core.V1.Description" String="Configure what pieces of BitLocker recovery information are stored to AD DS." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk." /></Annotations><Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryPasswordUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk." /></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.bitLockerSystemDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Encryption Base Policies." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/encryptionMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for operating system drives." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/minimumPinLength"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of startup pin. Valid values 4 to 20" /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryEnableMessageAndUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Enable pre-boot recovery message and Url. If requireStartupAuthentication is false, this value does not affect." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a custom recovery message." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a custom recovery URL." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/recoveryOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Allows to recover BitLocker encrypted operating system drives in the absence of the required startup key information. This policy setting is applied when you turn on BitLocker." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationBlockWithoutTpmChip"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to allow BitLocker without a compatible TPM (requires a password or a startup key on a USB flash drive)." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require additional authentication at startup." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup key is allowed/required/disallowed." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmPinAndKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup pin key and key are allowed/required/disallowed." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmPinUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup pin is allowed/required/disallowed." /></Annotations><Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup is allowed/required/disallowed." /></Annotations><Annotations Target="microsoft.graph.singleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an Apple Single Sign-On Extension." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Credential-type Single Sign-On extension profile." /></Annotations><Annotations Target="microsoft.graph.keyTypedValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="A key-value pair with a string key and a typed value." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.credentialSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.cryptographySuite"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Security Association Parameters" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/authenticationTransformConstants"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication Transform Constants" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/cipherTransformConstants"><Annotation Term="Org.OData.Core.V1.Description" String="Cipher Transform Constants" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/dhGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Diffie Hellman Group" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/encryptionMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption Method" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/integrityCheckMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Integrity Check Method" /></Annotations><Annotations Target="microsoft.graph.cryptographySuite/pfsGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Perfect Forward Secrecy Group" /></Annotations><Annotations Target="microsoft.graph.customSubjectAlternativeName"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name definition" /></Annotations><Annotations Target="microsoft.graph.customSubjectAlternativeName/name"><Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Name" /></Annotations><Annotations Target="microsoft.graph.customSubjectAlternativeName/sanType"><Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Type." /></Annotations><Annotations Target="microsoft.graph.customUpdateTimeWindow"><Annotation Term="Org.OData.Core.V1.Description" String="Custom update time window" /></Annotations><Annotations Target="microsoft.graph.customUpdateTimeWindow/endDay"><Annotation Term="Org.OData.Core.V1.Description" String="End day of the time window" /></Annotations><Annotations Target="microsoft.graph.customUpdateTimeWindow/endTime"><Annotation Term="Org.OData.Core.V1.Description" String="End time of the time window" /></Annotations><Annotations Target="microsoft.graph.customUpdateTimeWindow/startDay"><Annotation Term="Org.OData.Core.V1.Description" String="Start day of the time window" /></Annotations><Annotations Target="microsoft.graph.customUpdateTimeWindow/startTime"><Annotation Term="Org.OData.Core.V1.Description" String="Start time of the time window" /></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.deliveryOptimizationBandwidth"><Annotation Term="Org.OData.Core.V1.Description" String="Bandwidth restriction types" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthAbsolute"><Annotation Term="Org.OData.Core.V1.Description" String="Bandwidth limits in kilobytes per second." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthAbsolute/maximumDownloadBandwidthInKilobytesPerSecond"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum download bandwidth in KiloBytes/second that the device can use across all concurrent download activities using Delivery Optimization. Valid values 0 to 4294967295" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for downloads. Valid values 0 to 4294967295" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthAbsolute/maximumUploadBandwidthInKilobytesPerSecond"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum upload bandwidth in KiloBytes/second that a device will use across all concurrent upload activity using Delivery Optimization (0-4000000). Valid values 0 to 4000000" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value is 0, which permits unlimited possible bandwidth (optimized for minimal usage of upload bandwidth). Valid values 0 to 4000000" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit"><Annotation Term="Org.OData.Core.V1.Description" String="Bandwidth business hours and percentages type" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthBeginBusinessHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the beginning of business hours using a 24-hour clock (0-23). Valid values 0 to 23" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthEndBusinessHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the end of business hours using a 24-hour clock (0-23). Valid values 0 to 23" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthPercentageDuringBusinessHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the percentage of bandwidth to limit during business hours (0-100). Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthPercentageOutsideBusinessHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the percentage of bandwidth to limit outsidse business hours (0-100). Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthHoursWithPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Bandwidth limit as a percentage with business hours." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthHoursWithPercentage/bandwidthBackgroundPercentageHours"><Annotation Term="Org.OData.Core.V1.Description" String="Background download percentage hours." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthHoursWithPercentage/bandwidthForegroundPercentageHours"><Annotation Term="Org.OData.Core.V1.Description" String="Foreground download percentage hours." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Bandwidth limits specified as a percentage." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthPercentage/maximumBackgroundBandwidthPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum background download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth (0-100). Valid values 0 to 100" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for background downloads. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationBandwidthPercentage/maximumForegroundBandwidthPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum foreground download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth (0-100). Valid values 0 to 100" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for foreground downloads. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdSource"><Annotation Term="Org.OData.Core.V1.Description" String="GroupId Support Types" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdCustom"><Annotation Term="Org.OData.Core.V1.Description" String="Custom group id type" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdCustom/groupIdCustom"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies an arbitrary group ID that the device belongs to" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdSourceOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Group id options type" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationGroupIdSourceOptions/groupIdSourceOption"><Annotation Term="Org.OData.Core.V1.Description" String="Set this policy to restrict peer selection to a specific source." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSize"><Annotation Term="Org.OData.Core.V1.Description" String="Delivery Optimization max cache size types." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizeAbsolute"><Annotation Term="Org.OData.Core.V1.Description" String="Delivery Optimization max cache size absolute type." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizeAbsolute/maximumCacheSizeInGigabytes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum size in GB of Delivery Optimization cache. Valid values 0 to 4294967295" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value 0 (zero) means &quot;unlimited&quot; cache. Delivery Optimization will clear the cache when the device is running low on disk space. Valid values 0 to 4294967295" /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Delivery Optimization Max cache size percentage types." /></Annotations><Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizePercentage/maximumCacheSizePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum cache size that Delivery Optimization can utilize, as a percentage of disk size (1-100). Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyScript/deviceComplianceScriptId"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance script Id." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyScript/rulesContent"><Annotation Term="Org.OData.Core.V1.Description" String="Json of the rules." /></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/settingInstanceId"><Annotation Term="Org.OData.Core.V1.Description" String="SettingInstanceId" /></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.deviceComplianceScriptError/code"><Annotation Term="Org.OData.Core.V1.Description" String="Error code." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptError/deviceComplianceScriptRulesValidationError"><Annotation Term="Org.OData.Core.V1.Description" String="Error code." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptError/message"><Annotation Term="Org.OData.Core.V1.Description" String="Error message." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/dataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data type specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/deviceComplianceScriptRuleDataType"><Annotation Term="Org.OData.Core.V1.Description" String="Data type specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/deviceComplianceScriptRulOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Operator specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/operand"><Annotation Term="Org.OData.Core.V1.Description" String="Operand specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/operator"><Annotation Term="Org.OData.Core.V1.Description" String="Operator specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRule/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name specified in the rule." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRuleError/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Setting name for the rule with error." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptValidationResult/ruleErrors"><Annotation Term="Org.OData.Core.V1.Description" String="Errors in json for the script for rules." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptValidationResult/rules"><Annotation Term="Org.OData.Core.V1.Description" String="Parsed rules from json." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptValidationResult/scriptErrors"><Annotation Term="Org.OData.Core.V1.Description" String="Errors in json for the script." /></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/settingInstanceId"><Annotation Term="Org.OData.Core.V1.Description" String="SettingInstanceId" /></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.deviceConfigurationTargetedUserAndDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Conflict summary for a set of device configuration policies." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the device in the checkin." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device in the checkin." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/lastCheckinDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time for this user/device pair." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the user in the checkin" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the user in the checkin." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The UPN of the user in the checkin." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/deviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability rule for device mode." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name for object." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/ruleType"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name for object." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/osEditionTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability rule OS edition type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/ruleType"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/maxOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Max OS version for Applicability Rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/minOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Min OS version for Applicability Rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name for object." /></Annotations><Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/ruleType"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/androidDeviceAdministratorEnrollmentEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="The property to determine if Android device administrator enrollment is enabled for this account." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/derivedCredentialProvider"><Annotation Term="Org.OData.Core.V1.Description" String="The Derived Credential Provider to use for this account." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/derivedCredentialUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Derived Credential Provider self-service URI." /></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/deviceInactivityBeforeRetirementInDay"><Annotation Term="Org.OData.Core.V1.Description" String="When the device does not check in for specified number of days, the company data might be removed and the device will not be under management. Valid values 30 to 270" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/enableAutopilotDiagnostics"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the autopilot diagnostic feature is enabled or not." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/enableDeviceGroupMembershipReport"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the device group membership report feature is enabled or not." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/enableEnhancedTroubleshootingExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the enhanced troubleshooting UX is enabled or not." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/enableLogCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the log collection feature should be available for use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/enhancedJailBreak"><Annotation Term="Org.OData.Core.V1.Description" String="Is feature enabled or not for enhanced jailbreak detection." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/ignoreDevicesForUnsupportedSettingsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="The property to determine whether to ignore unsupported compliance settings on certian models of devices." /></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/m365AppDiagnosticsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="The property to determine if M365 App log collection is enabled for account. When TRUE it indicates that M365 app log collection is enabled for account.  When FALSE it indicates that M365 app log collection is disabled for account. Default value is FALSE" /></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.deviceManagementUserRightsLocalUserOrGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Represents information for a local user or group used for user rights setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin’s description of this local user or group." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/name"><Annotation Term="Org.OData.Core.V1.Description" String="The name of this local user or group." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/securityIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The security identifier of this local user or group (e.g. *S-1-5-32-544)." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a user rights setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsSetting/localUsersOrGroups"><Annotation Term="Org.OData.Core.V1.Description" String="Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.deviceManagementUserRightsSetting/state"><Annotation Term="Org.OData.Core.V1.Description" String="Representing the current state of this user rights setting" /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The home button configuration base class used to identify the available options" /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Hide the home button." /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonLoadsStartPage"><Annotation Term="Org.OData.Core.V1.Description" String="Show the home button; clicking the home button loads the Start page - this is also the default value." /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonOpensCustomURL"><Annotation Term="Org.OData.Core.V1.Description" String="Show the home button; clicking the home button loads a specific URL." /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonOpensCustomURL/homeButtonCustomURL"><Annotation Term="Org.OData.Core.V1.Description" String="The specific URL to load." /></Annotations><Annotations Target="microsoft.graph.edgeHomeButtonOpensNewTab"><Annotation Term="Org.OData.Core.V1.Description" String="Show the home button; clicking the home button loads the New tab page." /></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.encryptionReportPolicyDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Policy Details for Encryption Report" /></Annotations><Annotations Target="microsoft.graph.encryptionReportPolicyDetails/policyId"><Annotation Term="Org.OData.Core.V1.Description" String="Policy Id for Encryption Report" /></Annotations><Annotations Target="microsoft.graph.encryptionReportPolicyDetails/policyName"><Annotation Term="Org.OData.Core.V1.Description" String="Policy Name for Encryption Report" /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class for all iOS-specific single sign-on extension types." /></Annotations><Annotations Target="microsoft.graph.iosAzureAdSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an Azure AD-type Single Sign-On extension profile for iOS devices." /></Annotations><Annotations Target="microsoft.graph.iosAzureAdSingleSignOnExtension/bundleIdAccessControlList"><Annotation Term="Org.OData.Core.V1.Description" String="An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on." /></Annotations><Annotations Target="microsoft.graph.iosAzureAdSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosAzureAdSingleSignOnExtension/enableSharedDeviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables shared device mode." /></Annotations><Annotations Target="microsoft.graph.iosBookmark"><Annotation Term="Org.OData.Core.V1.Description" String="iOS URL bookmark" /></Annotations><Annotations Target="microsoft.graph.iosBookmark/bookmarkFolder"><Annotation Term="Org.OData.Core.V1.Description" String="The folder into which the bookmark should be added in Safari" /></Annotations><Annotations Target="microsoft.graph.iosBookmark/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the bookmark" /></Annotations><Annotations Target="microsoft.graph.iosBookmark/url"><Annotation Term="Org.OData.Core.V1.Description" String="URL allowed to access" /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Credential-type Single Sign-On extension profile for iOS devices." /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.iosCredentialSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root and PFX certificates for iOS EDU." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name." /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.iosEduCertificateSettings/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></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.iosHomeScreenApp/isWebClip"><Annotation Term="Org.OData.Core.V1.Description" String="When true, the bundle ID will be handled as a URL for a web clip." /></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.iosKerberosSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Kerberos-type Single Sign-On extension profile for iOS devices." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/activeDirectorySiteCode"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Active Directory site." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/blockActiveDirectorySiteAutoDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether the Kerberos extension can automatically determine its site name." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/blockAutomaticLogin"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables Keychain usage." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/cacheName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/credentialBundleIdAccessControlList"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/domainRealms"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/isDefaultRealm"><Annotation Term="Org.OData.Core.V1.Description" String="When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/managedAppsInBundleIdACLIncluded"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, the Kerberos extension allows managed apps, and any apps entered with the app bundle ID to access the credential. When set to False, the Kerberos extension allows all apps to access the credential. Available for devices running iOS and iPadOS versions 14 and later." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password changes." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordChangeUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the URL that the user will be sent to when they initiate a password change." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordEnableLocalSync"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Overrides the default password expiration in days. For most domains, this value is calculated automatically." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordExpirationNotificationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of days until the user is notified that their password will expire (default is 15)." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordMinimumAgeDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum number of days until a user can change their password again." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum length of a password." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of previous passwords to block." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordRequireActiveDirectoryComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether passwords must meet Active Directory's complexity requirements." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/passwordRequirementsDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a description of the password complexity requirements." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/requireUserPresence"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/signInHelpText"><Annotation Term="Org.OData.Core.V1.Description" String="Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later." /></Annotations><Annotations Target="microsoft.graph.iosKerberosSingleSignOnExtension/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the principle user name to use for this profile. The realm name does not need to be included." /></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/previewVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Overrides the notification preview policy set by the user on an iOS device." /></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.iosRedirectSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Redirect-type Single Sign-On extension profile for iOS devices." /></Annotations><Annotations Target="microsoft.graph.iosRedirectSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosRedirectSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.iosRedirectSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.iosRedirectSingleSignOnExtension/urlPrefixes"><Annotation Term="Org.OData.Core.V1.Description" String="One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles." /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Kerberos authentication settings for single sign-on" /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings/allowedAppsList"><Annotation Term="Org.OData.Core.V1.Description" String="List of app identifiers that are allowed to use this login. If this field is omitted, the login applies to all applications on the device. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings/allowedUrls"><Annotation Term="Org.OData.Core.V1.Description" String="List of HTTP URLs that must be matched in order to use this login. With iOS 9.0 or later, a wildcard characters may be used." /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of login settings shown on the receiving device." /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings/kerberosPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="A Kerberos principal name. If not provided, the user is prompted for one during profile installation." /></Annotations><Annotations Target="microsoft.graph.iosSingleSignOnSettings/kerberosRealm"><Annotation Term="Org.OData.Core.V1.Description" String="A Kerberos realm name. Case sensitive." /></Annotations><Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Security Association Parameters" /></Annotations><Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/lifetimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Lifetime (minutes)" /></Annotations><Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityDiffieHellmanGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Diffie-Hellman Group" /></Annotations><Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityEncryptionAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption algorithm" /></Annotations><Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityIntegrityAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Integrity algorithm" /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterBase"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an iOS Web Content Filter setting base type. An empty and abstract base. Caller should use one of derived types for configurations." /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterAutoFilter"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an iOS Web Content Filter setting type, which enables iOS automatic filter feature and allows for additional URL access control. When constructed with no property values, the iOS device will enable the automatic filter regardless." /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterAutoFilter/allowedUrls"><Annotation Term="Org.OData.Core.V1.Description" String="Additional URLs allowed for access" /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterAutoFilter/blockedUrls"><Annotation Term="Org.OData.Core.V1.Description" String="Additional URLs blocked for access" /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterSpecificWebsitesAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an iOS Web Content Filter setting type, which installs URL bookmarks into iOS built-in browser. An example scenario is in the classroom where teachers would like the students to navigate websites through browser bookmarks configured on their iOS devices, and no access to other sites." /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterSpecificWebsitesAccess/specificWebsitesOnly"><Annotation Term="Org.OData.Core.V1.Description" String="URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosWebContentFilterSpecificWebsitesAccess/websiteList"><Annotation Term="Org.OData.Core.V1.Description" String="URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Kerberos-type Single Sign-On extension profile." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/activeDirectorySiteCode"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Active Directory site." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/blockActiveDirectorySiteAutoDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether the Kerberos extension can automatically determine its site name." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/blockAutomaticLogin"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables Keychain usage." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/cacheName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/credentialBundleIdAccessControlList"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/domainRealms"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/isDefaultRealm"><Annotation Term="Org.OData.Core.V1.Description" String="When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password changes." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordChangeUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the URL that the user will be sent to when they initiate a password change." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordEnableLocalSync"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Overrides the default password expiration in days. For most domains, this value is calculated automatically." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordExpirationNotificationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of days until the user is notified that their password will expire (default is 15)." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordMinimumAgeDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum number of days until a user can change their password again." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum length of a password." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of previous passwords to block." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordRequireActiveDirectoryComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether passwords must meet Active Directory's complexity requirements." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordRequirementsDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a description of the password complexity requirements." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/requireUserPresence"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry." /></Annotations><Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the principle user name to use for this profile. The realm name does not need to be included." /></Annotations><Annotations Target="microsoft.graph.keyBooleanValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="A key-value pair with a string key and a Boolean value." /></Annotations><Annotations Target="microsoft.graph.keyBooleanValuePair/value"><Annotation Term="Org.OData.Core.V1.Description" String="The Boolean value of the key-value pair." /></Annotations><Annotations Target="microsoft.graph.keyIntegerValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="A key-value pair with a string key and an integer value." /></Annotations><Annotations Target="microsoft.graph.keyIntegerValuePair/value"><Annotation Term="Org.OData.Core.V1.Description" String="The integer value of the key-value pair." /></Annotations><Annotations Target="microsoft.graph.keyRealValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="A key-value pair with a string key and a real (floating-point) value." /></Annotations><Annotations Target="microsoft.graph.keyRealValuePair/value"><Annotation Term="Org.OData.Core.V1.Description" String="The real (floating-point) value of the key-value pair." /></Annotations><Annotations Target="microsoft.graph.keyStringValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="A key-value pair with a string key and a string value." /></Annotations><Annotations Target="microsoft.graph.keyStringValuePair/value"><Annotation Term="Org.OData.Core.V1.Description" String="The string value of the key-value pair." /></Annotations><Annotations Target="microsoft.graph.keyTypedValuePair/key"><Annotation Term="Org.OData.Core.V1.Description" String="The string key of the key-value pair." /></Annotations><Annotations Target="microsoft.graph.macOSAppleEventReceiver"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a process that can receive an Apple Event notification." /></Annotations><Annotations Target="microsoft.graph.macOSAppleEventReceiver/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block this app from receiving Apple events." /></Annotations><Annotations Target="microsoft.graph.macOSAppleEventReceiver/codeRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Code requirement for the app or binary that receives the Apple Event." /></Annotations><Annotations Target="microsoft.graph.macOSAppleEventReceiver/identifier"><Annotation Term="Org.OData.Core.V1.Description" String="Bundle ID of the app or file path of the process or executable that receives the Apple Event." /></Annotations><Annotations Target="microsoft.graph.macOSAppleEventReceiver/identifierType"><Annotation Term="Org.OData.Core.V1.Description" String="Use bundle ID for an app or path for a process or executable that receives the Apple Event." /></Annotations><Annotations Target="microsoft.graph.macOSAssociatedDomainsItem"><Annotation Term="Org.OData.Core.V1.Description" String="A mapping of application identifiers to associated domains." /></Annotations><Annotations Target="microsoft.graph.macOSAssociatedDomainsItem/applicationIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The application identifier of the app to associate domains with." /></Annotations><Annotations Target="microsoft.graph.macOSAssociatedDomainsItem/directDownloadsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether data should be downloaded directly or via a CDN." /></Annotations><Annotations Target="microsoft.graph.macOSAssociatedDomainsItem/domains"><Annotation Term="Org.OData.Core.V1.Description" String="The list of domains to associate." /></Annotations><Annotations Target="microsoft.graph.macOSSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class for all macOS-specific single sign-on extension types." /></Annotations><Annotations Target="microsoft.graph.macOSAzureAdSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an Azure AD-type Single Sign-On extension profile for macOS devices." /></Annotations><Annotations Target="microsoft.graph.macOSAzureAdSingleSignOnExtension/bundleIdAccessControlList"><Annotation Term="Org.OData.Core.V1.Description" String="An optional list of additional bundle IDs allowed to use the AAD extension for single sign-on." /></Annotations><Annotations Target="microsoft.graph.macOSAzureAdSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSAzureAdSingleSignOnExtension/enableSharedDeviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables shared device mode." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Credential-type Single Sign-On extension profile for macOS devices." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.macOSCredentialSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.macOSFirewallApplication"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an app in the list of macOS firewall applications" /></Annotations><Annotations Target="microsoft.graph.macOSFirewallApplication/allowsIncomingConnections"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not incoming connections are allowed." /></Annotations><Annotations Target="microsoft.graph.macOSFirewallApplication/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="BundleId of the application." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Kerberos-type Single Sign-On extension profile for macOS devices." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/activeDirectorySiteCode"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Active Directory site." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/blockActiveDirectorySiteAutoDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether the Kerberos extension can automatically determine its site name." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/blockAutomaticLogin"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables Keychain usage." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/cacheName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/credentialBundleIdAccessControlList"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/credentialsCacheMonitored"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, the credential is requested on the next matching Kerberos challenge or network state change. When the credential is expired or missing, a new credential is created. Available for devices running macOS versions 12 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/domainRealms"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/isDefaultRealm"><Annotation Term="Org.OData.Core.V1.Description" String="When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/kerberosAppsInBundleIdACLIncluded"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, the Kerberos extension allows any apps entered with the app bundle ID, managed apps, and standard Kerberos utilities, such as TicketViewer and klist, to access and use the credential. Available for devices running macOS versions 12 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/managedAppsInBundleIdACLIncluded"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, the Kerberos extension allows managed apps, and any apps entered with the app bundle ID to access the credential. When set to False, the Kerberos extension allows all apps to access the credential. Available for devices running iOS and iPadOS versions 14 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/modeCredentialUsed"><Annotation Term="Org.OData.Core.V1.Description" String="Select how other processes use the Kerberos Extension credential." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password changes." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordChangeUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the URL that the user will be sent to when they initiate a password change." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordEnableLocalSync"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Overrides the default password expiration in days. For most domains, this value is calculated automatically." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordExpirationNotificationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of days until the user is notified that their password will expire (default is 15)." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordMinimumAgeDays"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum number of days until a user can change their password again." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum length of a password." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of previous passwords to block." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordRequireActiveDirectoryComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether passwords must meet Active Directory's complexity requirements." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/passwordRequirementsDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a description of the password complexity requirements." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/preferredKDCs"><Annotation Term="Org.OData.Core.V1.Description" String="Add creates an ordered list of preferred Key Distribution Centers (KDCs) to use for Kerberos traffic. This list is used when the servers are not discoverable using DNS. When the servers are discoverable, the list is used for both connectivity checks, and used first for Kerberos traffic. If the servers don’t respond, then the device uses DNS discovery. Delete removes an existing list, and devices use DNS discovery. Available for devices running macOS versions 12 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/requireUserPresence"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/signInHelpText"><Annotation Term="Org.OData.Core.V1.Description" String="Text displayed to the user at the Kerberos sign in window. Available for devices running iOS and iPadOS versions 14 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/tlsForLDAPRequired"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, LDAP connections are required to use Transport Layer Security (TLS). Available for devices running macOS versions 11 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/usernameLabelCustom"><Annotation Term="Org.OData.Core.V1.Description" String="This label replaces the user name shown in the Kerberos extension. You can enter a name to match the name of your company or organization. Available for devices running macOS versions 11 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the principle user name to use for this profile. The realm name does not need to be included." /></Annotations><Annotations Target="microsoft.graph.macOSKerberosSingleSignOnExtension/userSetupDelayed"><Annotation Term="Org.OData.Core.V1.Description" String="When set to True, the user isn’t prompted to set up the Kerberos extension until the extension is enabled by the admin, or a Kerberos challenge is received. Available for devices running macOS versions 11 and later." /></Annotations><Annotations Target="microsoft.graph.macOSKernelExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a specific macOS kernel extension. A macOS kernel extension can be described by its team identifier plus its bundle identifier." /></Annotations><Annotations Target="microsoft.graph.macOSKernelExtension/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="Bundle ID of the kernel extension." /></Annotations><Annotations Target="microsoft.graph.macOSKernelExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The team identifier that was used to sign the kernel extension." /></Annotations><Annotations Target="microsoft.graph.macOSLaunchItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an app in the list of macOS launch items" /></Annotations><Annotations Target="microsoft.graph.macOSLaunchItem/hide"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to hide the item from the Users and Groups List." /></Annotations><Annotations Target="microsoft.graph.macOSLaunchItem/path"><Annotation Term="Org.OData.Core.V1.Description" String="Path to the launch item." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents per-process privacy preferences." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/accessibility"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the app or process to control the Mac via the Accessibility subsystem." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/addressBook"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to contact information managed by Contacts." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/appleEventsAllowedReceivers"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or deny the app or process to send a restricted Apple event to another app or process. You will need to know the identifier, identifier type, and code requirement of the receiving app or process. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/blockCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Block access to camera app." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/blockListenEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Block the app or process from listening to events from input devices such as mouse, keyboard, and trackpad.Requires macOS 10.15 or later." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/blockMicrophone"><Annotation Term="Org.OData.Core.V1.Description" String="Block access to microphone." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/blockScreenCapture"><Annotation Term="Org.OData.Core.V1.Description" String="Block app from capturing contents of system display. Requires macOS 10.15 or later." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/calendar"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to event information managed by Calendar." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/codeRequirement"><Annotation Term="Org.OData.Core.V1.Description" String="Enter the code requirement, which can be obtained with the command 'codesign –display -r –' in the Terminal app. Include everything after '=&gt;'." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the app, process, or executable." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/fileProviderPresence"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the app or process to access files managed by another app’s file provider extension. Requires macOS 10.15 or later. " /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/identifier"><Annotation Term="Org.OData.Core.V1.Description" String="The bundle ID or path of the app, process, or executable." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/identifierType"><Annotation Term="Org.OData.Core.V1.Description" String="A bundle ID is used to identify an app. A path is used to identify a process or executable." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/mediaLibrary"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to music and the media library." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/photos"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to images managed by Photos." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/postEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Control access to CoreGraphics APIs, which are used to send CGEvents to the system event stream." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/reminders"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to information managed by Reminders." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/speechRecognition"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to system speech recognition facility." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/staticCodeValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Statically validates the code requirement. Use this setting if the process invalidates its dynamic code signature." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyAllFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Control access to all protected files on a device. Files might be in locations such as emails, messages, apps, and administrative settings. Apply this setting with caution." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyDesktopFolder"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to Desktop folder." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyDocumentsFolder"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to Documents folder." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyDownloadsFolder"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to Downloads folder." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyNetworkVolumes"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block access to network volumes. Requires macOS 10.15 or later." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicyRemovableVolumes"><Annotation Term="Org.OData.Core.V1.Description" String="Control access to removable  volumes on the device, such as an external hard drive. Requires macOS 10.15 or later." /></Annotations><Annotations Target="microsoft.graph.macOSPrivacyAccessControlItem/systemPolicySystemAdminFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allow app or process to access files used in system administration." /></Annotations><Annotations Target="microsoft.graph.macOSRedirectSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Redirect-type Single Sign-On extension profile for macOS devices." /></Annotations><Annotations Target="microsoft.graph.macOSRedirectSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSRedirectSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.macOSRedirectSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.macOSRedirectSingleSignOnExtension/urlPrefixes"><Annotation Term="Org.OData.Core.V1.Description" String="One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a specific macOS system extension." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtension/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle identifier of the system extension." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team identifier that was used to sign the system extension." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionTypeMapping"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a mapping between team identifiers for macOS system extensions and system extension types." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionTypeMapping/allowedTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the allowed macOS system extension types." /></Annotations><Annotations Target="microsoft.graph.macOSSystemExtensionTypeMapping/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team identifier used to sign the system extension." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Mobile App Configuration Setting State for a given device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/currentValue"><Annotation Term="Org.OData.Core.V1.Description" String="Current value of setting on device" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the setting" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/errorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Error description" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/instanceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/settingInstanceId"><Annotation Term="Org.OData.Core.V1.Description" String="SettingInstanceId" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/sources"><Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="UserName" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationSettingState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.managedDeviceReportedApp"><Annotation Term="Org.OData.Core.V1.Description" String="Application data for reporting" /></Annotations><Annotations Target="microsoft.graph.managedDeviceReportedApp/appId"><Annotation Term="Org.OData.Core.V1.Description" String="The application or bundle identifier of the application" /></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.numberRange"><Annotation Term="Org.OData.Core.V1.Description" String="Number Range definition." /></Annotations><Annotations Target="microsoft.graph.numberRange/lowerNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Lower number." /></Annotations><Annotations Target="microsoft.graph.numberRange/upperNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Upper number." /></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/isEncrypted"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the value field is encrypted. 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.omaSetting/omaUri"><Annotation Term="Org.OData.Core.V1.Description" String="OMA." /></Annotations><Annotations Target="microsoft.graph.omaSetting/secretReferenceValueId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="ReferenceId for looking up secret for decryption. 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.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/isReadOnly"><Annotation Term="Org.OData.Core.V1.Description" String="By setting to true, the CSP (configuration service provider) specified in the OMA-URI will perform a get, instead of set" /></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.operatingSystemVersionRange"><Annotation Term="Org.OData.Core.V1.Description" String="Operating System version range." /></Annotations><Annotations Target="microsoft.graph.operatingSystemVersionRange/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of this range (e.g. Valid 1702 builds)" /></Annotations><Annotations Target="microsoft.graph.operatingSystemVersionRange/highestVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The highest inclusive version that this range contains." /></Annotations><Annotations Target="microsoft.graph.operatingSystemVersionRange/lowestVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The lowest inclusive version that this range contains." /></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.redirectSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an Apple Single Sign-On Extension." /></Annotations><Annotations Target="microsoft.graph.redirectSingleSignOnExtension/configurations"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.redirectSingleSignOnExtension/extensionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.redirectSingleSignOnExtension/teamIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." /></Annotations><Annotations Target="microsoft.graph.redirectSingleSignOnExtension/urlPrefixes"><Annotation Term="Org.OData.Core.V1.Description" String="One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles." /></Annotations><Annotations Target="microsoft.graph.report"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration profile History reports." /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="ManagedDevices that are scheduled for retire" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/complianceState"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device ComplianceStatus" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/deviceCompliancePolicyId"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compliance PolicyId" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/deviceCompliancePolicyName"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compliance Policy Name" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Device Type" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/id"><Annotation Term="Org.OData.Core.V1.Description" String="Key of the entity." /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Managed DeviceId" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/managedDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Name" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/managementAgent"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device ManagementAgentType" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device ManagedDeviceOwnerType" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/retireAfterDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Retire After DateTime" /></Annotations><Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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.specifiedCaptiveNetworkPlugins/allowedBundleIdentifiers"><Annotation Term="Org.OData.Core.V1.Description" String="Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN" /></Annotations><Annotations Target="microsoft.graph.unsupportedDeviceConfigurationDetail"><Annotation Term="Org.OData.Core.V1.Description" String="A description of why an entity is unsupported." /></Annotations><Annotations Target="microsoft.graph.unsupportedDeviceConfigurationDetail/message"><Annotation Term="Org.OData.Core.V1.Description" String="A message explaining why an entity is unsupported." /></Annotations><Annotations Target="microsoft.graph.unsupportedDeviceConfigurationDetail/propertyName"><Annotation Term="Org.OData.Core.V1.Description" String="If message is related to a specific property in the original entity, then the name of that property." /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule"><Annotation Term="Org.OData.Core.V1.Description" String="VPN DNS Rule definition." /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule/autoTrigger"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically connect to the VPN when the device connects to this domain: Default False." /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name." /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule/persistent"><Annotation Term="Org.OData.Core.V1.Description" String="Keep this rule active even when the VPN is not connected: Default False" /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule/proxyServerUri"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server Uri." /></Annotations><Annotations Target="microsoft.graph.vpnDnsRule/servers"><Annotation Term="Org.OData.Core.V1.Description" String="Servers." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule"><Annotation Term="Org.OData.Core.V1.Description" String="VPN On-Demand Rule definition." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/action"><Annotation Term="Org.OData.Core.V1.Description" String="Action." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/dnsSearchDomains"><Annotation Term="Org.OData.Core.V1.Description" String="DNS Search Domains." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/dnsServerAddressMatch"><Annotation Term="Org.OData.Core.V1.Description" String="DNS Search Server Address." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/domainAction"><Annotation Term="Org.OData.Core.V1.Description" String="Domain Action (Only applicable when Action is evaluate connection)." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/domains"><Annotation Term="Org.OData.Core.V1.Description" String="Domains (Only applicable when Action is evaluate connection)." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/interfaceTypeMatch"><Annotation Term="Org.OData.Core.V1.Description" String="Network interface to trigger VPN." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/probeRequiredUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Probe Required Url (Only applicable when Action is evaluate connection and DomainAction is connect if needed)." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/probeUrl"><Annotation Term="Org.OData.Core.V1.Description" String="A URL to probe. If this URL is successfully fetched (returning a 200 HTTP status code) without redirection, this rule matches." /></Annotations><Annotations Target="microsoft.graph.vpnOnDemandRule/ssids"><Annotation Term="Org.OData.Core.V1.Description" String="Network Service Set Identifiers (SSIDs)." /></Annotations><Annotations Target="microsoft.graph.vpnProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Proxy Server." /></Annotations><Annotations Target="microsoft.graph.vpnProxyServer/address"><Annotation Term="Org.OData.Core.V1.Description" String="Address." /></Annotations><Annotations Target="microsoft.graph.vpnProxyServer/automaticConfigurationScriptUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy's automatic configuration script url." /></Annotations><Annotations Target="microsoft.graph.vpnProxyServer/port"><Annotation Term="Org.OData.Core.V1.Description" String="Port. Valid values 0 to 65535" /></Annotations><Annotations Target="microsoft.graph.vpnRoute"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Route definition." /></Annotations><Annotations Target="microsoft.graph.vpnRoute/destinationPrefix"><Annotation Term="Org.OData.Core.V1.Description" String="Destination prefix (IPv4/v6 address)." /></Annotations><Annotations Target="microsoft.graph.vpnRoute/prefixSize"><Annotation Term="Org.OData.Core.V1.Description" String="Prefix size. (1-32). Valid values 1 to 32" /></Annotations><Annotations Target="microsoft.graph.vpnServer"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Server definition." /></Annotations><Annotations Target="microsoft.graph.vpnServer/address"><Annotation Term="Org.OData.Core.V1.Description" String="Address (IP address, FQDN or URL)" /></Annotations><Annotations Target="microsoft.graph.vpnServer/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description." /></Annotations><Annotations Target="microsoft.graph.vpnServer/isDefaultServer"><Annotation Term="Org.OData.Core.V1.Description" String="Default server." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Traffic Rule definition." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/appId"><Annotation Term="Org.OData.Core.V1.Description" String="App identifier, if this traffic rule is triggered by an app." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/appType"><Annotation Term="Org.OData.Core.V1.Description" String="App type, if this traffic rule is triggered by an app." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/claims"><Annotation Term="Org.OData.Core.V1.Description" String="Claims associated with this traffic rule." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/localAddressRanges"><Annotation Term="Org.OData.Core.V1.Description" String="Local address range. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/localPortRanges"><Annotation Term="Org.OData.Core.V1.Description" String="Local port range can be set only when protocol is either TCP or UDP (6 or 17). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/protocols"><Annotation Term="Org.OData.Core.V1.Description" String="Protocols (0-255). Valid values 0 to 255" /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/remoteAddressRanges"><Annotation Term="Org.OData.Core.V1.Description" String="Remote address range. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/remotePortRanges"><Annotation Term="Org.OData.Core.V1.Description" String="Remote port range can be set only when protocol is either TCP or UDP (6 or 17). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/routingPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="When app triggered, indicates whether to enable split tunneling along this route." /></Annotations><Annotations Target="microsoft.graph.vpnTrafficRule/vpnTrafficDirection"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the rule applies to inbound traffic or outbound traffic." /></Annotations><Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 force update schedule for Apps" /></Annotations><Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/recurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Recurrence schedule." /></Annotations><Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/runImmediatelyIfAfterStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence." /></Annotations><Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The start time for the force restart." /></Annotations><Annotations Target="microsoft.graph.windows10AssociatedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Associated Application definition." /></Annotations><Annotations Target="microsoft.graph.windows10AssociatedApps/appType"><Annotation Term="Org.OData.Core.V1.Description" String="Application type." /></Annotations><Annotations Target="microsoft.graph.windows10AssociatedApps/identifier"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier." /></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.windows10VpnProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Proxy Server." /></Annotations><Annotations Target="microsoft.graph.windows10VpnProxyServer/bypassProxyServerForLocalAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass proxy server for local address." /></Annotations><Annotations Target="microsoft.graph.windows81VpnProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Proxy Server." /></Annotations><Annotations Target="microsoft.graph.windows81VpnProxyServer/automaticallyDetectProxySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically detect proxy settings." /></Annotations><Annotations Target="microsoft.graph.windows81VpnProxyServer/bypassProxyServerForLocalAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass proxy server for local address." /></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/authorizedApplicationRulesFromGroupPolicyNotMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging 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/connectionSecurityRulesFromGroupPolicyNotMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging 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/globalPortRulesFromGroupPolicyNotMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging 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/inboundConnectionsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow 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/inboundNotificationsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the firewall to display 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/incomingTrafficRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow incoming traffic pursuant to 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/outboundConnectionsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow 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/policyRulesFromGroupPolicyNotMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging 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/securedPacketExemptionBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block 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/stealthModeRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the server to operate 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.windowsFirewallNetworkProfile/unicastResponsesToMulticastBroadcastsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule"><Annotation Term="Org.OData.Core.V1.Description" String="A rule controlling traffic through the Windows Firewall." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/action"><Annotation Term="Org.OData.Core.V1.Description" String="The action the rule enforces. If not specified, the default is Allowed." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the rule." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the rule. Does not need to be unique." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/edgeTraversal"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether edge traversal is enabled or disabled for this rule. The EdgeTraversal setting indicates that specific inbound traffic is allowed to tunnel through NATs and other edge devices using the Teredo tunneling technology. In order for this setting to work correctly, the application or service with the inbound firewall rule needs to support IPv6. The primary application of this setting allows listeners on the host to be globally addressable through a Teredo IPv6 address. New rules have the EdgeTraversal property disabled by default." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/filePath"><Annotation Term="Org.OData.Core.V1.Description" String="The full file path of an app that's affected by the firewall rule." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/interfaceTypes"><Annotation Term="Org.OData.Core.V1.Description" String="The interface types of the rule." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/localAddressRanges"><Annotation Term="Org.OData.Core.V1.Description" String="List of local addresses covered by the rule. Default is any address. Valid tokens include:&lt;ul&gt;&lt;li&gt;&quot;*&quot; indicates any local address. If present, this must be the only token included.&lt;/li&gt;&lt;li&gt;A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask nor a network prefix is specified, the subnet mask defaults to 255.255.255.255.&lt;/li&gt;&lt;li&gt;A valid IPv6 address.&lt;/li&gt;&lt;li&gt;An IPv4 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;li&gt;An IPv6 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;/ul&gt;" /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/localPortRanges"><Annotation Term="Org.OData.Core.V1.Description" String="List of local port ranges. For example, &quot;100-120&quot;, &quot;200&quot;, &quot;300-320&quot;. If not specified, the default is All." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/localUserAuthorizations"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the list of authorized local users for the app container. This is a string in Security Descriptor Definition Language (SDDL) format." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/packageFamilyName"><Annotation Term="Org.OData.Core.V1.Description" String="The package family name of a Microsoft Store application that's affected by the firewall rule." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/profileTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the profiles to which the rule belongs. If not specified, the default is All." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/protocol"><Annotation Term="Org.OData.Core.V1.Description" String="0-255 number representing the IP protocol (TCP = 6, UDP = 17). If not specified, the default is All. Valid values 0 to 255" /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/remoteAddressRanges"><Annotation Term="Org.OData.Core.V1.Description" String="List of tokens specifying the remote addresses covered by the rule. Tokens are case insensitive. Default is any address. Valid tokens include:&lt;ul&gt;&lt;li&gt;&quot;*&quot; indicates any remote address. If present, this must be the only token included.&lt;/li&gt;&lt;li&gt;&quot;Defaultgateway&quot;&lt;/li&gt;&lt;li&gt;&quot;DHCP&quot;&lt;/li&gt;&lt;li&gt;&quot;DNS&quot;&lt;/li&gt;&lt;li&gt;&quot;WINS&quot;&lt;/li&gt;&lt;li&gt;&quot;Intranet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;RmtIntranet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;Internet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;Ply2Renders&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;LocalSubnet&quot; indicates any local address on the local subnet.&lt;/li&gt;&lt;li&gt;A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask nor a network prefix is specified, the subnet mask defaults to 255.255.255.255.&lt;/li&gt;&lt;li&gt;A valid IPv6 address.&lt;/li&gt;&lt;li&gt;An IPv4 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;li&gt;An IPv6 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;/ul&gt;" /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/remotePortRanges"><Annotation Term="Org.OData.Core.V1.Description" String="List of remote port ranges. For example, &quot;100-120&quot;, &quot;200&quot;, &quot;300-320&quot;. If not specified, the default is All." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/serviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name used in cases when a service, not an application, is sending or receiving traffic." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallRule/trafficDirection"><Annotation Term="Org.OData.Core.V1.Description" String="The traffic direction that the rule is enabled for. If not specified, the default is Out." /></Annotations><Annotations Target="microsoft.graph.windowsKioskUser"><Annotation Term="Org.OData.Core.V1.Description" String="The user base class used to identify the account info for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskActiveDirectoryGroup"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify an Azure Directory group for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskActiveDirectoryGroup/groupName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the AD group that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppBase"><Annotation Term="Org.OData.Core.V1.Description" String="The base class for a type of apps" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppBase/appType"><Annotation Term="Org.OData.Core.V1.Description" String="The app type" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppBase/autoLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the app to be auto-launched in multi-app kiosk mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppBase/name"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the friendly name of an app" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppBase/startLayoutTileSize"><Annotation Term="Org.OData.Core.V1.Description" String="The app tile size for the start layout" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The app base class used to identify the application info for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAutologon"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify an autologon kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADGroup"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify an AzureAD group for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADGroup/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the AzureAD group that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADGroup/groupId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AzureAD group that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADUser"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify an AzureAD user account for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADUser/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AzureAD user that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskAzureADUser/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskDesktopApp"><Annotation Term="Org.OData.Core.V1.Description" String="The base class for a type of apps" /></Annotations><Annotations Target="microsoft.graph.windowsKioskDesktopApp/desktopApplicationId"><Annotation Term="Org.OData.Core.V1.Description" String="Define the DesktopApplicationID of the app" /></Annotations><Annotations Target="microsoft.graph.windowsKioskDesktopApp/desktopApplicationLinkPath"><Annotation Term="Org.OData.Core.V1.Description" String="Define the DesktopApplicationLinkPath of the app" /></Annotations><Annotations Target="microsoft.graph.windowsKioskDesktopApp/path"><Annotation Term="Org.OData.Core.V1.Description" String="Define the path of a desktop app" /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 force update schedule for Kiosk devices." /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/dayofMonth"><Annotation Term="Org.OData.Core.V1.Description" String="Day of month. Valid values 1 to 31" /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/dayofWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Day of week." /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/recurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Recurrence schedule." /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/runImmediatelyIfAfterStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence." /></Annotations><Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The start time for the force restart." /></Annotations><Annotations Target="microsoft.graph.windowsKioskLocalGroup"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify a local group for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskLocalGroup/groupName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the local group that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskLocalUser"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify a local account for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskLocalUser/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The local user that will be locked to this kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify the MultiMode app configuration for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps/allowAccessToDownloadsFolder"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows access to Downloads folder in file explorer." /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps/apps"><Annotation Term="Org.OData.Core.V1.Description" String="These are the only Windows Store Apps that will be available to launch from the Start menu. This collection can contain a maximum of 128 elements." /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps/disallowDesktopApps"><Annotation Term="Org.OData.Core.V1.Description" String="This setting indicates that desktop apps are allowed. Default to true." /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps/showTaskBar"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows the admin to specify whether the Task Bar is shown or not." /></Annotations><Annotations Target="microsoft.graph.windowsKioskMultipleApps/startMenuLayoutXml"><Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start 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 Binary format." /></Annotations><Annotations Target="microsoft.graph.windowsKioskProfile/appConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The App configuration that will be used for this kiosk configuration." /></Annotations><Annotations Target="microsoft.graph.windowsKioskProfile/profileId"><Annotation Term="Org.OData.Core.V1.Description" String="Key of the entity." /></Annotations><Annotations Target="microsoft.graph.windowsKioskProfile/profileName"><Annotation Term="Org.OData.Core.V1.Description" String="This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned." /></Annotations><Annotations Target="microsoft.graph.windowsKioskProfile/userAccountsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements." /></Annotations><Annotations Target="microsoft.graph.windowsKioskSingleUWPApp"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify the UWP app info for the kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskUWPApp"><Annotation Term="Org.OData.Core.V1.Description" String="The base class for a type of apps" /></Annotations><Annotations Target="microsoft.graph.windowsKioskSingleUWPApp/uwpApp"><Annotation Term="Org.OData.Core.V1.Description" String="This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskSingleWin32App"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify the single app configuration for the kiosk win32 configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App"><Annotation Term="Org.OData.Core.V1.Description" String="KioskModeApp v4 for Win32 app support" /></Annotations><Annotations Target="microsoft.graph.windowsKioskSingleWin32App/win32App"><Annotation Term="Org.OData.Core.V1.Description" String="This is the win32 app that will be available to launch use while in Kiosk Mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskUWPApp/appId"><Annotation Term="Org.OData.Core.V1.Description" String="This references an Intune App that will be target to the same assignments as Kiosk configuration" /></Annotations><Annotations Target="microsoft.graph.windowsKioskUWPApp/appUserModelId"><Annotation Term="Org.OData.Core.V1.Description" String="This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskUWPApp/containedAppId"><Annotation Term="Org.OData.Core.V1.Description" String="This references an contained App from an Intune App" /></Annotations><Annotations Target="microsoft.graph.windowsKioskVisitor"><Annotation Term="Org.OData.Core.V1.Description" String="The class used to identify a visitor kiosk account" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App/classicAppPath"><Annotation Term="Org.OData.Core.V1.Description" String="This is the classicapppath to be used by v4 Win32 app while in Kiosk Mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App/edgeKiosk"><Annotation Term="Org.OData.Core.V1.Description" String="Edge kiosk (url) for Edge kiosk mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App/edgeKioskIdleTimeoutMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Edge kiosk idle timeout in minutes for Edge kiosk mode. Valid values 0 to 1440" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App/edgeKioskType"><Annotation Term="Org.OData.Core.V1.Description" String="Edge kiosk type for Edge kiosk mode" /></Annotations><Annotations Target="microsoft.graph.windowsKioskWin32App/edgeNoFirstRun"><Annotation Term="Org.OData.Core.V1.Description" String="Edge first run flag for Edge kiosk mode" /></Annotations><Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Network Isolation Policy" /></Annotations><Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseCloudResources"><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. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/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 EnterpriseCloudResources policy to force traffic to the matched cloud resources through these proxies." /></Annotations><Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/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. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/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.windowsNetworkIsolationPolicy/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.windowsNetworkIsolationPolicy/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.windowsNetworkIsolationPolicy/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.windowsNetworkIsolationPolicy/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.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.windowsZtdnsExemptionRule"><Annotation Term="Org.OData.Core.V1.Description" String="Exemptions to ZTDNS rules for specific addresses or subnets" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsExemptionRule/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the exemption rule" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsExemptionRule/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name assigned to the exemption rule" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsExemptionRule/ipAddresses"><Annotation Term="Org.OData.Core.V1.Description" String="List of IPv4 and IPv6 addresses and subnets for this exemption rule. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServer"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted DNS server configuration for Zero Trust DNS" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServer/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name assigned to the trusted server entry" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverHttpsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration settings for DNS over HTTPS (DoH) service" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServer/dnsOverHttpsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="DNS over HTTPS (DoH) configuration settings for the secure DNS server" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverTlsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration settings for DNS over TLS (DoT) service" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServer/dnsOverTlsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="DNS over TLS (DoT) configuration settings for the secure DNS server" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServer/ipAddress"><Annotation Term="Org.OData.Core.V1.Description" String="IP address of a trusted DNS server for ZTDNS (IPv4 or IPv6)" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverHttpsConfiguration/httpsPort"><Annotation Term="Org.OData.Core.V1.Description" String="Port for DoH queries (0-65535). Valid values 0 to 65535" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverHttpsConfiguration/queryUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL template for DoH queries" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverTlsConfiguration/certificateSubjectName"><Annotation Term="Org.OData.Core.V1.Description" String="Expected subject name or subject alternative name in the server's TLS certificate" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsSecureDnsServerDnsOverTlsConfiguration/tlsPort"><Annotation Term="Org.OData.Core.V1.Description" String="Port for DoT queries (0-65535). Valid values 0 to 65535" /></Annotations><Annotations Target="microsoft.graph.wslDistributionConfiguration/distribution"><Annotation Term="Org.OData.Core.V1.Description" String="Linux distribution like Debian, Fedora, Ubuntu etc." /></Annotations><Annotations Target="microsoft.graph.wslDistributionConfiguration/maximumOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum supported operating system version of the linux version." /></Annotations><Annotations Target="microsoft.graph.wslDistributionConfiguration/minimumOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum supported operating system version of the linux version." /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState"><Annotation Term="Org.OData.Core.V1.Description" String="ATP onboarding State for a given device." /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Device Id that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The Device Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Device platform type" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="The Setting Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="The User email address that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user Id that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The User PrincipalName that is being reported" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/notAssignedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not assigned devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" /></Annotations><Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Android certificate profile base." /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></Annotations><Annotations Target="microsoft.graph.androidTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Android Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.androidCertificateProfileBase/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></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/advancedThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="MDATP Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/conditionStatementId"><Annotation Term="Org.OData.Core.V1.Description" String="Condition statement id." /></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/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.androidCompliancePolicy/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 11+." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/restrictedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to not have the specified apps installed. This collection can contain a maximum of 100 elements." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityBlockDeviceAdministratorManagedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Block device administrator managed devices." /></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.androidDeviceComplianceLocalActionBase"><Annotation Term="Org.OData.Core.V1.Description" String="Local Action Configuration" /></Annotations><Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionBase/gracePeriodInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Number of minutes to wait till a local action is enforced. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Local Action Lock Device Only Configuration" /></Annotations><Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode"><Annotation Term="Org.OData.Core.V1.Description" String="Local Action Lock Device with Passcode Configuration" /></Annotations><Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode/passcode"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Passcode to reset to Android 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.androidDeviceComplianceLocalActionLockDeviceWithPasscode/passcodeSignInFailureCountBeforeWipe"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures before wiping device, the value can be 4-11. Valid values 4 to 11" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner certificate profile base." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerCompliancePolicy resource." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/advancedThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. Possible values are: `unavailable`, `secured`, `low`, `medium`, `high`, `notSet`." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the policy requires devices have device threat protection enabled.  When TRUE, threat protection is enabled.  When FALSE, threat protection is not enabled.  Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. Possible values are: `unavailable`, `secured`, `low`, `medium`, `high`, `notSet`." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/minAndroidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum Android security patch level required to mark the device as compliant.  For example: &quot;February 1, 2025&quot;" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the maximum Android version required to mark the device as compliant.  For example: &quot;15&quot;" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum Android version required to mark the device as compliant. For example: &quot;14&quot;" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of days before the password expires. Valid values 1 to 365." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum password length required to mark the device as compliant. Valid values are 4 to 16, inclusive. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of letter characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLowerCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of lower case characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumNonLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of non-letter characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumNumericCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of numeric characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumSymbolCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of symbol characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumUpperCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of upper case letter characters required for device password for the device to be marked compliant. Valid values 1 to 16." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordPreviousPasswordCountToBlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of previous passwords to block. Valid values 1 to 24." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a password is required to unlock the device. When TRUE, there must be a password set that unlocks the device for the device to be marked as compliant.  When FALSE, a device is marked as compliant whether or not a password is set as required to unlock the device.  Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the password complexity requirement for the device to be marked compliant. Possible values are: `deviceDefault`, `required`, `numeric`, `numericComplex`, `alphabetic`, `alphanumeric`, `alphanumericWithSymbols`, `lowSecurityBiometric`, `customPassword`." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/requireNoPendingSystemUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has pending security or OS updates and sets the compliance state accordingly.  When TRUE, checks if there are any pending system updates on each check in and if there are any pending security or OS version updates (System Updates), the device will be reported as non-compliant. If set to FALSE, then checks for any pending security or OS version updates (System Updates) are done without impact to device compliance state. Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/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.androidDeviceOwnerCompliancePolicy/securityRequiredAndroidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. Possible values are: `basic`, `hardwareBacked`, with default value of `basic`." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/securityRequireIntuneAppIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Intune application integrity is required to mark the device as compliant.  When TRUE, Intune checks that the Intune app installed on fully managed, dedicated, or corporate-owned work profile Android Enterprise enrolled devices, is the one provided by Microsoft from the Managed Google Play store. If the check fails, the device will be reported as non-compliant. Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the compliance check will validate the Google Play Integrity check. When TRUE, the Google Play integrity basic check must pass to consider the device compliant.  When FALSE, the Google Play integrity basic check can pass or fail and the device will be considered compliant.  Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the compliance check will validate the Google Play Integrity check. When TRUE, the Google Play integrity device check must pass to consider the device compliant.  When FALSE, the Google Play integrity device check can pass or fail and the device will be considered compliant.  Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether encryption on Android devices is required to mark the device as compliant." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDerivedCredentialAuthenticationConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Android COBO Derived Credential profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDerivedCredentialAuthenticationConfiguration/certificateAccessType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDerivedCredentialAuthenticationConfiguration/silentCertificateAccessDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access information. This collection can contain a maximum of 50 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerDerivedCredentialAuthenticationConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Device Owner device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificates for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidDeviceOwnerGeneralDeviceConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/accountsBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adding or removing accounts is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/androidDeviceOwnerDelegatedScopeAppSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the list of managed apps with app details and its associated delegated scope(s). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsAllowInstallFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user is allowed to enable to unknown sources setting." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsAutoUpdatePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value of the app auto update policy." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsDefaultPermissionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsRecommendSkippingFirstUseHints"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to recommend all apps skip any first-time-use hints they may have added." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/azureAdSharedDeviceDataClearApps"><Annotation Term="Org.OData.Core.V1.Description" String="A list of managed apps that will have their data cleared during a global sign-out in AAD shared device mode. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/bluetoothBlockConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from configuring bluetooth." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/bluetoothBlockContactSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from sharing contacts via bluetooth." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the use of the camera." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/cellularBlockWiFiTethering"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi tethering." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/certificateCredentialConfigurationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block users from any certificate credential configuration." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/crossProfilePoliciesAllowCopyPaste"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not text copied from one profile (personal or work) can be pasted in the other." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/crossProfilePoliciesAllowDataSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether data from one profile (personal or work) can be shared with apps in the other profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/crossProfilePoliciesShowWorkContactsInPersonalProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not contacts stored in work profile are shown in personal profile contact searches/incoming calls." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/dataRoamingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from data roaming." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/dateTimeConfigurationBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from manually changing the date or time on the device" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/detailedHelpText"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the customized detailed help text provided to users when they attempt to modify managed settings on their device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/deviceLocationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/deviceOwnerLockScreenMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the customized lock screen message provided to users when they attempt to modify managed settings on their device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/enrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which enrollment profile you want to configure." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/factoryResetBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the factory reset option in settings is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/factoryResetDeviceAdministratorEmails"><Annotation Term="Org.OData.Core.V1.Description" String="List of Google account emails that will be required to authenticate after a device is factory reset before it can be set up." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/globalProxy"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy is set up directly with host, port and excluded hosts." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/googleAccountsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not google accounts will be blocked." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/isKioskModeExitCodeSet"><Annotation Term="Org.OData.Core.V1.Description" String="Exit code to allow a user to escape from Kiosk Mode when the device is in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskCustomizationDeviceSettingsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a user can access the device's Settings app while in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskCustomizationPowerButtonActionsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the power menu is shown when a user long presses the Power button of a device in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskCustomizationStatusBar"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether system info and notifications are disabled in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskCustomizationSystemErrorWarnings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether system error dialogs for crashed or unresponsive apps are shown in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskCustomizationSystemNavigation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which navigation features are enabled in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeAppOrderEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to enable app ordering in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeAppPositions"><Annotation Term="Org.OData.Core.V1.Description" String="The ordering of items on Kiosk Mode Managed Home Screen. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeApps"><Annotation Term="Org.OData.Core.V1.Description" String="A list of managed apps that will be shown when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeAppsInFolderOrderedByName"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to alphabetize applications within a folder in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeBluetoothConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to configure Bluetooth settings in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeDebugMenuEasyAccessEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to easy access to the debug menu in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeExitCode"><Annotation Term="Org.OData.Core.V1.Description" String="Exit code to allow a user to escape from Kiosk Mode when the device is in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeFlashlightConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to use the flashlight in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeFolderIcon"><Annotation Term="Org.OData.Core.V1.Description" String="Folder icon configuration for managed home screen in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeGridHeight"><Annotation Term="Org.OData.Core.V1.Description" String="Number of rows for Managed Home Screen grid with app ordering enabled in Kiosk Mode. Valid values 1 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeGridWidth"><Annotation Term="Org.OData.Core.V1.Description" String="Number of columns for Managed Home Screen grid with app ordering enabled in Kiosk Mode. Valid values 1 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeIconSize"><Annotation Term="Org.OData.Core.V1.Description" String="Icon size configuration for managed home screen in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeLockHomeScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to lock home screen to the end user in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedFolders"><Annotation Term="Org.OData.Core.V1.Description" String="A list of managed folders for a device in Kiosk Mode. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenAppSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of managed applications and associated settings, which will be applied when android device is run on kiosk mode with Managed Home Screen. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenAutoSignout"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to automatically sign-out of MHS and Shared device mode applications after inactive for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenInactiveSignOutDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Number of seconds to give user notice before automatically signing them out for Managed Home Screen. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Number of seconds device is inactive before automatically signing user out for Managed Home Screen. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenPinComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Complexity of PIN for sign-in session for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenPinRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not require user to set a PIN for sign-in session for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenPinRequiredToResume"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not required user to enter session PIN if screensaver has appeared for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenSignInBackground"><Annotation Term="Org.OData.Core.V1.Description" String="Custom URL background for sign-in screen for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenSignInBrandingLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Custom URL branding logo for sign-in screen and session pin page for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedHomeScreenSignInEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not show sign-in screen for Managed Home Screen." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeManagedSettingsEntryDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to display the Managed Settings entry point on the managed home screen in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeMediaVolumeConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to change the media volume in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenOrientation"><Annotation Term="Org.OData.Core.V1.Description" String="Screen orientation configuration for managed home screen in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to enable screen saver mode or not in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverDetectMediaDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the device screen should show the screen saver if audio/video is playing in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverDisplayTimeInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="The number of seconds that the device will display the screen saver for in Kiosk Mode. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverImageUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL for an image that will be the device's screen saver in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverStartDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="The number of seconds the device needs to be inactive for before the screen saver is shown in Kiosk Mode. Valid values 1 to 9999999" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeShowAppNotificationBadge"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to display application notification badges in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeShowDeviceInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to access basic device information." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeUseManagedHomeScreenApp"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use single app kiosk mode or multi-app kiosk mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeVirtualHomeButtonEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to display a virtual home button when the device is in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeVirtualHomeButtonType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the virtual home button is a swipe up home button or a floating home button." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeWallpaperUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to a publicly accessible image to use for the wallpaper when the device is in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeWifiAllowedSsids"><Annotation Term="Org.OData.Core.V1.Description" String="The restricted set of WIFI SSIDs available for the user to configure in Kiosk Mode. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeWiFiConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to configure Wi-Fi settings in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/locateDeviceLostModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not LocateDevice for devices with lost mode (COBO, COPE) is enabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/locateDeviceUserlessDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not LocateDevice for userless (COSU) devices is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microphoneForceMute"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block unmuting the microphone on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to you want configure Microsoft Launcher." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherCustomWallpaperAllowUserModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user can modify the wallpaper to personalize their device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherCustomWallpaperEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to configure the wallpaper on the targeted devices." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherCustomWallpaperImageUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the URL for the image file to use as the wallpaper on the targeted devices." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherDockPresenceAllowUserModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user can modify the device dock configuration on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherDockPresenceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not you want to configure the device dock." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherFeedAllowUserModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user can modify the launcher feed on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherFeedEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not you want to enable the launcher feed on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microsoftLauncherSearchBarPlacementConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the search bar placement configuration on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/networkEscapeHatchAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the device will allow connecting to a temporary network connection at boot time." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/nfcBlockOutgoingBeam"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block NFC outgoing beam." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordBlockKeyguard"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the keyguard is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordBlockKeyguardFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="List of device keyguard features to block. This collection can contain a maximum of 11 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the amount of time that a password can be set for before it expires and a new password will be required. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of the password required on the device. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of letter characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLowerCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of lower case characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumNonLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of non-letter characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumNumericCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of numeric characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumSymbolCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of symbol characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumUpperCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of upper case letter characters required for device password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordPreviousPasswordCountToBlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the length of password history, where the user will not be able to enter a new password that is the same as any password in the history. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum password quality required on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordRequireUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the timeout period after which a device must be unlocked using a form of strong authentication." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of times a user can enter an incorrect password before the device is wiped. Valid values 4 to 11" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/personalProfileAppsAllowInstallFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user can install apps from unknown sources on the personal profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/personalProfileCameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to disable the use of the camera on the personal profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/personalProfilePersonalApplications"><Annotation Term="Org.OData.Core.V1.Description" String="Policy applied to applications in the personal profile. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/personalProfilePlayStoreMode"><Annotation Term="Org.OData.Core.V1.Description" String="Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/personalProfileScreenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to disable the capability to take screenshots on the personal profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/playStoreMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Play Store mode of the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the capability to take screenshots." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/securityCommonCriteriaModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the security common criteria mode enabled provided to users when they attempt to modify managed settings on their device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/securityDeveloperSettingsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user is allowed to access developer settings like developer options and safe boot on the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not verify apps is required." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/shareDeviceLocationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not location sharing is disabled for fully managed devices (COBO), and corporate owned devices with a work profile (COPE)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/shortHelpText"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the customized short help text provided to users when they attempt to modify managed settings on their device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/statusBarBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or the status bar is disabled, including notifications, quick settings and other screen overlays." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/stayOnModes"><Annotation Term="Org.OData.Core.V1.Description" String="List of modes in which the device's display will stay powered-on. This collection can contain a maximum of 4 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageAllowUsb"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow USB mass storage." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageBlockExternalMedia"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block external media." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageBlockUsbFileTransfer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block USB file transfer." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateFreezePeriods"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the annually repeating time periods during which system updates are postponed. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateInstallType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of system update configuration." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateWindowEndMinutesAfterMidnight"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of minutes after midnight that the system update window ends. Valid values 0 to 1440" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateWindowStartMinutesAfterMidnight"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of minutes after midnight that the system update window starts. Valid values 0 to 1440" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemWindowsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block Android system prompt windows, like toasts, phone activities, and system alerts." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/usersBlockAdd"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adding users and profiles is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/usersBlockRemove"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable removing other users from the device." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/volumeBlockAdjustment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adjusting the master volume is disabled." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/vpnAlwaysOnLockdownMode"><Annotation Term="Org.OData.Core.V1.Description" String="If an always on VPN package name is specified, whether or not to lock network traffic when that VPN is disconnected." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/vpnAlwaysOnPackageIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Android app package name for app that will handle an always-on VPN connection." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/wifiBlockEditConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing the wifi connection settings." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/wifiBlockEditPolicyDefinedConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing just the networks defined by the policy." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of days that a work profile password can be set before it expires and a new password will be required. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of the work profile password. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of letter characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumLowerCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of lower-case characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumNonLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of non-letter characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumNumericCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of numeric characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumSymbolCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of symbol characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordMinimumUpperCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of upper-case letter characters required for the work profile password. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordPreviousPasswordCountToBlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the length of the work profile password history, where the user will not be able to enter a new password that is the same as any password in the history. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum password quality required on the work profile password." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordRequireUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/workProfilePasswordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of times a user can enter an incorrect work profile password before the device is wiped. Valid values 4 to 11" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerImportedPFXCertificateProfile/certificateAccessType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerImportedPFXCertificateProfile/silentCertificateAccessDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access information. This collection can contain a maximum of 50 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificateAccessType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/certificationAuthorityType"><Annotation Term="Org.OData.Core.V1.Description" String="Certification authority type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/silentCertificateAccessDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access information. This collection can contain a maximum of 50 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/certificateAccessType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access type" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/silentCertificateAccessDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate access information. This collection can contain a maximum of 50 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Base VPN Configuration profile." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Fully Managed device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/alwaysOn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to enable always-on VPN connection." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/alwaysOnLockdown"><Annotation Term="Org.OData.Core.V1.Description" String="If always-on VPN connection is enabled, whether or not to lock network traffic when that VPN is disconnected." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/customData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/customKeyValueData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/microsoftTunnelSiteId"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel site ID." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/proxyExclusionList"><Annotation Term="Org.OData.Core.V1.Description" String="List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/proxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy server." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/targetedMobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted mobile apps. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/targetedPackageIds"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted App package IDs." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/macAddressRandomizationMode"><Annotation Term="Org.OData.Core.V1.Description" String="The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/preSharedKeyIsSet"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server configuration script URL." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/proxyExclusionList"><Annotation Term="Org.OData.Core.V1.Description" String="List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/proxyManualAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server IP address. Android documentation does not specify IPv4 or IPv6. For example: 192.168.1.1." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/proxyManualPort"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server port." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/proxySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy setting for Wi-Fi configuration. Possible values include none, manual, and automatic." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on KNOX devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/accountName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActiveSync account name, displayed to users as name of EAS (this) profile." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/customDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Custom domain name value used while generating an email profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/emailSyncSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the native mail app connects to." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/requireSmime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use S/MIME certificate." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false calendar is turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncContacts"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing notes. If set to false notes are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/userDomainNameSource"><Annotation Term="Org.OData.Core.V1.Description" String="UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/usernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." /></Annotations><Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/smimeSigningCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="S/MIME signing certificate." /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/passwordFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Password format string used to build the password to connect to wifi" /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="PreSharedKey used to build the password to connect to wifi" /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/usernameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Username format string used to build the username to connect to wifi" /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." /></Annotations><Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work certificate profile base." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></Annotations><Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android for Work." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/minAndroidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required device password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android API 12+." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/securityDisableUsbDebugging"><Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityPreventInstallAppsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/securityRequiredAndroidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="Require a specific SafetyNet evaluation type for compliance." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/workProfileInactiveBeforeScreenLockInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/workProfilePasswordExpirationInDays"><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.androidForWorkCompliancePolicy/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.androidForWorkCompliancePolicy/workProfilePasswordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/workProfilePreviousPasswordBlockCount"><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.androidForWorkCompliancePolicy/workProfileRequiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></Annotations><Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/workProfileRequirePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work custom configuration" /></Annotations><Annotations Target="microsoft.graph.androidForWorkCustomConfiguration/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.androidForWorkEasEmailProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Base for Android For Work EAS Email profiles" /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the mail app connects to." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/usernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android for Work device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android for Work device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." /></Annotations><Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work general device configuration." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/allowedGoogleAccountDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Determine domains allow-list for accounts that can be added to work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/blockUnifiedPasswordForWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent using unified password for unlocking device and work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordBlockFaceUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block face unlock." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordBlockIrisUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iris unlock." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required device password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/vpnAlwaysOnPackageIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/vpnEnableAlwaysOnLockdownMode"><Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileAccountUse"><Annotation Term="Org.OData.Core.V1.Description" String="Control user's ability to add accounts in work profile including Google accounts." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileAllowWidgets"><Annotation Term="Org.OData.Core.V1.Description" String="Allow widgets from work profile apps." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockAddingAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Block users from adding/removing accounts in work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Block work profile camera." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCrossProfileCallerId"><Annotation Term="Org.OData.Core.V1.Description" String="Block display work profile caller ID in personal profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCrossProfileContactsSearch"><Annotation Term="Org.OData.Core.V1.Description" String="Block work profile contacts availability in personal profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/workProfileBlockNotificationsWhileDeviceLocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block notifications while device locked." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockPersonalAppInstallsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent app installations from unknown sources in the personal profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockScreenCapture"><Annotation Term="Org.OData.Core.V1.Description" String="Block screen capture in work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBluetoothEnableContactSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Allow bluetooth devices to access enterprise contacts." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileDataSharingType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileDefaultAppPermissionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordBlockFaceUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block face unlock for work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/workProfilePasswordBlockIrisUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iris unlock for work profile." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/workProfilePasswordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/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.androidForWorkGeneralDeviceConfiguration/workProfileRequiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></Annotations><Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileRequirePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkGmailEasConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Gmail email client on Android For Work devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Nine Work email client on Android For Work devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false the calendar is turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncContacts"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android For Work SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/customData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/customKeyValueData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/fingerprint"><Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/role"><Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/servers"><Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." /></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/dateAndTimeBlockChanges"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block changing date and time while in KNOX Mode." /></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/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is an API targeted to Android 11+." /></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.androidImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.androidImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidOmaCpConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing a configuration in this profile you can configure Android devices that support OMA-CP." /></Annotations><Annotations Target="microsoft.graph.androidOmaCpConfiguration/configurationXml"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration XML that will be applied to the device. When it is read, it only provides a placeholder string since the original data is encrypted and stored." /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.androidTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/customData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/customKeyValueData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/fingerprint"><Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/role"><Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/servers"><Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.androidWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile certificate profile base." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></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/advancedThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="MDATP Require Mobile Threat Protection minimum risk level to report noncompliance." /></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/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.androidWorkProfileCompliancePolicy/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required device password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android API 12+." /></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/securityRequiredAndroidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="Require a specific SafetyNet evaluation type for compliance." /></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.androidWorkProfileCompliancePolicy/workProfileInactiveBeforeScreenLockInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/workProfilePasswordExpirationInDays"><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.androidWorkProfileCompliancePolicy/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.androidWorkProfileCompliancePolicy/workProfilePasswordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/workProfilePreviousPasswordBlockCount"><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.androidWorkProfileCompliancePolicy/workProfileRequiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/workProfileRequirePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" /></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.androidWorkProfileEasEmailProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Base for Android Work Profile EAS Email profiles" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the mail app connects to." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/usernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." /></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/allowedGoogleAccountDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Determine domains allow-list for accounts that can be added to work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/blockUnifiedPasswordForWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent using unified password for unlocking device and work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockFaceUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block face unlock." /></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/passwordBlockIrisUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iris 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/requiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required device password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></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/vpnAlwaysOnPackageIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/vpnEnableAlwaysOnLockdownMode"><Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileAccountUse"><Annotation Term="Org.OData.Core.V1.Description" String="Control user's ability to add accounts in work profile including Google accounts." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileAllowAppInstallsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to allow installation of apps from unknown sources." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileAllowWidgets"><Annotation Term="Org.OData.Core.V1.Description" String="Allow widgets from work profile apps." /></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/workProfileBlockPersonalAppInstallsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent app installations from unknown sources in the personal profile." /></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/workProfilePasswordBlockFaceUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block face unlock for work profile." /></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/workProfilePasswordBlockIrisUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iris 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/workProfileRequiredPasswordComplexity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the required work profile password complexity on Android. One of: NONE, LOW, MEDIUM, HIGH. This is a new API targeted to Android 12+." /></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.androidWorkProfileGmailEasConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Gmail email client on Android Work Profile devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Nine Work email client on Android Work Profile devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false the calendar is turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncContacts"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/alwaysOn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to enable always-on VPN connection." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/alwaysOnLockdown"><Annotation Term="Org.OData.Core.V1.Description" String="If always-on VPN connection is enabled, whether or not to lock network traffic when that VPN is disconnected." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/customData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/customKeyValueData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/fingerprint"><Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/microsoftTunnelSiteId"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel site ID." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/proxyExclusionList"><Annotation Term="Org.OData.Core.V1.Description" String="List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/proxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy server." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/role"><Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/servers"><Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/targetedMobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted mobile apps. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/targetedPackageIds"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted App package IDs." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, device will connect automatically to the Wi-Fi network when in range, skipping the user prompt. When false, user will need to connect manually through Settings on the Android device. Default value is false." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices. When false, device will not automatically connect to hidden networks. Default value is false." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the pre-shared key for a WEP or WPA personal Wi-Fi network. Restrictions depend on the value set for wiFiSecurityType. If WEP type security is used, then preSharedKey must be a valid passphrase (5 or 13 characters) or a valid HEX key (10 or 26 hexidecimal characters). If WPA security type is used, then preSharedKey can be any string between 8 and 64 characters long." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/preSharedKeyIsSet"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, indicates that the pre-shared key is configured. When set to false, indicates that pre-shared key is not configured (any values set for preSharedKey will be ignored). Default value is false." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL of the proxy server automatic configuration script when automatic configuration is selected. This URL is typically the location of PAC (Proxy Auto Configuration) file." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/proxySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="The possible security types for Android Wi-Fi profiles. Default value Open, indicates no authentication required for the network. The security protocols supported are WEP, WPA and WPA2. WpaEnterprise and Wpa2Enterprise options are available for Enterprise Wi-Fi profiles. Wep and WpaPersonal (supports WPA and WPA2) options are available for Basic Wi-Fi profiles." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="AOSP Device Owner certificate profile base." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="AOSP Device Owner Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCertificateProfileBase/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerAOSPCompliancePolicy resource." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/minAndroidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required. Valid values 1 to 8640" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerCompliancePolicy/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.aospDeviceOwnerCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerAOSPDeviceConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/appsBlockInstallFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user is allowed to enable unknown sources setting. When set to true, user is not allowed to enable unknown sources settings." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/bluetoothBlockConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from configuring bluetooth." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/bluetoothBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the use of bluetooth. When set to true, bluetooth cannot be enabled on the device." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the use of the camera." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/factoryResetBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the factory reset option in settings is disabled." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of the password required on the device. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum password quality required on the device." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of times a user can enter an incorrect password before the device is wiped. Valid values 4 to 11" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the capability to take screenshots." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/securityAllowDebuggingFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from enabling debugging features on the device." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/storageBlockExternalMedia"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block external media." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/storageBlockUsbFileTransfer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block USB file transfer." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerDeviceConfiguration/wifiBlockEditConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing the wifi connection settings." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the AOSP device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the AOSP Device Owner device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="AOSP Device Owner PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/certificationAuthorityType"><Annotation Term="Org.OData.Core.V1.Description" String="Certification authority type" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="AOSP Device Owner SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/preSharedKeyIsSet"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server configuration script URL." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/proxyExclusionList"><Annotation Term="Org.OData.Core.V1.Description" String="List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/proxyManualAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server IP address. Both IPv4 and IPv6 addresses are supported. For example: 192.168.1.1." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/proxyManualPort"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy server port." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/proxySetting"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy setting for Wi-Fi configuration. Possible values include none, manual, and automatic." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.aospDeviceOwnerWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." /></Annotations><Annotations Target="microsoft.graph.appleDeviceFeaturesConfigurationBase"><Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." /></Annotations><Annotations Target="microsoft.graph.appleDeviceFeaturesConfigurationBase/airPrintDestinations"><Annotation Term="Org.OData.Core.V1.Description" String="An array of AirPrint printers that should always be shown. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.appleExpeditedCheckinConfigurationBase"><Annotation Term="Org.OData.Core.V1.Description" String="Experimental profile to increase the rate of device check-ins per day of iOS/macOS devices. This profile type is deprecated." /></Annotations><Annotations Target="microsoft.graph.appleExpeditedCheckinConfigurationBase/enableExpeditedCheckin"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to enable expedited device check-ins." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Apple VPN configuration profile." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/associatedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Associated Domains" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for this VPN connection." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/customData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Custom VPN. Use this field to enable functionality not supported by Intune, but available in your VPN solution. Contact your VPN vendor to learn how to add these key/value pairs. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/customKeyValueData"><Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Custom VPN. Use this field to enable functionality not supported by Intune, but available in your VPN solution. Contact your VPN vendor to learn how to add these key/value pairs. This collection can contain a maximum of 25 elements." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/disableOnDemandUserOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Toggle to prevent user from disabling automatic VPN in the Settings app" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/disconnectOnIdle"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to disconnect after on-demand connection idles" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/disconnectOnIdleTimerInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="The length of time in seconds to wait before disconnecting an on-demand connection. Valid values 0 to 65535" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/enablePerApp"><Annotation Term="Org.OData.Core.V1.Description" String="Setting this to true creates Per-App VPN payload which can later be associated with Apps that can trigger this VPN conneciton on the end user's iOS device." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/enableSplitTunneling"><Annotation Term="Org.OData.Core.V1.Description" String="Send all network traffic through VPN." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/excludedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Domains that are accessed through the public internet instead of through VPN, even when per-app VPN is activated" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/identifier"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier provided by VPN vendor when connection type is set to Custom VPN. For example: Cisco AnyConnect uses an identifier of the form com.cisco.anyconnect.applevpn.plugin" /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/loginGroupOrDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Login group or domain when connection type is set to Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/onDemandRules"><Annotation Term="Org.OData.Core.V1.Description" String="On-Demand Rules. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/optInToDeviceIdSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Opt-In to sharing the device's Id to third-party vpn clients for use during network access control validation." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/providerType"><Annotation Term="Org.OData.Core.V1.Description" String="Provider type for per-app VPN." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/proxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/role"><Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/safariDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Safari domains when this VPN per App setting is enabled. In addition to the apps associated with this VPN, Safari domains specified here will also be able to trigger this VPN connection." /></Annotations><Annotations Target="microsoft.graph.appleVpnConfiguration/server"><Annotation Term="Org.OData.Core.V1.Description" String="VPN Server on the network. Make sure end users can access this network location." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/classroomIds"><Annotation Term="Org.OData.Core.V1.Description" String="Identifiers of classrooms to be associated with device carts." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the CartToClassAssociation." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/deviceCartIds"><Annotation Term="Org.OData.Core.V1.Description" String="Identifiers of device carts to be associated with classes." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.cartToClassAssociation/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the CartToClassAssociation." /></Annotations><Annotations Target="microsoft.graph.defaultDeviceCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Default device compliance policy rules that are enforced account wide." /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" /></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/notApplicablePlatformCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" /></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/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" /></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.deviceCompliancePolicyAssignment/source"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment source for the device compliance policy, direct or parcel/policySet." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment." /></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.deviceCompliancePolicyGroupAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy group assignment." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/excludeGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this group is should be excluded. Defaults that the group should be included" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/targetGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the device compliance policy to." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/deviceCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the  device compliance polic targeted." /></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/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/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></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/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Device platform type" /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" /></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.deviceConfigurationAssignment/intent"><Annotation Term="Org.OData.Core.V1.Description" String="The admin intent to apply or remove the profile." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationAssignment/source"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The assignment source for the device configuration, direct or parcel/policySet. 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.deviceConfigurationAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment. 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.deviceConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/conflictingDeviceConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The set of policies in conflict with the given setting" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/contributingSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The set of settings in conflict with the given policies" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/deviceCheckinsImpacted"><Annotation Term="Org.OData.Core.V1.Description" String="The count of checkins impacted by the conflicting policies and settings" /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" /></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/notApplicablePlatformCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" /></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/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" /></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.deviceConfigurationGroupAssignment/excludeGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this group is should be excluded. Defaults that the group should be included" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment/targetGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the device configuration to." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment/deviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the Device Configuration being targeted." /></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/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></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/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" /></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.deviceConfigurationUserStateSummary/compliantUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/conflictUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/errorUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/nonCompliantUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/notApplicableUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/remediatedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/unknownUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown 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.deviceManagementDerivedCredentialSettings/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the profile." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/helpUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/issuer"><Annotation Term="Org.OData.Core.V1.Description" String="The derived credential provider to use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/notificationType"><Annotation Term="Org.OData.Core.V1.Description" String="The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The nominal percentage of time before certificate renewal is initiated by the client." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This is the base class for Setup Configuration. Setup configurations are platform specific and individual per-platform setup configurations inherit from here." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.deviceSetupConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." /></Annotations><Annotations Target="microsoft.graph.easEmailProfileConfigurationBase"><Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." /></Annotations><Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/customDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Custom domain name value used while generating an email profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/userDomainNameSource"><Annotation Term="Org.OData.Core.V1.Description" String="UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/usernameAADSource"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the AAD field, that will be used to retrieve UserName for email profile." /></Annotations><Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/usernameSource"><Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." /></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.editionUpgradeConfiguration/windowsSMode"><Annotation Term="Org.OData.Core.V1.Description" String="S mode configuration." /></Annotations><Annotations Target="microsoft.graph.endpointPrivilegeManagementProvisioningStatus/licenseType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether tenant has a valid Intune Endpoint Privilege Management license. Possible value are : 0 - notPaid, 1 - paid, 2 - trial. See LicenseType enum for more details. Default notPaid." /></Annotations><Annotations Target="microsoft.graph.endpointPrivilegeManagementProvisioningStatus/onboardedToMicrosoftManagedPlatform"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether tenant is onboarded to Microsoft Managed Platform - Cloud (MMPC). When set to true, implies tenant is onboarded and when set to false, implies tenant is not onboarded. Default set to false." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/configurationFileContent"><Annotation Term="Org.OData.Core.V1.Description" String="The file content contains custom hardware settings that will be applied to the assigned devices' BIOS. Max allowed file size is 5KB. Represented as bytes. Required." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time  of when the BIOS configuration profile was created. The value cannot be modified and is automatically populated when the device is enrolled. 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. 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.hardwareConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the hardware configuration. Use this to provide context, purpose, applications, etc of the BIOS configuration profile for your organization's admins. Max length is 1000 characters. Optional." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the hardware BIOS configuration profile. It serves as user-friendly name to identify hardware BIOS configuration profiles. Max length is 150 characters. Required. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The file name for the BIOS configuration profile's ConfigurationFileContent. Max length is 150 characters. Required." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/hardwareConfigurationFormat"><Annotation Term="Org.OData.Core.V1.Description" String="The OEM type associated with BIOS configuration profile's custom hardware settings. All devices that adheres to profile must be from the same selected OEM. Possible values are Dell, Surface, and Surface dock. Required." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time  of when the BIOS configuration profile was last modified. The value cannot be modified and is automatically populated when the device is enrolled. 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. Read-Only. 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.hardwareConfiguration/perDevicePasswordDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates whether the policy-assigned devices' passwords are disabled. When FALSE, indicates they are enabled. Default is FALSE. Required." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="A list of unique Scope Tag IDs associated with the hardware configuration. Optional." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the hardware configuration (E.g. 1, 2, 3 ...). This is incremented after a change to the BIOS configuration profile's settings file name (FileName property), settings file content (ConfigurationFileContent property), or the PerDevicePasswordDisabled property. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a hardware configuration to a group." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="A list of the Entra user group ids that hardware configuration will be applied to. Only security groups and Office 365 Groups are supported. Optional." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the hardware configuration" /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for the hardware configuration across all devices. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a hardware configuration script." /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="A summary of the results from an attempt to configure hardware settings. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for User state of the hardware configuration" /></Annotations><Annotations Target="microsoft.graph.hardwareConfiguration/userRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for the hardware configuration across all users. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Azure Active Directory group we are targeting the configuration to." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/assignmentFilterIds"><Annotation Term="Org.OData.Core.V1.Description" String="A list of identifier strings of different assignment filters applied" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/configurationError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the hardware configuration execution" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/configurationOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Output of the hardware configuration execution" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/configurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration state from the lastest hardware configuration execution" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/internalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The Policy internal version" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last timestamp of when the hardware configuration executed" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device (E.g. 10.0.19042.1165, 10.0.19042.1288 etc.)" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/upn"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationDeviceState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the Entra user associated with the device for which policy is applied. Read-Only." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configuration state is error" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/errorUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configuration state is error" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configuration found an issue" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/failedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configuration found an issue" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/lastRunDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last run time for the configuration across all devices" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configuration state is not applicable" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/notApplicableUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configuration state is not applicable" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/pendingDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configuration is in pending state" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/pendingUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configuration is in pending state" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/successfulDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configured without any issue" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/successfulUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configured without any issue" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which hardware configuration state is unknown" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationRunSummary/unknownUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users for which hardware configuration state is unknown" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Error device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Failed device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last timestamp when the hardware configuration executed" /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Not applicable device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/pendingDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Pending device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/successfulDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Success device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown device count for specific user." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/upn"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="User Email address." /></Annotations><Annotations Target="microsoft.graph.hardwareConfigurationUserState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="User name" /></Annotations><Annotations Target="microsoft.graph.hardwarePasswordDetail/currentPassword"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The current device's BIOS password. Supports: $filter, $select, $top, $OrderBy, $skip. 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.hardwarePasswordDetail/previousPasswords"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The list of all the previous device BIOS passwords. Supports: $filter, $select, $top, $skip. 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.hardwarePasswordDetail/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The device serial number as defined by the device manufacturer. Supports: $filter, $select, $top, $OrderBy, $skip. This property is read-only." /></Annotations><Annotations Target="microsoft.graph.hardwarePasswordInfo/currentPassword"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Current device password. 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.hardwarePasswordInfo/previousPasswords"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="List of previous device passwords. 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.hardwarePasswordInfo/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Associated device's serial number . This property is read-only." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="iOS certificate profile base." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name type." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></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/advancedThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="MDATP Require Mobile Threat Protection minimum risk level to report noncompliance." /></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/osMaximumBuildVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS build version." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS version." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/osMinimumBuildVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS build 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. Starting January 2026 (Intune release version: 2601), the maximum expiration days will be limited to 730 days. Any setting above 730 days will be default to 730 days. 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/passcodeMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></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/restrictedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to not have the specified apps installed. This collection can contain a maximum of 100 elements." /></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.iosDerivedCredentialAuthenticationConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Derived Credential profile." /></Annotations><Annotations Target="microsoft.graph.iosDerivedCredentialAuthenticationConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></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/contentFilterSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets iOS Web Content Filter settings, supervised mode only" /></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/homeScreenGridHeight"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of rows to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridWidth must be configured as well." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenGridWidth"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of columns to render when configuring iOS home screen layout settings. If this value is configured, homeScreenGridHeight must be configured as well." /></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/iosSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile." /></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.iosDeviceFeaturesConfiguration/singleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile. Deprecated: use IOSSingleSignOnExtension instead." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/singleSignOnSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Kerberos login settings that enable apps on receiving devices to authenticate smoothly." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/wallpaperDisplayLocation"><Annotation Term="Org.OData.Core.V1.Description" String="A wallpaper display location specifier." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/wallpaperImage"><Annotation Term="Org.OData.Core.V1.Description" String="A wallpaper image must be in either PNG or JPEG format. It requires a supervised device with iOS 8 or later version." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for the renewal of Kerberos ticket used in single sign-on settings." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/singleSignOnExtensionPkinitCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="PKINIT Certificate for the authentication with single sign-on extension settings." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on iOS devices to communicate with an Exchange server and get email, contacts, calendar, reminders, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/accountName"><Annotation Term="Org.OData.Core.V1.Description" String="Account name." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for this Email profile." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockMovingMessagesToOtherEmailAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block moving messages to other email accounts." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockSendingEmailFromThirdPartyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sending email from third party apps." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockSyncingRecentlyUsedEmailAddresses"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing recently used email addresses, for instance - when composing new email." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced back to. " /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/easServices"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange data to sync." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/easServicesUserOverrideEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Allow users to change sync settings." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/encryptionCertificateType"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption Certificate type for this Email profile." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/perAppVPNProfileId"><Annotation Term="Org.OData.Core.V1.Description" String="Profile ID of the Per-App VPN policy to be used to access emails from the native Mail client" /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/requireSmime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use S/MIME certificate." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/signingCertificateType"><Annotation Term="Org.OData.Core.V1.Description" String="Signing Certificate type for this Email profile." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEnablePerMessageSwitch"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow unencrypted emails." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptByDefaultEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true S/MIME encryption is enabled by default." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptByDefaultUserOverrideEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can toggle the encryption by default setting." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptionCertificateUserOverrideEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true the user can select the S/MIME encryption identity. " /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningCertificateUserOverrideEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can select the signing identity." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true S/MIME signing is enabled for this account" /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningUserOverrideEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can toggle S/MIME signing on or off." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/useOAuth"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the connection should use OAuth for authentication." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptionCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="S/MIME encryption certificate." /></Annotations><Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="S/MIME signing certificate." /></Annotations><Annotations Target="microsoft.graph.iosEducationDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Education configuration profile" /></Annotations><Annotations Target="microsoft.graph.iosEduDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Education device configuration" /></Annotations><Annotations Target="microsoft.graph.iosEduDeviceConfiguration/deviceCertificateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Device" /></Annotations><Annotations Target="microsoft.graph.iosEduDeviceConfiguration/studentCertificateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Student" /></Annotations><Annotations Target="microsoft.graph.iosEduDeviceConfiguration/teacherCertificateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Teacher" /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/eapFastConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP - TTLS, EAP - FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this Wi-Fi connection using their real username is displayed as 'anonymous'." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/passwordFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Password format string used to build the password to connect to wifi" /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/usernameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Username format string used to build the username to connect to wifi" /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." /></Annotations><Annotations Target="microsoft.graph.iosTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Trusted Root Certificate configuration profile." /></Annotations><Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificates for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. If you provide this value you do not need to provide trustedServerCertificateNames, and vice versa. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosExpeditedCheckinConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Experimental profile to increase the rate of device check-ins per day of iOS devices. This profile type is deprecated." /></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/airPrintBlockCredentialsStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not keychain storage of username and password for Airprint is blocked (iOS 11.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not AirPrint is blocked (iOS 11.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintBlockiBeaconDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (iOS 11.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintForceTrustedTLS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if trusted certificates are required for TLS printing communication (iOS 11.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appClipsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Prevents a user from adding any App Clips and removes any existing App Clips on the device." /></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/applePersonalizedAdsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Limits Apple personalized advertising when true. Available in iOS 14 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/appRemovalBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the removal of apps is allowed." /></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/autoFillForceAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to force user authentication before autofilling passwords and credit card information in Safari and other apps on supervised devices." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/autoUnlockBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Blocks users from unlocking their device with Apple Watch. Available for devices running iOS and iPadOS versions 14.5 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/blockSystemAppRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the removal of system apps from the device is blocked on a supervised device (iOS 11.0 and later)." /></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/cellularBlockPersonalHotspotModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from modifying the personal hotspot setting (iOS 12.2 or later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPlanModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow users to change the settings of the cellular plan on a supervised device." /></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/classroomForceAutomaticallyJoinClasses"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student, when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomForceRequestPermissionToLeaveClasses"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a student enrolled in an unmanaged course via Classroom will request permission from the teacher when attempting to leave the course (iOS 11.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomForceUnpromptedAppAndDeviceLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only." /></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/contactsAllowManagedToUnmanagedWrite"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/contactsAllowUnmanagedToManagedRead"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/continuousPathKeyboardBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/dateAndTimeForceSetAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the Date and Time &quot;Set Automatically&quot; feature is enabled and cannot be turned off by the user (iOS 12.0 and later)." /></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/enterpriseBookBlockBackup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Enterprise book back up is blocked." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseBookBlockMetadataSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Enterprise book notes and highlights sync is blocked." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/esimBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised 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/filesNetworkDriveAccessBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/filesUsbDriveAccessBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyDeviceInFindMyAppBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or 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/findMyFriendsInFindMyAppBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later)." /></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/iCloudPrivateRelayBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running iOS 15 and later." /></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/iTunesBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later." /></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/keychainBlockCloudSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iCloud keychain synchronization is blocked. Requires a supervised device for iOS 13 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/kioskModeAllowVoiceControlModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the user to toggle voice control in kiosk mode." /></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/kioskModeAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of app to run in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockAutoLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block device auto lock while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockRingerSwitch"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the ringer switch while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockScreenRotation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screen rotation while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockSleepButton"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the sleep button while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockTouchscreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the touchscreen while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/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.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/kioskModeEnableVoiceControl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable voice control in kiosk mode." /></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/managedPasteboardRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Open-in management controls how people share data between unmanaged and managed apps. Setting this to true enforces copy/paste restrictions based on how you configured &lt;b&gt;Block viewing corporate documents in unmanaged apps &lt;/b&gt; and &lt;b&gt; Block viewing non-corporate documents in corporate apps.&lt;/b&gt;" /></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/nfcBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Disable NFC to prevent devices from pairing with other NFC-enabled devices. Available for iOS/iPadOS devices running 14.2 and later." /></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/onDeviceOnlyDictationForced"><Annotation Term="Org.OData.Core.V1.Description" String="Disables connections to Siri servers so that users can’t use Siri to dictate text. Available for devices running iOS and iPadOS versions 14.5 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/onDeviceOnlyTranslationForced"><Annotation Term="Org.OData.Core.V1.Description" String="When set to TRUE, the setting disables connections to Siri servers so that users can’t use Siri to translate text. When set to FALSE, the setting allows connections to to Siri servers to users can use Siri to translate text. Available for devices running iOS and iPadOS versions 15.0 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/passwordBlockAirDropSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passwordBlockAutoFill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passwordBlockProximityRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/pkiBlockOTAUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later)." /></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/privacyForceLimitAdTracking"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if ad tracking is limited.(iOS 7.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/proximityBlockSetupToNewDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable the prompt to setup nearby devices with a supervised device." /></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/sharedDeviceBlockTemporarySessions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block temporary sessions on Shared iPads (iOS 13.4 or later)." /></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/softwareUpdatesEnforcedDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/softwareUpdatesForceDelayed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to delay user visibility of software updates when the device is in supervised mode." /></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/unpairedExternalBootToRecoveryAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allow users to boot devices into recovery mode with unpaired devices. Available for devices running iOS and iPadOS versions 14.5 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/usbRestrictedModeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later)." /></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/vpnBlockCreation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later)." /></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.iosGeneralDeviceConfiguration/wiFiConnectToAllowedNetworksOnlyForced"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to use Wi-Fi networks set up via configuration profiles. Available for devices running iOS and iPadOS versions 14.5 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wifiPowerOnForced"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired IKEv2 VPN endpoint." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/allowDefaultChildSecurityAssociationParameters"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the use of child security association parameters by setting all parameters to the device's default unless explicitly specified." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/allowDefaultSecurityAssociationParameters"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the use of security association parameters by setting all parameters to the device's default unless explicitly specified." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/alwaysOnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="AlwaysOn Configuration" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/childSecurityAssociationParameters"><Annotation Term="Org.OData.Core.V1.Description" String="Child Security Association Parameters" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/clientAuthenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Client Authentication the VPN client will use." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/deadPeerDetectionRate"><Annotation Term="Org.OData.Core.V1.Description" String="Determine how often to check if a peer connection is still active. " /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/disableMobilityAndMultihoming"><Annotation Term="Org.OData.Core.V1.Description" String="Disable MOBIKE" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/disableRedirect"><Annotation Term="Org.OData.Core.V1.Description" String="Disable Redirect" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableAlwaysOnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Determines if Always on VPN is enabled" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableCertificateRevocationCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Enables a best-effort revocation check; server response timeouts will not cause it to fail" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableEAP"><Annotation Term="Org.OData.Core.V1.Description" String="Enables EAP only authentication" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enablePerfectForwardSecrecy"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Perfect Forward Secrecy (PFS)." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableUseInternalSubnetAttributes"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Use Internal Subnet Attributes." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/localIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Method of identifying the client that is trying to connect via VPN. " /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/mtuSizeInBytes"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum transmission unit. Valid values 1280 to 1400" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/remoteIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/securityAssociationParameters"><Annotation Term="Org.OData.Core.V1.Description" String="Security Association Parameters" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateCommonName"><Annotation Term="Org.OData.Core.V1.Description" String="Common name of the IKEv2 Server Certificate used in Server Authentication" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateIssuerCommonName"><Annotation Term="Org.OData.Core.V1.Description" String="Issuer Common name of the IKEv2 Server Certificate issuer used in Authentication" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of certificate the VPN server will present to the VPN client for authentication." /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/sharedSecret"><Annotation Term="Org.OData.Core.V1.Description" String="Used when Shared Secret Authentication is selected" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/tlsMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum TLS version to be used with EAP-TLS authentication" /></Annotations><Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/tlsMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum TLS version to be used with EAP-TLS authentication" /></Annotations><Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="iOS PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="iOS PKCS certificate profile." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.iosPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="iOS SCEP certificate profile." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. The OnPremisesUserPrincipalName variable is support as well as others documented here: http://go.microsoft.com/fwlink/?LinkId=2027630. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.iosScepCertificateProfile/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.iosTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.iosTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></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/customUpdateTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled. This collection can contain a maximum of 20 elements." /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/desiredOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="If left unspecified, devices will update to the latest version of the OS." /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/enforcedSoftwareUpdateDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Days before software updates are visible to iOS devices ranging from 0 to 90 inclusive" /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/isEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Is setting enabled in UI" /></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/updateScheduleType"><Annotation Term="Org.OData.Core.V1.Description" String="Update schedule type" /></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/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device 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.iosVpnConfiguration/cloudName"><Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Zscaler cloud which the user is assigned to." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/excludeList"><Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. List of network addresses which are not sent through the Zscaler cloud." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/microsoftTunnelSiteId"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel site ID." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/strictEnforcement"><Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Blocks network traffic until the user signs into Zscaler app. &quot;True&quot; means traffic is blocked." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/targetedMobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted mobile apps. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/userDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Enter a static domain to pre-populate the login field with in the Zscaler app. If this is left empty, the user's Azure Active Directory domain will be used instead." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/derivedCredentialSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." /></Annotations><Annotations Target="microsoft.graph.iosVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Connect when the network is not broadcasting its name (SSID). When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/disableMacAddressRandomization"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, forces devices connecting using this Wi-Fi profile to present their actual Wi-Fi MAC address instead of a random MAC address. Applies to iOS 14 and later." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL of the proxy server automatic configuration script when automatic configuration is selected. This URL is typically the location of PAC (Proxy Auto Configuration) file." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyManualAddress"><Annotation Term="Org.OData.Core.V1.Description" String="IP Address or DNS hostname of the proxy server when manual configuration is selected." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyManualPort"><Annotation Term="Org.OData.Core.V1.Description" String="Port of the proxy server when manual configuration is selected." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/proxySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.iosWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="IOS wired network configuration profile." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/eapFastConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the wired network." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/networkInterface"><Annotation Term="Org.OData.Core.V1.Description" String="Network interface." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/nonEapAuthenticationMethodForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/outerIdentityPrivacyMaskValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this wired network using their real username is displayed as 'anonymous'." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this wired network." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." /></Annotations><Annotations Target="microsoft.graph.iosWiredNetworkConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS or PEAP." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Mac OS certificate profile." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.macOSCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></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/advancedThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="MDATP Require Mobile Threat Protection minimum risk level to report noncompliance." /></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/gatekeeperAllowedAppSource"><Annotation Term="Org.OData.Core.V1.Description" String="System and Privacy setting that determines which download locations apps can be run from on a macOS device." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumBuildVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum MacOS build version." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum MacOS version." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/osMinimumBuildVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum MacOS build 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.macOSCustomAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomAppConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.macOSCustomAppConfiguration/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="Bundle id for targeting." /></Annotations><Annotations Target="microsoft.graph.macOSCustomAppConfiguration/configurationXml"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration xml. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.macOSCustomAppConfiguration/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration file name (*.plist | *.xml)." /></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/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the channel used to deploy the configuration profile. Available choices are DeviceChannel, UserChannel." /></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.macOSDeviceFeaturesConfiguration/adminShowHostInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to show admin host information on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/appAssociatedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list that maps apps to their associated domains. Application identifiers must be unique. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/associatedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="DEPRECATED: use appAssociatedDomains instead. Gets or sets a list that maps apps to their associated domains. The key should match the app's ID, and the value should be a string in the form of &quot;service:domain&quot; where domain is a fully qualified hostname (e.g. webcredentials:example.com). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to show the name and password dialog or a list of users on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideAdminUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide admin users in the authorized users list on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideLocalUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to show only network and system users in the authorized users list on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideMobileAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide mobile users in the authorized users list on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListIncludeNetworkUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to show network users in the authorized users list on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListShowOtherManagedUsers"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to show other users in the authorized users list on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/autoLaunchItems"><Annotation Term="Org.OData.Core.V1.Description" String="List of applications, files, folders, and other items to launch when the user logs in. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/consoleAccessDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Other user will disregard use of the `&gt;console&gt; special user name." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingBlockDeletion"><Annotation Term="Org.OData.Core.V1.Description" String="Prevents content caches from purging content to free up disk space for other apps." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingClientListenRanges"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom IP ranges content caches will use to listen for clients. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingClientPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines the method in which content caching servers will listen for clients." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingDataPath"><Annotation Term="Org.OData.Core.V1.Description" String="The path to the directory used to store cached content. The value must be (or end with) /Library/Application Support/Apple/AssetCache/Data" /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingDisableConnectionSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Disables internet connection sharing." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enables content caching and prevents it from being disabled by the user." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingForceConnectionSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Forces internet connection sharing. contentCachingDisableConnectionSharing overrides this setting." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingKeepAwake"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent the device from sleeping if content caching is enabled." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingLogClientIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="Enables logging of IP addresses and ports of clients that request cached content." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingMaxSizeBytes"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum number of bytes of disk space that will be used for the content cache. A value of 0 (default) indicates unlimited disk space. " /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingParents"><Annotation Term="Org.OData.Core.V1.Description" String="A list of IP addresses representing parent content caches." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingParentSelectionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines the method in which content caching servers will select parents if multiple are present." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingPeerFilterRanges"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom IP ranges content caches will use to query for content from peers caches. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingPeerListenRanges"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom IP ranges content caches will use to listen for peer caches. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingPeerPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines the method in which content caches peer with other caches." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingPort"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the port used for content caching. If the value is 0, a random available port will be selected. Valid values 0 to 65535" /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingPublicRanges"><Annotation Term="Org.OData.Core.V1.Description" String="A list of custom IP ranges that Apple's content caching service should use to match clients to content caches. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingShowAlerts"><Annotation Term="Org.OData.Core.V1.Description" String="Display content caching alerts as system notifications." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/contentCachingType"><Annotation Term="Org.OData.Core.V1.Description" String="Determines what type of content is allowed to be cached by Apple's content caching service." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/loginWindowText"><Annotation Term="Org.OData.Core.V1.Description" String="Custom text to be displayed on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/logOutDisabledWhileLoggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Log Out menu item on the login window will be disabled while the user is logged in." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/macOSSingleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/powerOffDisabledWhileLoggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Power Off menu item on the login window will be disabled while the user is logged in." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/restartDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Restart button item on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/restartDisabledWhileLoggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Restart menu item on the login window will be disabled while the user is logged in." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/screenLockDisableImmediate"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to disable the immediate screen lock functions." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/shutDownDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Shut Down button item on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/shutDownDisabledWhileLoggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Shut Down menu item on the login window will be disabled while the user is logged in." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/singleSignOnExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile. Deprecated: use MacOSSingleSignOnExtension instead." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/sleepDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Sleep menu item on the login window." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/singleSignOnExtensionPkinitCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="PKINIT Certificate for the authentication with single sign-on extensions." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS endpoint protection configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionAutomaticSampleSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether or not to enable automatic file sample submission for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionCloudDelivered"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether or not to enable cloud-delivered protection for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionDiagnosticDataCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether or not to enable diagnostic and usage data collection for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionExcludedExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="A list of file extensions to exclude from antivirus scanning for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionExcludedFiles"><Annotation Term="Org.OData.Core.V1.Description" String="A list of paths to files to exclude from antivirus scanning for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionExcludedFolders"><Annotation Term="Org.OData.Core.V1.Description" String="A list of paths to folders to exclude from antivirus scanning for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionExcludedProcesses"><Annotation Term="Org.OData.Core.V1.Description" String="A list of process names to exclude from antivirus scanning for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/advancedThreatProtectionRealTime"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether or not to enable real-time protection for Microsoft Defender Advanced Threat Protection on macOS." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultAllowDeferralUntilSignOut"><Annotation Term="Org.OData.Core.V1.Description" String="Optional. If set to true, the user can defer the enabling of FileVault until they sign out." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultDisablePromptAtSignOut"><Annotation Term="Org.OData.Core.V1.Description" String="Optional. When using the Defer option, if set to true, the user is not prompted to enable FileVault at sign-out." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether FileVault should be enabled or not." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultHidePersonalRecoveryKey"><Annotation Term="Org.OData.Core.V1.Description" String="Optional. A hidden personal recovery key does not appear on the user's screen during FileVault encryption, reducing the risk of it ending up in the wrong hands." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultInstitutionalRecoveryKeyCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Required if selected recovery key type(s) include InstitutionalRecoveryKey. The DER Encoded certificate file used to set an institutional recovery key." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultInstitutionalRecoveryKeyCertificateFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name of the institutional recovery key certificate to display in UI. (*.der)." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultNumberOfTimesUserCanIgnore"><Annotation Term="Org.OData.Core.V1.Description" String="Optional. When using the Defer option, this is the maximum number of times the user can ignore prompts to enable FileVault before FileVault will be required for the user to sign in. If set to -1, it will always prompt to enable FileVault until FileVault is enabled, though it will allow the user to bypass enabling FileVault. Setting this to 0 will disable the feature." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultPersonalRecoveryKeyHelpMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Required if selected recovery key type(s) include PersonalRecoveryKey. A short message displayed to the user that explains how they can retrieve their personal recovery key." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultPersonalRecoveryKeyRotationInMonths"><Annotation Term="Org.OData.Core.V1.Description" String="Optional. If selected recovery key type(s) include PersonalRecoveryKey, the frequency to rotate that key, in months." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultSelectedRecoveryKeyTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Required if FileVault is enabled, determines the type(s) of recovery key to use. " /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallApplications"><Annotation Term="Org.OData.Core.V1.Description" String="List of applications with firewall settings. Firewall settings for applications not on this list are determined by the user. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallBlockAllIncoming"><Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to the “Block all incoming connections” option." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the firewall should be enabled or not." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallEnableStealthMode"><Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to “Enable stealth mode.”" /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/gatekeeperAllowedAppSource"><Annotation Term="Org.OData.Core.V1.Description" String="System and Privacy setting that determines which download locations apps can be run from on a macOS device." /></Annotations><Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/gatekeeperBlockOverride"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user override for Gatekeeper will be disabled." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the macOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS Wi-Fi WPA-Enterprise/WPA2-Enterprise configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/eapFastConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS, EAP-FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this Wi-Fi connection using their real username is displayed as 'anonymous'." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." /></Annotations><Annotations Target="microsoft.graph.macOSTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="OS X Trusted Root Certificate configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP." /></Annotations><Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificates for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. If you provide this value you do not need to provide trustedServerCertificateNames, and vice versa. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS extensions configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionAllowedTeamIdentifiers"><Annotation Term="Org.OData.Core.V1.Description" String="All kernel extensions validly signed by the team identifiers in this list will be allowed to load." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionOverridesAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, users can approve additional kernel extensions not explicitly allowed by configurations profiles." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionsAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="A list of kernel extensions that will be allowed to load. . This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/systemExtensionsAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of allowed macOS system extensions. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/systemExtensionsAllowedTeamIdentifiers"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of allowed team identifiers. Any system extension signed with any of the specified team identifiers will be approved." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/systemExtensionsAllowedTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of allowed macOS system extension types. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSExtensionsConfiguration/systemExtensionsBlockOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to allow the user to approve additional system extensions not explicitly allowed by configuration profiles." /></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/activationLockWhenSupervisedAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, activation lock is allowed when the devices is in the supervised mode. When FALSE, activation lock is not allowed. Default is false." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/addingGameCenterFriendsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/airDropBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow AirDrop." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/appleWatchBlockAutoUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or to block users from unlocking their Mac with Apple Watch." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing the camera of the device." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomAppBlockRemoteScreenObservation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow remote screen observation by Classroom app. Requires MDM enrollment via Apple School Manager or Apple Business Manager." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/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. Requires MDM enrollment via Apple School Manager or Apple Business Manager." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceAutomaticallyJoinClasses"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceRequestPermissionToLeaveClasses"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a student enrolled in an unmanaged course via Classroom will be required to request permission from the teacher when attempting to leave the course. Requires MDM enrollment via Apple School Manager or Apple Business Manager." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceUnpromptedAppAndDeviceLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager." /></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/contentCachingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow content caching." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/definitionLookupBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block definition lookup." /></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/eraseContentAndSettingsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="TRUE disables the reset option on supervised devices. FALSE enables the reset option on supervised devices. Available for devices running macOS versions 12.0 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/gameCenterBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Yes disables Game Center, and the Game Center icon is removed from the Home screen. Available for devices running macOS versions 10.13 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockActivityContinuation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from continuing work that they started on a MacOS device on another iOS or MacOS device (MacOS 10.15 or later)." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockAddressBook"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing contacts." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockBookmarks"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing bookmarks." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing calendars." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockDocumentSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud document sync." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockMail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing mail." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing notes." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockPhotoLibrary"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Library." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockReminders"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing reminders." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudDesktopAndDocumentsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE the synchronization of cloud desktop and documents is blocked. When FALSE, synchronization of the cloud desktop and documents are allowed. Available for devices running macOS 10.12.4 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudPrivateRelayBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="iCloud private relay is an iCloud+ service that prevents networks and servers from monitoring a person's activity across the internet. By blocking iCloud private relay, Apple will not encrypt the traffic leaving the device. Available for devices running macOS 12 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iTunesBlockFileSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block files from being transferred using iTunes." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iTunesBlockMusicService"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Music service and revert Music app to classic mode." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/keyboardBlockDictation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using dictation input." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/keychainBlockCloudSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iCloud keychain synchronization is blocked (macOS 10.12 and later)." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/multiplayerGamingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="TRUE prevents multiplayer gaming when using Game Center. FALSE allows multiplayer gaming when using Game Center. Available for devices running macOS versions 10.13 and later." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockAirDropSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sharing passwords with the AirDrop passwords feature." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockAutoFill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the AutoFill Passwords feature." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow passcode modification." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockProximityRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block requesting passwords from nearby devices." /></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/passwordMaximumAttemptCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of allowed failed attempts to enter the passcode at the device's lock screen. Valid values 2 to 11" /></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/passwordMinutesUntilFailedLoginReset"><Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes before the login is reset after the maximum number of unsuccessful login attempts is reached." /></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.macOSGeneralDeviceConfiguration/privacyAccessControls"><Annotation Term="Org.OData.Core.V1.Description" String="List of privacy preference policy controls. This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/safariBlockAutofill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Auto fill in Safari." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/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.macOSGeneralDeviceConfiguration/softwareUpdateMajorOSDeferredInstallDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of days (1-90) to delay visibility of major OS software updates. Available for devices running macOS versions 11.3 and later. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/softwareUpdateMinorOSDeferredInstallDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of days (1-90) to delay visibility of minor OS software updates. Available for devices running macOS versions 11.3 and later. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/softwareUpdateNonOSDeferredInstallDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of days (1-90) to delay visibility of non-OS software updates. Available for devices running macOS versions 11.3 and later. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/softwareUpdatesEnforcedDelayInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/spotlightBlockInternetResults"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Spotlight from returning any results from an Internet search." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/touchIdTimeoutInHours"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum hours after which the user must enter their password to unlock the device instead of using Touch ID. Available for devices running macOS 12 and later. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/updateDelayPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether to delay OS and/or app updates for macOS." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/wallpaperModificationBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="TRUE prevents the wallpaper from being changed. FALSE allows the wallpaper to be changed. Available for devices running macOS versions 10.13 and later." /></Annotations><Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS PKCS certificate profile." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/allowAllAppsAccess"><Annotation Term="Org.OData.Core.V1.Description" String="AllowAllAppsAccess setting" /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS certificate template name." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS certification authority FQDN." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS certification authority Name." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Format string that defines the subject alternative name." /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Format string that defines the subject name. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Mac OS SCEP certificate profile." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/allowAllAppsAccess"><Annotation Term="Org.OData.Core.V1.Description" String="AllowAllAppsAccess setting" /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.macOSScepCertificateProfile/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The device ID." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the report" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/failedUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed updates on the device." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last date time the report for this device was updated." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/successfulUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of successful updates on the device." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/totalUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of total updates on the device." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user ID." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS software update category summary report for a device and user" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateAccountSummary/categorySummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Summary of the updates by category." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The device ID." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the report" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/failedUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed updates on the device" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last date time the report for this device was updated." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/successfulUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of successful updates on the device" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/totalUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of total updates on the device" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/updateCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Software update type" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user ID." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS software update state summary for a device and user" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateCategorySummary/updateStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Summary of the update states." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS Software Update Configuration" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/allOtherUpdateBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Update behavior for all other updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/configDataUpdateBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Update behavior for configuration data file updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/criticalUpdateBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Update behavior for critical updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/customUpdateTimeWindows"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Time windows when updates will be allowed or blocked. This collection can contain a maximum of 20 elements." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/firmwareUpdateBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Update behavior for firmware updates." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/maxUserDeferralsCount"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum number of times the system allows the user to postpone an update before it’s installed. Supported values: 0 - 366. Valid values 0 to 365" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/priority"><Annotation Term="Org.OData.Core.V1.Description" String="The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/updateScheduleType"><Annotation Term="Org.OData.Core.V1.Description" String="Update schedule type" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateConfiguration/updateTimeWindowUtcOffsetInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes indicating UTC offset for each update time window" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable name of the software update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last date time the report for this device and product key was updated." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="Product key of the software update." /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/state"><Annotation Term="Org.OData.Core.V1.Description" String="State of the software update" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/updateCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Software update category" /></Annotations><Annotations Target="microsoft.graph.macOSSoftwareUpdateStateSummary/updateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the software update" /></Annotations><Annotations Target="microsoft.graph.macOSTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.macOSTrustedRootCertificate/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.macOSVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Mac device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.macOSVpnConfiguration/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSVpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to automatically connect to this network when it is in range of the device. When TRUE will skip the user prompt and automatically connect the device to Wi-Fi network. Default is false." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device should connect to the network when it is not broadcasting its name (SSID). When TRUE, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices. Default is false." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Once set, cannot be changed. Possible values are deviceChannel, and userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Wi-Fi configuration profile name. Used to identify the configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates URL of the proxy server automatic configuration (PAC) script when proxySettings is automatic. Used to find the location of PAC (Proxy Auto Configuration) file. Example: itproxy.contoso.com" /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyManualAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates IP Address or DNS hostname of the proxy server when manual configuration is selected. Used for proxy settings. Example: 10.0.0.2" /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyManualPort"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the proxy server TCP port to use when proxySettings is manual. Used for proxy settings. Example: 8080" /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." /></Annotations><Annotations Target="microsoft.graph.macOSWiFiConfiguration/wiFiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the Wi-Fi endpoint uses an EAP-based security type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, and wpa2Enterprise" /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS wired network configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/deploymentChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/eapFastConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the wired network." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/enableOuterIdentityPrivacy"><Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS, EAP-FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this wired network using their real username is displayed as 'anonymous'." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/networkInterface"><Annotation Term="Org.OData.Core.V1.Description" String="Network interface." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Network Name" /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/nonEapAuthenticationMethodForEapTtls"><Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this wired network." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." /></Annotations><Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/rootCertificateForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP." /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate expiry date" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateExtendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Enhanced Key Usage" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateIssuanceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Issuance date" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateIssuerName"><Annotation Term="Org.OData.Core.V1.Description" String="Issuer" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Key Usage" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateRevokeStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke status" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateRevokeStatusLastChangeDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the revoke status was last changed" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateSerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Serial number" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateSubjectName"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate subject name" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateThumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="Thumbprint" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/managedDeviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device display name" /></Annotations><Annotations Target="microsoft.graph.managedAllDeviceCertificateState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateEnhancedKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Extended key usage" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate expiry date" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuanceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Issuance date" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuanceState"><Annotation Term="Org.OData.Core.V1.Description" String="Issuance State" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuer"><Annotation Term="Org.OData.Core.V1.Description" String="Issuer" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyLength"><Annotation Term="Org.OData.Core.V1.Description" String="Key length" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyStorageProvider"><Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Key usage" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateLastIssuanceStateChangedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last certificate issuance state change" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateProfileDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate profile display name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateRevokeStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke status" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Serial number" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectAlternativeNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Subject alternative name format" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Subject alternative name format string for custom formats" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Subject name format" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Subject name format string for custom subject name formats" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateThumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="Thumbprint" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateValidityPeriod"><Annotation Term="Org.OData.Core.V1.Description" String="Validity period" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateValidityPeriodUnits"><Annotation Term="Org.OData.Core.V1.Description" String="Validity period units" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device display name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/devicePlatform"><Annotation Term="Org.OData.Core.V1.Description" String="Device platform" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/lastCertificateStateChangeDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last certificate issuance state change" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCertificateState/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User display name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/advancedBitLockerStates"><Annotation Term="Org.OData.Core.V1.Description" String="Advanced BitLocker State" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionPolicySettingState"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption policy setting state" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionReadinessState"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption readiness state" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionState"><Annotation Term="Org.OData.Core.V1.Description" String="Device encryption state" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/fileVaultStates"><Annotation Term="Org.OData.Core.V1.Description" String="FileVault State" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/policyDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Policy Details" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/tpmSpecificationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Device TPM Version" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEncryptionState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/settingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" /></Annotations><Annotations Target="microsoft.graph.ndesConnector/connectorVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The build version of the Ndes Connector." /></Annotations><Annotations Target="microsoft.graph.ndesConnector/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the Ndes Connector." /></Annotations><Annotations Target="microsoft.graph.ndesConnector/enrolledDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp when on-prem certificate connector was enrolled in Intune." /></Annotations><Annotations Target="microsoft.graph.ndesConnector/lastConnectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last connection time for the Ndes Connector" /></Annotations><Annotations Target="microsoft.graph.ndesConnector/machineName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the machine running on-prem certificate connector service." /></Annotations><Annotations Target="microsoft.graph.ndesConnector/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.ndesConnector/state"><Annotation Term="Org.OData.Core.V1.Description" String="Ndes Connector Status" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/deviceConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration profile unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/deviceConfigurationName"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration profile name" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Managed device unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/restrictedApps"><Annotation Term="Org.OData.Core.V1.Description" String="List of violated restricted apps" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/restrictedAppsState"><Annotation Term="Org.OData.Core.V1.Description" String="Restricted apps state" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" /></Annotations><Annotations Target="microsoft.graph.restrictedAppsViolation/userName"><Annotation Term="Org.OData.Core.V1.Description" String="User name" /></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/fastFirstSignIn"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to auto connect new non-admin Azure AD accounts to pre-configured candidate local accounts" /></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/localStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether local storage is allowed on a shared PC." /></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.sharedPCConfiguration/setAccountManager"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the account manager for shared PC mode." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/setEduPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC education environment policies should be enabled/disabled/not configured. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/setPowerPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC power policies should be enabled/disabled." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/signInOnResume"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the requirement to sign in whenever the device wakes up from sleep mode." /></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.unsupportedDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="UnsupportedDeviceConfiguration is used when an entity cannot be mapped to another model-compliant subtype of deviceConfiguration." /></Annotations><Annotations Target="microsoft.graph.unsupportedDeviceConfiguration/details"><Annotation Term="Org.OData.Core.V1.Description" String="Details describing why the entity is unsupported. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.unsupportedDeviceConfiguration/originalEntityTypeName"><Annotation Term="Org.OData.Core.V1.Description" String="The type of entity that would be returned otherwise." /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration/realm"><Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration/role"><Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." /></Annotations><Annotations Target="microsoft.graph.vpnConfiguration/servers"><Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.windows10CertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Base class for Windows 10 certificate profile." /></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/activeFirewallRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require active firewall on Windows devices." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/antiSpywareRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require any AntiSpyware solution registered with Windows Decurity Center to be on and monitoring (e.g. Symantec, Windows Defender)." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/antivirusRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require any Antivirus solution registered with Windows Decurity Center to be on and monitoring (e.g. Symantec, Windows Defender)." /></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/configurationManagerComplianceRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require to consider SCCM Compliance state into consideration for Intune Compliance State." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/defenderEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware on Windows devices." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/defenderVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware minimum version on Windows devices." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Device Threat Protection minimum risk level to report noncompliance." /></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/firmwareProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Firmware protection is required to be reported as healthy by Microsoft Azure Attestion. When FALSE, indicates that Firmware protection is not required to be reported as healthy. Devices that support either Dynamic Root of Trust for Measurement (DRTM) or Firmware Attack Surface Reduction (FASR) will report compliant for this setting. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/kernelDmaProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Kernel Direct Memory Access (DMA) protection is required to be reported as healthy by Microsoft Azure Attestion. When FALSE, indicates that Kernel DMA Protection is not required to be reported as healthy. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/memoryIntegrityEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Memory Integrity as known as Hypervisor-protected Code Integrity (HVCI) or Hypervisor Enforced Code Integrity protection is required to be reported as healthy by Microsoft Azure Attestion. When FALSE, indicates that Memory Integrity Protection is not required to be reported as healthy. Default value is FALSE." /></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/rtpEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware Real-Time Protection on Windows devices." /></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/signatureOutOfDate"><Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware Signature to be up to date on Windows devices." /></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.windows10CompliancePolicy/tpmRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require Trusted Platform Module(TPM) to be present." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/validOperatingSystemBuildRanges"><Annotation Term="Org.OData.Core.V1.Description" String="The valid operating system build ranges on Windows devices. This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/virtualizationBasedSecurityEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Virtualization-based Security is required to be reported as healthy by Microsoft Azure Attestion. When FALSE, indicates that Virtualization-based Security is not required to be reported as healthy. Default value is FALSE." /></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.windows10DeviceFirmwareConfigurationInterface"><Annotation Term="Org.OData.Core.V1.Description" String="Graph properties for Device Firmware Configuration Interface " /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/bluetooth"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Bluetooth" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/bootFromBuiltInNetworkAdapters"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to boot from built-in network adapters." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/bootFromExternalMedia"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to boot from external media." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/cameras"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in cameras are enabled." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/changeUefiSettingsPermission"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the permission level granted to users to change UEFI settings." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/frontCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Front Camera" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/infraredCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Infrared camera" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/microphone"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Microphone" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/microphonesAndSpeakers"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in microphones or speakers are enabled." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/nearFieldCommunication"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Near Field Communication" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/radios"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in radios e.g. WIFI, NFC, Bluetooth, are enabled." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/rearCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable rear camera" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/sdCard"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable SD Card Port" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/simultaneousMultiThreading"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Simultaneous MultiThreading." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/usbTypeAPort"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable USB Type A Port" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/virtualizationOfCpuAndIO"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether CPU and IO virtualization is enabled." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/wakeOnLAN"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Wake on LAN" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/wakeOnPower"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Wake On Power" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/wiFi"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable WiFi" /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/windowsPlatformBinaryTable"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Windows Platform Binary Table." /></Annotations><Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/wirelessWideAreaNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to enable Wireless Wide Area Network" /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client (Outlook) on Windows 10 devices to communicate with an Exchange server and get email, contacts, calendar, and tasks. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/accountName"><Annotation Term="Org.OData.Core.V1.Description" String="Account name." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of email to sync." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/emailSyncSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync the calendar." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncContacts"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync contacts." /></Annotations><Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync tasks." /></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/applicationGuardAllowCameraMicrophoneRedirection"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether applications inside Microsoft Defender Application Guard can access the device’s camera and microphone." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowFileSaveOnHost"><Annotation Term="Org.OData.Core.V1.Description" String="Allow users to download files from Edge in the application guard container and save them on the host file system" /></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/applicationGuardAllowVirtualGPU"><Annotation Term="Org.OData.Core.V1.Description" String="Allow application guard to use virtual GPU" /></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/applicationGuardCertificateThumbprints"><Annotation Term="Org.OData.Core.V1.Description" String="Allows certain device level Root Certificates to be shared with the Microsoft Defender Application Guard container." /></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/applicationGuardEnabledOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Defender Application Guard for newer Windows builds" /></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/bitLockerAllowStandardUserEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the admin to allow standard users to enable encrpytion during Azure AD Join." /></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/bitLockerFixedDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Fixed Drive Policy." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerRecoveryPasswordRotation"><Annotation Term="Org.OData.Core.V1.Description" String="This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE)." /></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/bitLockerSystemDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker System 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/defenderAdobeReaderLaunchChildProcess"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Adobe Reader from creating child processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAdvancedRansomewareProtectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating use of advanced protection against ransomeware" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowBehaviorMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Behavior Monitoring functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowCloudProtection"><Annotation Term="Org.OData.Core.V1.Description" String="To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowEndUserAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowIntrusionPreventionSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Intrusion Prevention functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowOnAccessProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender On Access Protection functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowRealTimeMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Realtime Monitoring functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowScanArchiveFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows scanning of archives." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowScanDownloads"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender IOAVP Protection functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowScanNetworkFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows a scanning of network files." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowScanRemovableDrivesDuringFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAllowScanScriptsLoadedInInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Script Scanning functionality." /></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/defenderBlockEndUserAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows user access to the Windows Defender UI. If disallowed, all Windows Defender notifications will also be suppressed." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderBlockPersistenceThroughWmiType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Block persistence through WMI event subscription" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderCheckForSignaturesBeforeRunningScan"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to manage whether a check for new virus and spyware definitions will occur before running a scan." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderCloudBlockLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the &quot;Join Microsoft MAPS&quot; setting enabled in order to function." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderCloudExtendedTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Added in Windows 10, version 1709. This feature allows Windows Defender Antivirus to block a suspicious file for up to 60 seconds, and scan it in the cloud to make sure it's safe. Value type is integer, range is 0 - 50. This feature depends on three other MAPS settings the must all be enabled- &quot;Configure the 'Block at First Sight' feature; &quot;Join Microsoft MAPS&quot;; &quot;Send file samples when further analysis is required&quot;. Valid values 0 to 50" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDaysBeforeDeletingQuarantinedMalware"><Annotation Term="Org.OData.Core.V1.Description" String="Time period (in days) that quarantine items will be stored on the system. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDetectedMalwareActions"><Annotation Term="Org.OData.Core.V1.Description" String="Allows an administrator to specify any valid threat severity levels and the corresponding default action ID to take." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableBehaviorMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Behavior Monitoring functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableCatchupFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to configure catch-up scans for scheduled full scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableCatchupQuickScan"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to configure catch-up scans for scheduled quick scans. A catch-up scan is a scan that is initiated because a regularly scheduled scan was missed. Usually these scheduled scans are missed because the computer was turned off at the scheduled time." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableCloudProtection"><Annotation Term="Org.OData.Core.V1.Description" String="To best protect your PC, Windows Defender will send information to Microsoft about any problems it finds. Microsoft will analyze that information, learn more about problems affecting you and other customers, and offer improved solutions." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableIntrusionPreventionSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Intrusion Prevention functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableOnAccessProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender On Access Protection functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableRealTimeMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Realtime Monitoring functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableScanArchiveFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows scanning of archives." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableScanDownloads"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender IOAVP Protection functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableScanNetworkFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows a scanning of network files." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableScanRemovableDrivesDuringFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows a full scan of removable drives. During a quick scan, removable drives may still be scanned." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderDisableScanScriptsLoadedInInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender Script Scanning functionality." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEmailContentExecution"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client)" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEmailContentExecutionType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client)" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEnableLowCpuPriority"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to enable or disable low CPU priority for scheduled scans." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEnableScanIncomingMail"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows scanning of email." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEnableScanMappedNetworkDrivesDuringFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows a full scan of mapped network drives." /></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/defenderFileExtensionsToExclude"><Annotation Term="Org.OData.Core.V1.Description" String="File extensions to exclude from scans and real time protection." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/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.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/defenderGuardMyFoldersType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of protected folders" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderNetworkProtectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of NetworkProtection" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsExecutableContentCreationOrLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications/macros creating or launching executable content" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsExecutableContentCreationOrLaunchType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications/macros creating or launching executable content" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsLaunchChildProcess"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office application launching child processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsLaunchChildProcessType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office application launching child processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsOtherProcessInjection"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of  Office applications injecting into other processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsOtherProcessInjectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications injecting into other processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeCommunicationAppsLaunchChildProcess"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office communication applications, including Microsoft Outlook, from creating child processes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeMacroCodeAllowWin32Imports"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Win32 imports from Macro code in Office" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeMacroCodeAllowWin32ImportsType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Win32 imports from Macro code in Office" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderPotentiallyUnwantedAppAction"><Annotation Term="Org.OData.Core.V1.Description" String="Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderPreventCredentialStealingType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if credential stealing from the Windows local security authority subsystem is permitted" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderProcessCreation"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to process creations originating from PSExec and WMI commands" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderProcessCreationType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to process creations originating from PSExec and WMI commands" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderProcessesToExclude"><Annotation Term="Org.OData.Core.V1.Description" String="Processes to exclude from scans and real time protection." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScanDirection"><Annotation Term="Org.OData.Core.V1.Description" String="Controls which sets of files should be monitored." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScanMaxCpuPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the average CPU load factor for the Windows Defender scan (in percent). The default value is 50. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScanType"><Annotation Term="Org.OData.Core.V1.Description" String="Selects whether to perform a quick scan or full scan." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScheduledQuickScanTime"><Annotation Term="Org.OData.Core.V1.Description" String="Selects the time of day that the Windows Defender quick scan should run. For example, a value of 0=12:00AM, a value of 60=1:00AM, a value of 120=2:00, and so on, up to a value of 1380=11:00PM. The default value is 120" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScheduledScanDay"><Annotation Term="Org.OData.Core.V1.Description" String="Selects the day that the Windows Defender scan should run." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScheduledScanTime"><Annotation Term="Org.OData.Core.V1.Description" String="Selects the time of day that the Windows Defender scan should run." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptDownloadedPayloadExecution"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of js/vbs executing payload downloaded from Internet" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptDownloadedPayloadExecutionType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of js/vbs executing payload downloaded from Internet" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptObfuscatedMacroCode"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of obfuscated js/vbs/ps/macro code" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptObfuscatedMacroCodeType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of obfuscated js/vbs/ps/macro code" /></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/defenderSecurityCenterDisableAccountUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the account protection area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableAppBrowserUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the app and browser protection area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableClearTpmUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the Clear TPM button." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableFamilyUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the family options area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableHardwareUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the hardware protection area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableHealthUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the device performance and health area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableNetworkUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the firewall and network protection area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableNotificationAreaUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the notification area control. The user needs to either sign out and sign in or reboot the computer for this setting to take effect." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableRansomwareUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the ransomware protection area. " /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableSecureBootUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the secure boot area under Device security." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableTroubleshootingUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the security process troubleshooting under Device security." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableVirusUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the virus and threat protection area." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI"><Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of update TPM Firmware when a vulnerable firmware is detected." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpEmail"><Annotation Term="Org.OData.Core.V1.Description" String="The email address that is displayed to users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpPhone"><Annotation Term="Org.OData.Core.V1.Description" String="The phone number or Skype ID that is displayed to users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpURL"><Annotation Term="Org.OData.Core.V1.Description" String="The help portal URL this is displayed to users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterITContactDisplay"><Annotation Term="Org.OData.Core.V1.Description" String="Configure where to display IT contact information to end users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterNotificationsFromApp"><Annotation Term="Org.OData.Core.V1.Description" String="Notifications to show from the displayed areas of app" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterOrganizationDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The company name that is displayed to the users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSignatureUpdateIntervalInHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the interval (in hours) that will be used to check for signatures, so instead of using the ScheduleDay and ScheduleTime the check for new signatures will be set according to the interval. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSubmitSamplesConsentType"><Annotation Term="Org.OData.Core.V1.Description" String="Checks for the user consent level in Windows Defender to send data." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedExecutable"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedExecutableType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedUSBProcess"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to untrusted and unsigned processes that run from USB" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedUSBProcessType"><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to untrusted and unsigned processes that run from USB" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardEnableSecureBootWithDMA"><Annotation Term="Org.OData.Core.V1.Description" String="This property will be deprecated in May 2019 and will be replaced with property DeviceGuardSecureBootWithDMA. Specifies whether Platform Security Level is enabled at next reboot." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardEnableVirtualizationBasedSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Turns On Virtualization Based Security(VBS)." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardLaunchSystemGuard"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the IT admin to configure the launch of System Guard." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardLocalSystemAuthorityCredentialGuardSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardSecureBootWithDMA"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether Platform Security Level is enabled at next reboot." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/dmaGuardDeviceEnumerationPolicy"><Annotation Term="Org.OData.Core.V1.LongDescription" String="This policy is intended to provide additional security against external DMA capable devices. It allows for more control over the enumeration of external DMA capable devices incompatible with DMA Remapping/device memory isolation and sandboxing. This policy only takes effect when Kernel DMA Protection is supported and enabled by the system firmware. Kernel DMA Protection is a platform feature that cannot be controlled via policy or by end user. It has to be supported by the system at the time of manufacturing. To check if the system supports Kernel DMA Protection, please check the Kernel DMA Protection field in the Summary page of MSINFO32.exe." /></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/firewallIPSecExemptionsNone"><Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to no exemptions" /></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/firewallRules"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall rule settings. This collection can contain a maximum of 150 elements." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/lanManagerAuthenticationLevel"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines which challenge/response authentication protocol is used for network logons." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/lanManagerWorkstationDisableInsecureGuestLogons"><Annotation Term="Org.OData.Core.V1.Description" String="If enabled,the SMB client will allow insecure guest logons. If not configured, the SMB client will reject insecure guest logons." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAdministratorAccountName"><Annotation Term="Org.OData.Core.V1.Description" String="Define a different account name to be associated with the security identifier (SID) for the account “Administrator”." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAdministratorElevationPromptBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Define the behavior of the elevation prompt for admins in Admin Approval Mode." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether to allows anonymous users to perform certain activities, such as enumerating the names of domain accounts and network shares." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowPKU2UAuthenticationRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Block PKU2U authentication requests to this device to use online identities." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager"><Annotation Term="Org.OData.Core.V1.Description" String="Edit the default Security Descriptor Definition Language string to allow or deny users and groups to make remote calls to the SAM." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool"><Annotation Term="Org.OData.Core.V1.Description" String="UI helper boolean for LocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager entity" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether a computer can be shut down without having to log on to Windows." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUIAccessApplicationElevation"><Annotation Term="Org.OData.Core.V1.Description" String="Allow UIAccess apps to prompt for elevation without using the secure desktop." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUIAccessApplicationsForSecureLocations"><Annotation Term="Org.OData.Core.V1.Description" String="Allow UIAccess apps to prompt for elevation without using the secure desktop.Default is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUndockWithoutHavingToLogon"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent a portable computer from being undocked without having to log in." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockMicrosoftAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent users from adding new Microsoft accounts to this computer." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockRemoteLogonWithBlankPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Local accounts that are not password protected to log on from locations other than the physical device.Default is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockRemoteOpticalDriveAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this settings allows only interactively logged on user to access CD-ROM media." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockUsersInstallingPrinterDrivers"><Annotation Term="Org.OData.Core.V1.Description" String="Restrict installing printer drivers as part of connecting to a shared printer to admins only." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClearVirtualMemoryPageFile"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the virtual memory pagefile is cleared when the system is shut down." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClientDigitallySignCommunicationsAlways"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether packet signing is required by the SMB client component." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers"><Annotation Term="Org.OData.Core.V1.Description" String="If this security setting is enabled, the Server Message Block (SMB) redirector is allowed to send plaintext passwords to non-Microsoft SMB servers that do not support password encryption during authentication." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation"><Annotation Term="Org.OData.Core.V1.Description" String="App installations requiring elevated privileges will prompt for admin credentials.Default is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableAdministratorAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the Local Administrator account is enabled or disabled." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the SMB client attempts to negotiate SMB packet signing." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableGuestAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Determines if the Guest account is enabled or disabled." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableServerDigitallySignCommunicationsAlways"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether packet signing is required by the SMB server component." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the SMB server will negotiate SMB packet signing with clients that request it." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines what additional permissions will be granted for anonymous connections to the computer." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotRequireCtrlAltDel"><Annotation Term="Org.OData.Core.V1.Description" String="Require CTRL+ALT+DEL to be pressed before a user can log on." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines if, at the next password change, the LAN Manager (LM) hash value for the new password is stored. It’s not stored by default." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser"><Annotation Term="Org.OData.Core.V1.Description" String="Define who is allowed to format and eject removable NTFS media." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsGuestAccountName"><Annotation Term="Org.OData.Core.V1.Description" String="Define a different account name to be associated with the security identifier (SID) for the account “Guest”." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsHideLastSignedInUser"><Annotation Term="Org.OData.Core.V1.Description" String="Do not display the username of the last person who signed in on this device." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsHideUsernameAtSignIn"><Annotation Term="Org.OData.Core.V1.Description" String="Do not display the username of the person signing in to this device after credentials are entered and before the device’s desktop is shown." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsInformationDisplayedOnLockScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsInformationShownOnLockScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsLogOnMessageText"><Annotation Term="Org.OData.Core.V1.Description" String="Set message text for users attempting to log in." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsLogOnMessageTitle"><Annotation Term="Org.OData.Core.V1.Description" String="Set message title for users attempting to log in." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMachineInactivityLimit"><Annotation Term="Org.OData.Core.V1.Description" String="Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMachineInactivityLimitInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting allows a client to require the negotiation of 128-bit encryption and/or NTLMv2 session security." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting allows a server to require the negotiation of 128-bit encryption and/or NTLMv2 session security." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsOnlyElevateSignedExecutables"><Annotation Term="Org.OData.Core.V1.Description" String="Enforce PKI certification path validation for a given executable file before it is permitted to run." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares"><Annotation Term="Org.OData.Core.V1.Description" String="By default, this security setting restricts anonymous access to shares and pipes to the settings for named pipes that can be accessed anonymously and Shares that can be accessed anonymously" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsSmartCardRemovalBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines what happens when the smart card for a logged-on user is removed from the smart card reader." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsStandardUserElevationPromptBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Define the behavior of the elevation prompt for standard users." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation"><Annotation Term="Org.OData.Core.V1.Description" String="Enable all elevation requests to go to the interactive user's desktop rather than the secure desktop. Prompt behavior policy settings for admins and standard users are used." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsUseAdminApprovalMode"><Annotation Term="Org.OData.Core.V1.Description" String="Defines whether the built-in admin account uses Admin Approval Mode or runs all apps with full admin privileges.Default is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsUseAdminApprovalModeForAdministrators"><Annotation Term="Org.OData.Core.V1.Description" String="Define whether Admin Approval Mode and all UAC policy settings are enabled, default is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations"><Annotation Term="Org.OData.Core.V1.Description" String="Virtualize file and registry write failures to per user locations" /></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.windows10EndpointProtectionConfiguration/userRightsAccessCredentialManagerAsTrustedCaller"><Annotation Term="Org.OData.Core.V1.Description" String="This user right is used by Credential Manager during Backup/Restore. Users' saved credentials might be compromised if this privilege is given to other entities. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsActAsPartOfTheOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="This user right allows a process to impersonate any user without authentication. The process can therefore gain access to the same local resources as that user. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsAllowAccessFromNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are allowed to connect to the computer over the network. State Allowed is supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsBackupData"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when backing up files and directories. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsBlockAccessFromNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are block from connecting to the computer over the network. State Block is supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsChangeSystemTime"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can change the time and date on the internal clock of the computer. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateGlobalObjects"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether users can create global objects that are available to all sessions. Users who can create global objects could affect processes that run under other users' sessions, which could lead to application failure or data corruption. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreatePageFile"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can call an internal API to create and change the size of a page file. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreatePermanentSharedObjects"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can be used by processes to create a directory object using the object manager. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateSymbolicLinks"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines if the user can create a symbolic link from the computer to which they are logged on. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateToken"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users/groups can be used by processes to create a token that can then be used to get access to any local resources when the process uses an internal API to create an access token. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDebugPrograms"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can attach a debugger to any process or to the kernel. Only states NotConfigured and Allowed are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDelegation"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can set the Trusted for Delegation setting on a user or computer object. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDenyLocalLogOn"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users cannot log on to the computer. States NotConfigured, Blocked are supported " /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsGenerateSecurityAudits"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can be used by a process to add entries to the security log. The security log is used to trace unauthorized system access.  Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsImpersonateClient"><Annotation Term="Org.OData.Core.V1.Description" String="Assigning this user right to a user allows programs running on behalf of that user to impersonate a client. Requiring this user right for this kind of impersonation prevents an unauthorized user from convincing a client to connect to a service that they have created and then impersonating that client, which can elevate the unauthorized user's permissions to administrative or system levels. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsIncreaseSchedulingPriority"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can use a process with Write Property access to another process to increase the execution priority assigned to the other process. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLoadUnloadDrivers"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can dynamically load and unload device drivers or other code in to kernel mode. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLocalLogOn"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can log on to the computer. States NotConfigured, Allowed are supported " /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLockMemory"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can use a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsManageAuditingAndSecurityLogs"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can specify object access auditing options for individual resources, such as files, Active Directory objects, and registry keys. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsManageVolumes"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can run maintenance tasks on a volume, such as remote defragmentation. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsModifyFirmwareEnvironment"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines who can modify firmware environment values. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsModifyObjectLabels"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which user accounts can modify the integrity label of objects, such as files, registry keys, or processes owned by other users. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsProfileSingleProcess"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can use performance monitoring tools to monitor the performance of system processes. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRemoteDesktopServicesLogOn"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are prohibited from logging on as a Remote Desktop Services client. Only states NotConfigured and Blocked are supported" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRemoteShutdown"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users are allowed to shut down a computer from a remote location on the network. Misuse of this user right can result in a denial of service. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRestoreData"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when restoring backed up files and directories, and determines which users can set any valid security principal as the owner of an object. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsTakeOwnership"><Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can take ownership of any securable object in the system, including Active Directory objects, files and folders, printers, registry keys, processes, and threads. Only states NotConfigured and Allowed are supported." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/windowsDefenderTamperProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Configure windows defender TamperProtection settings" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesAccessoryManagementServiceStartupMode"><Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether the Accessory management service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesEnableXboxGameSaveTask"><Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether xbox game save is enabled (1) or disabled (0)." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveAuthManagerServiceStartupMode"><Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Live Auth Manager service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveGameSaveServiceStartupMode"><Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Live Game save service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveNetworkingServiceStartupMode"><Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Networking service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." /></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/activateAppsWithVoice"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies if Windows apps can be activated by voice." /></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/appManagementMSIAllowUserControlOverInstall"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting permits users to change installation options that typically are available only to system administrators." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/appManagementMSIAlwaysInstallWithElevatedPrivileges"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/appManagementPackageFamilyNamesToLaunchAfterLogOn"><Annotation Term="Org.OData.Core.V1.Description" String="List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.​" /></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/authenticationAllowSecondaryDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Allows secondary authentication devices to work with Windows." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationPreferredAzureADTenantDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the preferred domain among available domains in the Azure AD tenant." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationWebSignIn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Web Credential Provider will be enabled." /></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/bluetoothBlockPromptedProximalConnections"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block the users from using Swift Pair and other proximity based scenarios." /></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/cellularData"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow the cellular data channel on the device. If not configured, the cellular data channel is allowed and the user can turn it off." /></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/configureTimeZone"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the time zone to be applied to the device. This is the standard Windows name for the target time zone." /></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/cryptographyAllowFipsAlgorithmPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to allow or disallow the Federal Information Processing Standard (FIPS) policy." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/dataProtectionBlockDirectMemoryAccess"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to block direct memory access (DMA) for all hot pluggable PCI downstream ports until a user logs into Windows." /></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/defenderBlockOnAccessProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender On Access Protection functionality." /></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/defenderCloudExtendedTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Timeout extension for file scanning by the cloud. Valid values 0 to 50" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderCloudExtendedTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Timeout extension for file scanning by the cloud. Valid values 0 to 50" /></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/defenderDisableCatchupFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="When blocked, catch-up scans for scheduled full scans will be turned off." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDisableCatchupQuickScan"><Annotation Term="Org.OData.Core.V1.Description" String="When blocked, catch-up scans for scheduled quick scans will be turned off." /></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/defenderPotentiallyUnwantedAppAction"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderPotentiallyUnwantedAppActionSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop." /></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/defenderScheduleScanEnableLowCpuPriority"><Annotation Term="Org.OData.Core.V1.Description" String="When enabled, low CPU priority will be used during scheduled scans." /></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/defenderSubmitSamplesConsentType"><Annotation Term="Org.OData.Core.V1.Description" String="Checks for the user consent level in Windows Defender to send data." /></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/displayAppListWithGdiDPIScalingTurnedOff"><Annotation Term="Org.OData.Core.V1.Description" String="List of legacy applications that have GDI DPI Scaling turned off." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/displayAppListWithGdiDPIScalingTurnedOn"><Annotation Term="Org.OData.Core.V1.Description" String="List of legacy applications that have GDI DPI Scaling turned on." /></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/edgeBlockEditFavorites"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from making changes to Favorites." /></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/edgeBlockFullScreenMode"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent Edge from entering the full screen mode." /></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/edgeBlockPrelaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Decide whether Microsoft Edge is prelaunched at Windows startup." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPrinting"><Annotation Term="Org.OData.Core.V1.Description" String="Configure Edge to allow or block printing." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSavingHistory"><Annotation Term="Org.OData.Core.V1.Description" String="Configure Edge to allow browsing history to be saved or to never save browsing history." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSearchEngineCustomization"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from adding new search engine or changing the default search engine." /></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/edgeBlockSideloadingExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user can sideload extensions." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockTabPreloading"><Annotation Term="Org.OData.Core.V1.Description" String="Configure whether Edge preloads the new tab page at Windows startup." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockWebContentOnNewTabPage"><Annotation Term="Org.OData.Core.V1.Description" String="Configure to load a blank page in Edge instead of the default New tab page and prevent users from changing it." /></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/edgeFavoritesBarVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Get or set a value that specifies whether to set the favorites bar to always be visible or hidden on any page." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFavoritesListLocation"><Annotation Term="Org.OData.Core.V1.Description" String="The location of the favorites list to provision. 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/edgeHomeButtonConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Causes the Home button to either hide, load the default Start page, load a New tab page, or a custom URL" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeHomeButtonConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enable the Home button configuration." /></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/edgeKioskModeRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Controls how the Microsoft Edge settings are restricted based on the configure kiosk mode." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeKioskResetAfterIdleTimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the time in minutes from the last user activity before Microsoft Edge kiosk resets.  Valid values are 0-1440. The default is 5. 0 indicates no reset. Valid values 0 to 1440" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeNewTabPageURL"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the page opened when new tabs are created." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeOpensWith"><Annotation Term="Org.OData.Core.V1.Description" String="Specify what kind of pages are open at start." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgePreventCertificateErrorOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent users from overriding certificate errors." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeRequiredExtensionPackageFamilyNames"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the list of package family names of browser extensions that are required and cannot be turned off by the user." /></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/edgeShowMessageWhenOpeningInternetExplorerSites"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the message displayed by Edge before switching 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/edgeTelemetryForMicrosoft365Analytics"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies what type of telemetry data (none, intranet, internet, both) is sent to Microsoft 365 Analytics" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enableAutomaticRedeployment"><Annotation Term="Org.OData.Core.V1.Description" String="Allow users with administrative rights to delete all user data and settings using CTRL + Win + R at the device lock screen so that the device can be automatically re-configured and re-enrolled into management." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/energySaverOnBatteryThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to specify battery charge level at which Energy Saver is turned on. While on battery, Energy Saver is automatically turned on at (and below) the specified battery charge level. Valid input range (0-100). Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/energySaverPluggedInThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to specify battery charge level at which Energy Saver is turned on. While plugged in, Energy Saver is automatically turned on at (and below) the specified battery charge level. Valid input range (0-100). Valid values 0 to 100" /></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/experienceDoNotSyncBrowserSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent the syncing of Microsoft Edge Browser settings. Option for IT admins to prevent syncing across devices, but allow user override." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/findMyFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Controls if the user can configure search to Find My Files mode, which searches files in secondary hard drives and also outside of the user profile. Find My Files does not allow users to search files or locations to which they do not have access." /></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/inkWorkspaceAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the user access to the ink workspace, from the desktop and from above the lock screen." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/inkWorkspaceAccessState"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the user access to the ink workspace, from the desktop and from above the lock screen." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/inkWorkspaceBlockSuggestedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to show recommended app suggestions in the ink workspace." /></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/lockScreenActivateAppsWithVoice"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting specifies whether Windows apps can be activated by voice while the system is locked." /></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/messagingBlockMMS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the MMS send/receive functionality on the device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/messagingBlockRichCommunicationServices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the RCS send/receive functionality on the device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/messagingBlockSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block text message back up and restore and Messaging Everywhere." /></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/microsoftAccountSignInAssistantSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the Microsoft Account Sign-In Assistant (wlidsvc) NT service." /></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/passwordMinimumAgeInDays"><Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines the period of time (in days) that a password must be used before the user can change it. Valid values 0 to 998" /></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/powerButtonActionOnBattery"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Power button while on battery." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerButtonActionPluggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Power button while plugged in." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerHybridSleepOnBattery"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to turn off hybrid sleep while on battery. If you set this setting to disable, a hiberfile is not generated when the system transitions to sleep (Stand By). If you set this setting to enable or do not configure this policy setting, users control this setting." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerHybridSleepPluggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to turn off hybrid sleep while plugged in. If you set this setting to disable, a hiberfile is not generated when the system transitions to sleep (Stand By). If you set this setting to enable or do not configure this policy setting, users control this setting." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerLidCloseActionOnBattery"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user closes the lid on a mobile PC while on battery." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerLidCloseActionPluggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user closes the lid on a mobile PC while plugged in." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerSleepButtonActionOnBattery"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Sleep button while on battery." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerSleepButtonActionPluggedIn"><Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Sleep button while plugged in." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerBlockAddition"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent user installation of additional printers from printers settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerDefaultName"><Annotation Term="Org.OData.Core.V1.Description" String="Name (network host name) of an installed printer." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerNames"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically provision printers based on their names (network host names)." /></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/privacyBlockActivityFeed"><Annotation Term="Org.OData.Core.V1.Description" String="Blocks the usage of cloud based speech services for Cortana, Dictation, or Store applications." /></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/privacyBlockPublishUserActivities"><Annotation Term="Org.OData.Core.V1.Description" String="Blocks the shared experiences/discovery of recently used resources in task switcher etc." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyDisableLaunchExperience"><Annotation Term="Org.OData.Core.V1.Description" String="This policy prevents the privacy experience from launching during user logon for new and upgraded users.​" /></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/searchBlockWebResults"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web search." /></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/searchDisableLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use location information." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableUseLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use location information." /></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/securityBlockAzureADJoinedDevicesAutoEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to allow automatic device encryption during OOBE when the device is Azure AD joined (desktop only)." /></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/smartScreenAppInstallControl"><Annotation Term="Org.OData.Core.V1.Description" String="Added in Windows 10, version 1703. Allows IT Admins to control whether users are allowed to install apps from places other than the Store." /></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/systemTelemetryProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the fully qualified domain name (FQDN) or IP address of a proxy server to forward Connected User Experiences and Telemetry requests." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/taskManagerBlockEndTask"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether non-administrators can use Task Manager to end tasks." /></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/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/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/windows10AppsForceUpdateSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 force update schedule for Apps." /></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.windowsPrivacyDataAccessControlItem"><Annotation Term="Org.OData.Core.V1.Description" String="Specify access control level per privacy data category" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAccessControls"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a list of applications with their access control levels over privacy data categories, and/or the default access levels per category. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Desktop and Mobile PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></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/activeFirewallRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require active firewall on Windows devices." /></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.windows10MobileCompliancePolicy/validOperatingSystemBuildRanges"><Annotation Term="Org.OData.Core.V1.Description" String="The valid operating system build ranges on Windows devices. This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10NetworkBoundaryConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows10 Network Boundary Configuration" /></Annotations><Annotations Target="microsoft.graph.windows10NetworkBoundaryConfiguration/windowsNetworkIsolationPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Network Isolation Policy" /></Annotations><Annotations Target="microsoft.graph.windows10PFXImportCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Deprecated" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Desktop and Mobile PKCS certificate profile" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificateTemplateName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificationAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificationAuthorityName"><Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></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/assessmentAppUserModelId"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application user model ID of the assessment app launched when a user signs in to a secure assessment with a local guest account. Important notice: this property must be set with localGuestAccountName in order to make the local guest account sign-in experience work properly for secure assessments." /></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/configurationAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="The account type used to by ConfigurationAccount." /></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.windows10SecureAssessmentConfiguration/localGuestAccountName"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the display text for the local guest account shown on the sign-in screen. Typically is the name of an assessment. When the user clicks the local guest account on the sign-in screen, an assessment app is launched with a specified assessment URL. Secure assessments can only be configured with local guest account sign-in on devices running Windows 10, version 1903 or later. Important notice: this property must be set with assessmentAppUserModelID in order to make the local guest account sign-in experience work properly for secure assessments." /></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.windowsVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows VPN configuration profile." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows 10 device (desktop or mobile) to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/associatedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Associated Apps. This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/cryptographySuite"><Annotation Term="Org.OData.Core.V1.Description" String="Cryptography Suite security settings for IKEv2 VPN in Windows10 and above " /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/dnsRules"><Annotation Term="Org.OData.Core.V1.Description" String="DNS rules. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/dnsSuffixes"><Annotation Term="Org.OData.Core.V1.Description" String="Specify DNS suffixes to add to the DNS search list to properly route short names." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/eapXml"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) XML. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableAlwaysOn"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Always On mode." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableConditionalAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Enable conditional access." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableDeviceTunnel"><Annotation Term="Org.OData.Core.V1.Description" String="Enable device tunnel." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableDnsRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="Enable IP address registration with internal DNS." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableSingleSignOnWithAlternateCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Enable single sign-on (SSO) with alternate certificate." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/enableSplitTunneling"><Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/microsoftTunnelSiteId"><Annotation Term="Org.OData.Core.V1.Description" String="ID of the Microsoft Tunnel site associated with the VPN profile." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/onlyAssociatedAppsCanUseConnection"><Annotation Term="Org.OData.Core.V1.Description" String="Only associated Apps can use connection (per-app VPN)." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/profileTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Profile target type." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/proxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/rememberUserCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/routes"><Annotation Term="Org.OData.Core.V1.Description" String="Routes (optional for third-party providers). This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/singleSignOnEku"><Annotation Term="Org.OData.Core.V1.Description" String="Single sign-on Extended Key Usage (EKU)." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/singleSignOnIssuerHash"><Annotation Term="Org.OData.Core.V1.Description" String="Single sign-on issuer hash." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/trafficRules"><Annotation Term="Org.OData.Core.V1.Description" String="Traffic rules. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/trustedNetworkDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Network Domains" /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/windowsInformationProtectionDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection (WIP) domain to associate with this connection." /></Annotations><Annotations Target="microsoft.graph.windows10VpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.windows81CertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.windows81CertificateProfileBase/customSubjectAlternativeNames"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windows81CertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></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/minimumAutoInstallClassification"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." /></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/updatesMinimumAutoInstallClassification"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." /></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.windows81SCEPCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1+ SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.windows81TrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 Trusted Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.windows81TrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.windows81TrustedRootCertificate/destinationStore"><Annotation Term="Org.OData.Core.V1.Description" String="Destination store location for the Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.windows81TrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.windows81VpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows 8.1 (and later) devices to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.windows81VpnConfiguration/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.windows81VpnConfiguration/connectionType"><Annotation Term="Org.OData.Core.V1.Description" String="Connection type." /></Annotations><Annotations Target="microsoft.graph.windows81VpnConfiguration/enableSplitTunneling"><Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling for the VPN." /></Annotations><Annotations Target="microsoft.graph.windows81VpnConfiguration/loginGroupOrDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Login group or domain when connection type is set to Dell SonicWALL Mobile Connection." /></Annotations><Annotations Target="microsoft.graph.windows81VpnConfiguration/proxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." /></Annotations><Annotations Target="microsoft.graph.windows81WifiImportConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1+ Wi-Fi import configuration. By configuring this profile you can instruct Windows 8.1 (and later) devices to connect to desired Wi-Fi endpoint. Connect a Windows 8.1 device to the desired Wi-Fi network and extract the XML from that device to later embed into this Wi-Fi profile." /></Annotations><Annotations Target="microsoft.graph.windows81WifiImportConfiguration/payload"><Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array). This is the XML file saved on the device you used to connect to the Wi-Fi endpoint." /></Annotations><Annotations Target="microsoft.graph.windows81WifiImportConfiguration/payloadFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.xml)." /></Annotations><Annotations Target="microsoft.graph.windows81WifiImportConfiguration/profileName"><Annotation Term="Org.OData.Core.V1.Description" String="Profile name displayed in the UI." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Assigned Access profile for Windows." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/appUserModelIds"><Annotation Term="Org.OData.Core.V1.Description" String="These are the only Windows Store Apps that will be available to launch from the Start menu." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/desktopAppPaths"><Annotation Term="Org.OData.Core.V1.Description" String="These are the paths of the Desktop Apps that will be available on the Start menu and the only apps the user will be able to launch." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/profileName"><Annotation Term="Org.OData.Core.V1.Description" String="This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/showTaskBar"><Annotation Term="Org.OData.Core.V1.Description" String="This setting allows the admin to specify whether the Task Bar is shown or not." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/startMenuLayoutXml"><Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start 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 Binary format." /></Annotations><Annotations Target="microsoft.graph.windowsAssignedAccessProfile/userAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration." /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period" /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period" /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/keyStorageProvider"><Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)" /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type" /></Annotations><Annotations Target="microsoft.graph.windowsCertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Configuration." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionAutoPopulateOnboardingBlob"><Annotation Term="Org.OData.Core.V1.Description" String="Auto populate onboarding blob programmatically from Advanced Threat protection service" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOffboardingBlob"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Offboarding Blob." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOffboardingFilename"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which AdvancedThreatProtectionOffboardingBlob was obtained." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOnboardingBlob"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Onboarding Blob." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOnboardingFilename"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which AdvancedThreatProtectionOnboardingBlob was obtained." /></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.windowsDeliveryOptimizationConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Delivery Optimization configuration" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/backgroundDownloadFromHttpDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay an HTTP source in a background download that is allowed to use peer-to-peer. Valid values 0 to 4294967295" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/bandwidthMode"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies foreground and background bandwidth usage using percentages, absolutes, or hours." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a background download. Valid values 0 to 2592000." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerForegroundDownloadFallbackToHttpDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid values 0 to 2592000.​" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerHostNames"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies cache servers host names." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/deliveryOptimizationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the download method that delivery optimization can use to manage network bandwidth consumption for large content distribution scenarios." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/foregroundDownloadFromHttpDelayInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay an HTTP source in a foreground download that is allowed to use peer-to-peer (0-86400). Valid values 0 to 86400" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Specifying 0 sets Delivery Optimization to manage this setting using the cloud service. Valid values 0 to 86400" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/groupIdSource"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies to restrict peer selection to a specfic source." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The options set in this policy only apply to Delivery Optimization mode Group (2) download mode. If Group (2) isn't set as Download mode, this policy will be ignored. For option 3 - DHCP Option ID, the client will query DHCP Option ID 234 and use the returned GUID value as the Group ID." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/maximumCacheAgeInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum time in days that each file is held in the Delivery Optimization cache after downloading successfully (0-3650). Valid values 0 to 3650" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/maximumCacheSize"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum cache size that Delivery Optimization either as a percentage or in GB." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumBatteryPercentageAllowedToUpload"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum battery percentage to allow the device to upload data (0-100). Valid values 0 to 100" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value is 0. The value 0 (zero) means &quot;not limited&quot; and the cloud service default value will be used. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumDiskSizeAllowedToPeerInGigabytes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum disk size in GB to use Peer Caching (1-100000). Valid values 1 to 100000" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Recommended values: 64 GB to 256 GB. Valid values 1 to 100000" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumFileSizeToCacheInMegabytes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum content file size in MB enabled to use Peer Caching (1-100000). Valid values 1 to 100000" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Recommended values: 1 MB to 100,000 MB. Valid values 1 to 100000" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumRamAllowedToPeerInGigabytes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum RAM size in GB to use Peer Caching (1-100000). Valid values 1 to 100000" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/modifyCacheLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the drive that Delivery Optimization should use for its cache." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/restrictPeerSelectionBy"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies to restrict peer selection via selected option." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Option 1 (Subnet mask) only applies to Delivery Optimization modes Download Mode LAN (1) and Group (2)." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/vpnPeerCaching"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the device is allowed to participate in Peer Caching while connected via VPN to the domain network." /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Domain Join device configuration." /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/activeDirectoryDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Active Directory domain name to join." /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameStaticPrefix"><Annotation Term="Org.OData.Core.V1.Description" String="Fixed prefix to be used for computer name." /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameSuffixRandomCharCount"><Annotation Term="Org.OData.Core.V1.Description" String="Dynamically generated characters used as suffix for computer name. Valid values 3 to 14" /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/organizationalUnit"><Annotation Term="Org.OData.Core.V1.Description" String="Organizational unit (OU) where the computer account will be created. If this parameter is NULL, the well known computer object container will be used as published in the domain." /></Annotations><Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/networkAccessConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements." /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows device health monitoring configuration" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/allowDeviceHealthMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Enables device health monitoring on the device" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/configDeviceHealthMonitoringCustomScope"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies custom set of events collected from the device where health monitoring is enabled" /></Annotations><Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/configDeviceHealthMonitoringScope"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies set of events collected from the device where health monitoring is enabled" /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by Windows Hello for Business." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/enhancedAntiSpoofingForFacialFeaturesEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value used to enable enhanced anti-spoofing for facial feature recognition on Windows Hello face authentication." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinExpirationInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value specifies the period (in days) that a PIN can be used before the system requires the user to change it. Valid values are 0 to 730 inclusive. Valid values 0 to 730" /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinLowercaseCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="This value configures the use of lowercase characters in the Windows Hello for Business PIN." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinMaximumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that sets the maximum number of characters allowed for the work PIN. Valid values are 4 to 127 inclusive and greater than or equal to the value set for the minimum PIN. Valid values 4 to 127" /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that sets the minimum number of characters required for the Windows Hello for Business PIN. Valid values are 4 to 127 inclusive and less than or equal to the value set for the maximum PIN. Valid values 4 to 127" /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/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. Valid values 0 to 50" /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinRecoveryEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that enables a user to change their PIN by using the Windows Hello for Business PIN recovery service." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinSpecialCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use special characters in the Windows Hello for Business PIN." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinUppercaseCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="This value configures the use of uppercase characters in the Windows Hello for Business PIN." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/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.windowsIdentityProtectionConfiguration/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.windowsIdentityProtectionConfiguration/useCertificatesForOnPremisesAuthEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that enables Windows Hello for Business to use certificates to authenticate on-premise resources." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/useSecurityKeyForSignin"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value used to enable the Windows Hello security key as a logon credential." /></Annotations><Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/windowsHelloForBusinessBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that blocks Windows Hello for Business as a method for signing into Windows." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by the kiosk resource." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/edgeKioskEnablePublicBrowsing"><Annotation Term="Org.OData.Core.V1.Description" String="Enable public browsing kiosk mode for the Microsoft Edge browser. The Default is false." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserBlockedUrlExceptions"><Annotation Term="Org.OData.Core.V1.Description" String="Specify URLs that the kiosk browser is allowed to navigate to" /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserBlockedURLs"><Annotation Term="Org.OData.Core.V1.Description" String="Specify URLs that the kiosk browsers should not navigate to" /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserDefaultUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the default URL the browser should navigate to on launch." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableEndSessionButton"><Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's end session button. By default, the end session button is disabled." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableHomeButton"><Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's home button. By default, the home button is disabled." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableNavigationButtons"><Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's navigation buttons(forward/back). By default, the navigation buttons are disabled." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserRestartOnIdleTimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of minutes the session is idle until the kiosk browser restarts in a fresh state.  Valid values are 1-1440. Valid values 1 to 1440" /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows to define a list of Kiosk profiles for a Kiosk configuration. This collection can contain a maximum of 3 elements." /></Annotations><Annotations Target="microsoft.graph.windowsKioskConfiguration/windowsKioskForceUpdateSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="force update schedule for Kiosk devices." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase"><Annotation Term="Org.OData.Core.V1.Description" String="Base Windows Phone 8.1+ certificate profile." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validtiy Period." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/keyStorageProvider"><Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/subjectAlternativeNameType"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/subjectNameFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." /></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.windowsPhone81ImportedPFXCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 Phone and Mobile PFX Import certificate profile" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81ImportedPFXCertificateProfile/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81ImportedPFXCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ SCEP certificate profile" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/subjectAlternativeNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/managedDeviceCertificateStates"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices. This collection can contain a maximum of 2147483647 elements." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/rootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows Phone 8.1 to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/bypassVpnOnCompanyWifi"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass VPN on company Wi-Fi." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/bypassVpnOnHomeWifi"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass VPN on home Wi-Fi." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/dnsSuffixSearchList"><Annotation Term="Org.OData.Core.V1.Description" String="DNS suffix search list." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/rememberUserCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/identityCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on Windows Phone to communicate with an Exchange server and get email, contacts, calendar, and tasks. Furthermore, you can also specify how much email to sync and how often the device should sync." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/accountName"><Annotation Term="Org.OData.Core.V1.Description" String="Account name." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/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 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.windowsPhoneEASEmailProfileConfiguration/durationOfEmailToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of email to sync." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/emailAddressSource"><Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/emailSyncSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/hostName"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/requireSsl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncCalendar"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync the calendar." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncContacts"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync contacts." /></Annotations><Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncTasks"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync tasks." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/accessLevel"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates an access level for the privacy data category to which the specified application will be given to." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The Package Family Name of a Windows app. When set, the access level applies to the specified application." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/appPackageFamilyName"><Annotation Term="Org.OData.Core.V1.Description" String="The Package Family Name of a Windows app. When set, the access level applies to the specified application." /></Annotations><Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/dataCategory"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates a privacy data category to which the specific access control will apply." /></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.windowsUpdateState/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device display name." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the device." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/featureUpdateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The current feature update version of the device." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/lastScanDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the Windows Update Agent did a successful scan." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last date time that the device sync with with Microsoft Intune." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/qualityUpdateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The Quality Update Version of the device." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/status"><Annotation Term="Org.OData.Core.V1.Description" String="Windows udpate status." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the user." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConfiguration/connectionName"><Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." /></Annotations><Annotations Target="microsoft.graph.windowsVpnConfiguration/customXml"><Annotation Term="Org.OData.Core.V1.Description" String="Custom XML commands that configures the VPN connection. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.windowsVpnConfiguration/servers"><Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/connectAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect automatically when in range." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/connectToPreferredNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect to more preferred networks when already connected to this one.  Requires ConnectAutomatically to be true." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/connectWhenNetworkNameIsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect automatically even when the SSID is not broadcasting." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/forceFIPSCompliance"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to force FIPS compliance." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/meteredConnectionLimit"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the metered connection limit type for the wifi connection." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/networkName"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the network configuration name." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/preSharedKey"><Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the URL for the proxy server configuration script." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyManualAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the IP address for the proxy server." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyManualPort"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the port for the proxy server." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/proxySetting"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy setting for Wi-Fi configuration" /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/ssid"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the SSID of the wifi connection." /></Annotations><Annotations Target="microsoft.graph.windowsWifiConfiguration/wifiSecurityType"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the Wifi Security Type." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by the Wifi CSP." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the authentication method." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/authenticationPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds for the client to wait after an authentication attempt before failing. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/authenticationRetryDelayPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds between a failed authentication and the next authentication attempt. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/authenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you’re using certificate authentication, make sure the certificate type matches the authentication type." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/cacheCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to cache user credentials on the device so that users don’t need to keep entering them each time they connect." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/disableUserPromptForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to prevent the user from being prompted to authorize new servers for trusted certification authorities when EAP type is selected as PEAP." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/eapolStartPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds to wait before sending an EAPOL (Extensible Authentication Protocol over LAN) Start message. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/enablePairwiseMasterKeyCaching"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should enable pairwise master key caching." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/enablePreAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether pre-authentication should be enabled." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/innerAuthenticationProtocolForEAPTTLS"><Annotation Term="Org.OData.Core.V1.Description" String="Specify inner authentication protocol for EAP TTLS." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumAuthenticationFailures"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the maximum authentication failures allowed for a set of credentials. Valid range 1-100." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumAuthenticationTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum authentication timeout (in seconds).  Valid range: 1-120" /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumEAPOLStartMessages"><Annotation Term="Org.OData.Core.V1.Description" String="Specifiy the maximum number of EAPOL (Extensible Authentication Protocol over LAN) Start messages to be sent before returning failure. Valid range 1-100." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumNumberOfPairwiseMasterKeysInCache"><Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum number of pairwise master keys in cache.  Valid range: 1-255" /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumPairwiseMasterKeyCacheTimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum pairwise master key cache time (in minutes).  Valid range: 5-1440" /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumPreAuthenticationAttempts"><Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum pre-authentication attempts.  Valid range: 1-16" /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/networkSingleSignOn"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the network single sign on type." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the string to replace usernames for privacy when using EAP TTLS or PEAP." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/performServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to enable verification of server's identity by validating the certificate when EAP type is selected as PEAP." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/promptForAdditionalAuthenticationCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should prompt for additional authentication credentials." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/requireCryptographicBinding"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to enable cryptographic binding when EAP type is selected as PEAP." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Specify trusted server certificate names." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/userBasedVirtualLan"><Annotation Term="Org.OData.Core.V1.Description" String="Specifiy whether to change the virtual LAN used by the device based on the user’s credentials. Cannot be used when NetworkSingleSignOnType is set to ​Disabled." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Specify identity certificate for client authentication." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/rootCertificateForClientValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify root certificate for client validation." /></Annotations><Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify root certificate for server validation. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by the Wired Network CSP." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/authenticationBlockPeriodInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the duration for which automatic authentication attempts will be blocked from occuring after a failed authentication attempt." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the authentication method. Possible values are: `certificate`, `usernameAndPassword`, `derivedCredential`." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/authenticationPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds for the client to wait after an authentication attempt before failing. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/authenticationRetryDelayPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds between a failed authentication and the next authentication attempt. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/authenticationType"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: `none`, `user`, `machine`, `machineOrUser`, `guest`." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/cacheCredentials"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, caches user credentials on the device so that users don't need to keep entering them each time they connect. When FALSE, do not cache credentials. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/disableUserPromptForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, prevents the user from being prompted to authorize new servers for trusted certification authorities when EAP type is selected as PEAP. When FALSE, does not prevent the user from being prompted. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/eapolStartPeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of seconds to wait before sending an EAPOL (Extensible Authentication Protocol over LAN) Start message. Valid range 1-3600." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/eapType"><Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router). Possible values are: `eapTls`, `leap`, `eapSim`, `eapTtls`, `peap`, `eapFast`, `teap`." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/enforce8021X"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, the automatic configuration service for wired networks requires the use of 802.1X for port authentication. When FALSE, 802.1X is not required. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/forceFIPSCompliance"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, forces FIPS compliance. When FALSE, does not enable FIPS compliance. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/innerAuthenticationProtocolForEAPTTLS"><Annotation Term="Org.OData.Core.V1.Description" String="Specify inner authentication protocol for EAP TTLS. Possible values are: `unencryptedPassword`, `challengeHandshakeAuthenticationProtocol`, `microsoftChap`, `microsoftChapVersionTwo`." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/maximumAuthenticationFailures"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the maximum authentication failures allowed for a set of credentials. Valid range 1-100." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/maximumEAPOLStartMessages"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the maximum number of EAPOL (Extensible Authentication Protocol over LAN) Start messages to be sent before returning failure. Valid range 1-100." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/outerIdentityPrivacyTemporaryValue"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the string to replace usernames for privacy when using EAP TTLS or PEAP." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/performServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, enables verification of server's identity by validating the certificate when EAP type is selected as PEAP. When FALSE, the certificate is not validated. Default value is TRUE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/requireCryptographicBinding"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, enables cryptographic binding when EAP type is selected as PEAP. When FALSE, does not enable cryptogrpahic binding. Default value is TRUE." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/secondaryAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the secondary authentication method. Possible values are: `certificate`, `usernameAndPassword`, `derivedCredential`." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/trustedServerCertificateNames"><Annotation Term="Org.OData.Core.V1.Description" String="Specify trusted server certificate names." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/identityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Specify identity certificate for client authentication." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/rootCertificateForClientValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify root certificate for client validation." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify root certificates for server validation. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/secondaryIdentityCertificateForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Specify secondary identity certificate for client authentication." /></Annotations><Annotations Target="microsoft.graph.windowsWiredNetworkConfiguration/secondaryRootCertificateForClientValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Specify secondary root certificate for client validation." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Zero Trust DNS configuration profile" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/auditModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the audit operational mode. When true, unsecured traffic will be logged but not blocked. When false, unsecured DNS traffic will be blocked unless specifically exempted." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/exemptionRules"><Annotation Term="Org.OData.Core.V1.Description" String="Exemptions to the ZTDNS rules, allowing access to specific addresses or subnets via unsecured lookup. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/extendedKeyUsagesForClientAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Extended key usage definitions for client authentication with secure DNS servers. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/hostsFileResolutionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the DNS Client can resolve queries using the hosts file." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/loopbackDnsForwarderEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Creates a localhost DNS server for securely forwarding plaintext queries to trusted DNS servers." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/loopbackTrafficBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether traffic to loopback addresses should be blocked." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/maximumConnectionTimeInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum time in seconds for which connections to an IP address will be allowed after successful name resolution. Valid values 30 to 604800" /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/secureDnsServers"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of secure DNS servers used to resolve ZTDNS queries. Must contain at least one item. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/rootCertificatesForClientValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Root certificates for client authentication. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.windowsZtdnsConfiguration/rootCertificatesForServerValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Root certificates for server validation. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationApplicationSettingApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability for a setting that can be targeted on managed Applications by Intune" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstance/choiceSettingCollectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="Choice setting collection value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Collection Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstanceTemplate/allowUnmanagedValues"><Annotation Term="Org.OData.Core.V1.Description" String="Linked policy may append values which are not present in the template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionInstanceTemplate/choiceSettingCollectionValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Collection Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingInstance/choiceSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Choice setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingInstanceTemplate/choiceSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValue/children"><Annotation Term="Org.OData.Core.V1.Description" String="Child settings." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValue/value"><Annotation Term="Org.OData.Core.V1.Description" String="Choice setting value: an OptionDefinition ItemId." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueConstantDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Constant Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueConstantDefaultTemplate/children"><Annotation Term="Org.OData.Core.V1.Description" String="Option Children" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueConstantDefaultTemplate/settingDefinitionOptionId"><Annotation Term="Org.OData.Core.V1.Description" String="Default Constant Value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueDefinitionTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Definition Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinitionTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Option Definition Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueDefinitionTemplate/allowedOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Allowed Options" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueTemplate/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="Choice Setting Value Default Template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueTemplate/recommendedValueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Recommended definition override." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueTemplate/requiredValueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Required definition override." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingValueTemplate/settingValueTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Value Template Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationDependentOn/dependentOn"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of parent setting/ parent setting option dependent on" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationDependentOn/parentSettingId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of parent setting/ parent setting id dependent on" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationExchangeOnlineSettingApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability for an Exchange Online Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Instance of a GroupSettingCollection" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the GroupSetting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance/groupSettingCollectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of GroupSetting values" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Group Setting Collection Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstanceTemplate/allowUnmanagedValues"><Annotation Term="Org.OData.Core.V1.Description" String="Linked policy may append values which are not present in the template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Group Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstanceTemplate/groupSettingCollectionValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Group Setting Collection Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Instance of a GroupSetting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingInstance/groupSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="GroupSetting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Group Setting Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingInstanceTemplate/groupSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Group Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingValue/children"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of child setting instances contained within this GroupSetting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingValueTemplate/children"><Annotation Term="Org.OData.Core.V1.Description" String="Group setting value children" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationGroupSettingValueTemplate/settingValueTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Value Template Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValue/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the integer setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Value Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Value Constant Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate/constantValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default Constant Value. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinition/maximumValue"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum allowed value of the integer" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinition/minimumValue"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum allowed value of the integer" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinitionTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Value Definition Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinitionTemplate/maxValue"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Maximum Value. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueDefinitionTemplate/minValue"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Minimum Value. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Simple Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueTemplate/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="Integer Setting Value Default Template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueTemplate/recommendedValueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Recommended value definition." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIntegerSettingValueTemplate/requiredValueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Required value definition." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/dependedOnBy"><Annotation Term="Org.OData.Core.V1.Description" String="List of Settings that depends on this option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/dependentOn"><Annotation Term="Org.OData.Core.V1.Description" String="List of dependent settings for this option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/helpText"><Annotation Term="Org.OData.Core.V1.Description" String="Help text of the option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/itemId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinition/optionValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the option" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinitionTemplate/children"><Annotation Term="Org.OData.Core.V1.Description" String="Option Children" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationOptionDefinitionTemplate/itemId"><Annotation Term="Org.OData.Core.V1.Description" String="Option ItemId" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Policy template reference information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplateReference/templateDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Template Display Name of the referenced template. 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.deviceManagementConfigurationPolicyTemplateReference/templateDisplayVersion"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Template Display Version of the referenced Template. 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.deviceManagementConfigurationPolicyTemplateReference/templateFamily"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Template Family of the referenced Template. 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.deviceManagementConfigurationPolicyTemplateReference/templateId"><Annotation Term="Org.OData.Core.V1.Description" String="Template id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationReferenceSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Model for ReferenceSettingValue" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationReferenceSettingValue/note"><Annotation Term="Org.OData.Core.V1.Description" String="A note that admin can use to put some contextual information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationReferredSettingInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Referred setting information about reusable setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationReferredSettingInformation/settingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting definition id that is being referred to a setting. Applicable for reusable setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Graph model for a secret setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValue/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the secret setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSecretSettingValue/valueState"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a value indicating the encryption state of the Value property." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingApplicability/description"><Annotation Term="Org.OData.Core.V1.Description" String="description of the setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingApplicability/deviceMode"><Annotation Term="Org.OData.Core.V1.Description" String="Device Mode that setting can be applied on" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingApplicability/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingApplicability/technologies"><Annotation Term="Org.OData.Core.V1.Description" String="Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDependedOnBy/dependedOnBy"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of child setting that is dependent on the current setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDependedOnBy/required"><Annotation Term="Org.OData.Core.V1.Description" String="Value that determines if the child setting is required based on the parent setting's selection" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupCollectionInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstance/settingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Definition Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance template reference information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstance/settingInstanceTemplateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Instance Template Reference" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplate/isRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if a policy must specify this setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplate/settingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Definition Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplate/settingInstanceTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Instance Template Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingInstanceTemplateReference/settingInstanceTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance template id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingOccurrence/maxDeviceOccurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum times setting can be set on device. " /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingOccurrence/minDeviceOccurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum times setting can be set on device. A MinDeviceOccurrence of 0 means setting is optional" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingValueTemplateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Setting value template reference information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingValue/settingValueTemplateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Setting value template reference" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingValueTemplateReference/settingValueTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting value template id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingValueTemplateReference/useTemplateDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to update policy setting value to match template setting default value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting collection instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstance/simpleSettingCollectionValue"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting collection instance value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Simple Setting Collection Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstanceTemplate/allowUnmanagedValues"><Annotation Term="Org.OData.Core.V1.Description" String="Linked policy may append values which are not present in the template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionInstanceTemplate/simpleSettingCollectionValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Simple Setting Collection Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingInstance/simpleSettingValue"><Annotation Term="Org.OData.Core.V1.Description" String="Simple setting instance value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Simple Setting Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingInstanceTemplate/simpleSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Simple Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingValueTemplate/settingValueTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Value Template Id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValue/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the string setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="String Setting Value Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueConstantDefaultTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="String Setting Value Constant Default Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueConstantDefaultTemplate/constantValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default Constant Value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="String constraints" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/fileTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Supported file types for this setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/format"><Annotation Term="Org.OData.Core.V1.Description" String="Pre-defined format of the string" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/inputValidationSchema"><Annotation Term="Org.OData.Core.V1.Description" String="Regular expression or any xml or json schema that the input string should match" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/isSecret"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the setting needs to be treated as a secret. Settings marked as yes will be encrypted in transit and at rest and will be displayed as asterisks when represented in the UX." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/maximumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum length of string. Valid values 0 to 87516" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueDefinition/minimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of string. Valid values 0 to 87516" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="String Setting Value Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationStringSettingValueTemplate/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="String Setting Value Default Template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/configurationServiceProviderVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of CSP setting is a part of" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/maximumSupportedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum supported version of Windows" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/minimumSupportedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum supported version of Windows" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/requiredAzureAdTrustType"><Annotation Term="Org.OData.Core.V1.Description" String="Required AzureAD trust type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/requiresAzureAd"><Annotation Term="Org.OData.Core.V1.Description" String="AzureAD setting requirement" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/windowsSkus"><Annotation Term="Org.OData.Core.V1.Description" String="List of Windows SKUs that the setting is applicable for" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPriorityMetaData"><Annotation Term="Org.OData.Core.V1.Description" String="Priority metadata of the policy." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPriorityMetaData/priority"><Annotation Term="Org.OData.Core.V1.Description" String="Priority of the policy. Valid values 1 to 500" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInsightsDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Insights" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInsightsDefinition/settingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Setting definition id that is being referred to a setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInsightsDefinition/settingInsight"><Annotation Term="Org.OData.Core.V1.Description" String="Data Insights Target Value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionItem"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action for Rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionItem/actionType"><Annotation Term="Org.OData.Core.V1.Description" String="What action to take" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionItem/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.deviceManagementComplianceActionItem/notificationMessageCCList"><Annotation Term="Org.OData.Core.V1.Description" String="A list of group IDs to speicify who to CC this notification message to. This collection can contain a maximum of 100 elements." /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceActionItem/notificationTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="What notification Message template to use" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Policy creation date and time. 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.deviceManagementCompliancePolicy/creationSource"><Annotation Term="Org.OData.Core.V1.Description" String="Policy creation source" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="Policy description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/isAssigned"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Policy assignment 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.deviceManagementCompliancePolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Policy last modification date and time. 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.deviceManagementCompliancePolicy/name"><Annotation Term="Org.OData.Core.V1.Description" String="Policy name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/platforms"><Annotation Term="Org.OData.Core.V1.Description" String="Platforms for this policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/settingCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of settings. 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.deviceManagementCompliancePolicy/technologies"><Annotation Term="Org.OData.Core.V1.Description" String="Technologies for this policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The DeviceManagementConfigurationPolicyAssignment entity assigns a specific DeviceManagementConfigurationPolicy to an AAD group." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Policy assignments" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceScheduledActionForRule"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action for Rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/scheduledActionsForRule"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action for this rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Setting instance within policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCompliancePolicy/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Policy settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceScheduledActionForRule/ruleName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the rule which this scheduled action applies to." /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplianceScheduledActionForRule/scheduledActionConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action configurations for this compliance policy. This collection can contain a maximum of 100 elements." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/categoryDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the category header in policy summary." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/childCategoryIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of child ids of the category." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the category. For example: Display" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the category. For example: Device Lock" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/helpText"><Annotation Term="Org.OData.Core.V1.Description" String="Help text of the category. Give more details of the category." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the item" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/parentCategoryId"><Annotation Term="Org.OData.Core.V1.Description" String="Direct parent id of the category. If the category is the root, the parent id is same as its id." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/platforms"><Annotation Term="Org.OData.Core.V1.Description" String="Platforms types, which settings in the category have. Possible values are: none. android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. If this property is not set, or set to none, returns categories in all platforms. Supports: $filters, $select. Read-only." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/rootCategoryId"><Annotation Term="Org.OData.Core.V1.Description" String="Root id of the category." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/settingUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the category contains settings that are used for compliance, configuration, or reusable settings. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Read-only." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationCategory/technologies"><Annotation Term="Org.OData.Core.V1.Description" String="Technologies types, which settings in the category have. Possible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. If this property is not set, or set to none, returns categories in all platforms. Supports: $filters, $select. Read-only." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionDefinition/maximumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of choices in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingCollectionDefinition/minimumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum number of choices in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingDefinition/defaultOptionId"><Annotation Term="Org.OData.Core.V1.Description" String="Default option for the choice setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationChoiceSettingDefinition/options"><Annotation Term="Org.OData.Core.V1.Description" String="Options for the setting that can be selected." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Policy creation date and time" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/creationSource"><Annotation Term="Org.OData.Core.V1.Description" String="Policy creation source" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="Policy description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/disableEntraGroupPolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Entra Group policy assignment is disabled" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/isAssigned"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Policy assignment 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.deviceManagementConfigurationPolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Policy last modification date and time" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/name"><Annotation Term="Org.OData.Core.V1.Description" String="Policy name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/platforms"><Annotation Term="Org.OData.Core.V1.Description" String="Platforms for this policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/priorityMetaData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the priority of each policies that are selected by the admin during enrollment process" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/settingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/technologies"><Annotation Term="Org.OData.Core.V1.Description" String="Technologies for this policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/templateReference"><Annotation Term="Org.OData.Core.V1.Description" String="Template reference information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Policy assignments" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicy/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Policy settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyAssignment/source"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment source for the device compliance policy, direct or parcel/policySet." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the DeviceManagementConfigurationPolicy." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/allowUnmanagedSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Allow unmanaged setting templates" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/baseId"><Annotation Term="Org.OData.Core.V1.Description" String="Template base identifier" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/description"><Annotation Term="Org.OData.Core.V1.Description" String="Template description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/disableEntraGroupPolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether assignments to Entra security groups is disabled" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Template display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/displayVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Description of template version" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/lifecycleState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate current lifecycle state of template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/platforms"><Annotation Term="Org.OData.Core.V1.Description" String="Platforms for this template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/settingTemplateCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of setting templates. Valid values 0 to 2147483647. 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.deviceManagementConfigurationPolicyTemplate/technologies"><Annotation Term="Org.OData.Core.V1.Description" String="Technologies for this template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/templateFamily"><Annotation Term="Org.OData.Core.V1.Description" String="TemplateFamily for this template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationPolicyTemplate/version"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Template version. Valid values 1 to 2147483647. 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.deviceManagementConfigurationPolicyTemplate/settingTemplates"><Annotation Term="Org.OData.Core.V1.Description" String="Setting templates" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationRedirectSettingDefinition/deepLink"><Annotation Term="Org.OData.Core.V1.Description" String="A deep link that points to the specific location in the Intune console where feature support must be managed from." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationRedirectSettingDefinition/redirectMessage"><Annotation Term="Org.OData.Core.V1.Description" String="A message that explains that clicking the link will redirect the user to a supported page to manage the settings." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationRedirectSettingDefinition/redirectReason"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the reason for redirecting the user to an alternative location in the console.  For example: WiFi profiles are not supported in the settings catalog and must be created with a template policy." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSetting/settingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSetting/settingDefinitions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="List of related Setting Definitions. 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.deviceManagementConfigurationSettingDefinition/accessTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Read/write access mode of the setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/applicability"><Annotation Term="Org.OData.Core.V1.Description" String="Details which device setting is applicable on. Supports: $filters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/baseUri"><Annotation Term="Org.OData.Core.V1.Description" String="Base CSP Path" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/categoryId"><Annotation Term="Org.OData.Core.V1.Description" String="Specify category in which the setting is under. Support $filters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting. For example: Allow Toast." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/helpText"><Annotation Term="Org.OData.Core.V1.Description" String="Help text of the setting. Give more details of the setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/infoUrls"><Annotation Term="Org.OData.Core.V1.Description" String="List of links more info for the setting can be found at." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/keywords"><Annotation Term="Org.OData.Core.V1.Description" String="Tokens which to search settings on" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the item" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/occurrence"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the setting is required or not" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/offsetUri"><Annotation Term="Org.OData.Core.V1.Description" String="Offset CSP Path from Base" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/referredSettingInformationList"><Annotation Term="Org.OData.Core.V1.Description" String="List of referred setting information." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/riskLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Setting risklevel. Possible values are: low, medium, high" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/rootDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Root setting definition id if the setting is a child setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/settingUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate setting type for the setting. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/uxBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/version"><Annotation Term="Org.OData.Core.V1.Description" String="Item Version" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingDefinition/visibility"><Annotation Term="Org.OData.Core.V1.Description" String="Setting visibility scope to UX. Possible values are: none, settingsCatalog, template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupCollectionDefinition/maximumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of setting group count in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupCollectionDefinition/minimumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum number of setting group count in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupDefinition/childIds"><Annotation Term="Org.OData.Core.V1.Description" String="Dependent child settings to this group of settings." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupDefinition/dependedOnBy"><Annotation Term="Org.OData.Core.V1.Description" String="List of child settings that depend on this setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingGroupDefinition/dependentOn"><Annotation Term="Org.OData.Core.V1.Description" String="List of Dependencies for the setting group" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingTemplate/settingInstanceTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Instance Template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSettingTemplate/settingDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="List of related Setting Definitions" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionDefinition/maximumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of simple settings in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingCollectionDefinition/minimumCount"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum number of simple settings in the collection. Valid values 1 to 100" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingDefinition/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="Default setting value for this setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingDefinition/dependedOnBy"><Annotation Term="Org.OData.Core.V1.Description" String="list of child settings that depend on this setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingDefinition/dependentOn"><Annotation Term="Org.OData.Core.V1.Description" String="list of parent settings this setting is dependent on." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationSimpleSettingDefinition/valueDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Definition of the value for this setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="reusable setting creation date and time. 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.deviceManagementReusablePolicySetting/description"><Annotation Term="Org.OData.Core.V1.Description" String="reusable setting description supplied by user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="reusable setting display name supplied by user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="date and time when reusable setting 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.deviceManagementReusablePolicySetting/referencingConfigurationPolicyCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="count of configuration policies referencing the current reusable setting. Valid values 0 to 2147483647. 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.deviceManagementReusablePolicySetting/settingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="setting definition id associated with this reusable setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting/settingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="reusable setting configuration instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementReusablePolicySetting/version"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="version number for reusable setting. Valid values 0 to 2147483647. 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.deviceManagementReusablePolicySetting/referencingConfigurationPolicies"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="configuration policies referencing the current reusable setting. 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.deviceManagementTemplateInsightsDefinition/settingInsights"><Annotation Term="Org.OData.Core.V1.Description" String="Setting insights in a template" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/certExpiryTime"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate expire time" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/connectorVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of certificate connector" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/enrollmentError"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector enrollment error" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/lastConnectorConnectionTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last time certificate connector connected" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/lastUploadVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of last uploaded certificate connector" /></Annotations><Annotations Target="microsoft.graph.certificateConnectorSetting/status"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector status" /></Annotations><Annotations Target="microsoft.graph.companyPortalBlockedAction"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked actions on the company portal as per platform and device ownership types" /></Annotations><Annotations Target="microsoft.graph.companyPortalBlockedAction/action"><Annotation Term="Org.OData.Core.V1.Description" String="Device Action" /></Annotations><Annotations Target="microsoft.graph.companyPortalBlockedAction/ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="Device ownership type" /></Annotations><Annotations Target="microsoft.graph.companyPortalBlockedAction/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Device OS/Platform" /></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/blockedManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked Manufacturers." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/blockedSkus"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked Skus." /></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.deviceManagementExchangeAccessRule"><Annotation Term="Org.OData.Core.V1.Description" String="Device Access Rules in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessRule/accessLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Access Level for Exchange granted by this rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeDeviceClass"><Annotation Term="Org.OData.Core.V1.Description" String="Device Class in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessRule/deviceClass"><Annotation Term="Org.OData.Core.V1.Description" String="Device Class which will be impacted by this rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeDeviceClass/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device class which will be impacted by this rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeDeviceClass/type"><Annotation Term="Org.OData.Core.V1.Description" String="Type of device which is impacted by this rule e.g. Model, Family" /></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/companyPortalBlockedActions"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked actions on the company portal as per platform and device ownership types." /></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/customCanSeePrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The custom privacy message used to explain what the organization can see and do on managed devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/customCantSeePrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The custom privacy message used to explain what the organization can’t see or do on managed devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/customPrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The custom privacy message used to explain what the organization can’t see or do on managed devices." /></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/disableClientTelemetry"><Annotation Term="Org.OData.Core.V1.Description" String="Applies to telemetry sent from all clients to the Intune service. When disabled, all proactive troubleshooting and issue warnings within the client are turned off, and telemetry settings appear inactive or hidden to the device user." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/disableDeviceCategorySelection"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Device Category Selection will be shown in Company Portal" /></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/enrollmentAvailability"><Annotation Term="Org.OData.Core.V1.Description" String="Customized device enrollment flow displayed to the end user " /></Annotations><Annotations Target="microsoft.graph.intuneBrand/isFactoryResetDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/isRemoveDeviceDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/landingPageCustomizedImage"><Annotation Term="Org.OData.Core.V1.Description" String="Customized image displayed in Company Portal app landing page" /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of scope tags assigned to the default branding profile" /></Annotations><Annotations Target="microsoft.graph.intuneBrand/showAzureADEnterpriseApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal" /></Annotations><Annotations Target="microsoft.graph.intuneBrand/showConfigurationManagerApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if ConfigurationManagerApps will be shown in Company Portal" /></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.intuneBrand/showOfficeWebApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Office WebApps will be shown in Company Portal" /></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.vppTokenActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the action performed with an Apple Volume Purchase Program token." /></Annotations><Annotations Target="microsoft.graph.vppTokenActionResult/actionName"><Annotation Term="Org.OData.Core.V1.Description" String="Action name" /></Annotations><Annotations Target="microsoft.graph.vppTokenActionResult/actionState"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action" /></Annotations><Annotations Target="microsoft.graph.vppTokenActionResult/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" /></Annotations><Annotations Target="microsoft.graph.vppTokenActionResult/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" /></Annotations><Annotations Target="microsoft.graph.vppTokenLicenseSummary"><Annotation Term="Org.OData.Core.V1.Description" String="License summary of a given app in a token." /></Annotations><Annotations Target="microsoft.graph.vppTokenLicenseSummary/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.vppTokenLicenseSummary/availableLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses available." /></Annotations><Annotations Target="microsoft.graph.vppTokenLicenseSummary/organizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.vppTokenLicenseSummary/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." /></Annotations><Annotations Target="microsoft.graph.vppTokenLicenseSummary/vppTokenId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token." /></Annotations><Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the revoke licenses action performed on the Apple Volume Purchase Program token." /></Annotations><Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/actionFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." /></Annotations><Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/failedLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses that failed to revoke." /></Annotations><Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/totalLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses that were attempted to revoke." /></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/linuxEnrollmentAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Linux devices through partner." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/linuxOnboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Linux devices." /></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.deviceCategory/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Optional role scope tags for the device category." /></Annotations><Annotations Target="microsoft.graph.deviceComanagementAuthorityConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Co-Management Authority Page Configuration" /></Annotations><Annotations Target="microsoft.graph.deviceComanagementAuthorityConfiguration/configurationManagerAgentCommandLineArgument"><Annotation Term="Org.OData.Core.V1.Description" String="CoManagement Authority configuration ConfigurationManagerAgentCommandLineArgument" /></Annotations><Annotations Target="microsoft.graph.deviceComanagementAuthorityConfiguration/installConfigurationManagerAgent"><Annotation Term="Org.OData.Core.V1.Description" String="CoManagement Authority configuration InstallConfigurationManagerAgent" /></Annotations><Annotations Target="microsoft.graph.deviceComanagementAuthorityConfiguration/managedDeviceAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="CoManagement Authority configuration ManagedDeviceAuthority" /></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.deviceEnrollmentNotificationConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Notification Configuration which is used to send notification" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/brandingOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Branding Options for the Enrollment Notification" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/defaultLocale"><Annotation Term="Org.OData.Core.V1.Description" String="DefaultLocale for the Enrollment Notification" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/notificationMessageTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="Notification Message Template Id" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/notificationTemplates"><Annotation Term="Org.OData.Core.V1.Description" String="The list of notification data - &lt;TemplateType&gt;_&lt;NotificationMessageTemplateId&gt;" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type of the Enrollment Notification" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentNotificationConfiguration/templateType"><Annotation Term="Org.OData.Core.V1.Description" String="Template type of the Enrollment Notification" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Device Enrollment Configuration that restricts the types of devices a user can enroll for a single platform" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionConfiguration/platformRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Restrictions based on platform, platform operating system version, and device ownership" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionConfiguration/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of platform for which this restriction applies." /></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/androidForWorkRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Android For Work platform." /></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/macRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Mac platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/tvosRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for TvOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/visionOSRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for VisionOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsHomeSkuRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Windows HomeSku 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/enhancedSignInSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Setting to configure Enhanced sign-in security. Default is Not Configured" /></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/securityKeyForSignIn"><Annotation Term="Org.OData.Core.V1.Description" String="Security key for Sign In provides the capacity for remotely turning ON/OFF Windows Hello Sercurity Keyl Not configured will honor configurations done on the clinet." /></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.deviceManagementExchangeOnPremisesPolicy/accessRules"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device access rules in Exchange. The access rules apply globally to the entire Exchange organization" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/defaultAccessLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Default access state in Exchange. This rule applies globally to the entire Exchange organization" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/knownDeviceClasses"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device classes known to Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/notificationContent"><Annotation Term="Org.OData.Core.V1.Description" String="Notification text that will be sent to users quarantined by this policy. This is UTF8 encoded byte array HTML." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/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.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/source"><Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or policySet" /></Annotations><Annotations Target="microsoft.graph.enrollmentConfigurationAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" /></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/allowPartnerToCollectIosCertificateMetadata"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows the Mobile Threat Defense partner to request a list of installed certificates on iOS/iPadOS devices from Intune to use for threat analysis. This list of installed certificates will be sent from enrolled iOS/iPadOS devices and will include unmanaged certificates (certificates not deployed through Intune). When FALSE, indicates that metadata about installed certificates will not be collected. 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/allowPartnerToCollectIosPersonalCertificateMetadata"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows the Mobile Threat Defense partner to request a list of installed certificates on personally owned iOS/iPadOS devices from Intune to use for threat analysis. This list of installed certificates will be sent from enrolled personally owned iOS/iPadOS devices and will include unmanaged certificates (certificates not deployed through Intune). When FALSE, no metadata for installed certificates is sent for personally owned iOS/iPadOS 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/macDeviceBlockedOnMissingPartnerData"><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 Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/macEnabled"><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 Mac devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Mac devices. Default value is FALSE." /></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.mobileThreatDefenseConnector/windowsMobileApplicationManagementEnabled"><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.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/claimTokenManagementFromExternalMdm"><Annotation Term="Org.OData.Core.V1.Description" String="Admin consent to allow claiming token management from external MDM." /></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/dataSharingConsentGranted"><Annotation Term="Org.OData.Core.V1.Description" String="Consent granted for data sharing with the Apple Volume Purchase Program." /></Annotations><Annotations Target="microsoft.graph.vppToken/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="An admin specified token friendly name." /></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/locationName"><Annotation Term="Org.OData.Core.V1.Description" String="Token location returned from Apple VPP." /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Role Scope Tags IDs assigned to this entity." /></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/tokenActionResults"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of statuses of the actions performed on the Apple Volume Purchase Program Token." /></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/allowDeviceResetOnInstallFailure"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows device reset on installation failure. When false, reset is blocked. The default is false." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowDeviceUseOnInstallFailure"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows the user to continue using the device on installation failure. When false, blocks the user on installation failure. The default is false." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowLogCollectionOnInstallFailure"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows log collection on installation failure. When false, log collection is not allowed. The default is false." /></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.windows10EnrollmentCompletionPageConfiguration/blockDeviceSetupRetryByUser"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, blocks user from retrying the setup on installation failure. When false, user is allowed to retry. The default is false." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/customErrorMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The custom error message to show upon installation failure. Max length is 10000. example: &quot;Setup could not be completed. Please try again or contact your support person for help.&quot;" /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/disableUserStatusTrackingAfterFirstUser"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, disables showing installation progress for first user post enrollment. When false, enables showing progress. The default is false." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/installProgressTimeoutInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The installation progress timeout in minutes. Default is 60 minutes." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/installQualityUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Allows quality updates installation during OOBE" /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/selectedMobileAppIds"><Annotation Term="Org.OData.Core.V1.Description" String="Selected applications to track the installation status. It is in the form of an array of GUIDs." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/showInstallationProgress"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, shows installation progress to user. When false, hides installation progress. The default is false." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/trackInstallProgressForAutopilotOnly"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, installation progress is tracked for only Autopilot enrollment scenarios. When false, other scenarios are tracked as well. The default is false." /></Annotations><Annotations Target="microsoft.graph.windowsRestoreDeviceEnrollmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the configuration is of type Windows Restore which refers to the tenant level Windows Backup and Restore settings a user receives during OOBE Windows enrollment" /></Annotations><Annotations Target="microsoft.graph.windowsRestoreDeviceEnrollmentConfiguration/state"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the configuration state of the Windows Restore setting. Possible values are 'notConfigured', 'enabled', and 'disabled'. Default is: notConfigured. This is a tenant level default setting that is not targetable. This property's value is applied during Enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Base entity for a constraint" /></Annotations><Annotations Target="microsoft.graph.deviceManagementEnumConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint that enforces the setting value is from a permitted set of strings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementEnumValue"><Annotation Term="Org.OData.Core.V1.Description" String="Definition information for an enum value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementEnumConstraint/values"><Annotation Term="Org.OData.Core.V1.Description" String="List of valid values for this string" /></Annotations><Annotations Target="microsoft.graph.deviceManagementEnumValue/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for this enum value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementEnumValue/value"><Annotation Term="Org.OData.Core.V1.Description" String="The raw enum value text" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentCustomizedSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Default and customized value of a setting in a Security Baseline" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentCustomizedSetting/customizedJson"><Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of the customized value, if different from default" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentCustomizedSetting/defaultJson"><Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of the default value from the template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentCustomizedSetting/definitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the setting definition for this setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentSettingSecretConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint indicating that this value is a secret and will be encrypted." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingAbstractImplementationConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint that enforces an AbstractComplex type has or is set to a particular value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingAbstractImplementationConstraint/allowedAbstractImplementationDefinitionIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of value which means not configured for the setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingAppConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the setting contains only vaild app types." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingAppConstraint/supportedTypes"><Annotation Term="Org.OData.Core.V1.Description" String="Acceptable app types to allow for this setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingBooleanConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint the enforces a particular boolean value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingBooleanConstraint/value"><Annotation Term="Org.OData.Core.V1.Description" String="The boolean value to compare against" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCollectionConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint that enforces the maximum number of elements a collection" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCollectionConstraint/maximumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum number of elements in the collection" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCollectionConstraint/minimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum number of elements in the collection" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing setting comparison result" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/comparisonResult"><Annotation Term="Org.OData.Core.V1.Description" String="Setting comparison result" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/currentValueJson"><Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of current intent (or) template setting's value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/definitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the setting definition for this instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The setting's display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/id"><Annotation Term="Org.OData.Core.V1.Description" String="The setting ID" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingComparison/newValueJson"><Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of new template setting's value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDependency"><Annotation Term="Org.OData.Core.V1.Description" String="Dependency information for a setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDependency/constraints"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of constraints for the dependency setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDependency/definitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The setting definition ID of the setting depended on" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingEnrollmentTypeConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint that enforces the enrollment types applied to a setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingEnrollmentTypeConstraint/enrollmentTypes"><Annotation Term="Org.OData.Core.V1.Description" String="List of enrollment types" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingFileConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the file extension is acceptable for a given setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingFileConstraint/supportedExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="Acceptable file extensions to upload for this setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingIntegerConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the permitted value range for an integer setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingIntegerConstraint/maximumValue"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum permitted value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingIntegerConstraint/minimumValue"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum permitted value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingProfileConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing a given profile metadata" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingProfileConstraint/source"><Annotation Term="Org.OData.Core.V1.Description" String="The source of the entity" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingProfileConstraint/types"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of types this entity carries" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingRegexConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the setting matches against a given RegEx pattern" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingRegexConstraint/regex"><Annotation Term="Org.OData.Core.V1.Description" String="The RegEx pattern to match against" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingRequiredConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint that enforces a particular required setting that is not null/undefined/empty string/not configured" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingRequiredConstraint/notConfiguredValue"><Annotation Term="Org.OData.Core.V1.Description" String="List of value which means not configured for the setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingSddlConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the setting is well formed SDDL" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingStringLengthConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing a given string length range" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingStringLengthConstraint/maximumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum permitted string length" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingStringLengthConstraint/minimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum permitted string length" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingXmlConstraint"><Annotation Term="Org.OData.Core.V1.Description" String="Constraint enforcing the setting is well formed XML" /></Annotations><Annotations Target="microsoft.graph.securityBaselineContributingPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state of a setting for a device" /></Annotations><Annotations Target="microsoft.graph.securityBaselineContributingPolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the policy" /></Annotations><Annotations Target="microsoft.graph.securityBaselineContributingPolicy/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of the policy" /></Annotations><Annotations Target="microsoft.graph.securityBaselineContributingPolicy/sourceType"><Annotation Term="Org.OData.Core.V1.Description" String="Authoring source of the policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for an abstract complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingDefinition/implementations"><Annotation Term="Org.OData.Core.V1.Description" String="List of definition IDs for all possible implementations of this abstract complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="Base type for a setting instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a complex value for an abstract setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance/implementationId"><Annotation Term="Org.OData.Core.V1.Description" String="The definition ID for the chosen implementation of this complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The values that make up the complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementBooleanSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a boolean value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementBooleanSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The boolean value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCollectionSettingDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a collection setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCollectionSettingDefinition/elementDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The Setting Definition ID that describes what each element of the collection looks like" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCollectionSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a collection of values" /></Annotations><Annotations Target="microsoft.graph.deviceManagementCollectionSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of values" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplexSettingDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplexSettingDefinition/propertyDefinitionIds"><Annotation Term="Org.OData.Core.V1.Description" String="The definitions of each property of the complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplexSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a complex value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementComplexSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The values that make up the complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntegerSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing an integer value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntegerSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The integer value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/description"><Annotation Term="Org.OData.Core.V1.Description" String="The user given description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The user given display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/isAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Signifies whether or not the intent is assigned to users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/isMigratingToConfigurationPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Signifies whether or not the intent is being migrated to the configurationPolicies endpoint" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the intent was last modified" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/templateId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the template this intent was created from (if any)" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Intent assignment entity" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of assignments" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentSettingCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing an intent setting category" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/categories"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of setting categories within the intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device setting state summary for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/deviceSettingStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of settings and their states and counts of devices that belong to corresponding state for all settings within the intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device state for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/deviceStates"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of states of all devices that the intent is applied to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device state summary for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/deviceStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="A summary of device states and counts of devices that belong to corresponding state for all devices that the intent is applied to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of all settings to be applied" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents user state for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/userStates"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of states of all users that the intent is applied to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents user state summary for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntent/userStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="A summary of user states and counts of users that belong to corresponding state for all users that the intent is applied to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/compliantCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/nonCompliantCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/remediatedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of a setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device id that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of an intent report" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/state"><Annotation Term="Org.OData.Core.V1.Description" String="Device state for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The user name that is being reported on a device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name that is being reported on a device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/notApplicablePlatformCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentSettingCategory/settings"><Annotation Term="Org.OData.Core.V1.Description" String="The settings this category contains" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of Devices that belongs to a user for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of an intent report" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState/state"><Annotation Term="Org.OData.Core.V1.Description" String="User state for an intent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The user name that is being reported on a device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name that is being reported on a device" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded users" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The category name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCategory/hasRequiredSetting"><Annotation Term="Org.OData.Core.V1.Description" String="The category contains top level required setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingCategory/settingDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="The setting definitions this category contains" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/constraints"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of constraints for the setting value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/dependencies"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of dependencies on other settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/description"><Annotation Term="Org.OData.Core.V1.Description" String="The setting's description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The setting's display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/documentationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Url to setting documentation" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/headerSubtitle"><Annotation Term="Org.OData.Core.V1.Description" String="subtitle of the setting header for more details about the category/section" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/headerTitle"><Annotation Term="Org.OData.Core.V1.Description" String="title of the setting header represents a category/section of a setting/settings" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/isTopLevel"><Annotation Term="Org.OData.Core.V1.Description" String="If the setting is top level, it can be configured without the need to be wrapped in a collection or complex setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/keywords"><Annotation Term="Org.OData.Core.V1.Description" String="Keywords associated with the setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/placeholderText"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder text as an example of valid input" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingDefinition/valueType"><Annotation Term="Org.OData.Core.V1.Description" String="The data type of the value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInstance/definitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the setting definition for this instance" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettingInstance/valueJson"><Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of the value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementStringSettingInstance"><Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a string value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementStringSettingInstance/value"><Annotation Term="Org.OData.Core.V1.Description" String="The string value" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/description"><Annotation Term="Org.OData.Core.V1.Description" String="The template's description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The template's display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/intentCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Intents created from this template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/isDeprecated"><Annotation Term="Org.OData.Core.V1.Description" String="The template is deprecated or not. Intents cannot be created from a deprecated template." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="The template's platform." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/publishedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the template was published" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/templateSubtype"><Annotation Term="Org.OData.Core.V1.Description" String="The template's subtype." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/templateType"><Annotation Term="Org.OData.Core.V1.Description" String="The template's type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/versionInfo"><Annotation Term="Org.OData.Core.V1.Description" String="The template's version information" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSettingCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a template setting category" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/categories"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of setting categories within the template" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/migratableTo"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of templates this template can migrate to" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplate/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of all settings this template has" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTemplateSettingCategory/recommendedSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The settings this category contains" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state summary for the security baseline of the account." /></Annotations><Annotations Target="microsoft.graph.securityBaselineCategoryStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline per category compliance state summary for the security baseline of the account." /></Annotations><Annotations Target="microsoft.graph.securityBaselineCategoryStateSummary/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The category name" /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state summary of the security baseline for a device." /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the device" /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report" /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Intune device id" /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState/state"><Annotation Term="Org.OData.Core.V1.Description" String="Security baseline compliance state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineDeviceState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state of a setting for a device" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/contributingPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The policies that contribute to this setting instance" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The error code if the setting is in error state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/settingCategoryId"><Annotation Term="Org.OData.Core.V1.Description" String="The setting category id which this setting belongs to" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/settingCategoryName"><Annotation Term="Org.OData.Core.V1.Description" String="The setting category name which this setting belongs to" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/settingId"><Annotation Term="Org.OData.Core.V1.Description" String="The setting id guid" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="The setting name that is being reported" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/sourcePolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The policies that contribute to this setting instance" /></Annotations><Annotations Target="microsoft.graph.securityBaselineSettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the security baseline setting" /></Annotations><Annotations Target="microsoft.graph.securityBaselineState/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the security baseline" /></Annotations><Annotations Target="microsoft.graph.securityBaselineState/securityBaselineTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline template id" /></Annotations><Annotations Target="microsoft.graph.securityBaselineState/state"><Annotation Term="Org.OData.Core.V1.Description" String="Security baseline compliance state" /></Annotations><Annotations Target="microsoft.graph.securityBaselineState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" /></Annotations><Annotations Target="microsoft.graph.securityBaselineState/settingStates"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline state for different settings for a device" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/conflictCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/notSecureCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not secure devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/secureCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of secure devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineStateSummary/unknownCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" /></Annotations><Annotations Target="microsoft.graph.securityBaselineTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline template of the account" /></Annotations><Annotations Target="microsoft.graph.securityBaselineTemplate/categoryDeviceStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline per category device state summary" /></Annotations><Annotations Target="microsoft.graph.securityBaselineTemplate/deviceStates"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline device states" /></Annotations><Annotations Target="microsoft.graph.securityBaselineTemplate/deviceStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The security baseline device state summary" /></Annotations><Annotations Target="microsoft.graph.activateDeviceEsimActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Activate device eSIM action result" /></Annotations><Annotations Target="microsoft.graph.activateDeviceEsimActionResult/carrierUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Carrier Url to activate the device eSIM " /></Annotations><Annotations Target="microsoft.graph.adminConsent/shareAPNSData"><Annotation Term="Org.OData.Core.V1.Description" String="The admin consent state of sharing user and device data to Apple." /></Annotations><Annotations Target="microsoft.graph.adminConsent/shareUserExperienceAnalyticsData"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the admin consent for sharing User experience analytics data." /></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.bulkManagedDeviceActionResult/failedDeviceIds"><Annotation Term="Org.OData.Core.V1.Description" String="Failed devices" /></Annotations><Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/notFoundDeviceIds"><Annotation Term="Org.OData.Core.V1.Description" String="Not found devices" /></Annotations><Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/notSupportedDeviceIds"><Annotation Term="Org.OData.Core.V1.Description" String="Not supported devices" /></Annotations><Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/successfulDeviceIds"><Annotation Term="Org.OData.Core.V1.Description" String="Successful devices" /></Annotations><Annotations Target="microsoft.graph.changeAssignmentsActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="ChangeAssignmentsActionResult represents the result of executing the changeAssignments action on tracking the live reporting data for applications or configuration regarding their removal or restoration process" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the application or configuration included in the ChangeAssignments action execution or result. For action execution, it represents the application or configuration intended to be uninstalled or removed on the managed device. For action result, it represents the live reporting data for this application or configuration regarding its removal or restoration process." /></Annotations><Annotations Target="microsoft.graph.changeAssignmentsActionResult/deviceAssignmentItems"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of applications or configuration to report live results during their changeAssignments action execution process. The result for each individual application or configuration can contain whether it's being removed or restored, what's the current status with potential message or error code, and when any changes happen on it. Read-Only. This collection can contain a maximum of 30 elements." /></Annotations><Annotations Target="microsoft.graph.chromeOSDeviceProperty/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the property" /></Annotations><Annotations Target="microsoft.graph.chromeOSDeviceProperty/updatable"><Annotation Term="Org.OData.Core.V1.Description" String="Whether this property is updatable" /></Annotations><Annotations Target="microsoft.graph.chromeOSDeviceProperty/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the property" /></Annotations><Annotations Target="microsoft.graph.chromeOSDeviceProperty/valueType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of the value" /></Annotations><Annotations Target="microsoft.graph.comanagedDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Summary data for co managed devices" /></Annotations><Annotations Target="microsoft.graph.comanagedDevicesSummary/compliancePolicyCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with CompliancePolicy swung-over. 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.comanagedDevicesSummary/configurationSettingsCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with ConfigurationSettings swung-over. 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.comanagedDevicesSummary/endpointProtectionCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with EndpointProtection swung-over. 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.comanagedDevicesSummary/inventoryCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with Inventory swung-over. 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.comanagedDevicesSummary/modernAppsCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with ModernApps swung-over. 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.comanagedDevicesSummary/officeAppsCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with OfficeApps swung-over. 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.comanagedDevicesSummary/resourceAccessCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with ResourceAccess swung-over. 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.comanagedDevicesSummary/totalComanagedCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of Co-Managed Devices. 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.comanagedDevicesSummary/windowsUpdateForBusinessCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices with WindowsUpdateForBusiness swung-over. 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.comanagementEligibleDevicesSummary/comanagedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices already Co-Managed" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevicesSummary/eligibleButNotAzureAdJoinedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices eligible for Co-Management but not yet joined to Azure Active Directory" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevicesSummary/eligibleCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices fully eligible for Co-Management" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevicesSummary/ineligibleCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices ineligible for Co-Management" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevicesSummary/needsOsUpdateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices that will be eligible for Co-Management after an OS update" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevicesSummary/scheduledForEnrollmentCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices scheduled for Co-Management enrollment. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.configurationManagerAction"><Annotation Term="Org.OData.Core.V1.Description" String="Parameter for action triggerConfigurationManagerAction" /></Annotations><Annotations Target="microsoft.graph.configurationManagerAction/action"><Annotation Term="Org.OData.Core.V1.Description" String="The action type to trigger on Configuration Manager client" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Result of the ConfigurationManager action" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionResult/actionDeliveryStatus"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action being delivered to on-prem server" /></Annotations><Annotations Target="microsoft.graph.configurationManagerActionResult/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code of Configuration Manager action from client" /></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/endpointProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Whether Endpoint Protection 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/officeApps"><Annotation Term="Org.OData.Core.V1.Description" String="Whether Office 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.configurationManagerClientHealthState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for failed state." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientHealthState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Datetime for last sync with configuration manager management point." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientHealthState/state"><Annotation Term="Org.OData.Core.V1.Description" String="Current configuration manager client state." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientInformation/clientIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration Manager Client Id from SCCM" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientInformation/clientVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration Manager Client version from SCCM" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientInformation/isBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration Manager Client blocked status from SCCM" /></Annotations><Annotations Target="microsoft.graph.dataProcessorServiceForWindowsFeaturesOnboarding/areDataProcessorServiceForWindowsFeaturesEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the tenant has enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. When TRUE, the tenant has enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. When FALSE, the tenant has not enabled MEM features utilizing Data Processor Service for Windows (DPSW) data. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.dataProcessorServiceForWindowsFeaturesOnboarding/hasValidWindowsLicense"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the tenant has required Windows license. When TRUE, the tenant has the required Windows license. When FALSE, the tenant does not have the required Windows license. Default value is FALSE." /></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.deviceAssignmentItem/assignmentItemActionIntent"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the IT Admin's intent on the application or configuration when executing this action on the managed device. Intent needs to be set as default value remove in the action POST request parameter. For the application or configuration intended to remove through previous actions but not included in current action, its intent will be reported as restore in the action result. Possible values are: remove, restore. remove intent is default value. 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.deviceAssignmentItem/assignmentItemActionStatus"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the live status for the application or configuration regarding the executed action on the managed device. Read-Only. Returned in the action result. Possible values are: initiated, inProgress, removed, error, succeeded. initiated status is default value. 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.deviceAssignmentItem/errorCode"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The error code for the application or configuration regarding the failed executed action on the managed device. Read-Only. Returned in the action result. 0 is default value and indicates no failure. Valid values -9.22337203685478E+18 to 9.22337203685478E+18. 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.deviceAssignmentItem/intentActionMessage"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The intent action message for the application or configuration regarding the executed action on the managed device. When the action is on error, this property provides message on the reason of failure. When the action is in progress, this property provides message on what's being processed on the device. Read-Only. Returned in the action result. Can be null. Max length is 1500. 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.deviceAssignmentItem/itemDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The item displayName name for the application or configuration. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. 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.deviceAssignmentItem/itemId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the application or configuration. ItemId is required property which needs to be set in the action POST request parameter for the DeviceAssignmentItem intended to remove. Max length is 40" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItem/itemSubTypeDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the specific type for the application or configuration. For example, unknown, application, appConfiguration, exploitProtection, bitLocker, deviceControl, microsoftEdgeBaseline, attackSurfaceReductionRulesConfigMgr, endpointDetectionandResponse, windowsUpdateforBusiness, microsoftDefenderFirewallRules, applicationControl, microsoftDefenderAntivirusexclusions, microsoftDefenderAntivirus, wiredNetwork, derivedPersonalIdentityVerificationCredential, windowsHealthMonitoring, extensions, mxProfileZebraOnly, deviceFirmwareConfigurationInterface, deliveryOptimization, identityProtection, kiosk, overrideGroupPolicy, domainJoinPreview, pkcsImportedCertificate, networkBoundary, endpointProtection, microsoftDefenderAtpWindows10Desktop, sharedMultiUserDevice, deviceFeatures, secureAssessmentEducation, wiFiImport, editionUpgradeAndModeSwitch, vpn, custom, softwareUpdates, deviceRestrictionsWindows10Team, email, trustedCertificate, scepCertificate, emailSamsungKnoxOnly, pkcsCertificate, deviceRestrictions, wiFi, settingsCatalog. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. 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.deviceAssignmentItem/itemType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the application or configuration type. ItemType is required property which needs to be set in the action POST request parameter for the DeviceAssignmentItem intended to remove. Possible values are: application, deviceConfiguration, deviceManagementConfigurationPolicy, mobileAppConfiguration. application itemType is default value" /></Annotations><Annotations Target="microsoft.graph.deviceAssignmentItem/lastActionDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the application or configuration was initiated an action execution. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated. 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, 2025 would look like this: '2025-01-01T00:00:00Z'. 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.deviceAssignmentItem/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the application or configuration was last modified because of either action execution or status change. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated or the device has a status change. 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, 2025 would look like this: '2025-01-01T00:00:00Z'. 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.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/firmwareProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Firmware protection enabled. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Possible values are &quot;systemGuardSecureLaunch&quot;, &quot;firmwareAttackSurfaceReduction&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;systemGuardSecureLaunch&quot; indicates System Guard Secure Launch is enabled for Firmware protection. &quot;firmwareAttackSurfaceReduction&quot; indicates Firmware Attack Surface Reduction is enabled for Firmware protection. &quot;disabled&quot; indicates Firmware protection 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/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/memoryAccessProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Memory access protection enabled. A Windows security feature that protects against external peripherals from gaining unauthorized access to memory. Possible values are &quot;enabled&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;enabled&quot; indicates Memory access protection is enabled. &quot;disabled&quot; indicates Memory access protection 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/memoryIntegrityProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Memory Integrity protection enabled. Memory Integrity is a feature of Virtualization-based security, also known as Hypervisor-protected code integrity (HVCI). It improves the threat mode of Windows and provides stronger protections against malware trying to exploit the Windows kernel. Possible values are &quot;enabled&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;enabled&quot; indicates Memory Integrity protection is enabled. &quot;disabled&quot; indicates Memory Integrity protection 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/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/securedCorePC"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Secured-core PC enabled. Secured-core PCs provide protections that are useful against sophisticated attacks and provide increased assurance when handling mission-critical data. Possible values are &quot;enabled&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;enabled&quot; indicates Secured-core PC is enabled. &quot;disabled&quot; indicates Secured-core PC 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/systemManagementMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device meets enhanced hardware security. Possible values are &quot;level1&quot;, &quot;level2&quot;, &quot;level3&quot; and &quot;notApplicable&quot;. &quot;level1&quot; indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. &quot;level2&quot; indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. &quot;level3&quot; indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. &quot;notApplicable&quot; indicates that the device does not have Firmware protection (System Management Mode) enabled. Default value is &quot;notApplicable&quot;." /></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/virtualizationBasedSecurity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Virtualization-based security (VBS) enabled. Virtualization-based security (VBS) uses hardware virtualization and the Windows hypervisor to create an isolated virtual environment that becomes the root of trust of the OS that assumes the kernel can be compromised. Possible values are &quot;enabled&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;enabled&quot; indicates Virtualization-based security (VBS) is enabled. &quot;disabled&quot; indicates Virtualization-based security (VBS) 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/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.deviceHealthScriptParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Base properties of the script parameter." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptBooleanParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Properties of the  Booolean script parameter." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptBooleanParameter/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="The default value of boolean param" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Base type of Device health script run schedule." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptTimeSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Base type of Device health script time schedule." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDailySchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Device health script daily schedule." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptHourlySchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Device health script hourly schedule." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptIntegerParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Properties of the  Integer script parameter." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptIntegerParameter/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="The default value of Integer param. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptParameter/applyDefaultValueWhenNotAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Whether Apply DefaultValue When Not Assigned" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptParameter/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the param" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptParameter/isRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the param is required" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptParameter/name"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the param" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices remediated by a device health script on a given date with the last modified time." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistoryData"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices remediated by a device health script on a given date." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistory/historyData"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices remediated by the device health script on the given date." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistory/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date on which the results history is calculated for the healthscript." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistoryData/date"><Annotation Term="Org.OData.Core.V1.Description" String="The date on which devices were remediated by the device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistoryData/detectFailedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices for which the detection script found an issue." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistoryData/noIssueDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that were found to have no issue by the device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationHistoryData/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices remediated by the device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The number of device health scripts deployed and the number of devices the scripts remediated." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices remediated by device health scripts." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRemediationSummary/scriptCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of device health scripts deployed." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunOnceSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Device health script run once schedule." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunOnceSchedule/date"><Annotation Term="Org.OData.Core.V1.Description" String="The date the script is scheduled to run. This collection can contain a maximum of 20 elements." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSchedule/interval"><Annotation Term="Org.OData.Core.V1.Description" String="The x value of every x hours for hourly schedule, every x days for Daily Schedule, every x weeks for weekly schedule, every x months for Monthly Schedule. Valid values 1 to 23" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptStringParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Properties of the  String script parameter." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptStringParameter/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="The default value of string param" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptTimeSchedule/time"><Annotation Term="Org.OData.Core.V1.Description" String="At what time the script is scheduled to run. This collection can contain a maximum of 20 elements." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptTimeSchedule/useUtc"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate if the time is Utc or client local time." /></Annotations><Annotations Target="microsoft.graph.deviceIdentityAttestationDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the attestation status of the managed device" /></Annotations><Annotations Target="microsoft.graph.deviceLocalAdminAccountDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Base class for properties related to configured and Intune-managed local administrator account" /></Annotations><Annotations Target="microsoft.graph.deviceLocalAdminAccountDetail/passwordLastRotationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last rotation date and time of the local admin account password. Read-only." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionRequest"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Log Collection request entity." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionRequest/id"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionRequest/templateType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates The template type that is sent with the collection request. defaule is Predefined." /></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/aospUserAssociatedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of AOSP user-associated Android devices. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/aospUserlessCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of AOSP userless Android devices. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/chromeOSCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Chrome OS devices. Valid values 0 to 2147483647" /></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/linuxCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Linux OS devices. Valid values 0 to 2147483647" /></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.deviceScopeActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="The result of the triggered device scope action." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionResult/deviceScopeAction"><Annotation Term="Org.OData.Core.V1.Description" String="The triggered action name." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionResult/deviceScopeId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device scope the action was triggered on." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionResult/failedMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The message indicates the reason the device scope action failed to trigger." /></Annotations><Annotations Target="microsoft.graph.deviceScopeActionResult/status"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of the attempt device scope action. When succeeded, the action was succeessfully triggered, When failed, the action was failed to trigger." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/batteryChargeCycles"><Annotation Term="Org.OData.Core.V1.Description" String="The number of charge cycles the device’s current battery has gone through. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/batteryHealthPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The device’s current battery’s health percentage. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/batteryLevelPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The battery level, between 0.0 and 100, or null if the battery level cannot be determined. The update frequency of this property is per-checkin. Note this property is currently supported only on devices running iOS 5.0 and later, and is available only when Device Information access right is obtained. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/batterySerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The serial number of the device’s current battery" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/cellularTechnology"><Annotation Term="Org.OData.Core.V1.Description" String="Cellular technology of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceFullQualifiedDomainName"><Annotation Term="Org.OData.Core.V1.Description" String="Returns the fully qualified domain name of the device (if any). If the device is not domain-joined, it returns an empty string. " /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceGuardLocalSystemAuthorityCredentialGuardState"><Annotation Term="Org.OData.Core.V1.Description" String="Local System Authority (LSA) credential guard status. " /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceGuardVirtualizationBasedSecurityHardwareRequirementState"><Annotation Term="Org.OData.Core.V1.Description" String="Virtualization-based security hardware requirement status." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceGuardVirtualizationBasedSecurityState"><Annotation Term="Org.OData.Core.V1.Description" String="Virtualization-based security status. " /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceLicensingLastErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="A standard error code indicating the last error, or 0 indicating no error (default). The update frequency of this property is daily. Note this property is currently supported only for Windows based Device based subscription licensing. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceLicensingLastErrorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Error text message as a descripition for deviceLicensingLastErrorCode. The update frequency of this property is daily. Note this property is currently supported only for Windows based Device based subscription licensing." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/deviceLicensingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Device based subscription licensing status. The update frequency of this property is daily. Note this property is currently supported only for Windows based Device based subscription licensing. In case it is not supported, the value will be set to unknown (-1)." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/esimIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="eSIM identifier" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/freeStorageSpace"><Annotation Term="Org.OData.Core.V1.Description" String="Free storage space of the device." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/imei"><Annotation Term="Org.OData.Core.V1.Description" String="IMEI" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/ipAddressV4"><Annotation Term="Org.OData.Core.V1.Description" String="IPAddressV4" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/isEncrypted"><Annotation Term="Org.OData.Core.V1.Description" String="Encryption status of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/isSharedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Shared iPad" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/isSupervised"><Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/meid"><Annotation Term="Org.OData.Core.V1.Description" String="MEID" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/model"><Annotation Term="Org.OData.Core.V1.Description" String="Model of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/operatingSystemEdition"><Annotation Term="Org.OData.Core.V1.Description" String="String that specifies the OS edition." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/operatingSystemLanguage"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system language of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/operatingSystemProductType"><Annotation Term="Org.OData.Core.V1.Description" String="Int that specifies the Windows Operating System ProductType. More details here https://go.microsoft.com/fwlink/?linkid=2126950. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/osBuildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Operating System Build Number on Android device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/phoneNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name, e.g. iPad8,12 etc. The update frequency of this property is weekly. Note this property is currently supported only on iOS/MacOS devices, and is available only when Device Information access right is obtained." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/residentUsersCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of users currently on this device, or null (default) if the value of this property cannot be determined. The update frequency of this property is per-checkin. Note this property is currently supported only on devices running iOS 13.4 and later, and is available only when Device Information access right is obtained. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Serial number." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/sharedDeviceCachedUsers"><Annotation Term="Org.OData.Core.V1.Description" String="All users on the shared Apple device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/subnetAddress"><Annotation Term="Org.OData.Core.V1.Description" String="SubnetAddress" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/subscriberCarrier"><Annotation Term="Org.OData.Core.V1.Description" String="Subscriber carrier of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/systemManagementBIOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="BIOS version as reported by SMBIOS" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/totalStorageSpace"><Annotation Term="Org.OData.Core.V1.Description" String="Total storage space of the device." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/tpmManufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The identifying information that uniquely names the TPM manufacturer" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/tpmSpecificationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="String that specifies the specification version." /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/tpmVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the TPM, as specified by the manufacturer" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/wifiMac"><Annotation Term="Org.OData.Core.V1.Description" String="WiFi MAC address of the device" /></Annotations><Annotations Target="microsoft.graph.hardwareInformation/wiredIPv4Addresses"><Annotation Term="Org.OData.Core.V1.Description" String="A list of wired IPv4 addresses. The update frequency (the maximum delay for the change of property value to be synchronized from the device to the cloud storage) of this property is daily. Note this property is currently supported only on devices running on Windows." /></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.loggedOnUser/lastLogOnDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date time when user logs on" /></Annotations><Annotations Target="microsoft.graph.loggedOnUser/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User id" /></Annotations><Annotations Target="microsoft.graph.macOSDeviceLocalAdminAccountDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Properties related to macOS-specific configured and Intune-managed local administrator account" /></Annotations><Annotations Target="microsoft.graph.macOSManagedDeviceLocalAdminAccountDetail"><Annotation Term="Org.OData.Core.V1.Description" String="The local admin account password and its last rotation timestamp of the macOS managed device" /></Annotations><Annotations Target="microsoft.graph.macOSManagedDeviceLocalAdminAccountDetail/adminAccountPassword"><Annotation Term="Org.OData.Core.V1.Description" String="The local administrator account password for the macOS device. This password is auto generated, 15 characters by default, and unique for each device. The autogenerated password is created when the device is enrolled by Automated Device Enrollment process. Read-only." /></Annotations><Annotations Target="microsoft.graph.macOSManagedDeviceLocalAdminAccountDetail/passwordLastRotatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp when the admin account password was last rotated. The timestamp type represents data and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like '2014-01-01T00:00:00Z'. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupSettings/deviceInactivityBeforeRetirementInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days when the device has not contacted Intune." /></Annotations><Annotations Target="microsoft.graph.managedDeviceModelsAndManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="Models and Manufactures meatadata for managed devices in the account" /></Annotations><Annotations Target="microsoft.graph.managedDeviceModelsAndManufacturers/deviceManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="List of Manufactures for managed devices in the account" /></Annotations><Annotations Target="microsoft.graph.managedDeviceModelsAndManufacturers/deviceModels"><Annotation Term="Org.OData.Core.V1.Description" String="List of Models for managed devices in the account" /></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.powerliftAppDiagnosticDownloadRequest"><Annotation Term="Org.OData.Core.V1.Description" String="This type contains request details to download app diagnostic files." /></Annotations><Annotations Target="microsoft.graph.powerliftAppDiagnosticDownloadRequest/files"><Annotation Term="Org.OData.Core.V1.Description" String="The list of files to download which is associated with the diagnostic." /></Annotations><Annotations Target="microsoft.graph.powerliftAppDiagnosticDownloadRequest/powerliftId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique id for the request that serves as an identifer for the diagnostic to be downloaded." /></Annotations><Annotations Target="microsoft.graph.powerliftDownloadRequest"><Annotation Term="Org.OData.Core.V1.Description" String="Request used to download app diagnostic files." /></Annotations><Annotations Target="microsoft.graph.powerliftDownloadRequest/files"><Annotation Term="Org.OData.Core.V1.Description" String="The list of files to download" /></Annotations><Annotations Target="microsoft.graph.powerliftDownloadRequest/powerliftId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique id for the request" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail"><Annotation Term="Org.OData.Core.V1.Description" String="This type contains specific information regarding a Powerlift incident, such as when it was uploaded, the platform the device was on, and a string array of files associated to the incident." /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/applicationName"><Annotation Term="Org.OData.Core.V1.Description" String="TThe name of the application for which the diagnostic is collected. Example: com.microsoft.CompanyPortal | No" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/clientApplicationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application for which the diagnostic is collected. Example: 5.2203.1" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the app diagnostic was created. The value cannot be modified and is automatically populated when the diagnostic is uploaded. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.Example: 2022-04-19T17:24:45.313Z" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/easyId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique app diagnostic identifier as a user friendly 8 character hexadecimal string. This id is smaller compared to the powerliftId. Th Example: 8520467A" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/fileNames"><Annotation Term="Org.OData.Core.V1.Description" String="A list of files that are associated with the diagnostic." /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/locale"><Annotation Term="Org.OData.Core.V1.Description" String="The locale information of the application for which the diagnostic is collected. Example: en-US" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/platformDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The operating system of the device from which diagnostics are collected. Example: iOS" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentDetail/powerliftId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the app diagnostic. This id is assigned to a diagnostic when it is uploaded to Powerlift. Example: 8520467a-49a9-44a4-8447-8dfb8bec6726" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of app diagnostics associated with a user." /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/application"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application the diagnostic is from. Example: com.microsoft.CompanyPortal" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/clientVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application. Example: 5.2203.1" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/createdAtDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the app diagnostic was created. Example: 2022-04-19T17:24:45.313Z" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/easyId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique app diagnostic identifier as a user friendly 8 character hexadecimal string. Example: 8520467A" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/fileNames"><Annotation Term="Org.OData.Core.V1.Description" String="A list of files that are associated with the diagnostic." /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/locale"><Annotation Term="Org.OData.Core.V1.Description" String="The locale information of the application. Example: en-US" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/platform"><Annotation Term="Org.OData.Core.V1.Description" String="The device's OS the diagnostic is from. Example: iOS" /></Annotations><Annotations Target="microsoft.graph.powerliftIncidentMetadata/powerliftId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the app diagnostic. Example: 8520467a-49a9-44a4-8447-8dfb8bec6726" /></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.revokeAppleVppLicensesActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke Apple Vpp licenses action result" /></Annotations><Annotations Target="microsoft.graph.revokeAppleVppLicensesActionResult/failedLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of Apple Vpp licenses that failed to revoke" /></Annotations><Annotations Target="microsoft.graph.revokeAppleVppLicensesActionResult/totalLicensesCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of Apple Vpp licenses associated" /></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.sharedAppleDeviceUser/dataQuota"><Annotation Term="Org.OData.Core.V1.Description" String="Data quota" /></Annotations><Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataToSync"><Annotation Term="Org.OData.Core.V1.Description" String="Data to sync" /></Annotations><Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataUsed"><Annotation Term="Org.OData.Core.V1.Description" String="Data quota" /></Annotations><Annotations Target="microsoft.graph.sharedAppleDeviceUser/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User name" /></Annotations><Annotations Target="microsoft.graph.tenantAttachRBACState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents result of GetState API." /></Annotations><Annotations Target="microsoft.graph.tenantAttachRBACState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the tenant is enabled for Tenant Attach with role management.  TRUE if enabled, FALSE if the Tenant Attach with rolemanagement is disabled." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupFeature"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the features of a device that are shared between all devices in a correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupFeature/deviceFeatureType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of device feature. Possible values are: manufacturer, model, osVersion, application or driver" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupFeature/values"><Annotation Term="Org.OData.Core.V1.Description" String="Specific metric values that describe the features of the given device feature type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverityOverview/highSeverityAnomalyCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates count of high severity anomalies which have been detected. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverityOverview/informationalSeverityAnomalyCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates count of informational severity anomalies which have been detected. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverityOverview/lowSeverityAnomalyCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates count of low severity anomalies which have been detected. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalySeverityOverview/mediumSeverityAnomalyCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates count of medium severity anomalies which have been detected. Valid values -2147483648 to 2147483647" /></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.userExperienceAnalyticsDeviceBatteryDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of properties describing the current status of the battery." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceBatteryDetail/batteryId"><Annotation Term="Org.OData.Core.V1.Description" String="Uniquely identifies the batteries in a single device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceBatteryDetail/fullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of times the battery has been discharged an amount that equals 100% of its capacity, but not necessarily by discharging it from 100% to 0%. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceBatteryDetail/maxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Ratio of current capacity and design capacity of the battery. Unit in percentage and values range from 0-100. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScopeSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics tenant level information for all the device scope configurations" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScopeSummary/completedDeviceScopeIds"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of the user experience analytics device scope Unique Identifiers that are enabled and finished recalculating the report metric." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScopeSummary/insufficientDataDeviceScopeIds"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of user experience analytics device scope Unique Identitfiers that are enabled but there is insufficient data to calculate results." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScopeSummary/totalDeviceScopes"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of user experience analytics device scopes. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScopeSummary/totalDeviceScopesEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of user experience analytics device scopes that are enabled. Valid values -2147483648 to 2147483647" /></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.cloudPCConnectivityIssue/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune DeviceId of the device the connection is associated with." /></Annotations><Annotations Target="microsoft.graph.cloudPCConnectivityIssue/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The error code of the connectivity issue." /></Annotations><Annotations Target="microsoft.graph.cloudPCConnectivityIssue/errorDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time that the connection initiated. The time is shown in ISO 8601 format and Coordinated Universal Time (UTC) time." /></Annotations><Annotations Target="microsoft.graph.cloudPCConnectivityIssue/errorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="The detailed description of what went wrong." /></Annotations><Annotations Target="microsoft.graph.cloudPCConnectivityIssue/recommendedAction"><Annotation Term="Org.OData.Core.V1.Description" String="The recommended action to fix the corresponding error." /></Annotations><Annotations Target="microsoft.graph.cloudPCConnectivityIssue/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique id of user who initialize the connection." /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/clientRegistrationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="ClientRegistrationStatus" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceName" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceType" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/entitySource"><Annotation Term="Org.OData.Core.V1.Description" String="EntitySource" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/managementAgents"><Annotation Term="Org.OData.Core.V1.Description" String="ManagementAgents" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/managementState"><Annotation Term="Org.OData.Core.V1.Description" String="ManagementState" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/mdmStatus"><Annotation Term="Org.OData.Core.V1.Description" String="MDMStatus" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/model"><Annotation Term="Org.OData.Core.V1.Description" String="Model" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/osDescription"><Annotation Term="Org.OData.Core.V1.Description" String="OSDescription" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="OSVersion" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="OwnerType" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/referenceId"><Annotation Term="Org.OData.Core.V1.Description" String="ReferenceId" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="SerialNumber" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/status"><Annotation Term="Org.OData.Core.V1.Description" String="ComanagementEligibleStatus" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/upn"><Annotation Term="Org.OData.Core.V1.Description" String="UPN" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId" /></Annotations><Annotations Target="microsoft.graph.comanagementEligibleDevice/userName"><Annotation Term="Org.OData.Core.V1.Description" String="UserName" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/grantDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time consent was granted for this account" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/granted"><Annotation Term="Org.OData.Core.V1.Description" String="The granted state for the data sharing consent" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/grantedByUpn"><Annotation Term="Org.OData.Core.V1.Description" String="The Upn of the user that granted consent for this account" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/grantedByUserId"><Annotation Term="Org.OData.Core.V1.Description" String="The UserId of the user that granted consent for this account" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/serviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the service work flow" /></Annotations><Annotations Target="microsoft.graph.dataSharingConsent/termsUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The TermsUrl for the data sharing consent" /></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.deviceComplianceScript/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device compliance script 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.deviceComplianceScript/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the device compliance script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/detectionScriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The entire content of the detection powershell script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device compliance script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether the script signature needs be checked" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device compliance script was 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.deviceComplianceScript/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device compliance script publisher" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for the device compliance script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether PowerShell script(s) should run as 32-bit" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device compliance script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device compliance script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the device compliance script." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for the device compliance script across all devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a device management script." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScript/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="High level run summary for device compliance script." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/detectionState"><Annotation Term="Org.OData.Core.V1.Description" String="Detection state from the lastest device compliance script execution" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/expectedStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The next timestamp of when the device compliance script is expected to execute" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last timestamp of when the device compliance script executed" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time that Intune Managment Extension synced with Intune" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/scriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/scriptOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Output of the detection script" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptDeviceState/managedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The managed device on which the device compliance script executed" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary/detectionScriptErrorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices on which the detection script execution encountered an error and did not complete. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary/detectionScriptPendingDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices which have not yet run the latest version of the device compliance script. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary/issueDetectedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script found an issue. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary/lastScriptRunDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last run time for the script across all devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScriptRunSummary/noIssueDetectedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script did not find an issue and the device is healthy. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceCustomAttributeShellScript/customAttributeName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the custom attribute." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/customAttributeType"><Annotation Term="Org.OData.Core.V1.Description" String="The expected type of the custom attribute's value." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/description"><Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="Script file name." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceCustomAttributeShellScript/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this PowerShellScript instance." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The script content." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Run summary for device management script." /></Annotations><Annotations Target="microsoft.graph.deviceCustomAttributeShellScript/userRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all users." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device health script 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.deviceHealthScript/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/detectionScriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The entire content of the detection powershell script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/detectionScriptParameters"><Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType DetectionScriptParameters objects." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/deviceHealthScriptType"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceHealthScriptType for the script policy" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether the script signature needs be checked" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/highestAvailableVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Highest available version for a Microsoft Proprietary script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/isGlobalScript"><Annotation Term="Org.OData.Core.V1.Description" String="Determines if this is Microsoft Proprietary Script. Proprietary scripts are read-only" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device health script was 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.deviceHealthScript/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device health script publisher" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/remediationScriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The entire content of the remediation powershell script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/remediationScriptParameters"><Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType RemediationScriptParameters objects." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether PowerShell script(s) should run as 32-bit" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for the device health script across all devices" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a device management script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScript/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="High level run summary for device health script." /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptAssignment/runRemediationScript"><Annotation Term="Org.OData.Core.V1.Description" String="Determine whether we want to run detection script only or run both detection script and remediation script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptAssignment/runSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Script run schedule for the target group" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory group we are targeting the script to" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/assignmentFilterIds"><Annotation Term="Org.OData.Core.V1.Description" String="A list of the assignment filter ids used for health script applicability evaluation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/detectionState"><Annotation Term="Org.OData.Core.V1.Description" String="Detection state from the lastest device health script execution" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/expectedStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The next timestamp of when the device health script is expected to execute" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last timestamp of when the device health script executed" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time that Intune Managment Extension synced with Intune" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/postRemediationDetectionScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script after remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/postRemediationDetectionScriptOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Detection script output after remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/preRemediationDetectionScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script before remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/preRemediationDetectionScriptOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Output of the detection script before remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/remediationScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error output of the remediation script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/remediationState"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation state from the lastest device health script execution" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/managedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The managed device on which the device health script executed" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/assignmentFilterIds"><Annotation Term="Org.OData.Core.V1.Description" String="A list of the assignment filter ids used for health script applicability evaluation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/detectionState"><Annotation Term="Org.OData.Core.V1.Description" String="Detection state from the lastest device health script execution" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device Id" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the device" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/expectedStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The next timestamp of when the device health script is expected to execute" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/id"><Annotation Term="Org.OData.Core.V1.Description" String="Key of the device health script policy state is a concatenation of the MT sideCar policy Id and Intune device Id" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last timestamp of when the device health script executed" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time that Intune Managment Extension synced with Intune" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the OS Version in string" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/policyId"><Annotation Term="Org.OData.Core.V1.Description" String="The MT sideCar policy Id" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/policyName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/postRemediationDetectionScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script after remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/postRemediationDetectionScriptOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Detection script output after remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/preRemediationDetectionScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script before remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/preRemediationDetectionScriptOutput"><Annotation Term="Org.OData.Core.V1.Description" String="Output of the detection script before remediation" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/remediationScriptError"><Annotation Term="Org.OData.Core.V1.Description" String="Error output of the remediation script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/remediationState"><Annotation Term="Org.OData.Core.V1.Description" String="Remediation state from the lastest device health script execution" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptPolicyState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the user whom ran the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/detectionScriptErrorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices on which the detection script execution encountered an error and did not complete" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/detectionScriptNotApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script was not applicable" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/detectionScriptPendingDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices which have not yet run the latest version of the device health script" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueDetectedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script found an issue" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueRemediatedCumulativeDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices that were remediated over the last 30 days" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueRemediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script was able to resolve the detected issue" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueReoccurredDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script executed successfully but failed to resolve the detected issue" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/lastScriptRunDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last run time for the script across all devices" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/noIssueDetectedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script did not find an issue and the device is healthy" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/remediationScriptErrorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script execution encountered an error and did not complete" /></Annotations><Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/remediationSkippedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which remediation was skipped" /></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/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The error code, if any. Valid values -9.22337203685478E+18 to 9.22337203685478E+18" /></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/size"><Annotation Term="Org.OData.Core.V1.Description" String="The size of the logs. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></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.deviceManagementScriptAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Azure Active Directory group we are targeting the script to." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code corresponding to erroneous execution of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/errorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Error description corresponding to erroneous execution of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/lastStateUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Latest time the device management script executes." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/resultMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Details of execution output." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/runState"><Annotation Term="Org.OData.Core.V1.Description" String="State of latest run of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/managedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The managed devices that executes the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptGroupAssignment/targetGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Azure Active Directory group we are targeting the script to." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Error device count." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/errorUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Error user count." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/successDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Success device count." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/successUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Success user count." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptUserState/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Error device count for specific user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptUserState/successDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Success device count for specific user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptUserState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principle name of specific user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementScriptUserState/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices of specific user." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/blockExecutionNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Does not notify the user a script is being executed" /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceShellScript/description"><Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/executionFrequency"><Annotation Term="Org.OData.Core.V1.Description" String="The interval for script to run. If not defined the script will run once" /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="Script file name." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script 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.deviceShellScript/retryCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of times for the script to be retried if it fails" /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this PowerShellScript instance." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The script content." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/deviceRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/groupAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/runSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Run summary for device management script." /></Annotations><Annotations Target="microsoft.graph.deviceShellScript/userRunStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all users." /></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.managedDeviceCleanupRule/description"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the description for the device clean up rule." /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupRule/deviceCleanupRulePlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the managed device platform for which the admin wants to create the device clean up rule." /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupRule/deviceInactivityBeforeRetirementInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of days when the device has not contacted Intune. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupRule/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the display name of the device cleanup rule." /></Annotations><Annotations Target="microsoft.graph.managedDeviceCleanupRule/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the date and time when the device cleanup rule 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.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/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of device overview" /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/managedDeviceModelsAndManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="Models and Manufactures meatadata for managed devices in the account" /></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/applicationId"><Annotation Term="Org.OData.Core.V1.Description" String="Intune application identifier." /></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.mobileAppTroubleshootingEvent/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingHistoryItem"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/history"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Mobile Application Troubleshooting History Item" /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/managedDeviceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/userId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/certificatePayload"><Annotation Term="Org.OData.Core.V1.Description" String="The certificate payload of the application. This is computed by hashing the certificate information on the client. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a50`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/companyName"><Annotation Term="Org.OData.Core.V1.Description" String="The company name of the application. This value is set by the creator of the application. Example: `Microsoft Corporation`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune deviceId. Unique identifier for the managed device. Example: `92ce5047-9553-4731-817f-9b401a999a1b`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name associated with the device in the intune database. Example: `JOHNDOE-LAPTOP`." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/elevationType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of elevation on the application. Possible values are `undetermined`, `unmanagedElevation`, `zeroTouchElevation`, `userConfirmedElevation`, and `supportApprovedElevation`. Defaults to `undetermined`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the application was elevated. Example:`2014-01-01T00:00:00Z`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/fileDescription"><Annotation Term="Org.OData.Core.V1.Description" String="The file description of the application. This value is set by the creator of the application. Example: `Editor of multiple coding languages.`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/filePath"><Annotation Term="Org.OData.Core.V1.Description" String="The full file path of the application including the filename and file extension. Example: `C:\Program Files\vscode.exe`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/fileVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application. This value is set by the creator of the application. Example: `6.2211.1035.1000`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/hash"><Annotation Term="Org.OData.Core.V1.Description" String="The sha256 hash of the application. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a57`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/internalName"><Annotation Term="Org.OData.Core.V1.Description" String="The internal name of the application. This value is set by the creator of the application. Example: `VS code`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/justification"><Annotation Term="Org.OData.Core.V1.Description" String="The justification to elevate the application. This is an input by the user when the privilegeManagementElevationType is of type userConfirmedElevation or support approved elevation. This will be null in all other scenarios. The length is capped at 256 char, enforced on the client side. Example: `To install debug tool.`." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/parentProcessName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of parent process associated with the elevated process. This is always populated for both parent and child process types" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/policyId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique Identifier of the policy configured to run the application with elevated access" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/policyName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy configured to run the application in elevated access" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/processType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of process that is elevated. Possible values are `undefined`, `parent` and `child`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name of the application. This value is set by the creator of the application. Example: `Visual Studio`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/result"><Annotation Term="Org.OData.Core.V1.Description" String="The result of the elevation action with 0 being success, and everything else being exit code if the elevation was unsuccessful. The value will always be 0 on all unmanaged elevation. Example: `0`. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/ruleId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of the rule configured to run the application with elevated access" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/systemInitiatedElevation"><Annotation Term="Org.OData.Core.V1.Description" String="To identify if the elevation is initiated by system or user interaction" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/upn"><Annotation Term="Org.OData.Core.V1.Description" String="The User Principal Name of the user who performed the elevation. Example: `john@domain.com`" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevation/userType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of account performed the elevation on Windows. Possible values are: `undetermined`, `azureAd`, `hybrid`, and `local`. Defaults to `undetermined`." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/action"><Annotation Term="Org.OData.Core.V1.Description" String="The action name." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/actionState"><Annotation Term="Org.OData.Core.V1.Description" String="Action state." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/bulkDeviceActionId"><Annotation Term="Org.OData.Core.V1.Description" String="BulkAction ID" /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/deviceActionCategory"><Annotation Term="Org.OData.Core.V1.Description" String="DeviceAction category" /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Intune device name." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/deviceIMEI"><Annotation Term="Org.OData.Core.V1.Description" String="IMEI of the device." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/deviceOwnerUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Upn of the device owner." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/initiatedByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User who initiated the device action, format is UPN." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Action target." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/requestDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the action was issued, given in UTC." /></Annotations><Annotations Target="microsoft.graph.remoteActionAudit/userName"><Annotation Term="Org.OData.Core.V1.Description" String="[deprecated] Please use InitiatedByUserPrincipalName instead." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/anomalyFirstOccurrenceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the first occurrence date and time for the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/anomalyId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/anomalyLatestOccurrenceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the latest occurrence date and time for the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/anomalyName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/anomalyType"><Annotation Term="Org.OData.Core.V1.Description" String="The category of the anomaly. Possible values are: device, application, stopError, driver or other." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/assetName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application or module that caused the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/assetPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application or module that caused the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/assetVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application or module that caused the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/detectionModelId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the anomaly detection model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/deviceImpactedCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices impacted by the anomaly. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/issueId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the anomaly detection model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/severity"><Annotation Term="Org.OData.Core.V1.Description" String="The severity of the anomaly. Possible values are: high, medium, low, informational or other" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly/state"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the anomaly. Possible values are: new, active, disabled, removed or other." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/anomalyCorrelationGroupCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of correlation groups in the anomaly. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/anomalyId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the anomaly. Anomaly details such as name and type can be found in the UserExperienceAnalyticsAnomalySeverityOverview entity." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupAnomalousDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the total number of devices affected by the anomaly in the correlation group. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupAtRiskDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the total number of devices at risk in the correlation group. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the total number of devices in a correlation group. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the features of a device that are shared between all devices in a correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the correlation group which will uniquely identify one of the correlation group within an anomaly. The correlation Id can be mapped to the correlation group name by concatinating the correlation group features. Example of correlation group name which is the indicative of concatenated features names are  for names, Contoso manufacture 4.4.1 and Windows 11.22621.1485." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupPrevalence"><Annotation Term="Org.OData.Core.V1.Description" String="The prevalence of the correlation group. Possible values are: high, medium or low." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/correlationGroupPrevalencePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of the devices in the correlation group that are anomalous. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview/totalDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the total number of devices in the tenant. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/anomalyId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the anomaly." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/anomalyOnDeviceFirstOccurrenceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the first occurance date and time for the anomaly on the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/anomalyOnDeviceLatestOccurrenceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the latest occurance date and time for the anomaly on the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/correlationGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the correlation group." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/deviceManufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/deviceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device status with respect to the correlation group. At risk devices are devices that share correlation group features but may not yet be affected by an anomaly, such as when a device is experiencing crashes on an application but that application has not been used on the device but is currently installed. This could lead to the device becoming anomalous if the application in question were to be used. Possible values are: anomolous, affected or atRisk" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/osName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the OS installed on the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAnomalyDevice/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version installed on the device." /></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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/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.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion/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.userExperienceAnalyticsBatteryHealthAppImpact/activeDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Number of active devices for using that app over a 14-day period. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User friendly display name for the app. Eg: Outlook" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact/appName"><Annotation Term="Org.OData.Core.V1.Description" String="App name. Eg: oltk.exe" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="App publisher. Eg: Microsoft Corporation" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact/batteryUsagePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percent of total battery power used by this application when the device was not plugged into AC power, over 14 days computed across all devices in the tenant. Unit in percentage. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact/isForegroundApp"><Annotation Term="Org.OData.Core.V1.Description" String="true if the user had active interaction with the app." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails/activeDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Number of active devices within the tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails/batteryCapacityFair"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices whose battery maximum capacity is greater than 50% but lesser than 80%. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails/batteryCapacityGood"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices whose battery maximum capacity is greater than 80%. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails/batteryCapacityPoor"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices whose battery maximum capacity is lesser than 50%. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails/lastRefreshedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Recorded date time of this capacity details instance." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User friendly display name for the app. Eg: Outlook" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/appName"><Annotation Term="Org.OData.Core.V1.Description" String="App name. Eg: oltk.exe" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="App publisher. Eg: Microsoft Corporation" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/batteryUsagePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percent of total battery power used by this application when the device was not plugged into AC power, over 14 days. Unit in percentage. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device, Intune DeviceID or SCCM device id." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact/isForegroundApp"><Annotation Term="Org.OData.Core.V1.Description" String="true if the user had active interaction with the app." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/batteryAgeInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Estimated battery age. Unit in days. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceBatteriesDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Properties (maxCapacity and cycleCount) related to all batteries of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceBatteryCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of batteries in a user device. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceBatteryHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="A weighted average of a device’s maximum capacity score and runtime estimate score. Values range from 0-100. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceBatteryTags"><Annotation Term="Org.OData.Core.V1.Description" String="Tags for computed information on how battery on the device is behaving. E.g. newbattery, batterycapacityred, designcapacityzero, etc." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device, Intune DeviceID." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceManufacturerName"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceModelName"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device friendly name." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/estimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The estimated runtime of the device when the battery is fully charged. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/fullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of times the battery has been discharged an amount that equals 100% of its capacity, but not necessarily by discharging it from 100% to 0%. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The overall battery health status of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Deprecated in favor of DeviceManufacturerName." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/maxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Ratio of current capacity and design capacity of the battery with the lowest capacity. Unit in percentage and values range from 0-100. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Deprecated in favor of DeviceModelName." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device, Intune DeviceID or SCCM device id." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/estimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The estimated runtime of the device when the battery is fully charged. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/runtimeDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime for the instance of runtime history." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/activeDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Number of active devices for that model. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/averageBatteryAgeInDays"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the battery age for all devices of a given model in a tenant. Unit in days. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/averageEstimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/averageMaxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device’s batteries.. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/deviceManufacturerName"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/deviceModelName"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device manufacturer. Deprecated in favor of DeviceManufacturerName." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/meanFullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/medianEstimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The median of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/medianFullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="The median of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/medianMaxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The median of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device’s batteries.. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Deprecated in favor of DeviceModelName." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/modelBatteryHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="A weighted average of a model’s maximum capacity score and runtime estimate score. Values range from 0-100. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance/modelHealthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The overall battery health status of a given model in a tenant." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/activeDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Number of active devices for that os version. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/averageBatteryAgeInDays"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the battery age for all devices running a particular operating system version in a tenant. Unit in days. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/averageEstimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the estimated runtimes on full charge for all devices running a particular operating system version. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/averageMaxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of the maximum capacity for all devices running a particular operating system version. Maximum capacity measures the full charge vs. design capacity for a device’s batteries.. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/meanFullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="The mean of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices running a particular operating system version in a tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/medianEstimatedRuntimeInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The median of the estimated runtimes on full charge for all devices running a particular operating system version. Unit in minutes. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/medianFullBatteryDrainCount"><Annotation Term="Org.OData.Core.V1.Description" String="The median of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices running a particular operating system version in a tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/medianMaxCapacityPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The median of the maximum capacity for all devices running a particular operating system version. Maximum capacity measures the full charge vs. design capacity for a device’s batteries.. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/osBatteryHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="A weighted average of battery health score across all devices running a particular operating system version. Values range from 0-100. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/osBuildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Build number of the operating system." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/osHealthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The overall battery health status of a given os version in a tenant." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the operating system." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails/activeDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Number of active devices within the tenant. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails/batteryRuntimeFair"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices whose active runtime is greater than 3 hours but lesser than 5 hours. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails/batteryRuntimeGood"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices  whose active runtime is greater than 5 hours. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails/batteryRuntimePoor"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices whose active runtime is lesser than 3 hours. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails/lastRefreshedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Recorded date time of this runtime details instance." /></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.userExperienceAnalyticsDeviceScope/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the creation date and time for the custom device scope." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/deviceScopeName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the user experience analytics device Scope configuration." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a device scope is enabled or disabled. When TRUE, the device scope is enabled. When FALSE, the device scope is disabled. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/isBuiltIn"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device scope configuration is built-in or custom. When TRUE, the device scope configuration is built-in. When FALSE, the device scope configuration is custom. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last updated date and time for the custom device scope." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/operator"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope configuration query operator. Possible values are: equals, notEquals, contains, notContains, greaterThan, lessThan. Default value: equals." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/ownerId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the person (admin) who created the device scope configuration." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/parameter"><Annotation Term="Org.OData.Core.V1.Description" String="Device scope configuration parameter. It will be extended in future to add more parameter. Eg: device scope parameter can be OS version, Disk Type, Device manufacturer, device model or Scope tag. Default value: scopeTag." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/status"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device scope status after the device scope has been enabled. Possible values are: none, computing, insufficientData or completed. Default value is none." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/value"><Annotation Term="Org.OData.Core.V1.Description" String="The device scope configuration query clause value." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScope/valueObjectId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for a user device scope tag Id used for the creation of device scope configuration." /></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/meanResourceSpikeTimeScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a calulated score indicating the health of the device's resources CPU and RAM. 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/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.userExperienceAnalyticsDeviceTimelineEvent/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the device where the event occurred." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the event occured." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent/eventDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The details provided by the event, format depends on event type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent/eventLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The severity level of the event enum. Possible values are: none, verbose, information, warning, error ,critical. Default value: none." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent/eventName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the event. Examples include: BootEvent, LogonEvent, AppCrashEvent, AppHangEvent." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceTimelineEvent/eventSource"><Annotation Term="Org.OData.Core.V1.Description" String="The source of the event. Examples include: Intune, Sccm." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity/azureAdDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Active Directory Device Id" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The tenant attach device's name." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/category"><Annotation Term="Org.OData.Core.V1.Description" String="The category of impacting process." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of process." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the impacted device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/impactValue"><Annotation Term="Org.OData.Core.V1.Description" String="The impact value of the process. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/processName"><Annotation Term="Org.OData.Core.V1.Description" String="The process name." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsImpactingProcess/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the process." /></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/meanResourceSpikeTimeScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a calulated score indicating the health of the device's resource spike score . 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/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.userExperienceAnalyticsNotAutopilotReadyDevice/autoPilotProfileAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's autopilotProfileAssigned." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/autoPilotRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's autopilotRegistered." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/azureAdJoinType"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's azure Ad joinType." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/azureAdRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's azureAdRegistered." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's name." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/managedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's managed by." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's manufacturer." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/model"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The intune device's serial number." /></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.userExperienceAnalyticsRemoteConnection/cloudPcFailurePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The sign in failure percentage of Cloud PC Device. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/cloudPcRoundTripTime"><Annotation Term="Org.OData.Core.V1.Description" String="The round tip time of Cloud PC Device. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/cloudPcSignInTime"><Annotation Term="Org.OData.Core.V1.Description" String="The sign in time of Cloud PC Device. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/coreBootTime"><Annotation Term="Org.OData.Core.V1.Description" String="The core boot time of Cloud PC Device. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/coreSignInTime"><Annotation Term="Org.OData.Core.V1.Description" String="The core sign in time of Cloud PC Device. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of remote connection. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics manufacturer." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/model"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/remoteSignInTime"><Annotation Term="Org.OData.Core.V1.Description" String="The remote sign in time of Cloud PC Device. Valid values 0 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics userPrincipalName." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsRemoteConnection/virtualNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics virtual network." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/averageSpikeTimeScore"><Annotation Term="Org.OData.Core.V1.Description" String="AverageSpikeTimeScore of a device or a model type. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/cpuClockSpeedInMHz"><Annotation Term="Org.OData.Core.V1.Description" String="The clock speed of the processor, in MHz. Valid values 0 to 1000000" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/cpuDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the processor on the device, For example, 11th Gen Intel(R) Core(TM) i7." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/cpuSpikeTimePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="CPU spike time in percentage. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/cpuSpikeTimePercentageThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="Threshold of cpuSpikeTimeScore. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/cpuSpikeTimeScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device CPU spike time score. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics summarized device count." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/deviceResourcePerformanceScore"><Annotation Term="Org.OData.Core.V1.Description" String="Resource performance score of a specific device. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/diskType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of disk storage used on the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/machineType"><Annotation Term="Org.OData.Core.V1.Description" String="Helps to identify if device is a physical device or virtual." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device manufacturer." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/model"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/ramSpikeTimePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="RAM spike time in percentage. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/ramSpikeTimePercentageThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="Threshold of ramSpikeTimeScore. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/ramSpikeTimeScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device RAM spike time score. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/totalProcessorCoreCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of cores of the processor of device. Valid values 0 to 512" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsResourcePerformance/totalRamInMB"><Annotation Term="Org.OData.Core.V1.Description" String="The total RAM of the device, in MB. Valid values 0 to 1000000" /></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.windowsManagedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Windows devices that are managed or pre-enrolled through Intune" /></Annotations><Annotations Target="microsoft.graph.windowsManagementApp/availableVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app available version." /></Annotations><Annotations Target="microsoft.graph.windowsManagementApp/managedInstaller"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Installer Status" /></Annotations><Annotations Target="microsoft.graph.windowsManagementApp/managedInstallerConfiguredDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Installer Configured Date Time" /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app health state entity." /></Annotations><Annotations Target="microsoft.graph.windowsManagementApp/healthStates"><Annotation Term="Org.OData.Core.V1.Description" String="The list of health states for installed Windows management app." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device on which Windows management app is installed." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState/deviceOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 OS version of the device on which Windows management app is installed." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState/healthState"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app health state." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState/installedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app installed version." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthState/lastCheckInDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Windows management app last check-in time." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the health summary of the Windows management app." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/healthyDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Healthy device count." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/unhealthyDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Unhealthy device count." /></Annotations><Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown device count." /></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/controlledConfigurationEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. Defaults to setting on client device." /></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.windows10XCustomSubjectAlternativeName"><Annotation Term="Org.OData.Core.V1.Description" String="Base Profile Type for Authentication Certificates (SCEP or PFX Create)" /></Annotations><Annotations Target="microsoft.graph.windows10XCustomSubjectAlternativeName/name"><Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Name" /></Annotations><Annotations Target="microsoft.graph.windows10XCustomSubjectAlternativeName/sanType"><Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that describes tenant level settings for derived credentials" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileAssignment/intent"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment intent for the resource access profile." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the resource access profile." /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/creationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime profile was created" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/description"><Annotation Term="Org.OData.Core.V1.Description" String="Profile description" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Profile display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime profile was last modified" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Scope Tags" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the profile" /></Annotations><Annotations Target="microsoft.graph.deviceManagementResourceAccessProfileBase/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for the device configuration profile." /></Annotations><Annotations Target="microsoft.graph.windows10XCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Base Profile Type for Authentication Certificates (SCEP or PFX Create)" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows X SCEP Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/certificateStore"><Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/certificateValidityPeriodScale"><Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/certificateValidityPeriodValue"><Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/extendedKeyUsages"><Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/hashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/keySize"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/keyStorageProvider"><Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/keyUsage"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/renewalThresholdPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/rootCertificateId"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate ID" /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/scepServerUrls"><Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/subjectAlternativeNameFormats"><Annotation Term="Org.OData.Core.V1.Description" String="Custom AAD Attributes." /></Annotations><Annotations Target="microsoft.graph.windows10XSCEPCertificateProfile/subjectNameFormatString"><Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" /></Annotations><Annotations Target="microsoft.graph.windows10XTrustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Windows X Trusted Root Certificate configuration profile" /></Annotations><Annotations Target="microsoft.graph.windows10XTrustedRootCertificate/certFileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." /></Annotations><Annotations Target="microsoft.graph.windows10XTrustedRootCertificate/destinationStore"><Annotation Term="Org.OData.Core.V1.Description" String="Destination store location for the Trusted Root Certificate." /></Annotations><Annotations Target="microsoft.graph.windows10XTrustedRootCertificate/trustedRootCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" /></Annotations><Annotations Target="microsoft.graph.windows10XVpnConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows X VPN configuration profile" /></Annotations><Annotations Target="microsoft.graph.windows10XVpnConfiguration/authenticationCertificateId"><Annotation Term="Org.OData.Core.V1.Description" String="ID to the Authentication Certificate" /></Annotations><Annotations Target="microsoft.graph.windows10XVpnConfiguration/customXml"><Annotation Term="Org.OData.Core.V1.Description" String="Custom XML commands that configures the VPN connection. (UTF8 byte encoding)" /></Annotations><Annotations Target="microsoft.graph.windows10XVpnConfiguration/customXmlFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Xml file name." /></Annotations><Annotations Target="microsoft.graph.windows10XWifiConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows X WifiXml configuration profile" /></Annotations><Annotations Target="microsoft.graph.windows10XWifiConfiguration/authenticationCertificateId"><Annotation Term="Org.OData.Core.V1.Description" String="ID to the Authentication Certificate" /></Annotations><Annotations Target="microsoft.graph.windows10XWifiConfiguration/customXml"><Annotation Term="Org.OData.Core.V1.Description" String="Custom XML commands that configures the VPN connection. (UTF8 byte encoding)" /></Annotations><Annotations Target="microsoft.graph.windows10XWifiConfiguration/customXmlFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Custom Xml file name." /></Annotations><Annotations Target="microsoft.graph.appleOwnerTypeEnrollmentType/enrollmentType"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment type." /></Annotations><Annotations Target="microsoft.graph.appleOwnerTypeEnrollmentType/ownerType"><Annotation Term="Org.OData.Core.V1.Description" String="The owner type." /></Annotations><Annotations Target="microsoft.graph.depProfileAdminAccountPasswordRotationSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Settings for local admin account password automatic rotation." /></Annotations><Annotations Target="microsoft.graph.depProfileAdminAccountPasswordRotationSetting/autoRotationPeriodInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of days between 1-180 since the last rotation after which to rotate the local admin password." /></Annotations><Annotations Target="microsoft.graph.depProfileDelayAutoRotationSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Settings related to auto rotation of local admin account password after password retrieval through Graph. These are optional settings" /></Annotations><Annotations Target="microsoft.graph.depProfileAdminAccountPasswordRotationSetting/depProfileDelayAutoRotationSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Settings for delaying automatic password rotation upon retrieval." /></Annotations><Annotations Target="microsoft.graph.depProfileDelayAutoRotationSetting/onRetrievalAutoRotatePasswordEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the admin account password should be rotated when retrieved by IT Admin through Intune." /></Annotations><Annotations Target="microsoft.graph.depProfileDelayAutoRotationSetting/onRetrievalDelayAutoRotatePasswordInHours"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates how long in hours (between 1 and 24 hours) after password retrieval through Graph should automatic rotation be initiated for the admin account password." /></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.managementCertificateWithThumbprint/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="The Base 64 encoded management certificate" /></Annotations><Annotations Target="microsoft.graph.managementCertificateWithThumbprint/thumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="The thumbprint of the management certificate" /></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.outOfBoxExperienceSettings/deviceUsageType"><Annotation Term="Org.OData.Core.V1.Description" String="AAD join authentication type" /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hideEscapeLink"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, then the user can't start over with different account, on company sign-in" /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hideEULA"><Annotation Term="Org.OData.Core.V1.Description" String="Show or hide EULA to user" /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hidePrivacySettings"><Annotation Term="Org.OData.Core.V1.Description" String="Show or hide privacy settings to user" /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSettings/skipKeyboardSelectionPage"><Annotation Term="Org.OData.Core.V1.Description" String="If set, then skip the keyboard selection page if Language and Region are set" /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSettings/userType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of user" /></Annotations><Annotations Target="microsoft.graph.suggestedEnrollmentLimit"><Annotation Term="Org.OData.Core.V1.Description" String="The suggestedEnrollmentLimit resource represents the suggested enrollment limit when given an enrollment type." /></Annotations><Annotations Target="microsoft.graph.suggestedEnrollmentLimit/suggestedDailyLimit"><Annotation Term="Org.OData.Core.V1.Description" String="The suggested enrollment limit within a day" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowDeviceUseBeforeProfileAndAppInstallComplete"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block user to use device before profile and app installation complete" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowDeviceUseOnInstallFailure"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to continue using the device on installation failure" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowLogCollectionOnInstallFailure"><Annotation Term="Org.OData.Core.V1.Description" String="Allow or block log collection on installation failure" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/blockDeviceSetupRetryByUser"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to retry the setup on installation failure" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/customErrorMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Set custom error message to show upon installation failure" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/hideInstallationProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Show or hide installation progress to user" /></Annotations><Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/installProgressTimeoutInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Set installation progress timeout in minutes" /></Annotations><Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" /></Annotations><Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile/hybridAzureADJoinSkipConnectivityCheck"><Annotation Term="Org.OData.Core.V1.Description" String="The Autopilot Hybrid Azure AD join flow will continue even if it does not establish domain controller connectivity during OOBE." /></Annotations><Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile/domainJoinConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration to join Active Directory domain" /></Annotations><Annotations Target="microsoft.graph.appleEnrollmentProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="An assignment of an Apple profile." /></Annotations><Annotations Target="microsoft.graph.appleEnrollmentProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the Apple user initiated deployment profile." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/availableEnrollmentTypeOptions"><Annotation Term="Org.OData.Core.V1.Description" String="List of available enrollment type options" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Profile creation time" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/defaultEnrollmentType"><Annotation Term="Org.OData.Core.V1.Description" String="The default profile enrollment type." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Profile last modified time" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/platform"><Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/priority"><Annotation Term="Org.OData.Core.V1.Description" String="Priority, 0 is highest" /></Annotations><Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this profile." /></Annotations><Annotations Target="microsoft.graph.azureADWindowsAutopilotDeploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/appleIdDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple id setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/applePayDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple pay setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/configurationWebUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL for setup assistant login" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/deviceNameTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Sets a literal or name pattern." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/diagnosticsDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if diagnostics setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/displayToneSetupDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if displaytone setup screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/enabledSkipKeys"><Annotation Term="Org.OData.Core.V1.Description" String="enabledSkipKeys contains all the enabled skip keys as strings" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/enrollmentTimeAzureAdGroupIds"><Annotation Term="Org.OData.Core.V1.Description" String="EnrollmentTimeAzureAdGroupIds contains list of enrollment time Azure Group Ids to be associated with profile" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/isDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this is the default profile" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/isMandatory"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile is mandatory" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/locationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Location service setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/privacyPaneDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if privacy screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/profileRemovalDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile removal option is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/restoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore setup pane is blocked" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/screenTimeScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if screen timeout setup is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/siriDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if siri setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supervisedModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com/en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supportDepartment"><Annotation Term="Org.OData.Core.V1.Description" String="Support department information" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supportPhoneNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Support phone number" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/termsAndConditionsDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if 'Terms and Conditions' setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/touchIdDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if touch id setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentBaseProfile/waitForDeviceConfiguredConfirmation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device will need to wait for configured confirmation" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The depEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/appleIdDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple id setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/applePayDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple pay setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/awaitDeviceConfiguredConfirmation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device will need to wait for configured confirmation" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/diagnosticsDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if diagnostics setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/enableSharedIPad"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates whether the device is to be enrolled in a mode which enables multi user scenarios. Only applicable in shared iPads." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/isDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this is the default profile" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/isMandatory"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile is mandatory" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/iTunesPairingMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the iTunes pairing mode" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/locationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Location service setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/macOSFileVaultDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Mac OS file vault is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/macOSRegistrationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Mac OS registration is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/managementCertificates"><Annotation Term="Org.OData.Core.V1.Description" String="Management certificates for Apple Configurator" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/passCodeDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/profileRemovalDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile removal option is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/restoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore setup pane is blocked" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/restoreFromAndroidDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore from Android is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/sharedIPadMaximumUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="This specifies the maximum number of users that can use a shared iPad. Only applicable in shared iPad mode." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/siriDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if siri setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/supervisedModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com/en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information." /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/supportDepartment"><Annotation Term="Org.OData.Core.V1.Description" String="Support department information" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/supportPhoneNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Support phone number" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/termsAndConditionsDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if 'Terms and Conditions' setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/touchIdDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if touch id setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depEnrollmentProfile/zoomDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if zoom setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The DepIOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to iOS configuration. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/appearanceScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apperance screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/awaitDeviceConfiguredConfirmation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device will need to wait for configured confirmation" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/carrierActivationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Carrier URL for activating device eSIM." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/companyPortalVppTokenId"><Annotation Term="Org.OData.Core.V1.Description" String="If set, indicates which Vpp token should be used to deploy the Company Portal w/ device licensing. 'enableAuthenticationViaCompanyPortal' must be set in order for this property to be set." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/deviceToDeviceMigrationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Device To Device Migration is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/enableSharedIPad"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates whether the device is to be enrolled in a mode which enables multi user scenarios. Only applicable in shared iPads." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/enableSingleAppEnrollmentMode"><Annotation Term="Org.OData.Core.V1.Description" String="Tells the device to enable single app mode and apply app-lock during enrollment. Default is false. 'enableAuthenticationViaCompanyPortal' and 'companyPortalVppTokenId' must be set for this property to be set." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/expressLanguageScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Express Language screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/forceTemporarySession"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if temporary sessions is enabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/homeButtonScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if home button sensitivity screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/iMessageAndFaceTimeScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iMessage and FaceTime screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/iTunesPairingMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the iTunes pairing mode" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/managementCertificates"><Annotation Term="Org.OData.Core.V1.Description" String="Management certificates for Apple Configurator" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/onBoardingScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if onboarding setup screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/passCodeDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/passcodeLockGracePeriodInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates timeout before locked screen requires the user to enter the device passocde to unlock it" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/preferredLanguageScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Preferred language screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/restoreCompletedScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Weclome screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/restoreFromAndroidDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore from Android is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/sharedIPadMaximumUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="This specifies the maximum number of users that can use a shared iPad. Only applicable in shared iPad mode." /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/simSetupScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the SIMSetup screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/softwareUpdateScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the mandatory sofware update screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/temporarySessionTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates timeout of temporary session" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/updateCompleteScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Weclome screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/userlessSharedAadModeEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that this apple device is designated to support 'shared device mode' scenarios. This is distinct from the 'shared iPad' scenario. See https://docs.microsoft.com/en-us/mem/intune/enrollment/device-enrollment-shared-ios" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/userSessionTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates timeout of temporary session" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/watchMigrationScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the watch migration screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/welcomeScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Weclome screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depIOSEnrollmentProfile/zoomDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if zoom setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The DepMacOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to macOS configuration. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/accessibilityScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Accessibility screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/adminAccountFullName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates what the full name for the admin account is" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/adminAccountPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates what the password for the admin account is" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/adminAccountUserName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates what the user name for the admin account is" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/autoAdvanceSetupEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Setup Assistant will automatically advance through its screen" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/autoUnlockWithWatchDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if UnlockWithWatch screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/chooseYourLockScreenDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Documents and Desktop screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/depProfileAdminAccountPasswordRotationSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Settings for local admin account password automatic rotation." /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/dontAutoPopulatePrimaryAccountInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Setup Assistant will auto populate the primary account information" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/enableRestrictEditing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user will enable blockediting" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/fileVaultDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if file vault is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/hideAdminAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the admin account should be hidded or not" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/iCloudDiagnosticsDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Analytics screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/iCloudStorageDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Documents and Desktop screen is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/passCodeDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/primaryAccountFullName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates what the full name for the primary account is" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/primaryAccountUserName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates what the account name for the primary account is" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/registrationDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if registration is disabled" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/requestRequiresNetworkTether"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device is network-tethered to run the command" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/setPrimarySetupAccountAsRegularUser"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Setup Assistant will set the account as a regular user" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/skipPrimarySetupAccountCreation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Setup Assistant will skip the user interface for primary account setup" /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/usePlatformSSODuringSetupAssistant"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Platform SSO is used as part of device enrollment during Setup Assistant. When TRUE, Platform SSO is used in device enrollment during Setup Assistant. When FALSE Platform SSO is not used in enrollment during Setup Assistant. Note: This value cannot be TRUE when configurationWebUrl is TRUE." /></Annotations><Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/zoomDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if zoom setup pane is disabled" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/appleIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple ID used to obtain the current token." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/dataSharingConsentGranted"><Annotation Term="Org.OData.Core.V1.Description" String="Consent granted for data sharing with Apple Dep Service" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the service was onboarded." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/lastSuccessfulSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the service last syned with Intune" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/lastSyncErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code reported by Apple during last dep sync." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/lastSyncTriggeredDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When Intune last requested a sync." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/shareTokenWithSchoolDataSyncService"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the Dep token sharing is enabled with the School Data Sync service." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/syncedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Gets synced device count" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/tokenExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the token will expire." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/tokenName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly Name for Dep Token" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/tokenType"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Dep Token Type." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/defaultIosEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Default iOS Enrollment Profile" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/defaultMacOsEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Default MacOs Enrollment Profile" /></Annotations><Annotations Target="microsoft.graph.depTvOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The depTvOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to Apple TV device configuration. This type of profile must be assigned to Apple TV devices before the devices can enroll via DEP. However, This entity type will only be used as a navigation property to fetch the display name of the profile while getting the exitsing depOnboardingSetting entity, it won't support any operations, as the new entity is supported in device configuration(DCV2) graph calls" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/defaultTvOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Default TvOS Enrollment Profile" /></Annotations><Annotations Target="microsoft.graph.depVisionOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/defaultVisionOSEnrollmentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Default VisionOS Enrollment Profile" /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/enrollmentProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="The enrollment profiles." /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="The importedAppleDeviceIdentity resource represents the imported device identity of an Apple device ." /></Annotations><Annotations Target="microsoft.graph.depOnboardingSetting/importedAppleDeviceIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="The imported Apple device identities." /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/configurationEndpointUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration endpoint url to use for Enrollment" /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/enableAuthenticationViaCompanyPortal"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to authenticate with Apple Setup Assistant instead of Company Portal." /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/requireCompanyPortalOnSetupAssistantEnrolledDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that Company Portal is required on setup assistant enrolled devices" /></Annotations><Annotations Target="microsoft.graph.enrollmentProfile/requiresUserAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile requires user authentication" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Created Date Time of the device" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the device" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/discoverySource"><Annotation Term="Org.OData.Core.V1.Description" String="Apple device discovery source." /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/enrollmentState"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the device in Intune" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/isDeleted"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device is deleted from Apple Business Manager" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/isSupervised"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the Apple device is supervised. More information is at: https://support.apple.com/en-us/HT202837" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/lastContactedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted Date Time of the device" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/platform"><Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/requestedEnrollmentProfileAssignmentDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time enrollment profile was assigned to the device" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/requestedEnrollmentProfileId"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment profile Id admin intends to apply to the device during next enrollment" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentity/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Device serial number" /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentityResult"><Annotation Term="Org.OData.Core.V1.Description" String="The importedAppleDeviceIdentityResult resource represents the result of attempting to import Apple devices identities." /></Annotations><Annotations Target="microsoft.graph.importedAppleDeviceIdentityResult/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of imported device identity" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Created Date Time of the device" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the device" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/enrollmentState"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the device in Intune" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/importedDeviceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Imported Device Identifier" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/importedDeviceIdentityType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Imported Device Identity" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/lastContactedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted Date Time of the device" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last Modified DateTime of the description" /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentity/platform"><Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityResult"><Annotation Term="Org.OData.Core.V1.Description" String="The importedDeviceIdentityResult resource represents the result of attempting to import a device identity." /></Annotations><Annotations Target="microsoft.graph.importedDeviceIdentityResult/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of imported device identity" /></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.windowsAutopilotDeploymentProfileAssignment/source"><Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or parcel/policySet" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the Windows Autopilot deployment profile." /></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/azureAdDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="AAD Device ID" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Profile set time of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignmentDetailedStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Profile assignment detailed status of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignmentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Profile assignment status of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deviceAccountPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Surface Hub Device Account Password" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deviceAccountUpn"><Annotation Term="Org.OData.Core.V1.Description" String="Surface Hub Device Account Upn" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deviceFriendlyName"><Annotation Term="Org.OData.Core.V1.Description" String="Surface Hub Device Friendly Name" /></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/remediationState"><Annotation Term="Org.OData.Core.V1.Description" String="Device Remediation State" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/remediationStateLastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="RemediationState set time of 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/userlessEnrollmentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment status for userless enrollments." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment profile currently assigned to the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/intendedDeploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment profile intended to be assigned to the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSettings/lastManualSyncTriggerDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last data sync date time with DDS service." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSettings/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last data sync date time with DDS service." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotSettings/syncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of sync with Device data sync (DDS) service." /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail"><Annotation Term="Org.OData.Core.V1.Description" String="The details of the application which the user has requested to elevate" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/fileDescription"><Annotation Term="Org.OData.Core.V1.Description" String="The path of the file in the request for elevation, for example, %programfiles%\git\cmd" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/fileHash"><Annotation Term="Org.OData.Core.V1.Description" String="The SHA256 hash of the file in the request for elevation, for example, '18ee24150dcb1d96752a4d6dd0f20dfd8ba8c38527e40aa8509b7adecf78f9c6'" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the file in the request for elevation, for example, git.exe" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/filePath"><Annotation Term="Org.OData.Core.V1.Description" String="The path of the file in the request for elevation, for example, %programfiles%\git\cmd" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/productInternalName"><Annotation Term="Org.OData.Core.V1.Description" String="The internal name of the application for which elevation request has been made. For example, 'git'" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name of the application for which elevation request has been made. For example, 'Git'" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The product version of the application for which elevation request has been made. For example, '2.40.1.0'" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/publisherCert"><Annotation Term="Org.OData.Core.V1.Description" String="The list of base64 encoded certificate for each signer, for example, string[encoded_leaf_cert1, encoded_leaf_cert2....]" /></Annotations><Annotations Target="microsoft.graph.elevationRequestApplicationDetail/publisherName"><Annotation Term="Org.OData.Core.V1.Description" String="The certificate issuer name of the certificate used to sign the application, for example, 'Sectigo Public Code Signing CA R36'" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/applicationDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Details of the application which is being requested to elevate, allowing the admin to understand the identity of the application. It includes file info such as FilePath, FileHash, FilePublisher, and etc. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name used to initiate the elevation request. For example: 'cotonso-laptop'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestCreatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the elevation request was submitted/created. The value cannot be modified and is automatically populated when the elevation request is submitted/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. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestedByUserId"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory (AAD) identifier of the end user who is requesting this elevation. For example: 'F1A57311-B9EB-45B7-9415-8555E68EDC9E'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestedByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Principal Name (UPN) of the end user who requested this elevation. For example: 'user1@contoso.com'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestedOnDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune Device Identifier of the managed device used to initiate the elevation request. For example: '90F5F6E8-CA09-4811-97F6-4D0DD532D916'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestExpiryDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Expiration set for the request when it was created, regardless of approved or denied status. For example: '2023-08-03T14:24:22Z'. Returned by default. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestJustification"><Annotation Term="Org.OData.Core.V1.Description" String="Justification provided by the end user for the elevation request. For example :'Need to elevate to install microsoft word'. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/requestLastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the elevation request was either submitted/created or approved/denied. 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. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/reviewCompletedByUserId"><Annotation Term="Org.OData.Core.V1.Description" String="This is the Azure Active Directory (AAD) user id of the administrator who approved or denied the request. For example: 'F1A57311-B9EB-45B7-9415-8555E68EDC9E'. This field would be String.Empty before the request is either approved or denied. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/reviewCompletedByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="This is the User Principal Name (UPN) of the administrator who approved or denied the request. For example: 'admin@contoso.com'. This field would be String.Empty before the request is either approved or denied. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/reviewCompletedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime for which the request was approved or denied. For example, midnight UTC on August 3rd, 2023 would look like this: '2023-08-03T00:00:00Z'. Read-only." /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/reviewerJustification"><Annotation Term="Org.OData.Core.V1.Description" String="An optional justification provided by approver at approval or denied time. This field will be String.Empty if approver decides to not provide a justification. For example: 'Run this installer today'" /></Annotations><Annotations Target="microsoft.graph.privilegeManagementElevationRequest/status"><Annotation Term="Org.OData.Core.V1.Description" String="This indicates the current state of the elevation request. Possible values are: 'none', 'pending', 'approved', 'denied' or 'expired'. Defaults to 'none'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was created." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of Group Policy Object from the GPO Xml Content" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyCreatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was created." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyLastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyObjectId"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object GUID from GPO Xml content" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/migrationReadiness"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune coverage for the associated Group Policy Object file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/ouDistinguishedName"><Annotation Term="Org.OData.Core.V1.Description" String="The distinguished name of the OU." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scope tags for the configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/supportedSettingsCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of Group Policy Settings supported by Intune." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/supportedSettingsPercent"><Annotation Term="Org.OData.Core.V1.Description" String="The Percentage of Group Policy Settings supported by Intune." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/targetedInActiveDirectory"><Annotation Term="Org.OData.Core.V1.Description" String="The Targeted in AD property from GPO Xml Content" /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/totalSettingsCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of Group Policy Settings from GPO file." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy setting to MDM/Intune mapping." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicySettingMappings"><Annotation Term="Org.OData.Core.V1.Description" String="A list of group policy settings to MDM/Intune mappings." /></Annotations><Annotations Target="microsoft.graph.unsupportedGroupPolicyExtension"><Annotation Term="Org.OData.Core.V1.Description" String="Unsupported Group Policy Extension." /></Annotations><Annotations Target="microsoft.graph.groupPolicyMigrationReport/unsupportedGroupPolicyExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="A list of unsupported group policy extensions inside the Group Policy Object." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/content"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object file content." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicy was first uploaded." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/groupPolicyObjectId"><Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object GUID from GPO Xml content" /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyObjectFile was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/ouDistinguishedName"><Annotation Term="Org.OData.Core.V1.Description" String="The distinguished name of the OU." /></Annotations><Annotations Target="microsoft.graph.groupPolicyObjectFile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scope tags for the configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/admxSettingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="Admx Group Policy Id" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/childIdList"><Annotation Term="Org.OData.Core.V1.Description" String="List of Child Ids of the group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/intuneSettingDefinitionId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune Setting Definition Id" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/intuneSettingUriList"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Intune Setting URIs this group policy setting maps to" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/isMdmSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the setting is supported by Intune or not" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmCspName"><Annotation Term="Org.OData.Core.V1.Description" String="The CSP name this group policy setting maps to." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmMinimumOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum OS version this mdm setting supports." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmSettingUri"><Annotation Term="Org.OData.Core.V1.Description" String="The MDM CSP URI this group policy setting maps to." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmSupportedState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the setting is supported in Mdm or not" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/parentId"><Annotation Term="Org.OData.Core.V1.Description" String="Parent Id of the group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingCategory"><Annotation Term="Org.OData.Core.V1.Description" String="The category the group policy setting is in." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayValue"><Annotation Term="Org.OData.Core.V1.Description" String="The display value of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayValueType"><Annotation Term="Org.OData.Core.V1.Description" String="The display value type of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingScope"><Annotation Term="Org.OData.Core.V1.Description" String="The scope of the setting" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingType"><Annotation Term="Org.OData.Core.V1.Description" String="The setting type (security or admx) of the Group Policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValue"><Annotation Term="Org.OData.Core.V1.Description" String="The value of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValueDisplayUnits"><Annotation Term="Org.OData.Core.V1.Description" String="The display units of this group policy setting value" /></Annotations><Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValueType"><Annotation Term="Org.OData.Core.V1.Description" String="The value type of this group policy setting." /></Annotations><Annotations Target="microsoft.graph.unsupportedGroupPolicyExtension/extensionType"><Annotation Term="Org.OData.Core.V1.Description" String="ExtensionType of the unsupported extension." /></Annotations><Annotations Target="microsoft.graph.unsupportedGroupPolicyExtension/namespaceUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Namespace Url of the unsupported extension." /></Annotations><Annotations Target="microsoft.graph.unsupportedGroupPolicyExtension/nodeName"><Annotation Term="Org.OData.Core.V1.Description" String="Node name of the unsupported extension." /></Annotations><Annotations Target="microsoft.graph.unsupportedGroupPolicyExtension/settingScope"><Annotation Term="Org.OData.Core.V1.Description" String="Setting Scope of the unsupported extension." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownListItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Localized display name for the drop-down list item." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownListItem/value"><Annotation Term="Org.OData.Core.V1.Description" String="Associated value for the drop-down list item" /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an ADML (Administrative Template language) XML file uploaded by Administrator." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile/content"><Annotation Term="Org.OData.Core.V1.Description" String="The contents of the uploaded ADML file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The file name of the uploaded ADML file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile/id"><Annotation Term="Org.OData.Core.V1.Description" String="Key of the entity." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile/languageCode"><Annotation Term="Org.OData.Core.V1.Description" String="The language code of the uploaded ADML file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedLanguageFile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The string id of the category's display name" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/ingestionSource"><Annotation Term="Org.OData.Core.V1.Description" String="Defines this category's ingestion source (0 - unknown, 1 - custom, 2 - global)" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/isRoot"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if the category is a root category" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/children"><Annotation Term="Org.OData.Core.V1.Description" String="The children categories" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/definitionFile"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the definition file the category came from" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/definitions"><Annotation Term="Org.OData.Core.V1.Description" String="The immediate GroupPolicyDefinition children of the category" /></Annotations><Annotations Target="microsoft.graph.groupPolicyCategory/parent"><Annotation Term="Org.OData.Core.V1.Description" String="The parent category" /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="User provided description for the resource object." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="User provided name for the resource object." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/policyConfigurationIngestionType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of definitions configured for this policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scope tags for the configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy configuration assignment entity assigns one or more AAD groups to a specific group policy configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue"><Annotation Term="Org.OData.Core.V1.Description" String="The definition value entity stores the value for a single group policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfiguration/definitionValues"><Annotation Term="Org.OData.Core.V1.Description" String="The list of enabled or disabled group policy definition values for the configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The type of groups targeted the group policy configuration." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/categoryPath"><Annotation Term="Org.OData.Core.V1.Description" String="The localized full category path for the policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/classType"><Annotation Term="Org.OData.Core.V1.Description" String="Identifies the type of groups the policy can be applied to." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The localized policy name." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/explainText"><Annotation Term="Org.OData.Core.V1.Description" String="The localized explanation or help text associated with the policy. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/groupPolicyCategoryId"><Annotation Term="Org.OData.Core.V1.Description" String="The category id of the parent category" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/hasRelatedDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="Signifies whether or not there are related definitions to this definition" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/minDeviceCspVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum required CSP version for device configuration in this definition" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/minUserCspVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum required CSP version for user configuration in this definition" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/policyType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of group policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/supportedOn"><Annotation Term="Org.OData.Core.V1.Description" String="Localized string used to specify what operating system or application version is affected by the policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/version"><Annotation Term="Org.OData.Core.V1.Description" String="Setting definition version" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/category"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy category associated with the definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/definitionFile"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy file associated with the definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/nextVersionDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Definition of the next version of this definition" /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentation"><Annotation Term="Org.OData.Core.V1.Description" String="The base entity for the display presentation of any of the additional options in a group policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/presentations"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy presentations associated with the definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinition/previousVersionDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Definition of the previous version of this definition" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/description"><Annotation Term="Org.OData.Core.V1.Description" String="The localized description of the policy settings in the ADMX file. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The localized friendly name of the ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The file name of the ADMX file without the path. For example: edge.admx" /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/languageCodes"><Annotation Term="Org.OData.Core.V1.Description" String="The supported language codes for the ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/policyType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of group policy." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/revision"><Annotation Term="Org.OData.Core.V1.Description" String="The revision version associated with the file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/targetNamespace"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the URI used to identify the namespace within the ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/targetPrefix"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the logical name that refers to the namespace within the ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionFile/definitions"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy definitions associated with the file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/configurationType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies how the value should be configured. This can be either as a Policy or as a Preference." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables the associated group policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/definition"><Annotation Term="Org.OData.Core.V1.Description" String="The associated group policy definition with the value." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValue"><Annotation Term="Org.OData.Core.V1.Description" String="The base presentation value entity that stores the value for a single group policy presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyDefinitionValue/presentationValues"><Annotation Term="Org.OData.Core.V1.Description" String="The associated group policy presentation values with the definition value." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperation"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an group policy operation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperation/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperation/operationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy operation status." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperation/operationType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of group policy operation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyOperation/statusDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy operation status detail." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentation/label"><Annotation Term="Org.OData.Core.V1.Description" String="Localized text label for any presentation entity. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentation/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentation/definition"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy definition associated with the presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedPresentation"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX checkBox element and an ADMX boolean element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationCheckBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX checkBox element and an ADMX boolean element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationCheckBox/defaultChecked"><Annotation Term="Org.OData.Core.V1.Description" String="Default value for the check box. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationComboBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX comboBox element and an ADMX text element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="Localized default string displayed in the combo box. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/maxLength"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters for the parameter. The default value is 1023." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/required"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether a value must be specified for the parameter. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/suggestions"><Annotation Term="Org.OData.Core.V1.Description" String="Localized strings listed in the drop-down list of the combo box. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX decimalTextBox element and an ADMX decimal element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the initial value for the decimal text box. The default value is 1." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/maxValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum allowed value. The default value is 9999." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/minValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the minimum allowed value. The default value is 0." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/required"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/spin"><Annotation Term="Org.OData.Core.V1.Description" String="If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/spinStep"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the increment of change for the spin control. The default value is 1." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX dropdownList element and an ADMX enum element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/defaultItem"><Annotation Term="Org.OData.Core.V1.Description" String="Localized string value identifying the default choice of the list of items." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/items"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a set of localized display names and their associated values." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/required"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationListBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX listBox element and an ADMX list element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationListBox/explicitValue"><Annotation Term="Org.OData.Core.V1.Description" String="If this option is specified true the user must specify the registry subkey value and the registry subkey name. The list box shows two columns, one for the name and one for the data. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX longDecimalTextBox element and an ADMX longDecimal element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the initial value for the decimal text box. The default value is 1." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/maxValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long that specifies the maximum allowed value. The default value is 9999." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/minValue"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long that specifies the minimum allowed value. The default value is 0." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/required"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/spin"><Annotation Term="Org.OData.Core.V1.Description" String="If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/spinStep"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the increment of change for the spin control. The default value is 1." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX multiTextBox element and an ADMX multiText element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/maxLength"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters. Default value is 1023." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/maxStrings"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of strings. Default value is 0." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/required"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the text box. Default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationText"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX text element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationTextBox"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX textBox element and an ADMX text element." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/defaultValue"><Annotation Term="Org.OData.Core.V1.Description" String="Localized default string displayed in the text box. The default value is empty." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/maxLength"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters. Default value is 1023." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/required"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the text box. Default value is false." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValue/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValue/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was last modified." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValue/definitionValue"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy definition value associated with the presentation value." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValue/presentation"><Annotation Term="Org.OData.Core.V1.Description" String="The group policy presentation associated with the presentation value." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueBoolean"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a Boolean value of a checkbox presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueBoolean/value"><Annotation Term="Org.OData.Core.V1.Description" String="An boolean value for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueDecimal"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an unsigned integer value of a decimal text box presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueDecimal/value"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer value for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueList"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a collection of name/value pairs of a list box presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueList/values"><Annotation Term="Org.OData.Core.V1.Description" String="A list of pairs for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueLongDecimal"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an unsigned long value of a long decimal text box presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueLongDecimal/value"><Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long value for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueMultiText"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a string value of a multi-line text box presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueMultiText/values"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of non-empty strings for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueText"><Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition." /></Annotations><Annotations Target="microsoft.graph.groupPolicyPresentationValueText/value"><Annotation Term="Org.OData.Core.V1.Description" String="A string value for the associated presentation." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/content"><Annotation Term="Org.OData.Core.V1.Description" String="The contents of the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/defaultLanguageCode"><Annotation Term="Org.OData.Core.V1.Description" String="The default language of the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/groupPolicyUploadedLanguageFiles"><Annotation Term="Org.OData.Core.V1.Description" String="The list of ADML files associated with the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/status"><Annotation Term="Org.OData.Core.V1.Description" String="The upload status of the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/uploadDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The uploaded time of the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.groupPolicyUploadedDefinitionFile/groupPolicyOperations"><Annotation Term="Org.OData.Core.V1.Description" String="The list of operations on the uploaded ADMX file." /></Annotations><Annotations Target="microsoft.graph.serviceNowAuthenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class for all serviceNow authentication methods." /></Annotations><Annotations Target="microsoft.graph.serviceNowOauthSecretAuthentication"><Annotation Term="Org.OData.Core.V1.Description" String="App id for the ServiceNow client app." /></Annotations><Annotations Target="microsoft.graph.serviceNowOauthSecretAuthentication/appId"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant appId registered with Azure AD" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/authenticationMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the method used by Intune to authenticate with ServiceNow. Currently supports only web authentication with ServiceNow using the specified app id." /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date Time when connection properties were created. The value cannot be modified and is automatically populated when the connection properties were entered." /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/incidentApiUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the ServiceNow incident API URL that Intune will use the fetch incidents. Saved in the format of /api/now/table/incident" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/instanceUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the ServiceNow instance URL that Intune will connect to. Saved in the format of https://&lt;instance&gt;.service-now.com" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date Time when connection properties were last updated. The value cannot be modified and is automatically populated when the connection properties were updated." /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/lastQueriedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date Time when incidents from ServiceNow were last queried" /></Annotations><Annotations Target="microsoft.graph.serviceNowConnection/serviceNowConnectionStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the ServiceNow Connection based on user's selection. Possible value could be disabled or enabled." /></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.deviceManagementConfigurationAppleOSSupportedVersions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the version range for an apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleOSSupportedVersions/includesMaxVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the maximum version is included in the supported version range." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleOSSupportedVersions/includesMinVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the minimum version is included in the supported version range." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleOSSupportedVersions/maxVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Gets the maximum supported version for an Apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleOSSupportedVersions/minVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Gets the minimum supported version for an Apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleSettingVersionApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the applicable versions for an Apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleSettingVersionApplicability/constraints"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supported channel types for an Apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleSettingVersionApplicability/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the supported device type for an apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationAppleSettingVersionApplicability/supportedVersions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the version range for an apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationEdgeSettingApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability for an Edge Setting" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationFloatSettingValueDefinition/maximumValue"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum allowed value of the float(double)" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationFloatSettingValueDefinition/minimumValue"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum allowed value of the float" /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIosSettingApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the applicability for an apple setting." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationIosSettingApplicability/versionApplicabilities"><Annotation Term="Org.OData.Core.V1.Description" String="Gets a list of Apple applicability objects." /></Annotations><Annotations Target="microsoft.graph.deviceManagementConfigurationLinuxSettingApplicability"><Annotation Term="Org.OData.Core.V1.Description" String="Applicability for a Linux Setting" /></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.macAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for a Mac app." /></Annotations><Annotations Target="microsoft.graph.macAppIdentifier/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.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.managedAppLogUpload"><Annotation Term="Org.OData.Core.V1.Description" String="A `managedAppLogUpload` represents the log upload result for a given Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUpload/managedAppComponentDescription"><Annotation Term="Org.OData.Core.V1.Description" String="The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUpload/referenceId"><Annotation Term="Org.OData.Core.V1.Description" String="A provider-specific reference id for the uploaded logs. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogUpload/status"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the log upload. If a result is present, the log collection is complete and the upload status for the component is final. completed is the default value. Read-only." /></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.windowsAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for a Windows app." /></Annotations><Annotations Target="microsoft.graph.windowsAppIdentifier/windowsAppId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the app store." /></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.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.androidManagedAppRegistration/patchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The patch version for the current android app registration" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/allowedAndroidDeviceManufacturers"><Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device manufacturers allowed, as a string, for the managed app to work. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/allowedAndroidDeviceModels"><Annotation Term="Org.OData.Core.V1.Description" String="List of device models allowed, as a string, for the managed app to work. (Android Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/allowedIosDeviceModels"><Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device models allowed, as a string, for the managed app to work. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/allowWidgetContentSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates  if content sync for widgets is allowed for iOS on App Protection Policies" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAccountIsClockedOut"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time)." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidDeviceManufacturerNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device manufacturer is not allowed. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidDeviceModelNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed. (Android Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidSafetyNetAppsVerificationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android App Verification requirement fails." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidSafetyNetDeviceAttestationFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirement fails." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfDeviceLockNotSet"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn, block or wipe, if the screen lock is required on device but is not set. (android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanHigh"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of high complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanLow"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of low complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfDevicePasscodeComplexityLessThanMedium"><Annotation Term="Org.OData.Core.V1.Description" String="If the device does not have a passcode of medium complexity or higher, trigger the stored action." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfIosDeviceModelNotAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed. (iOS Only)" /></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/biometricAuthenticationBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the biometric authentication is allowed in place of a pin if PinRequired is set to True. (Android Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/blockAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or app access will be blocked." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/connectToVpnOnLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should connect to the configured VPN on launch (Android only)." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the preferred custom browser to open weblink on Android. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of a custom browser to open weblink on Android. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="A custom browser protocol to open weblink on iOS. (iOS only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customDialerAppDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of a custom dialer app to click-to-open a phone number on Android." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customDialerAppPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="PackageId of a custom dialer app to click-to-open a phone number on Android." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customDialerAppProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="Protocol of a custom dialer app to click-to-open a phone number on iOS, for example, skype:." /></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/deviceLockRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if any kind of lock must be required on device. (android only)" /></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/disableProtectionOfManagedOutboundOpenInData"><Annotation Term="Org.OData.Core.V1.Description" String="Disable protection of data transferred to other apps through IOS OpenIn option. This setting is only allowed to be True when AllowedOutboundDataTransferDestinations is set to ManagedApps. (iOS 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/exemptedAppPackages"><Annotation Term="Org.OData.Core.V1.Description" String="Android App packages in this list will be exempt from the policy and will be able to receive data from managed apps. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/exemptedAppProtocols"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Apps in this list will be exempt from the policy and will be able to receive data from managed apps. (iOS 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/filterOpenInToOnlyManagedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if open-in operation is supported from the managed app to the filesharing locations selected. This setting only applies when AllowedOutboundDataTransferDestinations is set to ManagedApps and DisableProtectionOfManagedOutboundOpenInData is set to False. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/fingerprintAndBiometricEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicate to the client to enable both biometrics and fingerprints for the app." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/messagingRedirectAppDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app name which are allowed to be used." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/messagingRedirectAppPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app package ids which are allowed to be used." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/messagingRedirectAppUrlScheme"><Annotation Term="Org.OData.Core.V1.Description" String="When a specific app redirection is enforced by protectedMessagingRedirectAppType in an App Protection Policy, this value defines the app url redirect schemes which are allowed to be used." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or app access will be blocked" /></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/minimumWarningCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the user will receive a warning" /></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/minimumWarningSdkVersion"><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. (iOS only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipeCompanyPortalVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the company data on the app will be wiped" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipePatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level  less than or equal to the specified value will wipe the managed app and the associated company data. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipeSdkVersion"><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.defaultManagedAppProtection/protectInboundDataFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Protect incoming data from unknown source. This setting is only allowed to be True when AllowedInboundDataTransferSources is set to AllApps. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/requireClass3Biometrics"><Annotation Term="Org.OData.Core.V1.Description" String="Require user to apply Class 3 Biometrics on their Android device." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/requiredAndroidSafetyNetAppsVerificationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Apps Verification requirement for a managed app to work." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/requiredAndroidSafetyNetDeviceAttestationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Device Attestation requirement for a managed app to work." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/requiredAndroidSafetyNetEvaluationType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet evaluation type requirement for a managed app to work. (Android Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/requirePinAfterBiometricChange"><Annotation Term="Org.OData.Core.V1.Description" String="A PIN prompt will override biometric prompts if class 3 biometrics are updated on the device." /></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/thirdPartyKeyboardsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Defines if third party keyboards are allowed while accessing a managed app. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/warnAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or the user will receive the warning" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/wipeAfterCompanyPortalUpdateDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days Company Portal update can be deferred on the device or the company data on the app will be wiped" /></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.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.managedAppConfiguration/settings"><Annotation Term="Org.OData.Core.V1.Description" String="List of settings contained in this App Configuration policy" /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/completedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime of when the log upload request was completed. 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. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/managedAppRegistrationId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the app instance for which diagnostic logs were collected. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/requestedByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The user principal name associated with the request for the managed application log collection. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/requestedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime of when the log upload request was received. 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. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/uploadedLogs"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/userLogUploadConsent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user associated with the device provided consent for the log collection. The user must consent before the diagnostic logs can be collected. accepted means the user consented. declined means the user declined. unknown is the default value. The Log Collection Request must be completed within 24 hours or it will be abandoned and deleted. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedAppLogCollectionRequest/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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/allowedDataIngestionLocations"><Annotation Term="Org.OData.Core.V1.Description" String="Data storage locations where a user may store managed data." /></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/allowedOutboundClipboardSharingExceptionLength"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of characters that may be cut or copied from Org data and accounts to any application. This setting overrides the AllowedOutboundClipboardSharingLevel restriction. Default value of '0' means no exception is allowed. Valid values 0 to 65535" /></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/appActionIfDeviceComplianceRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, when the device is either rooted or jailbroken, if DeviceComplianceRequired is set to true." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/appActionIfMaximumPinRetriesExceeded"><Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, based on maximum number of incorrect pin retry attempts." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/appActionIfUnableToAuthenticateUser"><Annotation Term="Org.OData.Core.V1.Description" String="If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/blockDataIngestionIntoOrganizationDocuments"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a user can bring data into org documents." /></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/dialerRestrictionLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The classes of dialer apps that are allowed to click-to-open a phone number." /></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/gracePeriodToBlockAppsDuringOffClockHours"><Annotation Term="Org.OData.Core.V1.Description" String="A grace period before blocking app access during off clock hours." /></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/maximumAllowedDeviceThreatLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum allowed device threat level, as reported by the MTD app" /></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/maximumRequiredOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will block the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/maximumWarningOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will block the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/maximumWipeOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will block the managed app from accessing company data." /></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/minimumWipeAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than or equal to the specified version will wipe the managed app and the associated company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumWipeOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than or equal to the specified version will wipe the managed app and the associated company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/mobileThreatDefensePartnerPriority"><Annotation Term="Org.OData.Core.V1.Description" String=" Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/mobileThreatDefenseRemediationAction"><Annotation Term="Org.OData.Core.V1.Description" String="Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/notificationRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Specify app notification restriction" /></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/pinRequiredInsteadOfBiometricTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Timeout in minutes for an app pin instead of non biometrics passcode" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/previousPinBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Requires a pin to be unique from the number specified in this property. Valid values 0 to 24" /></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/protectedMessagingRedirectAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Defines how app messaging redirection is protected by an App Protection Policy. Default is anyApp." /></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/azureADDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory Device identifier of the host device. Value could be empty even when the host device is Azure Active Directory registered." /></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/deviceManufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The device manufacturer for the current app registration " /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model for the current app registration " /></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/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device identifier of the host device. Value could be empty even when the host device is managed." /></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/managedAppLogCollectionRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more log collection requests triggered for the app." /></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.targetedManagedAppPolicyAssignment/source"><Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or parcel/policySet" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/sourceId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" /></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/appGroupType"><Annotation Term="Org.OData.Core.V1.Description" String="Public Apps selection: group or individual" /></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/targetedAppManagementLevels"><Annotation Term="Org.OData.Core.V1.Description" String="The intended app management levels for this policy" /></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.windowsInformationProtectionDeviceRegistration/deviceMacAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Device Mac address." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceRegistrationId"><Annotation Term="Org.OData.Core.V1.Description" String="Device identifier for this device registration record." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Device type, for example, Windows laptop VS Windows phone." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/lastCheckInDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time of the device." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with this device registration record." /></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.windowsInformationProtectionWipeAction/lastCheckInDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time of the device that was targeted by this wipe action." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/status"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe action status." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceMacAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted device Mac address." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted device name." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceRegistrationId"><Annotation Term="Org.OData.Core.V1.Description" String="The DeviceRegistrationId being targeted by this wipe action." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedUserId"><Annotation Term="Org.OData.Core.V1.Description" String="The UserId being targeted by this wipe action." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/allowedInboundDataTransferSources"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the sources from which data is allowed to be transferred. Some possible values are allApps or none." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/allowedOutboundClipboardSharingLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the level to which the clipboard may be shared across org &amp; non-org resources. Some possible values are anyDestinationAnySource or none." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/allowedOutboundDataTransferDestinations"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the destinations to which data is allowed to be transferred. Some possible values are allApps or none." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/appActionIfUnableToAuthenticateUser"><Annotation Term="Org.OData.Core.V1.Description" String="If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/deployedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the total number of applications for which the current policy is deployed." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/isAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the policy is deployed to some inclusion groups. When FALSE, indicates that the policy is not deployed to any inclusion groups. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/maximumAllowedDeviceThreatLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum allowed device threat level, as reported by the Mobile Threat Defense app." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/maximumRequiredOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will block the managed app from accessing company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/maximumWarningOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will result in warning message on the managed app from accessing company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/maximumWipeOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions bigger than the specified version will wipe the managed app and the associated company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumRequiredAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumRequiredOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumRequiredSdkVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumWarningAppVersion"><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. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/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. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumWipeAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will wipe the managed app and the associated company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumWipeOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will wipe the managed app and the associated company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/minimumWipeSdkVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will wipe the managed app and the associated company data. For example: '8.1.0' or '13.1.1'." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/mobileThreatDefenseRemediationAction"><Annotation Term="Org.OData.Core.V1.Description" String="Determines what action to take if the mobile threat defense threat threshold isn't met. Some possible values are block or wipe. Warn isn't a supported value for this property." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/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. For example, PT5M indicates that the interval is 5 minutes in duration. A timespan value of PT0S indicates that access will be blocked immediately when the device is not connected to the internet." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/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. For example, P5D indicates that the interval is 5 days in duration. A timespan value of PT0S indicates that managed data will never be wiped when the device is not connected to the internet." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/printBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that printing is blocked from managed apps. When FALSE, indicates that printing is allowed from managed apps. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/apps"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppProtection/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.windowsManagedAppProtection/deploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." /></Annotations><Annotations Target="microsoft.graph.windowsManagedAppRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the synchronization details of a Windows 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.keyLongValuePair"><Annotation Term="Org.OData.Core.V1.Description" String="Key long value pair" /></Annotations><Annotations Target="microsoft.graph.keyLongValuePair/name"><Annotation Term="Org.OData.Core.V1.Description" String="Name for this key long value pair" /></Annotations><Annotations Target="microsoft.graph.keyLongValuePair/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value for this key long value pair" /></Annotations><Annotations Target="microsoft.graph.metricTimeSeriesDataPoint"><Annotation Term="Org.OData.Core.V1.Description" String="Metric Time series data point" /></Annotations><Annotations Target="microsoft.graph.metricTimeSeriesDataPoint/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time of the metric time series data point" /></Annotations><Annotations Target="microsoft.graph.metricTimeSeriesDataPoint/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value of the metric time series data point" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/advancedSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Additional settings that may be applied to the server" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/defaultDomainSuffix"><Annotation Term="Org.OData.Core.V1.Description" String="The Default Domain appendix that will be used by the clients" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="The configuration's description (optional)" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/disableUdpConnections"><Annotation Term="Org.OData.Core.V1.Description" String="When DisableUdpConnections is set, the clients and VPN server will not use DTLS connections to transfer data." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the server configuration. This property is required when a server is created." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/dnsServers"><Annotation Term="Org.OData.Core.V1.Description" String="The DNS servers that will be used by the clients" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/ipv6Network"><Annotation Term="Org.OData.Core.V1.Description" String="The IPv6 subnet that will be used to allocate virtual address for the clients" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the configuration was last updated" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/listenPort"><Annotation Term="Org.OData.Core.V1.Description" String="The port that both TCP and UPD will listen over on the server" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/network"><Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 subnet that will be used to allocate virtual address for the clients" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/routeExcludes"><Annotation Term="Org.OData.Core.V1.Description" String="Subsets of the routes that will not be routed by the server" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/routeIncludes"><Annotation Term="Org.OData.Core.V1.Description" String="The routes that will be routed by the server" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/routesExclude"><Annotation Term="Org.OData.Core.V1.Description" String="Subsets of the routes that will not be routed by the server. This property is going to be deprecated with the option of using the new property, 'RouteExcludes'." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/routesInclude"><Annotation Term="Org.OData.Core.V1.Description" String="The routes that will be routed by the server. This property is going to be deprecated with the option of using the new property, 'RouteIncludes'." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelConfiguration/splitDNS"><Annotation Term="Org.OData.Core.V1.Description" String="The domains that will be resolved using the provided dns servers" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelHealthThreshold/defaultHealthyThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="The threshold for being healthy based on default health status metrics: CPU usage healthy &lt; 50%, Memory usage healthy &lt; 50%, Disk space healthy &gt; 5GB, Latency healthy &lt; 10ms, health metrics can be customized. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelHealthThreshold/defaultUnhealthyThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="The threshold for being unhealthy based on default health status metrics: CPU usage unhealthy &gt; 75%, Memory usage unhealthy &gt; 75%, Disk space &lt; 3GB, Latency unhealthy &gt; 20ms, health metrics can be customized. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelHealthThreshold/healthyThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="The threshold for being healthy based on default health status metrics: CPU usage healthy &lt; 50%, Memory usage healthy &lt; 50%, Disk space healthy &gt; 5GB, Latency healthy &lt; 10ms, health metrics can be customized." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelHealthThreshold/unhealthyThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="The threshold for being unhealthy based on default health status metrics: CPU usage unhealthy &gt; 75%, Memory usage unhealthy &gt; 75%, Disk space &lt; 3GB, Latency Unhealthy &gt; 20ms, health metrics can be customized." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer"><Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a single Microsoft Tunnel server" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/agentImageDigest"><Annotation Term="Org.OData.Core.V1.Description" String="The digest of the current agent image running on this server. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/deploymentMode"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the server. It is the same as the host name during registration and can be changed later. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Max allowed length is 200 chars." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/lastCheckinDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates when the server last checked in. 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: $filter, $select, $top, $skip, $orderby. $search is not supported Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/serverImageDigest"><Annotation Term="Org.OData.Core.V1.Description" String="The digest of the current server image running on this server. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServer/tunnelServerHealthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the server's health Status as of the last evaluation time. Health is evaluated every 60 seconds, and the possible values are: unknown, healthy, unhealthy, warning, offline, upgradeInProgress, upgradeFailed. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/endDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The end time of the logs collected" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/expiryDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time when the log collection is expired" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/requestDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time when the log collection was requested" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/serverId"><Annotation Term="Org.OData.Core.V1.Description" String="ID of the server the log collection is requested upon" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/sizeInBytes"><Annotation Term="Org.OData.Core.V1.Description" String="The size of the logs in bytes" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The start time of the logs collected" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelServerLogCollectionResponse/status"><Annotation Term="Org.OData.Core.V1.Description" String="The status of log collection. Possible values are: pending, completed, failed." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/description"><Annotation Term="Org.OData.Core.V1.Description" String="The site's description (optional)" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the site. This property is required when a site is created." /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/internalNetworkProbeUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The site's Internal Network Access Probe URL" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/publicAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The site's public domain name or IP address" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/upgradeAutomatically"><Annotation Term="Org.OData.Core.V1.Description" String="The site's automatic upgrade setting. True for automatic upgrades, false for manual control" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/upgradeAvailable"><Annotation Term="Org.OData.Core.V1.Description" String="The site provides the state of when an upgrade is available" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/upgradeWindowEndTime"><Annotation Term="Org.OData.Core.V1.Description" String="The site's upgrade window end time of day" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/upgradeWindowStartTime"><Annotation Term="Org.OData.Core.V1.Description" String="The site's upgrade window start time of day" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/upgradeWindowUtcOffsetInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The site's timezone represented as a minute offset from UTC" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/microsoftTunnelConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The MicrosoftTunnelConfiguration that has been applied to this MicrosoftTunnelSite" /></Annotations><Annotations Target="microsoft.graph.microsoftTunnelSite/microsoftTunnelServers"><Annotation Term="Org.OData.Core.V1.Description" String="A list of MicrosoftTunnelServers that are registered to this MicrosoftTunnelSite" /></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/description"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the Notification Message Template." /></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.deviceManagementDomainJoinConnector/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The connector display name." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/lastConnectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last time connector contacted Intune." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/state"><Annotation Term="Org.OData.Core.V1.Description" String="The connector state." /></Annotations><Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the connector." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEdition"><Annotation Term="Org.OData.Core.V1.Description" String="Different Windows' versions have Edition specific support timelines. This complex type defines the date until which a particular edition is supported in a Windows' version." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEdition/editionType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Operating System releases are available in multiple editions. This property defines the edition type of the Operating System. Possible values are: professional, professionalN, enterprise, enterpriseN, education, educationN, proEducation, proEducationN, proWorkstation, proWorkstationN. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemEdition/supportEndDate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Date until which this Operating System edition type is officially supported. The Timestamp type represents date and time information using ISO 8601 format and is always in Pacific Time Zone (PT). For example, 2014-01-01 would mean '2014-01-01T07:00:00Z' in UTC time. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Updates for different Windows' versions are usually released on the Patch Tuesday or B-week  of each month. This complex type defines the Build-version and the release-date for a particular B-week update of the Windows' version." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemUpdate/buildVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the build version for associated windows update. Windows Operating System updates are usually released on the Patch Tuesday or B-week of each month. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemUpdate/releaseMonth"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Month in which this B-week update was released. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemUpdate/releaseYear"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Year in which this B-week update was released. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemImage/availableUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the available Quality/Security updates for a specific Windows product version (example: Windows 11 22H1), for upto last 3 Patch Tuesdays . This value in the API response would be updated 2-3 days after every Patch Tuesday. Supports: $filter, $select, $top, $skip. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemImage/supportedArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of architectures supported by the image. E.g. ['ARM64','X86']. Supports: $filter, $select, $top, $skip. Read-only." /></Annotations><Annotations Target="microsoft.graph.managedDeviceWindowsOperatingSystemImage/supportedEditions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of editions supported by the image along with their support dates. Supports: $filter, $select, $top, $skip. Read-only." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary"><Annotation Term="Org.OData.Core.V1.Description" String="A ConfigManager policy summary." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices evaluated to be compliant by the policy." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/enforcedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that have have been remediated by the policy." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that failed to be evaluated by the policy." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices evaluated to be noncompliant by the policy." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/pendingDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that have acknowledged the policy but are pending evaluation." /></Annotations><Annotations Target="microsoft.graph.configManagerPolicySummary/targetedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices targeted by the policy." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Unmanaged device discovered in the network." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/domain"><Annotation Term="Org.OData.Core.V1.Description" String="Domain." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/ipAddress"><Annotation Term="Org.OData.Core.V1.Description" String="IP address." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/lastLoggedOnUser"><Annotation Term="Org.OData.Core.V1.Description" String="Last logged on user." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/lastSeenDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last seen date and time." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/location"><Annotation Term="Org.OData.Core.V1.Description" String="Location." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/macAddress"><Annotation Term="Org.OData.Core.V1.Description" String="MAC address." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/model"><Annotation Term="Org.OData.Core.V1.Description" String="Model." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/os"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system." /></Annotations><Annotations Target="microsoft.graph.unmanagedDevice/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system version." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityManagedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability managed device." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The created date." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune managed device ID." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp"><Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability mobile app." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The created date." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last modified date." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/mobileAppId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune mobile app ID." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/mobileAppType"><Annotation Term="Org.OData.Core.V1.Description" String="The app type." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityMobileApp/version"><Annotation Term="Org.OData.Core.V1.Description" String="The app version." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask"><Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability task." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/appName"><Annotation Term="Org.OData.Core.V1.Description" String="The app name." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The app publisher." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The app version." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/insights"><Annotation Term="Org.OData.Core.V1.Description" String="Information about the mitigation." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/managedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of vulnerable devices." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/mitigationType"><Annotation Term="Org.OData.Core.V1.Description" String="The mitigation type." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/mobileAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of vulnerable mobile apps." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/remediation"><Annotation Term="Org.OData.Core.V1.Description" String="The remediation steps." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/managedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The vulnerable managed devices." /></Annotations><Annotations Target="microsoft.graph.appVulnerabilityTask/mobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="The vulnerable mobile apps." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/collectionIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The collection identifier in SCCM." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The created date." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The DisplayName." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/hierarchyIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Hierarchy Identifier." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/hierarchyName"><Annotation Term="Org.OData.Core.V1.Description" String="The HierarchyName." /></Annotations><Annotations Target="microsoft.graph.configManagerCollection/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last modified date." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/assignedTo"><Annotation Term="Org.OData.Core.V1.Description" String="The name or email of the admin this task is assigned to." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/category"><Annotation Term="Org.OData.Core.V1.Description" String="The category." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The created date." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/creator"><Annotation Term="Org.OData.Core.V1.Description" String="The email address of the creator." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/creatorNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Notes from the creator." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/dueDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The due date." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/priority"><Annotation Term="Org.OData.Core.V1.Description" String="The priority." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagementTask/status"><Annotation Term="Org.OData.Core.V1.Description" String="The status." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask"><Annotation Term="Org.OData.Core.V1.Description" String="A security configuration task." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/applicablePlatform"><Annotation Term="Org.OData.Core.V1.Description" String="The applicable platform." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/endpointSecurityPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint security policy type." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/endpointSecurityPolicyProfile"><Annotation Term="Org.OData.Core.V1.Description" String="The endpoint security policy profile." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/insights"><Annotation Term="Org.OData.Core.V1.Description" String="Information about the mitigation." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/intendedSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The intended settings and their values." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/managedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of vulnerable devices." /></Annotations><Annotations Target="microsoft.graph.vulnerableManagedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="This entity represents a device associated with a task." /></Annotations><Annotations Target="microsoft.graph.securityConfigurationTask/managedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The vulnerable managed devices." /></Annotations><Annotations Target="microsoft.graph.unmanagedDeviceDiscoveryTask"><Annotation Term="Org.OData.Core.V1.Description" String="This task derived type represents a list of unmanaged devices discovered in the network." /></Annotations><Annotations Target="microsoft.graph.unmanagedDeviceDiscoveryTask/unmanagedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Unmanaged devices discovered in the network." /></Annotations><Annotations Target="microsoft.graph.vulnerableManagedDevice/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The device name." /></Annotations><Annotations Target="microsoft.graph.vulnerableManagedDevice/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last sync date." /></Annotations><Annotations Target="microsoft.graph.vulnerableManagedDevice/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune managed device ID." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Complex type to represent the role that is assigned to the user. This type contains the ID, the display name, and the permissions of the role." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDefinition/permissions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="A list of permissions based on its associated role. Each permission defines the specific actions the user can perform on Intune resources, such as managing devices, applications, or configurations. Some possible values are: Microsoft.Intune/MobileApps/Read, Microsoft.Intune/DeviceConfigurations/Write, Microsoft.Intune/ManagedDevices/Retire, and Microsoft.Intune/DeviceCompliancePolicies/Assign. This Permissions property offers a comprehensive view of the user's effective access rights, ensuring that they can only perform actions relevant to their assigned roles. 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.deviceAndAppManagementAssignedRoleDefinition/roleDefinitionDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The RoleDefinitionDisplayName property represents the human-readable name of a specific role definition in Microsoft Intune. This property provides a clear and descriptive name that indicates the purpose or scope of the role, helping administrators identify and assign appropriate roles to users or groups.Some example values for RoleDefinitionDisplayName might include: &quot;Helpdesk Operator,&quot; &quot;Application Manager,&quot; or &quot;Policy Administrator.&quot; This display name is primarily used in the Intune console or Graph API to present roles in a user-friendly manner, making it easier for administrators to manage role-based access control (RBAC) efficiently. 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.deviceAndAppManagementAssignedRoleDetail"><Annotation Term="Org.OData.Core.V1.Description" String="The DeviceAndAppManagementAssignedRoleDetail is a complex type in Microsoft Intune used to represent the Role Definitions and Permissions that are assigned to a specific user. This type provides a detailed view of the roles a user holds, along with the associated permissions that determine the specific actions the user can perform within Intune environment." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDetail/permissions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The list of permissions assigned to a specific user based on their associated role definitions. Each permission defines the specific actions the user can perform on Intune resources, such as managing devices, applications, or configurations. Some possible values are: Microsoft.Intune/MobileApps/Read, Microsoft.Intune/DeviceConfigurations/Write, Microsoft.Intune/ManagedDevices/Retire, and Microsoft.Intune/DeviceCompliancePolicies/Assign. This Permissions property provides a comprehensive view of the user's effective access rights, ensuring that they can only perform actions relevant to their assigned roles. 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.deviceAndAppManagementAssignedRoleDetail/roleDefinitions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="A collection of RoleDefinitions represents the various administrative roles that define permissions and access levels within Microsoft Intune. Each RoleDefinition outlines a set of permissions that determine the actions an admin or user can perform in the Intune environment. These permissions can include actions like reading or writing to specific resources, managing device configurations, deploying policies, or handling user data. RoleDefinitions are critical for enforcing role-based access control (RBAC), ensuring that administrators can only interact with the features and data relevant to their responsibilities. RoleDefinitions in Intune can either be built-in roles provided by Microsoft or custom roles created by an organization to tailor access based on specific needs. These definitions are referenced when assigning roles to users or groups, effectively controlling the scope of their administrative privileges. The collection of RoleDefinitions is managed through the Intune console or the Graph API, allowing for scalable role management across large environments. 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.deviceAndAppManagementAssignedRoleDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The set of Role Definitions and Role Assignments assigned to a user." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDetails/roleAssignmentIds"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Role Assignment IDs for the specifc Role Assignments assigned to a user. 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.deviceAndAppManagementAssignedRoleDetails/roleDefinitionIds"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Role Definition IDs for the specifc Role Definitions assigned to a user. 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.operationApprovalPolicySet"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the pair of OperationApprovalPolicyType and OperationApprovalPolicyPlatform determining the set of applicable OperationApprovalPolicies for a user. The OperationApprovalPolicySet complex type is used to indicate to the UX which policies are enabled for the current logged in user in order to correctly show the expected experience." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicySet/policyPlatform"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The applicable platform(s) for the OperationApprovalPolicy. This property is required when the policy set is created, and uniquely identifies the platform(s) that could support MAA when used in conjection with the `policyType` property. Possible values are: `notApplicable`, `androidDeviceAdministrator`, `androidEnterprise`, `iOSiPadOS`, `macOS`, `windows10AndLater`, `windows81AndLater`, `windows10X`. 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.operationApprovalPolicySet/policyType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The policy type for the OperationApprovalPolicy. This property is required when the policy set is created, and uniquely identifies areas of the Intune UX that could support MAA when used in conjection with the `policyPlatform` property. Possible values are: `unknown`, `app`, `script`, `operationApprovalPolicy`. 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.operationApprovalRequestEntityStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The operationApprovalRequestEntityStatus complex type is used to provide the basic infortmation relating to the status of a request without revealing too much information to the calling user as it may be an object out of scope." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequestEntityStatus/entityLocked"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The status of the Entity connected to the OperationApprovalRequest in regard to changes, whether further requests are allowed or if the Entity is locked. When `true`, a lock is present on the Entity and no approval requests can be currently made for it. When `false`, the Entity is not locked and approval requests are allowed. Default value is `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.operationApprovalRequestEntityStatus/requestExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the DateTime when any action on the OperationApprovalRequest is no longer permitted. The value cannot be modified and is automatically populated when the request is created using expiration offset values defined in the service controllers. 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. 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.operationApprovalRequestEntityStatus/requestId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the OperationApprovalRequest. This property cannot be modified and is required when the entity status is created. 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.operationApprovalRequestEntityStatus/requestStatus"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The current approval status of the OperationApprovalRequest. Possible values are: `unknown`, `needsApproval`, `approved`, `rejected`, `cancelled`, `completed`, `expired`. Default value is `unknown`. 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.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/actions"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed Actions - Deprecated" /></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.deviceAndAppManagementRoleAssignment/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the set of role scope tag IDs for the role assignment. These scope tags will limit the visibility of any Intune resources to those that match any of the scope tags in this collection." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment/roleScopeTags"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the set of scope tags for the role assignment. These scope tags will limit the visibility of any Intune resources to those that match any of the scope tags in this collection." /></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.operationApprovalPolicy/approverGroupIds"><Annotation Term="Org.OData.Core.V1.Description" String="The Microsoft Entra ID (Azure AD) security group IDs for the approvers for the policy. This property is required when the policy is created, and is defined by the IT Admins to define the possible approvers for the policy." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the description of the policy. Maximum length of the description is 1024 characters. This property is not required, but can be used by the IT Admin to describe the policy." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the display name of the policy. Maximum length of the display name is 128 characters. This property is required when the policy is created, and is defined by the IT Admins to identify the policy." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last DateTime that the policy was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'policyType' property changes from `apps` to `scripts`. 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. 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.operationApprovalPolicy/policyPlatform"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the applicable platform for the policy. Possible values are: `notApplicable`, `androidDeviceAdministrator`, `androidEnterprise`, `iOSiPadOS`, `macOS`, `windows10AndLater`, `windows81AndLater`, `windows10X`. Default value is `notApplicable`." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy/policySet"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates areas of the Intune UX that could support MAA UX for the current logged in IT Admin. This property is required, and is defined by the IT Admins in order to correctly show the expected experience." /></Annotations><Annotations Target="microsoft.graph.operationApprovalPolicy/policyType"><Annotation Term="Org.OData.Core.V1.Description" String="The policy type for the OperationApprovalPolicy. Possible values are: `unknown`, `app`, `script`, `operationApprovalPolicy`." /></Annotations><Annotations Target="microsoft.graph.operationApprovalRequest/approvalJustification"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the justification for approving or rejecting the request. Maximum length of justification is 1024 characters. For example: 'Approved per Change 23423 - needed for Feb 2023 application baseline updates.' 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.operationApprovalRequest/approver"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identity of the approver as an Identity Set. Optionally contains the application ID, the device ID and the User ID. See information about this type here: https://learn.microsoft.com/graph/api/resources/identityset?view=graph-rest-1.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.operationApprovalRequest/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the DateTime when any action on the approval request is no longer permitted. The value cannot be modified and is automatically populated when the request is created using expiration offset values defined in the service controllers. 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. 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.operationApprovalRequest/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the 'status' property changes from `needsApproval` to `approved`. 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. 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.operationApprovalRequest/requestDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the DateTime that the request was made. The value cannot be modified and is automatically populated when the request 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. 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.operationApprovalRequest/requestJustification"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the justification for creating the request. Maximum length of justification is 1024 characters. For example: 'Needed for Feb 2023 application baseline updates.' 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.operationApprovalRequest/requestor"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identity of the requestor as an Identity Set. Optionally contains the application ID, the device ID and the User ID. See information about this type here: https://learn.microsoft.com/graph/api/resources/identityset?view=graph-rest-1.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.operationApprovalRequest/requiredOperationApprovalPolicyTypes"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the approval policy types required by the request in order for the request to be approved or rejected. 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.operationApprovalRequest/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The current approval status of the request. Possible values are: `unknown`, `needsApproval`, `approved`, `rejected`, `cancelled`, `completed`, `expired`. Default value is `unknown`. 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.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/enabledForScopeValidation"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the Permission is validated for Scopes defined per Role Assignment. 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.resourceOperation/resource"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Resource category to which this Operation belongs. 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.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/scopeMembers"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of role scope member security groups Entra IDs. For example, {dec942f4-6777-4998-96b4-522e383b08e2}." /></Annotations><Annotations Target="microsoft.graph.roleAssignment/scopeType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the groups included as scope groups for the role assignment. Possible values are: `resourceScope`, `allDevices`, `allLicensedUsers`, `allDevicesAndLicensedUsers`. Default value is `resourceScope`." /></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/isBuiltInRoleDefinition"><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/permissions"><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/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/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></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.roleScopeTag/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Scope Tag." /></Annotations><Annotations Target="microsoft.graph.roleScopeTag/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display or friendly name of the Role Scope Tag." /></Annotations><Annotations Target="microsoft.graph.roleScopeTag/isBuiltIn"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Scope Tag. 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.roleScopeTagAutoAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties for auto-assigning a Role Scope Tag to a group to be applied to Devices." /></Annotations><Annotations Target="microsoft.graph.roleScopeTag/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this Role Scope Tag." /></Annotations><Annotations Target="microsoft.graph.roleScopeTagAutoAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The auto-assignment target for the specific Role Scope Tag." /></Annotations><Annotations Target="microsoft.graph.createRemoteHelpSessionResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Remote help - response we provide back to the helper after successfully creating an ACS session" /></Annotations><Annotations Target="microsoft.graph.createRemoteHelpSessionResponse/sessionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for a session" /></Annotations><Annotations Target="microsoft.graph.extendRemoteHelpSessionResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Remote help - response we provide back to the helper after getting response from pubSub" /></Annotations><Annotations Target="microsoft.graph.extendRemoteHelpSessionResponse/acsHelperUserToken"><Annotation Term="Org.OData.Core.V1.Description" String="Helper ACS User Token" /></Annotations><Annotations Target="microsoft.graph.extendRemoteHelpSessionResponse/pubSubHelperAccessUri"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Pubsub Group Id" /></Annotations><Annotations Target="microsoft.graph.extendRemoteHelpSessionResponse/sessionExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Pubsub Session Expiration Date Time." /></Annotations><Annotations Target="microsoft.graph.extendRemoteHelpSessionResponse/sessionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for a session" /></Annotations><Annotations Target="microsoft.graph.requestRemoteHelpSessionAccessResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Remote help - response we provide back to the helper after getting response from pubSub" /></Annotations><Annotations Target="microsoft.graph.requestRemoteHelpSessionAccessResponse/pubSubEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="AES encryption Initialization Vector for encrypting client messages sent to PubSub" /></Annotations><Annotations Target="microsoft.graph.requestRemoteHelpSessionAccessResponse/pubSubEncryptionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for encrypting client messages sent to PubSub" /></Annotations><Annotations Target="microsoft.graph.requestRemoteHelpSessionAccessResponse/sessionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for a session" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Remote help - response we provide back to the helper on retrieve session API call" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/acsGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="ACS Group Id" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/acsHelperUserId"><Annotation Term="Org.OData.Core.V1.Description" String="Helper ACS User Id" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/acsHelperUserToken"><Annotation Term="Org.OData.Core.V1.Description" String="Helper ACS User Token" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/acsSharerUserId"><Annotation Term="Org.OData.Core.V1.Description" String="Sharer ACS User Id" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Android Device Name" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/pubSubGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Pubsub Group Id" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/pubSubHelperAccessUri"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Pubsub Group Id" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/sessionExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Azure Pubsub Session Expiration Date Time." /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/sessionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for a session" /></Annotations><Annotations Target="microsoft.graph.retrieveRemoteHelpSessionResponse/webClientUri"><Annotation Term="Org.OData.Core.V1.Description" String="The URI for the helper to connect to the Azure Virtual Desktop (AVD) for the session" /></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/onboardingRequestExpiryDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="When the OnboardingStatus is Onboarding, This is the date time when the onboarding request expires." /></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.remoteAssistanceSettings/allowSessionsToUnenrolledDevices"><Annotation Term="Org.OData.Core.V1.Description" String=" Indicates if sessions to unenrolled devices are allowed for the account. This setting is configurable by the admin. Default value is false." /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceSettings/blockChat"><Annotation Term="Org.OData.Core.V1.Description" String=" Indicates if sessions to block chat function. This setting is configurable by the admin. Default value is false." /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceSettings/remoteAssistanceState"><Annotation Term="Org.OData.Core.V1.Description" String="The current state of remote assistance for the account. Possible values are: disabled, enabled. This setting is configurable by the admin. Remote assistance settings that have not yet been configured by the admin have a disabled state. Returned by default." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time that the cached report expires." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/filter"><Annotation Term="Org.OData.Core.V1.Description" String="Filters applied on report creation." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/lastRefreshDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time that the cached report was last refreshed." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/metadata"><Annotation Term="Org.OData.Core.V1.Description" String="Caller-managed metadata associated with the report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/orderBy"><Annotation Term="Org.OData.Core.V1.Description" String="Ordering of columns in the report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/reportName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/select"><Annotation Term="Org.OData.Core.V1.Description" String="Columns selected from the report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the 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/search"><Annotation Term="Org.OData.Core.V1.Description" String="Configures a search term to filter the data. The maximum length allowed for this property is 100 characters." /></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.embeddedSIMActivationCode"><Annotation Term="Org.OData.Core.V1.Description" String="The embedded SIM activation code as provided by the mobile operator." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCode/integratedCircuitCardIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Integrated Circuit Card Identifier (ICCID) for this embedded SIM activation code as provided by the mobile operator." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^[0-9]{19}[0-9]?$'." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCode/matchingIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The MatchingIdentifier (MatchingID) as specified in the GSMA Association SGP.22 RSP Technical Specification section 4.1." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCode/smdpPlusServerAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The fully qualified domain name of the SM-DP+ server as specified in the GSM Association SPG .22 RSP Technical Specification." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-zA-Z]{2,}$'." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/activationCodeCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total count of activation codes which belong to this pool." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/activationCodes"><Annotation Term="Org.OData.Core.V1.Description" String="The activation codes which belong to this pool. This navigation property is used to post activation codes to Intune but cannot be used to read activation codes from Intune." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM activation code pool was created. Generated service side." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The admin defined name of the embedded SIM activation code pool." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/modifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM activation code pool was last modified. Updated service side." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePoolAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The embedded SIM activation code pool assignment entity assigns a specific embeddedSIMActivationCodePool to an AAD device group." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Navigational property to a list of targets to which this pool is assigned." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the embedded SIM activation code deployment state in relation to a device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/deviceStates"><Annotation Term="Org.OData.Core.V1.Description" String="Navigational property to a list of device states for this pool." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMActivationCodePoolAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The type of groups targeted by the embedded SIM activation code pool." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device status was created. Generated service side." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name to which the subscription was provisioned e.g. DESKTOP-JOE" /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device last checked in. Updated service side." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/modifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device status was last modified. Updated service side." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the profile operation applied to the device." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/stateDetails"><Annotation Term="Org.OData.Core.V1.Description" String="String description of the provisioning state." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/universalIntegratedCircuitCardIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed." /></Annotations><Annotations Target="microsoft.graph.embeddedSIMDeviceState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="Username which the subscription was provisioned to e.g. joe@contoso.com" /></Annotations><Annotations Target="microsoft.graph.connectorStatusDetails/connectorInstanceId"><Annotation Term="Org.OData.Core.V1.Description" String="Connector Instance Id" /></Annotations><Annotations Target="microsoft.graph.connectorStatusDetails/connectorName"><Annotation Term="Org.OData.Core.V1.Description" String="Connector name" /></Annotations><Annotations Target="microsoft.graph.connectorStatusDetails/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Event datetime" /></Annotations><Annotations Target="microsoft.graph.connectorStatusDetails/status"><Annotation Term="Org.OData.Core.V1.Description" String="Connector health state" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Object containing detailed information about the error and its remediation." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/failureDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The detailed description of what went wrong." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/remediation"><Annotation Term="Org.OData.Core.V1.Description" String="The detailed description of how to remediate this issue." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorResource"><Annotation Term="Org.OData.Core.V1.Description" String="Object representing a link to troubleshooting information, the link could be to the Azure Portal or a Microsoft doc." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/resources"><Annotation Term="Org.OData.Core.V1.Description" String="Links to helpful documentation about this failure." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorResource/link"><Annotation Term="Org.OData.Core.V1.Description" String="The link to the web resource. Can contain any of the following formatters: {{UPN}}, {{DeviceGUID}}, {{UserGUID}}" /></Annotations><Annotations Target="microsoft.graph.managedDeviceSummarizedAppState"><Annotation Term="Org.OData.Core.V1.Description" String="The summarized information associated with managed device app installation status." /></Annotations><Annotations Target="microsoft.graph.managedDeviceSummarizedAppState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier (DeviceId) associated with the device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceSummarizedAppState/summarizedAppState"><Annotation Term="Org.OData.Core.V1.Description" String="The device management script run state for the device, which summarizes the overall status of apps installation on the devices. If any app installation encounters an error, the state will be marked as fail; otherwise, if any app is pending installation, the state will be marked as pending. All possible values include: unknown, fail, pending, notApplicable." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Intent and Install State for a given device." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/applicationId"><Annotation Term="Org.OData.Core.V1.Description" String="MobieApp identifier." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The admin provided or imported title of the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/displayVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the application" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/installState"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/mobileAppIntent"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Intent." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupportedDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Device properties" /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/supportedDeviceTypes"><Annotation Term="Org.OData.Core.V1.Description" String="The supported platforms for the app." /></Annotations><Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/maximumOperatingSystemVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum OS version" /></Annotations><Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/minimumOperatingSystemVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum OS version" /></Annotations><Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/type"><Annotation Term="Org.OData.Core.V1.Description" String="Device type" /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppPolicyCreationHistory"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppPolicyCreationHistory/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppPolicyCreationHistory/runState"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/actionType"><Annotation Term="Org.OData.Core.V1.Description" String="Action type for Intune Application." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/runState"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/runState"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/securityGroupId"><Annotation Term="Org.OData.Core.V1.Description" String="AAD security group id to which it was targeted." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingAppUpdateHistory"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingDeviceCheckinHistory"><Annotation Term="Org.OData.Core.V1.Description" String="History Item contained in the Mobile App Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingHistoryItem/occurrenceDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the history item occurred." /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingHistoryItem/troubleshootingErrorDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Object containing detailed information about the error and its remediation." /></Annotations><Annotations Target="microsoft.graph.appleVppTokenTroubleshootingEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Event representing an Apple Vpp Token Troubleshooting Event." /></Annotations><Annotations Target="microsoft.graph.appleVppTokenTroubleshootingEvent/tokenId"><Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program Token Identifier." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/accountSetupDuration"><Annotation Term="Org.OData.Core.V1.Description" String="Time spent in user ESP." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/accountSetupStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment status for the enrollment status page’s account setup phase." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentDuration"><Annotation Term="Org.OData.Core.V1.Description" String="Autopilot deployment duration including enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentEndDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment end time." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment start time." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentState"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment state like Success, Failure, InProgress, SuccessWithTimeout." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentTotalDuration"><Annotation Term="Org.OData.Core.V1.Description" String="Total deployment duration from enrollment to Desktop screen." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device id associated with the object" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceRegisteredDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Device registration date." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceSerialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Device serial number." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceSetupDuration"><Annotation Term="Org.OData.Core.V1.Description" String="Time spent in device ESP." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceSetupStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment status for the enrollment status page’s device setup phase." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentFailureDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment failure details." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment start date." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentState"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment state like Enrolled, Failed." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentType"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the event occurred ." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/managedDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Managed device name." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Device operating system version." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId id associated with the object" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name used to enroll the device." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/windows10EnrollmentCompletionPageConfigurationDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Status Page profile name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/windows10EnrollmentCompletionPageConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Status Page profile ID" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/windowsAutopilotDeploymentProfileDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Autopilot profile name." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Policy status detail item contained by an autopilot event." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/complianceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The policy compliance or enforcement status. Enforcement status takes precedence if it exists." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the policy." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The errorode associated with the compliance or enforcement status of the policy. Error code for enforcement status takes precedence if it exists." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the reported policy status" /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/policyType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of policy." /></Annotations><Annotations Target="microsoft.graph.deviceManagementAutopilotPolicyStatusDetail/trackedOnEnrollmentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this policy was tracked as part of the autopilot bootstrap enrollment sync session" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/additionalInformation"><Annotation Term="Org.OData.Core.V1.Description" String="A set of string key and string value pairs which provides additional information on the Troubleshooting event" /></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.deviceManagementTroubleshootingEvent/eventName"><Annotation Term="Org.OData.Core.V1.Description" String="Event Name corresponding to the Troubleshooting Event. It is an Optional field" /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/troubleshootingErrorDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Object containing detailed information about the error and its remediation." /></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.mobileAppIntentAndState/managedDeviceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndState/mobileAppList"><Annotation Term="Org.OData.Core.V1.Description" String="The list of payload intents and states for the tenant." /></Annotations><Annotations Target="microsoft.graph.mobileAppIntentAndState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/content"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the content of the Windows Defender Application Control Supplemental Policy in byte array format." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/contentFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the file name associated with the content of the Windows Defender Application Control Supplemental Policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/creationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the created date and time when the Windows Defender Application Control Supplemental Policy was uploaded." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the Windows Defender Application Control Supplemental Policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the Windows Defender Application Control Supplemental Policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last modified date and time of the Windows Defender Application Control Supplemental Policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for the Windows Defender Application Control Supplemental Policy entity." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/version"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Windows Defender Application Control Supplemental Policy's version." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for assignment of a WindowsDefenderApplicationControl supplemental policy to a group." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments for the Windows Defender Application Control Supplemental Policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the deployment summary of a WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/deploySummary"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsDefenderApplicationControl supplemental policy deployment summary." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the deployment state of a WindowsDefenderApplicationControl supplemental policy for a device." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device deployment states for this WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deploymentStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The deployment state of the policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device ID." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last sync date time." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/osDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Windows OS Version Description." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Windows OS Version." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/policyVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the user of this device." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/policy"><Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary/deployedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully deployed this WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to deploy this WindowsDefenderApplicationControl supplemental policy." /></Annotations><Annotations Target="microsoft.graph.bulkCatalogItemActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to represent the result of bulk QU catalog action." /></Annotations><Annotations Target="microsoft.graph.bulkCatalogItemActionResult/failedIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of catalog item Ids where the action is failed." /></Annotations><Annotations Target="microsoft.graph.bulkCatalogItemActionResult/successfulIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of catalog item Ids where the action is successful." /></Annotations><Annotations Target="microsoft.graph.bulkDriverActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to represent the result of bulk driver action." /></Annotations><Annotations Target="microsoft.graph.bulkDriverActionResult/failedDriverIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of driver Ids where the action is failed." /></Annotations><Annotations Target="microsoft.graph.bulkDriverActionResult/notFoundDriverIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of driver Ids that are not found." /></Annotations><Annotations Target="microsoft.graph.bulkDriverActionResult/successfulDriverIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of driver Ids where the action is successful." /></Annotations><Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the expedited quality update settings such as release date and days until forced reboot." /></Annotations><Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings/daysUntilForcedReboot"><Annotation Term="Org.OData.Core.V1.Description" String="The number of days after installation that forced reboot will happen." /></Annotations><Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings/qualityUpdateRelease"><Annotation Term="Org.OData.Core.V1.Description" String="The release date to identify a quality update." /></Annotations><Annotations Target="microsoft.graph.iosAvailableUpdateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="iOS available update version details" /></Annotations><Annotations Target="microsoft.graph.iosAvailableUpdateVersion/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The expiration date of the update." /></Annotations><Annotations Target="microsoft.graph.iosAvailableUpdateVersion/postingDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The posting date of the update." /></Annotations><Annotations Target="microsoft.graph.iosAvailableUpdateVersion/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the update." /></Annotations><Annotations Target="microsoft.graph.iosAvailableUpdateVersion/supportedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="List of supported devices for the update." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the status of a driver and firmware profile inventory sync. The status includes the last successful sync date time and the state of the last sync." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncStatus/driverInventorySyncState"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the latest sync." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileInventorySyncStatus/lastSuccessfulSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last successful sync date and time in UTC." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Entity to record approval settings for windows quality update policies" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalSetting/approvalMethodType"><Annotation Term="Org.OData.Core.V1.Description" String="The approval type of specific gourp of quality updates" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalSetting/deferredDeploymentInDay"><Annotation Term="Org.OData.Core.V1.Description" String="The deferral days for auto approval type, not applicable for manual approve" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalSetting/windowsQualityUpdateCadence"><Annotation Term="Org.OData.Core.V1.Description" String="The publishing cadence of a quality update catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateApprovalSetting/windowsQualityUpdateCategory"><Annotation Term="Org.OData.Core.V1.Description" String="The category of a Windows quality update catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItemPolicyDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Class to describe quality update policy's approval detail for specific catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItemPolicyDetail/approvalStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Approval status for this approval intend" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItemPolicyDetail/catalogItemId"><Annotation Term="Org.OData.Core.V1.Description" String="Catalog item id for this approval intend" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItemPolicyDetail/policyId"><Annotation Term="Org.OData.Core.V1.Description" String="Policy Id for this approval intend" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision"><Annotation Term="Org.OData.Core.V1.Description" String="The operating system product revisions that are released as part of this quality update." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the windows quality update catalog product revision. For example, 'Windows 11, version 22H2, build 22621.4112'. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductKnowledgeBaseArticle"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a knowledge base (KB) article." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/knowledgeBaseArticle"><Annotation Term="Org.OData.Core.V1.Description" String="The knowledge base article associated with the windows quality update catalog product revision. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductBuildVersionDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the build version details of a product revision that is associated with a quality update." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/osBuild"><Annotation Term="Org.OData.Core.V1.Description" String="The version details of the windows quality update catalog product revision. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name of the windows quality update catalog product revision. For example, 'Windows 11'. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the windows quality update catalog product revision was released. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogProductRevision/versionName"><Annotation Term="Org.OData.Core.V1.Description" String="The version name of the windows quality update catalog product revision. For example, '22H2'. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveDetail"><Annotation Term="Org.OData.Core.V1.Description" String="Exploitation details for CVE" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveDetail/cveInformationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Exploitation url of CVE" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveDetail/cveNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Exploitation number of CVE" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveSeverityInformation"><Annotation Term="Org.OData.Core.V1.Description" String="CVE information of QU catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveSeverityInformation/exploitedCves"><Annotation Term="Org.OData.Core.V1.Description" String="Exploit cve details" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveSeverityInformation/maxBaseScore"><Annotation Term="Org.OData.Core.V1.Description" String="Max base score of CVE" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCveSeverityInformation/maxSeverityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Max severity of CVE" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductBuildVersionDetail/buildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The build number of the product release, Allowed range is 0 - 2,147,483,647. For example: 19045. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductBuildVersionDetail/majorVersionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The major version of the product release, Allowed range is 0 - 2,147,483,647. For example: 10. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductBuildVersionDetail/minorVersionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The minor version of the product release, Allowed range is 0 - 2,147,483,647. For example: 0. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductBuildVersionDetail/updateBuildRevision"><Annotation Term="Org.OData.Core.V1.Description" String="The update build revision number of the product revision for the corresponding patch, Allowed range is 0 - 2,147,483,647. For example: 4780. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductKnowledgeBaseArticle/articleId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the knowledge base article. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProductKnowledgeBaseArticle/articleUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the knowledge base article. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateRolloutSettings"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the windows update rollout settings including offer start date time, offer end date time, and days between each set of offers." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateRolloutSettings/offerEndDateTimeInUTC"><Annotation Term="Org.OData.Core.V1.Description" String="The feature update's ending  of release date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateRolloutSettings/offerIntervalInDays"><Annotation Term="Org.OData.Core.V1.Description" String="The number of day(s) between each set of offers to be set, updated, and displayed for a feature update profile, for example: if OfferStartDateTimeInUTC is 2020-06-09T10:00:00Z, and OfferIntervalInDays is 1, then the next two sets of offers will be made consecutively on 2020-06-10T10:00:00Z (next day at the same specified time) and 2020-06-11T10:00:00Z (next next day at the same specified time) with 1 day in between each set of offers." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateRolloutSettings/offerStartDateTimeInUTC"><Annotation Term="Org.OData.Core.V1.Description" String="The feature update's starting date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory"><Annotation Term="Org.OData.Core.V1.Description" String="A new entity to represent driver inventories." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/applicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices for which this driver is applicable." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/approvalStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The approval status for this driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/category"><Annotation Term="Org.OData.Core.V1.Description" String="The category for this driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/deployDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time when a driver should be deployed if approvalStatus is approved." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/driverClass"><Annotation Term="Org.OData.Core.V1.Description" String="The class of the driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer of the driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/name"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The release date time of the driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateInventory/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the driver." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/approvalType"><Annotation Term="Org.OData.Core.V1.Description" String="Driver update profile approval type. For example, manual or automatic approval." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was created." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/deploymentDeferralInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment deferral settings in days, only applicable when ApprovalType is set to automatic approval." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the profile which is specified by the user." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/deviceReporting"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices reporting for this profile" /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the profile." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/inventorySyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Driver inventory sync status for this profile." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was last modified." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/newUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Number of new driver updates available for this profile." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Driver Update entity." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a windows driver update profile to a group." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments of the profile." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfile/driverInventories"><Annotation Term="Org.OData.Core.V1.Description" String="Driver inventories for this profile." /></Annotations><Annotations Target="microsoft.graph.windowsDriverUpdateProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target that the driver update profile is assigned to." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateCatalogItem"><Annotation Term="Org.OData.Core.V1.Description" String="Windows update catalog item entity" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateCatalogItem/version"><Annotation Term="Org.OData.Core.V1.Description" String="The feature update version" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was created." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/deployableContentDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly display name of the quality update profile deployable content" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the profile which is specified by the user." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the profile." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/endOfSupportDate"><Annotation Term="Org.OData.Core.V1.Description" String="The last supported date for a feature update" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/featureUpdateVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/installFeatureUpdatesOptional"><Annotation Term="Org.OData.Core.V1.Description" String="If true, the Windows 11 update will become optional" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/installLatestWindows10OnWindows11IneligibleDevice"><Annotation Term="Org.OData.Core.V1.Description" String="If true, the latest Microsoft Windows 10 update will be installed on devices ineligible for Microsoft Windows 11" /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was last modified." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Feature Update entity." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/rolloutSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The windows update rollout settings, including offer start date time, offer end date time, and days between each set of offers." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a windows feature update profile to a group." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments of the profile." /></Annotations><Annotations Target="microsoft.graph.windowsFeatureUpdateProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target that the feature update profile is assigned to." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem"><Annotation Term="Org.OData.Core.V1.Description" String="Windows update catalog item entity" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/classification"><Annotation Term="Org.OData.Core.V1.Description" String="The category of the Windows quality update. Possible values are: all, security, nonSecurity. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/cveSeverityInformation"><Annotation Term="Org.OData.Core.V1.Description" String="CVE information for catalog items" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/isExpeditable"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the quality updates qualify for expedition. When FALSE, indicates the quality updates do not quality for expedition. Default value is FALSE. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/kbArticleId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifies the knowledge base article associated with the Windows quality update catalog item. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/productRevisions"><Annotation Term="Org.OData.Core.V1.Description" String="The operating system product revisions that are released as part of this quality update. Read-only." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateCatalogItem/qualityUpdateCadence"><Annotation Term="Org.OData.Core.V1.Description" String="The publishing cadence of the quality update. Possible values are: monthly, outOfBand. This property cannot be modified and is automatically populated when the catalog is created. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/approvalSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The list of approval settings for this policy. The maximun number of approval settings supported for one policy is 6. The expected number of approval settings for one policy from UX is 4." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of when the profile was created. The value cannot be modified and is automatically populated when the profile is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the policy which is specified by the user. Max allowed length is 1500 chars." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the policy. Max allowed length is 200 chars." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/hotpatchEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if hotpatch is enabled for the tenants. When 'true', tenant can apply quality updates without rebooting their devices. When 'false', tenant devices will receive cold patch associated with Windows quality updates." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of when the profile was modified. The value cannot be modified and is automatically populated when the profile is modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. Read-only" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of the scope tag ids for this profile." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a Windows quality update policy to a group." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicy/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="List of the groups this profile is assgined to." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdatePolicyAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target that the Windows quality update policy is assigned to." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was created." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/deployableContentDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly display name of the quality update profile deployable content" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the profile which is specified by the user." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the profile." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/expeditedUpdateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Expedited update settings." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was last modified." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/releaseDateDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly release date to display for a Quality Update release" /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Quality Update entity." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a windows quality update profile to a group." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments of the profile." /></Annotations><Annotations Target="microsoft.graph.windowsQualityUpdateProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target that the quality update profile is assigned to." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCatalogItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the catalog item." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCatalogItem/endOfSupportDate"><Annotation Term="Org.OData.Core.V1.Description" String="The last supported date for a catalog item" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateCatalogItem/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date the catalog item was released" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/companyPortalBlockedActions"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked actions on the company portal as per platform and device ownership types." /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/contactITEmailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="E-mail address of the person/organization responsible for IT support" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/contactITName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the person/organization responsible for IT support" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/contactITNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding the person/organization responsible for IT support" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/contactITPhoneNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the person/organization responsible for IT support" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the BrandingProfile was created" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/customCanSeePrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding what the admin has access to on the device" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/customCantSeePrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding what the admin doesn't have access to on the device" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/customPrivacyMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding what the admin doesn't have access to on the device" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/disableClientTelemetry"><Annotation Term="Org.OData.Core.V1.Description" String="Applies to telemetry sent from all clients to the Intune service. When disabled, all proactive troubleshooting and issue warnings within the client are turned off, and telemetry settings appear inactive or hidden to the device user." /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/disableDeviceCategorySelection"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Device Category Selection will be shown in Company Portal" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Company/organization name that is displayed to end users" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/enrollmentAvailability"><Annotation Term="Org.OData.Core.V1.Description" String="Customized device enrollment flow displayed to the end user " /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/isDefaultProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the profile is used as default or not" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/isFactoryResetDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/isRemoveDeviceDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices." /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/landingPageCustomizedImage"><Annotation Term="Org.OData.Core.V1.Description" String="Customized image displayed in Company Portal apps landing page" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the BrandingProfile was last modified" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/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.intuneBrandingProfile/onlineSupportSiteName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the company/organization’s IT helpdesk site" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/onlineSupportSiteUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s IT helpdesk site" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/privacyUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s privacy policy" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/profileDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/profileName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of scope tags assigned to the branding profile" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/showAzureADEnterpriseApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/showConfigurationManagerApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Configuration Manager Apps will be shown in Company Portal" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/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 or not" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/showLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied logo images are shown or not" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/showOfficeWebApps"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Office WebApps will be shown in Company Portal" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/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.intuneBrandingProfile/themeColorLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a theme color background behind the logo" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a branding profile to a group." /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfile/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the branding profile" /></Annotations><Annotations Target="microsoft.graph.intuneBrandingProfileAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the branding profile is assigned to." /></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.certificateConnectorHealthMetricValue"><Annotation Term="Org.OData.Core.V1.Description" String="Metric snapshot value returned in response to a GetHealthMetricTimeSeries request." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorHealthMetricValue/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp for this metric data-point." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorHealthMetricValue/failureCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of failed requests/operations." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorHealthMetricValue/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of successful requests/operations." /></Annotations><Annotations Target="microsoft.graph.timeSeriesParameter"><Annotation Term="Org.OData.Core.V1.Description" String="Parameter passed to GetHealthMetricTimeSeries when requesting snapshot time series." /></Annotations><Annotations Target="microsoft.graph.timeSeriesParameter/endDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="End time of the series being requested. Optional; if not specified, current time is used." /></Annotations><Annotations Target="microsoft.graph.timeSeriesParameter/metricName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the metric for which a time series is requested." /></Annotations><Annotations Target="microsoft.graph.timeSeriesParameter/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Start time of the series being requested." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorDetails/connectorName"><Annotation Term="Org.OData.Core.V1.Description" String="Connector name (set during enrollment)." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorDetails/connectorVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the connector installed." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorDetails/enrollmentDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this connector was enrolled." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorDetails/lastCheckinDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this connector last connected to the service." /></Annotations><Annotations Target="microsoft.graph.certificateConnectorDetails/machineName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the machine hosting this connector service." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this PFX certificate was imported." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/encryptedPfxBlob"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypted PFX blob." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/encryptedPfxPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypted PFX password." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate's validity expiration date/time." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/intendedPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate's intended purpose from the point-of-view of deployment." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/keyName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the key (within the provider) used to encrypt the blob." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this PFX certificate was last modified." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/paddingScheme"><Annotation Term="Org.OData.Core.V1.Description" String="Padding scheme used by the provider during encryption/decryption." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/providerName"><Annotation Term="Org.OData.Core.V1.Description" String="Crypto provider used to encrypt this blob." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Certificate's validity start date/time." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/thumbprint"><Annotation Term="Org.OData.Core.V1.Description" String="SHA-1 thumbprint of the PFX certificate." /></Annotations><Annotations Target="microsoft.graph.userPFXCertificate/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name of the PFX certificate." /></Annotations><Annotations Target="microsoft.graph.unifiedRbacApplicationMultiple/customAppScopes"><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.enumeratedAccountsWithAccess/accounts"><Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"><Collection><Record><PropertyValue Property="Description" String="'odata.maxpagesize' can be provided, but only the default page size of 100 is supported" /><PropertyValue Property="Name" String="Prefer" /><PropertyValue Property="Required" Bool="false" /></Record></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.enumeratedInboundPorts/ports"><Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"><Collection><Record><PropertyValue Property="Description" String="'odata.maxpagesize' can be provided, but only the default page size of 100 is supported" /><PropertyValue Property="Name" String="Prefer" /><PropertyValue Property="Required" Bool="false" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.awsIdentityAccessManagementKeyAgeFinding/accessKey"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.awsIdentityAccessManagementKeyUsageFinding/accessKey"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.awsSecretInformationAccessFinding/identity"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.identityFinding/identity"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.inactiveGroupFinding/group"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.openAwsSecurityGroupFinding/assignedComputeInstancesDetails"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.permissionsAnalytics/findings"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>graph.awsExternalSystemAccessFinding/affectedSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsExternalSystemAccessFinding/systemWithAccess/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsExternalSystemAccessRoleFinding/role/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsIdentityAccessManagementKeyAgeFinding/accessKey/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsIdentityAccessManagementKeyUsageFinding/accessKey/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsSecretInformationAccessFinding/identity/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.awsSecurityToolAdministrationFinding/identity/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.encryptedAwsStorageBucketFinding/storageBucket/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.encryptedAzureStorageAccountFinding/storageAccount/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.externallyAccessibleAwsStorageBucketFinding/storageBucket/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.externallyAccessibleAzureBlobContainerFinding/storageAccount/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.externallyAccessibleGcpStorageBucketFinding/storageBucket/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.graph.encryptedGcpStorageBucketFinding/storageBucket/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.identityFinding/identity/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.inactiveGroupFinding/group/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.openAwsSecurityGroupFinding/securityGroup/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.openNetworkAzureSecurityGroupFinding/securityGroup/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.privilegeEscalationFinding/identity/authorizationSystem/dataCollectionInfo</PropertyPath><PropertyPath>graph.virtualMachineWithAwsStorageBucketAccessFinding/role/authorizationSystem/dataCollectionInfo</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.permissionsAnalytics/permissionsCreepIndexDistributions"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>authorizationSystem/dataCollectionInfo</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.privilegeEscalation/actions"><Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"><Collection><Record><PropertyValue Property="Description" String="'odata.maxpagesize' can be provided, but only the default page size of 100 is supported" /><PropertyValue Property="Name" String="Prefer" /><PropertyValue Property="Required" Bool="false" /></Record></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.privilegeEscalation/resources"><Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"><Collection><Record><PropertyValue Property="Description" String="'odata.maxpagesize' can be provided, but only the default page size of 100 is supported" /><PropertyValue Property="Name" String="Prefer" /><PropertyValue Property="Required" Bool="false" /></Record></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.privilegeEscalationFinding/privilegeEscalationDetails"><Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"><Collection><Record><PropertyValue Property="Description" String="'odata.maxpagesize' can be provided, but only the default page size of 100 is supported" /><PropertyValue Property="Name" String="Prefer" /><PropertyValue Property="Required" Bool="true" /></Record></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.virtualMachineWithAwsStorageBucketAccessFinding/accessibleCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of storage buckets that the EC2 instance can access using the role" /></Annotations><Annotations Target="microsoft.graph.virtualMachineWithAwsStorageBucketAccessFinding/bucketCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of storage buckets in the authorization system that host the EC2 instance" /></Annotations><Annotations Target="microsoft.graph.awsActionsPermissionsDefinitionAction/statements"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.detonationBehaviourDetails"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-20" /><PropertyValue Property="Description" String="Behaviour details property is being deprecated due to changed in oncyber entity model." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-03-01" /><PropertyValue Property="Version" String="2025-10/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchDataSourcesConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies which data sources to include in the search and optional filters for each.&#xA;If omitted, the query runs across all supported Microsoft data sources by default.&#xA;Each data source key can include a filter expression to narrow results and a list of metadata fields to retrieve for that source." /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.oneDriveDataSourceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration for searching OneDrive for Business content." /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchDataSourcesConfiguration/oneDrive"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration for searching OneDrive for Business content." /></Annotations><Annotations Target="microsoft.graph.copilotSearchHit"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchHit/preview"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResourceMetadataDictionary"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchHit/resourceMetadata"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchHit/resourceType"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchHit/webUrl"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResponse"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResponse/nextLink"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResponse/searchHits"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.copilotSearchResponse/totalCount"><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.oneDriveDataSourceConfiguration/filterExpression"><Annotation Term="Org.OData.Core.V1.Description" String="A KQL filter to apply only to OneDrive items. Use this to scope the OneDrive search to specific folders, file types, owners, etc. Supported filter fields include path, author, lastModifiedTime, fileType, title, filename, driveId, etc." /></Annotations><Annotations Target="microsoft.graph.oneDriveDataSourceConfiguration/resourceMetadataNames"><Annotation Term="Org.OData.Core.V1.Description" String="List of metadata field names to return for OneDrive results (if available and marked retrievable in the schema). For example, title, author, lastModifiedTime, etc. can be requested to enrich the search hits." /></Annotations><Annotations Target="microsoft.graph.searchHit/_id"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-12-14" /><PropertyValue Property="Description" String="The _id will be removed on December 31, 2022. Use the id instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-12-31" /><PropertyValue Property="Version" String="2021-12/RemoveDeprecatedUnderscoreProperty" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.searchHit/_score"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-12-14" /><PropertyValue Property="Description" String="The _score will be removed on December 31, 2022. Use the rank instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-12-31" /><PropertyValue Property="Version" String="2021-12/RemoveDeprecatedUnderscoreProperty" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.searchHit/_summary"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-12-14" /><PropertyValue Property="Description" String="The _summary will be removed on December 31, 2022. Use the summary instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-12-31" /><PropertyValue Property="Version" String="2021-12/RemoveDeprecatedUnderscoreProperty" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.searchHit/_source"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2020-09-15" /><PropertyValue Property="Description" String="The _source property is deprecated and will stop supporting on December 15, 2020. Please use the new property resource." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2020-12-15" /><PropertyValue Property="Version" String="2020-09/MVP3" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.searchRequest/stored_fields"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-12-14" /><PropertyValue Property="Description" String="The stored_fields will be removed on December 31, 2022. Please use the queryString instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-12-31" /><PropertyValue Property="Version" String="2021-12/RemoveDeprecatedUnderscoreProperty" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.account"><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.agedAccountsPayable"><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.agedAccountsReceivable"><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.company"><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.companyInformation"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.countryRegion"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.currency"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.customerPaymentJournal"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.customerPayment"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.customer"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.dimension"><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.dimensionValue"><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.employee"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.generalLedgerEntry"><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.itemCategory"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.item"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.journalLine"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.journal"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.paymentMethod"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.paymentTerm"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.purchaseInvoiceLine"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.purchaseInvoice"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesCreditMemoLine"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesCreditMemo"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesInvoiceLine"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesInvoice"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesOrderLine"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesOrder"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesQuoteLine"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.salesQuote"><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="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.shipmentMethod"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.taxArea"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.taxGroup"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.unitOfMeasure"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.vendor"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.financials"><Annotation Term="Org.OData.Capabilities.V1.AsynchronousRequestsSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.BatchContinueOnErrorSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false" /></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.planner/buckets"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.planner/plans"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.planner/tasks"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.plannerGroup/plans"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.plannerPlan/owner"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-01-18" /><PropertyValue Property="Description" String="Owner property is deprecated and will be removed in January 2023. Please use the container property instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-01-18" /><PropertyValue Property="Version" String="2021-01/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.plannerPlan/buckets"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.plannerPlan/tasks"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.plannerRoster/plans"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.plannerUser/all"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.teamsChannelPlanner/plans"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></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.organizationSettings/itemInsights"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-17" /><PropertyValue Property="Description" String="The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-01" /><PropertyValue Property="Version" String="2023-10/Beta:ItemInsightsOranizationSettings" /></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.windowsSetting/instances"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.peopleAdminSettings/photoUpdateSettings"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.photoAllowedOperations"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-16" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-02-16" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.privilegedAccess"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-27" /><PropertyValue Property="Description" String="The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-10-28" /><PropertyValue Property="Version" String="2025-10/PIM_Iteration2_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.deviceHealth"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The deviceHealth type is deprecated and will stop returning data on July 31, 2023." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/feedDirections"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The feedDirections property is deprecated and will stop returning data on July 31, 2023. Please use the feedOrientations property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedColorConfigurations"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedColorConfigurations property is deprecated and will stop returning data on July 31, 2023. Please use the colorModes property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedCopiesPerJob"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedCopiesPerJob property is deprecated and will stop returning data on July 31, 2023. Please use the copiesPerJob property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedDocumentMimeTypes"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedDocumentMimeTypes property is deprecated and will stop returning data on July 31, 2023. Please use the contentTypes property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedDuplexConfigurations"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedDuplexConfigurations property is deprecated and will stop returning data on July 31, 2023. Please use the duplexModes property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedFinishings"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedFinishings property is deprecated and will stop returning data on July 31, 2023. Please use the finishings property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedMediaColors"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedMediaColors property is deprecated and will stop returning data on July 31, 2023. Please use the mediaColors property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedMediaSizes"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedMediaSizes property is deprecated and will stop returning data on July 31, 2023. Please use the mediaSizes property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedMediaTypes"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedMediaTypes property is deprecated and will stop returning data on July 31, 2023. Please use the mediaTypes property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedOrientations"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedOrientations property is deprecated and will stop returning data on July 31, 2023. Please use the orientations property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedOutputBins"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedOutputBins property is deprecated and will stop returning data on July 31, 2023. Please use the outputBins property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedPagesPerSheet"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedPagesPerSheet property is deprecated and will stop returning data on July 31, 2023. Please use the pagesPerSheet property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedPresentationDirections"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedPresentationDirections property is deprecated and will stop returning data on July 31, 2023. Please use the multipageLayouts property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerCapabilities/supportedPrintQualities"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The supportedPrintQualities property is deprecated and will stop returning data on July 31, 2023. Please use the qualities property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerDefaults/documentMimeType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The documentMimeType property is deprecated and will stop returning data on July 31, 2023. Please use the contentType property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerDefaults/pdfFitToPage"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The pdfFitToPage property is deprecated and will stop returning data on July 31, 2023. Please use the fitPdfToPage property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerDefaults/printQuality"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printQuality property is deprecated and will stop returning data on July 31, 2023. Please use the quality property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerDocumentConfiguration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printerDocumentConfiguration type is deprecated and will stop returning data on July 31, 2023. Please use the printJobConfiguration instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerLocation/floorNumber"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The floorNumber property is deprecated and will stop returning data on July 31, 2023. Please use the floor property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerLocation/roomNumber"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The roomNumber property is deprecated and will stop returning data on July 31, 2023. Please use the roomName property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerStatus/processingState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The processingState property is deprecated and will stop returning data on July 31, 2023. Please use the state property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerStatus/processingStateDescription"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The processingStateDescription property is deprecated and will stop returning data on July 31, 2023. Please use the description property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printJobStatus/acquiredByPrinter"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The acquiredByPrinter property is deprecated and will stop returning data on July 31, 2023. Please use the isAcquiredByPrinter property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printJobStatus/processingState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The processingState property is deprecated and will stop returning data on July 31, 2023. Please use the state property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printJobStatus/processingStateDescription"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The processingStateDescription property is deprecated and will stop returning data on July 31, 2023. Please use the description property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.print/printerShares"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printConnector/name"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The name property is deprecated and will stop returning data on July 31, 2023. Please use the displayName property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printDocument/configuration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The configuration property is deprecated and will stop returning data on July 31, 2023. Please use the printJob entity configuration property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printer/acceptingJobs"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The acceptingJobs property is deprecated and will stop returning data on July 31, 2023. Please use the isAcceptingJobs property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printer/share"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The share navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printerBase/name"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The name property is deprecated and will stop returning data on July 31, 2023. Please use the displayName property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.printServiceEndpoint/name"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The name property is deprecated and will stop returning data on July 31, 2023. Please use the id property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></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.security.zone/aggregations"><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" /><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.security.zone/environments"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.securityCopilot/workspaces"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.security.securityCopilot.prompt/evaluations"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.security.securityCopilot.session/prompts"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.security.securityCopilot.workspace/plugins"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.security.securityCopilot.workspace/sessions"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.accountAlias"><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.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.domainRegistrant"><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.entitySetNames"><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.ipCategory"><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.ipReferenceData"><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.logonUser"><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.networkInterface"><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.reputationCategory"><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.securityActionState"><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.securityProviderStatus"><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.userAccount"><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.liveCaptionOptions"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2023-10/PrivatePreview:LiveCaptions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.serviceHostedMediaConfig/liveCaptionOptions"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-10-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-12-31" /><PropertyValue Property="Version" String="2023-10/PrivatePreview:LiveCaptions" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.attendanceRecord/registrantId"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-01" /><PropertyValue Property="Description" String="The registrantId property is deprecated and will stop returning data on December 12th, 2024. Please use the registrationId instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-12" /><PropertyValue Property="Version" String="2024-04/meetingRegistrationDeprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.meetingRegistrantBase"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-01" /><PropertyValue Property="Description" String="The meetingRegistrantBase Entity is deprecated and will stop returning data on Dec 12th, 2024. Please use the new webinar APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-12" /><PropertyValue Property="Version" String="2024-04/meetingRegistrationDeprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.meetingRegistrationQuestion"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-01" /><PropertyValue Property="Description" String="The meetingRegistrationQuestion Entity is deprecated and will stop returning data on Dec 12th, 2024. Please use the new webinar APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-12" /><PropertyValue Property="Version" String="2024-04/meetingRegistrationDeprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.presence/sequenceNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.realtimeActivityFeedRoot/meetings"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.realtimeActivityFeedRoot/multiActivitySubscriptions"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.realtimeActivityMeeting/transcripts"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.passkeyProfileStructure/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.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/hardwareOathMethods"><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/passwordlessMicrosoftAuthenticatorMethods"><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/qrCodePinMethod"><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.passwordlessMicrosoftAuthenticatorAuthenticationMethod/creationDateTime"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2020-11-06" /><PropertyValue Property="Description" String="The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2020-12-31" /><PropertyValue Property="Version" String="2020-11/CreationDateTime" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.externalConnectors.externalConnection/state"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.configuration/authorizedApps"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The property name 'authorizedApps' is being renamed to 'authorizedAppIds'. Please use the new property name, as 'authorizedApps' will be deprecated in Aug 2021." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.connectionOperation"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.external"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.externalConnection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.externalConnection/state"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.externalGroup"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.externalItem"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.schema"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-03-01" /><PropertyValue Property="Description" String="The OData type annotation for this entity is being deprecated by Aug 2021. Please strip the @odata.type annotations for this specific entity from your request payloads before the deprecation date." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-08-01" /><PropertyValue Property="Version" String="2021-03/Graph_Connectors_GA" /></Record></Collection></Annotation></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.timeCardEvent/atApprovedLocation"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-11-20" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-11-20" /><PropertyValue Property="Version" String="2024-11/Shifts-TimeCardRevision" /></Record></Collection></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.openShift/schedulingGroupInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.openShift/teamInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.schedule/activitiesIncludedWhenCopyingShiftsEnabled"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-11-20" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-11-20" /><PropertyValue Property="Version" String="2024-11/Shifts-TimeCardRevision" /></Record></Collection></Annotation></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.shift/schedulingGroupInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.shift/teamInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.shift/userInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.timeOff/teamInfo"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.timeOff/userInfo"><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.engagementUploadSession"><Annotation Term="Org.OData.Core.V1.Description" String="Engagement upload session." /></Annotations><Annotations Target="microsoft.graph.engagementUploadSession/id"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the session." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></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.employeeExperienceUser/assignedRoles"><Annotation Term="Org.OData.Core.V1.Description" String="Viva Engage roles assigned to the user." /></Annotations><Annotations Target="microsoft.graph.storyline"><Annotation Term="Org.OData.Core.V1.Description" String="User's storyline singleton container." /></Annotations><Annotations Target="microsoft.graph.employeeExperienceUser/storyline"><Annotation Term="Org.OData.Core.V1.Description" String="The user's storyline." /></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.storylineFollower"><Annotation Term="Org.OData.Core.V1.Description" String="Engagement storyline follower." /></Annotations><Annotations Target="microsoft.graph.storyline/followers"><Annotation Term="Org.OData.Core.V1.Description" String="The user's storyline followers." /></Annotations><Annotations Target="microsoft.graph.storylineFollowing"><Annotation Term="Org.OData.Core.V1.Description" String="Engagement storyline following." /></Annotations><Annotations Target="microsoft.graph.storyline/followings"><Annotation Term="Org.OData.Core.V1.Description" String="The user's storyline followings." /></Annotations><Annotations Target="microsoft.graph.storylineFollower/follower"><Annotation Term="Org.OData.Core.V1.Description" String="The follower." /></Annotations><Annotations Target="microsoft.graph.storylineFollowing/following"><Annotation Term="Org.OData.Core.V1.Description" String="The following." /></Annotations><Annotations Target="microsoft.graph.windowsUpdates.updatableAssetEnrollment"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-07-01" /><PropertyValue Property="Description" String="The updatableAssetEnrollment type is deprecated and will stop returning data on July 01, 2024. Please use updateManagementEnrollment." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-07-01" /><PropertyValue Property="Version" String="2024-07/V1.0_Migration" /></Record></Collection></Annotation></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.networkaccess.deploymentConfiguration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-07-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-10" /><PropertyValue Property="Version" String="2024-07/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.deploymentStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-07-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-10" /><PropertyValue Property="Version" String="2024-07/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.branchConnectivityConfiguration"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-12-19" /><PropertyValue Property="Description" String="The Branch Connectivity API is deprecated and will stop returning data on January 20, 2024. Please use the new Remote Network Connectivity API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-01-20" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.branchSite"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-12-19" /><PropertyValue Property="Description" String="The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-03-20" /><PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkaccess.deployment"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-07-10" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-10-10" /><PropertyValue Property="Version" String="2024-07/PrivatePreview:NetworkAccess" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.previewTaskFailures(microsoft.graph.identityGovernance.workflow)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-12" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-02-28" /><PropertyValue Property="Version" String="2025-01/PrivatePreview:organizationalUnit" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.previewWorkflow(microsoft.graph.identityGovernance.workflow, Collection(microsoft.graph.directoryObject))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-12" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-02-28" /><PropertyValue Property="Version" String="2025-01/PrivatePreview:organizationalUnit" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getApiUsage(microsoft.graph.reportRoot, Edm.String, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Get the tenant and app API usage for Microsoft Graph services." /><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /></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.managedDeviceEnrollmentAbandonmentDetails(microsoft.graph.reportRoot, Edm.Int32, Edm.Int32, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Metadata for Enrollment abandonment details report" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(microsoft.graph.reportRoot, Edm.Int32, Edm.Int32, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Metadata for Enrollment abandonment summary report" /></Annotations><Annotations Target="microsoft.graph.managedDeviceEnrollmentFailureTrends(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Description" String="Metadata for the enrollment failure trends report" /></Annotations><Annotations Target="microsoft.graph.getAttackSimulationRepeatOffenders(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-05-24" /><PropertyValue Property="Description" String="This report function api is deprecated and will stop returning data on August 20, 2022. Api is now moved to /reports/security. Please use the new API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-20" /><PropertyValue Property="Version" String="2022-05/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getAttackSimulationSimulationUserCoverage(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-05-24" /><PropertyValue Property="Description" String="This report function api is deprecated and will stop returning data on August 20, 2022. Api is now moved to /reports/security. Please use the new API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-20" /><PropertyValue Property="Version" String="2022-05/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getAttackSimulationTrainingUserCoverage(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-05-24" /><PropertyValue Property="Description" String="This report function api is deprecated and will stop returning data on August 20, 2022. Api is now moved to /reports/security. Please use the new API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-20" /><PropertyValue Property="Version" String="2022-05/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.tenantSecureScores(Collection(microsoft.graph.recommendation))"><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /></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.unblockManagedApps(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Unblocks the managed app user from app check-in." /></Annotations><Annotations Target="microsoft.graph.wipeAndBlockManagedApps(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Blocks the managed app user from app check-in." /></Annotations><Annotations Target="microsoft.graph.wipeManagedAppRegistrationByDeviceTag(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.wipeManagedAppRegistrationsByAzureAdDeviceId(microsoft.graph.user, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Issues a wipe operation on an app registration with specified aad device Id." /></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.isManagedAppUserBlocked(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Gets the blocked state of a managed app 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.getManagedDevicesWithFailedOrPendingApps(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" /></Annotations><Annotations Target="microsoft.graph.retrieveManagedDevicesWithAppInstallationIssues(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" /></Annotations><Annotations Target="microsoft.graph.findByMethodMode(Collection(microsoft.graph.authenticationStrengthPolicy), Collection(microsoft.graph.authenticationMethodModes))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-02-01" /><PropertyValue Property="Description" String="The findByMethodMode function is deprecated. Please use OData filter query instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-31" /><PropertyValue Property="Version" String="2023-02/FindByMethodModeRemove" /></Record></Collection></Annotation></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.getCloudPcLaunchInfo(microsoft.graph.cloudPC)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-09-30" /><PropertyValue Property="Description" String="Starting from Oct 30, 2026, this API: getCloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new API:retrieveCloudPcLaunchDetail to retrieve same details." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-10-30" /><PropertyValue Property="Version" String="2025-09/cloudPcLaunchInfo" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getCloudPcPerformanceReport(microsoft.graph.cloudPcReports, microsoft.graph.cloudPCPerformanceReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-10" /><PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getCloudPcPerformanceReport') will be deprecated and no longer supported. Please use the retrieveCloudPcTenantMetricsReport API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-31" /><PropertyValue Property="Version" String="2024-09/getCloudPcPerformanceReport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getCloudPcRecommendationReports(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-02-27" /><PropertyValue Property="Description" String="Starting from July 01, 2025, this API ('getCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the retrieveCloudPcRecommendationReports API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-07-01" /><PropertyValue Property="Version" String="2025-02/getCloudPcRecommendationReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getConnectionQualityReports(microsoft.graph.cloudPcReports, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-09-10" /><PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getConnectionQualityReports') will be deprecated and no longer supported. Please use the retrieveConnectionQualityReports API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-31" /><PropertyValue Property="Version" String="2024-09/getConnectionQualityReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getFrontlineReport(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-08-22" /><PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getFrontlineReport') will be deprecated and no longer supported. Please use the retrieveFrontlineReports API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-12-31" /><PropertyValue Property="Version" String="2024-09/getFrontlineReport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.retrieveCloudPcRecommendationReports(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcRecommendationReportType, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-09-01" /><PropertyValue Property="Description" String="Starting from December 31, 2025, this API ('cloudPcReports/retrieveCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the cloudPcReport/retrieveCloudPcRecommendationReports API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-31" /><PropertyValue Property="Version" String="2025-09/cloudPcReports/retrieveCloudPcRecommendationReports" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security.getDownloadUrl(microsoft.graph.security.ediscoveryExportOperation)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-01-19" /><PropertyValue Property="Description" String="The getDownloadUrl endpoint will be deprecated on April 30, 2023. Please use exportFilesMetadata API instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-04-30" /><PropertyValue Property="Version" String="2023-01/getDownloadUrl" /></Record></Collection></Annotation></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.cancel(microsoft.graph.crossTenantMigrationJob)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cancel(microsoft.graph.crossTenantMigrationTask)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-15" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2023-11/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.validate(Collection(microsoft.graph.crossTenantMigrationJob), Edm.String, Edm.String, Edm.String, microsoft.graph.exchangeOnlineCrossTenantMigrationSettings, Collection(Edm.String), Edm.String, Collection(Edm.String))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-09" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-07-09" /><PropertyValue Property="Version" String="2025-07/PrivatePreview:CrossTenantContentMigrationAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.decryptBuffer(microsoft.graph.informationProtection, Edm.Binary, Edm.Binary)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.encryptBuffer(microsoft.graph.informationProtection, Edm.Binary, Edm.Guid)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.signDigest(microsoft.graph.informationProtection, Edm.Binary)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.verifySignature(microsoft.graph.informationProtection, Edm.Binary, Edm.Binary, Edm.String)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></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.updateAllMessagesReadState(microsoft.graph.mailFolder, Edm.Boolean, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-29" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2024-04/PrivatePreview:updateAllMessagesReadStateAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.markAsJunk(microsoft.graph.message, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-04-25" /><PropertyValue Property="Description" String="The MarkAsJunk API is deprecated and will stop working from Dec 30, 2025. Please use the ReportMessage API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-30" /><PropertyValue Property="Version" String="2022-09/Mark_As_Junk" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.markAsNotJunk(microsoft.graph.message, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-04-25" /><PropertyValue Property="Description" String="The MarkAsNotJunk API is deprecated and will stop working from Dec 30, 2025. Please use the ReportMessage API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-30" /><PropertyValue Property="Version" String="2022-09/Mark_As_Not_Junk" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.createImportSession(microsoft.graph.mailbox)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.exportItems(microsoft.graph.mailbox, Collection(Edm.String))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-06-30" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.delta(Collection(microsoft.graph.mailboxFolder))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.delta(Collection(microsoft.graph.mailboxItem))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-19" /><PropertyValue Property="Description" String="Private preview for Import Export APIs" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2021-11-15" /><PropertyValue Property="Version" String="2021-08/PrivatePreview:importExport" /></Record></Collection></Annotation></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.acquireAccessToken(microsoft.graph.synchronization, Collection(microsoft.graph.synchronizationSecretKeyStringValuePair))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="This action acquires an access token via Oauth Code Grant Flow. Code Grant will be completely deprecated so this action will be obsolete." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.validateCredentials(microsoft.graph.synchronizationJob, Edm.String, Edm.String, Edm.Boolean, Collection(microsoft.graph.synchronizationSecretKeyStringValuePair))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="Use validateConnectivity instead. This action will be removed." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.validateCredentials(Collection(microsoft.graph.synchronizationJob), Edm.String, Edm.String, Edm.Boolean, Collection(microsoft.graph.synchronizationSecretKeyStringValuePair))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-02-06" /><PropertyValue Property="Description" String="Use validateConnectivity instead. This action will be removed." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-07-06" /><PropertyValue Property="Version" String="2026-02/SynchronizationSecret_Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.industryData.reset(microsoft.graph.industryData.provisioningFlow)"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.start(Collection(microsoft.graph.industryData.industryDataRun))"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.getStatistics(Collection(microsoft.graph.industryData.industryDataRun))"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.validate(microsoft.graph.industryData.industryDataConnector)"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.getStatistics(microsoft.graph.industryData.industryDataRun)"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.industryData.getUploadSession(microsoft.graph.industryData.azureDataLakeConnector, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.DefaultNamespace" Bool="true" /></Annotations><Annotations Target="microsoft.graph.evaluateApplication(Collection(microsoft.graph.informationProtectionLabel), microsoft.graph.contentInfo, microsoft.graph.labelingOptions)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.evaluateClassificationResults(Collection(microsoft.graph.informationProtectionLabel), microsoft.graph.contentInfo, Collection(microsoft.graph.classificationResult))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.evaluateRemoval(Collection(microsoft.graph.informationProtectionLabel), microsoft.graph.contentInfo, microsoft.graph.downgradeJustification)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.extractLabel(Collection(microsoft.graph.informationProtectionLabel), microsoft.graph.contentInfo)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-02-15" /><PropertyValue Property="Description" String="This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2022-08-15" /><PropertyValue Property="Version" String="2021-02/Beta_SensitivityLabels" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.createGooglePlayWebToken(microsoft.graph.androidManagedStoreAccountEnterpriseSettings, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Generates a web token that is used in an embeddable component." /></Annotations><Annotations Target="microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState(microsoft.graph.androidManagedStoreAccountEnterpriseSettings, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the AndroidManagedStoreAccountEnterpriseSettings AndroidDeviceOwnerFullyManagedEnrollmentEnabled to the given value." /></Annotations><Annotations Target="microsoft.graph.setStoreLayout(microsoft.graph.androidManagedStoreAccountEnterpriseSettings, microsoft.graph.androidManagedStoreLayoutType)"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the Managed Google Play store layout type via Google EMM API." /></Annotations><Annotations Target="microsoft.graph.retrieveStoreLayout(microsoft.graph.androidManagedStoreAccountEnterpriseSettings)"><Annotation Term="Org.OData.Core.V1.Description" String="Gets the Managed Google Play store layout type from Google EMM API." /></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.revokeAllLicenses(microsoft.graph.iosVppApp, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke all assigned iOS VPP licenses for given app." /></Annotations><Annotations Target="microsoft.graph.revokeDeviceLicense(microsoft.graph.iosVppApp, Edm.String, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke assigned iOS VPP device license for given app." /></Annotations><Annotations Target="microsoft.graph.revokeUserLicense(microsoft.graph.iosVppApp, Edm.String, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke assigned iOS VPP user license for given app." /></Annotations><Annotations Target="microsoft.graph.enableEndpointPrivilegeManagement(microsoft.graph.deviceManagement)"><Annotation Term="Org.OData.Core.V1.Description" String="DEPRECATED - DO NOT USE. (Triggers onboarding of tenant to Microsoft Managed Platform - Cloud (MMP-C))." /></Annotations><Annotations Target="microsoft.graph.enableUnlicensedAdminstrators(microsoft.graph.deviceManagement)"><Annotation Term="Org.OData.Core.V1.Description" String="Upon enabling, users assigned as administrators via Role Assignment Memberships will no longer require an assigned Intune license. You are limited to 350 unlicensed direct members for each AAD security group in a role assignment, but you can assign multiple AAD security groups to a role if you need to support more than 350 unlicensed administrators. Licensed administrators will continue to function as-is in that transitive memberships apply and are not subject to the 350 member limit." /></Annotations><Annotations Target="microsoft.graph.getAssignedRoleDetails(microsoft.graph.deviceManagement)"><Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the assigned role definitions and role assignments of the currently authenticated user." /></Annotations><Annotations Target="microsoft.graph.extendFeatureUpdatesPause(microsoft.graph.windowsUpdateForBusinessConfiguration)"><Annotation Term="Org.OData.Core.V1.Description" String="Extend Feature Updates Pause for a Windows Update for Business ring." /></Annotations><Annotations Target="microsoft.graph.extendQualityUpdatesPause(microsoft.graph.windowsUpdateForBusinessConfiguration)"><Annotation Term="Org.OData.Core.V1.Description" String="Extend Quality Updates Pause for a Windows Update for Business ring." /></Annotations><Annotations Target="microsoft.graph.activateDeviceEsim(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Activate eSIM on the device." /></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.enableLostMode(microsoft.graph.managedDevice, Edm.String, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Enable lost mode" /></Annotations><Annotations Target="microsoft.graph.enrollNowAction(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Trigger comanagement enrollment action on ConfigurationManager client" /></Annotations><Annotations Target="microsoft.graph.initiateDeviceAttestation(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Perform Device Attestation" /></Annotations><Annotations Target="microsoft.graph.initiateMobileDeviceManagementKeyRecovery(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Perform MDM key recovery and TPM attestation" /></Annotations><Annotations Target="microsoft.graph.initiateOnDemandProactiveRemediation(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Perform On Demand Proactive Remediation" /></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.pauseConfigurationRefresh(microsoft.graph.managedDevice, Edm.Int32)"><Annotation Term="Org.OData.Core.V1.Description" String="Initiates a command to pause config refresh for the device." /></Annotations><Annotations Target="microsoft.graph.playLostModeSound(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Play lost mode sound" /></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.removeDeviceFirmwareConfigurationInterfaceManagement(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Remove device from Device Firmware Configuration Interface management" /></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.restoreManagedHomeScreen(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Restore Managed Home Screen" /></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.revokeAppleVppLicenses(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke all Apple Vpp licenses for a device" /></Annotations><Annotations Target="microsoft.graph.rotateBitLockerKeys(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Rotate BitLockerKeys" /></Annotations><Annotations Target="microsoft.graph.rotateLocalAdminPassword(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Initiates a manual rotation for the local admin password on the device" /></Annotations><Annotations Target="microsoft.graph.rotateRecoveryLockPasscode(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Rotates the recovery lock passcode for the specified macOS device" /></Annotations><Annotations Target="microsoft.graph.setDeviceName(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Set device name of the 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.suspendManagedHomeScreen(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Temporarily suspend Managed Home Screen" /></Annotations><Annotations Target="microsoft.graph.triggerConfigurationManagerAction(microsoft.graph.managedDevice, microsoft.graph.configurationManagerAction)"><Annotation Term="Org.OData.Core.V1.Description" String="Trigger action on ConfigurationManager client" /></Annotations><Annotations Target="microsoft.graph.wipe(microsoft.graph.managedDevice, Edm.Boolean, Edm.Boolean, Edm.String, microsoft.graph.obliterationBehavior, Edm.Boolean, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe a device" /></Annotations><Annotations Target="microsoft.graph.revokeLicenses(microsoft.graph.vppToken, Edm.Boolean, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Revoke licenses associated with a specific appleVolumePurchaseProgramToken" /></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.getGlobalScriptHighestAvailableVersion(microsoft.graph.deviceHealthScript)"><Annotation Term="Org.OData.Core.V1.Description" String="Update the Proprietary Device Health Script" /></Annotations><Annotations Target="microsoft.graph.updateGlobalScript(microsoft.graph.deviceHealthScript, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Update the Proprietary Device Health Script" /></Annotations><Annotations Target="microsoft.graph.getRemediationHistory(microsoft.graph.deviceHealthScript)"><Annotation Term="Org.OData.Core.V1.Description" String="Function to get the number of remediations by a device health scripts" /></Annotations><Annotations Target="microsoft.graph.generateApplePushNotificationCertificateSigningRequest(microsoft.graph.applePushNotificationCertificate)"><Annotation Term="Org.OData.Core.V1.Description" String="Download Apple push notification certificate signing request" /></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.setAsManagedInstaller(microsoft.graph.windowsManagementApp)"><Annotation Term="Org.OData.Core.V1.Description" String="Set the Managed Installer status for the caller tenant" /></Annotations><Annotations Target="microsoft.graph.allowNextEnrollment(microsoft.graph.windowsAutopilotDeviceIdentity)"><Annotation Term="Org.OData.Core.V1.Description" String="Unblocks next autopilot enrollment." /></Annotations><Annotations Target="microsoft.graph.assignResourceAccountToDevice(microsoft.graph.windowsAutopilotDeviceIdentity, Edm.String, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Assigns resource account to Autopilot devices." /></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.unassignResourceAccountFromDevice(microsoft.graph.windowsAutopilotDeviceIdentity)"><Annotation Term="Org.OData.Core.V1.Description" String="Unassigns the resource account from an Autopilot device." /></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, Edm.String, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Updates properties on Autopilot devices." /></Annotations><Annotations Target="microsoft.graph.generateEncryptionPublicKey(microsoft.graph.depOnboardingSetting)"><Annotation Term="Org.OData.Core.V1.Description" String="Generate a public key to use to encrypt the Apple device enrollment program token" /></Annotations><Annotations Target="microsoft.graph.syncWithAppleDeviceEnrollmentProgram(microsoft.graph.depOnboardingSetting)"><Annotation Term="Org.OData.Core.V1.Description" String="Synchronizes between Apple Device Enrollment Program and Intune" /></Annotations><Annotations Target="microsoft.graph.uploadDepToken(microsoft.graph.depOnboardingSetting, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Uploads a new Device Enrollment Program token" /></Annotations><Annotations Target="microsoft.graph.getEncryptionPublicKey(microsoft.graph.depOnboardingSetting)"><Annotation Term="Org.OData.Core.V1.Description" String="Get a public key to use to encrypt the Apple device enrollment program token" /></Annotations><Annotations Target="microsoft.graph.exportMobileConfig(microsoft.graph.enrollmentProfile)"><Annotation Term="Org.OData.Core.V1.Description" String="Exports the mobile configuration" /></Annotations><Annotations Target="microsoft.graph.sync(microsoft.graph.windowsAutopilotSettings)"><Annotation Term="Org.OData.Core.V1.Description" String="Initiates a sync of all AutoPilot registered devices from Store for Business and other portals. If the sync successful, this action returns a 204 No Content response code. If a sync is already in progress, the action returns a 409 Conflict response code.  If this sync action is called within 10 minutes of the previous sync, the action returns a 429 Too Many Requests response code." /></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.updateStatus(microsoft.graph.deviceAppManagementTask, microsoft.graph.deviceAppManagementTaskStatus, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Set the task's status and attach a note." /></Annotations><Annotations Target="microsoft.graph.approve(microsoft.graph.operationApprovalRequest, Edm.String, microsoft.graph.operationApprovalSource)"><Annotation Term="Org.OData.Core.V1.Description" String="Approves the requested instance of an operationApprovalRequest." /></Annotations><Annotations Target="microsoft.graph.cancelApproval(microsoft.graph.operationApprovalRequest, Edm.String, microsoft.graph.operationApprovalSource)"><Annotation Term="Org.OData.Core.V1.Description" String="Cancels an already approved instance of an operationApprovalRequest." /></Annotations><Annotations Target="microsoft.graph.reject(microsoft.graph.operationApprovalRequest, Edm.String, microsoft.graph.operationApprovalSource)"><Annotation Term="Org.OData.Core.V1.Description" String="Rejects the requested instance of an operationApprovalRequest." /></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.syncInventory(microsoft.graph.windowsDriverUpdateProfile)"><Annotation Term="Org.OData.Core.V1.Description" String="Sync the driver inventory of a WindowsDriverUpdateProfile." /></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.search(microsoft.graph.copilotRoot, Edm.String, Edm.Int32, microsoft.graph.copilotSearchDataSourcesConfiguration)"><Annotation Term="Org.OData.Core.V1.Description" String="Performs a semantic search across Microsoft data sources like OneDrive, SharePoint, etc.&#xA;The search query is processed using AI to return relevant results." /><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-07-18" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-09-15" /><PropertyValue Property="Version" String="2025-08/PrivatePreview:copilotsearchpreview1" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cancelPrintJob(microsoft.graph.printJob)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The cancelPrintJob API is deprecated and will stop returning data on July 31, 2023. Please use the cancel API instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.startPrintJob(microsoft.graph.printJob)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The startPrintJob API is deprecated and will stop returning data on July 31, 2023. Please use the start API instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.resetDefaults(microsoft.graph.printer)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The resetDefaults API is deprecated and will stop returning data on July 31, 2023. Please use the restoreFactoryDefaults API instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getCapabilities(microsoft.graph.printer)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-06-13" /><PropertyValue Property="Description" String="The getCapabilities API is deprecated and will stop returning data on July 31, 2023. Please use the capabilities property instead of this." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-07-31" /><PropertyValue Property="Version" String="2023-06/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cancelSecurityAction(microsoft.graph.securityAction)"><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.deleteTiIndicators(Collection(microsoft.graph.tiIndicator), Collection(Edm.String))"><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.deleteTiIndicatorsByExternalId(Collection(microsoft.graph.tiIndicator), Collection(Edm.String))"><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.submitTiIndicators(Collection(microsoft.graph.tiIndicator), Collection(microsoft.graph.tiIndicator))"><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.updateTiIndicators(Collection(microsoft.graph.tiIndicator), Collection(microsoft.graph.tiIndicator))"><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.updateAlerts(Collection(microsoft.graph.alert), Collection(microsoft.graph.alert))"><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.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." /></Annotations><Annotations Target="microsoft.graph.startWorkingTime(microsoft.graph.workingTimeSchedule)"><Annotation Term="Org.OData.Core.V1.Description" String="Triggers the policies associated with the end of working hours." /></Annotations><Annotations Target="microsoft.graph.follow(microsoft.graph.storyline, microsoft.graph.engagementIdentitySet)"><Annotation Term="Org.OData.Core.V1.Description" String="Follow a user storyline." /><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /></Annotations><Annotations Target="microsoft.graph.unfollow(microsoft.graph.storyline, microsoft.graph.engagementIdentitySet)"><Annotation Term="Org.OData.Core.V1.Description" String="Unfollow a user storyline." /><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /></Annotations></Schema><Schema Namespace="microsoft.graph" Alias="graph" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="aggregationPeriod"><Member Name="d1" Value="0" /><Member Name="d7" Value="1" /><Member Name="d30" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="aggregationWindow"><Member Name="h1" Value="0" /><Member Name="h6" Value="1" /><Member Name="d1" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="applicationKeyOrigin"><Member Name="application" Value="0" /><Member Name="servicePrincipal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="applicationKeyType"><Member Name="clientSecret" Value="0" /><Member Name="certificate" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="applicationKeyUsage"><Member Name="sign" Value="0" /><Member Name="verify" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><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="auditIdentityType"><Member Name="agent" Value="0" /><Member Name="servicePrincipal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authenticationAppAdminConfiguration"><Member Name="notApplicable" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authenticationAppEvaluation"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authenticationAppPolicyStatus"><Member Name="unknown" Value="0" /><Member Name="appLockOutOfDate" Value="1" /><Member Name="appLockEnabled" Value="2" /><Member Name="appLockDisabled" Value="3" /><Member Name="appContextOutOfDate" Value="4" /><Member Name="appContextShown" Value="5" /><Member Name="appContextNotShown" Value="6" /><Member Name="locationContextOutOfDate" Value="7" /><Member Name="locationContextShown" Value="8" /><Member Name="locationContextNotShown" Value="9" /><Member Name="numberMatchOutOfDate" Value="10" /><Member Name="numberMatchCorrectNumberEntered" Value="11" /><Member Name="numberMatchIncorrectNumberEntered" Value="12" /><Member Name="numberMatchDeny" Value="13" /><Member Name="tamperResistantHardwareOutOfDate" Value="14" /><Member Name="tamperResistantHardwareUsed" Value="15" /><Member Name="tamperResistantHardwareNotUsed" Value="16" /><Member Name="unknownFutureValue" Value="17" /></EnumType><EnumType Name="authenticationContextDetail"><Member Name="required" Value="0" /><Member Name="previouslySatisfied" Value="1" /><Member Name="notApplicable" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authenticationEventType"><Member Name="tokenIssuanceStart" Value="0" /><Member Name="pageRenderStart" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="attributeCollectionStart" Value="3" /><Member Name="attributeCollectionSubmit" Value="4" /><Member Name="emailOtpSend" Value="5" /></EnumType><EnumType Name="authenticationFailureReasonCode"><Member Name="incomplete" Value="0" /><Member Name="denied" Value="1" /><Member Name="systemFailure" Value="2" /><Member Name="badRequest" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="userError" Value="6" /><Member Name="configError" Value="7" /></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="authenticationStrengthResult"><Member Name="notSet" Value="0" /><Member Name="skippedForProofUp" Value="1" /><Member Name="satisfied" Value="2" /><Member Name="singleChallengeRequired" Value="3" /><Member Name="multipleChallengesRequired" Value="4" /><Member Name="singleRegistrationRequired" Value="5" /><Member Name="multipleRegistrationsRequired" Value="6" /><Member Name="cannotSatisfyDueToCombinationConfiguration" Value="7" /><Member Name="cannotSatisfy" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="authMethodsType"><Member Name="email" Value="0" /><Member Name="mobileSMS" Value="1" /><Member Name="mobilePhone" Value="2" /><Member Name="officePhone" Value="3" /><Member Name="securityQuestion" Value="4" /><Member Name="appNotification" Value="5" /><Member Name="appNotificationCode" Value="6" /><Member Name="appNotificationAndCode" Value="7" /><Member Name="appPassword" Value="8" /><Member Name="fido" Value="9" /><Member Name="alternateMobilePhone" Value="10" /><Member Name="mobilePhoneAndSMS" Value="11" /><Member Name="unknownFutureValue" Value="12" /><Member Name="externalAuthMethod" Value="13" /></EnumType><EnumType Name="clientCredentialType"><Member Name="none" Value="0" /><Member Name="clientSecret" Value="1" /><Member Name="clientAssertion" Value="2" /><Member Name="federatedIdentityCredential" Value="3" /><Member Name="managedIdentity" Value="4" /><Member Name="certificate" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="conditionalAccessConditions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="application" Value="1" /><Member Name="users" Value="2" /><Member Name="devicePlatform" Value="4" /><Member Name="location" Value="8" /><Member Name="clientType" Value="16" /><Member Name="signInRisk" Value="32" /><Member Name="userRisk" Value="64" /><Member Name="time" Value="128" /><Member Name="deviceState" Value="256" /><Member Name="client" Value="512" /><Member Name="ipAddressSeenByAzureAD" Value="1024" /><Member Name="ipAddressSeenByResourceProvider" Value="2048" /><Member Name="unknownFutureValue" Value="4096" /><Member Name="servicePrincipals" Value="8192" /><Member Name="servicePrincipalRisk" Value="16384" /><Member Name="authenticationFlows" Value="32768" /><Member Name="insiderRisk" Value="65536" /></EnumType><EnumType Name="conditionalAccessRule"><Member Name="allApps" Value="0" /><Member Name="firstPartyApps" Value="1" /><Member Name="office365" Value="2" /><Member Name="appId" Value="3" /><Member Name="acr" Value="4" /><Member Name="appFilter" Value="5" /><Member Name="allUsers" Value="6" /><Member Name="guest" Value="7" /><Member Name="groupId" Value="8" /><Member Name="roleId" Value="9" /><Member Name="userId" Value="10" /><Member Name="allDevicePlatforms" Value="11" /><Member Name="devicePlatform" Value="12" /><Member Name="allLocations" Value="13" /><Member Name="insideCorpnet" Value="14" /><Member Name="allTrustedLocations" Value="15" /><Member Name="locationId" Value="16" /><Member Name="allDevices" Value="17" /><Member Name="deviceFilter" Value="18" /><Member Name="deviceState" Value="19" /><Member Name="unknownFutureValue" Value="20" /><Member Name="deviceFilterIncludeRuleNotMatched" Value="21" /><Member Name="allDeviceStates" Value="22" /><Member Name="anonymizedIPAddress" Value="23" /><Member Name="unfamiliarFeatures" Value="24" /><Member Name="nationStateIPAddress" Value="25" /><Member Name="realTimeThreatIntelligence" Value="26" /><Member Name="internalGuest" Value="27" /><Member Name="b2bCollaborationGuest" Value="28" /><Member Name="b2bCollaborationMember" Value="29" /><Member Name="b2bDirectConnectUser" Value="30" /><Member Name="otherExternalUser" Value="31" /><Member Name="serviceProvider" Value="32" /><Member Name="microsoftAdminPortals" Value="33" /><Member Name="deviceCodeFlow" Value="34" /><Member Name="authenticationTransfer" Value="35" /><Member Name="insiderRisk" Value="36" /></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="defaultMfaMethodType"><Member Name="none" Value="0" /><Member Name="mobilePhone" Value="1" /><Member Name="alternateMobilePhone" Value="2" /><Member Name="officePhone" Value="3" /><Member Name="microsoftAuthenticatorPush" Value="4" /><Member Name="softwareOneTimePasscode" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="expirationRequirement"><Member Name="rememberMultifactorAuthenticationOnTrustedDevices" Value="0" /><Member Name="tenantTokenLifetimePolicy" Value="1" /><Member Name="audienceTokenLifetimePolicy" Value="2" /><Member Name="signInFrequencyPeriodicReauthentication" Value="3" /><Member Name="ngcMfa" Value="4" /><Member Name="signInFrequencyEveryTime" Value="5" /><Member Name="unknownFutureValue" Value="6" /></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="incomingTokenType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="primaryRefreshToken" Value="1" /><Member Name="saml11" Value="2" /><Member Name="saml20" Value="4" /><Member Name="unknownFutureValue" Value="8" /><Member Name="remoteDesktopToken" Value="16" /><Member Name="refreshToken" Value="32" /></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="mfaFailureReasonCode"><Member Name="mfaIncomplete" Value="0" /><Member Name="mfaDenied" Value="1" /><Member Name="systemFailure" Value="2" /><Member Name="badRequest" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="mfaType"><Member Name="eotp" Value="0" /><Member Name="oneWaySms" Value="1" /><Member Name="twoWaySms" Value="2" /><Member Name="twoWaySmsOtherMobile" Value="3" /><Member Name="phoneAppNotification" Value="4" /><Member Name="phoneAppOtp" Value="5" /><Member Name="twoWayVoiceMobile" Value="6" /><Member Name="twoWayVoiceOffice" Value="7" /><Member Name="twoWayVoiceOtherMobile" Value="8" /><Member Name="fido" Value="9" /><Member Name="certificate" Value="10" /><Member Name="other" Value="11" /><Member Name="unknownFutureValue" Value="12" /></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="msiType"><Member Name="none" Value="0" /><Member Name="userAssigned" Value="1" /><Member Name="systemAssigned" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="networkType"><Member Name="intranet" Value="0" /><Member Name="extranet" Value="1" /><Member Name="namedNetwork" Value="2" /><Member Name="trusted" Value="3" /><Member Name="trustedNamedLocation" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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="originalTransferMethods"><Member Name="none" Value="0" /><Member Name="deviceCodeFlow" Value="1" /><Member Name="authenticationTransfer" 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="protocolType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="oAuth2" Value="1" /><Member Name="ropc" Value="2" /><Member Name="wsFederation" Value="4" /><Member Name="saml20" Value="8" /><Member Name="deviceCode" Value="16" /><Member Name="unknownFutureValue" Value="32" /><Member Name="authenticationTransfer" Value="64" /><Member Name="nativeAuth" Value="128" /><Member Name="implicitAccessTokenAndGetResponseMode" Value="256" /><Member Name="implicitIdTokenAndGetResponseMode" Value="512" /><Member Name="implicitAccessTokenAndPostResponseMode" Value="1024" /><Member Name="implicitIdTokenAndPostResponseMode" Value="2048" /><Member Name="authorizationCodeWithoutPkce" Value="4096" /><Member Name="authorizationCodeWithPkce" Value="8192" /><Member Name="clientCredentials" Value="16384" /><Member Name="refreshTokenGrant" Value="32768" /><Member Name="encryptedAuthorizeResponse" Value="65536" /><Member Name="directUserGrant" Value="131072" /><Member Name="kerberos" Value="262144" /><Member Name="prtGrant" Value="524288" /><Member Name="seamlessSso" Value="1048576" /><Member Name="prtBrokerBased" Value="2097152" /><Member Name="prtNonBrokerBased" Value="4194304" /><Member Name="onBehalfOf" Value="8388608" /><Member Name="samlOnBehalfOf" Value="16777216" /><Member Name="officeS2S" Value="33554432" /><Member Name="wsTrust" Value="67108864" /></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="recommendationCategory"><Member Name="identityBestPractice" Value="0" /><Member Name="identitySecureScore" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="mdiSecureScore" Value="3" /></EnumType><EnumType Name="recommendationFeatureAreas"><Member Name="users" Value="0" /><Member Name="groups" Value="1" /><Member Name="devices" Value="2" /><Member Name="applications" Value="3" /><Member Name="accessReviews" Value="4" /><Member Name="conditionalAccess" Value="5" /><Member Name="governance" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="recommendationPriority"><Member Name="low" Value="0" /><Member Name="medium" Value="1" /><Member Name="high" Value="2" /></EnumType><EnumType Name="recommendationStatus"><Member Name="active" Value="0" /><Member Name="completedBySystem" Value="1" /><Member Name="completedByUser" Value="2" /><Member Name="dismissed" Value="3" /><Member Name="postponed" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="riskAccepted" Value="6" /><Member Name="thirdParty" Value="7" /><Member Name="planned" Value="8" /><Member Name="alternateMitigation" Value="9" /></EnumType><EnumType Name="recommendationType"><Member Name="adfsAppsMigration" Value="0" /><Member Name="enableDesktopSSO" Value="1" /><Member Name="enablePHS" Value="2" /><Member Name="enableProvisioning" Value="3" /><Member Name="switchFromPerUserMFA" Value="4" /><Member Name="tenantMFA" Value="5" /><Member Name="thirdPartyApps" Value="6" /><Member Name="turnOffPerUserMFA" Value="7" /><Member Name="useAuthenticatorApp" Value="8" /><Member Name="useMyApps" Value="9" /><Member Name="staleApps" Value="10" /><Member Name="staleAppCreds" Value="11" /><Member Name="applicationCredentialExpiry" Value="12" /><Member Name="servicePrincipalKeyExpiry" Value="13" /><Member Name="adminMFAV2" Value="14" /><Member Name="blockLegacyAuthentication" Value="15" /><Member Name="integratedApps" Value="16" /><Member Name="mfaRegistrationV2" Value="17" /><Member Name="pwagePolicyNew" Value="18" /><Member Name="passwordHashSync" Value="19" /><Member Name="oneAdmin" Value="20" /><Member Name="roleOverlap" Value="21" /><Member Name="selfServicePasswordReset" Value="22" /><Member Name="signinRiskPolicy" Value="23" /><Member Name="userRiskPolicy" Value="24" /><Member Name="verifyAppPublisher" Value="25" /><Member Name="privateLinkForAAD" Value="26" /><Member Name="appRoleAssignmentsGroups" Value="27" /><Member Name="appRoleAssignmentsUsers" Value="28" /><Member Name="managedIdentity" Value="29" /><Member Name="overprivilegedApps" Value="30" /><Member Name="unknownFutureValue" Value="31" /><Member Name="longLivedCredentials" Value="32" /><Member Name="aadConnectDeprecated" Value="33" /><Member Name="adalToMsalMigration" Value="34" /><Member Name="ownerlessApps" Value="35" /><Member Name="inactiveGuests" Value="36" /><Member Name="aadGraphDeprecationApplication" Value="37" /><Member Name="aadGraphDeprecationServicePrincipal" Value="38" /><Member Name="mfaServerDeprecation" Value="39" /></EnumType><EnumType Name="registrationAuthMethod"><Member Name="email" Value="0" /><Member Name="mobilePhone" Value="1" /><Member Name="officePhone" Value="2" /><Member Name="securityQuestion" Value="3" /><Member Name="appNotification" Value="4" /><Member Name="appCode" Value="5" /><Member Name="alternateMobilePhone" Value="6" /><Member Name="fido" Value="7" /><Member Name="appPassword" Value="8" /><Member Name="unknownFutureValue" Value="9" /><Member Name="externalAuthMethod" Value="10" /></EnumType><EnumType Name="registrationStatusType"><Member Name="registered" Value="0" /><Member Name="enabled" Value="1" /><Member Name="capable" Value="2" /><Member Name="mfaRegistered" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="releaseType"><Member Name="preview" Value="0" /><Member Name="generallyAvailable" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="requiredLicenses"><Member Name="notApplicable" Value="0" /><Member Name="microsoftEntraIdFree" Value="1" /><Member Name="microsoftEntraIdP1" Value="2" /><Member Name="microsoftEntraIdP2" Value="3" /><Member Name="microsoftEntraIdGovernance" Value="4" /><Member Name="microsoftEntraWorkloadId" Value="5" /><Member Name="unknownFutureValue" Value="6" /><Member Name="aatp" Value="7" /></EnumType><EnumType Name="requirementProvider"><Member Name="user" Value="0" /><Member Name="request" Value="1" /><Member Name="servicePrincipal" Value="2" /><Member Name="v1ConditionalAccess" Value="3" /><Member Name="multiConditionalAccess" Value="4" /><Member Name="tenantSessionRiskPolicy" Value="5" /><Member Name="accountCompromisePolicies" Value="6" /><Member Name="v1ConditionalAccessDependency" Value="7" /><Member Name="v1ConditionalAccessPolicyIdRequested" Value="8" /><Member Name="mfaRegistrationRequiredByIdentityProtectionPolicy" Value="9" /><Member Name="baselineProtection" Value="10" /><Member Name="mfaRegistrationRequiredByBaselineProtection" Value="11" /><Member Name="mfaRegistrationRequiredByMultiConditionalAccess" Value="12" /><Member Name="enforcedForCspAdmins" Value="13" /><Member Name="securityDefaults" Value="14" /><Member Name="mfaRegistrationRequiredBySecurityDefaults" Value="15" /><Member Name="proofUpCodeRequest" Value="16" /><Member Name="crossTenantOutboundRule" Value="17" /><Member Name="gpsLocationCondition" Value="18" /><Member Name="riskBasedPolicy" Value="19" /><Member Name="unknownFutureValue" Value="20" /><Member Name="scopeBasedAuthRequirementPolicy" Value="21" /><Member Name="authenticationStrengths" Value="22" /></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="12" /><Member Name="adminDismissedAllRiskForServicePrincipal" Value="13" /><Member Name="m365DAdminDismissedDetection" Value="14" /><Member Name="userChangedPasswordOnPremises" Value="15" /><Member Name="adminDismissedRiskForSignIn" Value="16" /><Member Name="adminConfirmedAccountSafe" Value="17" /><Member Name="adminConfirmedAgentSafe" Value="18" /><Member Name="adminConfirmedAgentCompromised" Value="19" /><Member Name="adminDismissedRiskForAgent" Value="20" /><Member Name="microsoftRevokedSessions" Value="21" /></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="signInAccessType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="b2bCollaboration" Value="1" /><Member Name="b2bDirectConnect" Value="2" /><Member Name="microsoftSupport" Value="4" /><Member Name="serviceProvider" Value="8" /><Member Name="unknownFutureValue" Value="16" /><Member Name="passthrough" Value="32" /></EnumType><EnumType Name="signInIdentifierType"><Member Name="userPrincipalName" Value="0" /><Member Name="phoneNumber" Value="1" /><Member Name="proxyAddress" Value="2" /><Member Name="qrCode" Value="3" /><Member Name="onPremisesUserPrincipalName" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="signInUserType"><Member Name="member" Value="0" /><Member Name="guest" Value="1" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="signUpIdentifierType"><Member Name="emailAddress" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="federation" Value="2" /></EnumType><EnumType Name="signUpStage"><Member Name="credentialCollection" Value="0" /><Member Name="credentialValidation" Value="1" /><Member Name="credentialFederation" Value="2" /><Member Name="consent" Value="3" /><Member Name="attributeCollectionAndValidation" Value="4" /><Member Name="userCreation" Value="5" /><Member Name="tenantConsent" Value="6" /><Member Name="unknownFutureValue" Value="7" /></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="tokenProtectionStatus"><Member Name="none" Value="0" /><Member Name="bound" Value="1" /><Member Name="unbound" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="usageAuthMethod"><Member Name="email" Value="0" /><Member Name="mobileSMS" Value="1" /><Member Name="mobileCall" Value="2" /><Member Name="officePhone" Value="3" /><Member Name="securityQuestion" Value="4" /><Member Name="appNotification" Value="5" /><Member Name="appCode" Value="6" /><Member Name="alternateMobileCall" Value="7" /><Member Name="fido" Value="8" /><Member Name="appPassword" Value="9" /><Member Name="unknownFutureValue" Value="10" /><Member Name="externalAuthMethod" Value="11" /><Member Name="hardwareOneTimePasscode" Value="12" /><Member Name="windowsHelloForBusiness" Value="13" /><Member Name="microsoftAuthenticatorPasswordless" Value="14" /><Member Name="temporaryAccessPass" Value="15" /><Member Name="macOsSecureEnclaveKey" Value="16" /><Member Name="passKeyDeviceBound" Value="17" /><Member Name="passKeyDeviceBoundAuthenticator" Value="18" /><Member Name="passKeyDeviceBoundWindowsHello" Value="19" /><Member Name="softwareOneTimePasscode" Value="20" /><Member Name="microsoftAuthenticatorPush" Value="21" /><Member Name="mobilePhone" Value="22" /><Member Name="sms" Value="23" /><Member Name="alternateMobilePhone" Value="24" /><Member Name="fido2SecurityKey" Value="25" /><Member Name="oneTimePasscode" Value="26" /><Member Name="passKeySynced" Value="27" /><Member Name="qrCode" Value="28" /></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="analyticsActivityType"><Member Name="Email" Value="0" /><Member Name="Meeting" Value="1" /><Member Name="Focus" Value="2" /><Member Name="Chat" Value="3" /><Member Name="Call" Value="4" /></EnumType><EnumType Name="applicationDataType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="codingFiles" Value="1" /><Member Name="creditCards" Value="2" /><Member Name="databaseFiles" Value="4" /><Member Name="documents" Value="8" /><Member Name="mediaFiles" Value="16" /><Member Name="unknownFutureValue" Value="32" /></EnumType><EnumType Name="csaStarLevel"><Member Name="none" Value="0" /><Member Name="attestation" Value="1" /><Member Name="certification" Value="2" /><Member Name="continuousMonitoring" Value="3" /><Member Name="cStarAssessment" Value="4" /><Member Name="selfAssessment" Value="5" /><Member Name="notSupported" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="dataProtection" IsFlags="true"><Member Name="none" Value="0" /><Member Name="impactAssessments" Value="1" /><Member Name="officers" Value="2" /><Member Name="secureCrossBorderDataTransfer" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="dataRetentionLevel"><Member Name="none" Value="0" /><Member Name="dataRetained" Value="1" /><Member Name="deletedImmediately" Value="2" /><Member Name="deletedWithin1Month" Value="3" /><Member Name="deletedWithin2Weeks" Value="4" /><Member Name="deletedWithin3Months" Value="5" /><Member Name="deletedWithinMoreThan3Months" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="fedRampLevel"><Member Name="none" Value="0" /><Member Name="high" Value="1" /><Member Name="liSaas" Value="2" /><Member Name="low" Value="3" /><Member Name="moderate" Value="4" /><Member Name="notSupported" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="holdType"><Member Name="none" Value="0" /><Member Name="private" Value="1" /><Member Name="public" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="passwordPolicy" IsFlags="true"><Member Name="none" Value="0" /><Member Name="changePasswordPeriod" Value="1" /><Member Name="charactersCombination" Value="2" /><Member Name="passwordHistoryAndReuse" Value="4" /><Member Name="passwordLengthLimit" Value="8" /><Member Name="personalInformationUse" Value="16" /><Member Name="unknownFutureValue" Value="32" /></EnumType><EnumType Name="pciVersion"><Member Name="none" Value="0" /><Member Name="v3_2_1" Value="1" /><Member Name="v4" Value="2" /><Member Name="notSupported" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="restEncryptionType"><Member Name="none" Value="0" /><Member Name="aes" Value="1" /><Member Name="bitlocker" Value="2" /><Member Name="blowfish" Value="3" /><Member Name="des" Value="4" /><Member Name="rc4" Value="5" /><Member Name="rsa" Value="6" /><Member Name="notSupported" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="sslVersion"><Member Name="none" Value="0" /><Member Name="ssl3_0" Value="1" /><Member Name="tls1_0" Value="2" /><Member Name="tls1_1" Value="3" /><Member Name="tls1_2" Value="4" /><Member Name="tls1_3" Value="5" /><Member Name="notSupported" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="uriUsageType"><Member Name="redirectUri" Value="0" /><Member Name="identifierUri" Value="1" /><Member Name="loginUrl" Value="2" /><Member Name="logoutUrl" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="userOwnership" IsFlags="true"><Member Name="none" Value="0" /><Member Name="lawfulBasisForProcessing" Value="1" /><Member Name="rightToAccess" Value="2" /><Member Name="rightToBeInformed" Value="4" /><Member Name="rightToDataPortability" Value="8" /><Member Name="rightToObject" Value="16" /><Member Name="rightToRectification" Value="32" /><Member Name="rightToRestrictionOfProcessing" Value="64" /><Member Name="rightsRelatedToAutomatedDecisionMaking" Value="128" /><Member Name="unknownFutureValue" Value="256" /></EnumType><EnumType Name="approvalItemState"><Member Name="canceled" Value="0" /><Member Name="created" Value="1" /><Member Name="pending" Value="2" /><Member Name="completed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="approvalItemType"><Member Name="basic" Value="0" /><Member Name="basicAwaitAll" Value="1" /><Member Name="custom" Value="2" /><Member Name="customAwaitAll" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="approvalOperationStatus"><Member Name="scheduled" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="timeout" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="approverRole" IsFlags="true"><Member Name="owner" Value="0" /><Member Name="approver" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="provisionState"><Member Name="notProvisioned" Value="0" /><Member Name="provisioningInProgress" Value="1" /><Member Name="provisioningFailed" Value="2" /><Member Name="provisioningCompleted" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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="attestationEnforcement"><Member Name="disabled" Value="0" /><Member Name="registrationOnly" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="passkeyTypes" IsFlags="true"><Member Name="deviceBound" Value="1" /><Member Name="synced" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="securityQuestionType"><Member Name="predefined" Value="0" /><Member Name="custom" Value="1" /></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="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="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="10" /><Member Name="bookmark" Value="11" /><Member Name="chatMessage" Value="12" /><Member Name="person" Value="13" /><Member Name="qna" Value="16" /></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="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="bookingInvoiceStatus"><Member Name="draft" Value="0" /><Member Name="reviewing" Value="1" /><Member Name="open" Value="2" /><Member Name="canceled" Value="3" /><Member Name="paid" Value="4" /><Member Name="corrective" Value="5" /></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" /></EnumType><EnumType Name="bookingReminderRecipients"><Member Name="allAttendees" Value="0" /><Member Name="staff" Value="1" /><Member Name="customer" Value="2" /></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="physicalAddressType"><Member Name="unknown" Value="0" /><Member Name="home" Value="1" /><Member Name="business" Value="2" /><Member Name="other" Value="3" /></EnumType><EnumType Name="plannerRelationshipUserRoles"><Member Name="defaultRules" Value="0" /><Member Name="groupOwners" Value="1" /><Member Name="groupMembers" Value="2" /><Member Name="taskAssignees" Value="3" /><Member Name="applications" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="plannerRuleKind"><Member Name="taskRule" Value="1" /><Member Name="bucketRule" Value="2" /><Member Name="planRule" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="plannerUserRoleKind"><Member Name="relationship" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="actionCapability"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" 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="allowedRolePrincipalTypes" IsFlags="true"><Member Name="user" Value="1" /><Member Name="servicePrincipal" Value="2" /><Member Name="group" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="cloudPcAgentDiagnosticResultType"><Member Name="healthy" Value="0" /><Member Name="versionOutdated" Value="1" /><Member Name="functionalityDefect" Value="2" /><Member Name="communicationUnhealthy" Value="3" /><Member Name="unknownError" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="cloudPcAgentHealthCheckErrorType"><Member Name="healthy" Value="0" /><Member Name="installationCheckMsiFileNotExecutable" Value="1001" /><Member Name="installationFailedToDownloadMaterials" Value="1002" /><Member Name="installationCheckFoundErrors" Value="1003" /><Member Name="resourceAvailabilityCheckDiskSpaceNotEnough" Value="2001" /><Member Name="networkAvailabilityCheckRequiredUrlsNotAccessible" Value="3001" /><Member Name="functionalityCheckPowerShellNotRunnable" Value="4001" /><Member Name="agentCheckNotRunning" Value="5001" /><Member Name="agentCheckNotExisted" Value="5002" /><Member Name="agentCheckOldVersion" Value="5003" /><Member Name="agentCheckHeartbeatLost" Value="5004" /><Member Name="deviceStatusCheckNotRunning" Value="6001" /><Member Name="deviceStatusCheckNotAvailable" Value="6002" /><Member Name="communicationCheckChannelDowngraded" Value="7001" /><Member Name="communicationCheckNotAvailable" Value="7002" /><Member Name="internalAgentUnknownError" Value="9999" /><Member Name="unknownFutureValue" Value="10000" /></EnumType><EnumType Name="cloudPcAgentHealthCheckResultType"><Member Name="succeeded" Value="0" /><Member Name="warning" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcAgentHealthCheckState"><Member Name="pending" Value="0" /><Member Name="processing" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="conflict" Value="4" /><Member Name="canceled" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPcAgentHealthStatus"><Member Name="healthy" Value="0" /><Member Name="warning" Value="1" /><Member Name="unavailable" Value="2" /><Member Name="unknownFutureValue" 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="cloudPcAuditActorType"><Member Name="itPro" Value="0" /><Member Name="application" Value="1" /><Member Name="partner" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcAuditCategory"><Member Name="cloudPC" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="cloudPcBlobAccessTier"><Member Name="hot" Value="0" /><Member Name="cool" Value="1" /><Member Name="cold" Value="2" /><Member Name="archive" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcBulkActionStatus"><Member Name="pending" Value="0" /><Member Name="succeeded" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcClientAppUsageReportType"><Member Name="microsoftRemoteDesktopClientUsageReport" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="cloudPcCloudAppActionFailedErrorCode"><Member Name="cloudAppQuotaExceeded" Value="0" /><Member Name="cloudPcLicenseNotFound" Value="1" /><Member Name="internalServerError" Value="2" /><Member Name="appDiscoveryFailed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcCloudAppStatus"><Member Name="preparing" Value="0" /><Member Name="ready" Value="1" /><Member Name="publishing" Value="2" /><Member Name="published" Value="3" /><Member Name="unpublishing" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPCConnectionQualityReportType"><Member Name="remoteConnectionQualityReport" Value="0" /><Member Name="regionalConnectionQualityTrendReport" Value="1" /><Member Name="regionalConnectionQualityInsightsReport" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcConnectivityEventResult"><Member Name="unknown" Value="0" /><Member Name="success" Value="1" /><Member Name="failure" Value="2" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcConnectivityEventType"><Member Name="unknown" Value="0" /><Member Name="userConnection" Value="1" /><Member Name="userTroubleshooting" Value="2" /><Member Name="deviceHealthCheck" Value="3" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcConnectivityStatus"><Member Name="unknown" Value="0" /><Member Name="available" Value="1" /><Member Name="availableWithWarning" Value="2" /><Member Name="unavailable" Value="3" /><Member Name="unknownFutureValue" Value="999" /></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" /><Member Name="sourceImageWithDataDiskNotSupported" Value="10" /><Member Name="sourceImageWithDiskEncryptionSetNotSupported" Value="11" /><Member Name="sourceImageWithAzureDiskEncryptionNotSupported" Value="12" /><Member Name="fSLogixInstalledSourceImageNotSupported" Value="13" /><Member Name="startMenuAppLimitExceeded" Value="14" /></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" /><Member Name="warning" Value="4" /></EnumType><EnumType Name="cloudPcDeviceImageStatusDetails"><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="cloudPcDisasterRecoveryCapabilityType"><Member Name="none" Value="0" /><Member Name="failover" Value="1" /><Member Name="failback" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcDisasterRecoveryLicenseType"><Member Name="none" Value="0" /><Member Name="standard" Value="1" /><Member Name="unknownFutureValue" Value="3" /><Member Name="plus" Value="4" /></EnumType><EnumType Name="cloudPcDisasterRecoveryReportName"><Member Name="crossRegionDisasterRecoveryReport" Value="0" /><Member Name="disasterRecoveryReport" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcDisasterRecoveryType"><Member Name="notConfigured" Value="0" /><Member Name="crossRegion" Value="1" /><Member Name="premium" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcDiskEncryptionState"><Member Name="notAvailable" Value="0" /><Member Name="notEncrypted" Value="1" /><Member Name="encryptedUsingPlatformManagedKey" Value="2" /><Member Name="encryptedUsingCustomerManagedKey" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcDiskEncryptionType"><Member Name="platformManagedKey" Value="0" /><Member Name="customerManagedKey" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcDomainJoinType"><Member Name="azureADJoin" Value="0" /><Member Name="hybridAzureADJoin" Value="1" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcExportJobStatus"><Member Name="notStarted" 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="cloudPcExternalPartnerActionErrorCode"><Member Name="none" Value="0" /><Member Name="executeActionFailed" Value="1" /><Member Name="executeActionTimeout" Value="2" /><Member Name="deviceNotFound" Value="3" /><Member Name="deviceNotAvailable" Value="4" /><Member Name="checkDiskSpaceFailed" Value="5" /><Member Name="checkNetworkConnectionFailed" Value="6" /><Member Name="agentNotFound" Value="7" /><Member Name="invalidAgentFormat" Value="8" /><Member Name="invalidAgentChecksum" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="cloudPcExternalPartnerActionStatus"><Member Name="created" Value="0" /><Member Name="pending" Value="1" /><Member Name="canceled" Value="2" /><Member Name="running" Value="3" /><Member Name="succeeded" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPcExternalPartnerActionType"><Member Name="configureAgent" Value="0" /><Member Name="deployAgent" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcExternalPartnerAuthenticatedMethod"><Member Name="gDAP" Value="0" /><Member Name="dAP" Value="1" /><Member Name="appOnly" Value="2" /><Member Name="normalUser" Value="3" /><Member Name="guestUser" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="cloudPcExternalPartnerStatus"><Member Name="notAvailable" Value="0" /><Member Name="available" Value="1" /><Member Name="healthy" Value="2" /><Member Name="unhealthy" Value="3" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPCFrontlineReportType"><Member Name="noLicenseAvailableConnectivityFailureReport" Value="0" /><Member Name="licenseUsageReport" Value="1" /><Member Name="licenseUsageRealTimeReport" Value="2" /><Member Name="licenseHourlyUsageReport" Value="3" /><Member Name="connectedUserRealtimeReport" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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="cloudPcGeographicLocationType"><Member Name="default" Value="0" /><Member Name="asia" Value="1" /><Member Name="australasia" Value="2" /><Member Name="canada" Value="3" /><Member Name="europe" Value="4" /><Member Name="india" Value="5" /><Member Name="africa" Value="6" /><Member Name="usCentral" Value="7" /><Member Name="usEast" Value="8" /><Member Name="usWest" Value="9" /><Member Name="southAmerica" Value="10" /><Member Name="middleEast" Value="11" /><Member Name="centralAmerica" Value="12" /><Member Name="usGovernment" Value="13" /><Member Name="unknownFutureValue" Value="14" /><Member Name="mexico" Value="15" /></EnumType><EnumType Name="cloudPcImportedSnapshotState"><Member Name="notUsed" Value="0" /><Member Name="inUse" Value="1" /><Member Name="expired" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPCInaccessibleReportName"><Member Name="inaccessibleCloudPcReports" Value="0" /><Member Name="inaccessibleCloudPcTrendReport" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="regionalInaccessibleCloudPcTrendReport" Value="3" /></EnumType><EnumType Name="cloudPcManagedLicenseStatus"><Member Name="enabled" Value="0" /><Member Name="expired" Value="1" /><Member Name="blocked" Value="2" /><Member Name="deleted" Value="3" /><Member Name="unknown" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="cloudPcManagedLicenseType"><Member Name="frontline" Value="0" /><Member Name="reserve" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcManagementService" IsFlags="true"><Member Name="windows365" Value="1" /><Member Name="devBox" Value="2" /><Member Name="unknownFutureValue" Value="4" /><Member Name="rpaBox" Value="8" /><Member Name="microsoft365Opal" Value="32" /><Member Name="microsoft365BizChat" Value="64" /></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="endpointConnectivityCheckVMAgentEndPointCommunicationError" Value="305" /><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="resourceAvailabilityCheckMissingRegistrationForLocation" Value="520" /><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="10" /><Member Name="passed" Value="20" /><Member Name="failed" Value="30" /><Member Name="warning" Value="40" /><Member Name="informational" Value="50" /><Member Name="unknownFutureValue" Value="51" /></EnumType><EnumType Name="cloudPcOnPremisesConnectionType"><Member Name="hybridAzureADJoin" Value="0" /><Member Name="azureADJoin" Value="1" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcOperatingSystem"><Member Name="windows10" Value="0" /><Member Name="windows11" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcPartnerAgentInstallStatus"><Member Name="installed" Value="0" /><Member Name="installFailed" Value="1" /><Member Name="installing" Value="2" /><Member Name="uninstalling" Value="3" /><Member Name="uninstallFailed" Value="4" /><Member Name="licensed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPcPartnerAgentName"><Member Name="citrix" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="vMware" Value="2" /><Member Name="hp" Value="3" /></EnumType><EnumType Name="cloudPCPerformanceReportName"><Member Name="performanceTrendReport" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="cloudPcInsightReport" Value="2" /></EnumType><EnumType Name="cloudPcPolicyApplyActionStatus"><Member Name="processing" Value="0" /><Member Name="succeeded" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcPolicySettingType" IsFlags="true"><Member Name="region" Value="1" /><Member Name="singleSignOn" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcPolicyTimezone"><Member Name="gmt" Value="0" /><Member Name="bit" Value="1" /><Member Name="nut" Value="2" /><Member Name="hst" Value="3" /><Member Name="mit" Value="4" /><Member Name="akst" Value="5" /><Member Name="pst" Value="6" /><Member Name="mst" Value="7" /><Member Name="east" Value="8" /><Member Name="est" Value="9" /><Member Name="ast" Value="10" /><Member Name="nst" Value="11" /><Member Name="art" Value="12" /><Member Name="gst" Value="13" /><Member Name="azot" Value="14" /><Member Name="cet" Value="15" /><Member Name="cat" Value="16" /><Member Name="eat" Value="17" /><Member Name="get" Value="18" /><Member Name="pkt" Value="19" /><Member Name="ist" Value="20" /><Member Name="bst" Value="21" /><Member Name="tha" Value="22" /><Member Name="cst" Value="23" /><Member Name="jst" Value="24" /><Member Name="acst" Value="25" /><Member Name="pgt" Value="26" /><Member Name="sbt" Value="27" /><Member Name="fjt" Value="28" /><Member Name="tot" Value="29" /><Member Name="lint" Value="30" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="cloudPcPowerState"><Member Name="running" Value="0" /><Member Name="poweredOff" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcProductType"><Member Name="enterprise" Value="0" /><Member Name="frontline" Value="1" /><Member Name="devBox" Value="2" /><Member Name="powerAutomate" Value="3" /><Member Name="business" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="cloudPcProvisioningPolicyImageType"><Member Name="gallery" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcProvisioningSourceType"><Member Name="image" Value="0" /><Member Name="snapshot" 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" /><Member Name="sharedByUser" Value="3" /><Member Name="sharedByEntraGroup" Value="4" /><Member Name="reserve" Value="5" /></EnumType><EnumType Name="cloudPcRecommendationReportType"><Member Name="cloudPcUsageCategoryReport" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="cloudPcUsageCategoryReports" Value="2" /></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="17" /><Member Name="usGovernment" Value="18" /><Member Name="usGovernmentDOD" Value="19" /><Member Name="unknownFutureValue" Value="20" /><Member Name="norway" Value="21" /><Member Name="switzerland" Value="22" /><Member Name="southKorea" Value="23" /><Member Name="middleEast" Value="25" /><Member Name="mexico" Value="26" /><Member Name="australasia" Value="27" /><Member Name="europe" Value="28" /><Member Name="singapore" Value="29" /><Member Name="hongKong" Value="30" /><Member Name="ireland" Value="31" /><Member Name="sweden" Value="32" /><Member Name="poland" Value="33" /><Member Name="italy" Value="34" /><Member Name="spain" Value="35" /><Member Name="netherlands" Value="36" /><Member Name="brazil" Value="37" /><Member Name="israel" Value="38" /><Member Name="automatic" Value="39" /><Member Name="indonesia" Value="40" /><Member Name="taiwan" Value="41" /><Member Name="malaysia" Value="42" /><Member Name="newZealand" Value="43" /><Member Name="austria" Value="44" /><Member Name="denmark" Value="45" /><Member Name="belgium" Value="46" /><Member Name="kenya" Value="47" /></EnumType><EnumType Name="cloudPcRemoteActionName"><Member Name="unknown" Value="0" /><Member Name="restart" Value="1" /><Member Name="rename" Value="2" /><Member Name="resize" Value="3" /><Member Name="restore" Value="4" /><Member Name="reprovision" Value="5" /><Member Name="changeUserAccountType" Value="6" /><Member Name="troubleshoot" Value="7" /><Member Name="placeUnderReview" Value="8" /><Member Name="unknownFutureValue" Value="9" /><Member Name="createSnapshot" Value="10" /><Member Name="powerOn" Value="11" /><Member Name="powerOff" Value="12" /><Member Name="moveRegion" Value="13" /></EnumType><EnumType Name="cloudPcReportName"><Member Name="remoteConnectionHistoricalReports" Value="0" /><Member Name="dailyAggregatedRemoteConnectionReports" Value="1" /><Member Name="totalAggregatedRemoteConnectionReports" Value="2" /><Member Name="unknownFutureValue" Value="5" /><Member Name="noLicenseAvailableConnectivityFailureReport" Value="6" /><Member Name="frontlineLicenseUsageReport" Value="7" /><Member Name="frontlineLicenseUsageRealTimeReport" Value="8" /><Member Name="remoteConnectionQualityReports" Value="9" /><Member Name="inaccessibleCloudPcReports" Value="10" /><Member Name="actionStatusReport" Value="11" /><Member Name="rawRemoteConnectionReports" Value="12" /><Member Name="cloudPcUsageCategoryReports" Value="13" /><Member Name="crossRegionDisasterRecoveryReport" Value="14" /><Member Name="performanceTrendReport" Value="15" /><Member Name="inaccessibleCloudPcTrendReport" Value="16" /><Member Name="regionalConnectionQualityTrendReport" Value="17" /><Member Name="regionalConnectionQualityInsightsReport" Value="18" /><Member Name="remoteConnectionQualityReport" Value="19" /><Member Name="frontlineLicenseHourlyUsageReport" Value="20" /><Member Name="frontlineRealtimeUserConnectionsReport" Value="21" /><Member Name="bulkActionStatusReport" Value="22" /><Member Name="troubleshootDetailsReport" Value="23" /><Member Name="troubleshootTrendCountReport" Value="24" /><Member Name="troubleshootRegionalReport" Value="25" /><Member Name="troubleshootIssueCountReport" Value="26" /><Member Name="cloudPcInsightReport" Value="27" /><Member Name="regionalInaccessibleCloudPcTrendReport" Value="28" /><Member Name="cloudPcUsageCategoryReport" Value="29" /><Member Name="cloudPCInventoryReport" Value="30" /></EnumType><EnumType Name="cloudPcResizeValidationCode"><Member Name="success" Value="0" /><Member Name="cloudPcNotFound" Value="1" /><Member Name="operationConflict" Value="2" /><Member Name="operationNotSupported" Value="3" /><Member Name="targetLicenseHasAssigned" Value="4" /><Member Name="internalServerError" Value="5" /><Member Name="unknownFutureValue" Value="6" /></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="cloudPcServicePlanType"><Member Name="enterprise" Value="0" /><Member Name="business" Value="1" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcSnapshotHealthCheckStatus"><Member Name="unknown" Value="0" /><Member Name="healthy" Value="1" /><Member Name="unhealthy" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcSnapshotImportActionStatus"><Member Name="pending" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcSnapshotImportFileType"><Member Name="dataFile" Value="0" /><Member Name="virtualMachineGuestState" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcSnapshotImportSourceType"><Member Name="azureStorageAccount" Value="0" /><Member Name="sasUrl" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcSnapshotStatus"><Member Name="ready" Value="0" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcSnapshotType"><Member Name="automatic" Value="0" /><Member Name="manual" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="retention" Value="3" /></EnumType><EnumType Name="cloudPcSourceImageCategory"><Member Name="managedImage" Value="0" /><Member Name="azureComputeGallery" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcStatus"><Member Name="notProvisioned" Value="0" /><Member Name="provisioning" Value="1" /><Member Name="provisioned" Value="2" /><Member Name="inGracePeriod" Value="3" /><Member Name="deprovisioning" Value="4" /><Member Name="failed" Value="5" /><Member Name="provisionedWithWarnings" Value="6" /><Member Name="resizing" Value="7" /><Member Name="restoring" Value="8" /><Member Name="pendingProvision" Value="9" /><Member Name="unknownFutureValue" Value="10" /><Member Name="movingRegion" Value="11" /><Member Name="resizePendingLicense" Value="12" /><Member Name="updatingSingleSignOn" Value="13" /><Member Name="modifyingSingleSignOn" Value="14" /><Member Name="refreshPolicyConfiguration" Value="15" /><Member Name="preparing" Value="16" /></EnumType><EnumType Name="cloudPcStorageAccountAccessTier"><Member Name="hot" Value="0" /><Member Name="cool" Value="1" /><Member Name="premium" Value="2" /><Member Name="cold" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcSupportedRegionStatus"><Member Name="available" Value="0" /><Member Name="restricted" Value="1" /><Member Name="unavailable" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPCTroubleshootReportType"><Member Name="troubleshootDetailsReport" Value="0" /><Member Name="troubleshootTrendCountReport" Value="1" /><Member Name="troubleshootRegionalReport" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="troubleshootIssueCountReport" Value="4" /></EnumType><EnumType Name="cloudPcUserAccessLevel"><Member Name="unrestricted" Value="0" /><Member Name="restricted" Value="1" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="cloudPcUserAccountType"><Member Name="standardUser" Value="0" /><Member Name="administrator" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcUserExperienceType"><Member Name="cloudPc" Value="0" /><Member Name="cloudApp" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPCUserSettingsPersistenceProfileStatus"><Member Name="connected" Value="0" /><Member Name="notConnected" Value="1" /><Member Name="deleting" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcUserSettingsPersistenceStorageSizeCategory"><Member Name="fourGB" Value="0" /><Member Name="eightGB" Value="1" /><Member Name="sixteenGB" Value="2" /><Member Name="thirtyTwoGB" Value="3" /><Member Name="sixtyFourGB" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="frontlineCloudPcAccessState"><Member Name="unassigned" Value="0" /><Member Name="noLicensesAvailable" Value="1" /><Member Name="activationFailed" Value="2" /><Member Name="active" Value="3" /><Member Name="activating" Value="4" /><Member Name="standbyMode" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="frontlineCloudPcAvailability"><Member Name="notApplicable" Value="0" /><Member Name="available" Value="1" /><Member Name="notAvailable" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="999" /></EnumType><EnumType Name="restoreTimeRange"><Member Name="before" Value="0" /><Member Name="after" Value="1" /><Member Name="beforeOrAfter" Value="2" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="windows365SwitchCompatibilityFailureReasonType"><Member Name="osVersionNotSupported" Value="0" /><Member Name="hardwareNotSupported" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="usageRightState"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="warning" Value="2" /><Member Name="suspended" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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="copilotConversationAttributionSource"><Member Name="grounding" Value="0" /><Member Name="model" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="copilotConversationAttributionType"><Member Name="citation" Value="0" /><Member Name="annotation" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="copilotConversationState"><Member Name="active" Value="0" /><Member Name="disengagedForRai" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="accessEntityType"><Member Name="user" Value="0" /><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="packageStatus"><Member Name="none" Value="0" /><Member Name="some" Value="1" /><Member Name="all" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="packageType"><Member Name="microsoft" Value="0" /><Member Name="external" Value="1" /><Member Name="shared" Value="2" /><Member Name="custom" 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="identityProviderState"><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="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="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="openIdConnectResponseMode"><Member Name="form_post" Value="1" /><Member Name="query" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="openIdConnectResponseTypes" IsFlags="true"><Member Name="code" Value="1" /><Member Name="id_token" Value="2" /><Member Name="token" Value="4" /></EnumType><EnumType Name="trustFrameworkKeyStatus"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="crossTenantMigrationJobStatus"><Member Name="submitted" Value="0" /><Member Name="approved" Value="1" /><Member Name="processing" Value="2" /><Member Name="cuttingOver" Value="3" /><Member Name="inProgress" Value="4" /><Member Name="completed" Value="5" /><Member Name="completedWithErrors" Value="6" /><Member Name="failed" Value="7" /><Member Name="cancelled" Value="8" /><Member Name="pendingCancel" Value="9" /><Member Name="adminActionRequired" Value="10" /><Member Name="validateSubmitted" Value="11" /><Member Name="validateProcessing" Value="12" /><Member Name="validateInProgress" Value="13" /><Member Name="validatePassed" Value="14" /><Member Name="validateFailed" Value="15" /><Member Name="pendingDelete" Value="16" /><Member Name="deleted" Value="17" /><Member Name="unknownFutureValue" Value="18" /></EnumType><EnumType Name="crossTenantMigrationJobType"><Member Name="validate" Value="0" /><Member Name="migrate" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="crossTenantMigrationServiceStatus"><Member Name="notStarted" Value="0" /><Member Name="valid" Value="1" /><Member Name="invalid" Value="2" /><Member Name="error" Value="3" /><Member Name="inProgress" Value="4" /><Member Name="completed" Value="5" /><Member Name="failed" Value="6" /><Member Name="cancelled" Value="7" /><Member Name="pendingCancel" Value="8" /><Member Name="syncing" Value="9" /><Member Name="synced" Value="10" /><Member Name="finalizing" Value="11" /><Member Name="forceComplete" Value="12" /><Member Name="unknownFutureValue" Value="13" /></EnumType><EnumType Name="alignment"><Member Name="left" Value="0" /><Member Name="right" Value="1" /><Member Name="center" Value="2" /></EnumType><EnumType Name="applicationMode"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /><Member Name="recommended" Value="2" /></EnumType><EnumType Name="classificationMethod"><Member Name="patternMatch" Value="0" /><Member Name="exactDataMatch" Value="1" /><Member Name="fingerprint" Value="2" /><Member Name="machineLearning" Value="3" /></EnumType><EnumType Name="component"><Member Name="Label" Value="0" /></EnumType><EnumType Name="contentCategory"><Member Name="none" Value="0" /><Member Name="ai" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="encryptWith"><Member Name="template" Value="0" /><Member Name="userDefinedRights" Value="1" /></EnumType><EnumType Name="enforcementResultStatus"><Member Name="success" Value="1" /><Member Name="missingOrInvalidConfiguration" Value="2" /><Member Name="userOverride" Value="3" /><Member Name="agentFailure" Value="4" /><Member Name="enforcementTimeout" Value="5" /><Member Name="oSOverride" Value="6" /><Member Name="processNonExistent" Value="7" /><Member Name="other" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="executionMode"><Member Name="evaluateInline" Value="1" /><Member Name="evaluateOffline" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="groupPrivacy"><Member Name="unspecified" Value="0" /><Member Name="public" Value="1" /><Member Name="private" 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="mlClassificationMatchTolerance" IsFlags="true"><Member Name="exact" Value="1" /><Member Name="near" Value="2" /></EnumType><EnumType Name="onlineMeetingForwarders"><Member Name="everyone" Value="0" /><Member Name="organizer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="pageOrientation"><Member Name="horizontal" Value="0" /><Member Name="diagonal" Value="1" /></EnumType><EnumType Name="policyFileStatus"><Member Name="modified" Value="0" /><Member Name="notModified" Value="1" /><Member Name="noContent" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="policyFileType"><Member Name="dlpPolicy" Value="0" /><Member Name="dlpSensitiveInformationType" Value="1" /><Member Name="dataCollectionPolicy" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="restrictionTrigger"><Member Name="copyPaste" Value="0" /><Member Name="copyToNetworkShare" Value="1" /><Member Name="copyToRemovableMedia" Value="2" /><Member Name="screenCapture" Value="3" /><Member Name="print" Value="4" /><Member Name="cloudEgress" Value="5" /><Member Name="unallowedApps" Value="6" /></EnumType><EnumType Name="ruleMode"><Member Name="audit" Value="1" /><Member Name="auditAndNotify" Value="2" /><Member Name="enforce" Value="3" /><Member Name="pendingDeletion" Value="4" /><Member Name="test" Value="5" /></EnumType><EnumType Name="sensitiveTypeScope" IsFlags="true"><Member Name="fullDocument" Value="1" /><Member Name="partialDocument" Value="2" /></EnumType><EnumType Name="sensitiveTypeSource"><Member Name="outOfBox" Value="0" /><Member Name="tenant" Value="1" /></EnumType><EnumType Name="sensitivityLabelTarget" IsFlags="true"><Member Name="email" Value="1" /><Member Name="site" Value="2" /><Member Name="unifiedGroup" Value="4" /><Member Name="teamwork" Value="8" /><Member Name="unknownFutureValue" Value="16" /></EnumType><EnumType Name="siteAccessType"><Member Name="block" Value="0" /><Member Name="full" Value="1" /><Member Name="limited" 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="trustedCertificateAuthority" Value="1" /><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="claimConditionUserType"><Member Name="any" Value="0" /><Member Name="members" Value="1" /><Member Name="allGuests" Value="2" /><Member Name="aadGuests" Value="3" /><Member Name="externalGuests" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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="customSecurityAttributeComparisonOperator"><Member Name="equals" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="filterType"><Member Name="prefix" Value="0" /><Member Name="suffix" Value="1" /><Member Name="contains" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="kind"><Member Name="unrestricted" Value="0" /><Member Name="allowedTenants" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="labelKind"><Member Name="all" Value="1" /><Member Name="enumerated" 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="matchOn"><Member Name="displayName" Value="0" /><Member Name="samAccountName" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="permissionKind"><Member Name="all" Value="1" /><Member Name="enumerated" Value="2" /><Member Name="allPermissionsOnResourceApp" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="permissionType"><Member Name="application" Value="1" /><Member Name="delegated" Value="2" /><Member Name="delegatedUserConsentable" Value="3" /></EnumType><EnumType Name="perUserMfaState"><Member Name="disabled" Value="0" /><Member Name="enforced" Value="1" /><Member Name="enabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="resourceScopeType"><Member Name="group" Value="1" /><Member Name="chat" Value="2" /><Member Name="tenant" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="team" Value="5" /></EnumType><EnumType Name="rootDomains"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="allFederated" Value="2" /><Member Name="allManaged" Value="3" /><Member Name="enumerated" Value="4" /><Member Name="allManagedAndEnumeratedFederated" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="samlAttributeNameFormat"><Member Name="unspecified" Value="0" /><Member Name="uri" Value="1" /><Member Name="basic" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="samlNameIDFormat"><Member Name="default" Value="0" /><Member Name="unspecified" Value="1" /><Member Name="emailAddress" Value="2" /><Member Name="windowsDomainQualifiedName" Value="3" /><Member Name="persistent" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="samlSLOBindingType"><Member Name="httpRedirect" Value="0" /><Member Name="httpPost" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="tlsClientRegistrationMetadata"><Member Name="tls_client_auth_subject_dn" Value="0" /><Member Name="tls_client_auth_san_dns" Value="1" /><Member Name="tls_client_auth_san_uri" Value="2" /><Member Name="tls_client_auth_san_ip" Value="3" /><Member Name="tls_client_auth_san_email" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="tokenFormat" IsFlags="true"><Member Name="saml" Value="0" /><Member Name="jwt" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="transformationExtractType"><Member Name="prefix" Value="1" /><Member Name="suffix" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="transformationTrimType"><Member Name="leading" Value="1" /><Member Name="trailing" Value="2" /><Member Name="leadingAndTrailing" Value="3" /><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" /><Member Name="lms" Value="3" /></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" /><Member Name="faculty" Value="4" /></EnumType><EnumType Name="activityLogOperationType"><Member Name="backupPolicyCreated" Value="0" /><Member Name="backupPolicyActivated" Value="1" /><Member Name="backupPolicyModified" Value="2" /><Member Name="backupPolicyPaused" Value="3" /><Member Name="backupPolicyRenamed" Value="4" /><Member Name="dynamicRuleExecution" Value="5" /><Member Name="dynamicRuleDeletion" Value="6" /><Member Name="protectionUnitLevelOffboarding" Value="7" /><Member Name="policyLevelOffboarding" Value="8" /><Member Name="restoreTaskCreated" Value="9" /><Member Name="restoreTaskCompleted" Value="10" /><Member Name="unknownFutureValue" Value="11" /></EnumType><EnumType Name="activityLogResultStatus"><Member Name="succeeded" Value="0" /><Member Name="failed" Value="1" /><Member Name="partiallySucceeded" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="activityLogSeverity"><Member Name="high" Value="0" /><Member Name="medium" Value="1" /><Member Name="low" 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="BackupPolicyProtectionMode"><Member Name="standard" Value="0" /><Member Name="fullServiceBackup" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="browsableResourceType"><Member Name="none" Value="0" /><Member Name="site" Value="1" /><Member Name="documentLibrary" Value="2" /><Member Name="folder" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="browseQueryOrder"><Member Name="pathAsc" Value="0" /><Member Name="pathDsc" Value="1" /><Member Name="nameAsc" Value="2" /><Member Name="nameDsc" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="browseQueryResponseItemType"><Member Name="none" Value="0" /><Member Name="site" Value="1" /><Member Name="documentLibrary" Value="2" /><Member Name="folder" Value="3" /><Member Name="file" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="browseSessionStatus"><Member Name="creating" Value="0" /><Member Name="created" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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" /><Member Name="controllerServiceAppDeleted" Value="4" /></EnumType><EnumType Name="fullServiceBackupDisableMode"><Member Name="none" Value="0" /><Member Name="enableAll" Value="1" /><Member Name="disableAll" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="fullServiceBackupStatus"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="mailboxType"><Member Name="unknown" Value="0" /><Member Name="user" Value="1" /><Member Name="shared" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="notificationEventsType" IsFlags="true"><Member Name="none" Value="1" /><Member Name="restoreAndPolicyUpdates" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="notificationRecipientsType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="globalAdmins" Value="1" /><Member Name="backupAdmins" Value="2" /><Member Name="custom" Value="4" /><Member Name="allAdmins" Value="8" /><Member Name="unknownFutureValue" Value="16" /></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" /><Member Name="dormant" Value="5" /><Member Name="offboardRequested" Value="6" /><Member Name="offboarded" Value="7" /></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" /><Member Name="granular" Value="3" /></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" /><Member Name="includeNewerItems" Value="4" /></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="serviceType"><Member Name="unknown" Value="0" /><Member Name="sharepoint" Value="1" /><Member Name="exchange" Value="2" /><Member Name="oneDriveForBusiness" 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="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="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="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="placeOperationStatus"><Member Name="created" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="partiallySucceeded" Value="4" /><Member Name="expired" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="resourceLinkType"><Member Name="url" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="workplaceSensorEventType"><Member Name="badgeIn" Value="0" /><Member Name="badgeOut" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="workplaceSensorType"><Member Name="occupancy" Value="0" /><Member Name="peopleCount" Value="1" /><Member Name="inferredOccupancy" Value="2" /><Member Name="heartbeat" Value="3" /><Member Name="badge" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="wifi" Value="6" /></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="emailType"><Member Name="unknown" Value="0" /><Member Name="work" Value="1" /><Member Name="personal" Value="2" /><Member Name="main" Value="3" /><Member Name="other" Value="4" /></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="groupAccessType"><Member Name="none" Value="0" /><Member Name="private" Value="1" /><Member Name="secret" Value="2" /><Member Name="public" Value="3" /></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="mailboxRecipientType"><Member Name="unknown" Value="0" /><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" /></EnumType><EnumType Name="mailFolderOperationStatus"><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="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="meetingTentativelyAccepted" 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="notifyMembers"><Member Name="all" Value="0" /><Member Name="allowSelected" Value="1" /><Member Name="blockSelected" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="referenceAttachmentPermission"><Member Name="other" Value="0" /><Member Name="view" Value="1" /><Member Name="edit" Value="2" /><Member Name="anonymousView" Value="3" /><Member Name="anonymousEdit" Value="4" /><Member Name="organizationView" Value="5" /><Member Name="organizationEdit" Value="6" /></EnumType><EnumType Name="referenceAttachmentProvider"><Member Name="other" Value="0" /><Member Name="oneDriveBusiness" Value="1" /><Member Name="oneDriveConsumer" Value="2" /><Member Name="dropbox" Value="3" /></EnumType><EnumType Name="reportAction"><Member Name="unknown" Value="0" /><Member Name="junk" Value="1" /><Member Name="notJunk" Value="2" /><Member Name="phish" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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="sensitivity"><Member Name="normal" Value="0" /><Member Name="personal" Value="1" /><Member Name="private" Value="2" /><Member Name="confidential" Value="3" /></EnumType><EnumType Name="structuredDataEntryValueType"><Member Name="dateTime" Value="0" /><Member Name="boolean" Value="1" /><Member Name="byte" Value="2" /><Member Name="string" Value="3" /><Member Name="integer32" Value="4" /><Member Name="unsignedInteger32" Value="5" /><Member Name="integer64" Value="6" /><Member Name="unsignedInteger64" Value="7" /><Member Name="stringArray" Value="8" /><Member Name="byteArray" Value="9" /><Member Name="unknownFutureValue" Value="10" /></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="timeZoneStandard"><Member Name="windows" Value="0" /><Member Name="iana" Value="1" /></EnumType><EnumType Name="userPurpose"><Member Name="unknown" Value="0" /><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="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="fileStorageContainerOwnershipType"><Member Name="tenantOwned" Value="0" /><Member Name="userOwned" 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="informationBarrierMode"><Member Name="open" Value="0" /><Member Name="ownerModerated" Value="1" /><Member Name="explicit" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sharePointIdentityMappingGroupType"><Member Name="none" Value="0" /><Member Name="regularGroup" Value="1" /><Member Name="m365Group" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sharePointIdentityMappingUserType"><Member Name="none" Value="0" /><Member Name="regularUser" Value="1" /><Member Name="adminUser" Value="2" /><Member Name="guestUser" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sharePointMigrationTaskStatus"><Member Name="notStarted" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="cancelled" Value="3" /><Member Name="failed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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="contentModelType"><Member Name="teachingMethod" Value="0" /><Member Name="layoutMethod" Value="1" /><Member Name="freeformSelectionMethod" Value="2" /><Member Name="prebuiltContractModel" Value="3" /><Member Name="prebuiltInvoiceModel" Value="4" /><Member Name="prebuiltReceiptModel" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="documentProcessingJobStatus"><Member Name="inProgress" Value="0" /><Member Name="completed" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="documentProcessingJobType"><Member Name="file" Value="0" /><Member Name="folder" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="fileArchiveStatus"><Member Name="notArchived" Value="0" /><Member Name="fullyArchived" Value="1" /><Member Name="reactivating" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="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" /><Member Name="newsLink" Value="5" /><Member Name="videoNewsLink" Value="6" /></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="sharingRole"><Member Name="none" Value="0" /><Member Name="view" Value="1" /><Member Name="edit" Value="2" /><Member Name="manageList" Value="3" /><Member Name="review" Value="4" /><Member Name="restrictedView" Value="5" /><Member Name="submitOnly" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="sharingScope"><Member Name="anyone" Value="0" /><Member Name="organization" Value="1" /><Member Name="specificPeople" Value="2" /><Member Name="anonymous" Value="3" /><Member Name="users" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="sharingVariant" IsFlags="true"><Member Name="none" Value="0" /><Member Name="requiresAuthentication" Value="1" /><Member Name="passwordProtected" Value="2" /><Member Name="addressBar" Value="4" /><Member Name="embed" Value="8" /><Member Name="unknownFutureValue" Value="16" /></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="siteTemplateType"><Member Name="sitepagepublishing" Value="0" /><Member Name="sts" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="messageEventType"><Member Name="received" Value="1" /><Member Name="sent" Value="2" /><Member Name="delivered" Value="3" /><Member Name="failed" Value="4" /><Member Name="processingFailed" Value="5" /><Member Name="distributionGroupExpanded" Value="6" /><Member Name="submitted" Value="7" /><Member Name="delayed" Value="8" /><Member Name="redirected" Value="9" /><Member Name="resolved" Value="10" /><Member Name="dropped" Value="11" /><Member Name="recipientsAdded" Value="12" /><Member Name="malwareDetected" Value="13" /><Member Name="malwareDetectedInMessage" Value="14" /><Member Name="malwareDetectedInAttachment" Value="15" /><Member Name="ttZapped" Value="16" /><Member Name="ttDelivered" Value="17" /><Member Name="spamDetected" Value="18" /><Member Name="transportRuleTriggered" Value="19" /><Member Name="dlpRuleTriggered" Value="20" /><Member Name="journaled" Value="21" /><Member Name="unknownFutureValue" Value="22" /></EnumType><EnumType Name="messageStatus"><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="actionType"><Member Name="tunnel" Value="0" /><Member Name="exclude" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="agentStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /></EnumType><EnumType Name="connectorGroupRegion"><Member Name="nam" Value="0" /><Member Name="eur" Value="1" /><Member Name="aus" Value="2" /><Member Name="asia" Value="3" /><Member Name="ind" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="connectorGroupType"><Member Name="applicationProxy" Value="0" /></EnumType><EnumType Name="connectorStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /></EnumType><EnumType Name="externalAuthenticationType"><Member Name="passthru" Value="0" /><Member Name="aadPreAuthentication" Value="1" /></EnumType><EnumType Name="kerberosSignOnMappingAttributeType"><Member Name="userPrincipalName" Value="0" /><Member Name="onPremisesUserPrincipalName" Value="1" /><Member Name="userPrincipalUsername" Value="2" /><Member Name="onPremisesUserPrincipalUsername" Value="3" /><Member Name="onPremisesSAMAccountName" Value="4" /></EnumType><EnumType Name="onPremisesPublishingType"><Member Name="applicationProxy" Value="0" /><Member Name="exchangeOnline" Value="1" /><Member Name="authentication" Value="2" /><Member Name="provisioning" Value="3" /><Member Name="intunePfx" Value="4" /><Member Name="oflineDomainJoin" Value="5" /><Member Name="unknownFutureValue" Value="6" /><Member Name="privateAccess" Value="7" /></EnumType><EnumType Name="privateNetworkDestinationType"><Member Name="ipAddress" Value="0" /><Member Name="ipRange" Value="1" /><Member Name="ipRangeCidr" Value="2" /><Member Name="fqdn" Value="3" /><Member Name="dnsSuffix" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="servicePrincipalName" Value="6" /></EnumType><EnumType Name="privateNetworkProtocol" IsFlags="true"><Member Name="tcp" Value="1" /><Member Name="udp" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sensorStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="singleSignOnMode"><Member Name="none" Value="0" /><Member Name="onPremisesKerberos" Value="1" /><Member Name="saml" Value="3" /><Member Name="pingHeaderBased" Value="4" /><Member Name="aadHeaderBased" Value="5" /><Member Name="oAuthToken" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="trafficRoutingMethod"><Member Name="none" Value="0" /><Member Name="random" Value="1" /><Member Name="sessionPersistence" Value="2" /><Member Name="performance" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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" /></EnumType><EnumType Name="MembershipRuleProcessingStatusDetails"><Member Name="NotStarted" Value="0" /><Member Name="Running" Value="1" /><Member Name="Failed" Value="2" /><Member Name="Succeeded" Value="3" /><Member Name="UnsupportedFutureValue" Value="4" /></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="accessReviewPrincipalScopeType"><Member Name="allUsers" Value="0" /><Member Name="guestUsers" Value="1" /><Member Name="inactiveUsers" Value="2" /><Member Name="inactiveGuestUsers" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="accessReviewResourceScopeType"><Member Name="group" Value="0" /><Member Name="catalog" Value="1" /><Member Name="servicePrincipal" Value="2" /><Member Name="directoryRole" Value="3" /><Member Name="accessPackageAssignmentPolicy" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="accessReviewReviewerScopeType"><Member Name="user" Value="0" /><Member Name="group" Value="1" /><Member Name="self" Value="2" /><Member Name="manager" Value="3" /><Member Name="sponsor" Value="4" /><Member Name="resourceOwner" Value="5" /><Member Name="managerOrSponsor" Value="6" /><Member Name="unknownFutureValue" Value="7" /></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="decisionItemPrincipalResourceMembershipType" IsFlags="true"><Member Name="direct" Value="1" /><Member Name="indirect" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="intelligentInsightConfidence"><Member Name="high" Value="0" /><Member Name="medium" Value="1" /><Member Name="low" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="intelligentInsightRecommendation"><Member Name="approve" Value="0" /><Member Name="deny" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="userSignInRecommendationScope"><Member Name="tenant" Value="0" /><Member Name="application" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="customDataProvidedResourceUploadStatus"><Member Name="active" Value="0" /><Member Name="complete" Value="1" /><Member Name="expired" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="principalType"><Member Name="entraIdUser" Value="0" /><Member Name="unknownFutureValue" Value="1" /></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="agentIdentityType"><Member Name="agentIdentity" Value="0" /><Member Name="agentUser" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="agentIdentityBlueprintPrincipal" Value="3" /></EnumType><EnumType Name="agentIdRiskLevel"><Member Name="none" Value="0" /><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="4" /><Member Name="unknownFutureValue" Value="8" /></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="compliantNetworkType"><Member Name="allTenantCompliantNetworks" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="conditionalAccessAgentIdRiskLevels" IsFlags="true"><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="4" /><Member Name="unknownFutureValue" Value="8" /></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" /><Member Name="riskRemediation" Value="8" /></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="continuousAccessEvaluationMode"><Member Name="strictEnforcement" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="strictLocation" Value="3" /></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="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="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="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" /><Member Name="agentIdRisk" Value="1048576" /><Member Name="agentIdentities" Value="2097152" /></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="accessPackageCustomExtensionHandlerStatus"><Member Name="requestSent" Value="1" /><Member Name="requestReceived" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="accessPackageFilterByCurrentUserOptions"><Member Name="allowedRequestor" Value="1" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="accessPackageSubjectLifecycle"><Member Name="notDefined" Value="0" /><Member Name="notGoverned" Value="1" /><Member Name="governed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="accessPackageSuggestionFilterByCurrentUserOptions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="relatedPeopleAssignments" Value="1" /><Member Name="assignmentHistory" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="accessPackageSuggestionRelatedPeopleInsightLevel"><Member Name="disabled" Value="0" /><Member Name="count" Value="1" /><Member Name="countAndNames" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="accessReviewTimeoutBehavior"><Member Name="keepAccess" Value="0" /><Member Name="removeAccess" Value="1" /><Member Name="acceptAccessRecommendation" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="approverInformationVisibility"><Member Name="default" Value="0" /><Member Name="notVisible" Value="1" /><Member Name="visible" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="connectorType"><Member Name="sapIag" Value="0" /><Member Name="sapAc" Value="1" /><Member Name="unknownFutureValue" Value="3" /></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="privilegeLevel"><Member Name="standard" Value="0" /><Member Name="privileged" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="purviewInsiderRiskManagementLevel"><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="verifiableCredentialPresentationStatusCode"><Member Name="request_retrieved" Value="0" /><Member Name="presentation_verified" Value="1" /><Member Name="unknownFutureValue" Value="9" /></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="actionSource"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /><Member Name="recommended" Value="2" /><Member Name="default" Value="3" /></EnumType><EnumType Name="assignmentMethod"><Member Name="standard" Value="0" /><Member Name="privileged" Value="1" /><Member Name="auto" Value="2" /></EnumType><EnumType Name="contentAlignment"><Member Name="left" Value="0" /><Member Name="right" Value="1" /><Member Name="center" Value="2" /></EnumType><EnumType Name="contentFormat"><Member Name="default" Value="0" /><Member Name="email" Value="1" /></EnumType><EnumType Name="contentState"><Member Name="rest" Value="0" /><Member Name="motion" Value="1" /><Member Name="use" Value="2" /></EnumType><EnumType Name="watermarkLayout"><Member Name="horizontal" Value="0" /><Member Name="diagonal" Value="1" /></EnumType><EnumType Name="androidDeviceOwnerEnrollmentMode"><Member Name="corporateOwnedDedicatedDevice" Value="0" /><Member Name="corporateOwnedFullyManaged" Value="1" /><Member Name="corporateOwnedWorkProfile" Value="2" /><Member Name="corporateOwnedAOSPUserlessDevice" Value="3" /><Member Name="corporateOwnedAOSPUserAssociatedDevice" Value="4" /></EnumType><EnumType Name="androidDeviceOwnerEnrollmentTokenType"><Member Name="default" Value="0" /><Member Name="corporateOwnedDedicatedDeviceWithAzureADSharedMode" Value="1" /><Member Name="deviceStaging" Value="2" /></EnumType><EnumType Name="androidForWorkAppConfigurationSchemaItemDataType"><Member Name="bool" Value="0" /><Member Name="integer" Value="1" /><Member Name="string" Value="2" /><Member Name="choice" Value="3" /><Member Name="multiselect" Value="4" /><Member Name="bundle" Value="5" /><Member Name="bundleArray" Value="6" /><Member Name="hidden" Value="7" /></EnumType><EnumType Name="androidForWorkBindStatus"><Member Name="notBound" Value="0" /><Member Name="bound" Value="1" /><Member Name="boundAndValidated" Value="2" /><Member Name="unbinding" Value="3" /></EnumType><EnumType Name="androidForWorkEnrollmentTarget"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="targeted" Value="2" /><Member Name="targetedAsEnrollmentRestrictions" Value="3" /></EnumType><EnumType Name="androidForWorkSyncStatus"><Member Name="success" Value="0" /><Member Name="credentialsNotValid" Value="1" /><Member Name="androidForWorkApiError" Value="2" /><Member Name="managementServiceError" Value="3" /><Member Name="unknownError" Value="4" /><Member Name="none" Value="5" /></EnumType><EnumType Name="androidManagedStoreAccountAppSyncStatus"><Member Name="success" Value="0" /><Member Name="credentialsNotValid" Value="1" /><Member Name="androidForWorkApiError" Value="2" /><Member Name="managementServiceError" Value="3" /><Member Name="unknownError" Value="4" /><Member Name="none" Value="5" /></EnumType><EnumType Name="androidManagedStoreAccountBindStatus"><Member Name="notBound" Value="0" /><Member Name="bound" Value="1" /><Member Name="boundAndValidated" Value="2" /><Member Name="unbinding" Value="3" /></EnumType><EnumType Name="androidManagedStoreAccountEnrollmentTarget"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="targeted" Value="2" /><Member Name="targetedAsEnrollmentRestrictions" Value="3" /></EnumType><EnumType Name="androidManagedStoreAppConfigurationSchemaItemDataType"><Member Name="bool" Value="0" /><Member Name="integer" Value="1" /><Member Name="string" Value="2" /><Member Name="choice" Value="3" /><Member Name="multiselect" Value="4" /><Member Name="bundle" Value="5" /><Member Name="bundleArray" Value="6" /><Member Name="hidden" Value="7" /></EnumType><EnumType Name="androidManagedStoreLayoutType"><Member Name="basic" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="aospWifiSecurityType"><Member Name="none" Value="0" /><Member Name="wpa" Value="1" /><Member Name="wep" Value="2" /></EnumType><EnumType Name="enrollmentTimeDeviceMembershipTargetType"><Member Name="staticSecurityGroup" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="enrollmentTimeDeviceMembershipTargetValidationErrorCode"><Member Name="securityGroupNotFound" Value="1" /><Member Name="notSecurityGroup" Value="2" /><Member Name="notStaticSecurityGroup" Value="3" /><Member Name="firstPartyAppNotAnOwner" Value="4" /><Member Name="securityGroupNotInCallerScope" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="managedGooglePlayEnterpriseType"><Member Name="enterpriseTypeUnspecified" Value="0" /><Member Name="managedGoogleDomain" Value="1" /><Member Name="managedGooglePlayAccountsEnterprise" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="deviceAndAppManagementAssignmentFilterType"><Member Name="none" Value="0" /><Member Name="include" Value="1" /><Member Name="exclude" Value="2" /></EnumType><EnumType Name="fotaRegistrationState"><Member Name="pending" Value="0" /><Member Name="failed" Value="1" /><Member Name="requested" Value="2" /><Member Name="inProgress" Value="3" /><Member Name="completed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="zebraFotaConnectorState"><Member Name="none" Value="0" /><Member Name="connected" Value="1" /><Member Name="disconnected" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="zebraFotaDeploymentState"><Member Name="pendingCreation" Value="0" /><Member Name="createFailed" Value="1" /><Member Name="created" Value="2" /><Member Name="inProgress" Value="3" /><Member Name="completed" Value="4" /><Member Name="pendingCancel" Value="5" /><Member Name="canceled" Value="6" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="zebraFotaErrorCode"><Member Name="success" Value="0" /><Member Name="noDevicesFoundInSelectedAadGroups" Value="1" /><Member Name="noIntuneDevicesFoundInSelectedAadGroups" Value="2" /><Member Name="noZebraFotaEnrolledDevicesFoundForCurrentTenant" Value="3" /><Member Name="noZebraFotaEnrolledDevicesFoundInSelectedAadGroups" Value="4" /><Member Name="noZebraFotaDevicesFoundForSelectedDeviceModel" Value="5" /><Member Name="zebraFotaCreateDeploymentRequestFailure" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="zebraFotaNetworkType"><Member Name="any" Value="0" /><Member Name="wifi" Value="1" /><Member Name="cellular" Value="2" /><Member Name="wifiAndCellular" Value="3" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="zebraFotaScheduleMode"><Member Name="installNow" Value="0" /><Member Name="scheduled" Value="1" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="zebraFotaUpdateType"><Member Name="custom" Value="0" /><Member Name="latest" Value="1" /><Member Name="auto" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="androidAppCredentialProviderRoleState"><Member Name="notConfigured" Value="0" /><Member Name="allowed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="androidManagedStoreAutoUpdateMode"><Member Name="default" Value="0" /><Member Name="postponed" Value="1" /><Member Name="priority" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="androidPermissionActionType"><Member Name="prompt" Value="0" /><Member Name="autoGrant" Value="1" /><Member Name="autoDeny" Value="2" /></EnumType><EnumType Name="androidProfileApplicability"><Member Name="default" Value="0" /><Member Name="androidWorkProfile" Value="1" /><Member Name="androidDeviceOwner" Value="2" /></EnumType><EnumType Name="androidTargetedPlatforms" IsFlags="true"><Member Name="androidDeviceAdministrator" Value="1" /><Member Name="androidOpenSourceProject" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="appleDeviceDeliveryProtocol"><Member Name="default" Value="0" /><Member Name="mobileDeviceManagement" Value="1" /><Member Name="declarativeDeviceManagement" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="deviceAndAppManagementAssignmentSource"><Member Name="direct" Value="0" /><Member Name="policySets" Value="1" /></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="mobileAppContentScriptState"><Member Name="commitPending" Value="0" /><Member Name="commitSuccess" Value="1" /><Member Name="commitFailed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="mobileAppDependencyType"><Member Name="detect" Value="0" /><Member Name="autoInstall" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="mobileAppPublishingState"><Member Name="notPublished" Value="0" /><Member Name="processing" Value="1" /><Member Name="published" Value="2" /></EnumType><EnumType Name="mobileAppRelationshipType"><Member Name="child" Value="0" /><Member Name="parent" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="mobileAppSupersedenceType"><Member Name="update" Value="0" /><Member Name="replace" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="officeProductId"><Member Name="o365ProPlusRetail" Value="0" /><Member Name="o365BusinessRetail" Value="1" /><Member Name="visioProRetail" Value="2" /><Member Name="projectProRetail" Value="3" /></EnumType><EnumType Name="officeSuiteDefaultFileFormatType"><Member Name="notConfigured" Value="0" /><Member Name="officeOpenXMLFormat" Value="1" /><Member Name="officeOpenDocumentFormat" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="officeSuiteInstallProgressDisplayLevel"><Member Name="none" Value="0" /><Member Name="full" Value="1" /></EnumType><EnumType Name="officeUpdateChannel"><Member Name="none" Value="0" /><Member Name="current" Value="1" /><Member Name="deferred" Value="2" /><Member Name="firstReleaseCurrent" Value="3" /><Member Name="firstReleaseDeferred" Value="4" /><Member Name="monthlyEnterprise" Value="5" /></EnumType><EnumType Name="resultantAppState"><Member Name="notApplicable" Value="-1" /><Member Name="installed" Value="1" /><Member Name="failed" Value="2" /><Member Name="notInstalled" Value="3" /><Member Name="uninstallFailed" Value="4" /><Member Name="pendingInstall" Value="5" /><Member Name="unknown" Value="99" /></EnumType><EnumType Name="resultantAppStateDetail"><Member Name="processorArchitectureNotApplicable" Value="-1000" /><Member Name="minimumDiskSpaceNotMet" Value="-1001" /><Member Name="minimumOsVersionNotMet" Value="-1002" /><Member Name="minimumPhysicalMemoryNotMet" Value="-1003" /><Member Name="minimumLogicalProcessorCountNotMet" Value="-1004" /><Member Name="minimumCpuSpeedNotMet" Value="-1005" /><Member Name="platformNotApplicable" Value="-1006" /><Member Name="fileSystemRequirementNotMet" Value="-1011" /><Member Name="registryRequirementNotMet" Value="-1012" /><Member Name="powerShellScriptRequirementNotMet" Value="-1013" /><Member Name="supersedingAppsNotApplicable" Value="-1016" /><Member Name="noAdditionalDetails" Value="0" /><Member Name="dependencyFailedToInstall" Value="1" /><Member Name="dependencyWithRequirementsNotMet" Value="2" /><Member Name="dependencyPendingReboot" Value="3" /><Member Name="dependencyWithAutoInstallDisabled" Value="4" /><Member Name="supersededAppUninstallFailed" Value="5" /><Member Name="supersededAppUninstallPendingReboot" Value="6" /><Member Name="removingSupersededApps" Value="7" /><Member Name="iosAppStoreUpdateFailedToInstall" Value="1000" /><Member Name="vppAppHasUpdateAvailable" Value="1001" /><Member Name="userRejectedUpdate" Value="1002" /><Member Name="uninstallPendingReboot" Value="1003" /><Member Name="supersedingAppsDetected" Value="1004" /><Member Name="supersededAppsDetected" Value="1005" /><Member Name="seeInstallErrorCode" Value="2000" /><Member Name="autoInstallDisabled" Value="3000" /><Member Name="managedAppNoLongerPresent" Value="3001" /><Member Name="userRejectedInstall" Value="3002" /><Member Name="userIsNotLoggedIntoAppStore" Value="3003" /><Member Name="untargetedSupersedingAppsDetected" Value="3004" /><Member Name="appRemovedBySupersedence" Value="3005" /><Member Name="seeUninstallErrorCode" Value="4000" /><Member Name="pendingReboot" Value="5000" /><Member Name="installingDependencies" Value="5001" /><Member Name="contentDownloaded" Value="5002" /></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="vppTokenActionFailureReason"><Member Name="none" Value="0" /><Member Name="appleFailure" Value="1" /><Member Name="internalError" Value="2" /><Member Name="expiredVppToken" Value="3" /><Member Name="expiredApplePushNotificationCertificate" Value="4" /></EnumType><EnumType Name="win32LobAppDeliveryOptimizationPriority"><Member Name="notConfigured" Value="0" /><Member Name="foreground" Value="1" /></EnumType><EnumType Name="win32LobAppDetectionOperator" IsFlags="true"><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="win32LobAppFileSystemDetectionType"><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" /><Member Name="doesNotExist" Value="6" /></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" /><Member Name="doesNotExist" Value="6" /><Member Name="sizeInBytes" Value="7" /><Member Name="appVersion" Value="8" /><Member Name="unknownFutureValue" Value="9" /></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="win32LobAppPowerShellScriptDetectionType"><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="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="win32LobAppRegistryDetectionType"><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="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" /><Member Name="appVersion" Value="7" /><Member Name="unknownFutureValue" Value="8" /></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" /><Member Name="arm64" Value="16" /></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="winGetAppNotification"><Member Name="showAll" Value="0" /><Member Name="showReboot" Value="1" /><Member Name="hideAll" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="assignmentFilterEvaluationResult"><Member Name="unknown" Value="0" /><Member Name="match" Value="1" /><Member Name="notMatch" Value="2" /><Member Name="inconclusive" Value="3" /><Member Name="failure" Value="4" /><Member Name="notEvaluated" Value="5" /></EnumType><EnumType Name="assignmentFilterManagementType"><Member Name="devices" Value="0" /><Member Name="apps" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="assignmentFilterOperator"><Member Name="notSet" Value="0" /><Member Name="equals" Value="1" /><Member Name="notEquals" Value="2" /><Member Name="startsWith" Value="3" /><Member Name="notStartsWith" Value="4" /><Member Name="contains" Value="5" /><Member Name="notContains" Value="6" /><Member Name="in" Value="7" /><Member Name="notIn" Value="8" /><Member Name="endsWith" Value="9" /><Member Name="notEndsWith" Value="10" /><Member Name="greaterThan" Value="11" /><Member Name="greaterThanOrEquals" Value="12" /><Member Name="lessThan" Value="13" /><Member Name="lessThanOrEquals" Value="14" /><Member Name="unknownFutureValue" Value="15" /></EnumType><EnumType Name="assignmentFilterPayloadType"><Member Name="notSet" Value="0" /><Member Name="enrollmentRestrictions" Value="1" /></EnumType><EnumType Name="associatedAssignmentPayloadType"><Member Name="unknown" Value="0" /><Member Name="deviceConfigurationAndCompliance" Value="1" /><Member Name="application" Value="2" /><Member Name="androidEnterpriseApp" Value="8" /><Member Name="enrollmentConfiguration" Value="9" /><Member Name="groupPolicyConfiguration" Value="12" /><Member Name="zeroTouchDeploymentDeviceConfigProfile" Value="15" /><Member Name="androidEnterpriseConfiguration" Value="16" /><Member Name="deviceFirmwareConfigurationInterfacePolicy" Value="20" /><Member Name="resourceAccessPolicy" Value="23" /><Member Name="win32app" Value="24" /><Member Name="deviceManagmentConfigurationAndCompliancePolicy" Value="29" /></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" /><Member Name="windowsMobileApplicationManagement" Value="13" /></EnumType><EnumType Name="errorCode"><Member Name="noError" Value="0" /><Member Name="unauthorized" Value="1" /><Member Name="notFound" Value="2" /><Member Name="deleted" Value="3" /></EnumType><EnumType Name="policySetStatus"><Member Name="unknown" Value="0" /><Member Name="validating" Value="1" /><Member Name="partialSuccess" Value="2" /><Member Name="success" Value="3" /><Member Name="error" Value="4" /><Member Name="notAssigned" Value="5" /></EnumType><EnumType Name="chromeOSOnboardingStatus"><Member Name="unknown" Value="0" /><Member Name="inprogress" Value="1" /><Member Name="onboarded" Value="2" /><Member Name="failed" Value="3" /><Member Name="offboarding" Value="4" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="onboardingStatus"><Member Name="unknown" Value="0" /><Member Name="inprogress" Value="1" /><Member Name="onboarded" Value="2" /><Member Name="failed" Value="3" /><Member Name="offboarding" Value="4" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="cloudCertificationAuthorityCertificateKeySize"><Member Name="unknown" Value="0" /><Member Name="rsa2048" Value="1" /><Member Name="rsa3072" Value="2" /><Member Name="rsa4096" Value="3" /><Member Name="eCP256" Value="4" /><Member Name="eCP256k" Value="5" /><Member Name="eCP384" Value="6" /><Member Name="eCP521" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="cloudCertificationAuthorityHashingAlgorithm"><Member Name="unknown" Value="0" /><Member Name="sha256" Value="1" /><Member Name="sha384" Value="2" /><Member Name="sha512" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudCertificationAuthorityKeyPlatformType"><Member Name="unknown" Value="0" /><Member Name="software" Value="1" /><Member Name="hardwareSecurityModule" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudCertificationAuthorityLeafCertificateStatus"><Member Name="unknown" Value="0" /><Member Name="active" Value="1" /><Member Name="revoked" Value="2" /><Member Name="expired" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudCertificationAuthorityStatus"><Member Name="unknown" Value="0" /><Member Name="active" Value="1" /><Member Name="paused" Value="2" /><Member Name="revoked" Value="3" /><Member Name="signingPending" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="cloudCertificationAuthorityType"><Member Name="unknown" Value="0" /><Member Name="rootCertificationAuthority" Value="1" /><Member Name="issuingCertificationAuthority" Value="2" /><Member Name="issuingCertificationAuthorityWithExternalRoot" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="administratorConfiguredDeviceComplianceState"><Member Name="basedOnDeviceCompliancePolicy" Value="0" /><Member Name="nonCompliant" Value="1" /></EnumType><EnumType Name="advancedBitLockerState" IsFlags="true"><Member Name="success" Value="0" /><Member Name="noUserConsent" Value="1" /><Member Name="osVolumeUnprotected" Value="2" /><Member Name="osVolumeTpmRequired" Value="4" /><Member Name="osVolumeTpmOnlyRequired" Value="8" /><Member Name="osVolumeTpmPinRequired" Value="16" /><Member Name="osVolumeTpmStartupKeyRequired" Value="32" /><Member Name="osVolumeTpmPinStartupKeyRequired" Value="64" /><Member Name="osVolumeEncryptionMethodMismatch" Value="128" /><Member Name="recoveryKeyBackupFailed" Value="256" /><Member Name="fixedDriveNotEncrypted" Value="512" /><Member Name="fixedDriveEncryptionMethodMismatch" Value="1024" /><Member Name="loggedOnUserNonAdmin" Value="2048" /><Member Name="windowsRecoveryEnvironmentNotConfigured" Value="4096" /><Member Name="tpmNotAvailable" Value="8192" /><Member Name="tpmNotReady" Value="16384" /><Member Name="networkError" Value="32768" /></EnumType><EnumType Name="androidDeviceOwnerAppAutoUpdatePolicyType"><Member Name="notConfigured" Value="0" /><Member Name="userChoice" Value="1" /><Member Name="never" Value="2" /><Member Name="wiFiOnly" Value="3" /><Member Name="always" Value="4" /></EnumType><EnumType Name="androidDeviceOwnerBatteryPluggedMode"><Member Name="notConfigured" Value="0" /><Member Name="ac" Value="1" /><Member Name="usb" Value="2" /><Member Name="wireless" Value="3" /></EnumType><EnumType Name="androidDeviceOwnerCertificateAccessType"><Member Name="userApproval" Value="0" /><Member Name="specificApps" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerCrossProfileDataSharing"><Member Name="notConfigured" Value="0" /><Member Name="crossProfileDataSharingBlocked" Value="1" /><Member Name="dataSharingFromWorkToPersonalBlocked" Value="2" /><Member Name="crossProfileDataSharingAllowed" Value="3" /><Member Name="unkownFutureValue" Value="4" /></EnumType><EnumType Name="androidDeviceOwnerDefaultAppPermissionPolicyType"><Member Name="deviceDefault" Value="0" /><Member Name="prompt" Value="1" /><Member Name="autoGrant" Value="2" /><Member Name="autoDeny" Value="3" /></EnumType><EnumType Name="androidDeviceOwnerDelegatedAppScopeType"><Member Name="unspecified" Value="0" /><Member Name="certificateInstall" Value="1" /><Member Name="captureNetworkActivityLog" Value="2" /><Member Name="captureSecurityLog" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="androidDeviceOwnerEnrollmentProfileType"><Member Name="notConfigured" Value="0" /><Member Name="dedicatedDevice" Value="1" /><Member Name="fullyManaged" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerKioskCustomizationStatusBar"><Member Name="notConfigured" Value="0" /><Member Name="notificationsAndSystemInfoEnabled" Value="1" /><Member Name="systemInfoOnly" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerKioskCustomizationSystemNavigation"><Member Name="notConfigured" Value="0" /><Member Name="navigationEnabled" Value="1" /><Member Name="homeButtonOnly" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerKioskModeFolderIcon"><Member Name="notConfigured" Value="0" /><Member Name="darkSquare" Value="1" /><Member Name="darkCircle" Value="2" /><Member Name="lightSquare" Value="3" /><Member Name="lightCircle" Value="4" /></EnumType><EnumType Name="androidDeviceOwnerKioskModeIconSize"><Member Name="notConfigured" Value="0" /><Member Name="smallest" Value="1" /><Member Name="small" Value="2" /><Member Name="regular" Value="3" /><Member Name="large" Value="4" /><Member Name="largest" Value="5" /></EnumType><EnumType Name="androidDeviceOwnerKioskModeScreenOrientation"><Member Name="notConfigured" Value="0" /><Member Name="portrait" Value="1" /><Member Name="landscape" Value="2" /><Member Name="autoRotate" Value="3" /></EnumType><EnumType Name="androidDeviceOwnerLocationMode"><Member Name="notConfigured" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerPlayStoreMode"><Member Name="notConfigured" Value="0" /><Member Name="allowList" Value="1" /><Member Name="blockList" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerRequiredPasswordType"><Member Name="deviceDefault" Value="0" /><Member Name="required" Value="1" /><Member Name="numeric" Value="2" /><Member Name="numericComplex" Value="3" /><Member Name="alphabetic" Value="4" /><Member Name="alphanumeric" Value="5" /><Member Name="alphanumericWithSymbols" Value="6" /><Member Name="lowSecurityBiometric" Value="7" /><Member Name="customPassword" Value="8" /></EnumType><EnumType Name="androidDeviceOwnerRequiredPasswordUnlock"><Member Name="deviceDefault" Value="0" /><Member Name="daily" Value="1" /><Member Name="unkownFutureValue" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerSystemUpdateInstallType"><Member Name="deviceDefault" Value="0" /><Member Name="postpone" Value="1" /><Member Name="windowed" Value="2" /><Member Name="automatic" Value="3" /></EnumType><EnumType Name="androidDeviceOwnerVirtualHomeButtonType"><Member Name="notConfigured" Value="0" /><Member Name="swipeUp" Value="1" /><Member Name="floating" Value="2" /></EnumType><EnumType Name="androidDeviceOwnerWiFiSecurityType"><Member Name="open" Value="0" /><Member Name="wep" Value="1" /><Member Name="wpaPersonal" Value="2" /><Member Name="wpaEnterprise" Value="4" /></EnumType><EnumType Name="androidEapType"><Member Name="eapTls" Value="13" /><Member Name="eapTtls" Value="21" /><Member Name="peap" Value="25" /></EnumType><EnumType Name="androidForWorkCrossProfileDataSharingType"><Member Name="deviceDefault" Value="0" /><Member Name="preventAny" Value="1" /><Member Name="allowPersonalToWork" Value="2" /><Member Name="noRestrictions" Value="3" /></EnumType><EnumType Name="androidForWorkDefaultAppPermissionPolicyType"><Member Name="deviceDefault" Value="0" /><Member Name="prompt" Value="1" /><Member Name="autoGrant" Value="2" /><Member Name="autoDeny" Value="3" /></EnumType><EnumType Name="androidForWorkRequiredPasswordType"><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="androidForWorkVpnConnectionType"><Member Name="ciscoAnyConnect" Value="0" /><Member Name="pulseSecure" Value="1" /><Member Name="f5EdgeClient" Value="2" /><Member Name="dellSonicWallMobileConnect" Value="3" /><Member Name="checkPointCapsuleVpn" Value="4" /><Member Name="citrix" Value="5" /></EnumType><EnumType Name="androidKeyguardFeature"><Member Name="notConfigured" Value="0" /><Member Name="camera" Value="1" /><Member Name="notifications" Value="2" /><Member Name="unredactedNotifications" Value="3" /><Member Name="trustAgents" Value="4" /><Member Name="fingerprint" Value="5" /><Member Name="remoteInput" Value="6" /><Member Name="allFeatures" Value="7" /><Member Name="face" Value="8" /><Member Name="iris" Value="9" /><Member Name="biometrics" Value="10" /></EnumType><EnumType Name="androidRequiredPasswordComplexity"><Member Name="none" Value="0" /><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /></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="androidSafetyNetEvaluationType"><Member Name="basic" Value="0" /><Member Name="hardwareBacked" Value="1" /></EnumType><EnumType Name="androidUsernameSource"><Member Name="username" Value="0" /><Member Name="userPrincipalName" Value="1" /><Member Name="samAccountName" Value="2" /><Member Name="primarySmtpAddress" Value="3" /></EnumType><EnumType Name="androidVpnConnectionType"><Member Name="ciscoAnyConnect" Value="0" /><Member Name="pulseSecure" Value="1" /><Member Name="f5EdgeClient" Value="2" /><Member Name="dellSonicWallMobileConnect" Value="3" /><Member Name="checkPointCapsuleVpn" Value="4" /><Member Name="citrix" Value="5" /><Member Name="microsoftTunnel" Value="7" /><Member Name="netMotionMobility" Value="8" /><Member Name="microsoftProtect" Value="9" /></EnumType><EnumType Name="androidWiFiSecurityType"><Member Name="open" Value="0" /><Member Name="wpaEnterprise" Value="1" /><Member Name="wpa2Enterprise" Value="2" /><Member Name="wep" Value="3" /><Member Name="wpaPersonal" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="androidWorkProfileAccountUse"><Member Name="allowAllExceptGoogleAccounts" Value="0" /><Member Name="blockAll" Value="1" /><Member Name="allowAll" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="androidWorkProfileVpnConnectionType"><Member Name="ciscoAnyConnect" Value="0" /><Member Name="pulseSecure" Value="1" /><Member Name="f5EdgeClient" Value="2" /><Member Name="dellSonicWallMobileConnect" Value="3" /><Member Name="checkPointCapsuleVpn" Value="4" /><Member Name="citrix" Value="5" /><Member Name="paloAltoGlobalProtect" Value="6" /><Member Name="microsoftTunnel" Value="7" /><Member Name="netMotionMobility" Value="8" /><Member Name="microsoftProtect" Value="9" /></EnumType><EnumType Name="aospDeviceOwnerWiFiSecurityType"><Member Name="open" Value="0" /><Member Name="wep" Value="1" /><Member Name="wpaPersonal" Value="2" /><Member Name="wpaEnterprise" Value="4" /></EnumType><EnumType Name="appInstallControlType"><Member Name="notConfigured" Value="0" /><Member Name="anywhere" Value="1" /><Member Name="storeOnly" Value="2" /><Member Name="recommendations" Value="3" /><Member Name="preferStore" Value="4" /></EnumType><EnumType Name="appleDeploymentChannel"><Member Name="deviceChannel" Value="0" /><Member Name="userChannel" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="appleSubjectNameFormat"><Member Name="commonName" Value="0" /><Member Name="commonNameAsEmail" Value="1" /><Member Name="custom" Value="2" /><Member Name="commonNameIncludingEmail" Value="3" /><Member Name="commonNameAsIMEI" Value="5" /><Member Name="commonNameAsSerialNumber" Value="6" /></EnumType><EnumType Name="appleVpnConnectionType"><Member Name="ciscoAnyConnect" Value="0" /><Member Name="pulseSecure" Value="1" /><Member Name="f5EdgeClient" Value="2" /><Member Name="dellSonicWallMobileConnect" Value="3" /><Member Name="checkPointCapsuleVpn" Value="4" /><Member Name="customVpn" Value="5" /><Member Name="ciscoIPSec" Value="6" /><Member Name="citrix" Value="7" /><Member Name="ciscoAnyConnectV2" Value="8" /><Member Name="paloAltoGlobalProtect" Value="9" /><Member Name="zscalerPrivateAccess" Value="10" /><Member Name="f5Access2018" Value="11" /><Member Name="citrixSso" Value="12" /><Member Name="paloAltoGlobalProtectV2" Value="13" /><Member Name="ikEv2" Value="14" /><Member Name="alwaysOn" Value="15" /><Member Name="microsoftTunnel" Value="16" /><Member Name="netMotionMobility" Value="17" /><Member Name="microsoftProtect" Value="18" /></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="applicationGuardEnabledOptions"><Member Name="notConfigured" Value="0" /><Member Name="enabledForEdge" Value="1" /><Member Name="enabledForOffice" Value="2" /><Member Name="enabledForEdgeAndOffice" Value="3" /></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="authenticationTransformConstant"><Member Name="md5_96" Value="0" /><Member Name="sha1_96" Value="1" /><Member Name="sha_256_128" Value="2" /><Member Name="aes128Gcm" Value="3" /><Member Name="aes192Gcm" Value="4" /><Member Name="aes256Gcm" Value="5" /></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" /><Member Name="windowsDefault" Value="6" /></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="bitLockerRecoveryInformationType"><Member Name="passwordAndKey" Value="1" /><Member Name="passwordOnly" Value="2" /></EnumType><EnumType Name="bitLockerRecoveryPasswordRotationType"><Member Name="notConfigured" Value="0" /><Member Name="disabled" Value="1" /><Member Name="enabledForAzureAd" Value="2" /><Member Name="enabledForAzureAdAndHybrid" Value="3" /></EnumType><EnumType Name="browserSyncSetting"><Member Name="notConfigured" Value="0" /><Member Name="blockedWithUserOverride" Value="1" /><Member Name="blocked" Value="2" /></EnumType><EnumType Name="certificateDestinationStore"><Member Name="computerCertStoreRoot" Value="0" /><Member Name="computerCertStoreIntermediate" Value="1" /><Member Name="userCertStoreIntermediate" Value="2" /></EnumType><EnumType Name="certificateIssuanceStates"><Member Name="unknown" Value="0" /><Member Name="challengeIssued" Value="1" /><Member Name="challengeIssueFailed" Value="2" /><Member Name="requestCreationFailed" Value="3" /><Member Name="requestSubmitFailed" Value="4" /><Member Name="challengeValidationSucceeded" Value="5" /><Member Name="challengeValidationFailed" Value="6" /><Member Name="issueFailed" Value="7" /><Member Name="issuePending" Value="8" /><Member Name="issued" Value="9" /><Member Name="responseProcessingFailed" Value="10" /><Member Name="responsePending" Value="11" /><Member Name="enrollmentSucceeded" Value="12" /><Member Name="enrollmentNotNeeded" Value="13" /><Member Name="revoked" Value="14" /><Member Name="removedFromCollection" Value="15" /><Member Name="renewVerified" Value="16" /><Member Name="installFailed" Value="17" /><Member Name="installed" Value="18" /><Member Name="deleteFailed" Value="19" /><Member Name="deleted" Value="20" /><Member Name="renewalRequested" Value="21" /><Member Name="requested" Value="22" /></EnumType><EnumType Name="certificateRevocationStatus"><Member Name="none" Value="0" /><Member Name="pending" Value="1" /><Member Name="issued" Value="2" /><Member Name="failed" Value="3" /><Member Name="revoked" Value="4" /></EnumType><EnumType Name="certificateStore"><Member Name="user" Value="1" /><Member Name="machine" Value="2" /></EnumType><EnumType Name="certificateValidityPeriodScale"><Member Name="days" Value="0" /><Member Name="months" Value="1" /><Member Name="years" Value="2" /></EnumType><EnumType Name="changeUefiSettingsPermission"><Member Name="notConfiguredOnly" Value="0" /><Member Name="none" Value="1" /></EnumType><EnumType Name="code"><Member Name="none" Value="0" /><Member Name="jsonFileInvalid" Value="1" /><Member Name="jsonFileMissing" Value="2" /><Member Name="jsonFileTooLarge" Value="3" /><Member Name="rulesMissing" Value="4" /><Member Name="duplicateRules" Value="5" /><Member Name="tooManyRulesSpecified" Value="6" /><Member Name="operatorMissing" Value="7" /><Member Name="operatorNotSupported" Value="8" /><Member Name="datatypeMissing" Value="9" /><Member Name="datatypeNotSupported" Value="10" /><Member Name="operatorDataTypeCombinationNotSupported" Value="11" /><Member Name="moreInfoUriMissing" Value="12" /><Member Name="moreInfoUriInvalid" Value="13" /><Member Name="moreInfoUriTooLarge" Value="14" /><Member Name="descriptionMissing" Value="15" /><Member Name="descriptionInvalid" Value="16" /><Member Name="descriptionTooLarge" Value="17" /><Member Name="titleMissing" Value="18" /><Member Name="titleInvalid" Value="19" /><Member Name="titleTooLarge" Value="20" /><Member Name="operandMissing" Value="21" /><Member Name="operandInvalid" Value="22" /><Member Name="operandTooLarge" Value="23" /><Member Name="settingNameMissing" Value="24" /><Member Name="settingNameInvalid" Value="25" /><Member Name="settingNameTooLarge" Value="26" /><Member Name="englishLocaleMissing" Value="27" /><Member Name="duplicateLocales" Value="28" /><Member Name="unrecognizedLocale" Value="29" /><Member Name="unknown" Value="30" /><Member Name="remediationStringsMissing" Value="31" /></EnumType><EnumType Name="configurationUsage"><Member Name="blocked" Value="0" /><Member Name="required" Value="1" /><Member Name="allowed" Value="2" /><Member Name="notConfigured" Value="3" /></EnumType><EnumType Name="dataType"><Member Name="none" Value="0" /><Member Name="boolean" Value="1" /><Member Name="int64" Value="2" /><Member Name="double" Value="3" /><Member Name="string" Value="4" /><Member Name="dateTime" Value="5" /><Member Name="version" Value="6" /><Member Name="base64" Value="7" /><Member Name="xml" Value="8" /><Member Name="booleanArray" Value="9" /><Member Name="int64Array" Value="10" /><Member Name="doubleArray" Value="11" /><Member Name="stringArray" Value="12" /><Member Name="dateTimeArray" Value="13" /><Member Name="versionArray" Value="14" /></EnumType><EnumType Name="defenderAttackSurfaceType"><Member Name="userDefined" Value="0" /><Member Name="block" Value="1" /><Member Name="auditMode" Value="2" /><Member Name="warn" Value="6" /><Member Name="disable" Value="99" /></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="defenderPotentiallyUnwantedAppAction"><Member Name="deviceDefault" Value="0" /><Member Name="block" Value="1" /><Member Name="audit" Value="2" /></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="defenderProtectionType"><Member Name="userDefined" Value="0" /><Member Name="enable" Value="1" /><Member Name="auditMode" Value="2" /><Member Name="warn" Value="6" /><Member Name="notConfigured" Value="99" /></EnumType><EnumType Name="defenderRealtimeScanDirection"><Member Name="monitorAllFiles" Value="0" /><Member Name="monitorIncomingFilesOnly" Value="1" /><Member Name="monitorOutgoingFilesOnly" Value="2" /></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="defenderSecurityCenterITContactDisplayType"><Member Name="notConfigured" Value="0" /><Member Name="displayInAppAndInNotifications" Value="1" /><Member Name="displayOnlyInApp" Value="2" /><Member Name="displayOnlyInNotifications" Value="3" /></EnumType><EnumType Name="defenderSecurityCenterNotificationsFromAppType"><Member Name="notConfigured" Value="0" /><Member Name="blockNoncriticalNotifications" Value="1" /><Member Name="blockAllNotifications" Value="2" /></EnumType><EnumType Name="defenderSubmitSamplesConsentType"><Member Name="sendSafeSamplesAutomatically" Value="0" /><Member Name="alwaysPrompt" Value="1" /><Member Name="neverSend" Value="2" /><Member Name="sendAllSamplesAutomatically" 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="deliveryOptimizationGroupIdOptionsType"><Member Name="notConfigured" Value="0" /><Member Name="adSite" Value="1" /><Member Name="authenticatedDomainSid" Value="2" /><Member Name="dhcpUserOption" Value="3" /><Member Name="dnsSuffix" Value="4" /></EnumType><EnumType Name="deliveryOptimizationRestrictPeerSelectionByOptions"><Member Name="notConfigured" Value="0" /><Member Name="subnetMask" Value="1" /></EnumType><EnumType Name="derivedCredentialProviderType"><Member Name="notConfigured" Value="0" /><Member Name="entrustDataCard" Value="1" /><Member Name="purebred" Value="2" /><Member Name="xTec" Value="3" /><Member Name="intercede" Value="4" /></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" /><Member Name="remoteLock" Value="10" /></EnumType><EnumType Name="deviceComplianceScriptRuleDataType"><Member Name="none" Value="0" /><Member Name="boolean" Value="1" /><Member Name="int64" Value="2" /><Member Name="double" Value="3" /><Member Name="string" Value="4" /><Member Name="dateTime" Value="5" /><Member Name="version" Value="6" /><Member Name="base64" Value="7" /><Member Name="xml" Value="8" /><Member Name="booleanArray" Value="9" /><Member Name="int64Array" Value="10" /><Member Name="doubleArray" Value="11" /><Member Name="stringArray" Value="12" /><Member Name="dateTimeArray" Value="13" /><Member Name="versionArray" Value="14" /></EnumType><EnumType Name="deviceComplianceScriptRulesValidationError"><Member Name="none" Value="0" /><Member Name="jsonFileInvalid" Value="1" /><Member Name="jsonFileMissing" Value="2" /><Member Name="jsonFileTooLarge" Value="3" /><Member Name="rulesMissing" Value="4" /><Member Name="duplicateRules" Value="5" /><Member Name="tooManyRulesSpecified" Value="6" /><Member Name="operatorMissing" Value="7" /><Member Name="operatorNotSupported" Value="8" /><Member Name="datatypeMissing" Value="9" /><Member Name="datatypeNotSupported" Value="10" /><Member Name="operatorDataTypeCombinationNotSupported" Value="11" /><Member Name="moreInfoUriMissing" Value="12" /><Member Name="moreInfoUriInvalid" Value="13" /><Member Name="moreInfoUriTooLarge" Value="14" /><Member Name="descriptionMissing" Value="15" /><Member Name="descriptionInvalid" Value="16" /><Member Name="descriptionTooLarge" Value="17" /><Member Name="titleMissing" Value="18" /><Member Name="titleInvalid" Value="19" /><Member Name="titleTooLarge" Value="20" /><Member Name="operandMissing" Value="21" /><Member Name="operandInvalid" Value="22" /><Member Name="operandTooLarge" Value="23" /><Member Name="settingNameMissing" Value="24" /><Member Name="settingNameInvalid" Value="25" /><Member Name="settingNameTooLarge" Value="26" /><Member Name="englishLocaleMissing" Value="27" /><Member Name="duplicateLocales" Value="28" /><Member Name="unrecognizedLocale" Value="29" /><Member Name="unknown" Value="30" /><Member Name="remediationStringsMissing" Value="31" /></EnumType><EnumType Name="deviceComplianceScriptRulOperator"><Member Name="none" Value="0" /><Member Name="and" Value="1" /><Member Name="or" Value="2" /><Member Name="isEquals" Value="3" /><Member Name="notEquals" Value="4" /><Member Name="greaterThan" Value="5" /><Member Name="lessThan" Value="6" /><Member Name="between" Value="7" /><Member Name="notBetween" Value="8" /><Member Name="greaterEquals" Value="9" /><Member Name="lessEquals" Value="10" /><Member Name="dayTimeBetween" Value="11" /><Member Name="beginsWith" Value="12" /><Member Name="notBeginsWith" Value="13" /><Member Name="endsWith" Value="14" /><Member Name="notEndsWith" Value="15" /><Member Name="contains" Value="16" /><Member Name="notContains" Value="17" /><Member Name="allOf" Value="18" /><Member Name="oneOf" Value="19" /><Member Name="noneOf" Value="20" /><Member Name="setEquals" Value="21" /><Member Name="orderedSetEquals" Value="22" /><Member Name="subsetOf" Value="23" /><Member Name="excludesAll" Value="24" /></EnumType><EnumType Name="deviceConfigAssignmentIntent"><Member Name="apply" Value="0" /><Member Name="remove" Value="1" /></EnumType><EnumType Name="deviceGuardLocalSystemAuthorityCredentialGuardType"><Member Name="notConfigured" Value="0" /><Member Name="enableWithUEFILock" Value="1" /><Member Name="enableWithoutUEFILock" Value="2" /><Member Name="disable" Value="3" /></EnumType><EnumType Name="deviceManagementApplicabilityRuleType"><Member Name="include" Value="0" /><Member Name="exclude" Value="1" /></EnumType><EnumType Name="deviceManagementCertificationAuthority"><Member Name="notConfigured" Value="0" /><Member Name="microsoft" Value="1" /><Member Name="digiCert" Value="2" /></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="deviceType"><Member Name="desktop" Value="0" /><Member Name="windowsRT" Value="1" /><Member Name="winMO6" Value="2" /><Member Name="nokia" Value="3" /><Member Name="windowsPhone" Value="4" /><Member Name="mac" Value="5" /><Member Name="winCE" Value="6" /><Member Name="winEmbedded" Value="7" /><Member Name="iPhone" Value="8" /><Member Name="iPad" Value="9" /><Member Name="iPod" Value="10" /><Member Name="android" Value="11" /><Member Name="iSocConsumer" Value="12" /><Member Name="unix" Value="13" /><Member Name="macMDM" Value="14" /><Member Name="holoLens" Value="15" /><Member Name="surfaceHub" Value="16" /><Member Name="androidForWork" Value="17" /><Member Name="androidEnterprise" Value="18" /><Member Name="windows10x" Value="19" /><Member Name="androidnGMS" Value="20" /><Member Name="chromeOS" Value="21" /><Member Name="linux" Value="22" /><Member Name="visionOS" Value="23" /><Member Name="tvOS" Value="24" /><Member Name="blackberry" Value="100" /><Member Name="palm" Value="101" /><Member Name="unknown" Value="255" /><Member Name="cloudPC" Value="257" /></EnumType><EnumType Name="deviceTypes"><Member Name="desktop" Value="0" /><Member Name="windowsRT" Value="1" /><Member Name="winMO6" Value="2" /><Member Name="nokia" Value="3" /><Member Name="windowsPhone" Value="4" /><Member Name="mac" Value="5" /><Member Name="winCE" Value="6" /><Member Name="winEmbedded" Value="7" /><Member Name="iPhone" Value="8" /><Member Name="iPad" Value="9" /><Member Name="iPod" Value="10" /><Member Name="android" Value="11" /><Member Name="iSocConsumer" Value="12" /><Member Name="unix" Value="13" /><Member Name="macMDM" Value="14" /><Member Name="holoLens" Value="15" /><Member Name="surfaceHub" Value="16" /><Member Name="androidForWork" Value="17" /><Member Name="androidEnterprise" Value="18" /><Member Name="blackberry" Value="100" /><Member Name="palm" Value="101" /><Member Name="unknown" Value="255" /></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="diffieHellmanGroup"><Member Name="group1" Value="0" /><Member Name="group2" Value="1" /><Member Name="group14" Value="2" /><Member Name="ecp256" Value="3" /><Member Name="ecp384" Value="4" /><Member Name="group24" Value="5" /></EnumType><EnumType Name="dmaGuardDeviceEnumerationPolicyType"><Member Name="deviceDefault" Value="0" /><Member Name="blockAll" Value="1" /><Member Name="allowAll" Value="2" /></EnumType><EnumType Name="domainNameSource"><Member Name="fullDomainName" Value="0" /><Member Name="netBiosDomainName" Value="1" /></EnumType><EnumType Name="eapFastConfiguration"><Member Name="noProtectedAccessCredential" Value="0" /><Member Name="useProtectedAccessCredential" Value="1" /><Member Name="useProtectedAccessCredentialAndProvision" Value="2" /><Member Name="useProtectedAccessCredentialAndProvisionAnonymously" Value="3" /></EnumType><EnumType Name="eapType"><Member Name="eapTls" Value="13" /><Member Name="leap" Value="17" /><Member Name="eapSim" Value="18" /><Member Name="eapTtls" Value="21" /><Member Name="peap" Value="25" /><Member Name="eapFast" Value="43" /><Member Name="teap" Value="55" /></EnumType><EnumType Name="easAuthenticationMethod"><Member Name="usernameAndPassword" Value="0" /><Member Name="certificate" Value="1" /><Member Name="derivedCredential" Value="2" /></EnumType><EnumType Name="easServices" IsFlags="true"><Member Name="none" Value="0" /><Member Name="calendars" Value="1" /><Member Name="contacts" Value="2" /><Member Name="email" Value="4" /><Member Name="notes" Value="8" /><Member Name="reminders" Value="16" /></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="edgeKioskModeRestrictionType"><Member Name="notConfigured" Value="0" /><Member Name="digitalSignage" Value="1" /><Member Name="normalMode" Value="2" /><Member Name="publicBrowsingSingleApp" Value="3" /><Member Name="publicBrowsingMultiApp" Value="4" /></EnumType><EnumType Name="edgeOpenOptions"><Member Name="notConfigured" Value="0" /><Member Name="startPage" Value="1" /><Member Name="newTabPage" Value="2" /><Member Name="previousPages" Value="3" /><Member Name="specificPages" Value="4" /></EnumType><EnumType Name="edgeSearchEngineType"><Member Name="default" Value="0" /><Member Name="bing" Value="1" /></EnumType><EnumType Name="edgeTelemetryMode"><Member Name="notConfigured" Value="0" /><Member Name="intranet" Value="1" /><Member Name="internet" Value="2" /><Member Name="intranetAndInternet" Value="3" /></EnumType><EnumType Name="editionUpgradeLicenseType"><Member Name="productKey" Value="0" /><Member Name="licenseFile" Value="1" /><Member Name="notConfigured" Value="2" /></EnumType><EnumType Name="emailCertificateType"><Member Name="none" Value="0" /><Member Name="certificate" Value="1" /><Member Name="derivedCredential" Value="2" /></EnumType><EnumType Name="emailSyncDuration"><Member Name="userDefined" Value="0" /><Member Name="oneDay" Value="1" /><Member Name="threeDays" Value="2" /><Member Name="oneWeek" Value="3" /><Member Name="twoWeeks" Value="4" /><Member Name="oneMonth" Value="5" /><Member Name="unlimited" Value="6" /></EnumType><EnumType Name="emailSyncSchedule"><Member Name="userDefined" Value="0" /><Member Name="asMessagesArrive" Value="1" /><Member Name="manual" Value="2" /><Member Name="fifteenMinutes" Value="3" /><Member Name="thirtyMinutes" Value="4" /><Member Name="sixtyMinutes" Value="5" /><Member Name="basedOnMyUsage" Value="6" /></EnumType><EnumType Name="enablement"><Member Name="notConfigured" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /></EnumType><EnumType Name="encryptionReadinessState"><Member Name="notReady" Value="0" /><Member Name="ready" Value="1" /></EnumType><EnumType Name="encryptionState"><Member Name="notEncrypted" Value="0" /><Member Name="encrypted" Value="1" /></EnumType><EnumType Name="fileVaultState" IsFlags="true"><Member Name="success" Value="0" /><Member Name="driveEncryptedByUser" Value="1" /><Member Name="userDeferredEncryption" Value="2" /><Member Name="escrowNotEnabled" Value="4" /></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="folderProtectionType"><Member Name="userDefined" Value="0" /><Member Name="enable" Value="1" /><Member Name="auditMode" Value="2" /><Member Name="blockDiskModification" Value="3" /><Member Name="auditDiskModification" Value="4" /></EnumType><EnumType Name="hardwareConfigurationFormat"><Member Name="dell" Value="1" /><Member Name="surface" Value="2" /><Member Name="surfaceDock" Value="3" /></EnumType><EnumType Name="hashAlgorithms" IsFlags="true"><Member Name="sha1" Value="1" /><Member Name="sha2" Value="2" /></EnumType><EnumType Name="inkAccessSetting"><Member Name="notConfigured" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /></EnumType><EnumType Name="intendedPurpose"><Member Name="unassigned" Value="1" /><Member Name="smimeEncryption" Value="2" /><Member Name="smimeSigning" Value="3" /><Member Name="vpn" Value="4" /><Member Name="wifi" Value="5" /></EnumType><EnumType Name="internetExplorerMessageSetting"><Member Name="notConfigured" Value="0" /><Member Name="disabled" Value="1" /><Member Name="enabled" Value="2" /><Member Name="keepGoing" Value="3" /></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="iosKioskModeAppType"><Member Name="notConfigured" Value="0" /><Member Name="appStoreApp" Value="1" /><Member Name="managedApp" Value="2" /><Member Name="builtInApp" 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="iosNotificationPreviewVisibility"><Member Name="notConfigured" Value="0" /><Member Name="alwaysShow" Value="1" /><Member Name="hideWhenLocked" Value="2" /><Member Name="neverShow" Value="3" /></EnumType><EnumType Name="iosSoftwareUpdateScheduleType"><Member Name="updateOutsideOfActiveHours" Value="0" /><Member Name="alwaysUpdate" Value="1" /><Member Name="updateDuringTimeWindows" Value="2" /><Member Name="updateOutsideOfTimeWindows" Value="3" /></EnumType><EnumType Name="iosUpdatesInstallStatus"><Member Name="updateScanFailed" Value="-2016324062" /><Member Name="deviceOsHigherThanDesiredOsVersion" Value="-2016330696" /><Member Name="updateError" Value="-2016330697" /><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="timeout" Value="-2016333898" /><Member Name="mdmClientCrashed" Value="-2016336109" /><Member Name="success" Value="0" /><Member Name="available" Value="1" /><Member Name="idle" Value="2" /><Member Name="unknown" Value="3" /></EnumType><EnumType Name="iosWallpaperDisplayLocation"><Member Name="notConfigured" Value="0" /><Member Name="lockScreen" Value="1" /><Member Name="homeScreen" Value="2" /><Member Name="lockAndHomeScreens" Value="3" /></EnumType><EnumType Name="iosWiredNetworkEapType"><Member Name="eapTls" Value="0" /><Member Name="eapTtls" Value="1" /><Member Name="peap" Value="2" /><Member Name="eapFast" Value="3" /><Member Name="eapAka" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="keySize"><Member Name="size1024" Value="0" /><Member Name="size2048" Value="1" /><Member Name="size4096" Value="2" /></EnumType><EnumType Name="keyStorageProviderOption"><Member Name="useTpmKspOtherwiseUseSoftwareKsp" Value="0" /><Member Name="useTpmKspOtherwiseFail" Value="1" /><Member Name="usePassportForWorkKspOtherwiseFail" Value="2" /><Member Name="useSoftwareKsp" Value="3" /></EnumType><EnumType Name="keyUsages" IsFlags="true"><Member Name="keyEncipherment" Value="1" /><Member Name="digitalSignature" Value="2" /></EnumType><EnumType Name="kioskModeManagedHomeScreenPinComplexity"><Member Name="notConfigured" Value="0" /><Member Name="simple" Value="1" /><Member Name="complex" Value="2" /></EnumType><EnumType Name="kioskModeType"><Member Name="notConfigured" Value="0" /><Member Name="singleAppMode" Value="1" /><Member Name="multiAppMode" Value="2" /></EnumType><EnumType Name="lanManagerAuthenticationLevel"><Member Name="lmAndNltm" Value="0" /><Member Name="lmNtlmAndNtlmV2" Value="1" /><Member Name="lmAndNtlmOnly" Value="2" /><Member Name="lmAndNtlmV2" Value="3" /><Member Name="lmNtlmV2AndNotLm" Value="4" /><Member Name="lmNtlmV2AndNotLmOrNtm" Value="5" /></EnumType><EnumType Name="licenseType"><Member Name="notPaid" Value="0" /><Member Name="paid" Value="1" /><Member Name="trial" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="localSecurityOptionsAdministratorElevationPromptBehaviorType"><Member Name="notConfigured" Value="0" /><Member Name="elevateWithoutPrompting" Value="1" /><Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" /><Member Name="promptForConsentOnTheSecureDesktop" Value="3" /><Member Name="promptForCredentials" Value="4" /><Member Name="promptForConsent" Value="5" /><Member Name="promptForConsentForNonWindowsBinaries" Value="6" /></EnumType><EnumType Name="localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType"><Member Name="notConfigured" Value="0" /><Member Name="administrators" Value="1" /><Member Name="administratorsAndPowerUsers" Value="2" /><Member Name="administratorsAndInteractiveUsers" Value="3" /></EnumType><EnumType Name="localSecurityOptionsInformationDisplayedOnLockScreenType"><Member Name="notConfigured" Value="0" /><Member Name="administrators" Value="1" /><Member Name="administratorsAndPowerUsers" Value="2" /><Member Name="administratorsAndInteractiveUsers" Value="3" /></EnumType><EnumType Name="localSecurityOptionsInformationShownOnLockScreenType"><Member Name="notConfigured" Value="0" /><Member Name="userDisplayNameDomainUser" Value="1" /><Member Name="userDisplayNameOnly" Value="2" /><Member Name="doNotDisplayUser" Value="3" /></EnumType><EnumType Name="localSecurityOptionsMinimumSessionSecurity"><Member Name="none" Value="0" /><Member Name="requireNtmlV2SessionSecurity" Value="1" /><Member Name="require128BitEncryption" Value="2" /><Member Name="ntlmV2And128BitEncryption" Value="3" /></EnumType><EnumType Name="localSecurityOptionsSmartCardRemovalBehaviorType"><Member Name="noAction" Value="0" /><Member Name="lockWorkstation" Value="1" /><Member Name="forceLogoff" Value="2" /><Member Name="disconnectRemoteDesktopSession" Value="3" /></EnumType><EnumType Name="localSecurityOptionsStandardUserElevationPromptBehaviorType"><Member Name="notConfigured" Value="0" /><Member Name="automaticallyDenyElevationRequests" Value="1" /><Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" /><Member Name="promptForCredentials" Value="3" /></EnumType><EnumType Name="macAddressRandomizationMode"><Member Name="automatic" Value="0" /><Member Name="hardware" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="macOSContentCachingClientPolicy"><Member Name="notConfigured" Value="0" /><Member Name="clientsInLocalNetwork" Value="1" /><Member Name="clientsWithSamePublicIpAddress" Value="2" /><Member Name="clientsInCustomLocalNetworks" Value="3" /><Member Name="clientsInCustomLocalNetworksWithFallback" Value="4" /></EnumType><EnumType Name="macOSContentCachingParentSelectionPolicy"><Member Name="notConfigured" Value="0" /><Member Name="roundRobin" Value="1" /><Member Name="firstAvailable" Value="2" /><Member Name="urlPathHash" Value="3" /><Member Name="random" Value="4" /><Member Name="stickyAvailable" Value="5" /></EnumType><EnumType Name="macOSContentCachingPeerPolicy"><Member Name="notConfigured" Value="0" /><Member Name="peersInLocalNetwork" Value="1" /><Member Name="peersWithSamePublicIpAddress" Value="2" /><Member Name="peersInCustomLocalNetworks" Value="3" /></EnumType><EnumType Name="macOSContentCachingType"><Member Name="notConfigured" Value="0" /><Member Name="userContentOnly" Value="1" /><Member Name="sharedContentOnly" Value="2" /></EnumType><EnumType Name="macOSFileVaultRecoveryKeyTypes" IsFlags="true"><Member Name="notConfigured" Value="0" /><Member Name="institutionalRecoveryKey" Value="1" /><Member Name="personalRecoveryKey" Value="2" /></EnumType><EnumType Name="macOSGatekeeperAppSources"><Member Name="notConfigured" Value="0" /><Member Name="macAppStore" Value="1" /><Member Name="macAppStoreAndIdentifiedDevelopers" Value="2" /><Member Name="anywhere" Value="3" /></EnumType><EnumType Name="macOSPriority"><Member Name="low" Value="0" /><Member Name="high" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="macOSProcessIdentifierType"><Member Name="bundleID" Value="1" /><Member Name="path" Value="2" /></EnumType><EnumType Name="macOSSoftwareUpdateBehavior"><Member Name="notConfigured" Value="0" /><Member Name="default" Value="1" /><Member Name="downloadOnly" Value="2" /><Member Name="installASAP" Value="3" /><Member Name="notifyOnly" Value="4" /><Member Name="installLater" Value="5" /></EnumType><EnumType Name="macOSSoftwareUpdateCategory"><Member Name="critical" Value="0" /><Member Name="configurationDataFile" Value="1" /><Member Name="firmware" Value="2" /><Member Name="other" Value="3" /></EnumType><EnumType Name="macOSSoftwareUpdateDelayPolicy" IsFlags="true"><Member Name="none" Value="0" /><Member Name="delayOSUpdateVisibility" Value="1" /><Member Name="delayAppUpdateVisibility" Value="2" /><Member Name="unknownFutureValue" Value="4" /><Member Name="delayMajorOsUpdateVisibility" Value="8" /></EnumType><EnumType Name="macOSSoftwareUpdateScheduleType"><Member Name="alwaysUpdate" Value="0" /><Member Name="updateDuringTimeWindows" Value="1" /><Member Name="updateOutsideOfTimeWindows" Value="2" /></EnumType><EnumType Name="macOSSoftwareUpdateState"><Member Name="success" Value="0" /><Member Name="downloading" Value="1000" /><Member Name="downloaded" Value="1001" /><Member Name="installing" Value="1002" /><Member Name="idle" Value="1003" /><Member Name="available" Value="1004" /><Member Name="scheduled" Value="1005" /><Member Name="downloadFailed" Value="2000" /><Member Name="downloadInsufficientSpace" Value="2001" /><Member Name="downloadInsufficientPower" Value="2002" /><Member Name="downloadInsufficientNetwork" Value="2003" /><Member Name="installInsufficientSpace" Value="2004" /><Member Name="installInsufficientPower" Value="2005" /><Member Name="installFailed" Value="2006" /><Member Name="commandFailed" Value="2007" /></EnumType><EnumType Name="macOSSystemExtensionType" IsFlags="true"><Member Name="driverExtensionsAllowed" Value="1" /><Member Name="networkExtensionsAllowed" Value="2" /><Member Name="endpointSecurityExtensionsAllowed" Value="4" /></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="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" /><Member Name="intuneAosp" Value="2048" /><Member Name="google" Value="8192" /><Member Name="unknownFutureValue" Value="8193" /></EnumType><EnumType Name="meteredConnectionLimitType"><Member Name="unrestricted" Value="0" /><Member Name="fixed" Value="1" /><Member Name="variable" Value="2" /></EnumType><EnumType Name="microsoftLauncherDockPresence"><Member Name="notConfigured" Value="0" /><Member Name="show" Value="1" /><Member Name="hide" Value="2" /><Member Name="disabled" Value="3" /></EnumType><EnumType Name="microsoftLauncherSearchBarPlacement"><Member Name="notConfigured" Value="0" /><Member Name="top" Value="1" /><Member Name="bottom" Value="2" /><Member Name="hide" 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="ndesConnectorState"><Member Name="none" Value="0" /><Member Name="active" Value="1" /><Member Name="inactive" Value="2" /></EnumType><EnumType Name="networkSingleSignOnType"><Member Name="disabled" Value="0" /><Member Name="prelogon" Value="1" /><Member Name="postlogon" Value="2" /></EnumType><EnumType Name="nonEapAuthenticationMethodForEapTtlsType"><Member Name="unencryptedPassword" Value="0" /><Member Name="challengeHandshakeAuthenticationProtocol" Value="1" /><Member Name="microsoftChap" Value="2" /><Member Name="microsoftChapVersionTwo" Value="3" /></EnumType><EnumType Name="nonEapAuthenticationMethodForPeap"><Member Name="none" Value="0" /><Member Name="microsoftChapVersionTwo" Value="1" /></EnumType><EnumType Name="operator"><Member Name="none" Value="0" /><Member Name="and" Value="1" /><Member Name="or" Value="2" /><Member Name="isEquals" Value="3" /><Member Name="notEquals" Value="4" /><Member Name="greaterThan" Value="5" /><Member Name="lessThan" Value="6" /><Member Name="between" Value="7" /><Member Name="notBetween" Value="8" /><Member Name="greaterEquals" Value="9" /><Member Name="lessEquals" Value="10" /><Member Name="dayTimeBetween" Value="11" /><Member Name="beginsWith" Value="12" /><Member Name="notBeginsWith" Value="13" /><Member Name="endsWith" Value="14" /><Member Name="notEndsWith" Value="15" /><Member Name="contains" Value="16" /><Member Name="notContains" Value="17" /><Member Name="allOf" Value="18" /><Member Name="oneOf" Value="19" /><Member Name="noneOf" Value="20" /><Member Name="setEquals" Value="21" /><Member Name="orderedSetEquals" Value="22" /><Member Name="subsetOf" Value="23" /><Member Name="excludesAll" Value="24" /></EnumType><EnumType Name="perfectForwardSecrecyGroup"><Member Name="pfs1" Value="0" /><Member Name="pfs2" Value="1" /><Member Name="pfs2048" Value="2" /><Member Name="ecp256" Value="3" /><Member Name="ecp384" Value="4" /><Member Name="pfsMM" Value="5" /><Member Name="pfs24" Value="6" /></EnumType><EnumType Name="personalProfilePersonalPlayStoreMode"><Member Name="notConfigured" Value="0" /><Member Name="blockedApps" Value="1" /><Member Name="allowedApps" Value="2" /></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="androidWorkProfile" Value="7" /><Member Name="windows10XProfile" Value="8" /><Member Name="androidAOSP" Value="9" /><Member Name="all" Value="100" /></EnumType><EnumType Name="powerActionType"><Member Name="notConfigured" Value="0" /><Member Name="noAction" Value="1" /><Member Name="sleep" Value="2" /><Member Name="hibernate" Value="3" /><Member Name="shutdown" Value="4" /></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="restrictedAppsState"><Member Name="prohibitedApps" Value="0" /><Member Name="notApprovedApps" Value="1" /></EnumType><EnumType Name="runState"><Member Name="unknown" Value="0" /><Member Name="success" Value="1" /><Member Name="fail" Value="2" /><Member Name="scriptError" Value="3" /><Member Name="pending" Value="4" /><Member Name="notApplicable" Value="5" /></EnumType><EnumType Name="safeSearchFilterType"><Member Name="userDefined" Value="0" /><Member Name="strict" Value="1" /><Member Name="moderate" Value="2" /></EnumType><EnumType Name="scheduledRetireState"><Member Name="cancelRetire" Value="0" /><Member Name="confirmRetire" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="secureAssessmentAccountType"><Member Name="azureADAccount" Value="0" /><Member Name="domainAccount" Value="1" /><Member Name="localAccount" Value="2" /><Member Name="localGuestAccount" Value="3" /></EnumType><EnumType Name="secureBootWithDMAType"><Member Name="notConfigured" Value="0" /><Member Name="withoutDMA" Value="1" /><Member Name="withDMA" Value="3" /></EnumType><EnumType Name="serviceStartType"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /><Member Name="disabled" 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="notConfigured" Value="0" /><Member Name="guest" Value="1" /><Member Name="domain" Value="2" /></EnumType><EnumType Name="signInAssistantOptions"><Member Name="notConfigured" Value="0" /><Member Name="disabled" Value="1" /></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="subjectAlternativeNameType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="emailAddress" Value="1" /><Member Name="userPrincipalName" Value="2" /><Member Name="customAzureADAttribute" Value="4" /><Member Name="domainNameService" Value="8" /><Member Name="universalResourceIdentifier" Value="16" /></EnumType><EnumType Name="subjectNameFormat"><Member Name="commonName" Value="0" /><Member Name="commonNameIncludingEmail" Value="1" /><Member Name="commonNameAsEmail" Value="2" /><Member Name="custom" Value="3" /><Member Name="commonNameAsIMEI" Value="5" /><Member Name="commonNameAsSerialNumber" Value="6" /><Member Name="commonNameAsAadDeviceId" Value="7" /><Member Name="commonNameAsIntuneDeviceId" Value="8" /><Member Name="commonNameAsDurableDeviceId" Value="9" /></EnumType><EnumType Name="updateClassification"><Member Name="userDefined" Value="0" /><Member Name="recommendedAndImportant" Value="1" /><Member Name="important" Value="2" /><Member Name="none" Value="3" /></EnumType><EnumType Name="userEmailSource"><Member Name="userPrincipalName" Value="0" /><Member Name="primarySmtpAddress" Value="1" /></EnumType><EnumType Name="usernameSource"><Member Name="userPrincipalName" Value="0" /><Member Name="primarySmtpAddress" Value="1" /><Member Name="samAccountName" Value="2" /></EnumType><EnumType Name="visibilitySetting"><Member Name="notConfigured" Value="0" /><Member Name="hide" Value="1" /><Member Name="show" Value="2" /></EnumType><EnumType Name="vpnAuthenticationMethod"><Member Name="certificate" Value="0" /><Member Name="usernameAndPassword" Value="1" /><Member Name="sharedSecret" Value="2" /><Member Name="derivedCredential" Value="3" /><Member Name="azureAD" Value="4" /></EnumType><EnumType Name="vpnClientAuthenticationType"><Member Name="userAuthentication" Value="0" /><Member Name="deviceAuthentication" Value="1" /></EnumType><EnumType Name="vpnDeadPeerDetectionRate"><Member Name="medium" Value="0" /><Member Name="none" Value="1" /><Member Name="low" Value="2" /><Member Name="high" Value="3" /></EnumType><EnumType Name="vpnEncryptionAlgorithmType"><Member Name="aes256" Value="0" /><Member Name="des" Value="1" /><Member Name="tripleDes" Value="2" /><Member Name="aes128" Value="3" /><Member Name="aes128Gcm" Value="4" /><Member Name="aes256Gcm" Value="5" /><Member Name="aes192" Value="6" /><Member Name="aes192Gcm" Value="7" /><Member Name="chaCha20Poly1305" Value="8" /></EnumType><EnumType Name="vpnIntegrityAlgorithmType"><Member Name="sha2_256" Value="0" /><Member Name="sha1_96" Value="1" /><Member Name="sha1_160" Value="2" /><Member Name="sha2_384" Value="3" /><Member Name="sha2_512" Value="4" /><Member Name="md5" Value="5" /></EnumType><EnumType Name="vpnLocalIdentifier"><Member Name="deviceFQDN" Value="0" /><Member Name="empty" Value="1" /><Member Name="clientCertificateSubjectName" Value="2" /></EnumType><EnumType Name="vpnOnDemandRuleConnectionAction"><Member Name="connect" Value="0" /><Member Name="evaluateConnection" Value="1" /><Member Name="ignore" Value="2" /><Member Name="disconnect" Value="3" /></EnumType><EnumType Name="vpnOnDemandRuleConnectionDomainAction"><Member Name="connectIfNeeded" Value="0" /><Member Name="neverConnect" Value="1" /></EnumType><EnumType Name="vpnOnDemandRuleInterfaceTypeMatch"><Member Name="notConfigured" Value="0" /><Member Name="ethernet" Value="1" /><Member Name="wiFi" Value="2" /><Member Name="cellular" Value="3" /></EnumType><EnumType Name="vpnProviderType"><Member Name="notConfigured" Value="0" /><Member Name="appProxy" Value="1" /><Member Name="packetTunnel" Value="2" /></EnumType><EnumType Name="vpnServerCertificateType"><Member Name="rsa" Value="0" /><Member Name="ecdsa256" Value="1" /><Member Name="ecdsa384" Value="2" /><Member Name="ecdsa521" Value="3" /></EnumType><EnumType Name="vpnServiceExceptionAction"><Member Name="forceTrafficViaVPN" Value="0" /><Member Name="allowTrafficOutside" Value="1" /><Member Name="dropTraffic" Value="2" /></EnumType><EnumType Name="vpnTrafficDirection"><Member Name="outbound" Value="0" /><Member Name="inbound" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="vpnTrafficRuleAppType"><Member Name="none" Value="0" /><Member Name="desktop" Value="1" /><Member Name="universal" Value="2" /></EnumType><EnumType Name="vpnTrafficRuleRoutingPolicyType"><Member Name="none" Value="0" /><Member Name="splitTunnel" Value="1" /><Member Name="forceTunnel" Value="2" /></EnumType><EnumType Name="vpnTunnelConfigurationType"><Member Name="wifiAndCellular" Value="0" /><Member Name="cellular" Value="1" /><Member Name="wifi" 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" /><Member Name="noScheduledScan" Value="9" /></EnumType><EnumType Name="welcomeScreenMeetingInformation"><Member Name="userDefined" Value="0" /><Member Name="showOrganizerAndTimeOnly" Value="1" /><Member Name="showOrganizerAndTimeAndSubject" Value="2" /></EnumType><EnumType Name="wiFiAuthenticationMethod"><Member Name="certificate" Value="0" /><Member Name="usernameAndPassword" Value="1" /><Member Name="derivedCredential" Value="2" /></EnumType><EnumType Name="wifiAuthenticationType"><Member Name="none" Value="0" /><Member Name="user" Value="1" /><Member Name="machine" Value="2" /><Member Name="machineOrUser" Value="3" /><Member Name="guest" Value="4" /></EnumType><EnumType Name="wiFiProxySetting"><Member Name="none" Value="0" /><Member Name="manual" Value="1" /><Member Name="automatic" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="wiFiSecurityType"><Member Name="open" Value="0" /><Member Name="wpaPersonal" Value="1" /><Member Name="wpaEnterprise" Value="2" /><Member Name="wep" Value="3" /><Member Name="wpa2Personal" Value="4" /><Member Name="wpa2Enterprise" Value="5" /><Member Name="unknownFutureValue" Value="6" /><Member Name="wpa3Personal" Value="7" /></EnumType><EnumType Name="windows10AppsUpdateRecurrence"><Member Name="none" Value="0" /><Member Name="daily" Value="1" /><Member Name="weekly" Value="2" /><Member Name="monthly" Value="3" /></EnumType><EnumType Name="windows10AppType"><Member Name="desktop" Value="0" /><Member Name="universal" Value="1" /></EnumType><EnumType Name="windows10DeviceModeType"><Member Name="standardConfiguration" Value="0" /><Member Name="sModeConfiguration" Value="1" /></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" /><Member Name="notConfigured" Value="12" /><Member Name="windows10Home" Value="13" /><Member Name="windows10HomeChina" Value="14" /><Member Name="windows10HomeN" Value="15" /><Member Name="windows10HomeSingleLanguage" Value="16" /><Member Name="windows10Mobile" Value="17" /><Member Name="windows10IoTCore" Value="18" /><Member Name="windows10IoTCoreCommercial" Value="19" /></EnumType><EnumType Name="windows10VpnAuthenticationMethod"><Member Name="certificate" Value="0" /><Member Name="usernameAndPassword" Value="1" /><Member Name="customEapXml" Value="2" /><Member Name="derivedCredential" Value="3" /></EnumType><EnumType Name="windows10VpnConnectionType"><Member Name="pulseSecure" Value="0" /><Member Name="f5EdgeClient" Value="1" /><Member Name="dellSonicWallMobileConnect" Value="2" /><Member Name="checkPointCapsuleVpn" Value="3" /><Member Name="automatic" Value="4" /><Member Name="ikEv2" Value="5" /><Member Name="l2tp" Value="6" /><Member Name="pptp" Value="7" /><Member Name="citrix" Value="8" /><Member Name="paloAltoGlobalProtect" Value="9" /><Member Name="ciscoAnyConnect" Value="10" /><Member Name="unknownFutureValue" Value="11" /><Member Name="microsoftTunnel" Value="12" /></EnumType><EnumType Name="windows10VpnProfileTarget"><Member Name="user" Value="0" /><Member Name="device" Value="1" /><Member Name="autoPilotDevice" Value="2" /></EnumType><EnumType Name="windowsAppStartLayoutTileSize"><Member Name="hidden" Value="0" /><Member Name="small" Value="1" /><Member Name="medium" Value="2" /><Member Name="wide" Value="3" /><Member Name="large" Value="4" /></EnumType><EnumType Name="windowsDefenderTamperProtectionOptions"><Member Name="notConfigured" Value="0" /><Member Name="enable" Value="1" /><Member Name="disable" Value="2" /></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="windowsEdgeKioskType"><Member Name="publicBrowsing" Value="0" /><Member Name="fullScreen" Value="1" /></EnumType><EnumType Name="windowsFirewallRuleInterfaceTypes" IsFlags="true"><Member Name="notConfigured" Value="0" /><Member Name="remoteAccess" Value="1" /><Member Name="wireless" Value="2" /><Member Name="lan" Value="4" /></EnumType><EnumType Name="windowsFirewallRuleNetworkProfileTypes" IsFlags="true"><Member Name="notConfigured" Value="0" /><Member Name="domain" Value="1" /><Member Name="private" Value="2" /><Member Name="public" Value="4" /></EnumType><EnumType Name="windowsFirewallRuleTrafficDirectionType"><Member Name="notConfigured" Value="0" /><Member Name="out" Value="1" /><Member Name="in" Value="2" /></EnumType><EnumType Name="windowsHealthMonitoringScope" IsFlags="true"><Member Name="undefined" Value="0" /><Member Name="healthMonitoring" Value="1" /><Member Name="bootPerformance" Value="2" /><Member Name="windowsUpdates" Value="4" /><Member Name="privilegeManagement" Value="8" /></EnumType><EnumType Name="windowsKioskAppType"><Member Name="unknown" Value="0" /><Member Name="store" Value="1" /><Member Name="desktop" Value="2" /><Member Name="aumId" Value="3" /></EnumType><EnumType Name="windowsPrivacyDataAccessLevel"><Member Name="notConfigured" Value="0" /><Member Name="forceAllow" Value="1" /><Member Name="forceDeny" Value="2" /><Member Name="userInControl" Value="3" /></EnumType><EnumType Name="windowsPrivacyDataCategory"><Member Name="notConfigured" Value="0" /><Member Name="accountInfo" Value="1" /><Member Name="appsRunInBackground" Value="2" /><Member Name="calendar" Value="3" /><Member Name="callHistory" Value="4" /><Member Name="camera" Value="5" /><Member Name="contacts" Value="6" /><Member Name="diagnosticsInfo" Value="7" /><Member Name="email" Value="8" /><Member Name="location" Value="9" /><Member Name="messaging" Value="10" /><Member Name="microphone" Value="11" /><Member Name="motion" Value="12" /><Member Name="notifications" Value="13" /><Member Name="phone" Value="14" /><Member Name="radios" Value="15" /><Member Name="tasks" Value="16" /><Member Name="syncWithDevices" Value="17" /><Member Name="trustedDevices" Value="18" /></EnumType><EnumType Name="windowsSModeConfiguration"><Member Name="noRestriction" Value="0" /><Member Name="block" Value="1" /><Member Name="unlock" Value="2" /></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="windowsUpdateStatus"><Member Name="upToDate" Value="0" /><Member Name="pendingInstallation" Value="1" /><Member Name="pendingReboot" Value="2" /><Member Name="failed" Value="3" /></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="windowsVpnConnectionType"><Member Name="pulseSecure" Value="0" /><Member Name="f5EdgeClient" Value="1" /><Member Name="dellSonicWallMobileConnect" Value="2" /><Member Name="checkPointCapsuleVpn" Value="3" /></EnumType><EnumType Name="wiredNetworkAuthenticationMethod"><Member Name="certificate" Value="0" /><Member Name="usernameAndPassword" Value="1" /><Member Name="derivedCredential" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="wiredNetworkAuthenticationType"><Member Name="none" Value="0" /><Member Name="user" Value="1" /><Member Name="machine" Value="2" /><Member Name="machineOrUser" Value="3" /><Member Name="guest" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="wiredNetworkInterface"><Member Name="anyEthernet" Value="0" /><Member Name="firstActiveEthernet" Value="1" /><Member Name="secondActiveEthernet" Value="2" /><Member Name="thirdActiveEthernet" Value="3" /><Member Name="firstEthernet" Value="4" /><Member Name="secondEthernet" Value="5" /><Member Name="thirdEthernet" Value="6" /></EnumType><EnumType Name="deviceManagementComplianceActionType"><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" /><Member Name="remoteLock" Value="10" /></EnumType><EnumType Name="deviceManagementConfigurationAzureAdTrustType"><Member Name="none" Value="0" /><Member Name="azureAdJoined" Value="1" /><Member Name="addWorkAccount" Value="2" /><Member Name="mdmOnly" Value="4" /></EnumType><EnumType Name="deviceManagementConfigurationControlType"><Member Name="default" Value="0" /><Member Name="dropdown" Value="1" /><Member Name="smallTextBox" Value="2" /><Member Name="largeTextBox" Value="3" /><Member Name="toggle" Value="4" /><Member Name="multiheaderGrid" Value="5" /><Member Name="contextPane" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="deviceManagementConfigurationDeviceMode"><Member Name="none" Value="0" /><Member Name="kiosk" Value="1" /></EnumType><EnumType Name="deviceManagementConfigurationPlatforms" IsFlags="true"><Member Name="none" Value="0" /><Member Name="android" Value="1" /><Member Name="iOS" Value="4" /><Member Name="macOS" Value="8" /><Member Name="windows10X" Value="16" /><Member Name="windows10" Value="32" /><Member Name="linux" Value="128" /><Member Name="unknownFutureValue" Value="256" /><Member Name="androidEnterprise" Value="512" /><Member Name="aosp" Value="1024" /><Member Name="visionOS" Value="2048" /><Member Name="tvOS" Value="4096" /></EnumType><EnumType Name="deviceManagementConfigurationSecretSettingValueState"><Member Name="invalid" Value="0" /><Member Name="notEncrypted" Value="1" /><Member Name="encryptedValueToken" Value="2" /></EnumType><EnumType Name="deviceManagementConfigurationSettingAccessTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="add" Value="1" /><Member Name="copy" Value="2" /><Member Name="delete" Value="4" /><Member Name="get" Value="8" /><Member Name="replace" Value="16" /><Member Name="execute" Value="32" /></EnumType><EnumType Name="deviceManagementConfigurationSettingRiskLevel" IsFlags="true"><Member Name="low" Value="0" /><Member Name="medium" Value="1" /><Member Name="high" Value="2" /></EnumType><EnumType Name="deviceManagementConfigurationSettingUsage" IsFlags="true"><Member Name="none" Value="0" /><Member Name="configuration" Value="1" /><Member Name="compliance" Value="2" /><Member Name="reusableSetting" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="deviceManagementConfigurationSettingVisibility" IsFlags="true"><Member Name="none" Value="0" /><Member Name="settingsCatalog" Value="1" /><Member Name="template" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="deviceManagementConfigurationStringFormat"><Member Name="none" Value="0" /><Member Name="email" Value="1" /><Member Name="guid" Value="2" /><Member Name="ip" Value="3" /><Member Name="base64" Value="4" /><Member Name="url" Value="5" /><Member Name="version" Value="6" /><Member Name="xml" Value="7" /><Member Name="date" Value="8" /><Member Name="time" Value="9" /><Member Name="binary" Value="10" /><Member Name="regEx" Value="11" /><Member Name="json" Value="12" /><Member Name="dateTime" Value="13" /><Member Name="surfaceHub" Value="14" /><Member Name="bashScript" Value="19" /><Member Name="unknownFutureValue" Value="20" /></EnumType><EnumType Name="deviceManagementConfigurationTechnologies" IsFlags="true"><Member Name="none" Value="0" /><Member Name="mdm" Value="1" /><Member Name="windows10XManagement" Value="2" /><Member Name="configManager" Value="4" /><Member Name="intuneManagementExtension" Value="8" /><Member Name="thirdParty" Value="16" /><Member Name="documentGateway" Value="32" /><Member Name="appleRemoteManagement" Value="64" /><Member Name="microsoftSense" Value="128" /><Member Name="exchangeOnline" Value="256" /><Member Name="mobileApplicationManagement" Value="512" /><Member Name="linuxMdm" Value="1024" /><Member Name="enrollment" Value="4096" /><Member Name="endpointPrivilegeManagement" Value="8192" /><Member Name="unknownFutureValue" Value="16384" /><Member Name="windowsOsRecovery" Value="32768" /><Member Name="android" Value="65536" /></EnumType><EnumType Name="deviceManagementConfigurationTemplateFamily"><Member Name="none" Value="0" /><Member Name="endpointSecurityAntivirus" Value="10" /><Member Name="endpointSecurityDiskEncryption" Value="11" /><Member Name="endpointSecurityFirewall" Value="12" /><Member Name="endpointSecurityEndpointDetectionAndResponse" Value="13" /><Member Name="endpointSecurityAttackSurfaceReduction" Value="14" /><Member Name="endpointSecurityAccountProtection" Value="15" /><Member Name="endpointSecurityApplicationControl" Value="16" /><Member Name="endpointSecurityEndpointPrivilegeManagement" Value="17" /><Member Name="enrollmentConfiguration" Value="18" /><Member Name="appQuietTime" Value="19" /><Member Name="baseline" Value="20" /><Member Name="unknownFutureValue" Value="21" /><Member Name="deviceConfigurationScripts" Value="22" /><Member Name="deviceConfigurationPolicies" Value="23" /><Member Name="windowsOsRecoveryPolicies" Value="24" /><Member Name="companyPortal" Value="25" /><Member Name="windowsRecoveryAndRemediationConfiguration" Value="26" /></EnumType><EnumType Name="deviceManagementConfigurationWindowsSkus"><Member Name="unknown" Value="0" /><Member Name="windowsHome" Value="1" /><Member Name="windowsProfessional" Value="2" /><Member Name="windowsEnterprise" Value="3" /><Member Name="windowsEducation" Value="4" /><Member Name="windowsMobile" Value="5" /><Member Name="windowsMobileEnterprise" Value="6" /><Member Name="windowsTeamSurface" Value="7" /><Member Name="iot" Value="8" /><Member Name="iotEnterprise" Value="9" /><Member Name="holoLens" Value="10" /><Member Name="holoLensEnterprise" Value="11" /><Member Name="holographicForBusiness" Value="12" /><Member Name="windowsMultiSession" Value="13" /><Member Name="surfaceHub" Value="14" /></EnumType><EnumType Name="deviceManagementTemplateLifecycleState"><Member Name="invalid" Value="0" /><Member Name="draft" Value="10" /><Member Name="active" Value="20" /><Member Name="superseded" Value="30" /><Member Name="deprecated" Value="40" /><Member Name="retired" Value="50" /></EnumType><EnumType Name="companyPortalAction"><Member Name="unknown" Value="0" /><Member Name="remove" Value="1" /><Member Name="reset" Value="2" /></EnumType><EnumType Name="deviceEnrollmentConfigurationType"><Member Name="unknown" Value="0" /><Member Name="limit" Value="1" /><Member Name="platformRestrictions" Value="2" /><Member Name="windowsHelloForBusiness" Value="3" /><Member Name="defaultLimit" Value="4" /><Member Name="defaultPlatformRestrictions" Value="5" /><Member Name="defaultWindowsHelloForBusiness" Value="6" /><Member Name="defaultWindows10EnrollmentCompletionPageConfiguration" Value="7" /><Member Name="windows10EnrollmentCompletionPageConfiguration" Value="8" /><Member Name="deviceComanagementAuthorityConfiguration" Value="9" /><Member Name="singlePlatformRestriction" Value="10" /><Member Name="unknownFutureValue" Value="11" /><Member Name="enrollmentNotificationsConfiguration" Value="12" /><Member Name="windowsRestore" Value="13" /></EnumType><EnumType Name="deviceManagementExchangeAccessLevel"><Member Name="none" Value="0" /><Member Name="allow" Value="1" /><Member Name="block" Value="2" /><Member Name="quarantine" Value="3" /></EnumType><EnumType Name="deviceManagementExchangeAccessRuleType"><Member Name="family" Value="0" /><Member Name="model" Value="1" /></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="enrollmentAvailabilityOptions"><Member Name="availableWithPrompts" Value="0" /><Member Name="availableWithoutPrompts" Value="1" /><Member Name="unavailable" Value="2" /></EnumType><EnumType Name="enrollmentNotificationBrandingOptions" 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="enrollmentNotificationTemplateType"><Member Name="email" Value="1" /><Member Name="push" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="enrollmentRestrictionPlatformType"><Member Name="allPlatforms" Value="0" /><Member Name="ios" Value="1" /><Member Name="windows" Value="2" /><Member Name="windowsPhone" Value="3" /><Member Name="android" Value="4" /><Member Name="androidForWork" Value="5" /><Member Name="mac" Value="7" /><Member Name="linux" Value="8" /><Member Name="unknownFutureValue" Value="9" /></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="microsoftStoreForBusinessPortalSelectionOptions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="companyPortal" Value="1" /><Member Name="privateStore" Value="2" /></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="notSetUp" Value="4" /><Member Name="error" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="ownerType"><Member Name="unknown" Value="0" /><Member Name="company" Value="1" /><Member Name="personal" Value="2" /></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" /><Member Name="duplicateLocationId" Value="5" /></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="deviceManagementComparisonResult"><Member Name="unknown" Value="0" /><Member Name="equal" Value="1" /><Member Name="notEqual" Value="2" /><Member Name="added" Value="3" /><Member Name="removed" Value="4" /></EnumType><EnumType Name="deviceManagementTemplateSubtype"><Member Name="none" Value="0" /><Member Name="firewall" Value="1" /><Member Name="diskEncryption" Value="2" /><Member Name="attackSurfaceReduction" Value="3" /><Member Name="endpointDetectionReponse" Value="4" /><Member Name="accountProtection" Value="5" /><Member Name="antivirus" Value="6" /><Member Name="firewallSharedAppList" Value="7" /><Member Name="firewallSharedIpList" Value="8" /><Member Name="firewallSharedPortlist" Value="9" /></EnumType><EnumType Name="deviceManagementTemplateType"><Member Name="securityBaseline" Value="0" /><Member Name="specializedDevices" Value="1" /><Member Name="advancedThreatProtectionSecurityBaseline" Value="2" /><Member Name="deviceConfiguration" Value="3" /><Member Name="custom" Value="4" /><Member Name="securityTemplate" Value="5" /><Member Name="microsoftEdgeSecurityBaseline" Value="6" /><Member Name="microsoftOffice365ProPlusSecurityBaseline" Value="7" /><Member Name="deviceCompliance" Value="8" /><Member Name="deviceConfigurationForOffice365" Value="9" /><Member Name="cloudPC" Value="10" /><Member Name="firewallSharedSettings" Value="11" /></EnumType><EnumType Name="deviceManangementIntentValueType"><Member Name="integer" Value="0" /><Member Name="boolean" Value="1" /><Member Name="string" Value="2" /><Member Name="complex" Value="3" /><Member Name="collection" Value="4" /><Member Name="abstractComplex" Value="5" /></EnumType><EnumType Name="securityBaselineComplianceState"><Member Name="unknown" Value="0" /><Member Name="secure" Value="1" /><Member Name="notApplicable" Value="2" /><Member Name="notSecure" Value="3" /><Member Name="error" Value="4" /><Member Name="conflict" Value="5" /></EnumType><EnumType Name="securityBaselinePolicySourceType"><Member Name="deviceConfiguration" Value="0" /><Member Name="deviceIntent" Value="1" /></EnumType><EnumType Name="adminConsentState"><Member Name="notConfigured" Value="0" /><Member Name="granted" Value="1" /><Member Name="notGranted" Value="2" /></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="azureAttestationSettingStatus"><Member Name="notApplicable" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="chassisType"><Member Name="unknown" Value="0" /><Member Name="desktop" Value="1" /><Member Name="laptop" Value="2" /><Member Name="worksWorkstation" Value="3" /><Member Name="enterpriseServer" Value="4" /><Member Name="phone" Value="100" /><Member Name="tablet" Value="101" /><Member Name="mobileOther" Value="102" /><Member Name="mobileUnknown" Value="103" /></EnumType><EnumType Name="comanagementEligibleType"><Member Name="comanaged" Value="1" /><Member Name="eligible" Value="2" /><Member Name="eligibleButNotAzureAdJoined" Value="3" /><Member Name="needsOsUpdate" Value="4" /><Member Name="ineligible" Value="5" /><Member Name="scheduledForEnrollment" Value="6" /><Member Name="unknownFutureValue" Value="7" /></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="configurationManagerActionDeliveryStatus"><Member Name="unknown" Value="0" /><Member Name="pendingDelivery" Value="1" /><Member Name="deliveredToConnectorService" Value="2" /><Member Name="failedToDeliverToConnectorService" Value="3" /><Member Name="deliveredToOnPremisesServer" Value="4" /></EnumType><EnumType Name="configurationManagerActionType"><Member Name="refreshMachinePolicy" Value="0" /><Member Name="refreshUserPolicy" Value="1" /><Member Name="wakeUpClient" Value="2" /><Member Name="appEvaluation" Value="3" /><Member Name="quickScan" Value="5" /><Member Name="fullScan" Value="6" /><Member Name="windowsDefenderUpdateSignatures" Value="7" /></EnumType><EnumType Name="configurationManagerClientState"><Member Name="unknown" Value="0" /><Member Name="installed" Value="1" /><Member Name="healthy" Value="7" /><Member Name="installFailed" Value="8" /><Member Name="updateFailed" Value="11" /><Member Name="communicationError" Value="19" /></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="deviceActionCategory"><Member Name="single" Value="0" /><Member Name="bulk" Value="1" /></EnumType><EnumType Name="deviceAssignmentItemIntent"><Member Name="remove" Value="0" /><Member Name="restore" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="deviceAssignmentItemStatus"><Member Name="initiated" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="removed" Value="2" /><Member Name="error" Value="3" /><Member Name="succeeded" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="deviceAssignmentItemType"><Member Name="application" Value="0" /><Member Name="deviceConfiguration" Value="1" /><Member Name="deviceManagementConfigurationPolicy" Value="2" /><Member Name="mobileAppConfiguration" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="deviceCleanupRulePlatformType"><Member Name="all" Value="0" /><Member Name="androidAOSP" Value="1" /><Member Name="androidDeviceAdministrator" Value="2" /><Member Name="androidDedicatedAndFullyManagedCorporateOwnedWorkProfile" Value="3" /><Member Name="chromeOS" Value="4" /><Member Name="androidPersonallyOwnedWorkProfile" Value="5" /><Member Name="ios" Value="6" /><Member Name="macOS" Value="7" /><Member Name="windows" Value="8" /><Member Name="windowsHolographic" Value="9" /><Member Name="unknownFutureValue" Value="10" /><Member Name="visionOS" Value="11" /><Member Name="tvOS" Value="12" /></EnumType><EnumType Name="deviceCustomAttributeValueType"><Member Name="integer" Value="0" /><Member Name="string" Value="1" /><Member Name="dateTime" Value="2" /></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="azureAdJoinUsingAzureVmExtension" Value="14" /><Member Name="androidEnterpriseDedicatedDevice" Value="15" /><Member Name="androidEnterpriseFullyManaged" Value="16" /><Member Name="androidEnterpriseCorporateWorkProfile" Value="17" /><Member Name="androidAOSPUserOwnedDeviceEnrollment" Value="18" /><Member Name="androidAOSPUserlessDeviceEnrollment" Value="19" /><Member Name="appleAccountDrivenUserEnrollment" Value="25" /><Member Name="unknownFutureValue" Value="26" /></EnumType><EnumType Name="deviceEventLevel"><Member Name="none" Value="0" /><Member Name="verbose" Value="1" /><Member Name="information" Value="2" /><Member Name="warning" Value="3" /><Member Name="error" Value="4" /><Member Name="critical" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="deviceGuardLocalSystemAuthorityCredentialGuardState"><Member Name="running" Value="0" /><Member Name="rebootRequired" Value="1" /><Member Name="notLicensed" Value="2" /><Member Name="notConfigured" Value="3" /><Member Name="virtualizationBasedSecurityNotRunning" Value="4" /></EnumType><EnumType Name="deviceGuardVirtualizationBasedSecurityHardwareRequirementState"><Member Name="meetHardwareRequirements" Value="0" /><Member Name="secureBootRequired" Value="1" /><Member Name="dmaProtectionRequired" Value="2" /><Member Name="hyperVNotSupportedForGuestVM" Value="4" /><Member Name="hyperVNotAvailable" Value="8" /></EnumType><EnumType Name="deviceGuardVirtualizationBasedSecurityState"><Member Name="running" Value="0" /><Member Name="rebootRequired" Value="1" /><Member Name="require64BitArchitecture" Value="2" /><Member Name="notLicensed" Value="3" /><Member Name="notConfigured" Value="4" /><Member Name="doesNotMeetHardwareRequirements" Value="5" /><Member Name="other" Value="42" /></EnumType><EnumType Name="deviceHealthScriptType"><Member Name="deviceHealthScript" Value="0" /><Member Name="managedInstallerScript" Value="1" /></EnumType><EnumType Name="deviceIdentityAttestationStatus" UnderlyingType="Edm.Int64"><Member Name="unknown" Value="0" /><Member Name="trusted" Value="1" /><Member Name="unTrusted" Value="2" /><Member Name="notSupported" Value="3" /><Member Name="incompleteData" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="deviceLicensingStatus"><Member Name="unknown" Value="-1" /><Member Name="licenseRefreshStarted" Value="0" /><Member Name="licenseRefreshPending" Value="1" /><Member Name="deviceIsNotAzureActiveDirectoryJoined" Value="2" /><Member Name="verifyingMicrosoftDeviceIdentity" Value="3" /><Member Name="deviceIdentityVerificationFailed" Value="4" /><Member Name="verifyingMicrosoftAccountIdentity" Value="5" /><Member Name="microsoftAccountVerificationFailed" Value="6" /><Member Name="acquiringDeviceLicense" Value="7" /><Member Name="refreshingDeviceLicense" Value="8" /><Member Name="deviceLicenseRefreshSucceed" Value="9" /><Member Name="deviceLicenseRefreshFailed" Value="10" /><Member Name="removingDeviceLicense" Value="11" /><Member Name="deviceLicenseRemoveSucceed" Value="12" /><Member Name="deviceLicenseRemoveFailed" Value="13" /><Member Name="unknownFutureValue" Value="14" /></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="deviceManagementSubscriptions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="intune" Value="1" /><Member Name="office365" Value="2" /><Member Name="intunePremium" Value="4" /><Member Name="intune_EDU" Value="8" /><Member Name="intune_SMB" 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="deviceScopeAction" /><EnumType Name="deviceScopeActionStatus"><Member Name="failed" Value="0" /><Member Name="succeeded" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="deviceScopeOperator"><Member Name="none" Value="0" /><Member Name="equals" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="deviceScopeParameter"><Member Name="none" Value="0" /><Member Name="scopeTag" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="deviceScopeStatus"><Member Name="none" Value="0" /><Member Name="computing" Value="1" /><Member Name="insufficientData" Value="2" /><Member Name="completed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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="firmwareProtectionType"><Member Name="notApplicable" Value="0" /><Member Name="systemGuardSecureLaunch" Value="1" /><Member Name="firmwareAttackSurfaceReduction" Value="2" /><Member Name="disabled" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="globalDeviceHealthScriptState"><Member Name="notConfigured" Value="0" /><Member Name="pending" Value="1" /><Member Name="enabled" Value="2" /></EnumType><EnumType Name="healthState"><Member Name="unknown" Value="0" /><Member Name="healthy" Value="1" /><Member Name="unhealthy" Value="2" /></EnumType><EnumType Name="joinType"><Member Name="unknown" Value="0" /><Member Name="azureADJoined" Value="1" /><Member Name="azureADRegistered" Value="2" /><Member Name="hybridAzureADJoined" Value="3" /></EnumType><EnumType Name="lostModeState"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /></EnumType><EnumType Name="managedDeviceArchitecture"><Member Name="unknown" Value="0" /><Member Name="x86" Value="1" /><Member Name="x64" Value="2" /><Member Name="arm" Value="3" /><Member Name="arM64" Value="4" /></EnumType><EnumType Name="managedDeviceManagementFeatures"><Member Name="none" Value="0" /><Member Name="microsoftManagedDesktop" Value="1" /></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="managedDeviceRemoteAction"><Member Name="retire" Value="0" /><Member Name="delete" Value="1" /><Member Name="fullScan" Value="2" /><Member Name="quickScan" Value="3" /><Member Name="signatureUpdate" Value="4" /><Member Name="wipe" Value="5" /><Member Name="customTextNotification" Value="6" /><Member Name="rebootNow" Value="7" /><Member Name="setDeviceName" Value="8" /><Member Name="syncDevice" Value="9" /><Member Name="deprovision" Value="10" /><Member Name="disable" Value="11" /><Member Name="reenable" Value="12" /><Member Name="moveDeviceToOrganizationalUnit" Value="13" /><Member Name="activateDeviceEsim" Value="14" /><Member Name="collectDiagnostics" Value="15" /><Member Name="initiateMobileDeviceManagementKeyRecovery" Value="16" /><Member Name="initiateOnDemandProactiveRemediation" Value="17" /><Member Name="unknownFutureValue" Value="18" /><Member Name="initiateDeviceAttestation" Value="19" /></EnumType><EnumType Name="managedInstallerStatus"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /></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="privilegeManagementElevationType"><Member Name="undetermined" Value="0" /><Member Name="unmanagedElevation" Value="1" /><Member Name="zeroTouchElevation" Value="2" /><Member Name="userConfirmedElevation" Value="3" /><Member Name="supportApprovedElevation" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="privilegeManagementEndUserType"><Member Name="undetermined" Value="0" /><Member Name="azureAd" Value="1" /><Member Name="hybrid" Value="2" /><Member Name="local" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="privilegeManagementProcessType"><Member Name="undefined" Value="0" /><Member Name="parent" Value="1" /><Member Name="child" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="remediationState"><Member Name="unknown" Value="0" /><Member Name="skipped" Value="1" /><Member Name="success" Value="2" /><Member Name="remediationFailed" Value="3" /><Member Name="scriptError" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="remoteAction"><Member Name="unknown" Value="0" /><Member Name="factoryReset" Value="1" /><Member Name="removeCompanyData" Value="2" /><Member Name="resetPasscode" Value="3" /><Member Name="remoteLock" Value="4" /><Member Name="enableLostMode" Value="5" /><Member Name="disableLostMode" Value="6" /><Member Name="locateDevice" Value="7" /><Member Name="rebootNow" Value="8" /><Member Name="recoverPasscode" Value="9" /><Member Name="cleanWindowsDevice" Value="10" /><Member Name="logoutSharedAppleDeviceActiveUser" Value="11" /><Member Name="quickScan" Value="12" /><Member Name="fullScan" Value="13" /><Member Name="windowsDefenderUpdateSignatures" Value="14" /><Member Name="factoryResetKeepEnrollmentData" Value="15" /><Member Name="updateDeviceAccount" Value="16" /><Member Name="automaticRedeployment" Value="17" /><Member Name="shutDown" Value="18" /><Member Name="rotateBitLockerKeys" Value="19" /><Member Name="rotateFileVaultKey" Value="20" /><Member Name="getFileVaultKey" Value="21" /><Member Name="setDeviceName" Value="22" /><Member Name="activateDeviceEsim" Value="23" /><Member Name="deprovision" Value="24" /><Member Name="disable" Value="25" /><Member Name="reenable" Value="26" /><Member Name="moveDeviceToOrganizationalUnit" Value="27" /><Member Name="initiateMobileDeviceManagementKeyRecovery" Value="28" /><Member Name="initiateOnDemandProactiveRemediation" Value="29" /><Member Name="rotateLocalAdminPassword" Value="32" /><Member Name="unknownFutureValue" Value="33" /><Member Name="launchRemoteHelp" Value="34" /><Member Name="revokeAppleVppLicenses" Value="35" /><Member Name="removeDeviceFirmwareConfigurationInterfaceManagement" Value="36" /><Member Name="pauseConfigurationRefresh" Value="37" /><Member Name="initiateDeviceAttestation" Value="38" /><Member Name="changeAssignments" Value="39" /><Member Name="delete" Value="40" /><Member Name="suspendManagedHomeScreen" Value="41" /><Member Name="restoreManagedHomeScreen" Value="42" /></EnumType><EnumType Name="systemManagementModeLevel"><Member Name="notApplicable" Value="0" /><Member Name="level1" Value="1" /><Member Name="level2" Value="2" /><Member Name="level3" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="userExperienceAnalyticsAnomalyCorrelationGroupPrevalence"><Member Name="high" Value="0" /><Member Name="medium" Value="1" /><Member Name="low" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="userExperienceAnalyticsAnomalyDeviceFeatureType"><Member Name="manufacturer" Value="0" /><Member Name="model" Value="1" /><Member Name="osVersion" Value="2" /><Member Name="application" Value="3" /><Member Name="driver" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="userExperienceAnalyticsAnomalySeverity"><Member Name="high" Value="0" /><Member Name="medium" Value="1" /><Member Name="low" Value="2" /><Member Name="informational" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="userExperienceAnalyticsAnomalyState"><Member Name="new" Value="0" /><Member Name="active" Value="1" /><Member Name="disabled" Value="2" /><Member Name="removed" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="userExperienceAnalyticsAnomalyType"><Member Name="device" Value="0" /><Member Name="application" Value="1" /><Member Name="stopError" Value="2" /><Member Name="driver" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="userExperienceAnalyticsDeviceStatus"><Member Name="anomalous" Value="0" /><Member Name="affected" Value="1" /><Member Name="atRisk" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="userExperienceAnalyticsMachineType"><Member Name="unknown" Value="0" /><Member Name="physical" Value="1" /><Member Name="virtual" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="deviceManagementDerivedCredentialIssuer"><Member Name="intercede" Value="0" /><Member Name="entrustDatacard" Value="1" /><Member Name="purebred" Value="2" /><Member Name="xTec" Value="3" /></EnumType><EnumType Name="deviceManagementDerivedCredentialNotificationType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="companyPortal" Value="1" /><Member Name="email" Value="2" /></EnumType><EnumType Name="deviceManagementResourceAccessProfileIntent"><Member Name="apply" Value="0" /><Member Name="remove" Value="1" /></EnumType><EnumType Name="appleUserInitiatedEnrollmentType"><Member Name="unknown" Value="0" /><Member Name="device" Value="1" /><Member Name="user" Value="2" /><Member Name="accountDrivenUserEnrollment" Value="3" /><Member Name="webDeviceEnrollment" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="depTokenType"><Member Name="none" Value="0" /><Member Name="dep" Value="1" /><Member Name="appleSchoolManager" Value="2" /></EnumType><EnumType Name="discoverySource"><Member Name="unknown" Value="0" /><Member Name="adminImport" Value="2" /><Member Name="deviceEnrollmentProgram" Value="4" /></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" /><Member Name="blocked" Value="5" /></EnumType><EnumType Name="importedDeviceIdentityType"><Member Name="unknown" Value="0" /><Member Name="imei" Value="1" /><Member Name="serialNumber" Value="2" /><Member Name="manufacturerModelSerial" Value="3" /></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="iTunesPairingMode"><Member Name="disallow" Value="0" /><Member Name="allow" Value="1" /><Member Name="requiresCertificate" Value="2" /></EnumType><EnumType Name="platform"><Member Name="unknown" Value="0" /><Member Name="ios" Value="1" /><Member Name="android" Value="2" /><Member Name="windows" Value="3" /><Member Name="windowsMobile" Value="4" /><Member Name="macOS" Value="5" /><Member Name="visionOS" Value="6" /><Member Name="tvOS" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="windowsAutopilotDeviceRemediationState"><Member Name="unknown" Value="0" /><Member Name="noRemediationRequired" Value="1" /><Member Name="automaticRemediationRequired" Value="2" /><Member Name="manualRemediationRequired" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="windowsAutopilotDeviceType"><Member Name="windowsPc" Value="0" /><Member Name="holoLens" Value="1" /><Member Name="surfaceHub2" Value="2" /><Member Name="surfaceHub2S" Value="3" /><Member Name="virtualMachine" Value="4" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="windowsAutopilotProfileAssignmentDetailedStatus"><Member Name="none" Value="0" /><Member Name="hardwareRequirementsNotMet" Value="1" /><Member Name="surfaceHubProfileNotSupported" Value="2" /><Member Name="holoLensProfileNotSupported" Value="3" /><Member Name="windowsPcProfileNotSupported" Value="4" /><Member Name="surfaceHub2SProfileNotSupported" Value="5" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="windowsAutopilotProfileAssignmentStatus"><Member Name="unknown" Value="0" /><Member Name="assignedInSync" Value="1" /><Member Name="assignedOutOfSync" Value="2" /><Member Name="assignedUnkownSyncState" Value="3" /><Member Name="notAssigned" Value="4" /><Member Name="pending" Value="5" /><Member Name="failed" Value="6" /></EnumType><EnumType Name="windowsAutopilotSyncStatus"><Member Name="unknown" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="failed" Value="3" /></EnumType><EnumType Name="windowsAutopilotUserlessEnrollmentStatus"><Member Name="unknown" Value="0" /><Member Name="allowed" Value="1" /><Member Name="blocked" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="elevationRequestState"><Member Name="none" Value="0" /><Member Name="pending" Value="1" /><Member Name="approved" Value="2" /><Member Name="denied" Value="3" /><Member Name="expired" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="revoked" Value="6" /><Member Name="completed" Value="7" /></EnumType><EnumType Name="deviceAndAppManagementPayloadType"><Member Name="unknown" Value="0" /><Member Name="settingsCatalog" Value="1" /><Member Name="securityBaseline" Value="2" /><Member Name="antivirus" Value="3" /><Member Name="diskEncryption" Value="4" /><Member Name="attackSurfaceReduction" Value="5" /><Member Name="firewall" Value="6" /><Member Name="endpointDetectionAndResponse" Value="7" /><Member Name="compliancePolicy" Value="8" /><Member Name="deviceRestrictions" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="groupPolicyMigrationReadiness"><Member Name="none" Value="1" /><Member Name="partial" Value="2" /><Member Name="complete" Value="3" /><Member Name="error" Value="4" /><Member Name="notApplicable" Value="5" /></EnumType><EnumType Name="groupPolicySettingScope"><Member Name="unknown" Value="0" /><Member Name="device" Value="1" /><Member Name="user" Value="2" /></EnumType><EnumType Name="groupPolicySettingType"><Member Name="unknown" Value="0" /><Member Name="policy" Value="1" /><Member Name="account" Value="2" /><Member Name="securityOptions" Value="3" /><Member Name="userRightsAssignment" Value="4" /><Member Name="auditSetting" Value="5" /><Member Name="windowsFirewallSettings" Value="6" /><Member Name="appLockerRuleCollection" Value="7" /><Member Name="dataSourcesSettings" Value="8" /><Member Name="devicesSettings" Value="9" /><Member Name="driveMapSettings" Value="10" /><Member Name="environmentVariables" Value="11" /><Member Name="filesSettings" Value="12" /><Member Name="folderOptions" Value="13" /><Member Name="folders" Value="14" /><Member Name="iniFiles" Value="15" /><Member Name="internetOptions" Value="16" /><Member Name="localUsersAndGroups" Value="17" /><Member Name="networkOptions" Value="18" /><Member Name="networkShares" Value="19" /><Member Name="ntServices" Value="20" /><Member Name="powerOptions" Value="21" /><Member Name="printers" Value="22" /><Member Name="regionalOptionsSettings" Value="23" /><Member Name="registrySettings" Value="24" /><Member Name="scheduledTasks" Value="25" /><Member Name="shortcutSettings" Value="26" /><Member Name="startMenuSettings" Value="27" /></EnumType><EnumType Name="mdmSupportedState"><Member Name="unknown" Value="0" /><Member Name="supported" Value="1" /><Member Name="unsupported" Value="2" /><Member Name="deprecated" Value="3" /></EnumType><EnumType Name="groupPolicyConfigurationIngestionType"><Member Name="unknown" Value="0" /><Member Name="custom" Value="1" /><Member Name="builtIn" Value="2" /><Member Name="mixed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="groupPolicyConfigurationType"><Member Name="policy" Value="0" /><Member Name="preference" Value="1" /></EnumType><EnumType Name="groupPolicyDefinitionClassType"><Member Name="user" Value="0" /><Member Name="machine" Value="1" /></EnumType><EnumType Name="groupPolicyOperationStatus"><Member Name="unknown" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="success" Value="2" /><Member Name="failed" Value="3" /></EnumType><EnumType Name="groupPolicyOperationType"><Member Name="none" Value="0" /><Member Name="upload" Value="1" /><Member Name="uploadNewVersion" Value="2" /><Member Name="addLanguageFiles" Value="3" /><Member Name="removeLanguageFiles" Value="4" /><Member Name="updateLanguageFiles" Value="5" /><Member Name="remove" Value="6" /></EnumType><EnumType Name="groupPolicyType"><Member Name="admxBacked" Value="0" /><Member Name="admxIngested" Value="1" /></EnumType><EnumType Name="groupPolicyUploadedDefinitionFileStatus"><Member Name="none" Value="0" /><Member Name="uploadInProgress" Value="1" /><Member Name="available" Value="2" /><Member Name="assigned" Value="3" /><Member Name="removalInProgress" Value="4" /><Member Name="uploadFailed" Value="5" /><Member Name="removalFailed" Value="6" /></EnumType><EnumType Name="ingestionSource"><Member Name="unknown" Value="0" /><Member Name="custom" Value="1" /><Member Name="builtIn" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="serviceNowConnectionStatus"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="androidManagedAppSafetyNetAppsVerificationType"><Member Name="none" Value="0" /><Member Name="enabled" Value="1" /></EnumType><EnumType Name="androidManagedAppSafetyNetDeviceAttestationType"><Member Name="none" Value="0" /><Member Name="basicIntegrity" Value="1" /><Member Name="basicIntegrityAndDeviceCertification" Value="2" /></EnumType><EnumType Name="androidManagedAppSafetyNetEvaluationType"><Member Name="basic" Value="0" /><Member Name="hardwareBacked" Value="1" /></EnumType><EnumType Name="appManagementLevel" IsFlags="true"><Member Name="unspecified" Value="0" /><Member Name="unmanaged" Value="1" /><Member Name="mdm" Value="2" /><Member Name="androidEnterprise" Value="4" /><Member Name="androidEnterpriseDedicatedDevicesWithAzureAdSharedMode" Value="8" /><Member Name="androidOpenSourceProjectUserAssociated" Value="16" /><Member Name="androidOpenSourceProjectUserless" Value="32" /><Member Name="unknownFutureValue" Value="64" /></EnumType><EnumType Name="deviceManagementConfigurationAppleApplicabilityConstraint" IsFlags="true"><Member Name="notSupported" Value="0" /><Member Name="deviceChannel" Value="1" /><Member Name="userChannel" Value="2" /><Member Name="requireSupervised" Value="4" /><Member Name="requireDepEnrolled" Value="8" /><Member Name="requireUserApproved" Value="16" /><Member Name="allowUserEnrollment" Value="32" /><Member Name="unknownFutureValue" Value="1073741824" /></EnumType><EnumType Name="deviceManagementConfigurationAppleApplicabilityDeviceType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="ios" Value="1" /><Member Name="sharediPad" Value="2" /><Member Name="macOS" Value="4" /><Member Name="unknownFutureValue" Value="1073741824" /></EnumType><EnumType Name="genmojiIosManagedAppConfigurationState"><Member Name="notBlocked" Value="0" /><Member Name="blocked" 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="managedAppDataIngestionLocation"><Member Name="oneDriveForBusiness" Value="1" /><Member Name="sharePoint" Value="2" /><Member Name="camera" Value="3" /><Member Name="photoLibrary" Value="4" /></EnumType><EnumType Name="managedAppDataStorageLocation"><Member Name="oneDriveForBusiness" Value="1" /><Member Name="sharePoint" Value="2" /><Member Name="box" Value="3" /><Member Name="localStorage" Value="6" /><Member Name="photoLibrary" Value="7" /><Member Name="iManage" Value="8" /><Member Name="egnyte" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="managedAppDataTransferLevel"><Member Name="allApps" Value="0" /><Member Name="managedApps" Value="1" /><Member Name="none" Value="2" /></EnumType><EnumType Name="managedAppDeviceThreatLevel"><Member Name="notConfigured" Value="0" /><Member Name="secured" Value="1" /><Member Name="low" Value="2" /><Member Name="medium" Value="3" /><Member Name="high" Value="4" /></EnumType><EnumType Name="managedAppFlaggedReason"><Member Name="none" Value="0" /><Member Name="rootedDevice" Value="1" /><Member Name="androidBootloaderUnlocked" Value="2" /><Member Name="androidFactoryRomModified" Value="3" /></EnumType><EnumType Name="managedAppLogUploadConsent"><Member Name="unknown" Value="0" /><Member Name="declined" Value="1" /><Member Name="accepted" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="managedAppLogUploadState"><Member Name="pending" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="declinedByUser" Value="3" /><Member Name="timedOut" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="managedAppNotificationRestriction"><Member Name="allow" Value="0" /><Member Name="blockOrganizationalData" Value="1" /><Member Name="block" Value="2" /></EnumType><EnumType Name="managedAppPhoneNumberRedirectLevel"><Member Name="allApps" Value="0" /><Member Name="managedApps" Value="1" /><Member Name="customApp" Value="2" /><Member Name="blocked" Value="3" /></EnumType><EnumType Name="managedAppPinCharacterSet"><Member Name="numeric" Value="0" /><Member Name="alphanumericAndSymbol" Value="1" /></EnumType><EnumType Name="managedAppRemediationAction"><Member Name="block" Value="0" /><Member Name="wipe" Value="1" /><Member Name="warn" Value="2" /><Member Name="blockWhenSettingIsSupported" Value="3" /></EnumType><EnumType Name="managedBrowserType" IsFlags="true"><Member Name="notConfigured" Value="0" /><Member Name="microsoftEdge" Value="1" /></EnumType><EnumType Name="messagingRedirectAppType"><Member Name="anyApp" Value="0" /><Member Name="anyManagedApp" Value="1" /><Member Name="specificApps" Value="2" /><Member Name="blocked" Value="3" /></EnumType><EnumType Name="mobileThreatDefensePartnerPriority"><Member Name="defenderOverThirdPartyPartner" Value="0" /><Member Name="thirdPartyPartnerOverDefender" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="screenCaptureIosManagedAppConfigurationState"><Member Name="notBlocked" Value="0" /><Member Name="blocked" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="windowsManagedAppClipboardSharingLevel"><Member Name="anyDestinationAnySource" Value="0" /><Member Name="none" Value="1" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="windowsManagedAppDataTransferLevel"><Member Name="allApps" Value="0" /><Member Name="none" Value="1" /></EnumType><EnumType Name="writingToolsIosManagedAppConfigurationState"><Member Name="notBlocked" Value="0" /><Member Name="blocked" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="microsoftTunnelDeploymentMode"><Member Name="standaloneRootful" Value="0" /><Member Name="standaloneRootless" Value="1" /><Member Name="podRootful" Value="2" /><Member Name="podRootless" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="microsoftTunnelLogCollectionStatus"><Member Name="pending" Value="0" /><Member Name="completed" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="microsoftTunnelServerHealthStatus"><Member Name="unknown" Value="0" /><Member Name="healthy" Value="1" /><Member Name="unhealthy" Value="2" /><Member Name="warning" Value="3" /><Member Name="offline" Value="4" /><Member Name="upgradeInProgress" Value="5" /><Member Name="upgradeFailed" Value="6" /><Member Name="unknownFutureValue" Value="7" /></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="deviceManagementDomainJoinConnectorState"><Member Name="active" Value="0" /><Member Name="error" Value="1" /><Member Name="inactive" Value="2" /></EnumType><EnumType Name="managedDeviceWindowsOperatingSystemEditionType"><Member Name="professional" Value="0" /><Member Name="professionalN" Value="1" /><Member Name="enterprise" Value="2" /><Member Name="enterpriseN" Value="3" /><Member Name="education" Value="4" /><Member Name="educationN" Value="5" /><Member Name="proEducation" Value="6" /><Member Name="proEducationN" Value="7" /><Member Name="proWorkstation" Value="8" /><Member Name="proWorkstationN" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="appVulnerabilityTaskMitigationType"><Member Name="unknown" Value="0" /><Member Name="update" Value="1" /><Member Name="uninstall" Value="2" /><Member Name="securityConfiguration" Value="3" /></EnumType><EnumType Name="deviceAppManagementTaskCategory"><Member Name="unknown" Value="0" /><Member Name="advancedThreatProtection" Value="1" /></EnumType><EnumType Name="deviceAppManagementTaskPriority"><Member Name="none" Value="0" /><Member Name="high" Value="1" /><Member Name="low" Value="2" /></EnumType><EnumType Name="deviceAppManagementTaskStatus"><Member Name="unknown" Value="0" /><Member Name="pending" Value="1" /><Member Name="active" Value="2" /><Member Name="completed" Value="3" /><Member Name="rejected" Value="4" /></EnumType><EnumType Name="endpointSecurityConfigurationApplicablePlatform"><Member Name="unknown" Value="0" /><Member Name="macOS" Value="1" /><Member Name="windows10AndLater" Value="2" /><Member Name="windows10AndWindowsServer" Value="3" /></EnumType><EnumType Name="endpointSecurityConfigurationProfileType"><Member Name="unknown" Value="0" /><Member Name="antivirus" Value="1" /><Member Name="windowsSecurity" Value="2" /><Member Name="bitLocker" Value="3" /><Member Name="fileVault" Value="4" /><Member Name="firewall" Value="5" /><Member Name="firewallRules" Value="6" /><Member Name="endpointDetectionAndResponse" Value="7" /><Member Name="deviceControl" Value="8" /><Member Name="appAndBrowserIsolation" Value="9" /><Member Name="exploitProtection" Value="10" /><Member Name="webProtection" Value="11" /><Member Name="applicationControl" Value="12" /><Member Name="attackSurfaceReductionRules" Value="13" /><Member Name="accountProtection" Value="14" /></EnumType><EnumType Name="endpointSecurityConfigurationType"><Member Name="unknown" Value="0" /><Member Name="antivirus" Value="1" /><Member Name="diskEncryption" Value="2" /><Member Name="firewall" Value="3" /><Member Name="endpointDetectionAndResponse" Value="4" /><Member Name="attackSurfaceReduction" Value="5" /><Member Name="accountProtection" Value="6" /></EnumType><EnumType Name="operationApprovalPolicyPlatform" IsFlags="true"><Member Name="notApplicable" Value="0" /><Member Name="androidDeviceAdministrator" Value="1" /><Member Name="androidEnterprise" Value="2" /><Member Name="iOSiPadOS" Value="4" /><Member Name="macOS" Value="8" /><Member Name="windows10AndLater" Value="16" /><Member Name="windows81AndLater" Value="32" /><Member Name="windows10X" Value="64" /><Member Name="unknownFutureValue" Value="128" /></EnumType><EnumType Name="operationApprovalPolicyType"><Member Name="unknown" Value="0" /><Member Name="deviceWipe" Value="2" /><Member Name="deviceRetire" Value="3" /><Member Name="deviceDelete" Value="5" /><Member Name="app" Value="16" /><Member Name="script" Value="17" /><Member Name="role" Value="18" /><Member Name="unknownFutureValue" Value="21" /><Member Name="tenantConfiguration" Value="28" /></EnumType><EnumType Name="operationApprovalRequestStatus"><Member Name="unknown" Value="0" /><Member Name="needsApproval" Value="1" /><Member Name="approved" Value="2" /><Member Name="rejected" Value="3" /><Member Name="cancelled" Value="4" /><Member Name="completed" Value="5" /><Member Name="expired" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="operationApprovalSource"><Member Name="unknown" Value="0" /><Member Name="adminConsole" Value="1" /><Member Name="email" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="roleAssignmentScopeType"><Member Name="resourceScope" Value="0" /><Member Name="allDevices" Value="1" /><Member Name="allLicensedUsers" Value="2" /><Member Name="allDevicesAndLicensedUsers" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="remoteAssistanceOnboardingStatus"><Member Name="notOnboarded" Value="0" /><Member Name="onboarding" Value="1" /><Member Name="onboarded" Value="2" /></EnumType><EnumType Name="remoteAssistanceState"><Member Name="disabled" Value="1" /><Member Name="enabled" 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="embeddedSIMDeviceStateValue"><Member Name="notEvaluated" Value="0" /><Member Name="failed" Value="1" /><Member Name="installing" Value="2" /><Member Name="installed" Value="3" /><Member Name="deleting" Value="4" /><Member Name="error" Value="5" /><Member Name="deleted" Value="6" /><Member Name="removedByUser" Value="7" /></EnumType><EnumType Name="connectorHealthState"><Member Name="healthy" Value="0" /><Member Name="warning" Value="1" /><Member Name="unhealthy" Value="2" /><Member Name="unknown" Value="3" /></EnumType><EnumType Name="connectorName"><Member Name="applePushNotificationServiceExpirationDateTime" Value="0" /><Member Name="vppTokenExpirationDateTime" Value="1" /><Member Name="vppTokenLastSyncDateTime" Value="2" /><Member Name="windowsAutopilotLastSyncDateTime" Value="3" /><Member Name="windowsStoreForBusinessLastSyncDateTime" Value="4" /><Member Name="jamfLastSyncDateTime" Value="5" /><Member Name="ndesConnectorLastConnectionDateTime" Value="6" /><Member Name="appleDepExpirationDateTime" Value="7" /><Member Name="appleDepLastSyncDateTime" Value="8" /><Member Name="onPremConnectorLastSyncDateTime" Value="9" /><Member Name="googlePlayAppLastSyncDateTime" Value="10" /><Member Name="googlePlayConnectorLastModifiedDateTime" Value="11" /><Member Name="windowsDefenderATPConnectorLastHeartbeatDateTime" Value="12" /><Member Name="mobileThreatDefenceConnectorLastHeartbeatDateTime" Value="13" /><Member Name="chromebookLastDirectorySyncDateTime" Value="14" /><Member Name="futureValue" Value="15" /></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="deviceManagementAutopilotPolicyComplianceStatus"><Member Name="unknown" Value="0" /><Member Name="compliant" Value="1" /><Member Name="installed" Value="2" /><Member Name="notCompliant" Value="3" /><Member Name="notInstalled" Value="4" /><Member Name="error" Value="5" /></EnumType><EnumType Name="deviceManagementAutopilotPolicyType"><Member Name="unknown" Value="0" /><Member Name="application" Value="3" /><Member Name="appModel" Value="7" /><Member Name="configurationPolicy" Value="12" /></EnumType><EnumType Name="deviceManagementScriptRunState"><Member Name="unknown" Value="0" /><Member Name="success" Value="1" /><Member Name="fail" Value="2" /><Member Name="scriptError" Value="3" /><Member Name="pending" Value="4" /><Member Name="notApplicable" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="mobileAppActionType"><Member Name="unknown" Value="0" /><Member Name="installCommandSent" Value="1" /><Member Name="installed" Value="3" /><Member Name="uninstalled" Value="4" /><Member Name="userRequestedInstall" Value="5" /></EnumType><EnumType Name="mobileAppIntent"><Member Name="available" Value="0" /><Member Name="notAvailable" Value="1" /><Member Name="requiredInstall" Value="2" /><Member Name="requiredUninstall" Value="3" /><Member Name="requiredAndAvailableInstall" Value="4" /><Member Name="availableInstallWithoutEnrollment" Value="5" /><Member Name="exclude" Value="6" /></EnumType><EnumType Name="windowsAutopilotDeploymentState"><Member Name="unknown" Value="0" /><Member Name="success" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="failure" Value="3" /><Member Name="successWithTimeout" Value="4" /><Member Name="notAttempted" Value="5" /><Member Name="disabled" Value="6" /><Member Name="successOnRetry" Value="7" /></EnumType><EnumType Name="windowsAutopilotEnrollmentType"><Member Name="unknown" Value="0" /><Member Name="azureADJoinedWithAutopilotProfile" Value="1" /><Member Name="offlineDomainJoined" Value="2" /><Member Name="azureADJoinedUsingDeviceAuthWithAutopilotProfile" Value="3" /><Member Name="azureADJoinedUsingDeviceAuthWithoutAutopilotProfile" Value="4" /><Member Name="azureADJoinedWithOfflineAutopilotProfile" Value="5" /><Member Name="azureADJoinedWithWhiteGlove" Value="6" /><Member Name="offlineDomainJoinedWithWhiteGlove" Value="7" /><Member Name="offlineDomainJoinedWithOfflineAutopilotProfile" Value="8" /></EnumType><EnumType Name="windowsDefenderApplicationControlSupplementalPolicyStatuses"><Member Name="unknown" Value="0" /><Member Name="success" Value="1" /><Member Name="tokenError" Value="2" /><Member Name="notAuthorizedByToken" Value="3" /><Member Name="policyNotFound" Value="4" /></EnumType><EnumType Name="driverApprovalAction"><Member Name="approve" Value="0" /><Member Name="decline" Value="1" /><Member Name="suspend" Value="2" /></EnumType><EnumType Name="driverApprovalStatus"><Member Name="needsReview" Value="0" /><Member Name="declined" Value="1" /><Member Name="approved" Value="2" /><Member Name="suspended" Value="3" /></EnumType><EnumType Name="driverCategory"><Member Name="recommended" Value="0" /><Member Name="previouslyApproved" Value="1" /><Member Name="other" Value="2" /></EnumType><EnumType Name="driverUpdateProfileApprovalType"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /></EnumType><EnumType Name="windowsDriverUpdateProfileInventorySyncState"><Member Name="pending" Value="0" /><Member Name="success" Value="1" /><Member Name="failure" Value="2" /></EnumType><EnumType Name="windowsQualityUpdateApprovalStatus"><Member Name="unknown" Value="0" /><Member Name="approved" Value="1" /><Member Name="suspended" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="windowsQualityUpdateCadence"><Member Name="monthly" Value="0" /><Member Name="outOfBand" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="windowsQualityUpdateCategory"><Member Name="all" Value="0" /><Member Name="security" Value="1" /><Member Name="nonSecurity" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="quickMachineRecovery" Value="4" /></EnumType><EnumType Name="windowsQualityUpdatePolicyActionType"><Member Name="approve" Value="0" /><Member Name="suspend" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="windowsQualityUpdatePolicyApprovalMethodType"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="windowsUpdateCveSeverityLevel"><Member Name="critical" Value="0" /><Member Name="important" Value="1" /><Member Name="moderate" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="applicationType"><Member Name="universal" Value="1" /><Member Name="desktop" Value="2" /></EnumType><EnumType Name="userPfxIntendedPurpose"><Member Name="unassigned" Value="0" /><Member Name="smimeEncryption" Value="1" /><Member Name="smimeSigning" Value="2" /><Member Name="vpn" Value="4" /><Member Name="wifi" Value="8" /></EnumType><EnumType Name="userPfxPaddingScheme"><Member Name="none" Value="0" /><Member Name="pkcs1" Value="1" /><Member Name="oaepSha1" Value="2" /><Member Name="oaepSha256" Value="3" /><Member Name="oaepSha384" Value="4" /><Member Name="oaepSha512" Value="5" /></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="m365ResourceType"><Member Name="none" Value="0" /><Member Name="group" Value="1" /><Member Name="user" 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="nonAdminSetting"><Member Name="false" Value="0" /><Member Name="true" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="dataCollectionStatus"><Member Name="online" Value="0" /><Member Name="offline" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="permissionsModificationCapability"><Member Name="enabled" Value="0" /><Member Name="notConfigured" Value="1" /><Member Name="noRecentDataCollected" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authorizationSystemActionSeverity"><Member Name="normal" Value="0" /><Member Name="high" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authorizationSystemActionType"><Member Name="delete" Value="0" /><Member Name="read" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="awsPolicyType"><Member Name="system" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="awsRoleTrustEntityType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="service" Value="1" /><Member Name="sso" Value="2" /><Member Name="crossAccount" Value="4" /><Member Name="webIdentity" Value="8" /><Member Name="unknownFutureValue" Value="16" /></EnumType><EnumType Name="awsRoleType"><Member Name="system" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="azureRoleDefinitionType"><Member Name="system" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="gcpRoleType"><Member Name="system" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authorizationSystemType"><Member Name="azure" Value="0" /><Member Name="gcp" Value="1" /><Member Name="aws" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="awsAccessType"><Member Name="public" Value="0" /><Member Name="restricted" Value="1" /><Member Name="crossAccount" Value="2" /><Member Name="private" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="awsSecretInformationWebServices" IsFlags="true"><Member Name="secretsManager" Value="0" /><Member Name="certificateAuthority" Value="1" /><Member Name="cloudHsm" Value="2" /><Member Name="certificateManager" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="awsSecurityToolWebServices" IsFlags="true"><Member Name="macie" Value="0" /><Member Name="wafShield" Value="1" /><Member Name="cloudTrail" Value="2" /><Member Name="inspector" Value="4" /><Member Name="securityHub" Value="8" /><Member Name="detective" Value="16" /><Member Name="guardDuty" Value="32" /><Member Name="unknownFutureValue" Value="64" /></EnumType><EnumType Name="azureAccessType"><Member Name="public" Value="0" /><Member Name="private" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="azureEncryption"><Member Name="microsoftStorage" Value="0" /><Member Name="microsoftKeyVault" Value="1" /><Member Name="customer" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="externalSystemAccessMethods" IsFlags="true"><Member Name="direct" Value="0" /><Member Name="roleChaining" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="gcpAccessType"><Member Name="public" Value="0" /><Member Name="subjectToObjectAcls" Value="1" /><Member Name="private" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="gcpEncryption"><Member Name="google" Value="0" /><Member Name="customer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="iamStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="awsStatementEffect"><Member Name="allow" Value="0" /><Member Name="deny" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="permissionsDefinitionIdentityType"><Member Name="user" Value="0" /><Member Name="role" Value="1" /><Member Name="application" Value="2" /><Member Name="managedIdentity" Value="3" /><Member Name="serviceAccount" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="permissionsRequestOccurrenceStatus"><Member Name="grantingFailed" Value="0" /><Member Name="granted" Value="1" /><Member Name="granting" Value="2" /><Member Name="revoked" Value="3" /><Member Name="revoking" Value="4" /><Member Name="revokingFailed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="statusDetail"><Member Name="submitted" Value="0" /><Member Name="approved" Value="1" /><Member Name="completed" Value="2" /><Member Name="canceled" Value="3" /><Member Name="rejected" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="scheduledPermissionsRequestFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="4" /></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="bucketAggregationSortProperty"><Member Name="count" Value="0" /><Member Name="keyAsString" Value="1" /><Member Name="keyAsNumber" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="copilotSearchResourceType"><Member Name="unknown" Value="0" /><Member Name="site" Value="1" /><Member Name="list" Value="2" /><Member Name="listItem" Value="3" /><Member Name="drive" Value="4" /><Member Name="driveItem" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="groundingEntityType"><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="unknownFutureValue" Value="5" /></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="policyScope"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="selected" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="priority"><Member Name="None" Value="0" /><Member Name="High" Value="1" /><Member Name="Low" Value="2" /></EnumType><EnumType Name="plannerApprovalStatus"><Member Name="requested" Value="0" /><Member Name="approved" Value="1" /><Member Name="rejected" Value="2" /><Member Name="cancelled" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="plannerContainerType"><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="roster" Value="3" /><Member Name="project" Value="4" /><Member Name="driveItem" Value="5" /><Member Name="user" Value="6" /><Member Name="teamsChannel" Value="7" /><Member Name="onlineMeeting" Value="8" /><Member Name="plannerTask" Value="9" /></EnumType><EnumType Name="plannerContextState"><Member Name="active" Value="0" /><Member Name="delinked" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="plannerCreationSourceKind"><Member Name="none" Value="0" /><Member Name="external" Value="1" /><Member Name="publication" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="plannerExternalTaskSourceDisplayType"><Member Name="none" Value="1" /><Member Name="default" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="plannerPlanAccessLevel"><Member Name="readAccess" Value="0" /><Member Name="readWriteAccess" Value="1" /><Member Name="fullAccess" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="plannerPlanContextType"><Member Name="teamsTab" Value="1" /><Member Name="sharePointPage" Value="2" /><Member Name="meetingNotes" Value="3" /><Member Name="other" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="loopPage" Value="6" /><Member Name="project" Value="7" /></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="plannerTaskCompletionRequirements" IsFlags="true"><Member Name="none" Value="0" /><Member Name="checklistCompletion" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="formCompletion" Value="4" /><Member Name="approvalCompletion" Value="8" /><Member Name="completionInHostedApp" Value="16" /></EnumType><EnumType Name="plannerTaskTargetKind"><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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="allowedAudiences" IsFlags="true"><Member Name="me" Value="0" /><Member Name="family" Value="1" /><Member Name="contacts" Value="2" /><Member Name="groupMembers" Value="4" /><Member Name="organization" Value="8" /><Member Name="federatedOrganizations" Value="16" /><Member Name="everyone" Value="32" /><Member Name="unknownFutureValue" Value="64" /></EnumType><EnumType Name="languageProficiencyLevel"><Member Name="elementary" Value="0" /><Member Name="conversational" Value="1" /><Member Name="limitedWorking" Value="2" /><Member Name="professionalWorking" Value="3" /><Member Name="fullProfessional" Value="4" /><Member Name="nativeOrBilingual" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="personAnnualEventType"><Member Name="birthday" Value="0" /><Member Name="wedding" Value="1" /><Member Name="work" Value="2" /><Member Name="other" Value="3" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="personRelationship"><Member Name="manager" Value="0" /><Member Name="colleague" Value="1" /><Member Name="directReport" Value="2" /><Member Name="dotLineReport" Value="3" /><Member Name="assistant" Value="4" /><Member Name="dotLineManager" Value="5" /><Member Name="alternateContact" Value="6" /><Member Name="friend" Value="7" /><Member Name="spouse" Value="8" /><Member Name="sibling" Value="9" /><Member Name="child" Value="10" /><Member Name="parent" Value="11" /><Member Name="sponsor" Value="12" /><Member Name="emergencyContact" Value="13" /><Member Name="other" Value="14" /><Member Name="unknownFutureValue" Value="15" /></EnumType><EnumType Name="skillProficiencyLevel"><Member Name="elementary" Value="0" /><Member Name="limitedWorking" Value="1" /><Member Name="generalProfessional" Value="2" /><Member Name="advancedProfessional" Value="3" /><Member Name="expert" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="translationBehavior"><Member Name="Ask" Value="0" /><Member Name="Yes" Value="1" /><Member Name="No" Value="2" /></EnumType><EnumType Name="userPersona"><Member Name="unknown" Value="0" /><Member Name="externalMember" Value="1" /><Member Name="externalGuest" Value="2" /><Member Name="internalMember" Value="3" /><Member Name="internalGuest" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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="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="approvalState"><Member Name="pending" Value="0" /><Member Name="approved" Value="1" /><Member Name="denied" Value="2" /><Member Name="aborted" Value="3" /><Member Name="canceled" Value="4" /></EnumType><EnumType Name="roleSummaryStatus"><Member Name="ok" Value="0" /><Member Name="bad" Value="1" /></EnumType><EnumType Name="setupStatus"><Member Name="unknown" Value="0" /><Member Name="notRegisteredYet" Value="1" /><Member Name="registeredSetupNotStarted" Value="2" /><Member Name="registeredSetupInProgress" Value="3" /><Member Name="registrationAndSetupCompleted" Value="4" /><Member Name="registrationFailed" Value="5" /><Member Name="registrationTimedOut" Value="6" /><Member Name="disabled" Value="7" /></EnumType><EnumType Name="incompatiblePrinterSettings"><Member Name="show" Value="0" /><Member Name="hide" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="printColorConfiguration"><Member Name="blackAndWhite" Value="0" /><Member Name="grayscale" Value="1" /><Member Name="color" Value="2" /><Member Name="auto" Value="3" /></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="printDuplexConfiguration"><Member Name="twoSidedLongEdge" Value="0" /><Member Name="twoSidedShortEdge" Value="1" /><Member Name="oneSided" Value="2" /></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="printerFeedDirection"><Member Name="longEdgeFirst" Value="0" /><Member Name="shortEdgeFirst" Value="1" /></EnumType><EnumType Name="printerFeedOrientation"><Member Name="longEdgeFirst" Value="0" /><Member Name="shortEdgeFirst" Value="1" /></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="printerProcessingStateReason"><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" /></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="printMediaType"><Member Name="stationery" Value="0" /><Member Name="transparency" Value="1" /><Member Name="envelope" Value="2" /><Member Name="envelopePlain" Value="3" /><Member Name="continuous" Value="4" /><Member Name="screen" Value="5" /><Member Name="screenPaged" Value="6" /><Member Name="continuousLong" Value="7" /><Member Name="continuousShort" Value="8" /><Member Name="envelopeWindow" Value="9" /><Member Name="multiPartForm" Value="10" /><Member Name="multiLayer" Value="11" /><Member Name="labels" Value="12" /></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="printPresentationDirection"><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" /></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="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="campaignStatus"><Member Name="unknown" Value="0" /><Member Name="draft" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="scheduled" Value="3" /><Member Name="completed" Value="4" /><Member Name="failed" Value="5" /><Member Name="cancelled" Value="6" /><Member Name="excluded" Value="7" /><Member Name="deleted" Value="8" /><Member Name="unknownFutureValue" Value="9" /></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" /><Member Name="oAuthConsentGrant" Value="7" /><Member Name="phishTraining" Value="8" /></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="8" /></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="accountStatus"><Member Name="unknown" Value="0" /><Member Name="staged" Value="1" /><Member Name="active" Value="2" /><Member Name="suspended" Value="3" /><Member Name="deleted" Value="4" /><Member Name="unknownFutureValue" Value="127" /></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="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="applicationPermissionsRequired"><Member Name="unknown" Value="0" /><Member Name="anonymous" Value="1" /><Member Name="guest" Value="2" /><Member Name="user" Value="3" /><Member Name="administrator" Value="4" /><Member Name="system" Value="5" /><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="diamondModel"><Member Name="unknown" Value="0" /><Member Name="adversary" Value="1" /><Member Name="capability" Value="2" /><Member Name="infrastructure" Value="3" /><Member Name="victim" 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="tiAction"><Member Name="unknown" Value="0" /><Member Name="allow" Value="1" /><Member Name="block" Value="2" /><Member Name="alert" Value="3" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="tlpLevel"><Member Name="unknown" Value="0" /><Member Name="white" Value="1" /><Member Name="green" Value="2" /><Member Name="amber" Value="3" /><Member Name="red" Value="4" /><Member Name="unknownFutureValue" Value="127" /></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="accessLevel"><Member Name="everyone" Value="0" /><Member Name="invited" Value="1" /><Member Name="locked" Value="2" /><Member Name="sameEnterprise" Value="3" /><Member Name="sameEnterpriseAndFederated" Value="4" /></EnumType><EnumType Name="activityStatus"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="allowedLobbyAdmitterRoles"><Member Name="organizerAndCoOrganizersAndPresenters" Value="0" /><Member Name="organizerAndCoOrganizers" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="artifactType"><Member Name="transcript" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="autoAdmittedUsersType"><Member Name="everyoneInCompany" Value="0" /><Member Name="everyone" Value="1" /></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="callDisposition"><Member Name="default" Value="0" /><Member Name="simultaneousRing" Value="1" /><Member Name="forward" Value="2" /></EnumType><EnumType Name="callEventType"><Member Name="callStarted" Value="0" /><Member Name="callEnded" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="rosterUpdated" Value="3" /><Member Name="transcriptionStateUpdated" Value="4" /><Member Name="recordingStateUpdated" Value="5" /></EnumType><EnumType Name="callState"><Member Name="incoming" Value="0" /><Member Name="establishing" Value="1" /><Member Name="ringing" Value="2" /><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="connectionType"><Member Name="webSocket" Value="0" /><Member Name="unknownFutureValue" Value="1" /></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="meetingCapabilities"><Member Name="questionAndAnswer" Value="0" /><Member Name="unknownFutureValue" Value="1" /></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="meetingRegistrantStatus"><Member Name="registered" Value="0" /><Member Name="canceled" Value="1" /><Member Name="processing" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="modality"><Member Name="unknown" Value="0" /><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="3" /><Member Name="producer" Value="2" /><Member Name="coorganizer" Value="4" /></EnumType><EnumType Name="onlineMeetingVideoDisabledReason" IsFlags="true"><Member Name="watermarkProtection" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="playPromptCompletionReason"><Member Name="unknown" Value="0" /><Member Name="completedSuccessfully" Value="1" /><Member Name="mediaOperationCanceled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="recordCompletionReason"><Member Name="operationCanceled" Value="0" /><Member Name="stopToneDetected" Value="1" /><Member Name="maxRecordDurationReached" Value="2" /><Member Name="initialSilenceTimeout" Value="3" /><Member Name="maxSilenceTimeout" Value="4" /><Member Name="playPromptFailed" Value="5" /><Member Name="playBeepFailed" Value="6" /><Member Name="mediaReceiveTimeout" Value="7" /><Member Name="unspecifiedError" Value="8" /></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" /></EnumType><EnumType Name="routingPolicy"><Member Name="none" Value="0" /><Member Name="noMissedCall" Value="1" /><Member Name="disableForwardingExceptPhone" Value="2" /><Member Name="disableForwarding" Value="3" /><Member Name="preferSkypeForBusiness" Value="5" /><Member Name="unknownFutureValue" Value="6" /></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="hardwareOathTokenHashFunction"><Member Name="hmacsha1" Value="0" /><Member Name="hmacsha256" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="hardwareOathTokenStatus"><Member Name="available" Value="0" /><Member Name="assigned" Value="1" /><Member Name="activated" Value="2" /><Member Name="failedActivation" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="microsoftAuthenticatorAuthenticationMethodClientAppName"><Member Name="microsoftAuthenticator" Value="0" /><Member Name="outlookMobile" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="passkeyType"><Member Name="deviceBound" Value="0" /><Member Name="synced" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="userDefaultAuthenticationMethodType"><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="unknownFutureValue" Value="6" /></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="accessType"><Member Name="grant" Value="1" /><Member Name="deny" Value="2" /></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" /></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="externalItemContentType"><Member Name="text" Value="1" /><Member Name="html" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="identitySourceType"><Member Name="azureActiveDirectory" Value="1" /><Member Name="external" Value="2" /></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" /></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" /></EnumType><EnumType Name="aiInteractionType"><Member Name="userPrompt" Value="0" /><Member Name="aiResponse" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="appDevelopmentPlatforms" IsFlags="true"><Member Name="developerPortal" 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="channelLayoutType"><Member Name="post" Value="0" /><Member Name="chat" Value="1" /><Member Name="unknownFutureValue" Value="2" /></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" /></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="migrationMode"><Member Name="inProgress" Value="0" /><Member Name="completed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="replyRestriction"><Member Name="everyone" Value="0" /><Member Name="authorAndModerators" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="teamsAppDashboardCardSize"><Member Name="medium" Value="0" /><Member Name="large" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="teamsAppDashboardCardSourceType"><Member Name="bot" Value="0" /><Member Name="unknownFutureValue" Value="1" /></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="teamsAppInstallationScopes" IsFlags="true"><Member Name="team" Value="1" /><Member Name="groupChat" Value="2" /><Member Name="personal" Value="4" /><Member Name="unknownFutureValue" Value="8" /></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="createChat" Value="8" /><Member Name="archiveChannel" Value="9" /><Member Name="unarchiveChannel" Value="10" /></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="teamTemplateAudience"><Member Name="organization" Value="0" /><Member Name="user" Value="1" /><Member Name="public" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="teamworkConnectionStatus"><Member Name="unknown" Value="0" /><Member Name="connected" Value="1" /><Member Name="disconnected" 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="teamworkDeviceActivityState"><Member Name="unknown" Value="0" /><Member Name="busy" Value="1" /><Member Name="idle" Value="2" /><Member Name="unavailable" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="teamworkDeviceHealthStatus"><Member Name="unknown" Value="0" /><Member Name="offline" Value="1" /><Member Name="critical" Value="2" /><Member Name="nonUrgent" Value="3" /><Member Name="healthy" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="teamworkDeviceOperationType"><Member Name="deviceRestart" Value="0" /><Member Name="configUpdate" Value="1" /><Member Name="deviceDiagnostics" Value="2" /><Member Name="softwareUpdate" Value="3" /><Member Name="deviceManagementAgentConfigUpdate" Value="4" /><Member Name="remoteLogin" Value="5" /><Member Name="remoteLogout" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="teamworkDeviceType"><Member Name="unknown" Value="0" /><Member Name="ipPhone" Value="1" /><Member Name="teamsRoom" Value="2" /><Member Name="surfaceHub" Value="3" /><Member Name="collaborationBar" Value="4" /><Member Name="teamsDisplay" Value="5" /><Member Name="touchConsole" Value="6" /><Member Name="lowCostPhone" Value="7" /><Member Name="teamsPanel" Value="8" /><Member Name="sip" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="teamworkInteractionType"><Member Name="createChat" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="teamworkSoftwareFreshness"><Member Name="unknown" Value="0" /><Member Name="latest" Value="1" /><Member Name="updateAvailable" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamworkSoftwareType"><Member Name="adminAgent" Value="0" /><Member Name="operatingSystem" Value="1" /><Member Name="teamsClient" Value="2" /><Member Name="firmware" Value="3" /><Member Name="partnerAgent" Value="4" /><Member Name="companyPortal" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="teamworkSupportedClient"><Member Name="unknown" Value="0" /><Member Name="skypeDefaultAndTeams" Value="1" /><Member Name="teamsDefaultAndSkype" Value="2" /><Member Name="skypeOnly" Value="3" /><Member Name="teamsOnly" Value="4" /><Member Name="unknownFutureValue" Value="5" /></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" /><Member Name="azureCommunicationServicesUser" Value="9" /></EnumType><EnumType Name="userNewMessageRestriction"><Member Name="everyone" Value="0" /><Member Name="everyoneExceptGuests" Value="1" /><Member Name="moderators" Value="2" /><Member Name="unknownFutureValue" Value="3" /></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="threatAssessmentRequestPivotProperty"><Member Name="threatCategory" Value="1" /><Member Name="mailDestinationRoutingReason" Value="2" /></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="wellknownListName"><Member Name="none" Value="0" /><Member Name="defaultList" Value="1" /><Member Name="flaggedEmails" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="claimBindingSource"><Member Name="directory" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="verifiedIdProfileState"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="verifiedIdUsageConfigurationPurpose"><Member Name="recovery" Value="0" /><Member Name="onboarding" Value="1" /><Member Name="all" 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><EnumType Name="baselineParameterType"><Member Name="string" Value="0" /><Member Name="integer" Value="1" /><Member Name="boolean" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="driftStatus"><Member Name="active" Value="0" /><Member Name="fixed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="monitorMode"><Member Name="monitorOnly" Value="1" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="monitorRunStatus"><Member Name="successful" Value="0" /><Member Name="partiallySuccessful" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="monitorStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="snapshotJobStatus"><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" /><Member Name="partiallySuccessful" Value="5" /></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="azureAdTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration"><Property Name="resourceId" Type="Edm.String" /></ComplexType><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="servicePrincipal" BaseType="graph.directoryObject" OpenType="true"><Property Name="passwordSingleSignOnSettings" Type="graph.passwordSingleSignOnSettings" /><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="createdByAppId" Type="Edm.String" /><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="errorUrl" Type="Edm.String" /><Property Name="homepage" Type="Edm.String" /><Property Name="info" Type="graph.informationalUrl" /><Property Name="isDisabled" Type="Edm.Boolean" /><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="passwordCredentials" Type="Collection(graph.passwordCredential)" Nullable="false" /><Property Name="preferredSingleSignOnMode" Type="Edm.String" /><Property Name="preferredTokenSigningKeyEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="preferredTokenSigningKeyThumbprint" Type="Edm.String" /><Property Name="publishedPermissionScopes" Type="Collection(graph.permissionScope)" Nullable="false" /><Property Name="publisherName" Type="Edm.String" /><Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" /><Property Name="samlMetadataUrl" Type="Edm.String" /><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="claimsPolicy" Type="graph.customClaimsPolicy" ContainsTarget="true" /><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="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" /><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="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" /><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="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true"><Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="application" BaseType="graph.directoryObject" OpenType="true"><Property Name="api" Type="graph.apiApplication" /><Property Name="appId" 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="createdByAppId" Type="Edm.String" /><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="isDisabled" 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="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="nativeAuthenticationApisEnabled" Type="graph.nativeAuthenticationApisEnabled" /><Property Name="notes" Type="Edm.String" /><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="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" /><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" /><Property Name="windows" Type="graph.windowsApplication" /><Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" /><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="connectorGroup" Type="graph.connectorGroup" /><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="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="signInAudienceRestrictionsBase" Abstract="true"><Property Name="kind" Type="graph.kind" Nullable="false" /></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="oauth2AllowImplicitFlow" Type="Edm.Boolean" /><Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /><Property Name="redirectUriSettings" Type="Collection(graph.redirectUriSettings)" Nullable="false" /></ComplexType><ComplexType Name="windowsApplication"><Property Name="packageSid" Type="Edm.String" /><Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><EntityType Name="policyBase" BaseType="graph.directoryObject" Abstract="true"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /></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="claimsMatchingExpression" Type="graph.federatedIdentityExpression" /><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" /><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" /><ComplexType Name="onPremisesPublishing"><Property Name="alternateUrl" Type="Edm.String" /><Property Name="applicationServerTimeout" Type="Edm.String" /><Property Name="applicationType" Type="Edm.String" /><Property Name="externalAuthenticationType" Type="graph.externalAuthenticationType" /><Property Name="externalUrl" Type="Edm.String" /><Property Name="internalUrl" Type="Edm.String" /><Property Name="isAccessibleViaZTNAClient" Type="Edm.Boolean" /><Property Name="isBackendCertificateValidationEnabled" Type="Edm.Boolean" /><Property Name="isContinuousAccessEvaluationEnabled" Type="Edm.Boolean" /><Property Name="isDnsResolutionEnabled" Type="Edm.Boolean" /><Property Name="isHttpOnlyCookieEnabled" Type="Edm.Boolean" /><Property Name="isOnPremPublishingEnabled" Type="Edm.Boolean" /><Property Name="isPersistentCookieEnabled" Type="Edm.Boolean" /><Property Name="isSecureCookieEnabled" Type="Edm.Boolean" /><Property Name="isStateSessionEnabled" Type="Edm.Boolean" /><Property Name="isTranslateHostHeaderEnabled" Type="Edm.Boolean" /><Property Name="isTranslateLinksInBodyEnabled" Type="Edm.Boolean" /><Property Name="onPremisesApplicationSegments" Type="Collection(graph.onPremisesApplicationSegment)" /><Property Name="segmentsConfiguration" Type="graph.segmentConfiguration" /><Property Name="singleSignOnSettings" Type="graph.onPremisesPublishingSingleSignOn" /><Property Name="trafficRoutingMethod" Type="graph.trafficRoutingMethod" Nullable="false" /><Property Name="useAlternateUrlForTranslationAndRedirect" Type="Edm.Boolean" /><Property Name="verifiedCustomDomainCertificatesMetadata" Type="graph.verifiedCustomDomainCertificatesMetadata" /><Property Name="verifiedCustomDomainKeyCredential" Type="graph.keyCredential" /><Property Name="verifiedCustomDomainPasswordCredential" Type="graph.passwordCredential" /><Property Name="wafAllowedHeaders" Type="graph.wafAllowedHeadersDictionary" /><Property Name="wafIpRanges" Type="Collection(graph.ipRange)" /><Property Name="wafProvider" Type="Edm.String" /></ComplexType><EntityType Name="connectorGroup" BaseType="graph.entity"><Property Name="connectorGroupType" Type="graph.connectorGroupType" Nullable="false" /><Property Name="isDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="region" Type="graph.connectorGroupRegion" /><NavigationProperty Name="applications" Type="Collection(graph.application)" /><NavigationProperty Name="members" Type="Collection(graph.connector)" /></EntityType><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="cloudLicensing" Type="microsoft.graph.cloudLicensing.groupCloudLicensing" /><Property Name="assignedLabels" Type="Collection(graph.assignedLabel)" /><Property Name="assignedLicenses" Type="Collection(graph.assignedLicense)" /><Property Name="classification" Type="Edm.String" /><Property Name="createdByAppId" 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="infoCatalogs" Type="Collection(Edm.String)" Nullable="false" /><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="organizationId" Type="Edm.String" /><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="writebackConfiguration" Type="graph.groupWritebackConfiguration" /><Property Name="accessType" Type="graph.groupAccessType" /><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="isFavorite" Type="Edm.Boolean" /><Property Name="isSubscribedByMail" Type="Edm.Boolean" /><Property Name="unseenConversationsCount" Type="Edm.Int32" /><Property Name="unseenCount" Type="Edm.Int32" /><Property Name="unseenMessagesCount" Type="Edm.Int32" /><Property Name="welcomeMessageEnabled" Type="Edm.Boolean" /><Property Name="membershipRuleProcessingStatus" Type="graph.membershipRuleProcessingStatus" /><Property Name="isArchived" Type="Edm.Boolean" /><NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" /><NavigationProperty Name="endpoints" Type="Collection(graph.endpoint)" ContainsTarget="true" /><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.directorySetting)" 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><ComplexType Name="writebackConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="groupWritebackConfiguration" BaseType="graph.writebackConfiguration"><Property Name="onPremisesGroupType" Type="Edm.String" /></ComplexType><EntityType Name="appRoleAssignment" BaseType="graph.directoryObject"><Property Name="appRoleId" Type="Edm.Guid" Nullable="false" /><Property Name="creationTimestamp" 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="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="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="directorySetting" 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="calendarGroupId" Type="Edm.String" /><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="isShared" Type="Edm.Boolean" /><Property Name="isSharedWithMe" 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)" /><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="occurrenceId" Type="Edm.String" /><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="uid" Type="Edm.String" /><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="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" /><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="deleted" Type="graph.deleted" /><Property Name="displayName" Type="Edm.String" /><Property Name="isPersonalSite" Type="Edm.Boolean" /><Property Name="locale" Type="Edm.String" /><Property Name="lockState" Type="graph.siteLockState" /><Property Name="ownerIdentityToResolve" Type="graph.identityInput" /><Property Name="root" Type="graph.root" /><Property Name="settings" Type="graph.siteSettings" /><Property Name="shareByEmailEnabled" Type="Edm.Boolean" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="siteCollection" Type="graph.siteCollection" /><Property Name="template" Type="graph.siteTemplateType" /><NavigationProperty Name="informationProtection" Type="graph.informationProtection" ContainsTarget="true" /><NavigationProperty Name="analytics" Type="graph.itemAnalytics" /><NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" /><NavigationProperty Name="contentModels" Type="Collection(graph.contentModel)" ContainsTarget="true" /><NavigationProperty Name="contentTypes" Type="Collection(graph.contentType)" ContainsTarget="true" /><NavigationProperty Name="documentProcessingJobs" Type="Collection(graph.documentProcessingJob)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="drives" Type="Collection(graph.drive)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" 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="pageTemplates" Type="Collection(graph.pageTemplate)" ContainsTarget="true" /><NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /><NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" /><NavigationProperty Name="sites" Type="Collection(graph.site)" ContainsTarget="true" /><NavigationProperty Name="termStore" Type="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" /><ComplexType Name="membershipRuleProcessingStatus"><Property Name="errorMessage" Type="Edm.String" /><Property Name="lastMembershipUpdated" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.MembershipRuleProcessingStatusDetails" /></ComplexType><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="discoverySettings" Type="graph.teamDiscoverySettings" /><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="isMembershipLimitedToOwners" 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="owners" Type="Collection(graph.user)" /><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="templateDefinition" Type="graph.teamTemplateDefinition" /><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="catalogs" Type="Collection(graph.accessPackageCatalog)" ContainsTarget="true" /><NavigationProperty Name="entitlementManagement" Type="graph.entitlementManagement" ContainsTarget="true" /><NavigationProperty Name="permissionsAnalytics" Type="graph.permissionsAnalyticsAggregation" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="permissionsManagement" Type="graph.permissionsManagement" ContainsTarget="true" /><NavigationProperty Name="privilegedAccess" Type="graph.privilegedAccessRoot" ContainsTarget="true" /><NavigationProperty Name="roleManagementAlerts" Type="graph.roleManagementAlert" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewSet" BaseType="graph.entity"><NavigationProperty Name="decisions" Type="Collection(graph.accessReviewInstanceDecisionItem)" ContainsTarget="true" /><NavigationProperty Name="definitions" Type="Collection(graph.accessReviewScheduleDefinition)" ContainsTarget="true" /><NavigationProperty Name="historyDefinitions" Type="Collection(graph.accessReviewHistoryDefinition)" ContainsTarget="true" /><NavigationProperty Name="instances" Type="Collection(graph.accessReviewInstance)" ContainsTarget="true" /><NavigationProperty Name="policy" Type="graph.accessReviewPolicy" 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="accessPackageCatalog" BaseType="graph.entity"><Property Name="catalogStatus" Type="Edm.String" /><Property Name="catalogType" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><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="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="privilegeLevel" Type="graph.privilegeLevel" Nullable="false" /><Property Name="uniqueName" Type="Edm.String" /><NavigationProperty Name="accessPackageCustomWorkflowExtensions" Type="Collection(graph.customCalloutExtension)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /><NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" /><NavigationProperty Name="customAccessPackageWorkflowExtensions" Type="Collection(graph.customAccessPackageWorkflowExtension)" 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="entitlementManagement" BaseType="graph.entity"><NavigationProperty Name="accessPackageAssignmentApprovals" Type="Collection(graph.approval)" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentRequests" Type="Collection(graph.accessPackageAssignmentRequest)" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentResourceRoles" Type="Collection(graph.accessPackageAssignmentResourceRole)" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignments" Type="Collection(graph.accessPackageAssignment)" ContainsTarget="true" /><NavigationProperty Name="accessPackageCatalogs" Type="Collection(graph.accessPackageCatalog)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceEnvironments" Type="Collection(graph.accessPackageResourceEnvironment)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceRequests" Type="Collection(graph.accessPackageResourceRequest)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /><NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" /><NavigationProperty Name="accessPackageSuggestions" Type="Collection(graph.accessPackageSuggestion)" ContainsTarget="true" /><NavigationProperty Name="assignmentRequests" Type="Collection(graph.accessPackageAssignmentRequest)" ContainsTarget="true" /><NavigationProperty Name="availableAccessPackages" Type="Collection(graph.availableAccessPackage)" ContainsTarget="true" /><NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" /><NavigationProperty Name="controlConfigurations" Type="Collection(graph.controlConfiguration)" ContainsTarget="true" /><NavigationProperty Name="externalOriginResourceConnectors" Type="Collection(graph.externalOriginResourceConnector)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" /><NavigationProperty Name="subjects" Type="Collection(graph.accessPackageSubject)" ContainsTarget="true" /></EntityType><EntityType Name="permissionsAnalyticsAggregation" BaseType="graph.entity"><NavigationProperty Name="aws" Type="graph.permissionsAnalytics" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="azure" Type="graph.permissionsAnalytics" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="gcp" Type="graph.permissionsAnalytics" Nullable="false" ContainsTarget="true" /></EntityType><EntityType Name="permissionsManagement" BaseType="graph.entity"><NavigationProperty Name="scheduledPermissionsApprovals" Type="Collection(graph.approval)" ContainsTarget="true" /><NavigationProperty Name="permissionsRequestChanges" Type="Collection(graph.permissionsRequestChange)" ContainsTarget="true" /><NavigationProperty Name="scheduledPermissionsRequests" Type="Collection(graph.scheduledPermissionsRequest)" ContainsTarget="true" /></EntityType><EntityType Name="privilegedAccessRoot" BaseType="graph.entity"><NavigationProperty Name="group" Type="graph.privilegedAccessGroup" ContainsTarget="true" /></EntityType><EntityType Name="roleManagementAlert" BaseType="graph.entity"><NavigationProperty Name="alertConfigurations" Type="Collection(graph.unifiedRoleManagementAlertConfiguration)" ContainsTarget="true" /><NavigationProperty Name="alertDefinitions" Type="Collection(graph.unifiedRoleManagementAlertDefinition)" ContainsTarget="true" /><NavigationProperty Name="alerts" Type="Collection(graph.unifiedRoleManagementAlert)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" /></EntityType><ComplexType Name="passwordSingleSignOnSettings"><Property Name="fields" Type="Collection(graph.passwordSingleSignOnField)" /></ComplexType><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="customSecurityAttributeValue" OpenType="true" /><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="samlSingleSignOnSettings"><Property Name="relayState" Type="Edm.String" /></ComplexType><EntityType Name="claimsMappingPolicy" BaseType="graph.stsPolicy" /><EntityType Name="customClaimsPolicy" BaseType="graph.entity"><Property Name="audienceOverride" Type="Edm.String" /><Property Name="claims" Type="Collection(graph.customClaimBase)" /><Property Name="includeApplicationIdInIssuer" Type="Edm.Boolean" /><Property Name="includeBasicClaimSet" Type="Edm.Boolean" /></EntityType><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="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="expiryTime" Type="Edm.DateTimeOffset" /><Property Name="principalId" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" Nullable="false" /><Property Name="scope" Type="Edm.String" /><Property Name="startTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="permissionGrantPreApprovalPolicy" BaseType="graph.directoryObject"><Property Name="conditions" Type="Collection(graph.preApprovalDetail)" /></EntityType><EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity"><Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" /><NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" /></EntityType><EntityType Name="user" BaseType="graph.directoryObject" OpenType="true"><Property Name="signInActivity" Type="graph.signInActivity" /><Property Name="cloudLicensing" Type="microsoft.graph.cloudLicensing.userCloudLicensing" /><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="cloudRealtimeCommunicationInfo" Type="graph.cloudRealtimeCommunicationInfo" /><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="deviceKeys" Type="Collection(graph.deviceKey)" Nullable="false" /><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.String" /><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="infoCatalogs" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isLicenseReconciliationNeeded" Type="Edm.Boolean" /><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="onPremisesSipInfo" Type="graph.onPremisesSipInfo" /><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="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" /><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="analytics" Type="graph.userAnalytics" ContainsTarget="true" /><NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /><NavigationProperty Name="usageRights" Type="Collection(graph.usageRight)" ContainsTarget="true" /><NavigationProperty Name="dataSecurityAndGovernance" Type="graph.userDataSecurityAndGovernance" ContainsTarget="true" /><NavigationProperty Name="informationProtection" Type="graph.informationProtection" ContainsTarget="true" /><NavigationProperty Name="appRoleAssignedResources" Type="Collection(graph.servicePrincipal)" /><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="invitedBy" Type="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="transitiveReports" 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="joinedGroups" Type="Collection(graph.group)" 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="appConsentRequestsForApproval" Type="Collection(graph.appConsentRequest)" ContainsTarget="true" /><NavigationProperty Name="approvals" Type="Collection(graph.approval)" ContainsTarget="true" /><NavigationProperty Name="pendingAccessReviewInstances" Type="Collection(graph.accessReviewInstance)" ContainsTarget="true" /><NavigationProperty Name="agreementAcceptances" Type="Collection(graph.agreementAcceptance)" /><NavigationProperty Name="security" Type="self.security" ContainsTarget="true" /><NavigationProperty Name="deviceEnrollmentConfigurations" Type="Collection(graph.deviceEnrollmentConfiguration)" ContainsTarget="true" /><NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /><NavigationProperty Name="managedAppLogCollectionRequests" Type="Collection(graph.managedAppLogCollectionRequest)" ContainsTarget="true" /><NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" /><NavigationProperty Name="windowsInformationProtectionDeviceRegistrations" Type="Collection(graph.windowsInformationProtectionDeviceRegistration)" /><NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(graph.mobileAppIntentAndState)" ContainsTarget="true" /><NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="notifications" Type="Collection(graph.notification)" 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="profile" Type="graph.profile" ContainsTarget="true" /><NavigationProperty Name="activities" Type="Collection(graph.userActivity)" ContainsTarget="true" /><NavigationProperty Name="devices" Type="Collection(graph.device)" ContainsTarget="true" /><NavigationProperty Name="communications" Type="graph.userCloudCommunication" ContainsTarget="true" /><NavigationProperty Name="onlineMeetings" Type="Collection(graph.onlineMeeting)" ContainsTarget="true" /><NavigationProperty Name="presence" Type="graph.presence" ContainsTarget="true" /><NavigationProperty Name="virtualEvents" Type="graph.userVirtualEventsRoot" 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)" /><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="userAnalytics" BaseType="graph.entity"><Property Name="settings" Type="graph.settings" /><NavigationProperty Name="activityStatistics" Type="Collection(graph.activityStatistics)" ContainsTarget="true" /></EntityType><EntityType Name="cloudPC" BaseType="graph.entity"><Property Name="aadDeviceId" Type="Edm.String" /><Property Name="allotmentDisplayName" Type="Edm.String" /><Property Name="connectionSetting" Type="graph.cloudPcConnectionSetting" /><Property Name="connectionSettings" Type="graph.cloudPcConnectionSettings" /><Property Name="connectivityResult" Type="graph.cloudPcConnectivityResult" /><Property Name="deviceRegionName" Type="Edm.String" /><Property Name="disasterRecoveryCapability" Type="graph.cloudPcDisasterRecoveryCapability" /><Property Name="diskEncryptionState" Type="graph.cloudPcDiskEncryptionState" /><Property Name="displayName" Type="Edm.String" /><Property Name="frontlineCloudPcAvailability" Type="graph.frontlineCloudPcAvailability" /><Property Name="gracePeriodEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="groupDetail" Type="graph.cloudPcEntraGroupDetail" /><Property Name="imageDisplayName" Type="Edm.String" /><Property Name="lastLoginResult" Type="graph.cloudPcLoginResult" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastRemoteActionResult" Type="graph.cloudPcRemoteActionResult" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="onPremisesConnectionName" Type="Edm.String" /><Property Name="osVersion" Type="graph.cloudPcOperatingSystem" /><Property Name="partnerAgentInstallResults" Type="Collection(graph.cloudPcPartnerAgentInstallResult)" /><Property Name="powerState" Type="graph.cloudPcPowerState" /><Property Name="productType" Type="graph.cloudPcProductType" /><Property Name="provisionedDateTime" Type="Edm.DateTimeOffset" /><Property Name="provisioningPolicyId" Type="Edm.String" /><Property Name="provisioningPolicyName" Type="Edm.String" /><Property Name="provisioningType" Type="graph.cloudPcProvisioningType" /><Property Name="scopeIds" Type="Collection(Edm.String)" /><Property Name="servicePlanId" Type="Edm.String" /><Property Name="servicePlanName" Type="Edm.String" /><Property Name="servicePlanType" Type="graph.cloudPcServicePlanType" /><Property Name="sharedDeviceDetail" Type="graph.cloudPcFrontlineSharedDeviceDetail" /><Property Name="status" Type="graph.cloudPcStatus" Nullable="false" /><Property Name="statusDetail" Type="graph.cloudPcStatusDetail" /><Property Name="statusDetails" Type="graph.cloudPcStatusDetails" /><Property Name="userAccountType" Type="graph.cloudPcUserAccountType" /><Property Name="userDetail" Type="graph.cloudPcEntraUserDetail" /><Property Name="userExperienceType" Type="graph.cloudPcUserExperienceType" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="usageRight" BaseType="graph.entity"><Property Name="catalogId" Type="Edm.String" Nullable="false" /><Property Name="serviceIdentifier" Type="Edm.String" Nullable="false" /><Property Name="state" Type="graph.usageRightState" Nullable="false" /></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><EntityType Name="informationProtection" BaseType="graph.entity"><NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" /><NavigationProperty Name="dataLossPreventionPolicies" Type="Collection(graph.dataLossPreventionPolicy)" ContainsTarget="true" /><NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /><NavigationProperty Name="sensitivityPolicySettings" Type="graph.sensitivityPolicySettings" ContainsTarget="true" /><NavigationProperty Name="policy" Type="graph.informationProtectionPolicy" ContainsTarget="true" /><NavigationProperty Name="threatAssessmentRequests" Type="Collection(graph.threatAssessmentRequest)" 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="cloudRealtimeCommunicationInfo"><Property Name="isSipEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="deviceKey"><Property Name="deviceId" Type="Edm.Guid" /><Property Name="keyMaterial" Type="Edm.Binary" /><Property Name="keyType" Type="Edm.String" /></ComplexType><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="onPremisesSipInfo"><Property Name="isSipEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="sipDeploymentLocation" Type="Edm.String" /><Property Name="sipPrimaryAddress" 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="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="userPurposeV2" Type="graph.mailboxRecipientType" /><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" /><Property Name="wellKnownName" 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="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.typedEmailAddress)" /><Property Name="fileAs" Type="Edm.String" /><Property Name="flag" Type="graph.followupFlag" /><Property Name="gender" Type="Edm.String" /><Property Name="generation" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="imAddresses" Type="Collection(Edm.String)" /><Property Name="initials" Type="Edm.String" /><Property Name="isFavorite" Type="Edm.Boolean" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="manager" Type="Edm.String" /><Property Name="middleName" Type="Edm.String" /><Property Name="nickName" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="personalNotes" Type="Edm.String" /><Property Name="phones" Type="Collection(graph.phone)" /><Property Name="postalAddresses" Type="Collection(graph.physicalAddress)" /><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="websites" Type="Collection(graph.website)" /><Property Name="weddingAnniversary" Type="Edm.Date" /><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" /><Property Name="wellKnownName" Type="Edm.String" /><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="operations" Type="Collection(graph.mailFolderOperation)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="userConfigurations" Type="Collection(graph.userConfiguration)" 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="mentionsPreview" Type="graph.mentionsPreview" /><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="unsubscribeData" Type="Collection(Edm.String)" /><Property Name="unsubscribeEnabled" Type="Edm.Boolean" /><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="mentions" Type="Collection(graph.mention)" 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" /><NavigationProperty Name="taskFolders" Type="Collection(graph.outlookTaskFolder)" ContainsTarget="true" /><NavigationProperty Name="taskGroups" Type="Collection(graph.outlookTaskGroup)" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.outlookTask)" 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="emailAddresses" Type="Collection(graph.rankedEmailAddress)" /><Property Name="givenName" Type="Edm.String" /><Property Name="isFavorite" Type="Edm.Boolean" /><Property Name="mailboxType" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="personNotes" Type="Edm.String" /><Property Name="personType" Type="Edm.String" /><Property Name="phones" Type="Collection(graph.phone)" /><Property Name="postalAddresses" Type="Collection(graph.location)" /><Property Name="profession" Type="Edm.String" /><Property Name="sources" Type="Collection(graph.personDataSource)" /><Property Name="surname" Type="Edm.String" /><Property Name="title" 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="appConsentRequest" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="consentType" Type="Edm.String" /><Property Name="pendingScopes" Type="Collection(graph.appConsentRequestScope)" /><NavigationProperty Name="userConsentRequests" Type="Collection(graph.userConsentRequest)" ContainsTarget="true" /></EntityType><EntityType Name="approval" BaseType="graph.entity"><NavigationProperty Name="request" Type="graph.request" /><NavigationProperty Name="steps" Type="Collection(graph.approvalStep)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewInstance" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="errors" Type="Collection(graph.accessReviewError)" /><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="definition" Type="graph.accessReviewScheduleDefinition" /><NavigationProperty Name="stages" Type="Collection(graph.accessReviewStage)" ContainsTarget="true" /></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="deviceEnrollmentConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="deviceEnrollmentConfigurationType" Type="graph.deviceEnrollmentConfigurationType" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.enrollmentConfigurationAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="managedDevice" BaseType="graph.entity"><Property Name="cloudPcRemoteActionResults" Type="Collection(graph.cloudPcRemoteActionResult)" /><Property Name="aadRegistered" Type="Edm.Boolean" /><Property Name="activationLockBypassCode" Type="Edm.String" /><Property Name="androidSecurityPatchLevel" Type="Edm.String" /><Property Name="autopilotEnrolled" Type="Edm.Boolean" Nullable="false" /><Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" /><Property Name="azureADDeviceId" Type="Edm.String" /><Property Name="azureADRegistered" Type="Edm.Boolean" /><Property Name="bootstrapTokenEscrowed" Type="Edm.Boolean" Nullable="false" /><Property Name="chassisType" Type="graph.chassisType" Nullable="false" /><Property Name="chromeOSDeviceInfo" Type="Collection(graph.chromeOSDeviceProperty)" /><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="complianceState" Type="graph.complianceState" Nullable="false" /><Property Name="configurationManagerClientEnabledFeatures" Type="graph.configurationManagerClientEnabledFeatures" /><Property Name="configurationManagerClientHealthState" Type="graph.configurationManagerClientHealthState" /><Property Name="configurationManagerClientInformation" Type="graph.configurationManagerClientInformation" /><Property Name="deviceActionResults" Type="Collection(graph.deviceActionResult)" /><Property Name="deviceCategoryDisplayName" Type="Edm.String" /><Property Name="deviceEnrollmentType" Type="graph.deviceEnrollmentType" Nullable="false" /><Property Name="deviceFirmwareConfigurationInterfaceManaged" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceHealthAttestationState" Type="graph.deviceHealthAttestationState" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceRegistrationState" Type="graph.deviceRegistrationState" Nullable="false" /><Property Name="deviceType" Type="graph.deviceType" 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="enrolledByUserPrincipalName" 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="hardwareInformation" Type="graph.hardwareInformation" /><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="joinType" Type="graph.joinType" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lostModeState" Type="graph.lostModeState" 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="managementFeatures" Type="graph.managedDeviceManagementFeatures" 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="ownerType" Type="graph.ownerType" Nullable="false" /><Property Name="partnerReportedThreatState" Type="graph.managedDevicePartnerReportedHealthState" Nullable="false" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="physicalMemoryInBytes" Type="Edm.Int64" Nullable="false" /><Property Name="preferMdmOverGroupPolicyAppliedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="processorArchitecture" Type="graph.managedDeviceArchitecture" Nullable="false" /><Property Name="remoteAssistanceSessionErrorDetails" Type="Edm.String" /><Property Name="remoteAssistanceSessionUrl" Type="Edm.String" /><Property Name="requireUserEnrollmentApproval" Type="Edm.Boolean" /><Property Name="retireAfterDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="securityPatchLevel" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="skuFamily" Type="Edm.String" /><Property Name="skuNumber" Type="Edm.Int32" Nullable="false" /><Property Name="specificationVersion" 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="usersLoggedOn" Type="Collection(graph.loggedOnUser)" /><Property Name="wiFiMacAddress" Type="Edm.String" /><Property Name="windowsActiveMalwareCount" Type="Edm.Int32" Nullable="false" /><Property Name="windowsRemediatedMalwareCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignmentFilterEvaluationStatusDetails" Type="Collection(graph.assignmentFilterEvaluationStatusDetails)" ContainsTarget="true" /><NavigationProperty Name="deviceCompliancePolicyStates" Type="Collection(graph.deviceCompliancePolicyState)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationStates" Type="Collection(graph.deviceConfigurationState)" ContainsTarget="true" /><NavigationProperty Name="managedDeviceMobileAppConfigurationStates" Type="Collection(graph.managedDeviceMobileAppConfigurationState)" ContainsTarget="true" /><NavigationProperty Name="securityBaselineStates" Type="Collection(graph.securityBaselineState)" ContainsTarget="true" /><NavigationProperty Name="detectedApps" Type="Collection(graph.detectedApp)" /><NavigationProperty Name="deviceCategory" Type="graph.deviceCategory" ContainsTarget="true" /><NavigationProperty Name="deviceHealthScriptStates" Type="Collection(graph.deviceHealthScriptPolicyState)" /><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="managedAppLogCollectionRequest" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedAppRegistrationId" Type="Edm.String" /><Property Name="requestedByUserPrincipalName" Type="Edm.String" /><Property Name="requestedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="uploadedLogs" Type="Collection(graph.managedAppLogUpload)" /><Property Name="userLogUploadConsent" Type="graph.managedAppLogUploadConsent" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedAppRegistration" BaseType="graph.entity" Abstract="true"><Property Name="appIdentifier" Type="graph.mobileAppIdentifier" /><Property Name="applicationVersion" Type="Edm.String" /><Property Name="azureADDeviceId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceManufacturer" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><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="managedDeviceId" Type="Edm.String" /><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="managedAppLogCollectionRequests" Type="Collection(graph.managedAppLogCollectionRequest)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.managedAppOperation)" ContainsTarget="true" /></EntityType><EntityType Name="windowsInformationProtectionDeviceRegistration" BaseType="graph.entity"><Property Name="deviceMacAddress" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceRegistrationId" Type="Edm.String" /><Property Name="deviceType" Type="Edm.String" /><Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="deviceManagementTroubleshootingEvent" BaseType="graph.entity"><Property Name="additionalInformation" Type="Collection(graph.keyValuePair)" /><Property Name="correlationId" Type="Edm.String" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="eventName" Type="Edm.String" /><Property Name="troubleshootingErrorDetails" Type="graph.deviceManagementTroubleshootingErrorDetails" /></EntityType><EntityType Name="mobileAppIntentAndState" BaseType="graph.entity"><Property Name="managedDeviceIdentifier" Type="Edm.String" /><Property Name="mobileAppList" Type="Collection(graph.mobileAppIntentAndStateDetail)" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="mobileAppTroubleshootingEvent" BaseType="graph.deviceManagementTroubleshootingEvent"><Property Name="applicationId" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="history" Type="Collection(graph.mobileAppTroubleshootingHistoryItem)" /><Property Name="managedDeviceIdentifier" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><NavigationProperty Name="appLogCollectionRequests" Type="Collection(graph.appLogCollectionRequest)" ContainsTarget="true" /></EntityType><EntityType Name="notification" BaseType="graph.entity" OpenType="true"><Property Name="displayTimeToLive" Type="Edm.Int32" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="groupName" Type="Edm.String" /><Property Name="payload" Type="graph.payloadTypes" Nullable="false" /><Property Name="priority" Type="graph.priority" /><Property Name="targetHostName" Type="Edm.String" Nullable="false" /><Property Name="targetPolicy" Type="graph.targetPolicyEndpoints" /></EntityType><EntityType Name="plannerDelta" BaseType="graph.entity" /><EntityType Name="plannerUser" BaseType="graph.plannerDelta"><Property Name="favoritePlanReferences" Type="graph.plannerFavoritePlanReferenceCollection" /><Property Name="recentPlanReferences" Type="graph.plannerRecentPlanReferenceCollection" /><NavigationProperty Name="all" Type="Collection(graph.plannerDelta)" /><NavigationProperty Name="favoritePlans" Type="Collection(graph.plannerPlan)" /><NavigationProperty Name="myDayTasks" Type="Collection(graph.plannerTask)" /><NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" /><NavigationProperty Name="recentPlans" Type="Collection(graph.plannerPlan)" /><NavigationProperty Name="rosterPlans" 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="exchange" Type="graph.exchangeSettings" ContainsTarget="true" /><NavigationProperty Name="windows" Type="Collection(graph.windowsSetting)" ContainsTarget="true" /><NavigationProperty Name="contactMergeSuggestions" Type="graph.contactMergeSuggestions" ContainsTarget="true" /><NavigationProperty Name="itemInsights" Type="graph.userInsightsSettings" ContainsTarget="true" /><NavigationProperty Name="regionalAndLanguageSettings" Type="graph.regionalAndLanguageSettings" 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><EntityType Name="profile" BaseType="graph.entity"><NavigationProperty Name="account" Type="Collection(graph.userAccountInformation)" ContainsTarget="true" /><NavigationProperty Name="addresses" Type="Collection(graph.itemAddress)" ContainsTarget="true" /><NavigationProperty Name="anniversaries" Type="Collection(graph.personAnnualEvent)" ContainsTarget="true" /><NavigationProperty Name="awards" Type="Collection(graph.personAward)" ContainsTarget="true" /><NavigationProperty Name="certifications" Type="Collection(graph.personCertification)" ContainsTarget="true" /><NavigationProperty Name="educationalActivities" Type="Collection(graph.educationalActivity)" ContainsTarget="true" /><NavigationProperty Name="emails" Type="Collection(graph.itemEmail)" ContainsTarget="true" /><NavigationProperty Name="interests" Type="Collection(graph.personInterest)" ContainsTarget="true" /><NavigationProperty Name="languages" Type="Collection(graph.languageProficiency)" ContainsTarget="true" /><NavigationProperty Name="names" Type="Collection(graph.personName)" ContainsTarget="true" /><NavigationProperty Name="notes" Type="Collection(graph.personAnnotation)" ContainsTarget="true" /><NavigationProperty Name="patents" Type="Collection(graph.itemPatent)" ContainsTarget="true" /><NavigationProperty Name="phones" Type="Collection(graph.itemPhone)" ContainsTarget="true" /><NavigationProperty Name="positions" Type="Collection(graph.workPosition)" ContainsTarget="true" /><NavigationProperty Name="projects" Type="Collection(graph.projectParticipation)" ContainsTarget="true" /><NavigationProperty Name="publications" Type="Collection(graph.itemPublication)" ContainsTarget="true" /><NavigationProperty Name="skills" Type="Collection(graph.skillProficiency)" ContainsTarget="true" /><NavigationProperty Name="webAccounts" Type="Collection(graph.webAccount)" ContainsTarget="true" /><NavigationProperty Name="websites" Type="Collection(graph.personWebsite)" 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="device" BaseType="graph.directoryObject" OpenType="true"><Property Name="accountEnabled" Type="Edm.Boolean" /><Property Name="alternativeNames" Type="Collection(Edm.String)" /><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="domainName" Type="Edm.String" /><Property Name="enrollmentProfileName" Type="Edm.String" /><Property Name="enrollmentType" Type="Edm.String" /><Property Name="extensionAttributes" Type="graph.onPremisesExtensionAttributes" /><Property Name="hostnames" Type="Collection(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" /><Property Name="kind" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="platform" Type="Edm.String" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="usageRights" Type="Collection(graph.usageRight)" ContainsTarget="true" /><NavigationProperty Name="deviceTemplate" Type="Collection(graph.deviceTemplate)" /><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" /><NavigationProperty Name="commands" Type="Collection(graph.command)" 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="userCloudCommunication" BaseType="graph.entity"><NavigationProperty Name="callSettings" Type="graph.callSettings" 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="anonymizeIdentityForRoles" Type="Collection(graph.onlineMeetingRole)" /><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" /><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="joinWebUrl" /><PropertyValue Property="Name" PropertyPath="joinWebUrl" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="onlineMeeting" BaseType="graph.onlineMeetingBase" OpenType="true"><Property Name="alternativeRecording" Type="Edm.Stream" /><Property Name="attendeeReport" Type="Edm.Stream" /><Property Name="broadcastRecording" Type="Edm.Stream" /><Property Name="broadcastSettings" Type="graph.broadcastMeetingSettings" /><Property Name="capabilities" Type="Collection(graph.meetingCapabilities)" /><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="joinUrl" Type="Edm.String" /><Property Name="meetingTemplateId" Type="Edm.String" /><Property Name="participants" Type="graph.meetingParticipants" /><Property Name="recording" Type="Edm.Stream" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="meetingAttendanceReport" Type="graph.meetingAttendanceReport" ContainsTarget="true" /><NavigationProperty Name="registration" Type="graph.meetingRegistration" ContainsTarget="true" /><NavigationProperty Name="aiInsights" Type="Collection(graph.callAiInsight)" ContainsTarget="true" /><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="userVirtualEventsRoot" BaseType="graph.entity"><NavigationProperty Name="webinars" Type="Collection(graph.virtualEventWebinar)" /></EntityType><EntityType Name="authentication" BaseType="graph.entity"><Property Name="requirements" Type="graph.strongAuthenticationRequirements" /><Property Name="signInPreferences" Type="graph.signInPreferences" /><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="hardwareOathMethods" Type="Collection(graph.hardwareOathAuthenticationMethod)" 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="passwordlessMicrosoftAuthenticatorMethods" Type="Collection(graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod)" 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="qrCodePinMethod" Type="graph.qrCodePinAuthenticationMethod" 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="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isHiddenForAllMembers" Type="Edm.Boolean" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="migrationMode" Type="graph.migrationMode" /><Property Name="onlineMeetingInfo" Type="graph.teamworkOnlineMeetingInfo" /><Property Name="originalCreatedDateTime" Type="Edm.DateTimeOffset" /><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="operations" Type="Collection(graph.teamsAsyncOperation)" 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" /><NavigationProperty Name="targetedMessages" Type="Collection(graph.targetedChatMessage)" 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="storyline" Type="graph.storyline" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" /></EntityType><ComplexType Name="actionStep"><Property Name="actionUrl" Type="graph.actionUrl" /><Property Name="stepNumber" Type="Edm.Int64" Nullable="false" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="actionUrl"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="url" Type="Edm.String" /></ComplexType><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="appliedAuthenticationEventListener"><Property Name="eventType" Type="graph.authenticationEventType" /><Property Name="executedListenerId" Type="Edm.String" /><Property Name="handlerResult" Type="graph.authenticationEventHandlerResult" /></ComplexType><ComplexType Name="authenticationEventHandlerResult" Abstract="true" /><ComplexType Name="appliedConditionalAccessPolicy"><Property Name="authenticationStrength" Type="graph.authenticationStrength" /><Property Name="conditionsNotSatisfied" Type="graph.conditionalAccessConditions" /><Property Name="conditionsSatisfied" Type="graph.conditionalAccessConditions" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforcedGrantControls" Type="Collection(Edm.String)" /><Property Name="enforcedSessionControls" Type="Collection(Edm.String)" /><Property Name="excludeRulesSatisfied" Type="Collection(graph.conditionalAccessRuleSatisfied)" /><Property Name="id" Type="Edm.String" /><Property Name="includeRulesSatisfied" Type="Collection(graph.conditionalAccessRuleSatisfied)" /><Property Name="result" Type="graph.appliedConditionalAccessPolicyResult" /><Property Name="sessionControlsNotSatisfied" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="authenticationStrength"><Property Name="authenticationStrengthId" Type="Edm.String" /><Property Name="authenticationStrengthResult" Type="graph.authenticationStrengthResult" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="conditionalAccessRuleSatisfied"><Property Name="conditionalAccessCondition" Type="graph.conditionalAccessConditions" /><Property Name="ruleSatisfied" Type="graph.conditionalAccessRule" /></ComplexType><ComplexType Name="attributeInfo"><Property Name="name" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="auditActivityInitiator"><Property Name="app" Type="graph.appIdentity" /><Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" /><Property Name="user" Type="graph.auditUserIdentity" /></ComplexType><ComplexType Name="linkableIdentifiers"><Property Name="deviceId" Type="Edm.String" /><Property Name="sessionId" Type="Edm.String" /><Property Name="tokenDetails" Type="graph.tokenDetails" /></ComplexType><ComplexType Name="userIdentity" BaseType="graph.identity" OpenType="true"><Property Name="ipAddress" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="auditUserIdentity" BaseType="graph.userIdentity" OpenType="true"><Property Name="homeTenantId" Type="Edm.String" /><Property Name="homeTenantName" Type="Edm.String" /></ComplexType><ComplexType Name="auditActivityPerformer"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="blueprintId" Type="Edm.String" /><Property Name="identityType" Type="graph.auditIdentityType" Nullable="false" /></ComplexType><ComplexType Name="authenticationAppDeviceDetails"><Property Name="appVersion" Type="Edm.String" /><Property Name="clientApp" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /></ComplexType><ComplexType Name="authenticationAppPolicyDetails"><Property Name="adminConfiguration" Type="graph.authenticationAppAdminConfiguration" /><Property Name="authenticationEvaluation" Type="graph.authenticationAppEvaluation" /><Property Name="policyName" Type="Edm.String" /><Property Name="status" Type="graph.authenticationAppPolicyStatus" /></ComplexType><ComplexType Name="authenticationContext"><Property Name="detail" Type="graph.authenticationContextDetail" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="authenticationDetail"><Property Name="authenticationMethod" Type="Edm.String" /><Property Name="authenticationMethodDetail" Type="Edm.String" /><Property Name="authenticationStepDateTime" Type="Edm.DateTimeOffset" /><Property Name="authenticationStepRequirement" Type="Edm.String" /><Property Name="authenticationStepResultDetail" Type="Edm.String" /><Property Name="succeeded" Type="Edm.Boolean" /></ComplexType><ComplexType Name="authenticationRequirementPolicy"><Property Name="detail" Type="Edm.String" /><Property Name="requirementProvider" Type="graph.requirementProvider" /></ComplexType><ComplexType Name="customExtensionCalloutResult" BaseType="graph.authenticationEventHandlerResult"><Property Name="calloutDateTime" Type="Edm.DateTimeOffset" /><Property Name="customExtensionId" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int32" /><Property Name="httpStatus" Type="Edm.Int32" /><Property Name="numberOfAttempts" Type="Edm.Int32" /></ComplexType><ComplexType Name="dataProviderStoragePath"><Property Name="containerName" Type="Edm.String" Nullable="false" /><Property Name="dataProviderId" Type="Edm.String" Nullable="false" /><Property Name="path" Type="Edm.String" Nullable="false" /><Property Name="storageAccountName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="detailsInfo" OpenType="true" /><ComplexType Name="deviceDetail"><Property Name="browser" Type="Edm.String" /><Property Name="browserId" 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="fraudProtectionDetails"><Property Name="providerErrorMessages" Type="Collection(Edm.String)" Nullable="false" /><Property Name="providerHttpStatusCodes" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="providerName" Type="Edm.String" /><Property Name="providerResponseTimes" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="providerSessionId" Type="Edm.String" /><Property Name="reason" Type="Edm.String" /><Property Name="verdict" 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="identityInfo"><Property Name="anchor" Type="graph.attributeInfo" /><Property Name="details" Type="graph.detailsInfo" /><Property Name="identityType" Type="Edm.String" /><Property Name="matchingProperty" Type="graph.attributeInfo" /></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="lastSignIn"><Property Name="interactiveDateTime" Type="Edm.DateTimeOffset" /><Property Name="nonInteractiveDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="tokenDetails"><Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" /><Property Name="uniqueTokenIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="managedIdentity"><Property Name="associatedResourceId" Type="Edm.String" /><Property Name="federatedTokenId" Type="Edm.String" /><Property Name="federatedTokenIssuer" Type="Edm.String" /><Property Name="msiType" Type="graph.msiType" /></ComplexType><ComplexType Name="mfaDetail"><Property Name="authDetail" Type="Edm.String" /><Property Name="authMethod" 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="networkLocationDetail"><Property Name="networkNames" Type="Collection(Edm.String)" /><Property Name="networkType" Type="graph.networkType" /></ComplexType><ComplexType Name="privateLinkDetails"><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="policyTenantId" Type="Edm.String" /><Property Name="resourceId" 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="reconciliationCounter"><Property Name="correlatedObjectCount" Type="Edm.Int64" /><Property Name="sourceObjectCount" Type="Edm.Int64" /><Property Name="targetObjectCount" Type="Edm.Int64" /><Property Name="uncorrelatedObjectCount" Type="Edm.Int64" /></ComplexType><ComplexType Name="reconciliationCounters"><Property Name="user" Type="graph.reconciliationCounter" /></ComplexType><ComplexType Name="resourceInputObject"><Property Name="resourceId" Type="Edm.Guid" Nullable="false" /><Property Name="resourceType" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="serviceActivityValueMetric"><Property Name="intervalStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="value" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="serviceLevelAgreementAttainment"><Property Name="endDate" Type="Edm.Date" Nullable="false" /><Property Name="score" Type="Edm.Double" Nullable="false" /><Property Name="startDate" Type="Edm.Date" Nullable="false" /></ComplexType><ComplexType Name="sessionLifetimePolicy"><Property Name="detail" Type="Edm.String" /><Property Name="expirationRequirement" Type="graph.expirationRequirement" /></ComplexType><ComplexType Name="signInCounts"><Property Name="noSignIn" Type="Edm.Int32" /><Property Name="withSignIn" Type="Edm.Int32" /></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="signUpIdentity"><Property Name="signUpIdentifier" Type="Edm.String" /><Property Name="signUpIdentifierType" Type="graph.signUpIdentifierType" /></ComplexType><ComplexType Name="signUpStatus"><Property Name="additionalDetails" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /><Property Name="failureReason" Type="Edm.String" /></ComplexType><ComplexType Name="sourceProvisionedIdentity" BaseType="graph.identity" OpenType="true" /><ComplexType Name="statusBase"><Property Name="status" Type="graph.provisioningResult" /></ComplexType><ComplexType Name="statusDetails" BaseType="graph.statusBase"><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="storagePath"><Property Name="containerName" Type="Edm.String" Nullable="false" /><Property Name="path" Type="Edm.String" Nullable="false" /><Property Name="storageAccountName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="targetProvisionedIdentity" BaseType="graph.identity" OpenType="true" /><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="tenantSecureScore"><Property Name="createDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="tenantMaxScore" Type="Edm.Int64" Nullable="false" /><Property Name="tenantScore" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="tokenProtectionStatusDetails"><Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" /><Property Name="signInSessionStatusCode" Type="Edm.Int32" /></ComplexType><ComplexType Name="userRegistrationCount"><Property Name="registrationCount" Type="Edm.Int64" Nullable="false" /><Property Name="registrationStatus" Type="graph.registrationStatusType" Nullable="false" /></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="activeUsersMetric" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="appName" Type="Edm.String" /><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="country" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="language" Type="Edm.String" /><Property Name="os" Type="Edm.String" /></EntityType><EntityType Name="appCredentialSignInActivity" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="appObjectId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="credentialOrigin" Type="graph.applicationKeyOrigin" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="keyId" Type="Edm.String" Nullable="false" /><Property Name="keyType" Type="graph.applicationKeyType" /><Property Name="keyUsage" Type="graph.applicationKeyUsage" /><Property Name="resourceId" Type="Edm.String" /><Property Name="servicePrincipalObjectId" Type="Edm.String" /><Property Name="signInActivity" Type="graph.signInActivity" Nullable="false" /></EntityType><EntityType Name="applicationSignInDetailedSummary" BaseType="graph.entity"><Property Name="aggregatedEventDateTime" Type="Edm.DateTimeOffset" /><Property Name="appDisplayName" Type="Edm.String" Nullable="false" /><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="signInCount" Type="Edm.Int64" /><Property Name="status" Type="graph.signInStatus" /></EntityType><EntityType Name="applicationSignInSummary" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" Nullable="false" /><Property Name="failedSignInCount" Type="Edm.Int64" /><Property Name="successfulSignInCount" Type="Edm.Int64" /><Property Name="successPercentage" Type="Edm.Double" /></EntityType><EntityType Name="auditActivityType" BaseType="graph.entity"><Property Name="activity" Type="Edm.String" /><Property Name="category" Type="Edm.String" /><Property Name="service" Type="Edm.String" /></EntityType><EntityType Name="auditLogRoot"><NavigationProperty Name="auditActivityTypes" Type="Collection(graph.auditActivityType)" ContainsTarget="true" /><NavigationProperty Name="customSecurityAttributeAudits" Type="Collection(graph.customSecurityAttributeAudit)" ContainsTarget="true" /><NavigationProperty Name="directoryAudits" Type="Collection(graph.directoryAudit)" ContainsTarget="true" /><NavigationProperty Name="directoryProvisioning" Type="Collection(graph.provisioningObjectSummary)" ContainsTarget="true" /><NavigationProperty Name="provisioning" Type="Collection(graph.provisioningObjectSummary)" ContainsTarget="true" /><NavigationProperty Name="signInEventsAppSummary" Type="Collection(graph.signInEventsAppActivity)" ContainsTarget="true" /><NavigationProperty Name="signInEventsSummary" Type="Collection(graph.signInEventsActivity)" ContainsTarget="true" /><NavigationProperty Name="signIns" Type="Collection(graph.signIn)" ContainsTarget="true" /><NavigationProperty Name="signUps" Type="Collection(graph.selfServiceSignUp)" ContainsTarget="true" /></EntityType><EntityType Name="customSecurityAttributeAudit" 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)" /><Property Name="userAgent" Type="Edm.String" /></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="performedBy" Type="graph.auditActivityPerformer" /><Property Name="result" Type="graph.operationResult" /><Property Name="resultReason" Type="Edm.String" /><Property Name="targetResources" Type="Collection(graph.targetResource)" /><Property Name="userAgent" Type="Edm.String" /></EntityType><EntityType Name="provisioningObjectSummary" BaseType="graph.entity"><Property Name="action" Type="Edm.String" /><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="statusInfo" Type="graph.statusBase" /><Property Name="targetIdentity" Type="graph.provisionedIdentity" /><Property Name="targetSystem" Type="graph.provisioningSystem" /><Property Name="tenantId" Type="Edm.String" /></EntityType><EntityType Name="signInEventsAppActivity"><Key><PropertyRef Name="appId" /></Key><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="signInCount" Type="Edm.Int32" Nullable="false" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="application" Type="graph.application" Nullable="false" /></EntityType><EntityType Name="signInEventsActivity" BaseType="graph.entity"><Property Name="activityDateTime" Type="Edm.DateTimeOffset" /><Property Name="signInCount" Type="Edm.Int32" /></EntityType><EntityType Name="signIn" BaseType="graph.entity"><Property Name="agent" Type="agentic.agentSignIn" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="appliedConditionalAccessPolicies" Type="Collection(graph.appliedConditionalAccessPolicy)" /><Property Name="appliedEventListeners" Type="Collection(graph.appliedAuthenticationEventListener)" /><Property Name="appOwnerTenantId" Type="Edm.String" /><Property Name="appTokenProtectionStatus" Type="graph.tokenProtectionStatus" /><Property Name="authenticationAppDeviceDetails" Type="graph.authenticationAppDeviceDetails" /><Property Name="authenticationAppPolicyEvaluationDetails" Type="Collection(graph.authenticationAppPolicyDetails)" /><Property Name="authenticationContextClassReferences" Type="Collection(graph.authenticationContext)" /><Property Name="authenticationDetails" Type="Collection(graph.authenticationDetail)" /><Property Name="authenticationMethodsUsed" Type="Collection(Edm.String)" /><Property Name="authenticationProcessingDetails" Type="Collection(graph.keyValue)" /><Property Name="authenticationProtocol" Type="graph.protocolType" /><Property Name="authenticationRequirement" Type="Edm.String" /><Property Name="authenticationRequirementPolicies" Type="Collection(graph.authenticationRequirementPolicy)" /><Property Name="autonomousSystemNumber" Type="Edm.Int32" /><Property Name="azureResourceId" Type="Edm.String" /><Property Name="clientAppUsed" Type="Edm.String" /><Property Name="clientCredentialType" Type="graph.clientCredentialType" /><Property Name="conditionalAccessAudiences" Type="Collection(Edm.String)" /><Property Name="conditionalAccessStatus" Type="graph.conditionalAccessStatus" /><Property Name="correlationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="crossTenantAccessType" Type="graph.signInAccessType" /><Property Name="deviceDetail" Type="graph.deviceDetail" /><Property Name="federatedCredentialId" Type="Edm.String" /><Property Name="flaggedForReview" Type="Edm.Boolean" /><Property Name="globalSecureAccessIpAddress" Type="Edm.String" /><Property Name="homeTenantId" Type="Edm.String" /><Property Name="homeTenantName" Type="Edm.String" /><Property Name="incomingTokenType" Type="graph.incomingTokenType" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="ipAddressFromResourceProvider" Type="Edm.String" /><Property Name="isInteractive" Type="Edm.Boolean" /><Property Name="isTenantRestricted" Type="Edm.Boolean" /><Property Name="isThroughGlobalSecureAccess" Type="Edm.Boolean" /><Property Name="location" Type="graph.signInLocation" /><Property Name="managedServiceIdentity" Type="graph.managedIdentity" /><Property Name="mfaDetail" Type="graph.mfaDetail" /><Property Name="networkLocationDetails" Type="Collection(graph.networkLocationDetail)" /><Property Name="originalRequestId" Type="Edm.String" /><Property Name="originalTransferMethod" Type="graph.originalTransferMethods" /><Property Name="privateLinkDetails" Type="graph.privateLinkDetails" /><Property Name="processingTimeInMilliseconds" Type="Edm.Int32" /><Property Name="resourceDisplayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" /><Property Name="resourceOwnerTenantId" Type="Edm.String" /><Property Name="resourceServicePrincipalId" Type="Edm.String" /><Property Name="resourceTenantId" Type="Edm.String" /><Property Name="riskDetail" Type="graph.riskDetail" /><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="servicePrincipalCredentialKeyId" Type="Edm.String" /><Property Name="servicePrincipalCredentialThumbprint" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" Nullable="false" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="sessionId" Type="Edm.String" /><Property Name="sessionLifetimePolicies" Type="Collection(graph.sessionLifetimePolicy)" /><Property Name="signInEventTypes" Type="Collection(Edm.String)" /><Property Name="signInIdentifier" Type="Edm.String" /><Property Name="signInIdentifierType" Type="graph.signInIdentifierType" /><Property Name="signInTokenProtectionStatus" Type="graph.tokenProtectionStatus" /><Property Name="status" Type="graph.signInStatus" /><Property Name="tokenIssuerName" Type="Edm.String" /><Property Name="tokenIssuerType" Type="graph.tokenIssuerType" /><Property Name="tokenProtectionStatusDetails" Type="graph.tokenProtectionStatusDetails" /><Property Name="uniqueTokenIdentifier" Type="Edm.String" /><Property Name="userAgent" Type="Edm.String" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userType" Type="graph.signInUserType" /></EntityType><EntityType Name="selfServiceSignUp" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="appliedEventListeners" Type="Collection(graph.appliedAuthenticationEventListener)" /><Property Name="correlationId" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="fraudProtectionDetails" Type="graph.fraudProtectionDetails" /><Property Name="signUpIdentity" Type="graph.signUpIdentity" /><Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" /><Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" /><Property Name="status" Type="graph.signUpStatus" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="authenticationFailure" BaseType="graph.entity"><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="reason" Type="Edm.String" Nullable="false" /><Property Name="reasonCode" Type="graph.authenticationFailureReasonCode" Nullable="false" /></EntityType><EntityType Name="authenticationMethodsRoot" BaseType="graph.entity"><NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" /><NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" /><NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" /><NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" /></EntityType><EntityType Name="userEventsSummary" BaseType="graph.entity"><Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="failureReason" Type="Edm.String" Nullable="false" /><Property Name="feature" Type="graph.featureType" Nullable="false" /><Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="userMfaSignInSummary" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="multiFactorSignIns" Type="Edm.Int64" /><Property Name="singleFactorSignIns" Type="Edm.Int64" /><Property Name="totalSignIns" Type="Edm.Int64" /></EntityType><EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity"><Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" /><Property Name="passwordResetsByAdminCount" Type="Edm.Int64" /><Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" /></EntityType><EntityType Name="userRegistrationDetails" BaseType="graph.entity"><Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" /><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="authenticationsMetric" BaseType="graph.entity"><Property Name="appid" Type="Edm.String" /><Property Name="attemptsCount" Type="Edm.Int64" Nullable="false" /><Property Name="authFlow" Type="Edm.String" /><Property Name="browser" Type="Edm.String" /><Property Name="country" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" /><Property Name="identityProvider" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="os" Type="Edm.String" /><Property Name="successCount" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="failures" Type="Collection(graph.authenticationFailure)" /></EntityType><EntityType Name="azureADAuthentication" BaseType="graph.entity"><Property Name="attainments" Type="Collection(graph.serviceLevelAgreementAttainment)" Nullable="false" /></EntityType><EntityType Name="credentialUsageSummary" BaseType="graph.entity"><Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /><Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" /><Property Name="feature" Type="graph.featureType" Nullable="false" /><Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="credentialUserRegistrationCount" BaseType="graph.entity"><Property Name="totalUserCount" Type="Edm.Int64" Nullable="false" /><Property Name="userRegistrationCounts" Type="Collection(graph.userRegistrationCount)" Nullable="false" /></EntityType><EntityType Name="credentialUserRegistrationDetails" BaseType="graph.entity"><Property Name="authMethods" Type="Collection(graph.registrationAuthMethod)" Nullable="false" /><Property Name="isCapable" Type="Edm.Boolean" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="isRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="inactiveUsersByApplicationMetricBase" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="inactive30DayCount" Type="Edm.Int64" /><Property Name="inactive60DayCount" Type="Edm.Int64" /><Property Name="inactive90DayCount" Type="Edm.Int64" /></EntityType><EntityType Name="dailyInactiveUsersByApplicationMetric" BaseType="graph.inactiveUsersByApplicationMetricBase"><Property Name="inactive1DayCount" Type="Edm.Int64" /></EntityType><EntityType Name="inactiveUsersMetricBase" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="inactive30DayCount" Type="Edm.Int64" /><Property Name="inactive60DayCount" Type="Edm.Int64" /><Property Name="inactive90DayCount" Type="Edm.Int64" /></EntityType><EntityType Name="dailyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase"><Property Name="inactive1DayCount" Type="Edm.Int64" /></EntityType><EntityType Name="dailyUserInsightMetricsRoot" BaseType="graph.entity"><NavigationProperty Name="activeUsers" Type="Collection(graph.activeUsersMetric)" /><NavigationProperty Name="authentications" Type="Collection(graph.authenticationsMetric)" /><NavigationProperty Name="inactiveUsers" Type="Collection(graph.dailyInactiveUsersMetric)" /><NavigationProperty Name="inactiveUsersByApplication" Type="Collection(graph.dailyInactiveUsersByApplicationMetric)" /><NavigationProperty Name="mfaCompletions" Type="Collection(graph.mfaCompletionMetric)" /><NavigationProperty Name="mfaTelecomFraud" Type="Collection(graph.mfaTelecomFraudMetric)" ContainsTarget="true" /><NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" /><NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" /><NavigationProperty Name="userCount" Type="Collection(graph.userCountMetric)" /></EntityType><EntityType Name="mfaCompletionMetric" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="attemptsCount" Type="Edm.Int64" Nullable="false" /><Property Name="country" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" /><Property Name="identityProvider" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="mfaMethod" Type="Edm.String" /><Property Name="os" Type="Edm.String" /><Property Name="successCount" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="mfaFailures" Type="Collection(graph.mfaFailure)" /></EntityType><EntityType Name="mfaTelecomFraudMetric" BaseType="graph.entity" OpenType="true"><Property Name="captchaFailureCount" Type="Edm.Int64" /><Property Name="captchaNotTriggeredUserCount" Type="Edm.Int64" /><Property Name="captchaShownUserCount" Type="Edm.Int64" /><Property Name="captchaSuccessCount" Type="Edm.Int64" /><Property Name="factDate" Type="Edm.Date" /><Property Name="telecomBlockedUserCount" Type="Edm.Int64" /></EntityType><EntityType Name="userSignUpMetric" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="browser" Type="Edm.String" /><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="country" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" /><Property Name="identityProvider" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="os" Type="Edm.String" /></EntityType><EntityType Name="insightSummary" BaseType="graph.entity"><Property Name="activeUsers" Type="Edm.Int64" Nullable="false" /><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="authenticationCompletions" Type="Edm.Int64" Nullable="false" /><Property Name="authenticationRequests" Type="Edm.Int64" Nullable="false" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="os" Type="Edm.String" Nullable="false" /><Property Name="securityTextCompletions" Type="Edm.Int64" Nullable="false" /><Property Name="securityTextRequests" Type="Edm.Int64" Nullable="false" /><Property Name="securityVoiceCompletions" Type="Edm.Int64" Nullable="false" /><Property Name="securityVoiceRequests" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="userCountMetric" BaseType="graph.entity"><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="language" Type="Edm.String" /></EntityType><EntityType Name="directory" BaseType="graph.entity"><NavigationProperty Name="impactedResources" Type="Collection(graph.impactedResource)" ContainsTarget="true" /><NavigationProperty Name="recommendationConfiguration" Type="graph.recommendationConfiguration" ContainsTarget="true" /><NavigationProperty Name="recommendations" Type="Collection(graph.recommendation)" ContainsTarget="true" /><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="certificateAuthorities" Type="graph.certificateAuthorityPath" ContainsTarget="true" /><NavigationProperty Name="customSecurityAttributeDefinitions" Type="Collection(graph.customSecurityAttributeDefinition)" ContainsTarget="true" /><NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)" ContainsTarget="true" /><NavigationProperty Name="externalUserProfiles" Type="Collection(graph.externalUserProfile)" ContainsTarget="true" /><NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" /><NavigationProperty Name="inboundSharedUserProfiles" Type="Collection(graph.inboundSharedUserProfile)" ContainsTarget="true" /><NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" /><NavigationProperty Name="outboundSharedUserProfiles" Type="Collection(graph.outboundSharedUserProfile)" ContainsTarget="true" /><NavigationProperty Name="pendingExternalUserProfiles" Type="Collection(graph.pendingExternalUserProfile)" ContainsTarget="true" /><NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" /><NavigationProperty Name="sharedEmailDomains" Type="Collection(graph.sharedEmailDomain)" ContainsTarget="true" /><NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" /><NavigationProperty Name="templates" Type="graph.template" ContainsTarget="true" /><NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" /><NavigationProperty Name="authenticationMethodDevices" Type="graph.authenticationMethodDevice" ContainsTarget="true" /></EntityType><EntityType Name="impactedResource" BaseType="graph.entity"><Property Name="addedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="additionalDetails" Type="Collection(graph.keyValue)" /><Property Name="apiUrl" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedBy" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.String" Nullable="false" /><Property Name="owner" Type="Edm.String" /><Property Name="portalUrl" Type="Edm.String" /><Property Name="postponeUntilDateTime" Type="Edm.DateTimeOffset" /><Property Name="rank" Type="Edm.Int32" /><Property Name="recommendationId" Type="Edm.String" Nullable="false" /><Property Name="resourceType" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.recommendationStatus" Nullable="false" /><Property Name="subjectId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="recommendationConfiguration" BaseType="graph.entity"><Property Name="isNotificationEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="recommendationBase" BaseType="graph.entity"><Property Name="actionSteps" Type="Collection(graph.actionStep)" /><Property Name="benefits" Type="Edm.String" /><Property Name="category" Type="graph.recommendationCategory" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="currentScore" Type="Edm.Double" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="featureAreas" Type="Collection(graph.recommendationFeatureAreas)" /><Property Name="impactStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="impactType" Type="Edm.String" /><Property Name="insights" Type="Edm.String" /><Property Name="lastCheckedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="maxScore" Type="Edm.Double" /><Property Name="postponeUntilDateTime" Type="Edm.DateTimeOffset" /><Property Name="priority" Type="graph.recommendationPriority" Nullable="false" /><Property Name="recommendationType" Type="graph.recommendationType" /><Property Name="releaseType" Type="Edm.String" /><Property Name="remediationImpact" Type="Edm.String" /><Property Name="requiredLicenses" Type="graph.requiredLicenses" /><Property Name="status" Type="graph.recommendationStatus" Nullable="false" /><NavigationProperty Name="impactedResources" Type="Collection(graph.impactedResource)" ContainsTarget="true" /></EntityType><EntityType Name="recommendation" BaseType="graph.recommendationBase" /><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="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="deletedMembers" Type="Collection(graph.directoryObject)" /><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="certificateAuthorityPath" BaseType="graph.entity"><NavigationProperty Name="certificateBasedApplicationConfigurations" Type="Collection(graph.certificateBasedApplicationConfiguration)" ContainsTarget="true" /><NavigationProperty Name="mutualTlsOauthConfigurations" Type="Collection(graph.mutualTlsOauthConfiguration)" ContainsTarget="true" /></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="externalProfile" BaseType="graph.directoryObject" OpenType="true"><Property Name="address" Type="graph.physicalOfficeAddress" /><Property Name="companyName" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isDiscoverable" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="supervisorId" Type="Edm.String" /></EntityType><EntityType Name="externalUserProfile" BaseType="graph.externalProfile" OpenType="true" /><EntityType Name="identityProviderBase" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="inboundSharedUserProfile"><Key><PropertyRef Name="userId" /></Key><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="homeTenantId" Type="Edm.String" Nullable="false" /><Property Name="userId" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="onPremisesDirectorySynchronization" BaseType="graph.entity"><Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" /><Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" /></EntityType><EntityType Name="outboundSharedUserProfile"><Key><PropertyRef Name="userId" /></Key><Property Name="userId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="tenants" Type="Collection(graph.tenantReference)" ContainsTarget="true" /></EntityType><EntityType Name="pendingExternalUserProfile" BaseType="graph.externalProfile" OpenType="true" /><EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"><NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /></EntityType><EntityType Name="sharedEmailDomain" BaseType="graph.entity"><Property Name="provisioningStatus" Type="Edm.String" /></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="ocpSubscriptionId" Type="Edm.String" /><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="ocpSubscriptionId" /><PropertyValue Property="Name" PropertyPath="ocpSubscriptionId" /></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="commerceSubscriptionId" /><PropertyValue Property="Name" PropertyPath="commerceSubscriptionId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="template" BaseType="graph.entity"><NavigationProperty Name="deviceTemplates" Type="Collection(graph.deviceTemplate)" 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="authenticationMethodDevice" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><NavigationProperty Name="hardwareOathDevices" Type="Collection(graph.hardwareOathTokenAuthenticationMethodDevice)" ContainsTarget="true" /></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="mfaFailure" BaseType="graph.entity"><Property Name="count" Type="Edm.Int64" /><Property Name="reason" Type="Edm.String" /><Property Name="reasonCode" Type="graph.mfaFailureReasonCode" Nullable="false" /></EntityType><EntityType Name="mfaUserCountMetric" BaseType="graph.entity" OpenType="true"><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="factDate" Type="Edm.Date" Nullable="false" /><Property Name="mfaType" Type="graph.mfaType" Nullable="false" /></EntityType><EntityType Name="monthlyInactiveUsersByApplicationMetric" BaseType="graph.inactiveUsersByApplicationMetricBase"><Property Name="inactiveCalendarMonthCount" Type="Edm.Int64" /></EntityType><EntityType Name="monthlyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase"><Property Name="inactiveCalendarMonthCount" Type="Edm.Int64" /></EntityType><EntityType Name="monthlyUserInsightMetricsRoot" BaseType="graph.entity"><NavigationProperty Name="activeUsers" Type="Collection(graph.activeUsersMetric)" /><NavigationProperty Name="authentications" Type="Collection(graph.authenticationsMetric)" /><NavigationProperty Name="inactiveUsers" Type="Collection(graph.monthlyInactiveUsersMetric)" /><NavigationProperty Name="inactiveUsersByApplication" Type="Collection(graph.monthlyInactiveUsersByApplicationMetric)" /><NavigationProperty Name="mfaCompletions" Type="Collection(graph.mfaCompletionMetric)" /><NavigationProperty Name="mfaRegisteredUsers" Type="Collection(graph.mfaUserCountMetric)" ContainsTarget="true" /><NavigationProperty Name="requests" Type="Collection(graph.userRequestsMetric)" /><NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" /><NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" /></EntityType><EntityType Name="userRequestsMetric" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="browser" Type="Edm.String" /><Property Name="country" Type="Edm.String" /><Property Name="factDate" Type="Edm.Date" /><Property Name="identityProvider" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="requestCount" Type="Edm.Int64" Nullable="false" /></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="appCredentialSignInActivities" Type="Collection(graph.appCredentialSignInActivity)" ContainsTarget="true" /><NavigationProperty Name="applicationSignInDetailedSummary" Type="Collection(graph.applicationSignInDetailedSummary)" ContainsTarget="true" /><NavigationProperty Name="authenticationMethods" Type="graph.authenticationMethodsRoot" ContainsTarget="true" /><NavigationProperty Name="credentialUserRegistrationDetails" Type="Collection(graph.credentialUserRegistrationDetails)" ContainsTarget="true" /><NavigationProperty Name="healthMonitoring" Type="microsoft.graph.healthMonitoring.healthMonitoringRoot" ContainsTarget="true" /><NavigationProperty Name="serviceActivity" Type="graph.serviceActivity" ContainsTarget="true" /><NavigationProperty Name="servicePrincipalSignInActivities" Type="Collection(graph.servicePrincipalSignInActivity)" ContainsTarget="true" /><NavigationProperty Name="sla" Type="graph.serviceLevelAgreementRoot" ContainsTarget="true" /><NavigationProperty Name="userCredentialUsageDetails" Type="Collection(graph.userCredentialUsageDetails)" ContainsTarget="true" /><NavigationProperty Name="userInsights" Type="graph.userInsightsRoot" ContainsTarget="true" /><NavigationProperty Name="partners" Type="graph.partners" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsage" Type="Collection(graph.printUsage)" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageByUser" Type="Collection(graph.printUsageByUser)" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageSummariesByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageSummariesByUser" 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="monthlyPrintUsageSummariesByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" /><NavigationProperty Name="monthlyPrintUsageSummariesByUser" Type="Collection(graph.printUsageByUser)" ContainsTarget="true" /><NavigationProperty Name="security" Type="graph.securityReportsRoot" ContainsTarget="true" /></EntityType><EntityType Name="serviceActivity" BaseType="graph.entity" /><EntityType Name="servicePrincipalSignInActivity" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="applicationAuthenticationClientSignInActivity" Type="graph.signInActivity" /><Property Name="applicationAuthenticationResourceSignInActivity" Type="graph.signInActivity" /><Property Name="delegatedClientSignInActivity" Type="graph.signInActivity" /><Property Name="delegatedResourceSignInActivity" Type="graph.signInActivity" /><Property Name="lastSignInActivity" Type="graph.signInActivity" /></EntityType><EntityType Name="serviceLevelAgreementRoot" BaseType="graph.entity"><NavigationProperty Name="azureADAuthentication" Type="graph.azureADAuthentication" ContainsTarget="true" /></EntityType><EntityType Name="userCredentialUsageDetails" BaseType="graph.entity"><Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="failureReason" Type="Edm.String" Nullable="false" /><Property Name="feature" Type="graph.featureType" Nullable="false" /><Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="userInsightsRoot" BaseType="graph.entity"><NavigationProperty Name="daily" Type="graph.dailyUserInsightMetricsRoot" ContainsTarget="true" /><NavigationProperty Name="monthly" Type="graph.monthlyUserInsightMetricsRoot" 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"><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" /><EntityType Name="summarizedSignIn" BaseType="graph.entity"><Property Name="agent" Type="agentic.agentSignIn" /><Property Name="aggregationDateTime" Type="Edm.DateTimeOffset" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="conditionalAccessStatus" Type="graph.conditionalAccessStatus" /><Property Name="firstSignInDateTime" Type="Edm.DateTimeOffset" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="managedServiceIdentity" Type="graph.managedIdentity" /><Property Name="resourceDisplayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="signInCount" Type="Edm.Int64" /><Property Name="status" Type="graph.signInStatus" /><Property Name="tenantId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity"><Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /><Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" /><Property Name="feature" Type="graph.featureType" Nullable="false" /><Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="userSignInUsageByAuthMethodActivity"><Key><PropertyRef Name="authenticationMethod" /></Key><Property Name="authenticationMethod" Type="Edm.String" Nullable="false" /><Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" /></EntityType><ComplexType Name="Dictionary" OpenType="true" /><ComplexType Name="alternativeSecurityId"><Property Name="identityProvider" Type="Edm.String" /><Property Name="key" Type="Edm.Binary" /><Property Name="type" Type="Edm.Int32" /></ComplexType><EntityType Name="deviceTemplate" BaseType="graph.directoryObject"><Property Name="deviceAuthority" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="mutualTlsOauthConfigurationId" Type="Edm.String" /><Property Name="mutualTlsOauthConfigurationTenantId" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /><NavigationProperty Name="deviceInstances" Type="Collection(graph.device)" /><NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="command" BaseType="graph.entity"><Property Name="appServiceName" Type="Edm.String" /><Property Name="error" Type="Edm.String" /><Property Name="packageFamilyName" Type="Edm.String" /><Property Name="payload" Type="graph.payloadRequest" /><Property Name="permissionTicket" Type="Edm.String" /><Property Name="postBackUri" Type="Edm.String" /><Property Name="status" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><NavigationProperty Name="responsepayload" Type="graph.payloadResponse" /></EntityType><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="agentCapabilities"><Property Name="extensions" Type="Collection(graph.agentExtension)" /><Property Name="pushNotifications" Type="Edm.Boolean" Nullable="false" /><Property Name="stateTransitionHistory" Type="Edm.Boolean" Nullable="false" /><Property Name="streaming" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="agentExtension"><Property Name="description" Type="Edm.String" /><Property Name="params" Type="graph.agentExtensionParams" /><Property Name="required" Type="Edm.Boolean" Nullable="false" /><Property Name="uri" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="agentCardSignature"><Property Name="header" Type="graph.jwsHeader" /><Property Name="protected" Type="Edm.String" Nullable="false" /><Property Name="signature" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="jwsHeader" OpenType="true" /><ComplexType Name="agentExtensionParams" OpenType="true" /><ComplexType Name="agentInterface"><Property Name="transport" Type="Edm.String" Nullable="false" /><Property Name="url" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="agentProvider"><Property Name="organization" Type="Edm.String" Nullable="false" /><Property Name="url" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="agentSkill"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="examples" Type="Collection(Edm.String)" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="inputModes" Type="Collection(Edm.String)" /><Property Name="outputModes" Type="Collection(Edm.String)" /><Property Name="security" Type="Collection(graph.securityRequirement)" /><Property Name="tags" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="securityRequirement" OpenType="true" /><ComplexType Name="securityScheme" Abstract="true"><Property Name="description" Type="Edm.String" /><Property Name="type" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="apiKeySecurityScheme" BaseType="graph.securityScheme"><Property Name="in" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="httpAuthSecurityScheme" BaseType="graph.securityScheme"><Property Name="bearerFormat" Type="Edm.String" /><Property Name="scheme" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="mutualTLSSecurityScheme" BaseType="graph.securityScheme" /><ComplexType Name="oAuth2SecurityScheme" BaseType="graph.securityScheme"><Property Name="flows" Type="graph.oAuthFlows" Nullable="false" /></ComplexType><ComplexType Name="oAuthFlows"><Property Name="authorizationCode" Type="graph.oAuthFlow" /><Property Name="clientCredentials" Type="graph.oAuthFlow" /><Property Name="implicit" Type="graph.oAuthFlow" /><Property Name="password" Type="graph.oAuthFlow" /></ComplexType><ComplexType Name="oAuthFlow"><Property Name="authorizationUrl" Type="Edm.String" /><Property Name="refreshUrl" Type="Edm.String" /><Property Name="scopes" Type="graph.oAuthScopeDictionary" Nullable="false" /><Property Name="tokenUrl" Type="Edm.String" /></ComplexType><ComplexType Name="oAuthScopeDictionary" OpenType="true" /><ComplexType Name="openIdConnectSecurityScheme" BaseType="graph.securityScheme"><Property Name="openIdConnectUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="securitySchemes" OpenType="true" /><EntityType Name="agentCardManifest" BaseType="graph.entity"><Property Name="capabilities" Type="graph.agentCapabilities" Nullable="false" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="defaultInputModes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="defaultOutputModes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="documentationUrl" Type="Edm.String" /><Property Name="iconUrl" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedBy" Type="Edm.String" /><Property Name="originatingStore" Type="Edm.String" /><Property Name="ownerIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="protocolVersion" Type="Edm.String" Nullable="false" /><Property Name="provider" Type="graph.agentProvider" /><Property Name="security" Type="Collection(graph.securityRequirement)" /><Property Name="securitySchemes" Type="graph.securitySchemes" /><Property Name="skills" Type="Collection(graph.agentSkill)" Nullable="false" /><Property Name="supportsAuthenticatedExtendedCard" Type="Edm.Boolean" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="agentCollection" BaseType="graph.entity"><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedBy" Type="Edm.String" /><Property Name="originatingStore" Type="Edm.String" /><Property Name="ownerIds" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="members" Type="Collection(graph.agentInstance)" /></EntityType><EntityType Name="agentInstance" BaseType="graph.entity"><Property Name="additionalInterfaces" Type="Collection(graph.agentInterface)" /><Property Name="agentIdentityBlueprintId" Type="Edm.String" /><Property Name="agentIdentityId" Type="Edm.String" /><Property Name="agentUserId" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedBy" Type="Edm.String" /><Property Name="originatingStore" Type="Edm.String" /><Property Name="ownerIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="preferredTransport" Type="Edm.String" /><Property Name="signatures" Type="Collection(graph.agentCardSignature)" /><Property Name="sourceAgentId" Type="Edm.String" /><Property Name="url" Type="Edm.String" /><NavigationProperty Name="agentCardManifest" Type="graph.agentCardManifest" /><NavigationProperty Name="collections" Type="Collection(graph.agentCollection)" /></EntityType><EntityType Name="agentRegistry"><NavigationProperty Name="agentCardManifests" Type="Collection(graph.agentCardManifest)" ContainsTarget="true" /><NavigationProperty Name="agentCollections" Type="Collection(graph.agentCollection)" ContainsTarget="true" /><NavigationProperty Name="agentInstances" Type="Collection(graph.agentInstance)" ContainsTarget="true" /></EntityType><EntityType Name="solutionsRoot"><NavigationProperty Name="approval" Type="graph.approvalSolution" ContainsTarget="true" /><NavigationProperty Name="bookingBusinesses" Type="Collection(graph.bookingBusiness)" ContainsTarget="true" /><NavigationProperty Name="bookingCurrencies" Type="Collection(graph.bookingCurrency)" ContainsTarget="true" /><NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" /><NavigationProperty Name="migrations" Type="graph.migrationsRoot" ContainsTarget="true" /><NavigationProperty Name="backupRestore" Type="graph.backupRestoreRoot" ContainsTarget="true" /><NavigationProperty Name="sharePoint" Type="graph.sharePointRoot" ContainsTarget="true" /><NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" /></EntityType><EntityType Name="approvalSolution" BaseType="graph.entity"><Property Name="provisioningStatus" Type="graph.provisionState" /><NavigationProperty Name="approvalItems" Type="Collection(graph.approvalItem)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.approvalOperation)" ContainsTarget="true" /></EntityType><EntityType Name="bookingNamedEntity" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="bookingBusiness" BaseType="graph.bookingNamedEntity"><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="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.bookingCustomer)" 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.bookingStaffMember)" ContainsTarget="true" /></EntityType><EntityType Name="bookingCurrency" BaseType="graph.entity"><Property Name="symbol" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="businessScenario" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ownerAppIds" Type="Collection(Edm.String)" /><Property Name="uniqueName" Type="Edm.String" /><NavigationProperty Name="planner" Type="graph.businessScenarioPlanner" 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="migrationsRoot" BaseType="graph.entity"><NavigationProperty Name="crossTenantMigrationJobs" Type="Collection(graph.crossTenantMigrationJob)" ContainsTarget="true" /></EntityType><EntityType Name="backupRestoreRoot" BaseType="graph.entity"><Property Name="serviceStatus" Type="graph.serviceStatus" /><NavigationProperty Name="activityLogs" Type="Collection(graph.activityLogBase)" ContainsTarget="true" /><NavigationProperty Name="allDrivesBackup" Type="graph.allDrivesBackup" ContainsTarget="true" /><NavigationProperty Name="allMailboxesBackup" Type="graph.allMailboxesBackup" ContainsTarget="true" /><NavigationProperty Name="allSitesBackup" Type="graph.allSitesBackup" ContainsTarget="true" /><NavigationProperty Name="browseSessions" Type="Collection(graph.browseSessionBase)" ContainsTarget="true" /><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="emailNotificationsSetting" Type="graph.emailNotificationsSetting" 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="oneDriveForBusinessBrowseSessions" Type="Collection(graph.oneDriveForBusinessBrowseSession)" 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="reports" Type="graph.backupReport" ContainsTarget="true" /><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="sharePointBrowseSessions" Type="Collection(graph.sharePointBrowseSession)" 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="sharePointRoot" BaseType="graph.entity"><NavigationProperty Name="migrations" Type="graph.sharePointMigrationsRoot" 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="settings"><Property Name="hasGraphMailbox" Type="Edm.Boolean" Nullable="false" /><Property Name="hasLicense" Type="Edm.Boolean" Nullable="false" /><Property Name="hasOptedOut" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="activityStatistics" BaseType="graph.entity" Abstract="true"><Property Name="activity" Type="graph.analyticsActivityType" /><Property Name="duration" Type="Edm.Duration" Nullable="false" /><Property Name="endDate" Type="Edm.Date" Nullable="false" /><Property Name="startDate" Type="Edm.Date" Nullable="false" /><Property Name="timeZoneUsed" Type="Edm.String" /></EntityType><EntityType Name="callActivityStatistics" BaseType="graph.activityStatistics"><Property Name="afterHours" Type="Edm.Duration" Nullable="false" /></EntityType><EntityType Name="chatActivityStatistics" BaseType="graph.activityStatistics"><Property Name="afterHours" Type="Edm.Duration" Nullable="false" /></EntityType><EntityType Name="emailActivityStatistics" BaseType="graph.activityStatistics"><Property Name="afterHours" Type="Edm.Duration" Nullable="false" /><Property Name="readEmail" Type="Edm.Duration" Nullable="false" /><Property Name="sentEmail" Type="Edm.Duration" Nullable="false" /></EntityType><EntityType Name="focusActivityStatistics" BaseType="graph.activityStatistics" /><EntityType Name="meetingActivityStatistics" BaseType="graph.activityStatistics"><Property Name="afterHours" Type="Edm.Duration" Nullable="false" /><Property Name="conflicting" Type="Edm.Duration" Nullable="false" /><Property Name="long" Type="Edm.Duration" Nullable="false" /><Property Name="multitasking" Type="Edm.Duration" Nullable="false" /><Property Name="organized" Type="Edm.Duration" Nullable="false" /><Property Name="recurring" Type="Edm.Duration" Nullable="false" /></EntityType><EntityType Name="roleManagement"><NavigationProperty Name="cloudPC" Type="graph.rbacApplicationMultiple" ContainsTarget="true" /><NavigationProperty Name="directory" Type="graph.rbacApplication" ContainsTarget="true" /><NavigationProperty Name="enterpriseApps" Type="Collection(graph.rbacApplication)" ContainsTarget="true" /><NavigationProperty Name="exchange" Type="graph.unifiedRbacApplication" ContainsTarget="true" /><NavigationProperty Name="entitlementManagement" Type="graph.rbacApplication" ContainsTarget="true" /><NavigationProperty Name="deviceManagement" Type="graph.rbacApplicationMultiple" ContainsTarget="true" /><NavigationProperty Name="defender" Type="graph.unifiedRbacApplicationMultiple" ContainsTarget="true" /></EntityType><EntityType Name="rbacApplicationMultiple" BaseType="graph.entity"><NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /><NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignmentMultiple)" ContainsTarget="true" /><NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" /></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="transitiveRoleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="roleAssignmentApprovals" Type="Collection(graph.approval)" 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="unifiedRbacApplication" BaseType="graph.entity"><NavigationProperty Name="customAppScopes" Type="Collection(graph.customAppScope)" ContainsTarget="true" /><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="transitiveRoleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRbacApplicationMultiple" BaseType="graph.rbacApplicationMultiple"><NavigationProperty Name="customAppScopes" Type="Collection(graph.customAppScope)" ContainsTarget="true" /></EntityType><ComplexType Name="applicationLocation"><Property Name="dataCenter" Type="Edm.String" /><Property Name="headquarters" Type="Edm.String" /></ComplexType><ComplexType Name="applicationRiskFactorCertificateInfo"><Property Name="hasBadCommonName" Type="Edm.Boolean" /><Property Name="hasInsecureSignature" Type="Edm.Boolean" /><Property Name="hasNoChainOfTrust" Type="Edm.Boolean" /><Property Name="isDenylisted" Type="Edm.Boolean" /><Property Name="isHostnameMismatch" Type="Edm.Boolean" /><Property Name="isNotAfter" Type="Edm.Boolean" /><Property Name="isNotBefore" Type="Edm.Boolean" /><Property Name="isRevoked" Type="Edm.Boolean" /><Property Name="isSelfSigned" Type="Edm.Boolean" /></ComplexType><ComplexType Name="applicationRiskFactorGeneralInfo"><Property Name="consumerPopularity" Type="Edm.Int32" /><Property Name="domainRegistrationDate" Type="Edm.Date" /><Property Name="founded" Type="Edm.Int32" /><Property Name="hasDisasterRecoveryPlan" Type="Edm.Boolean" /><Property Name="hold" Type="graph.holdType" Nullable="false" /><Property Name="hostingCompanyName" Type="Edm.String" /><Property Name="location" Type="graph.applicationLocation" /><Property Name="privacyPolicy" Type="Edm.String" /><Property Name="processedDataTypes" Type="graph.applicationDataType" Nullable="false" /><Property Name="termsOfService" Type="Edm.String" /></ComplexType><ComplexType Name="applicationRiskFactorLegalInfo"><Property Name="dataRetention" Type="graph.dataRetentionLevel" Nullable="false" /><Property Name="gdpr" Type="graph.applicationRiskFactorLegalInfoGdpr" Nullable="false" /><Property Name="hasDataOwnership" Type="Edm.Boolean" /><Property Name="hasDmca" Type="Edm.Boolean" /></ComplexType><ComplexType Name="applicationRiskFactorLegalInfoGdpr"><Property Name="dataProtection" Type="graph.dataProtection" Nullable="false" /><Property Name="hasRightToErasure" Type="Edm.Boolean" /><Property Name="isReportingDataBreaches" Type="Edm.Boolean" /><Property Name="statementUrl" Type="Edm.String" /><Property Name="userOwnership" Type="graph.userOwnership" Nullable="false" /></ComplexType><ComplexType Name="applicationRiskFactors"><Property Name="compliance" Type="graph.applicationSecurityCompliance" /><Property Name="general" Type="graph.applicationRiskFactorGeneralInfo" /><Property Name="legal" Type="graph.applicationRiskFactorLegalInfo" /><Property Name="security" Type="graph.applicationRiskFactorSecurityInfo" /></ComplexType><ComplexType Name="applicationSecurityCompliance"><Property Name="cobit" Type="Edm.Boolean" /><Property Name="coppa" Type="Edm.Boolean" /><Property Name="csaStar" Type="graph.csaStarLevel" /><Property Name="fedRamp" Type="graph.fedRampLevel" /><Property Name="ferpa" Type="Edm.Boolean" /><Property Name="ffiec" Type="Edm.Boolean" /><Property Name="finra" Type="Edm.Boolean" /><Property Name="fisma" Type="Edm.Boolean" /><Property Name="gaap" Type="Edm.Boolean" /><Property Name="gapp" Type="Edm.Boolean" /><Property Name="glba" Type="Edm.Boolean" /><Property Name="hipaa" Type="Edm.Boolean" /><Property Name="hitrust" Type="Edm.Boolean" /><Property Name="isae3402" Type="Edm.Boolean" /><Property Name="iso27001" Type="Edm.Boolean" /><Property Name="iso27002" Type="Edm.Boolean" /><Property Name="iso27017" Type="Edm.Boolean" /><Property Name="iso27018" Type="Edm.Boolean" /><Property Name="itar" Type="Edm.Boolean" /><Property Name="jerichoForumCommandments" Type="Edm.Boolean" /><Property Name="pci" Type="graph.pciVersion" /><Property Name="privacyShield" Type="Edm.Boolean" /><Property Name="safeHarbor" Type="Edm.Boolean" /><Property Name="soc1" Type="Edm.Boolean" /><Property Name="soc2" Type="Edm.Boolean" /><Property Name="soc3" Type="Edm.Boolean" /><Property Name="sox" Type="Edm.Boolean" /><Property Name="sp800_53" Type="Edm.Boolean" /><Property Name="ssae16" Type="Edm.Boolean" /><Property Name="ustr" Type="Edm.Boolean" /></ComplexType><ComplexType Name="applicationRiskFactorSecurityInfo"><Property Name="certificate" Type="graph.applicationRiskFactorCertificateInfo" Nullable="false" /><Property Name="domainToCheck" Type="Edm.String" /><Property Name="hasAdminAuditTrail" Type="Edm.Boolean" /><Property Name="hasAnonymousUsage" Type="Edm.Boolean" /><Property Name="hasDataAuditTrail" Type="Edm.Boolean" /><Property Name="hasDataClassification" Type="Edm.Boolean" /><Property Name="hasDataEncrypted" Type="Edm.Boolean" /><Property Name="hasEnforceTransportEnc" Type="Edm.Boolean" /><Property Name="hasIpRestriction" Type="Edm.Boolean" /><Property Name="hasMFA" Type="Edm.Boolean" /><Property Name="hasPenTest" Type="Edm.Boolean" /><Property Name="hasRememberPassword" Type="Edm.Boolean" /><Property Name="hasSamlSupport" Type="Edm.Boolean" /><Property Name="hasUserAuditLogs" Type="Edm.Boolean" /><Property Name="hasUserDataUpload" Type="Edm.Boolean" /><Property Name="hasUserRolesSupport" Type="Edm.Boolean" /><Property Name="hasValidCertName" Type="Edm.Boolean" /><Property Name="httpsSecurityHeaders" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isCertTrusted" Type="Edm.Boolean" /><Property Name="isDrownVulnerable" Type="Edm.Boolean" /><Property Name="isHeartbleedProof" Type="Edm.Boolean" /><Property Name="lastBreachDate" Type="Edm.Date" /><Property Name="latestValidSSL" Type="graph.sslVersion" Nullable="false" /><Property Name="passwordPolicy" Type="graph.passwordPolicy" Nullable="false" /><Property Name="restEncryptionType" Type="graph.restEncryptionType" Nullable="false" /></ComplexType><ComplexType Name="applicationRiskScore"><Property Name="compliance" Type="Edm.Single" /><Property Name="legal" Type="Edm.Single" /><Property Name="provider" Type="Edm.Single" /><Property Name="security" Type="Edm.Single" /><Property Name="total" Type="Edm.Single" /></ComplexType><ComplexType Name="applicationServicePrincipal"><NavigationProperty Name="application" Type="graph.application" /><NavigationProperty Name="servicePrincipal" Type="graph.servicePrincipal" /></ComplexType><ComplexType Name="configurationUri"><Property Name="appliesToSingleSignOnMode" Type="Edm.String" Nullable="false" /><Property Name="examples" Type="Collection(Edm.String)" /><Property Name="isRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="usage" Type="graph.uriUsageType" Nullable="false" /><Property Name="values" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="credential"><Property Name="fieldId" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="informationalUrls"><Property Name="appSignUpUrl" Type="Edm.String" /><Property Name="singleSignOnDocumentationUrl" Type="Edm.String" /></ComplexType><ComplexType Name="passwordSingleSignOnCredentialSet"><Property Name="credentials" Type="Collection(graph.credential)" /><Property Name="id" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="passwordSingleSignOnField"><Property Name="customizedLabel" Type="Edm.String" /><Property Name="defaultLabel" Type="Edm.String" /><Property Name="fieldId" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="supportedClaimConfiguration"><Property Name="nameIdPolicyFormat" Type="Edm.String" /></ComplexType><EntityType Name="applicationTemplate" BaseType="graph.entity"><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="configurationUris" Type="Collection(graph.configurationUri)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="endpoints" Type="Collection(Edm.String)" /><Property Name="homePageUrl" Type="Edm.String" /><Property Name="informationalUrls" Type="graph.informationalUrls" /><Property Name="isEntraIntegrated" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="logoUrl" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="riskFactors" Type="graph.applicationRiskFactors" /><Property Name="riskScore" Type="graph.applicationRiskScore" /><Property Name="supportedClaimConfiguration" Type="graph.supportedClaimConfiguration" /><Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" /><Property Name="supportedSingleSignOnModes" Type="Collection(Edm.String)" /></EntityType><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="approvalIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="group" Type="graph.identity" /></ComplexType><ComplexType Name="approvalItemViewPoint"><Property Name="roles" Type="Collection(graph.approverRole)" /></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><EntityType Name="approvalItem" BaseType="graph.entity"><Property Name="allowCancel" Type="Edm.Boolean" /><Property Name="allowEmailNotification" Type="Edm.Boolean" /><Property Name="approvalType" Type="graph.approvalItemType" /><Property Name="approvers" Type="Collection(graph.approvalIdentitySet)" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="owner" Type="graph.approvalIdentitySet" /><Property Name="responsePrompts" Type="Collection(Edm.String)" /><Property Name="result" Type="Edm.String" /><Property Name="state" Type="graph.approvalItemState" /><Property Name="viewPoint" Type="graph.approvalItemViewPoint" /><NavigationProperty Name="requests" Type="Collection(graph.approvalItemRequest)" ContainsTarget="true" /><NavigationProperty Name="responses" Type="Collection(graph.approvalItemResponse)" ContainsTarget="true" /></EntityType><EntityType Name="approvalItemRequest" BaseType="graph.entity"><Property Name="approver" Type="graph.approvalIdentitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isReassigned" Type="Edm.Boolean" /><Property Name="reassignedFrom" Type="graph.approvalIdentitySet" /></EntityType><EntityType Name="approvalItemResponse" BaseType="graph.entity"><Property Name="comments" Type="Edm.String" /><Property Name="createdBy" Type="graph.approvalIdentitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="owners" Type="Collection(graph.approvalIdentitySet)" /><Property Name="response" Type="Edm.String" /></EntityType><EntityType Name="approvalOperation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.publicError" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="resourceLocation" Type="Edm.String" /><Property Name="status" Type="graph.approvalOperationStatus" /></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="enforceRegistrationAfterAllowedSnoozes" Type="Edm.Boolean" /><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="enforceAppPIN"><Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" Nullable="false" /><Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" /></ComplexType><ComplexType Name="includeTarget"><Property Name="id" Type="Edm.String" Nullable="false" /><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="microsoftAuthenticatorFeatureSettings"><Property Name="companionAppAllowedState" Type="graph.authenticationMethodFeatureConfiguration" /><Property Name="displayAppInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" /><Property Name="displayLocationInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" /><Property Name="numberMatchingRequiredState" Type="graph.authenticationMethodFeatureConfiguration" /></ComplexType><ComplexType Name="microsoftAuthenticatorPlatformSettings"><Property Name="enforceAppPIN" Type="graph.enforceAppPIN" Nullable="false" /></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="reportSuspiciousActivitySettings"><Property Name="includeTarget" Type="graph.includeTarget" Nullable="false" /><Property Name="state" Type="graph.advancedConfigState" Nullable="false" /><Property Name="voiceReportingCode" Type="Edm.Int32" /></ComplexType><ComplexType Name="systemCredentialPreferences"><Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" Nullable="false" /><Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" /><Property Name="state" Type="graph.advancedConfigState" Nullable="false" /></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="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="microsoftAuthenticatorPlatformSettings" Type="graph.microsoftAuthenticatorPlatformSettings" Nullable="false" /><Property Name="policyMigrationState" Type="graph.authenticationMethodsPolicyMigrationState" /><Property Name="policyVersion" Type="Edm.String" /><Property Name="reconfirmationInDays" Type="Edm.Int32" /><Property Name="registrationEnforcement" Type="graph.registrationEnforcement" /><Property Name="reportSuspiciousActivitySettings" Type="graph.reportSuspiciousActivitySettings" /><Property Name="systemCredentialPreferences" Type="graph.systemCredentialPreferences" /><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="authenticationCombinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /><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="authenticationStrengths" Type="graph.authenticationStrengthRoot" ContainsTarget="true" /><NavigationProperty Name="authenticationContextClassReferences" Type="Collection(graph.authenticationContextClassReference)" ContainsTarget="true" /><NavigationProperty Name="deletedItems" Type="graph.caPoliciesDeletableRoot" 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="caPoliciesDeletableRoot" BaseType="graph.entity"><NavigationProperty Name="namedLocations" Type="Collection(graph.namedLocation)" ContainsTarget="true" /><NavigationProperty Name="policies" Type="Collection(graph.conditionalAccessPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="policyDeletableItem" Abstract="true"><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="namedLocation" BaseType="graph.policyDeletableItem"><Key><PropertyRef Name="id" /></Key><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="conditionalAccessPolicy" BaseType="graph.policyDeletableItem"><Key><PropertyRef Name="id" /></Key><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="id" Type="Edm.String" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="sessionControls" Type="graph.conditionalAccessSessionControls" /><Property Name="state" Type="graph.conditionalAccessPolicyState" Nullable="false" /></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="defaultPasskeyProfile" Type="Edm.String" /><Property Name="isAttestationEnforced" Type="Edm.Boolean" /><Property Name="isSelfServiceRegistrationAllowed" Type="Edm.Boolean" /><Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" /><NavigationProperty Name="includeTargets" Type="Collection(graph.passkeyAuthenticationMethodTarget)" ContainsTarget="true" /><NavigationProperty Name="passkeyProfiles" Type="Collection(graph.passkeyProfile)" /></EntityType><EntityType Name="passkeyAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget"><Property Name="allowedPasskeyProfiles" Type="Collection(Edm.Guid)" /></EntityType><EntityType Name="passkeyProfile" BaseType="graph.entity"><Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false" /><Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" /><Property Name="name" Type="Edm.String" /><Property Name="passkeyTypes" Type="graph.passkeyTypes" /></EntityType><EntityType Name="fido2CombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration"><Property Name="allowedAAGUIDs" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="hardwareOathAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></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="b2cAuthenticationMethodsPolicy" Type="graph.b2cAuthenticationMethodsPolicy" 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="Collection(graph.authorizationPolicy)" ContainsTarget="true" /><NavigationProperty Name="b2bManagementPolicies" Type="Collection(graph.b2bManagementPolicy)" 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="deletedItems" Type="graph.policyDeletableRoot" ContainsTarget="true" /><NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" /><NavigationProperty Name="federatedTokenValidationPolicy" Type="graph.federatedTokenValidationPolicy" ContainsTarget="true" /><NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" /><NavigationProperty Name="onPremAuthenticationPolicies" Type="Collection(graph.onPremAuthenticationPolicy)" ContainsTarget="true" /><NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" /><NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" /><NavigationProperty Name="servicePrincipalCreationPolicies" Type="Collection(graph.servicePrincipalCreationPolicy)" ContainsTarget="true" /><NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" ContainsTarget="true" /><NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" ContainsTarget="true" /><NavigationProperty Name="ownerlessGroupPolicy" Type="graph.ownerlessGroupPolicy" ContainsTarget="true" /><NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" /><NavigationProperty Name="accessReviewPolicy" Type="graph.accessReviewPolicy" ContainsTarget="true" /><NavigationProperty Name="adminConsentRequestPolicy" Type="graph.adminConsentRequestPolicy" ContainsTarget="true" /><NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" /><NavigationProperty Name="conditionalAccessPolicies" Type="Collection(graph.conditionalAccessPolicy)" ContainsTarget="true" /><NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" /><NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" /><NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" 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="b2cAuthenticationMethodsPolicy" BaseType="graph.entity"><Property Name="isEmailPasswordAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isPhoneOneTimePasswordAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isUserNameAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" /></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="enabledPreviewFeatures" Type="Collection(Edm.String)" /><Property Name="guestUserRoleId" Type="Edm.Guid" /><Property Name="permissionGrantPolicyIdsAssignedToDefaultUserRole" Type="Collection(Edm.String)" /><NavigationProperty Name="defaultUserRoleOverrides" Type="Collection(graph.defaultUserRoleOverride)" ContainsTarget="true" /></EntityType><EntityType Name="b2bManagementPolicy" BaseType="graph.stsPolicy" /><EntityType Name="tenantRelationshipAccessPolicyBase" BaseType="graph.policyBase" Abstract="true"><Property Name="definition" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="crossTenantAccessPolicy" BaseType="graph.tenantRelationshipAccessPolicyBase"><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="policyDeletableRoot" BaseType="graph.entity"><NavigationProperty Name="crossTenantPartners" Type="Collection(graph.crossTenantAccessPolicyConfigurationPartner)" ContainsTarget="true" /><NavigationProperty Name="crossTenantSyncPolicyPartners" Type="Collection(graph.crossTenantIdentitySyncPolicyPartner)" ContainsTarget="true" /></EntityType><EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase"><Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" /><Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="federatedTokenValidationPolicy" BaseType="graph.directoryObject"><Property Name="validatingDomains" Type="graph.validatingDomains" Nullable="false" /></EntityType><EntityType Name="onPremAuthenticationPolicy" BaseType="graph.stsPolicy" /><EntityType Name="permissionGrantPolicy" BaseType="graph.policyBase"><Property Name="includeAllPreApprovedApplications" Type="Edm.Boolean" /><Property Name="resourceScopeType" Type="graph.resourceScopeType" /><NavigationProperty Name="excludes" Type="Collection(graph.permissionGrantConditionSet)" ContainsTarget="true" /><NavigationProperty Name="includes" Type="Collection(graph.permissionGrantConditionSet)" ContainsTarget="true" /></EntityType><EntityType Name="servicePrincipalCreationPolicy" BaseType="graph.policyBase"><Property Name="isBuiltIn" Type="Edm.Boolean" /><NavigationProperty Name="excludes" Type="Collection(graph.servicePrincipalCreationConditionSet)" ContainsTarget="true" /><NavigationProperty Name="includes" Type="Collection(graph.servicePrincipalCreationConditionSet)" ContainsTarget="true" /></EntityType><EntityType Name="ownerlessGroupPolicy" BaseType="graph.entity"><Property Name="emailInfo" Type="graph.emailDetails" Nullable="false" /><Property Name="enabledGroupIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="maxMembersToNotify" Type="Edm.Int64" Nullable="false" /><Property Name="notificationDurationInWeeks" Type="Edm.Int64" Nullable="false" /><Property Name="policyWebUrl" Type="Edm.String" /><Property Name="targetOwners" Type="graph.targetOwners" Nullable="false" /></EntityType><EntityType Name="accessReviewPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isGroupOwnerManagementEnabled" Type="Edm.Boolean" Nullable="false" /></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="directoryRoleAccessReviewPolicy" BaseType="graph.entity"><Property Name="settings" Type="graph.accessReviewScheduleSettings" /></EntityType><EntityType Name="identitySecurityDefaultsEnforcementPolicy" BaseType="graph.policyBase"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="mobilityManagementPolicy" BaseType="graph.entity"><Property Name="appliesTo" Type="graph.policyScope" /><Property Name="complianceUrl" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="discoveryUrl" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isValid" Type="Edm.Boolean" /><Property Name="termsOfUseUrl" Type="Edm.String" /><NavigationProperty Name="includedGroups" Type="Collection(graph.group)" /></EntityType><EntityType Name="mobileAppManagementPolicy" BaseType="graph.mobilityManagementPolicy" /><EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy"><Property Name="isMdmEnrollmentDuringRegistrationDisabled" 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="verifiableCredentialAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget"><Property Name="verifiedIdProfiles" Type="Collection(Edm.Guid)" Nullable="false" /></EntityType><EntityType Name="verifiableCredentialsAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><NavigationProperty Name="includeTargets" Type="Collection(graph.verifiableCredentialAuthenticationMethodTarget)" /></EntityType><EntityType Name="voiceAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="isOfficePhoneAllowed" Type="Edm.Boolean" /><NavigationProperty Name="includeTargets" Type="Collection(graph.voiceAuthenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="voiceAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget" /><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="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><ComplexType Name="phone"><Property Name="number" Type="Edm.String" /><Property Name="type" Type="graph.phoneType" /></ComplexType><ComplexType Name="searchQuery"><Property Name="queryString" Type="Edm.String" /><Property Name="queryTemplate" Type="Edm.String" /><Property Name="query_string" Type="graph.searchQueryString" /></ComplexType><ComplexType Name="searchQueryString"><Property Name="query" Type="Edm.String" Nullable="false" /></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><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="dataLossPreventionPolicy" BaseType="graph.entity"><Property Name="name" Type="Edm.String" /></EntityType><EntityType Name="sensitivityLabel" BaseType="graph.entity"><Property Name="actionSource" Type="graph.labelActionSource" /><Property Name="applicableTo" Type="graph.sensitivityLabelTarget" /><Property Name="applicationMode" Type="graph.applicationMode" /><Property Name="autoTooltip" Type="Edm.String" /><Property Name="color" 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="isEnabled" 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><EntityType Name="sensitivityPolicySettings" BaseType="graph.entity"><Property Name="applicableTo" Type="graph.sensitivityLabelTarget" /><Property Name="downgradeSensitivityRequiresJustification" Type="Edm.Boolean" /><Property Name="helpWebUrl" Type="Edm.String" /><Property Name="isMandatory" Type="Edm.Boolean" /></EntityType><EntityType Name="informationProtectionPolicy" BaseType="graph.entity"><NavigationProperty Name="labels" Type="Collection(graph.informationProtectionLabel)" 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="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><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="end" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="start" 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="postOfficeBox" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="street" Type="Edm.String" /><Property Name="type" Type="graph.physicalAddressType" /></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="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="customerId" Type="Edm.String" /><Property Name="customerLocation" Type="graph.location" /><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="end" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="filledAttendeesCount" Type="Edm.Int32" Nullable="false" /><Property Name="invoiceAmount" Type="Edm.Double" Nullable="false" /><Property Name="invoiceDate" Type="graph.dateTimeTimeZone" /><Property Name="invoiceId" Type="Edm.String" /><Property Name="invoiceStatus" Type="graph.bookingInvoiceStatus" Nullable="false" /><Property Name="invoiceUrl" Type="Edm.String" /><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="onlineMeetingUrl" Type="Edm.String" /><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="start" Type="graph.dateTimeTimeZone" Nullable="false" /></EntityType><EntityType Name="bookingPerson" BaseType="graph.bookingNamedEntity"><Property Name="emailAddress" Type="Edm.String" /></EntityType><EntityType Name="bookingCustomer" BaseType="graph.bookingPerson"><Property Name="addresses" Type="Collection(graph.physicalAddress)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="phones" Type="Collection(graph.phone)" /></EntityType><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.bookingNamedEntity"><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="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" /><Property Name="staffMemberIds" Type="Collection(Edm.String)" /><Property Name="webUrl" Type="Edm.String" /></EntityType><EntityType Name="bookingStaffMember" BaseType="graph.bookingPerson"><Property Name="availabilityIsAffectedByPersonalCalendar" Type="Edm.Boolean" Nullable="false" /><Property Name="colorIndex" Type="Edm.Int32" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><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><ComplexType Name="plannerFieldRules"><Property Name="defaultRules" Type="Collection(Edm.String)" /><Property Name="overrides" Type="Collection(graph.plannerRuleOverride)" /></ComplexType><ComplexType Name="plannerRuleOverride"><Property Name="name" Type="Edm.String" /><Property Name="rules" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="plannerPlanConfigurationBucketDefinition"><Property Name="externalBucketId" Type="Edm.String" /></ComplexType><ComplexType Name="plannerPlanConfigurationBucketLocalization"><Property Name="externalBucketId" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="plannerPropertyRule" Abstract="true"><Property Name="ruleKind" Type="graph.plannerRuleKind" /></ComplexType><ComplexType Name="plannerTaskConfigurationRoleBase" Abstract="true"><Property Name="roleKind" Type="graph.plannerUserRoleKind" Nullable="false" /></ComplexType><ComplexType Name="plannerRelationshipBasedUserType" BaseType="graph.plannerTaskConfigurationRoleBase"><Property Name="role" Type="graph.plannerRelationshipUserRoles" Nullable="false" /></ComplexType><ComplexType Name="plannerTaskPolicy"><Property Name="rules" Type="Collection(graph.plannerTaskRoleBasedRule)" /></ComplexType><ComplexType Name="plannerTaskRoleBasedRule"><Property Name="defaultRule" Type="Edm.String" /><Property Name="propertyRule" Type="graph.plannerTaskPropertyRule" /><Property Name="role" Type="graph.plannerTaskConfigurationRoleBase" /></ComplexType><ComplexType Name="plannerTaskPropertyRule" BaseType="graph.plannerPropertyRule"><Property Name="appliedCategories" Type="graph.plannerFieldRules" /><Property Name="approvalAttachment" Type="graph.plannerFieldRules" /><Property Name="assignments" Type="graph.plannerFieldRules" /><Property Name="checkLists" Type="graph.plannerFieldRules" /><Property Name="completionRequirements" Type="Collection(Edm.String)" /><Property Name="delete" Type="Collection(Edm.String)" /><Property Name="dueDate" Type="Collection(Edm.String)" /><Property Name="forms" Type="graph.plannerFieldRules" /><Property Name="move" Type="Collection(Edm.String)" /><Property Name="notes" Type="Collection(Edm.String)" /><Property Name="order" Type="Collection(Edm.String)" /><Property Name="percentComplete" Type="Collection(Edm.String)" /><Property Name="previewType" Type="Collection(Edm.String)" /><Property Name="priority" Type="Collection(Edm.String)" /><Property Name="references" Type="graph.plannerFieldRules" /><Property Name="startDate" Type="Collection(Edm.String)" /><Property Name="title" Type="Collection(Edm.String)" /></ComplexType><EntityType Name="businessScenarioPlanner" BaseType="graph.entity"><NavigationProperty Name="planConfiguration" Type="graph.plannerPlanConfiguration" ContainsTarget="true" /><NavigationProperty Name="taskConfiguration" Type="graph.plannerTaskConfiguration" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.businessScenarioTask)" ContainsTarget="true" /></EntityType><EntityType Name="plannerPlanConfiguration" BaseType="graph.entity"><Property Name="buckets" Type="Collection(graph.plannerPlanConfigurationBucketDefinition)" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="defaultLanguage" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="localizations" Type="Collection(graph.plannerPlanConfigurationLocalization)" ContainsTarget="true" /></EntityType><EntityType Name="plannerTaskConfiguration" BaseType="graph.entity"><Property Name="editPolicy" Type="graph.plannerTaskPolicy" /></EntityType><EntityType Name="plannerTask" BaseType="graph.plannerDelta"><Property Name="activeChecklistItemCount" Type="Edm.Int32" /><Property Name="appliedCategories" Type="graph.plannerAppliedCategories" /><Property Name="archivalInfo" Type="graph.plannerArchivalInfo" /><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="creationSource" Type="graph.plannerTaskCreation" /><Property Name="dueDateTime" Type="Edm.DateTimeOffset" /><Property Name="hasChat" Type="Edm.Boolean" Nullable="false" /><Property Name="hasDescription" Type="Edm.Boolean" /><Property Name="isArchived" Type="Edm.Boolean" /><Property Name="isOnMyDay" Type="Edm.Boolean" /><Property Name="isOnMyDayLastModifiedDate" Type="Edm.Date" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><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="recurrence" Type="graph.plannerTaskRecurrence" /><Property Name="referenceCount" Type="Edm.Int32" /><Property Name="specifiedCompletionRequirements" Type="graph.plannerTaskCompletionRequirements" /><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="businessScenarioTask" BaseType="graph.plannerTask"><Property Name="businessScenarioProperties" Type="graph.businessScenarioProperties" /><Property Name="target" Type="graph.businessScenarioTaskTargetBase" /></EntityType><EntityType Name="plannerPlanConfigurationLocalization" BaseType="graph.entity"><Property Name="buckets" Type="Collection(graph.plannerPlanConfigurationBucketLocalization)" /><Property Name="languageTag" Type="Edm.String" /><Property Name="planTitle" Type="Edm.String" /></EntityType><EntityType Name="admin"><NavigationProperty Name="cloudLicensing" Type="microsoft.graph.cloudLicensing.adminCloudLicensing" ContainsTarget="true" /><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="entra" Type="graph.entra" ContainsTarget="true" /><NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" /><NavigationProperty Name="appsAndServices" Type="graph.adminAppsAndServices" ContainsTarget="true" /><NavigationProperty Name="dynamics" Type="graph.adminDynamics" ContainsTarget="true" /><NavigationProperty Name="forms" Type="graph.adminForms" ContainsTarget="true" /><NavigationProperty Name="todo" Type="graph.adminTodo" ContainsTarget="true" /><NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" /><NavigationProperty Name="windows" Type="graph.adminWindows" ContainsTarget="true" /><NavigationProperty Name="configurationManagement" Type="graph.configurationManagement" 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="mailboxes" Type="Collection(graph.mailbox)" ContainsTarget="true" /><NavigationProperty Name="messageTraces" Type="Collection(graph.messageTrace)" ContainsTarget="true" /><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="entra" BaseType="graph.entity"><NavigationProperty Name="uxSetting" Type="graph.uxSetting" ContainsTarget="true" /></EntityType><EntityType Name="adminReportSettings" BaseType="graph.entity"><Property Name="displayConcealedNames" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="adminAppsAndServices" BaseType="graph.entity"><Property Name="settings" Type="graph.appsAndServicesSettings" Nullable="false" /></EntityType><EntityType Name="adminDynamics" BaseType="graph.entity"><Property Name="customerVoice" Type="graph.customerVoiceSettings" Nullable="false" /></EntityType><EntityType Name="adminForms" BaseType="graph.entity"><Property Name="settings" Type="graph.formsSettings" Nullable="false" /></EntityType><EntityType Name="adminTodo" BaseType="graph.entity"><Property Name="settings" Type="graph.todoSettings" Nullable="false" /></EntityType><EntityType Name="peopleAdminSettings" BaseType="graph.entity"><NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" /><NavigationProperty Name="photoUpdateSettings" Type="graph.photoUpdateSettings" ContainsTarget="true" /><NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /><NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" 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="adminWindows" BaseType="graph.entity"><NavigationProperty Name="updates" Type="graph.adminWindowsUpdates" ContainsTarget="true" /></EntityType><EntityType Name="configurationManagement" BaseType="graph.entity"><NavigationProperty Name="configurationDrifts" Type="Collection(graph.configurationDrift)" ContainsTarget="true" /><NavigationProperty Name="configurationMonitoringResults" Type="Collection(graph.configurationMonitoringResult)" ContainsTarget="true" /><NavigationProperty Name="configurationMonitors" Type="Collection(graph.configurationMonitor)" ContainsTarget="true" /><NavigationProperty Name="configurationSnapshotJobs" Type="Collection(graph.configurationSnapshotJob)" ContainsTarget="true" /><NavigationProperty Name="configurationSnapshots" Type="Collection(graph.configurationBaseline)" ContainsTarget="true" /></EntityType><ComplexType Name="cloudPcAgentHealthCheckDetail"><Property Name="additionalDetails" Type="Collection(graph.keyValuePair)" Nullable="false" /><Property Name="errorMessage" Type="Edm.String" /><Property Name="errorType" Type="graph.cloudPcAgentHealthCheckErrorType" Nullable="false" /><Property Name="healthCheckName" Type="Edm.String" Nullable="false" /><Property Name="healthCheckResultType" Type="graph.cloudPcAgentHealthCheckResultType" Nullable="false" /><Property Name="lastHealthCheckDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="cloudPcAgentHealthCheckStatusDetail"><Property Name="additionalHealthCheckMessage" Type="Edm.String" Nullable="false" /><Property Name="cloudPcId" Type="Edm.String" /><Property Name="healthCheckState" Type="graph.cloudPcAgentHealthCheckState" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="cloudPcAgentHealthCheckSummary"><Property Name="agentHealthCheckDetails" Type="Collection(graph.cloudPcAgentHealthCheckDetail)" Nullable="false" /><Property Name="lastSucceededHealthCheckDateTime" Type="Edm.DateTimeOffset" /><Property Name="latestHealthCheckStatus" Type="graph.cloudPcAgentHealthCheckStatusDetail" /></ComplexType><ComplexType Name="cloudPcAgentStatusDetail"><Property Name="agentVersionNumber" Type="Edm.String" /><Property Name="cloudPcId" Type="Edm.String" /><Property Name="diagnosticResultMessage" Type="Edm.String" /><Property Name="diagnosticResultType" Type="graph.cloudPcAgentDiagnosticResultType" Nullable="false" /><Property Name="healthCheckSummary" Type="graph.cloudPcAgentHealthCheckSummary" /><Property Name="healthStatus" Type="graph.cloudPcAgentHealthStatus" Nullable="false" /><Property Name="lastHealthStatusCheckedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><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="type" Type="graph.cloudPcAuditActorType" Nullable="false" /><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" /><Property Name="resourceType" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcAutopilotConfiguration"><Property Name="applicationTimeoutInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="devicePreparationProfileId" Type="Edm.String" Nullable="false" /><Property Name="onFailureDeviceAccessDenied" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="cloudPcBulkActionSummary"><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="inProgressCount" Type="Edm.Int32" Nullable="false" /><Property Name="notSupportedCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successfulCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="cloudPcBulkRemoteActionResult"><Property Name="failedDeviceIds" Type="Collection(Edm.String)" /><Property Name="notFoundDeviceIds" Type="Collection(Edm.String)" /><Property Name="notSupportedDeviceIds" Type="Collection(Edm.String)" /><Property Name="successfulDeviceIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="cloudPcCloudAppDetail"><Property Name="commandLineArguments" Type="Edm.String" /><Property Name="filePath" Type="Edm.String" Nullable="false" /><Property Name="iconIndex" Type="Edm.Int32" /><Property Name="iconPath" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcConnectionSetting"><Property Name="enableSingleSignOn" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="cloudPcConnectionSettings"><Property Name="enableSingleSignOn" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="cloudPcConnectivityEvent"><Property Name="activityId" Type="Edm.String" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="eventName" Type="Edm.String" /><Property Name="eventResult" Type="graph.cloudPcConnectivityEventResult" Nullable="false" /><Property Name="eventType" Type="graph.cloudPcConnectivityEventType" Nullable="false" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcConnectivityResult"><Property Name="failedHealthCheckItems" Type="Collection(graph.cloudPcHealthCheckItem)" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.cloudPcConnectivityStatus" Nullable="false" /><Property Name="updatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="cloudPcHealthCheckItem"><Property Name="additionalDetails" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastHealthCheckDateTime" Type="Edm.DateTimeOffset" /><Property Name="result" Type="graph.cloudPcConnectivityEventResult" Nullable="false" /></ComplexType><ComplexType Name="cloudPcCrossRegionDisasterRecoverySetting"><Property Name="crossRegionDisasterRecoveryEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="disasterRecoveryNetworkSetting" Type="graph.cloudPcDisasterRecoveryNetworkSetting" /><Property Name="disasterRecoveryType" Type="graph.cloudPcDisasterRecoveryType" /><Property Name="maintainCrossRegionRestorePointEnabled" Type="Edm.Boolean" /><Property Name="userInitiatedDisasterRecoveryAllowed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcDisasterRecoveryNetworkSetting" Abstract="true" /><ComplexType Name="cloudPcDisasterRecoveryAzureConnectionSetting" BaseType="graph.cloudPcDisasterRecoveryNetworkSetting"><Property Name="onPremisesConnectionId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcDisasterRecoveryCapability"><Property Name="capabilityType" Type="graph.cloudPcDisasterRecoveryCapabilityType" /><Property Name="licenseType" Type="graph.cloudPcDisasterRecoveryLicenseType" /><Property Name="primaryRegion" Type="Edm.String" /><Property Name="secondaryRegion" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcDisasterRecoveryMicrosoftHostedNetworkSetting" BaseType="graph.cloudPcDisasterRecoveryNetworkSetting"><Property Name="regionGroup" Type="graph.cloudPcRegionGroup" Nullable="false" /><Property Name="regionName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcDiscoveredApp"><Property Name="appDetail" Type="graph.cloudPcCloudAppDetail" Nullable="false" /><Property Name="appName" Type="Edm.String" /><Property Name="discoveredAppId" Type="Edm.String" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcDomainJoinConfiguration"><Property Name="domainJoinType" Type="graph.cloudPcDomainJoinType" /><Property Name="geographicLocationType" Type="graph.cloudPcGeographicLocationType" /><Property Name="onPremisesConnectionId" Type="Edm.String" /><Property Name="regionGroup" Type="graph.cloudPcRegionGroup" /><Property Name="regionName" Type="Edm.String" /><Property Name="type" Type="graph.cloudPcDomainJoinType" /></ComplexType><ComplexType Name="cloudPcEntraGroupDetail"><Property Name="groupDisplayName" Type="Edm.String" /><Property Name="groupId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcEntraUserDetail"><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcExternalPartnerActionReport"><Property Name="actionType" Type="graph.cloudPcExternalPartnerActionType" Nullable="false" /><Property Name="activityId" Type="Edm.String" /><Property Name="activityMessage" Type="Edm.String" /><Property Name="agentName" Type="Edm.String" /><Property Name="agentSetting" Type="graph.cloudPcExternalPartnerAgentSetting" /><Property Name="authenticatedAppId" Type="Edm.String" Nullable="false" /><Property Name="authenticatedAppName" Type="Edm.String" /><Property Name="authenticatedMethod" Type="graph.cloudPcExternalPartnerAuthenticatedMethod" Nullable="false" /><Property Name="authenticatedUserPrincipalName" Type="Edm.String" /><Property Name="cloudPcId" Type="Edm.String" /><Property Name="cloudPcName" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="cloudPcExternalPartnerAgentSetting"><Property Name="agentSha256" Type="Edm.String" /><Property Name="agentUrl" Type="Edm.String" /><Property Name="autoDeploymentEnabled" Type="Edm.Boolean" /><Property Name="installParameters" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="cloudPcExternalPartnerActionResult"><Property Name="activityId" Type="Edm.String" /><Property Name="cloudPcId" Type="Edm.String" /><Property Name="errorCode" Type="graph.cloudPcExternalPartnerActionErrorCode" Nullable="false" /><Property Name="errorMessage" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.cloudPcExternalPartnerActionStatus" Nullable="false" /></ComplexType><ComplexType Name="cloudPcForensicStorageAccount"><Property Name="accessTier" Type="graph.cloudPcStorageAccountAccessTier" /><Property Name="immutableStorage" Type="Edm.Boolean" /><Property Name="storageAccountId" Type="Edm.String" /><Property Name="storageAccountName" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcFrontlineSharedDeviceDetail"><Property Name="assignedToUserPrincipalName" Type="Edm.String" /><Property Name="sessionStartDateTime" Type="Edm.DateTimeOffset" /></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="cloudPcLaunchInfo"><Property Name="cloudPcId" Type="Edm.String" /><Property Name="cloudPcLaunchUrl" Type="Edm.String" /><Property Name="windows365SwitchCompatible" Type="Edm.Boolean" /><Property Name="windows365SwitchNotCompatibleReason" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcLoginResult"><Property Name="time" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="cloudPcManagementAssignmentTarget" Abstract="true" /><ComplexType Name="cloudPcManagementGroupAssignmentTarget" BaseType="graph.cloudPcManagementAssignmentTarget"><Property Name="allotmentDisplayName" Type="Edm.String" /><Property Name="allotmentLicensesCount" Type="Edm.Int32" /><Property Name="groupId" Type="Edm.String" /><Property Name="servicePlanId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcNotificationSetting"><Property Name="restartPromptsDisabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcOnPremisesConnectionHealthCheck"><Property Name="additionalDetail" Type="Edm.String" /><Property Name="additionalDetails" 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="cloudPcOnPremisesConnectionStatusDetails"><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="cloudPcPartnerAgentInstallResult"><Property Name="errorMessage" Type="Edm.String" /><Property Name="installStatus" Type="graph.cloudPcPartnerAgentInstallStatus" /><Property Name="isThirdPartyPartner" Type="Edm.Boolean" /><Property Name="partnerAgentName" Type="graph.cloudPcPartnerAgentName" /><Property Name="retriable" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcPolicyApplyActionResult"><Property Name="finishDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.cloudPcPolicyApplyActionStatus" Nullable="false" /></ComplexType><ComplexType Name="cloudPcPolicyScheduledApplyActionDetail"><Property Name="cronScheduleExpression" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.String" /><Property Name="nextRunDateTime" Type="Edm.String" /><Property Name="reservePercentage" Type="Edm.Int32" /><Property Name="startDateTime" Type="Edm.String" /><Property Name="timezone" Type="graph.cloudPcPolicyTimezone" Nullable="false" /></ComplexType><ComplexType Name="cloudPcProvisioningPolicyAutopatch"><Property Name="autopatchGroupId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcRemoteActionCapability"><Property Name="actionCapability" Type="graph.actionCapability" /><Property Name="actionName" Type="graph.cloudPcRemoteActionName" /></ComplexType><ComplexType Name="cloudPcRemoteActionResult"><Property Name="actionName" Type="Edm.String" /><Property Name="actionState" Type="graph.actionState" /><Property Name="cloudPcId" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="statusDetail" Type="graph.cloudPcStatusDetail" /><Property Name="statusDetails" Type="graph.cloudPcStatusDetails" /></ComplexType><ComplexType Name="cloudPcStatusDetail"><Property Name="additionalInformation" Type="Collection(graph.keyValuePair)" /><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcStatusDetails"><Property Name="additionalInformation" Type="Collection(graph.keyValuePair)" /><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcResizeValidationResult"><Property Name="cloudPcId" Type="Edm.String" /><Property Name="validationResult" Type="graph.cloudPcResizeValidationCode" /></ComplexType><ComplexType Name="cloudPcRestorePointSetting"><Property Name="frequencyInHours" Type="Edm.Int32" /><Property Name="frequencyType" Type="graph.cloudPcRestorePointFrequencyType" /><Property Name="userRestoreEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcReviewStatus"><Property Name="accessTier" Type="graph.cloudPcBlobAccessTier" /><Property Name="azureStorageAccountId" Type="Edm.String" /><Property Name="azureStorageAccountName" Type="Edm.String" /><Property Name="azureStorageContainerName" Type="Edm.String" /><Property Name="inReview" Type="Edm.Boolean" Nullable="false" /><Property Name="restorePointDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="subscriptionId" Type="Edm.String" /><Property Name="subscriptionName" Type="Edm.String" /><Property Name="userAccessLevel" Type="graph.cloudPcUserAccessLevel" Nullable="false" /></ComplexType><ComplexType Name="cloudPcScopedPermission"><Property Name="permission" Type="Edm.String" /><Property Name="scopeIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="cloudPcSnapshotImportActionDetail"><Property Name="fileType" Type="graph.cloudPcSnapshotImportFileType" Nullable="false" /><Property Name="sasUrl" Type="Edm.String" /><Property Name="sourceType" Type="graph.cloudPcSnapshotImportSourceType" Nullable="false" /><Property Name="storageBlobInfo" Type="graph.cloudPcStorageBlobDetail" /></ComplexType><ComplexType Name="cloudPcStorageBlobDetail"><Property Name="containerName" Type="Edm.String" Nullable="false" /><Property Name="fileName" Type="Edm.String" Nullable="false" /><Property Name="storageAccountId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcSnapshotImportActionResult"><Property Name="additionalDetail" Type="Edm.String" /><Property Name="assignedUserPrincipalName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="filename" Type="Edm.String" /><Property Name="importStatus" Type="graph.cloudPcSnapshotImportActionStatus" Nullable="false" /><Property Name="policyName" Type="Edm.String" /><Property Name="snapshotId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="usageStatus" Type="graph.cloudPcImportedSnapshotState" Nullable="false" /></ComplexType><ComplexType Name="cloudPcSourceDeviceImage"><Property Name="category" Type="graph.cloudPcSourceImageCategory" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" 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="cloudPcStatusSummary"><Property Name="count" Type="Edm.Int32" /><Property Name="status" Type="graph.cloudPcStatus" Nullable="false" /></ComplexType><ComplexType Name="cloudPcSubscription"><Property Name="subscriptionId" Type="Edm.String" /><Property Name="subscriptionName" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcSupportedRegionRestrictionDetail"><Property Name="cPURestricted" Type="Edm.Boolean" /><Property Name="gPURestricted" Type="Edm.Boolean" /><Property Name="nestedVirtualizationRestricted" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcTenantEncryptionSetting"><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="tenantDiskEncryptionType" Type="graph.cloudPcDiskEncryptionType" /></ComplexType><ComplexType Name="cloudPcUserSettingsPersistenceConfiguration"><Property Name="userSettingsPersistenceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="userSettingsPersistenceStorageSizeCategory" Type="graph.cloudPcUserSettingsPersistenceStorageSizeCategory" /></ComplexType><ComplexType Name="cloudPCUserSettingsPersistenceProfile"><Property Name="lastProfileAttachedDateTime" Type="Edm.DateTimeOffset" /><Property Name="profileId" Type="Edm.String" Nullable="false" /><Property Name="profileSizeInGB" Type="Edm.Int32" Nullable="false" /><Property Name="status" Type="graph.cloudPCUserSettingsPersistenceProfileStatus" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPCUserSettingsPersistenceUsageResult"><Property Name="remainingAvailableStorageInGB" Type="Edm.Int32" Nullable="false" /><Property Name="totalAllocatedStorageInGB" Type="Edm.Int32" Nullable="false" /><Property Name="usedStorageInGB" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="cloudPcWindowsSetting"><Property Name="locale" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcWindowsSettings"><Property Name="language" Type="Edm.String" /></ComplexType><ComplexType Name="frontlineCloudPcDetail"><Property Name="frontlineCloudPcAvailability" Type="graph.frontlineCloudPcAvailability" Nullable="false" /></ComplexType><ComplexType Name="microsoftManagedDesktop"><Property Name="managedType" Type="graph.microsoftManagedDesktopType" /><Property Name="profile" Type="Edm.String" /><Property Name="type" Type="graph.microsoftManagedDesktopType" /></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><EntityType Name="appScope" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></EntityType><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="cloudPcBulkAction" BaseType="graph.entity" Abstract="true"><Property Name="actionSummary" Type="graph.cloudPcBulkActionSummary" /><Property Name="cloudPcIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="initiatedByUserPrincipalName" Type="Edm.String" /><Property Name="scheduledDuringMaintenanceWindow" Type="Edm.Boolean" /><Property Name="status" Type="graph.cloudPcBulkActionStatus" /></EntityType><EntityType Name="cloudPcBulkCreateSnapshot" BaseType="graph.cloudPcBulkAction"><Property Name="accessTier" Type="graph.cloudPcBlobAccessTier" /><Property Name="storageAccountId" Type="Edm.String" /></EntityType><EntityType Name="cloudPcBulkDisasterRecovery" BaseType="graph.cloudPcBulkAction"><Property Name="capabilityType" Type="graph.cloudPcDisasterRecoveryCapabilityType" Nullable="false" /><Property Name="licenseType" Type="graph.cloudPcDisasterRecoveryLicenseType" Nullable="false" /></EntityType><EntityType Name="cloudPcBulkDisasterRecoveryFailback" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkDisasterRecoveryFailover" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkModifyDiskEncryptionType" BaseType="graph.cloudPcBulkAction"><Property Name="diskEncryptionType" Type="graph.cloudPcDiskEncryptionType" Nullable="false" /></EntityType><EntityType Name="cloudPcBulkMove" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkPowerOff" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkPowerOn" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkReinstallAgent" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkReprovision" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkResize" BaseType="graph.cloudPcBulkAction"><Property Name="targetServicePlanId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="cloudPcBulkRestart" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcBulkRestore" BaseType="graph.cloudPcBulkAction"><Property Name="ignoreUnhealthySnapshots" Type="Edm.Boolean" /><Property Name="restorePointDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="timeRange" Type="graph.restoreTimeRange" Nullable="false" /></EntityType><EntityType Name="cloudPcBulkSetReviewStatus" BaseType="graph.cloudPcBulkAction"><Property Name="reviewStatus" Type="graph.cloudPcReviewStatus" Nullable="false" /></EntityType><EntityType Name="cloudPcBulkTroubleshoot" BaseType="graph.cloudPcBulkAction" /><EntityType Name="cloudPcCloudApp" BaseType="graph.entity"><Property Name="actionFailedErrorCode" Type="graph.cloudPcCloudAppActionFailedErrorCode" /><Property Name="actionFailedErrorMessage" Type="Edm.String" /><Property Name="addedDateTime" Type="Edm.DateTimeOffset" /><Property Name="appDetail" Type="graph.cloudPcCloudAppDetail" Nullable="false" /><Property Name="appStatus" Type="graph.cloudPcCloudAppStatus" Nullable="false" /><Property Name="availableToUser" Type="Edm.Boolean" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="discoveredAppName" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastPublishedDateTime" Type="Edm.DateTimeOffset" /><Property Name="provisioningPolicyId" Type="Edm.String" Nullable="false" /><Property Name="scopeIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="cloudPcCrossCloudGovernmentOrganizationMapping" BaseType="graph.entity"><Property Name="organizationIdsInUSGovCloud" Type="Collection(Edm.String)" /></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="osVersionNumber" Type="Edm.String" /><Property Name="scopeIds" Type="Collection(Edm.String)" /><Property Name="sizeInGB" Type="Edm.Int32" /><Property Name="sourceImageResourceId" Type="Edm.String" /><Property Name="status" Type="graph.cloudPcDeviceImageStatus" /><Property Name="statusDetails" Type="graph.cloudPcDeviceImageStatusDetails" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="cloudPcExportJob" BaseType="graph.entity"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="exportJobStatus" Type="graph.cloudPcExportJobStatus" /><Property Name="exportUrl" Type="Edm.String" /><Property Name="filter" Type="Edm.String" /><Property Name="format" Type="Edm.String" /><Property Name="reportName" Type="graph.cloudPcReportName" /><Property Name="requestDateTime" Type="Edm.DateTimeOffset" /><Property Name="select" Type="Collection(Edm.String)" /></EntityType><EntityType Name="cloudPcExternalPartner" BaseType="graph.entity"><Property Name="agentSetting" Type="graph.cloudPcExternalPartnerAgentSetting" /><Property Name="connectionStatus" Type="graph.cloudPcExternalPartnerStatus" Nullable="false" /><Property Name="enableConnection" Type="Edm.Boolean" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="partnerId" Type="Edm.String" Nullable="false" /><Property Name="statusDetails" Type="Edm.String" /></EntityType><EntityType Name="cloudPcExternalPartnerSetting" BaseType="graph.entity"><Property Name="enableConnection" Type="Edm.Boolean" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="partnerId" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.cloudPcExternalPartnerStatus" Nullable="false" /><Property Name="statusDetails" Type="Edm.String" /></EntityType><EntityType Name="cloudPcFrontLineServicePlan" BaseType="graph.entity"><Property Name="allotmentLicensesCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="totalCount" Type="Edm.Int32" /><Property Name="usedCount" Type="Edm.Int32" /></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="offer" Type="Edm.String" /><Property Name="offerDisplayName" Type="Edm.String" /><Property Name="offerName" Type="Edm.String" /><Property Name="osVersionNumber" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /><Property Name="recommendedSku" Type="Edm.String" /><Property Name="sizeInGB" Type="Edm.Int32" /><Property Name="sku" Type="Edm.String" /><Property Name="skuDisplayName" Type="Edm.String" /><Property Name="skuName" Type="Edm.String" /><Property Name="startDate" Type="Edm.Date" /><Property Name="status" Type="graph.cloudPcGalleryImageStatus" /></EntityType><EntityType Name="cloudPcManagedLicense" BaseType="graph.entity"><Property Name="activeDateTime" Type="Edm.DateTimeOffset" /><Property Name="allotmentLicensesCount" Type="Edm.Int32" /><Property Name="assignedCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="latestLicenseStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="licensesCount" Type="Edm.Int32" /><Property Name="licenseType" Type="graph.cloudPcManagedLicenseType" Nullable="false" /><Property Name="nextBillingDateTime" Type="Edm.DateTimeOffset" /><Property Name="servicePlanId" Type="Edm.String" /><Property Name="status" Type="graph.cloudPcManagedLicenseStatus" Nullable="false" /><Property Name="subscriptionId" Type="Edm.String" /></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="healthCheckPaused" Type="Edm.Boolean" /><Property Name="healthCheckStatus" Type="graph.cloudPcOnPremisesConnectionStatus" Nullable="false" /><Property Name="healthCheckStatusDetail" Type="graph.cloudPcOnPremisesConnectionStatusDetail" /><Property Name="healthCheckStatusDetails" Type="graph.cloudPcOnPremisesConnectionStatusDetails" /><Property Name="inUse" Type="Edm.Boolean" /><Property Name="inUseByCloudPc" Type="Edm.Boolean" /><Property Name="managedBy" Type="graph.cloudPcManagementService" Nullable="false" /><Property Name="organizationalUnit" Type="Edm.String" /><Property Name="resourceGroupId" Type="Edm.String" Nullable="false" /><Property Name="scopeIds" Type="Collection(Edm.String)" /><Property Name="subnetId" Type="Edm.String" Nullable="false" /><Property Name="subscriptionId" Type="Edm.String" Nullable="false" /><Property Name="subscriptionName" Type="Edm.String" /><Property Name="type" Type="graph.cloudPcOnPremisesConnectionType" /><Property Name="virtualNetworkId" Type="Edm.String" Nullable="false" /><Property Name="virtualNetworkLocation" Type="Edm.String" /></EntityType><EntityType Name="cloudPcOrganizationSettings" BaseType="graph.entity"><Property Name="enableMEMAutoEnroll" Type="Edm.Boolean" /><Property Name="enableSingleSignOn" Type="Edm.Boolean" /><Property Name="osVersion" Type="graph.cloudPcOperatingSystem" /><Property Name="userAccountType" Type="graph.cloudPcUserAccountType" /><Property Name="windowsSettings" Type="graph.cloudPcWindowsSettings" /></EntityType><EntityType Name="cloudPcProvisioningPolicy" BaseType="graph.entity"><Property Name="alternateResourceUrl" Type="Edm.String" /><Property Name="autopatch" Type="graph.cloudPcProvisioningPolicyAutopatch" /><Property Name="autopilotConfiguration" Type="graph.cloudPcAutopilotConfiguration" /><Property Name="cloudPcGroupDisplayName" Type="Edm.String" /><Property Name="cloudPcNamingTemplate" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><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="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="localAdminEnabled" Type="Edm.Boolean" /><Property Name="managedBy" Type="graph.cloudPcManagementService" Nullable="false" /><Property Name="microsoftManagedDesktop" Type="graph.microsoftManagedDesktop" /><Property Name="provisioningType" Type="graph.cloudPcProvisioningType" /><Property Name="scopeIds" Type="Collection(Edm.String)" /><Property Name="userExperienceType" Type="graph.cloudPcUserExperienceType" /><Property Name="userSettingsPersistenceConfiguration" Type="graph.cloudPcUserSettingsPersistenceConfiguration" /><Property Name="windowsSetting" Type="graph.cloudPcWindowsSetting" /><Property Name="windowsSettings" Type="graph.cloudPcWindowsSettings" /><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)" /><NavigationProperty Name="userSettingsPersistenceDetail" Type="graph.cloudPCUserSettingsPersistenceDetail" ContainsTarget="true" /></EntityType><EntityType Name="cloudPCUserSettingsPersistenceDetail" BaseType="graph.entity"><Property Name="gracePeriodEndDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="cloudPcReport" BaseType="graph.entity" /><EntityType Name="cloudPcReports" BaseType="graph.entity"><NavigationProperty Name="exportJobs" Type="Collection(graph.cloudPcExportJob)" ContainsTarget="true" /></EntityType><EntityType Name="cloudPcServicePlan" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="provisioningType" Type="graph.cloudPcProvisioningType" /><Property Name="ramInGB" Type="Edm.Int32" Nullable="false" /><Property Name="storageInGB" Type="Edm.Int32" Nullable="false" /><Property Name="supportedSolution" Type="graph.cloudPcManagementService" Nullable="false" /><Property Name="type" Type="graph.cloudPcServicePlanType" /><Property Name="userProfileInGB" Type="Edm.Int32" Nullable="false" /><Property Name="vCpuCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="cloudPcSnapshot" BaseType="graph.entity"><Property Name="cloudPcId" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="healthCheckStatus" Type="graph.cloudPcSnapshotHealthCheckStatus" /><Property Name="lastRestoredDateTime" Type="Edm.DateTimeOffset" /><Property Name="snapshotType" Type="graph.cloudPcSnapshotType" /><Property Name="status" Type="graph.cloudPcSnapshotStatus" /></EntityType><EntityType Name="cloudPcSupportedRegion" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="geographicLocationType" Type="graph.cloudPcGeographicLocationType" /><Property Name="regionGroup" Type="graph.cloudPcRegionGroup" Nullable="false" /><Property Name="regionRestrictionDetail" Type="graph.cloudPcSupportedRegionRestrictionDetail" /><Property Name="regionStatus" Type="graph.cloudPcSupportedRegionStatus" /><Property Name="supportedSolution" Type="graph.cloudPcManagementService" Nullable="false" /></EntityType><EntityType Name="cloudPcUserSetting" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="crossRegionDisasterRecoverySetting" Type="graph.cloudPcCrossRegionDisasterRecoverySetting" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="localAdminEnabled" Type="Edm.Boolean" /><Property Name="notificationSetting" Type="graph.cloudPcNotificationSetting" /><Property Name="provisioningSourceType" Type="graph.cloudPcProvisioningSourceType" /><Property Name="resetEnabled" Type="Edm.Boolean" /><Property Name="restorePointSetting" Type="graph.cloudPcRestorePointSetting" /><Property Name="selfServiceEnabled" Type="Edm.Boolean" /><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="samsungEFotaFirmwareVersions" Type="Collection(graph.samsungEFotaFirmwareVersion)" /><Property Name="deviceComplianceReportSummarizationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="intuneAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="lastReportAggregationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="legacyPcManangementEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="maximumDepTokens" Type="Edm.Int32" Nullable="false" /><Property Name="settings" Type="graph.deviceManagementSettings" /><Property Name="unlicensedAdminstratorsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="intuneBrand" Type="graph.intuneBrand" /><Property Name="accountMoveCompletionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="adminConsent" Type="graph.adminConsent" /><Property Name="dataProcessorServiceForWindowsFeaturesOnboarding" Type="graph.dataProcessorServiceForWindowsFeaturesOnboarding" /><Property Name="deviceProtectionOverview" Type="graph.deviceProtectionOverview" /><Property Name="managedDeviceCleanupSettings" Type="graph.managedDeviceCleanupSettings" /><Property Name="subscriptions" Type="graph.deviceManagementSubscriptions" Nullable="false" /><Property Name="subscriptionState" Type="graph.deviceManagementSubscriptionState" Nullable="false" /><Property Name="userExperienceAnalyticsAnomalySeverityOverview" Type="graph.userExperienceAnalyticsAnomalySeverityOverview" /><Property Name="userExperienceAnalyticsSettings" Type="graph.userExperienceAnalyticsSettings" /><Property Name="windowsMalwareOverview" Type="graph.windowsMalwareOverview" /><Property Name="connectorStatus" Type="Collection(graph.connectorStatusDetails)" /><NavigationProperty Name="monitoring" Type="microsoft.graph.deviceManagement.monitoring" ContainsTarget="true" /><NavigationProperty Name="virtualEndpoint" Type="graph.virtualEndpoint" ContainsTarget="true" /><NavigationProperty Name="androidDeviceOwnerEnrollmentProfiles" Type="Collection(graph.androidDeviceOwnerEnrollmentProfile)" ContainsTarget="true" /><NavigationProperty Name="androidForWorkAppConfigurationSchemas" Type="Collection(graph.androidForWorkAppConfigurationSchema)" ContainsTarget="true" /><NavigationProperty Name="androidForWorkEnrollmentProfiles" Type="Collection(graph.androidForWorkEnrollmentProfile)" ContainsTarget="true" /><NavigationProperty Name="androidForWorkSettings" Type="graph.androidForWorkSettings" ContainsTarget="true" /><NavigationProperty Name="androidManagedStoreAccountEnterpriseSettings" Type="graph.androidManagedStoreAccountEnterpriseSettings" ContainsTarget="true" /><NavigationProperty Name="androidManagedStoreAppConfigurationSchemas" Type="Collection(graph.androidManagedStoreAppConfigurationSchema)" ContainsTarget="true" /><NavigationProperty Name="zebraFotaArtifacts" Type="Collection(graph.zebraFotaArtifact)" ContainsTarget="true" /><NavigationProperty Name="zebraFotaConnector" Type="graph.zebraFotaConnector" ContainsTarget="true" /><NavigationProperty Name="zebraFotaDeployments" Type="Collection(graph.zebraFotaDeployment)" ContainsTarget="true" /><NavigationProperty Name="auditEvents" Type="Collection(graph.auditEvent)" ContainsTarget="true" /><NavigationProperty Name="assignmentFilters" Type="Collection(graph.deviceAndAppManagementAssignmentFilter)" ContainsTarget="true" /><NavigationProperty Name="chromeOSOnboardingSettings" Type="Collection(graph.chromeOSOnboardingSettings)" ContainsTarget="true" /><NavigationProperty Name="cloudCertificationAuthority" Type="Collection(graph.cloudCertificationAuthority)" ContainsTarget="true" /><NavigationProperty Name="cloudCertificationAuthorityLeafCertificate" Type="Collection(graph.cloudCertificationAuthorityLeafCertificate)" ContainsTarget="true" /><NavigationProperty Name="termsAndConditions" Type="Collection(graph.termsAndConditions)" ContainsTarget="true" /><NavigationProperty Name="advancedThreatProtectionOnboardingStateSummary" Type="graph.advancedThreatProtectionOnboardingStateSummary" ContainsTarget="true" /><NavigationProperty Name="cartToClassAssociations" Type="Collection(graph.cartToClassAssociation)" 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="deviceConfigurationConflictSummary" Type="Collection(graph.deviceConfigurationConflictSummary)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationDeviceStateSummaries" Type="graph.deviceConfigurationDeviceStateSummary" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationRestrictedAppsViolations" Type="Collection(graph.restrictedAppsViolation)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurations" Type="Collection(graph.deviceConfiguration)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationsAllManagedDeviceCertificateStates" Type="Collection(graph.managedAllDeviceCertificateState)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationUserStateSummaries" Type="graph.deviceConfigurationUserStateSummary" ContainsTarget="true" /><NavigationProperty Name="endpointPrivilegeManagementProvisioningStatus" Type="graph.endpointPrivilegeManagementProvisioningStatus" ContainsTarget="true" /><NavigationProperty Name="hardwareConfigurations" Type="Collection(graph.hardwareConfiguration)" ContainsTarget="true" /><NavigationProperty Name="hardwarePasswordDetails" Type="Collection(graph.hardwarePasswordDetail)" ContainsTarget="true" /><NavigationProperty Name="hardwarePasswordInfo" Type="Collection(graph.hardwarePasswordInfo)" ContainsTarget="true" /><NavigationProperty Name="iosUpdateStatuses" Type="Collection(graph.iosUpdateDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="macOSSoftwareUpdateAccountSummaries" Type="Collection(graph.macOSSoftwareUpdateAccountSummary)" ContainsTarget="true" /><NavigationProperty Name="managedDeviceEncryptionStates" Type="Collection(graph.managedDeviceEncryptionState)" ContainsTarget="true" /><NavigationProperty Name="ndesConnectors" Type="Collection(graph.ndesConnector)" ContainsTarget="true" /><NavigationProperty Name="softwareUpdateStatusSummary" Type="graph.softwareUpdateStatusSummary" /><NavigationProperty Name="complianceCategories" Type="Collection(graph.deviceManagementConfigurationCategory)" ContainsTarget="true" /><NavigationProperty Name="compliancePolicies" Type="Collection(graph.deviceManagementCompliancePolicy)" ContainsTarget="true" /><NavigationProperty Name="complianceSettings" Type="Collection(graph.deviceManagementConfigurationSettingDefinition)" ContainsTarget="true" /><NavigationProperty Name="configurationCategories" Type="Collection(graph.deviceManagementConfigurationCategory)" ContainsTarget="true" /><NavigationProperty Name="configurationPolicies" Type="Collection(graph.deviceManagementConfigurationPolicy)" ContainsTarget="true" /><NavigationProperty Name="configurationPolicyTemplates" Type="Collection(graph.deviceManagementConfigurationPolicyTemplate)" ContainsTarget="true" /><NavigationProperty Name="configurationSettings" Type="Collection(graph.deviceManagementConfigurationSettingDefinition)" ContainsTarget="true" /><NavigationProperty Name="reusablePolicySettings" Type="Collection(graph.deviceManagementReusablePolicySetting)" ContainsTarget="true" /><NavigationProperty Name="reusableSettings" Type="Collection(graph.deviceManagementConfigurationSettingDefinition)" ContainsTarget="true" /><NavigationProperty Name="templateInsights" Type="Collection(graph.deviceManagementTemplateInsightsDefinition)" ContainsTarget="true" /><NavigationProperty Name="templateSettings" Type="Collection(graph.deviceManagementConfigurationSettingTemplate)" ContainsTarget="true" /><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="exchangeOnPremisesPolicies" Type="Collection(graph.deviceManagementExchangeOnPremisesPolicy)" ContainsTarget="true" /><NavigationProperty Name="exchangeOnPremisesPolicy" Type="graph.deviceManagementExchangeOnPremisesPolicy" ContainsTarget="true" /><NavigationProperty Name="mobileThreatDefenseConnectors" Type="Collection(graph.mobileThreatDefenseConnector)" ContainsTarget="true" /><NavigationProperty Name="categories" Type="Collection(graph.deviceManagementSettingCategory)" ContainsTarget="true" /><NavigationProperty Name="intents" Type="Collection(graph.deviceManagementIntent)" ContainsTarget="true" /><NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementSettingDefinition)" ContainsTarget="true" /><NavigationProperty Name="templates" Type="Collection(graph.deviceManagementTemplate)" ContainsTarget="true" /><NavigationProperty Name="applePushNotificationCertificate" Type="graph.applePushNotificationCertificate" ContainsTarget="true" /><NavigationProperty Name="cloudPCConnectivityIssues" Type="Collection(graph.cloudPCConnectivityIssue)" ContainsTarget="true" /><NavigationProperty Name="comanagedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /><NavigationProperty Name="comanagementEligibleDevices" Type="Collection(graph.comanagementEligibleDevice)" ContainsTarget="true" /><NavigationProperty Name="dataSharingConsents" Type="Collection(graph.dataSharingConsent)" ContainsTarget="true" /><NavigationProperty Name="detectedApps" Type="Collection(graph.detectedApp)" ContainsTarget="true" /><NavigationProperty Name="deviceComplianceScripts" Type="Collection(graph.deviceComplianceScript)" ContainsTarget="true" /><NavigationProperty Name="deviceCustomAttributeShellScripts" Type="Collection(graph.deviceCustomAttributeShellScript)" ContainsTarget="true" /><NavigationProperty Name="deviceHealthScripts" Type="Collection(graph.deviceHealthScript)" ContainsTarget="true" /><NavigationProperty Name="deviceManagementScripts" Type="Collection(graph.deviceManagementScript)" ContainsTarget="true" /><NavigationProperty Name="deviceShellScripts" Type="Collection(graph.deviceShellScript)" ContainsTarget="true" /><NavigationProperty Name="managedDeviceCleanupRules" Type="Collection(graph.managedDeviceCleanupRule)" 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="privilegeManagementElevations" Type="Collection(graph.privilegeManagementElevation)" ContainsTarget="true" /><NavigationProperty Name="remoteActionAudits" Type="Collection(graph.remoteActionAudit)" ContainsTarget="true" /><NavigationProperty Name="tenantAttachRBAC" Type="graph.tenantAttachRBAC" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAnomaly" Type="Collection(graph.userExperienceAnalyticsAnomaly)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAnomalyCorrelationGroupOverview" Type="Collection(graph.userExperienceAnalyticsAnomalyCorrelationGroupOverview)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAnomalyDevice" Type="Collection(graph.userExperienceAnalyticsAnomalyDevice)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformance" Type="Collection(graph.userExperienceAnalyticsAppHealthApplicationPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion" Type="Collection(graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion)" 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="userExperienceAnalyticsBatteryHealthAppImpact" Type="Collection(graph.userExperienceAnalyticsBatteryHealthAppImpact)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthCapacityDetails" Type="graph.userExperienceAnalyticsBatteryHealthCapacityDetails" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthDeviceAppImpact" Type="Collection(graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthDevicePerformance" Type="Collection(graph.userExperienceAnalyticsBatteryHealthDevicePerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" Type="Collection(graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthModelPerformance" Type="Collection(graph.userExperienceAnalyticsBatteryHealthModelPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthOsPerformance" Type="Collection(graph.userExperienceAnalyticsBatteryHealthOsPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBatteryHealthRuntimeDetails" Type="graph.userExperienceAnalyticsBatteryHealthRuntimeDetails" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsCategories" Type="Collection(graph.userExperienceAnalyticsCategory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceMetricHistory" Type="Collection(graph.userExperienceAnalyticsMetricHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDevicePerformance" Type="Collection(graph.userExperienceAnalyticsDevicePerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceScope" Type="graph.userExperienceAnalyticsDeviceScope" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceScopes" Type="Collection(graph.userExperienceAnalyticsDeviceScope)" 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="userExperienceAnalyticsDevicesWithoutCloudIdentity" Type="Collection(graph.userExperienceAnalyticsDeviceWithoutCloudIdentity)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceTimelineEvent" Type="Collection(graph.userExperienceAnalyticsDeviceTimelineEvent)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsImpactingProcess" Type="Collection(graph.userExperienceAnalyticsImpactingProcess)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsMetricHistory" Type="Collection(graph.userExperienceAnalyticsMetricHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsModelScores" Type="Collection(graph.userExperienceAnalyticsModelScores)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsNotAutopilotReadyDevice" Type="Collection(graph.userExperienceAnalyticsNotAutopilotReadyDevice)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsOverview" Type="graph.userExperienceAnalyticsOverview" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsRemoteConnection" Type="Collection(graph.userExperienceAnalyticsRemoteConnection)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsResourcePerformance" Type="Collection(graph.userExperienceAnalyticsResourcePerformance)" 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="derivedCredentials" Type="Collection(graph.deviceManagementDerivedCredentialSettings)" ContainsTarget="true" /><NavigationProperty Name="resourceAccessProfiles" Type="Collection(graph.deviceManagementResourceAccessProfileBase)" ContainsTarget="true" /><NavigationProperty Name="appleUserInitiatedEnrollmentProfiles" Type="Collection(graph.appleUserInitiatedEnrollmentProfile)" ContainsTarget="true" /><NavigationProperty Name="depOnboardingSettings" Type="Collection(graph.depOnboardingSetting)" ContainsTarget="true" /><NavigationProperty Name="importedDeviceIdentities" Type="Collection(graph.importedDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="importedWindowsAutopilotDeviceIdentities" Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="windowsAutopilotDeploymentProfiles" Type="Collection(graph.windowsAutopilotDeploymentProfile)" ContainsTarget="true" /><NavigationProperty Name="windowsAutopilotDeviceIdentities" Type="Collection(graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="windowsAutopilotSettings" Type="graph.windowsAutopilotSettings" ContainsTarget="true" /><NavigationProperty Name="elevationRequests" Type="Collection(graph.privilegeManagementElevationRequest)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyMigrationReports" Type="Collection(graph.groupPolicyMigrationReport)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyObjectFiles" Type="Collection(graph.groupPolicyObjectFile)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyCategories" Type="Collection(graph.groupPolicyCategory)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyConfigurations" Type="Collection(graph.groupPolicyConfiguration)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyDefinitionFiles" Type="Collection(graph.groupPolicyDefinitionFile)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyDefinitions" Type="Collection(graph.groupPolicyDefinition)" ContainsTarget="true" /><NavigationProperty Name="groupPolicyUploadedDefinitionFiles" Type="Collection(graph.groupPolicyUploadedDefinitionFile)" ContainsTarget="true" /><NavigationProperty Name="serviceNowConnections" Type="Collection(graph.serviceNowConnection)" ContainsTarget="true" /><NavigationProperty Name="microsoftTunnelConfigurations" Type="Collection(graph.microsoftTunnelConfiguration)" ContainsTarget="true" /><NavigationProperty Name="microsoftTunnelHealthThresholds" Type="Collection(graph.microsoftTunnelHealthThreshold)" ContainsTarget="true" /><NavigationProperty Name="microsoftTunnelServerLogCollectionResponses" Type="Collection(graph.microsoftTunnelServerLogCollectionResponse)" ContainsTarget="true" /><NavigationProperty Name="microsoftTunnelSites" Type="Collection(graph.microsoftTunnelSite)" ContainsTarget="true" /><NavigationProperty Name="notificationMessageTemplates" Type="Collection(graph.notificationMessageTemplate)" ContainsTarget="true" /><NavigationProperty Name="domainJoinConnectors" Type="Collection(graph.deviceManagementDomainJoinConnector)" ContainsTarget="true" /><NavigationProperty Name="managedDeviceWindowsOSImages" Type="Collection(graph.managedDeviceWindowsOperatingSystemImage)" ContainsTarget="true" /><NavigationProperty Name="configManagerCollections" Type="Collection(graph.configManagerCollection)" ContainsTarget="true" /><NavigationProperty Name="operationApprovalPolicies" Type="Collection(graph.operationApprovalPolicy)" ContainsTarget="true" /><NavigationProperty Name="operationApprovalRequests" Type="Collection(graph.operationApprovalRequest)" 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="roleScopeTags" Type="Collection(graph.roleScopeTag)" ContainsTarget="true" /><NavigationProperty Name="remoteAssistancePartners" Type="Collection(graph.remoteAssistancePartner)" ContainsTarget="true" /><NavigationProperty Name="remoteAssistanceSettings" Type="graph.remoteAssistanceSettings" ContainsTarget="true" /><NavigationProperty Name="reports" Type="graph.deviceManagementReports" ContainsTarget="true" /><NavigationProperty Name="embeddedSIMActivationCodePools" Type="Collection(graph.embeddedSIMActivationCodePool)" ContainsTarget="true" /><NavigationProperty Name="autopilotEvents" Type="Collection(graph.deviceManagementAutopilotEvent)" ContainsTarget="true" /><NavigationProperty Name="troubleshootingEvents" Type="Collection(graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="windowsDriverUpdateProfiles" Type="Collection(graph.windowsDriverUpdateProfile)" ContainsTarget="true" /><NavigationProperty Name="windowsFeatureUpdateProfiles" Type="Collection(graph.windowsFeatureUpdateProfile)" ContainsTarget="true" /><NavigationProperty Name="windowsQualityUpdatePolicies" Type="Collection(graph.windowsQualityUpdatePolicy)" ContainsTarget="true" /><NavigationProperty Name="windowsQualityUpdateProfiles" Type="Collection(graph.windowsQualityUpdateProfile)" ContainsTarget="true" /><NavigationProperty Name="windowsUpdateCatalogItems" Type="Collection(graph.windowsUpdateCatalogItem)" ContainsTarget="true" /><NavigationProperty Name="intuneBrandingProfiles" Type="Collection(graph.intuneBrandingProfile)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionNetworkLearningSummaries" Type="Collection(graph.windowsInformationProtectionNetworkLearningSummary)" ContainsTarget="true" /><NavigationProperty Name="certificateConnectorDetails" Type="Collection(graph.certificateConnectorDetails)" ContainsTarget="true" /><NavigationProperty Name="userPfxCertificates" Type="Collection(graph.userPFXCertificate)" ContainsTarget="true" /></EntityType><EntityType Name="virtualEndpoint" BaseType="graph.entity"><NavigationProperty Name="auditEvents" Type="Collection(graph.cloudPcAuditEvent)" ContainsTarget="true" /><NavigationProperty Name="bulkActions" Type="Collection(graph.cloudPcBulkAction)" ContainsTarget="true" /><NavigationProperty Name="cloudApps" Type="Collection(graph.cloudPcCloudApp)" ContainsTarget="true" /><NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /><NavigationProperty Name="crossCloudGovernmentOrganizationMapping" Type="graph.cloudPcCrossCloudGovernmentOrganizationMapping" ContainsTarget="true" /><NavigationProperty Name="deviceImages" Type="Collection(graph.cloudPcDeviceImage)" ContainsTarget="true" /><NavigationProperty Name="externalPartners" Type="Collection(graph.cloudPcExternalPartner)" ContainsTarget="true" /><NavigationProperty Name="externalPartnerSettings" Type="Collection(graph.cloudPcExternalPartnerSetting)" ContainsTarget="true" /><NavigationProperty Name="frontLineServicePlans" Type="Collection(graph.cloudPcFrontLineServicePlan)" ContainsTarget="true" /><NavigationProperty Name="galleryImages" Type="Collection(graph.cloudPcGalleryImage)" ContainsTarget="true" /><NavigationProperty Name="managedLicenses" Type="Collection(graph.cloudPcManagedLicense)" ContainsTarget="true" /><NavigationProperty Name="onPremisesConnections" Type="Collection(graph.cloudPcOnPremisesConnection)" ContainsTarget="true" /><NavigationProperty Name="organizationSettings" Type="graph.cloudPcOrganizationSettings" ContainsTarget="true" /><NavigationProperty Name="provisioningPolicies" Type="Collection(graph.cloudPcProvisioningPolicy)" ContainsTarget="true" /><NavigationProperty Name="report" Type="graph.cloudPcReport" ContainsTarget="true" /><NavigationProperty Name="reports" Type="graph.cloudPcReports" ContainsTarget="true" /><NavigationProperty Name="servicePlans" Type="Collection(graph.cloudPcServicePlan)" ContainsTarget="true" /><NavigationProperty Name="snapshots" Type="Collection(graph.cloudPcSnapshot)" ContainsTarget="true" /><NavigationProperty Name="supportedRegions" Type="Collection(graph.cloudPcSupportedRegion)" ContainsTarget="true" /><NavigationProperty Name="userSettings" Type="Collection(graph.cloudPcUserSetting)" ContainsTarget="true" /></EntityType><EntityType Name="androidDeviceOwnerEnrollmentProfile" BaseType="graph.entity"><Property Name="accountId" Type="Edm.String" /><Property Name="configureWifi" Type="Edm.Boolean" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="deviceNameTemplate" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="enrollmentMode" Type="graph.androidDeviceOwnerEnrollmentMode" Nullable="false" /><Property Name="enrollmentTokenType" Type="graph.androidDeviceOwnerEnrollmentTokenType" Nullable="false" /><Property Name="enrollmentTokenUsageCount" Type="Edm.Int32" Nullable="false" /><Property Name="isTeamsDeviceProfile" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="qrCodeContent" Type="Edm.String" /><Property Name="qrCodeImage" Type="graph.mimeContent" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="tokenCreationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="tokenValue" Type="Edm.String" /><Property Name="wifiHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="wifiPassword" Type="Edm.String" /><Property Name="wifiSecurityType" Type="graph.aospWifiSecurityType" Nullable="false" /><Property Name="wifiSsid" Type="Edm.String" /></EntityType><EntityType Name="androidForWorkAppConfigurationSchema" BaseType="graph.entity"><Property Name="exampleJson" Type="Edm.Binary" /><Property Name="schemaItems" Type="Collection(graph.androidForWorkAppConfigurationSchemaItem)" /></EntityType><EntityType Name="androidForWorkEnrollmentProfile" BaseType="graph.entity"><Property Name="accountId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="qrCodeContent" Type="Edm.String" /><Property Name="qrCodeImage" Type="graph.mimeContent" /><Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="tokenValue" Type="Edm.String" /></EntityType><EntityType Name="androidForWorkSettings" BaseType="graph.entity"><Property Name="bindStatus" Type="graph.androidForWorkBindStatus" Nullable="false" /><Property Name="deviceOwnerManagementEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="enrollmentTarget" Type="graph.androidForWorkEnrollmentTarget" Nullable="false" /><Property Name="lastAppSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastAppSyncStatus" Type="graph.androidForWorkSyncStatus" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="ownerOrganizationName" Type="Edm.String" /><Property Name="ownerUserPrincipalName" Type="Edm.String" /><Property Name="targetGroupIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="androidManagedStoreAccountEnterpriseSettings" BaseType="graph.entity"><Property Name="androidDeviceOwnerFullyManagedEnrollmentEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="bindStatus" Type="graph.androidManagedStoreAccountBindStatus" Nullable="false" /><Property Name="companyCodes" Type="Collection(graph.androidEnrollmentCompanyCode)" /><Property Name="deviceOwnerManagementEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="enrollmentTarget" Type="graph.androidManagedStoreAccountEnrollmentTarget" Nullable="false" /><Property Name="lastAppSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastAppSyncStatus" Type="graph.androidManagedStoreAccountAppSyncStatus" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="managedGooglePlayEnterpriseType" Type="graph.managedGooglePlayEnterpriseType" Nullable="false" /><Property Name="managedGooglePlayInitialScopeTagIds" Type="Collection(Edm.String)" /><Property Name="ownerOrganizationName" Type="Edm.String" /><Property Name="ownerUserPrincipalName" Type="Edm.String" /><Property Name="targetGroupIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="androidManagedStoreAppConfigurationSchema" BaseType="graph.entity"><Property Name="exampleJson" Type="Edm.Binary" /><Property Name="nestedSchemaItems" Type="Collection(graph.androidManagedStoreAppConfigurationSchemaItem)" /><Property Name="schemaItems" Type="Collection(graph.androidManagedStoreAppConfigurationSchemaItem)" /></EntityType><ComplexType Name="samsungEFotaFirmwareVersion"><Property Name="androidProcessorVersionName" Type="Edm.String" /><Property Name="consumerSoftwareCustomizationCode" Type="Edm.String" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="deviceModelName" Type="Edm.String" Nullable="false" /><Property Name="firmwareVersion" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="osVersionName" Type="Edm.String" /><Property Name="releaseDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="requestFirmwareTypeName" Type="Edm.String" /><Property Name="salesCode" Type="Edm.String" Nullable="false" /><Property Name="securityPatchVersion" Type="Edm.String" /></ComplexType><EntityType Name="zebraFotaArtifact" BaseType="graph.entity"><Property Name="boardSupportPackageVersion" Type="Edm.String" Nullable="false" /><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="deviceModel" Type="Edm.String" Nullable="false" /><Property Name="osVersion" Type="Edm.String" Nullable="false" /><Property Name="patchVersion" Type="Edm.String" Nullable="false" /><Property Name="releaseNotesUrl" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="zebraFotaConnector" BaseType="graph.entity"><Property Name="enrollmentAuthorizationUrl" Type="Edm.String" Nullable="false" /><Property Name="enrollmentToken" Type="Edm.String" Nullable="false" /><Property Name="fotaAppsApproved" Type="Edm.Boolean" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="state" Type="graph.zebraFotaConnectorState" Nullable="false" /></EntityType><EntityType Name="zebraFotaDeployment" BaseType="graph.entity"><Property Name="deploymentSettings" Type="graph.zebraFotaDeploymentSettings" Nullable="false" /><Property Name="deploymentStatus" Type="graph.zebraFotaDeploymentStatus" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /></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="deviceAndAppManagementAssignmentFilter" BaseType="graph.entity"><Property Name="assignmentFilterManagementType" Type="graph.assignmentFilterManagementType" 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="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="payloads" Type="Collection(graph.payloadByFilter)" /><Property Name="platform" Type="graph.devicePlatformType" Nullable="false" /><Property Name="roleScopeTags" Type="Collection(Edm.String)" /><Property Name="rule" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="chromeOSOnboardingSettings" BaseType="graph.entity"><Property Name="lastDirectorySyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="onboardingStatus" Type="graph.onboardingStatus" Nullable="false" /><Property Name="ownerUserPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="cloudCertificationAuthority" BaseType="graph.entity"><Property Name="certificateDownloadUrl" Type="Edm.String" /><Property Name="certificateKeySize" Type="graph.cloudCertificationAuthorityCertificateKeySize" Nullable="false" /><Property Name="certificateRevocationListUrl" Type="Edm.String" /><Property Name="certificateSigningRequest" Type="Edm.String" /><Property Name="certificationAuthorityIssuerId" Type="Edm.String" /><Property Name="certificationAuthorityIssuerUri" Type="Edm.String" /><Property Name="certificationAuthorityStatus" Type="graph.cloudCertificationAuthorityStatus" Nullable="false" /><Property Name="cloudCertificationAuthorityHashingAlgorithm" Type="graph.cloudCertificationAuthorityHashingAlgorithm" Nullable="false" /><Property Name="cloudCertificationAuthorityType" Type="graph.cloudCertificationAuthorityType" Nullable="false" /><Property Name="commonName" Type="Edm.String" /><Property Name="countryName" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="eTag" Type="Edm.String" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" /><Property Name="issuerCommonName" Type="Edm.String" /><Property Name="keyPlatform" Type="graph.cloudCertificationAuthorityKeyPlatformType" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="localityName" Type="Edm.String" /><Property Name="ocspResponderUri" Type="Edm.String" /><Property Name="organizationName" Type="Edm.String" /><Property Name="organizationUnit" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="rootCertificateCommonName" Type="Edm.String" /><Property Name="scepServerUrl" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="stateName" Type="Edm.String" /><Property Name="subjectName" Type="Edm.String" /><Property Name="thumbprint" Type="Edm.String" /><Property Name="validityEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="validityPeriodInYears" Type="Edm.Int32" Nullable="false" /><Property Name="validityStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="versionNumber" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="cloudCertificationAuthorityLeafCertificate" Type="Collection(graph.cloudCertificationAuthorityLeafCertificate)" /></EntityType><EntityType Name="cloudCertificationAuthorityLeafCertificate" BaseType="graph.entity"><Property Name="certificateStatus" Type="graph.cloudCertificationAuthorityLeafCertificateStatus" Nullable="false" /><Property Name="certificationAuthorityIssuerUri" Type="Edm.String" /><Property Name="crlDistributionPointUrl" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="devicePlatform" Type="Edm.String" /><Property Name="extendedKeyUsages" Type="Collection(Edm.String)" /><Property Name="issuerId" Type="Edm.String" /><Property Name="issuerName" Type="Edm.String" /><Property Name="keyUsages" Type="Collection(Edm.String)" /><Property Name="ocspResponderUri" Type="Edm.String" /><Property Name="revocationDateTime" Type="Edm.DateTimeOffset" /><Property Name="serialNumber" Type="Edm.String" Nullable="false" /><Property Name="subjectName" Type="Edm.String" /><Property Name="thumbprint" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="validityEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="validityStartDateTime" Type="Edm.DateTimeOffset" /></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="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><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" /><NavigationProperty Name="groupAssignments" Type="Collection(graph.termsAndConditionsGroupAssignment)" ContainsTarget="true" /></EntityType><ComplexType Name="deviceManagementSettings"><Property Name="androidDeviceAdministratorEnrollmentEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="derivedCredentialProvider" Type="graph.derivedCredentialProviderType" Nullable="false" /><Property Name="derivedCredentialUrl" Type="Edm.String" /><Property Name="deviceComplianceCheckinThresholdDays" Type="Edm.Int32" Nullable="false" /><Property Name="deviceInactivityBeforeRetirementInDay" Type="Edm.Int32" Nullable="false" /><Property Name="enableAutopilotDiagnostics" Type="Edm.Boolean" Nullable="false" /><Property Name="enableDeviceGroupMembershipReport" Type="Edm.Boolean" Nullable="false" /><Property Name="enableEnhancedTroubleshootingExperience" Type="Edm.Boolean" Nullable="false" /><Property Name="enableLogCollection" Type="Edm.Boolean" Nullable="false" /><Property Name="enhancedJailBreak" Type="Edm.Boolean" Nullable="false" /><Property Name="ignoreDevicesForUnsupportedSettingsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isScheduledActionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="m365AppDiagnosticsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="secureByDefault" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="advancedThreatProtectionOnboardingStateSummary" 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="notAssignedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="advancedThreatProtectionOnboardingDeviceSettingStates" Type="Collection(graph.advancedThreatProtectionOnboardingDeviceSettingState)" ContainsTarget="true" /></EntityType><EntityType Name="cartToClassAssociation" BaseType="graph.entity"><Property Name="classroomIds" Type="Collection(Edm.String)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="deviceCartIds" Type="Collection(Edm.String)" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><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="roleScopeTagIds" Type="Collection(Edm.String)" /><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="deviceConfigurationConflictSummary" BaseType="graph.entity"><Property Name="conflictingDeviceConfigurations" Type="Collection(graph.settingSource)" /><Property Name="contributingSettings" Type="Collection(Edm.String)" /><Property Name="deviceCheckinsImpacted" Type="Edm.Int32" Nullable="false" /></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="restrictedAppsViolation" BaseType="graph.entity"><Property Name="deviceConfigurationId" Type="Edm.String" Nullable="false" /><Property Name="deviceConfigurationName" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="managedDeviceId" Type="Edm.String" Nullable="false" /><Property Name="platformType" Type="graph.policyPlatformType" Nullable="false" /><Property Name="restrictedApps" Type="Collection(graph.managedDeviceReportedApp)" Nullable="false" /><Property Name="restrictedAppsState" Type="graph.restrictedAppsState" Nullable="false" /><Property Name="userId" Type="Edm.String" Nullable="false" /><Property Name="userName" Type="Edm.String" /></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="deviceManagementApplicabilityRuleDeviceMode" Type="graph.deviceManagementApplicabilityRuleDeviceMode" /><Property Name="deviceManagementApplicabilityRuleOsEdition" Type="graph.deviceManagementApplicabilityRuleOsEdition" /><Property Name="deviceManagementApplicabilityRuleOsVersion" Type="graph.deviceManagementApplicabilityRuleOsVersion" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="supportsScopeTags" Type="Edm.Boolean" 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="groupAssignments" Type="Collection(graph.deviceConfigurationGroupAssignment)" ContainsTarget="true" /><NavigationProperty Name="userStatuses" Type="Collection(graph.deviceConfigurationUserStatus)" ContainsTarget="true" /><NavigationProperty Name="userStatusOverview" Type="graph.deviceConfigurationUserOverview" ContainsTarget="true" /></EntityType><EntityType Name="managedAllDeviceCertificateState" BaseType="graph.entity"><Property Name="certificateExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateExtendedKeyUsages" Type="Edm.String" /><Property Name="certificateIssuanceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateIssuerName" Type="Edm.String" /><Property Name="certificateKeyUsages" Type="Edm.Int32" /><Property Name="certificateRevokeStatus" Type="graph.certificateRevocationStatus" Nullable="false" /><Property Name="certificateRevokeStatusLastChangeDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateSerialNumber" Type="Edm.String" /><Property Name="certificateSubjectName" Type="Edm.String" /><Property Name="certificateThumbprint" Type="Edm.String" /><Property Name="managedDeviceDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceConfigurationUserStateSummary" BaseType="graph.entity"><Property Name="compliantUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="endpointPrivilegeManagementProvisioningStatus" BaseType="graph.entity"><Property Name="licenseType" Type="graph.licenseType" Nullable="false" /><Property Name="onboardedToMicrosoftManagedPlatform" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="hardwareConfiguration" BaseType="graph.entity"><Property Name="configurationFileContent" Type="Edm.Binary" 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="fileName" Type="Edm.String" Nullable="false" /><Property Name="hardwareConfigurationFormat" Type="graph.hardwareConfigurationFormat" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="perDevicePasswordDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.hardwareConfigurationAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.hardwareConfigurationDeviceState)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.hardwareConfigurationRunSummary" ContainsTarget="true" /><NavigationProperty Name="userRunStates" Type="Collection(graph.hardwareConfigurationUserState)" ContainsTarget="true" /></EntityType><EntityType Name="hardwarePasswordDetail" BaseType="graph.entity"><Property Name="currentPassword" Type="Edm.String" /><Property Name="previousPasswords" Type="Collection(Edm.String)" /><Property Name="serialNumber" Type="Edm.String" /></EntityType><EntityType Name="hardwarePasswordInfo" BaseType="graph.entity"><Property Name="currentPassword" Type="Edm.String" /><Property Name="previousPasswords" Type="Collection(Edm.String)" /><Property Name="serialNumber" Type="Edm.String" Nullable="false" /></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="platform" Type="Edm.Int32" Nullable="false" /><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="macOSSoftwareUpdateAccountSummary" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="failedUpdateCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /><Property Name="successfulUpdateCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalUpdateCount" Type="Edm.Int32" Nullable="false" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="categorySummaries" Type="Collection(graph.macOSSoftwareUpdateCategorySummary)" ContainsTarget="true" /></EntityType><EntityType Name="managedDeviceEncryptionState" BaseType="graph.entity"><Property Name="advancedBitLockerStates" Type="graph.advancedBitLockerState" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceType" Type="graph.deviceTypes" Nullable="false" /><Property Name="encryptionPolicySettingState" Type="graph.complianceStatus" Nullable="false" /><Property Name="encryptionReadinessState" Type="graph.encryptionReadinessState" Nullable="false" /><Property Name="encryptionState" Type="graph.encryptionState" Nullable="false" /><Property Name="fileVaultStates" Type="graph.fileVaultState" /><Property Name="osVersion" Type="Edm.String" /><Property Name="policyDetails" Type="Collection(graph.encryptionReportPolicyDetails)" /><Property Name="tpmSpecificationVersion" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="ndesConnector" BaseType="graph.entity"><Property Name="connectorVersion" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrolledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="machineName" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="state" Type="graph.ndesConnectorState" Nullable="false" /></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><EntityType Name="deviceManagementConfigurationCategory" BaseType="graph.entity"><Property Name="categoryDescription" Type="Edm.String" /><Property Name="childCategoryIds" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="helpText" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="parentCategoryId" Type="Edm.String" /><Property Name="platforms" Type="graph.deviceManagementConfigurationPlatforms" Nullable="false" /><Property Name="rootCategoryId" Type="Edm.String" /><Property Name="settingUsage" Type="graph.deviceManagementConfigurationSettingUsage" Nullable="false" /><Property Name="technologies" Type="graph.deviceManagementConfigurationTechnologies" Nullable="false" /></EntityType><EntityType Name="deviceManagementCompliancePolicy" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="creationSource" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="platforms" Type="graph.deviceManagementConfigurationPlatforms" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="settingCount" Type="Edm.Int32" Nullable="false" /><Property Name="technologies" Type="graph.deviceManagementConfigurationTechnologies" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementConfigurationPolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="scheduledActionsForRule" Type="Collection(graph.deviceManagementComplianceScheduledActionForRule)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="Collection(graph.deviceManagementConfigurationSetting)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementConfigurationSettingDefinition" BaseType="graph.entity"><Property Name="accessTypes" Type="graph.deviceManagementConfigurationSettingAccessTypes" Nullable="false" /><Property Name="applicability" Type="graph.deviceManagementConfigurationSettingApplicability" /><Property Name="baseUri" Type="Edm.String" /><Property Name="categoryId" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="helpText" Type="Edm.String" /><Property Name="infoUrls" Type="Collection(Edm.String)" /><Property Name="keywords" Type="Collection(Edm.String)" /><Property Name="name" Type="Edm.String" /><Property Name="occurrence" Type="graph.deviceManagementConfigurationSettingOccurrence" /><Property Name="offsetUri" Type="Edm.String" /><Property Name="referredSettingInformationList" Type="Collection(graph.deviceManagementConfigurationReferredSettingInformation)" /><Property Name="riskLevel" Type="graph.deviceManagementConfigurationSettingRiskLevel" Nullable="false" /><Property Name="rootDefinitionId" Type="Edm.String" /><Property Name="settingUsage" Type="graph.deviceManagementConfigurationSettingUsage" Nullable="false" /><Property Name="uxBehavior" Type="graph.deviceManagementConfigurationControlType" Nullable="false" /><Property Name="version" Type="Edm.String" /><Property Name="visibility" Type="graph.deviceManagementConfigurationSettingVisibility" Nullable="false" /></EntityType><EntityType Name="deviceManagementConfigurationPolicy" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="creationSource" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="disableEntraGroupPolicyAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="platforms" Type="graph.deviceManagementConfigurationPlatforms" Nullable="false" /><Property Name="priorityMetaData" Type="graph.deviceManagementPriorityMetaData" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="settingCount" Type="Edm.Int32" Nullable="false" /><Property Name="technologies" Type="graph.deviceManagementConfigurationTechnologies" Nullable="false" /><Property Name="templateReference" Type="graph.deviceManagementConfigurationPolicyTemplateReference" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementConfigurationPolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="Collection(graph.deviceManagementConfigurationSetting)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementConfigurationPolicyTemplate" BaseType="graph.entity"><Property Name="allowUnmanagedSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="baseId" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="disableEntraGroupPolicyAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="displayVersion" Type="Edm.String" /><Property Name="lifecycleState" Type="graph.deviceManagementTemplateLifecycleState" Nullable="false" /><Property Name="platforms" Type="graph.deviceManagementConfigurationPlatforms" Nullable="false" /><Property Name="settingTemplateCount" Type="Edm.Int32" Nullable="false" /><Property Name="technologies" Type="graph.deviceManagementConfigurationTechnologies" Nullable="false" /><Property Name="templateFamily" Type="graph.deviceManagementConfigurationTemplateFamily" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="settingTemplates" Type="Collection(graph.deviceManagementConfigurationSettingTemplate)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementReusablePolicySetting" BaseType="graph.entity"><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="referencingConfigurationPolicyCount" Type="Edm.Int32" Nullable="false" /><Property Name="settingDefinitionId" Type="Edm.String" /><Property Name="settingInstance" Type="graph.deviceManagementConfigurationSettingInstance" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="referencingConfigurationPolicies" Type="Collection(graph.deviceManagementConfigurationPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementTemplateInsightsDefinition" BaseType="graph.entity"><Property Name="settingInsights" Type="Collection(graph.deviceManagementSettingInsightsDefinition)" /></EntityType><EntityType Name="deviceManagementConfigurationSettingTemplate" BaseType="graph.entity"><Property Name="settingInstanceTemplate" Type="graph.deviceManagementConfigurationSettingInstanceTemplate" Nullable="false" /><NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementConfigurationSettingDefinition)" ContainsTarget="true" /></EntityType><ComplexType Name="intuneBrand"><Property Name="companyPortalBlockedActions" Type="Collection(graph.companyPortalBlockedAction)" /><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="customCanSeePrivacyMessage" Type="Edm.String" /><Property Name="customCantSeePrivacyMessage" Type="Edm.String" /><Property Name="customPrivacyMessage" Type="Edm.String" /><Property Name="darkBackgroundLogo" Type="graph.mimeContent" /><Property Name="disableClientTelemetry" Type="Edm.Boolean" Nullable="false" /><Property Name="disableDeviceCategorySelection" Type="Edm.Boolean" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrollmentAvailability" Type="graph.enrollmentAvailabilityOptions" Nullable="false" /><Property Name="isFactoryResetDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isRemoveDeviceDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="landingPageCustomizedImage" Type="graph.mimeContent" /><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="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="showAzureADEnterpriseApps" Type="Edm.Boolean" Nullable="false" /><Property Name="showConfigurationManagerApps" Type="Edm.Boolean" Nullable="false" /><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="showOfficeWebApps" 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="linuxEnrollmentAssignments" Type="Collection(graph.complianceManagementPartnerAssignment)" /><Property Name="linuxOnboarded" Type="Edm.Boolean" 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" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /></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="deviceManagementExchangeOnPremisesPolicy" BaseType="graph.entity"><Property Name="accessRules" Type="Collection(graph.deviceManagementExchangeAccessRule)" /><Property Name="defaultAccessLevel" Type="graph.deviceManagementExchangeAccessLevel" Nullable="false" /><Property Name="knownDeviceClasses" Type="Collection(graph.deviceManagementExchangeDeviceClass)" /><Property Name="notificationContent" Type="Edm.Binary" /><NavigationProperty Name="conditionalAccessSettings" Type="graph.onPremisesConditionalAccessSettings" ContainsTarget="true" /></EntityType><EntityType Name="mobileThreatDefenseConnector" BaseType="graph.entity"><Property Name="allowPartnerToCollectIOSApplicationMetadata" Type="Edm.Boolean" Nullable="false" /><Property Name="allowPartnerToCollectIosCertificateMetadata" Type="Edm.Boolean" Nullable="false" /><Property Name="allowPartnerToCollectIOSPersonalApplicationMetadata" Type="Edm.Boolean" Nullable="false" /><Property Name="allowPartnerToCollectIosPersonalCertificateMetadata" 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="macDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" /><Property Name="macEnabled" Type="Edm.Boolean" 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" /><Property Name="windowsMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="deviceManagementSettingCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="hasRequiredSetting" Type="Edm.Boolean" /><NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementSettingDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementIntent" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="isMigratingToConfigurationPolicy" Type="Edm.Boolean" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="templateId" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementIntentAssignment)" ContainsTarget="true" /><NavigationProperty Name="categories" Type="Collection(graph.deviceManagementIntentSettingCategory)" ContainsTarget="true" /><NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(graph.deviceManagementIntentDeviceSettingStateSummary)" ContainsTarget="true" /><NavigationProperty Name="deviceStates" Type="Collection(graph.deviceManagementIntentDeviceState)" ContainsTarget="true" /><NavigationProperty Name="deviceStateSummary" Type="graph.deviceManagementIntentDeviceStateSummary" ContainsTarget="true" /><NavigationProperty Name="settings" Type="Collection(graph.deviceManagementSettingInstance)" ContainsTarget="true" /><NavigationProperty Name="userStates" Type="Collection(graph.deviceManagementIntentUserState)" ContainsTarget="true" /><NavigationProperty Name="userStateSummary" Type="graph.deviceManagementIntentUserStateSummary" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementSettingDefinition" BaseType="graph.entity"><Property Name="constraints" Type="Collection(graph.deviceManagementConstraint)" /><Property Name="dependencies" Type="Collection(graph.deviceManagementSettingDependency)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="documentationUrl" Type="Edm.String" /><Property Name="headerSubtitle" Type="Edm.String" /><Property Name="headerTitle" Type="Edm.String" /><Property Name="isTopLevel" Type="Edm.Boolean" Nullable="false" /><Property Name="keywords" Type="Collection(Edm.String)" /><Property Name="placeholderText" Type="Edm.String" /><Property Name="valueType" Type="graph.deviceManangementIntentValueType" Nullable="false" /></EntityType><EntityType Name="deviceManagementTemplate" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="intentCount" Type="Edm.Int32" Nullable="false" /><Property Name="isDeprecated" Type="Edm.Boolean" Nullable="false" /><Property Name="platformType" Type="graph.policyPlatformType" Nullable="false" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="templateSubtype" Type="graph.deviceManagementTemplateSubtype" Nullable="false" /><Property Name="templateType" Type="graph.deviceManagementTemplateType" Nullable="false" /><Property Name="versionInfo" Type="Edm.String" /><NavigationProperty Name="categories" Type="Collection(graph.deviceManagementTemplateSettingCategory)" ContainsTarget="true" /><NavigationProperty Name="migratableTo" Type="Collection(graph.deviceManagementTemplate)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="Collection(graph.deviceManagementSettingInstance)" ContainsTarget="true" /></EntityType><ComplexType Name="adminConsent"><Property Name="shareAPNSData" Type="graph.adminConsentState" Nullable="false" /><Property Name="shareUserExperienceAnalyticsData" Type="graph.adminConsentState" Nullable="false" /></ComplexType><ComplexType Name="dataProcessorServiceForWindowsFeaturesOnboarding"><Property Name="areDataProcessorServiceForWindowsFeaturesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="hasValidWindowsLicense" Type="Edm.Boolean" Nullable="false" /></ComplexType><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="managedDeviceCleanupSettings"><Property Name="deviceInactivityBeforeRetirementInDays" Type="Edm.String" /></ComplexType><ComplexType Name="userExperienceAnalyticsAnomalySeverityOverview"><Property Name="highSeverityAnomalyCount" Type="Edm.Int32" Nullable="false" /><Property Name="informationalSeverityAnomalyCount" Type="Edm.Int32" Nullable="false" /><Property Name="lowSeverityAnomalyCount" Type="Edm.Int32" Nullable="false" /><Property Name="mediumSeverityAnomalyCount" 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="cloudPCConnectivityIssue" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="errorCode" Type="Edm.String" /><Property Name="errorDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="errorDescription" Type="Edm.String" /><Property Name="recommendedAction" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="comanagementEligibleDevice" BaseType="graph.entity"><Property Name="clientRegistrationStatus" Type="graph.deviceRegistrationState" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceType" Type="graph.deviceType" Nullable="false" /><Property Name="entitySource" Type="Edm.Int32" Nullable="false" /><Property Name="managementAgents" Type="graph.managementAgentType" Nullable="false" /><Property Name="managementState" Type="graph.managementState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="mdmStatus" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="osDescription" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="ownerType" Type="graph.ownerType" Nullable="false" /><Property Name="referenceId" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="status" Type="graph.comanagementEligibleType" Nullable="false" /><Property Name="upn" Type="Edm.String" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /></EntityType><EntityType Name="dataSharingConsent" BaseType="graph.entity"><Property Name="grantDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="granted" Type="Edm.Boolean" Nullable="false" /><Property Name="grantedByUpn" Type="Edm.String" /><Property Name="grantedByUserId" Type="Edm.String" /><Property Name="serviceDisplayName" Type="Edm.String" /><Property Name="termsUrl" 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="deviceComplianceScript" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="detectionScriptContent" Type="Edm.Binary" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="publisher" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceHealthScriptAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceComplianceScriptDeviceState)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.deviceComplianceScriptRunSummary" ContainsTarget="true" /></EntityType><EntityType Name="deviceCustomAttributeShellScript" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="customAttributeName" Type="Edm.String" /><Property Name="customAttributeType" Type="graph.deviceCustomAttributeValueType" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="scriptContent" Type="Edm.Binary" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementScriptAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceManagementScriptDeviceState)" ContainsTarget="true" /><NavigationProperty Name="groupAssignments" Type="Collection(graph.deviceManagementScriptGroupAssignment)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.deviceManagementScriptRunSummary" /><NavigationProperty Name="userRunStates" Type="Collection(graph.deviceManagementScriptUserState)" ContainsTarget="true" /></EntityType><EntityType Name="deviceHealthScript" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="detectionScriptContent" Type="Edm.Binary" /><Property Name="detectionScriptParameters" Type="Collection(graph.deviceHealthScriptParameter)" /><Property Name="deviceHealthScriptType" Type="graph.deviceHealthScriptType" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="highestAvailableVersion" Type="Edm.String" /><Property Name="isGlobalScript" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="publisher" Type="Edm.String" /><Property Name="remediationScriptContent" Type="Edm.Binary" /><Property Name="remediationScriptParameters" Type="Collection(graph.deviceHealthScriptParameter)" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceHealthScriptAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceHealthScriptDeviceState)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.deviceHealthScriptRunSummary" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementScript" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="fileName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="scriptContent" Type="Edm.Binary" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementScriptAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceManagementScriptDeviceState)" ContainsTarget="true" /><NavigationProperty Name="groupAssignments" Type="Collection(graph.deviceManagementScriptGroupAssignment)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.deviceManagementScriptRunSummary" /><NavigationProperty Name="userRunStates" Type="Collection(graph.deviceManagementScriptUserState)" ContainsTarget="true" /></EntityType><EntityType Name="deviceShellScript" BaseType="graph.entity"><Property Name="blockExecutionNotifications" Type="Edm.Boolean" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="executionFrequency" Type="Edm.Duration" Nullable="false" /><Property Name="fileName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="retryCount" Type="Edm.Int32" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="scriptContent" Type="Edm.Binary" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementScriptAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceManagementScriptDeviceState)" ContainsTarget="true" /><NavigationProperty Name="groupAssignments" Type="Collection(graph.deviceManagementScriptGroupAssignment)" ContainsTarget="true" /><NavigationProperty Name="runSummary" Type="graph.deviceManagementScriptRunSummary" /><NavigationProperty Name="userRunStates" Type="Collection(graph.deviceManagementScriptUserState)" ContainsTarget="true" /></EntityType><EntityType Name="managedDeviceCleanupRule" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="deviceCleanupRulePlatformType" Type="graph.deviceCleanupRulePlatformType" Nullable="false" /><Property Name="deviceInactivityBeforeRetirementInDays" Type="Edm.Int32" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></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="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceModelsAndManufacturers" Type="graph.managedDeviceModelsAndManufacturers" /><Property Name="mdmEnrolledCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="privilegeManagementElevation" BaseType="graph.entity"><Property Name="certificatePayload" Type="Edm.String" /><Property Name="companyName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="elevationType" Type="graph.privilegeManagementElevationType" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="fileDescription" Type="Edm.String" /><Property Name="filePath" Type="Edm.String" /><Property Name="fileVersion" Type="Edm.String" /><Property Name="hash" Type="Edm.String" /><Property Name="internalName" Type="Edm.String" /><Property Name="justification" Type="Edm.String" /><Property Name="parentProcessName" Type="Edm.String" /><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="processType" Type="graph.privilegeManagementProcessType" Nullable="false" /><Property Name="productName" Type="Edm.String" /><Property Name="result" Type="Edm.Int32" Nullable="false" /><Property Name="ruleId" Type="Edm.String" /><Property Name="systemInitiatedElevation" Type="Edm.Boolean" Nullable="false" /><Property Name="upn" Type="Edm.String" /><Property Name="userType" Type="graph.privilegeManagementEndUserType" Nullable="false" /></EntityType><EntityType Name="remoteActionAudit" BaseType="graph.entity"><Property Name="action" Type="graph.remoteAction" Nullable="false" /><Property Name="actionState" Type="graph.actionState" Nullable="false" /><Property Name="bulkDeviceActionId" Type="Edm.String" /><Property Name="deviceActionCategory" Type="graph.deviceActionCategory" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceIMEI" Type="Edm.String" /><Property Name="deviceOwnerUserPrincipalName" Type="Edm.String" /><Property Name="initiatedByUserPrincipalName" Type="Edm.String" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userName" Type="Edm.String" /></EntityType><EntityType Name="tenantAttachRBAC" BaseType="graph.entity" /><EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity"><Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="anomalyId" Type="Edm.String" /><Property Name="anomalyLatestOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="anomalyName" Type="Edm.String" /><Property Name="anomalyType" Type="graph.userExperienceAnalyticsAnomalyType" Nullable="false" /><Property Name="assetName" Type="Edm.String" /><Property Name="assetPublisher" Type="Edm.String" /><Property Name="assetVersion" Type="Edm.String" /><Property Name="detectionModelId" Type="Edm.String" /><Property Name="deviceImpactedCount" Type="Edm.Int32" Nullable="false" /><Property Name="issueId" Type="Edm.String" /><Property Name="severity" Type="graph.userExperienceAnalyticsAnomalySeverity" Nullable="false" /><Property Name="state" Type="graph.userExperienceAnalyticsAnomalyState" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAnomalyCorrelationGroupOverview" BaseType="graph.entity"><Property Name="anomalyCorrelationGroupCount" Type="Edm.Int32" Nullable="false" /><Property Name="anomalyId" Type="Edm.String" /><Property Name="correlationGroupAnomalousDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="correlationGroupAtRiskDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="correlationGroupDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="correlationGroupFeatures" Type="Collection(graph.userExperienceAnalyticsAnomalyCorrelationGroupFeature)" /><Property Name="correlationGroupId" Type="Edm.String" /><Property Name="correlationGroupPrevalence" Type="graph.userExperienceAnalyticsAnomalyCorrelationGroupPrevalence" Nullable="false" /><Property Name="correlationGroupPrevalencePercentage" Type="Edm.Double" Nullable="false" /><Property Name="totalDeviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAnomalyDevice" BaseType="graph.entity"><Property Name="anomalyId" Type="Edm.String" /><Property Name="anomalyOnDeviceFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="anomalyOnDeviceLatestOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="correlationGroupId" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceManufacturer" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceStatus" Type="graph.userExperienceAnalyticsDeviceStatus" Nullable="false" /><Property Name="osName" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /></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="userExperienceAnalyticsAppHealthAppPerformanceByAppVersion" 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="appUsageDuration" Type="Edm.Int32" Nullable="false" /><Property Name="appVersion" Type="Edm.String" /><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="userExperienceAnalyticsBatteryHealthAppImpact" BaseType="graph.entity"><Property Name="activeDevices" 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="batteryUsagePercentage" Type="Edm.Double" Nullable="false" /><Property Name="isForegroundApp" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthCapacityDetails" BaseType="graph.entity"><Property Name="activeDevices" Type="Edm.Int32" Nullable="false" /><Property Name="batteryCapacityFair" Type="Edm.Int32" Nullable="false" /><Property Name="batteryCapacityGood" Type="Edm.Int32" Nullable="false" /><Property Name="batteryCapacityPoor" Type="Edm.Int32" Nullable="false" /><Property Name="lastRefreshedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthDeviceAppImpact" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="batteryUsagePercentage" Type="Edm.Double" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="isForegroundApp" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthDevicePerformance" BaseType="graph.entity"><Property Name="batteryAgeInDays" Type="Edm.Int32" Nullable="false" /><Property Name="deviceBatteriesDetails" Type="Collection(graph.userExperienceAnalyticsDeviceBatteryDetail)" /><Property Name="deviceBatteryCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceBatteryHealthScore" Type="Edm.Int32" Nullable="false" /><Property Name="deviceBatteryTags" Type="Collection(Edm.String)" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceManufacturerName" Type="Edm.String" /><Property Name="deviceModelName" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="estimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="fullBatteryDrainCount" Type="Edm.Int32" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="maxCapacityPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="model" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="estimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="runtimeDateTime" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthModelPerformance" BaseType="graph.entity"><Property Name="activeDevices" Type="Edm.Int32" Nullable="false" /><Property Name="averageBatteryAgeInDays" Type="Edm.Int32" Nullable="false" /><Property Name="averageEstimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="averageMaxCapacityPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="deviceManufacturerName" Type="Edm.String" /><Property Name="deviceModelName" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="meanFullBatteryDrainCount" Type="Edm.Int32" Nullable="false" /><Property Name="medianEstimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="medianFullBatteryDrainCount" Type="Edm.Int32" Nullable="false" /><Property Name="medianMaxCapacityPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="model" Type="Edm.String" /><Property Name="modelBatteryHealthScore" Type="Edm.Int32" Nullable="false" /><Property Name="modelHealthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthOsPerformance" BaseType="graph.entity"><Property Name="activeDevices" Type="Edm.Int32" Nullable="false" /><Property Name="averageBatteryAgeInDays" Type="Edm.Int32" Nullable="false" /><Property Name="averageEstimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="averageMaxCapacityPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="meanFullBatteryDrainCount" Type="Edm.Int32" Nullable="false" /><Property Name="medianEstimatedRuntimeInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="medianFullBatteryDrainCount" Type="Edm.Int32" Nullable="false" /><Property Name="medianMaxCapacityPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="osBatteryHealthScore" Type="Edm.Int32" Nullable="false" /><Property Name="osBuildNumber" Type="Edm.String" /><Property Name="osHealthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsBatteryHealthRuntimeDetails" BaseType="graph.entity"><Property Name="activeDevices" Type="Edm.Int32" Nullable="false" /><Property Name="batteryRuntimeFair" Type="Edm.Int32" Nullable="false" /><Property Name="batteryRuntimeGood" Type="Edm.Int32" Nullable="false" /><Property Name="batteryRuntimePoor" Type="Edm.Int32" Nullable="false" /><Property Name="lastRefreshedDateTime" Type="Edm.DateTimeOffset" 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="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="userExperienceAnalyticsDeviceScope" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceScopeName" Type="Edm.String" /><Property Name="enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="operator" Type="graph.deviceScopeOperator" Nullable="false" /><Property Name="ownerId" Type="Edm.String" /><Property Name="parameter" Type="graph.deviceScopeParameter" Nullable="false" /><Property Name="status" Type="graph.deviceScopeStatus" Nullable="false" /><Property Name="value" Type="Edm.String" /><Property Name="valueObjectId" Type="Edm.String" /></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="meanResourceSpikeTimeScore" Type="Edm.Double" Nullable="false" /><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="userExperienceAnalyticsDeviceWithoutCloudIdentity" BaseType="graph.entity"><Property Name="azureAdDeviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsDeviceTimelineEvent" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="eventDetails" Type="Edm.String" /><Property Name="eventLevel" Type="graph.deviceEventLevel" Nullable="false" /><Property Name="eventName" Type="Edm.String" /><Property Name="eventSource" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsImpactingProcess" BaseType="graph.entity"><Property Name="category" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="impactValue" Type="Edm.Double" Nullable="false" /><Property Name="processName" Type="Edm.String" /><Property Name="publisher" 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="meanResourceSpikeTimeScore" Type="Edm.Double" Nullable="false" /><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="userExperienceAnalyticsNotAutopilotReadyDevice" BaseType="graph.entity"><Property Name="autoPilotProfileAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="autoPilotRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="azureAdJoinType" Type="Edm.String" /><Property Name="azureAdRegistered" Type="Edm.Boolean" /><Property Name="deviceName" Type="Edm.String" /><Property Name="managedBy" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsOverview" BaseType="graph.entity"><Property Name="insights" Type="Collection(graph.userExperienceAnalyticsInsight)" /></EntityType><EntityType Name="userExperienceAnalyticsRemoteConnection" BaseType="graph.entity"><Property Name="cloudPcFailurePercentage" Type="Edm.Double" Nullable="false" /><Property Name="cloudPcRoundTripTime" Type="Edm.Double" Nullable="false" /><Property Name="cloudPcSignInTime" Type="Edm.Double" Nullable="false" /><Property Name="coreBootTime" Type="Edm.Double" Nullable="false" /><Property Name="coreSignInTime" Type="Edm.Double" Nullable="false" /><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="remoteSignInTime" Type="Edm.Double" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="virtualNetwork" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsResourcePerformance" BaseType="graph.entity"><Property Name="averageSpikeTimeScore" Type="Edm.Int32" Nullable="false" /><Property Name="cpuClockSpeedInMHz" Type="Edm.Double" Nullable="false" /><Property Name="cpuDisplayName" Type="Edm.String" /><Property Name="cpuSpikeTimePercentage" Type="Edm.Double" Nullable="false" /><Property Name="cpuSpikeTimePercentageThreshold" Type="Edm.Double" Nullable="false" /><Property Name="cpuSpikeTimeScore" Type="Edm.Int32" Nullable="false" /><Property Name="deviceCount" Type="Edm.Int64" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceResourcePerformanceScore" Type="Edm.Int32" Nullable="false" /><Property Name="diskType" Type="graph.diskType" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="machineType" Type="graph.userExperienceAnalyticsMachineType" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="ramSpikeTimePercentage" Type="Edm.Double" Nullable="false" /><Property Name="ramSpikeTimePercentageThreshold" Type="Edm.Double" Nullable="false" /><Property Name="ramSpikeTimeScore" Type="Edm.Int32" Nullable="false" /><Property Name="totalProcessorCoreCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalRamInMB" Type="Edm.Double" Nullable="false" /></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="deviceManagementDerivedCredentialSettings" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="helpUrl" Type="Edm.String" /><Property Name="issuer" Type="graph.deviceManagementDerivedCredentialIssuer" Nullable="false" /><Property Name="notificationType" Type="graph.deviceManagementDerivedCredentialNotificationType" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceManagementResourceAccessProfileBase" BaseType="graph.entity" Abstract="true"><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceManagementResourceAccessProfileAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="appleUserInitiatedEnrollmentProfile" BaseType="graph.entity"><Property Name="availableEnrollmentTypeOptions" Type="Collection(graph.appleOwnerTypeEnrollmentType)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="defaultEnrollmentType" Type="graph.appleUserInitiatedEnrollmentType" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="platform" Type="graph.devicePlatformType" Nullable="false" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.appleEnrollmentProfileAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="depOnboardingSetting" BaseType="graph.entity"><Property Name="appleIdentifier" Type="Edm.String" /><Property Name="dataSharingConsentGranted" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSyncErrorCode" Type="Edm.Int32" Nullable="false" /><Property Name="lastSyncTriggeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="shareTokenWithSchoolDataSyncService" Type="Edm.Boolean" Nullable="false" /><Property Name="syncedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="tokenName" Type="Edm.String" /><Property Name="tokenType" Type="graph.depTokenType" Nullable="false" /><NavigationProperty Name="defaultIosEnrollmentProfile" Type="graph.depIOSEnrollmentProfile" /><NavigationProperty Name="defaultMacOsEnrollmentProfile" Type="graph.depMacOSEnrollmentProfile" /><NavigationProperty Name="defaultTvOSEnrollmentProfile" Type="graph.depTvOSEnrollmentProfile" /><NavigationProperty Name="defaultVisionOSEnrollmentProfile" Type="graph.depVisionOSEnrollmentProfile" /><NavigationProperty Name="enrollmentProfiles" Type="Collection(graph.enrollmentProfile)" ContainsTarget="true" /><NavigationProperty Name="importedAppleDeviceIdentities" Type="Collection(graph.importedAppleDeviceIdentity)" ContainsTarget="true" /></EntityType><EntityType Name="importedDeviceIdentity" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="enrollmentState" Type="graph.enrollmentState" Nullable="false" /><Property Name="importedDeviceIdentifier" Type="Edm.String" /><Property Name="importedDeviceIdentityType" Type="graph.importedDeviceIdentityType" Nullable="false" /><Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="platform" Type="graph.platform" Nullable="false" /></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="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="enableWhiteGlove" Type="Edm.Boolean" Nullable="false" /><Property Name="enrollmentStatusScreenSettings" Type="graph.windowsEnrollmentStatusScreenSettings" /><Property Name="extractHardwareHash" Type="Edm.Boolean" Nullable="false" /><Property Name="hardwareHashExtractionEnabled" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" /><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="outOfBoxExperienceSettings" Type="graph.outOfBoxExperienceSettings" /><Property Name="preprovisioningAllowed" Type="Edm.Boolean" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignedDevices" Type="Collection(graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsAutopilotDeploymentProfileAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="windowsAutopilotDeviceIdentity" BaseType="graph.entity"><Property Name="addressableUserName" Type="Edm.String" /><Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" /><Property Name="azureAdDeviceId" Type="Edm.String" /><Property Name="deploymentProfileAssignedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deploymentProfileAssignmentDetailedStatus" Type="graph.windowsAutopilotProfileAssignmentDetailedStatus" Nullable="false" /><Property Name="deploymentProfileAssignmentStatus" Type="graph.windowsAutopilotProfileAssignmentStatus" Nullable="false" /><Property Name="deviceAccountPassword" Type="Edm.String" /><Property Name="deviceAccountUpn" Type="Edm.String" /><Property Name="deviceFriendlyName" 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="remediationState" Type="graph.windowsAutopilotDeviceRemediationState" Nullable="false" /><Property Name="remediationStateLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><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="userlessEnrollmentStatus" Type="graph.windowsAutopilotUserlessEnrollmentStatus" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="deploymentProfile" Type="graph.windowsAutopilotDeploymentProfile" /><NavigationProperty Name="intendedDeploymentProfile" Type="graph.windowsAutopilotDeploymentProfile" /></EntityType><EntityType Name="windowsAutopilotSettings" BaseType="graph.entity"><Property Name="lastManualSyncTriggerDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="syncStatus" Type="graph.windowsAutopilotSyncStatus" Nullable="false" /></EntityType><EntityType Name="privilegeManagementElevationRequest" BaseType="graph.entity"><Property Name="applicationDetail" Type="graph.elevationRequestApplicationDetail" /><Property Name="deviceName" Type="Edm.String" /><Property Name="requestCreatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="requestedByUserId" Type="Edm.String" /><Property Name="requestedByUserPrincipalName" Type="Edm.String" /><Property Name="requestedOnDeviceId" Type="Edm.String" /><Property Name="requestExpiryDateTime" Type="Edm.DateTimeOffset" /><Property Name="requestJustification" Type="Edm.String" /><Property Name="requestLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reviewCompletedByUserId" Type="Edm.String" /><Property Name="reviewCompletedByUserPrincipalName" Type="Edm.String" /><Property Name="reviewCompletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewerJustification" Type="Edm.String" /><Property Name="status" Type="graph.elevationRequestState" Nullable="false" /></EntityType><EntityType Name="groupPolicyMigrationReport" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="groupPolicyCreatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="groupPolicyLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="groupPolicyObjectId" Type="Edm.Guid" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="migrationReadiness" Type="graph.groupPolicyMigrationReadiness" Nullable="false" /><Property Name="ouDistinguishedName" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="supportedSettingsCount" Type="Edm.Int32" Nullable="false" /><Property Name="supportedSettingsPercent" Type="Edm.Int32" Nullable="false" /><Property Name="targetedInActiveDirectory" Type="Edm.Boolean" Nullable="false" /><Property Name="totalSettingsCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="groupPolicySettingMappings" Type="Collection(graph.groupPolicySettingMapping)" ContainsTarget="true" /><NavigationProperty Name="unsupportedGroupPolicyExtensions" Type="Collection(graph.unsupportedGroupPolicyExtension)" ContainsTarget="true" /></EntityType><EntityType Name="groupPolicyObjectFile" BaseType="graph.entity"><Property Name="content" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="groupPolicyObjectId" Type="Edm.Guid" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ouDistinguishedName" Type="Edm.String" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="groupPolicyCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="ingestionSource" Type="graph.ingestionSource" Nullable="false" /><Property Name="isRoot" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="children" Type="Collection(graph.groupPolicyCategory)" /><NavigationProperty Name="definitionFile" Type="graph.groupPolicyDefinitionFile" /><NavigationProperty Name="definitions" Type="Collection(graph.groupPolicyDefinition)" /><NavigationProperty Name="parent" Type="graph.groupPolicyCategory" /></EntityType><EntityType Name="groupPolicyConfiguration" BaseType="graph.entity"><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="policyConfigurationIngestionType" Type="graph.groupPolicyConfigurationIngestionType" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignments" Type="Collection(graph.groupPolicyConfigurationAssignment)" ContainsTarget="true" /><NavigationProperty Name="definitionValues" Type="Collection(graph.groupPolicyDefinitionValue)" ContainsTarget="true" /></EntityType><EntityType Name="groupPolicyDefinitionFile" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="languageCodes" Type="Collection(Edm.String)" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="policyType" Type="graph.groupPolicyType" Nullable="false" /><Property Name="revision" Type="Edm.String" /><Property Name="targetNamespace" Type="Edm.String" /><Property Name="targetPrefix" Type="Edm.String" /><NavigationProperty Name="definitions" Type="Collection(graph.groupPolicyDefinition)" /></EntityType><EntityType Name="groupPolicyDefinition" BaseType="graph.entity"><Property Name="categoryPath" Type="Edm.String" /><Property Name="classType" Type="graph.groupPolicyDefinitionClassType" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="explainText" Type="Edm.String" /><Property Name="groupPolicyCategoryId" Type="Edm.Guid" Nullable="false" /><Property Name="hasRelatedDefinitions" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="minDeviceCspVersion" Type="Edm.String" /><Property Name="minUserCspVersion" Type="Edm.String" /><Property Name="policyType" Type="graph.groupPolicyType" Nullable="false" /><Property Name="supportedOn" Type="Edm.String" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="category" Type="graph.groupPolicyCategory" /><NavigationProperty Name="definitionFile" Type="graph.groupPolicyDefinitionFile" /><NavigationProperty Name="nextVersionDefinition" Type="graph.groupPolicyDefinition" ContainsTarget="true" /><NavigationProperty Name="presentations" Type="Collection(graph.groupPolicyPresentation)" ContainsTarget="true" /><NavigationProperty Name="previousVersionDefinition" Type="graph.groupPolicyDefinition" ContainsTarget="true" /></EntityType><EntityType Name="groupPolicyUploadedDefinitionFile" BaseType="graph.groupPolicyDefinitionFile"><Property Name="content" Type="Edm.Binary" /><Property Name="defaultLanguageCode" Type="Edm.String" /><Property Name="groupPolicyUploadedLanguageFiles" Type="Collection(graph.groupPolicyUploadedLanguageFile)" /><Property Name="status" Type="graph.groupPolicyUploadedDefinitionFileStatus" Nullable="false" /><Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="groupPolicyOperations" Type="Collection(graph.groupPolicyOperation)" /></EntityType><EntityType Name="serviceNowConnection" BaseType="graph.entity"><Property Name="authenticationMethod" Type="graph.serviceNowAuthenticationMethod" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="incidentApiUrl" Type="Edm.String" /><Property Name="instanceUrl" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastQueriedDateTime" Type="Edm.DateTimeOffset" /><Property Name="serviceNowConnectionStatus" Type="graph.serviceNowConnectionStatus" Nullable="false" /></EntityType><EntityType Name="microsoftTunnelConfiguration" BaseType="graph.entity"><Property Name="advancedSettings" Type="Collection(graph.keyValuePair)" /><Property Name="defaultDomainSuffix" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="disableUdpConnections" Type="Edm.Boolean" /><Property Name="displayName" Type="Edm.String" /><Property Name="dnsServers" Type="Collection(Edm.String)" /><Property Name="ipv6Network" Type="Edm.String" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="listenPort" Type="Edm.Int32" /><Property Name="network" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="routeExcludes" Type="Collection(Edm.String)" /><Property Name="routeIncludes" Type="Collection(Edm.String)" /><Property Name="routesExclude" Type="Collection(Edm.String)" /><Property Name="routesInclude" Type="Collection(Edm.String)" /><Property Name="splitDNS" Type="Collection(Edm.String)" /></EntityType><EntityType Name="microsoftTunnelHealthThreshold" BaseType="graph.entity"><Property Name="defaultHealthyThreshold" Type="Edm.Int64" Nullable="false" /><Property Name="defaultUnhealthyThreshold" Type="Edm.Int64" Nullable="false" /><Property Name="healthyThreshold" Type="Edm.Int64" Nullable="false" /><Property Name="unhealthyThreshold" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="microsoftTunnelServerLogCollectionResponse" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="expiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="serverId" Type="Edm.String" /><Property Name="sizeInBytes" Type="Edm.Int64" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.microsoftTunnelLogCollectionStatus" Nullable="false" /></EntityType><EntityType Name="microsoftTunnelSite" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="internalNetworkProbeUrl" Type="Edm.String" /><Property Name="publicAddress" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="upgradeAutomatically" Type="Edm.Boolean" Nullable="false" /><Property Name="upgradeAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="upgradeWindowEndTime" Type="Edm.TimeOfDay" /><Property Name="upgradeWindowStartTime" Type="Edm.TimeOfDay" /><Property Name="upgradeWindowUtcOffsetInMinutes" Type="Edm.Int32" /><NavigationProperty Name="microsoftTunnelConfiguration" Type="graph.microsoftTunnelConfiguration" ContainsTarget="true" /><NavigationProperty Name="microsoftTunnelServers" Type="Collection(graph.microsoftTunnelServer)" ContainsTarget="true" /></EntityType><EntityType Name="notificationMessageTemplate" BaseType="graph.entity"><Property Name="brandingOptions" Type="graph.notificationTemplateBrandingOptions" Nullable="false" /><Property Name="defaultLocale" Type="Edm.String" /><Property Name="description" 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="deviceManagementDomainJoinConnector" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="state" Type="graph.deviceManagementDomainJoinConnectorState" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="managedDeviceWindowsOperatingSystemImage" BaseType="graph.entity"><Property Name="availableUpdates" Type="Collection(graph.managedDeviceWindowsOperatingSystemUpdate)" Nullable="false" /><Property Name="supportedArchitectures" Type="Collection(graph.managedDeviceArchitecture)" Nullable="false" /><Property Name="supportedEditions" Type="Collection(graph.managedDeviceWindowsOperatingSystemEdition)" Nullable="false" /></EntityType><EntityType Name="configManagerCollection" BaseType="graph.entity"><Property Name="collectionIdentifier" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="hierarchyIdentifier" Type="Edm.String" /><Property Name="hierarchyName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="operationApprovalPolicy" BaseType="graph.entity"><Property Name="approverGroupIds" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="policyPlatform" Type="graph.operationApprovalPolicyPlatform" Nullable="false" /><Property Name="policySet" Type="graph.operationApprovalPolicySet" /><Property Name="policyType" Type="graph.operationApprovalPolicyType" Nullable="false" /></EntityType><EntityType Name="operationApprovalRequest" BaseType="graph.entity" OpenType="true"><Property Name="approvalJustification" Type="Edm.String" /><Property Name="approver" Type="graph.identitySet" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="requestJustification" Type="Edm.String" /><Property Name="requestor" Type="graph.identitySet" /><Property Name="requiredOperationApprovalPolicyTypes" Type="Collection(graph.operationApprovalPolicyType)" Nullable="false" /><Property Name="status" Type="graph.operationApprovalRequestStatus" Nullable="false" /></EntityType><EntityType Name="resourceOperation" BaseType="graph.entity"><Property Name="actionName" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="enabledForScopeValidation" Type="Edm.Boolean" Nullable="false" /><Property Name="resource" 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)" /><Property Name="scopeMembers" Type="Collection(Edm.String)" /><Property Name="scopeType" Type="graph.roleAssignmentScopeType" Nullable="false" /><NavigationProperty Name="roleDefinition" Type="graph.roleDefinition" /></EntityType><EntityType Name="deviceAndAppManagementRoleAssignment" BaseType="graph.roleAssignment"><Property Name="members" Type="Collection(Edm.String)" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="roleScopeTags" Type="Collection(graph.roleScopeTag)" /></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="isBuiltInRoleDefinition" Type="Edm.Boolean" Nullable="false" /><Property Name="permissions" Type="Collection(graph.rolePermission)" /><Property Name="rolePermissions" Type="Collection(graph.rolePermission)" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="roleAssignments" Type="Collection(graph.roleAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="roleScopeTag" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.roleScopeTagAutoAssignment)" 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="onboardingRequestExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="onboardingStatus" Type="graph.remoteAssistanceOnboardingStatus" Nullable="false" /><Property Name="onboardingUrl" Type="Edm.String" /></EntityType><EntityType Name="remoteAssistanceSettings" BaseType="graph.entity"><Property Name="allowSessionsToUnenrolledDevices" Type="Edm.Boolean" Nullable="false" /><Property Name="blockChat" Type="Edm.Boolean" Nullable="false" /><Property Name="remoteAssistanceState" Type="graph.remoteAssistanceState" Nullable="false" /></EntityType><EntityType Name="deviceManagementReports" BaseType="graph.entity"><NavigationProperty Name="cachedReportConfigurations" Type="Collection(graph.deviceManagementCachedReportConfiguration)" ContainsTarget="true" /><NavigationProperty Name="exportJobs" Type="Collection(graph.deviceManagementExportJob)" ContainsTarget="true" /></EntityType><EntityType Name="embeddedSIMActivationCodePool" BaseType="graph.entity"><Property Name="activationCodeCount" Type="Edm.Int32" Nullable="false" /><Property Name="activationCodes" Type="Collection(graph.embeddedSIMActivationCode)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.embeddedSIMActivationCodePoolAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceStates" Type="Collection(graph.embeddedSIMDeviceState)" ContainsTarget="true" /></EntityType><ComplexType Name="connectorStatusDetails"><Property Name="connectorInstanceId" Type="Edm.String" /><Property Name="connectorName" Type="graph.connectorName" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.connectorHealthState" Nullable="false" /></ComplexType><EntityType Name="deviceManagementAutopilotEvent" BaseType="graph.entity"><Property Name="accountSetupDuration" Type="Edm.Duration" Nullable="false" /><Property Name="accountSetupStatus" Type="graph.windowsAutopilotDeploymentState" Nullable="false" /><Property Name="deploymentDuration" Type="Edm.Duration" Nullable="false" /><Property Name="deploymentEndDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deploymentStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deploymentState" Type="graph.windowsAutopilotDeploymentState" Nullable="false" /><Property Name="deploymentTotalDuration" Type="Edm.Duration" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceRegisteredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceSerialNumber" Type="Edm.String" /><Property Name="deviceSetupDuration" Type="Edm.Duration" Nullable="false" /><Property Name="deviceSetupStatus" Type="graph.windowsAutopilotDeploymentState" Nullable="false" /><Property Name="enrollmentFailureDetails" Type="Edm.String" /><Property Name="enrollmentStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="enrollmentState" Type="graph.enrollmentState" Nullable="false" /><Property Name="enrollmentType" Type="graph.windowsAutopilotEnrollmentType" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="windows10EnrollmentCompletionPageConfigurationDisplayName" Type="Edm.String" /><Property Name="windows10EnrollmentCompletionPageConfigurationId" Type="Edm.String" /><Property Name="windowsAutopilotDeploymentProfileDisplayName" Type="Edm.String" /></EntityType><EntityType Name="windowsDriverUpdateProfile" BaseType="graph.entity"><Property Name="approvalType" Type="graph.driverUpdateProfileApprovalType" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deploymentDeferralInDays" Type="Edm.Int32" /><Property Name="description" Type="Edm.String" /><Property Name="deviceReporting" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="inventorySyncStatus" Type="graph.windowsDriverUpdateProfileInventorySyncStatus" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="newUpdates" Type="Edm.Int32" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsDriverUpdateProfileAssignment)" ContainsTarget="true" /><NavigationProperty Name="driverInventories" Type="Collection(graph.windowsDriverUpdateInventory)" ContainsTarget="true" /></EntityType><EntityType Name="windowsFeatureUpdateProfile" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deployableContentDisplayName" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="endOfSupportDate" Type="Edm.DateTimeOffset" /><Property Name="featureUpdateVersion" Type="Edm.String" Nullable="false" /><Property Name="installFeatureUpdatesOptional" Type="Edm.Boolean" Nullable="false" /><Property Name="installLatestWindows10OnWindows11IneligibleDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="rolloutSettings" Type="graph.windowsUpdateRolloutSettings" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsFeatureUpdateProfileAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="windowsQualityUpdatePolicy" BaseType="graph.entity"><Property Name="approvalSettings" Type="Collection(graph.windowsQualityUpdateApprovalSetting)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="hotpatchEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsQualityUpdatePolicyAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="windowsQualityUpdateProfile" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deployableContentDisplayName" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="expeditedUpdateSettings" Type="graph.expeditedWindowsQualityUpdateSettings" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="releaseDateDisplayName" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsQualityUpdateProfileAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="windowsUpdateCatalogItem" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="endOfSupportDate" Type="Edm.DateTimeOffset" /><Property Name="releaseDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="intuneBrandingProfile" BaseType="graph.entity"><Property Name="companyPortalBlockedActions" Type="Collection(graph.companyPortalBlockedAction)" /><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="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="customCanSeePrivacyMessage" Type="Edm.String" /><Property Name="customCantSeePrivacyMessage" Type="Edm.String" /><Property Name="customPrivacyMessage" Type="Edm.String" /><Property Name="disableClientTelemetry" Type="Edm.Boolean" Nullable="false" /><Property Name="disableDeviceCategorySelection" Type="Edm.Boolean" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrollmentAvailability" Type="graph.enrollmentAvailabilityOptions" Nullable="false" /><Property Name="isDefaultProfile" Type="Edm.Boolean" Nullable="false" /><Property Name="isFactoryResetDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isRemoveDeviceDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="landingPageCustomizedImage" Type="graph.mimeContent" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><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="profileDescription" Type="Edm.String" /><Property Name="profileName" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="showAzureADEnterpriseApps" Type="Edm.Boolean" Nullable="false" /><Property Name="showConfigurationManagerApps" Type="Edm.Boolean" Nullable="false" /><Property Name="showDisplayNameNextToLogo" Type="Edm.Boolean" Nullable="false" /><Property Name="showLogo" Type="Edm.Boolean" Nullable="false" /><Property Name="showOfficeWebApps" Type="Edm.Boolean" Nullable="false" /><Property Name="themeColor" Type="graph.rgbColor" /><Property Name="themeColorLogo" Type="graph.mimeContent" /><NavigationProperty Name="assignments" Type="Collection(graph.intuneBrandingProfileAssignment)" 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><EntityType Name="certificateConnectorDetails" BaseType="graph.entity"><Property Name="connectorName" Type="Edm.String" /><Property Name="connectorVersion" Type="Edm.String" /><Property Name="enrollmentDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastCheckinDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="machineName" Type="Edm.String" /></EntityType><EntityType Name="userPFXCertificate" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="encryptedPfxBlob" Type="Edm.Binary" /><Property Name="encryptedPfxPassword" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="intendedPurpose" Type="graph.userPfxIntendedPurpose" Nullable="false" /><Property Name="keyName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="paddingScheme" Type="graph.userPfxPaddingScheme" Nullable="false" /><Property Name="providerName" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="thumbprint" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="assignmentFilterEvaluationStatusDetails" BaseType="graph.entity"><Property Name="payloadId" 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="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="version" 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="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationState" 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.managedDeviceMobileAppConfigurationSettingState)" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="securityBaselineState" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="securityBaselineTemplateId" Type="Edm.String" /><Property Name="state" Type="graph.securityBaselineComplianceState" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="settingStates" Type="Collection(graph.securityBaselineSettingState)" ContainsTarget="true" /></EntityType><ComplexType Name="chromeOSDeviceProperty"><Property Name="name" Type="Edm.String" /><Property Name="updatable" Type="Edm.Boolean" Nullable="false" /><Property Name="value" Type="Edm.String" /><Property Name="valueType" Type="Edm.String" /></ComplexType><ComplexType Name="configurationManagerClientEnabledFeatures"><Property Name="compliancePolicy" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceConfiguration" Type="Edm.Boolean" Nullable="false" /><Property Name="endpointProtection" Type="Edm.Boolean" Nullable="false" /><Property Name="inventory" Type="Edm.Boolean" Nullable="false" /><Property Name="modernApps" Type="Edm.Boolean" Nullable="false" /><Property Name="officeApps" Type="Edm.Boolean" Nullable="false" /><Property Name="resourceAccess" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsUpdateForBusiness" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="configurationManagerClientHealthState"><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="state" Type="graph.configurationManagerClientState" Nullable="false" /></ComplexType><ComplexType Name="configurationManagerClientInformation"><Property Name="clientIdentifier" Type="Edm.String" /><Property Name="clientVersion" Type="Edm.String" /><Property Name="isBlocked" 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="firmwareProtection" Type="graph.firmwareProtectionType" Nullable="false" /><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="memoryAccessProtection" Type="graph.azureAttestationSettingStatus" Nullable="false" /><Property Name="memoryIntegrityProtection" Type="graph.azureAttestationSettingStatus" Nullable="false" /><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="securedCorePC" Type="graph.azureAttestationSettingStatus" Nullable="false" /><Property Name="systemManagementMode" Type="graph.systemManagementModeLevel" Nullable="false" /><Property Name="testSigning" Type="Edm.String" /><Property Name="tpmVersion" Type="Edm.String" /><Property Name="virtualizationBasedSecurity" Type="graph.azureAttestationSettingStatus" Nullable="false" /><Property Name="virtualSecureMode" Type="Edm.String" /><Property Name="windowsPE" Type="Edm.String" /></ComplexType><ComplexType Name="hardwareInformation"><Property Name="batteryChargeCycles" Type="Edm.Int32" Nullable="false" /><Property Name="batteryHealthPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="batteryLevelPercentage" Type="Edm.Double" /><Property Name="batterySerialNumber" Type="Edm.String" /><Property Name="cellularTechnology" Type="Edm.String" /><Property Name="deviceFullQualifiedDomainName" Type="Edm.String" /><Property Name="deviceGuardLocalSystemAuthorityCredentialGuardState" Type="graph.deviceGuardLocalSystemAuthorityCredentialGuardState" Nullable="false" /><Property Name="deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Type="graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Nullable="false" /><Property Name="deviceGuardVirtualizationBasedSecurityState" Type="graph.deviceGuardVirtualizationBasedSecurityState" Nullable="false" /><Property Name="deviceLicensingLastErrorCode" Type="Edm.Int32" Nullable="false" /><Property Name="deviceLicensingLastErrorDescription" Type="Edm.String" /><Property Name="deviceLicensingStatus" Type="graph.deviceLicensingStatus" Nullable="false" /><Property Name="esimIdentifier" Type="Edm.String" /><Property Name="freeStorageSpace" Type="Edm.Int64" Nullable="false" /><Property Name="imei" Type="Edm.String" /><Property Name="ipAddressV4" Type="Edm.String" /><Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" /><Property Name="isSharedDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="meid" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="operatingSystemEdition" Type="Edm.String" /><Property Name="operatingSystemLanguage" Type="Edm.String" /><Property Name="operatingSystemProductType" Type="Edm.Int32" Nullable="false" /><Property Name="osBuildNumber" Type="Edm.String" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="productName" Type="Edm.String" /><Property Name="residentUsersCount" Type="Edm.Int32" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="sharedDeviceCachedUsers" Type="Collection(graph.sharedAppleDeviceUser)" /><Property Name="subnetAddress" Type="Edm.String" /><Property Name="subscriberCarrier" Type="Edm.String" /><Property Name="systemManagementBIOSVersion" Type="Edm.String" /><Property Name="totalStorageSpace" Type="Edm.Int64" Nullable="false" /><Property Name="tpmManufacturer" Type="Edm.String" /><Property Name="tpmSpecificationVersion" Type="Edm.String" /><Property Name="tpmVersion" Type="Edm.String" /><Property Name="wifiMac" Type="Edm.String" /><Property Name="wiredIPv4Addresses" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="loggedOnUser"><Property Name="lastLogOnDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userId" Type="Edm.String" /></ComplexType><EntityType Name="deviceHealthScriptPolicyState"><Key><PropertyRef Name="deviceId" /><PropertyRef Name="id" /><PropertyRef Name="policyId" /></Key><Property Name="assignmentFilterIds" Type="Collection(Edm.String)" /><Property Name="detectionState" Type="graph.runState" Nullable="false" /><Property Name="deviceId" Type="Edm.String" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="expectedStateUpdateDateTime" Type="Edm.DateTimeOffset" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /><Property Name="policyId" Type="Edm.String" Nullable="false" /><Property Name="policyName" Type="Edm.String" /><Property Name="postRemediationDetectionScriptError" Type="Edm.String" /><Property Name="postRemediationDetectionScriptOutput" Type="Edm.String" /><Property Name="preRemediationDetectionScriptError" Type="Edm.String" /><Property Name="preRemediationDetectionScriptOutput" Type="Edm.String" /><Property Name="remediationScriptError" Type="Edm.String" /><Property Name="remediationState" Type="graph.remediationState" Nullable="false" /><Property Name="userName" Type="Edm.String" /></EntityType><EntityType Name="deviceLogCollectionResponse" BaseType="graph.entity"><Property Name="enrolledByUser" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int64" Nullable="false" /><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="size" Type="Edm.Double" Nullable="false" /><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="controlledConfigurationEnabled" Type="Edm.Boolean" /><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="unifiedRbacResourceNamespace" BaseType="graph.entity"><Property Name="name" Type="Edm.String" Nullable="false" /><NavigationProperty Name="resourceActions" Type="Collection(graph.unifiedRbacResourceAction)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRoleAssignmentMultiple" BaseType="graph.entity"><Property Name="appScopeIds" Type="Collection(Edm.String)" /><Property Name="condition" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="directoryScopeIds" Type="Collection(Edm.String)" /><Property Name="displayName" Type="Edm.String" /><Property Name="principalIds" Type="Collection(Edm.String)" /><Property Name="roleDefinitionId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="appScopes" Type="Collection(graph.appScope)" ContainsTarget="true" /><NavigationProperty Name="directoryScopes" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="principals" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /></EntityType><EntityType Name="unifiedRoleDefinition" BaseType="graph.entity"><Property Name="allowedPrincipalTypes" Type="graph.allowedRolePrincipalTypes" /><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="isPrivileged" 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="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="isPrivileged" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="resourceScopeId" Type="Edm.String" /><NavigationProperty Name="authenticationContext" Type="graph.authenticationContextClassReference" /><NavigationProperty Name="resourceScope" Type="graph.unifiedRbacResourceScope" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRbacResourceScope" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="scope" Type="Edm.String" Nullable="false" /><Property Name="type" 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="itemBody"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="graph.bodyType" /></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="upns" Type="Collection(Edm.String)" /><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="self.casesRoot" ContainsTarget="true" /><NavigationProperty Name="dataSecurityAndGovernance" Type="graph.tenantDataSecurityAndGovernance" ContainsTarget="true" /><NavigationProperty Name="dataDiscovery" Type="self.dataDiscoveryRoot" ContainsTarget="true" /><NavigationProperty Name="identities" Type="self.identityContainer" ContainsTarget="true" /><NavigationProperty Name="informationProtection" Type="self.informationProtection" ContainsTarget="true" /><NavigationProperty Name="auditLog" Type="self.auditCoreRoot" ContainsTarget="true" /><NavigationProperty Name="alerts_v2" Type="Collection(self.alert)" ContainsTarget="true" /><NavigationProperty Name="incidents" Type="Collection(self.incident)" ContainsTarget="true" /><NavigationProperty Name="incidentTasks" Type="Collection(self.incidentTask)" ContainsTarget="true" /><NavigationProperty Name="rules" Type="self.rulesRoot" ContainsTarget="true" /><NavigationProperty Name="collaboration" Type="self.collaborationRoot" ContainsTarget="true" /><NavigationProperty Name="partner" Type="microsoft.graph.partner.security.partnerSecurity" ContainsTarget="true" /><NavigationProperty Name="attackSimulation" Type="graph.attackSimulationRoot" ContainsTarget="true" /><NavigationProperty Name="zones" Type="Collection(self.zone)" ContainsTarget="true" /><NavigationProperty Name="securityCopilot" Type="graph.securityCopilot" ContainsTarget="true" /><NavigationProperty Name="labels" Type="self.labelsRoot" ContainsTarget="true" /><NavigationProperty Name="triggers" Type="self.triggersRoot" ContainsTarget="true" /><NavigationProperty Name="triggerTypes" Type="self.triggerTypesRoot" ContainsTarget="true" /><NavigationProperty Name="threatSubmission" Type="self.threatSubmissionRoot" ContainsTarget="true" /><NavigationProperty Name="alerts" Type="Collection(graph.alert)" ContainsTarget="true" /><NavigationProperty Name="cloudAppSecurityProfiles" Type="Collection(graph.cloudAppSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="domainSecurityProfiles" Type="Collection(graph.domainSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="fileSecurityProfiles" Type="Collection(graph.fileSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="hostSecurityProfiles" Type="Collection(graph.hostSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="ipSecurityProfiles" Type="Collection(graph.ipSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="providerTenantSettings" Type="Collection(graph.providerTenantSetting)" ContainsTarget="true" /><NavigationProperty Name="secureScoreControlProfiles" Type="Collection(graph.secureScoreControlProfile)" ContainsTarget="true" /><NavigationProperty Name="secureScores" Type="Collection(graph.secureScore)" ContainsTarget="true" /><NavigationProperty Name="securityActions" Type="Collection(graph.securityAction)" ContainsTarget="true" /><NavigationProperty Name="tiIndicators" Type="Collection(graph.tiIndicator)" ContainsTarget="true" /><NavigationProperty Name="userSecurityProfiles" Type="Collection(graph.userSecurityProfile)" ContainsTarget="true" /><NavigationProperty Name="threatIntelligence" Type="self.threatIntelligence" ContainsTarget="true" /></EntityType><EntityType Name="tenantDataSecurityAndGovernance" BaseType="graph.dataSecurityAndGovernance"><NavigationProperty Name="policyFiles" Type="Collection(graph.policyFile)" ContainsTarget="true" /><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="trainingCampaigns" Type="Collection(graph.trainingCampaign)" ContainsTarget="true" /><NavigationProperty Name="trainings" Type="Collection(graph.training)" ContainsTarget="true" /></EntityType><EntityType Name="securityCopilot" BaseType="graph.entity" Abstract="true"><NavigationProperty Name="workspaces" Type="Collection(securityCopilot.workspace)" 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="cloudAppSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="deploymentPackageUrl" Type="Edm.String" /><Property Name="destinationServiceName" Type="Edm.String" /><Property Name="isSigned" Type="Edm.Boolean" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="manifest" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="permissionsRequired" Type="graph.applicationPermissionsRequired" /><Property Name="platform" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="riskScore" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="type" Type="Edm.String" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="domainSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="activityGroupNames" Type="Collection(Edm.String)" /><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="countHits" Type="Edm.Int32" /><Property Name="countInOrg" Type="Edm.Int32" /><Property Name="domainCategories" Type="Collection(graph.reputationCategory)" /><Property Name="domainRegisteredDateTime" Type="Edm.DateTimeOffset" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="registrant" Type="graph.domainRegistrant" /><Property Name="riskScore" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="fileSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="activityGroupNames" Type="Collection(Edm.String)" /><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="certificateThumbprint" Type="Edm.String" /><Property Name="extensions" Type="Collection(Edm.String)" /><Property Name="fileType" Type="Edm.String" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="hashes" Type="Collection(graph.fileHash)" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="malwareStates" Type="Collection(graph.malwareState)" /><Property Name="names" Type="Collection(Edm.String)" /><Property Name="riskScore" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /><Property Name="vulnerabilityStates" Type="Collection(graph.vulnerabilityState)" /></EntityType><EntityType Name="hostSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><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="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="logonUsers" Type="Collection(graph.logonUser)" /><Property Name="netBiosName" Type="Edm.String" /><Property Name="networkInterfaces" Type="Collection(graph.networkInterface)" /><Property Name="os" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="parentHost" Type="Edm.String" /><Property Name="relatedHostIds" Type="Collection(Edm.String)" /><Property Name="riskScore" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="ipSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="activityGroupNames" Type="Collection(Edm.String)" /><Property Name="address" Type="Edm.String" /><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="countHits" Type="Edm.Int32" /><Property Name="countHosts" Type="Edm.Int32" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="ipCategories" Type="Collection(graph.ipCategory)" /><Property Name="ipReferenceData" Type="Collection(graph.ipReferenceData)" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskScore" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="providerTenantSetting" BaseType="graph.entity"><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="enabled" Type="Edm.Boolean" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="provider" Type="Edm.String" /><Property Name="vendor" Type="Edm.String" /></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><EntityType Name="securityAction" BaseType="graph.entity" OpenType="true"><Property Name="actionReason" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" /><Property Name="clientContext" Type="Edm.String" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="errorInfo" Type="graph.resultInfo" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="parameters" Type="Collection(graph.keyValuePair)" /><Property Name="states" Type="Collection(graph.securityActionState)" /><Property Name="status" Type="graph.operationStatus" /><Property Name="user" Type="Edm.String" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="tiIndicator" BaseType="graph.entity" OpenType="true"><Property Name="action" Type="graph.tiAction" /><Property Name="activityGroupNames" Type="Collection(Edm.String)" /><Property Name="additionalInformation" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" /><Property Name="confidence" Type="Edm.Int32" /><Property Name="description" Type="Edm.String" /><Property Name="diamondModel" Type="graph.diamondModel" /><Property Name="domainName" Type="Edm.String" /><Property Name="emailEncoding" Type="Edm.String" /><Property Name="emailLanguage" Type="Edm.String" /><Property Name="emailRecipient" Type="Edm.String" /><Property Name="emailSenderAddress" Type="Edm.String" /><Property Name="emailSenderName" Type="Edm.String" /><Property Name="emailSourceDomain" Type="Edm.String" /><Property Name="emailSourceIpAddress" Type="Edm.String" /><Property Name="emailSubject" Type="Edm.String" /><Property Name="emailXMailer" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="externalId" Type="Edm.String" /><Property Name="fileCompileDateTime" Type="Edm.DateTimeOffset" /><Property Name="fileCreatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="fileHashType" Type="graph.fileHashType" /><Property Name="fileHashValue" Type="Edm.String" /><Property Name="fileMutexName" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="filePacker" Type="Edm.String" /><Property Name="filePath" Type="Edm.String" /><Property Name="fileSize" Type="Edm.Int64" /><Property Name="fileType" Type="Edm.String" /><Property Name="ingestedDateTime" Type="Edm.DateTimeOffset" /><Property Name="isActive" Type="Edm.Boolean" /><Property Name="killChain" Type="Collection(Edm.String)" /><Property Name="knownFalsePositives" Type="Edm.String" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" /><Property Name="malwareFamilyNames" Type="Collection(Edm.String)" /><Property Name="networkCidrBlock" Type="Edm.String" /><Property Name="networkDestinationAsn" Type="Edm.Int64" /><Property Name="networkDestinationCidrBlock" Type="Edm.String" /><Property Name="networkDestinationIPv4" Type="Edm.String" /><Property Name="networkDestinationIPv6" Type="Edm.String" /><Property Name="networkDestinationPort" Type="Edm.Int32" /><Property Name="networkIPv4" Type="Edm.String" /><Property Name="networkIPv6" Type="Edm.String" /><Property Name="networkPort" Type="Edm.Int32" /><Property Name="networkProtocol" Type="Edm.Int32" /><Property Name="networkSourceAsn" Type="Edm.Int64" /><Property Name="networkSourceCidrBlock" Type="Edm.String" /><Property Name="networkSourceIPv4" Type="Edm.String" /><Property Name="networkSourceIPv6" Type="Edm.String" /><Property Name="networkSourcePort" Type="Edm.Int32" /><Property Name="passiveOnly" Type="Edm.Boolean" /><Property Name="severity" Type="Edm.Int32" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="targetProduct" Type="Edm.String" Nullable="false" /><Property Name="threatType" Type="Edm.String" /><Property Name="tlpLevel" Type="graph.tlpLevel" /><Property Name="url" Type="Edm.String" /><Property Name="userAgent" Type="Edm.String" /></EntityType><EntityType Name="userSecurityProfile" BaseType="graph.entity" OpenType="true"><Property Name="accounts" Type="Collection(graph.userAccount)" /><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskScore" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><ComplexType Name="teamDiscoverySettings"><Property Name="showInTeamsSearchAndSuggestions" Type="Edm.Boolean" /></ComplexType><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="layoutType" Type="graph.channelLayoutType" /><Property Name="membershipType" Type="graph.channelMembershipType" /><Property Name="migrationMode" Type="graph.migrationMode" /><Property Name="moderationSettings" Type="graph.channelModerationSettings" /><Property Name="originalCreatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="summary" Type="graph.channelSummary" /><Property Name="tenantId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="planner" Type="graph.teamsChannelPlanner" ContainsTarget="true" /><NavigationProperty Name="allMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" /><NavigationProperty Name="enabledApps" Type="Collection(graph.teamsApp)" /><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" /><Property Name="scopeInfo" Type="graph.teamsAppInstallationScopeInfo" /><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="teamTemplateDefinition" BaseType="graph.entity"><Property Name="audience" Type="graph.teamTemplateAudience" /><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="iconUrl" Type="Edm.String" /><Property Name="languageTag" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="parentTemplateId" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /><Property Name="shortDescription" Type="Edm.String" /><NavigationProperty Name="teamDefinition" Type="graph.team" ContainsTarget="true" /></EntityType><EntityType Name="schedule" BaseType="graph.entity"><Property Name="activitiesIncludedWhenCopyingShiftsEnabled" Type="Edm.Boolean" /><Property Name="enabled" Type="Edm.Boolean" /><Property Name="isActivitiesIncludedWhenCopyingShiftsEnabled" Type="Edm.Boolean" /><Property Name="isCrossLocationShiftRequestApprovalRequired" Type="Edm.Boolean" /><Property Name="isCrossLocationShiftsEnabled" 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="shiftsRoleDefinitions" Type="Collection(graph.shiftsRoleDefinition)" 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"><NavigationProperty Name="ediscovery" Type="microsoft.graph.ediscovery.ediscoveryroot" ContainsTarget="true" /></EntityType><ComplexType Name="deleted"><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="identityInput"><Property Name="alias" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="objectId" Type="Edm.String" /></ComplexType><ComplexType Name="root" /><ComplexType Name="siteSettings"><Property Name="languageTag" Type="Edm.String" /><Property Name="timeZone" Type="Edm.String" /></ComplexType><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="contentModel" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="modelType" Type="graph.contentModelType" /><Property Name="name" Type="Edm.String" /></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="documentProcessingJob" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="jobType" Type="graph.documentProcessingJobType" /><Property Name="listItemUniqueId" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.documentProcessingJobStatus" /></EntityType><EntityType Name="list" BaseType="graph.baseItem"><Property Name="displayName" Type="Edm.String" /><Property Name="itemCount" Type="Edm.Int32" /><Property Name="list" Type="graph.listInfo" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="system" Type="graph.systemFacet" /><NavigationProperty Name="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" /><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="permissions" Type="Collection(graph.permission)" 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="pageTemplate" BaseType="graph.baseSitePage"><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="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" /><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="email" /><PropertyValue Property="Name" PropertyPath="email" /></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="userPrincipalName" /><PropertyValue Property="Name" PropertyPath="userPrincipalName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></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><ComplexType Name="resourceAccess"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="copilotChatResponseOptions"><Property Name="isAdaptiveCardEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isAnnotationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isDeltaStreamingEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="copilotContextMessage"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="text" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="copilotContextualResources"><Property Name="files" Type="Collection(graph.copilotFile)" Nullable="false" /><Property Name="webContext" Type="graph.copilotWebContext" /></ComplexType><ComplexType Name="copilotFile"><Property Name="uri" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="copilotWebContext"><Property Name="isWebEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="copilotConversationAttribution"><Property Name="attributionSource" Type="graph.copilotConversationAttributionSource" Nullable="false" /><Property Name="attributionType" Type="graph.copilotConversationAttributionType" Nullable="false" /><Property Name="imageFavIcon" Type="Edm.String" Nullable="false" /><Property Name="imageHeight" Type="Edm.Int32" Nullable="false" /><Property Name="imageWebUrl" Type="Edm.String" Nullable="false" /><Property Name="imageWidth" Type="Edm.Int32" Nullable="false" /><Property Name="providerDisplayName" Type="Edm.String" Nullable="false" /><Property Name="seeMoreWebUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="copilotConversationLocation"><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="countryOrRegionConfidence" Type="Edm.Double" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /><Property Name="timeZone" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="copilotConversationMessageParameter"><Property Name="text" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="copilotConversationRequestMessageParameter" BaseType="graph.copilotConversationMessageParameter" /><ComplexType Name="copilotDeleteConversationRequest"><Property Name="threadId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="Json" /><ComplexType Name="searchSensitivityLabelInfo"><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><EntityType Name="copilotConversation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="state" Type="graph.copilotConversationState" Nullable="false" /><Property Name="turnCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="messages" Type="Collection(graph.copilotConversationMessage)" ContainsTarget="true" /></EntityType><EntityType Name="copilotConversationMessage" BaseType="graph.entity" Abstract="true"><Property Name="text" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="copilotConversationRequestMessage" BaseType="graph.copilotConversationMessage" /><EntityType Name="copilotConversationResponseMessage" BaseType="graph.copilotConversationMessage"><Property Name="adaptiveCards" Type="Collection(graph.Json)" Nullable="false" /><Property Name="attributions" Type="Collection(graph.copilotConversationAttribution)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="sensitivityLabel" Type="graph.searchSensitivityLabelInfo" /></EntityType><EntityType Name="copilotRoot"><NavigationProperty Name="conversations" Type="Collection(graph.copilotConversation)" ContainsTarget="true" /><NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /><NavigationProperty Name="agents" Type="Collection(graph.agent)" /><NavigationProperty Name="reports" Type="graph.copilotReportRoot" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.copilotSetting" ContainsTarget="true" /><NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" /><NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /><NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" /></EntityType><EntityType Name="copilotAdmin" BaseType="graph.entity"><NavigationProperty Name="catalog" Type="graph.copilotAdminCatalog" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.copilotAdminSetting" ContainsTarget="true" /></EntityType><EntityType Name="agent" BaseType="graph.entity"><NavigationProperty Name="copilotTools" Type="Collection(graph.copilotTool)" ContainsTarget="true" /></EntityType><EntityType Name="copilotReportRoot" BaseType="graph.entity" /><EntityType Name="copilotSetting" BaseType="graph.entity"><NavigationProperty Name="people" Type="graph.copilotPeopleAdminSetting" ContainsTarget="true" /></EntityType><EntityType Name="copilotCommunicationsRoot" BaseType="graph.entity"><NavigationProperty Name="realtimeActivityFeed" Type="graph.realtimeActivityFeedRoot" ContainsTarget="true" /></EntityType><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="copilotPackageUpdateResponse"><Property Name="id" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="packageAccessEntity"><Property Name="resourceId" Type="Edm.String" Nullable="false" /><Property Name="resourceType" Type="graph.accessEntityType" Nullable="false" /></ComplexType><ComplexType Name="packageElement"><Property Name="definition" Type="graph.Json" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="packageElementDetail"><Property Name="elements" Type="Collection(graph.packageElement)" Nullable="false" /><Property Name="elementType" Type="Edm.String" /></ComplexType><EntityType Name="copilotAdminCatalog" BaseType="graph.entity"><NavigationProperty Name="packages" Type="Collection(graph.copilotPackageDetail)" ContainsTarget="true" /></EntityType><EntityType Name="copilotAdminSetting" BaseType="graph.entity"><NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" /></EntityType><EntityType Name="copilotPackage" BaseType="graph.entity"><Property Name="availableTo" Type="graph.packageStatus" Nullable="false" /><Property Name="deployedTo" Type="graph.packageStatus" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="elementTypes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="publisher" Type="Edm.String" /><Property Name="shortDescription" Type="Edm.String" /><Property Name="supportedHosts" Type="Collection(Edm.String)" Nullable="false" /><Property Name="type" Type="graph.packageType" Nullable="false" /><Property Name="zipFile" Type="Edm.Stream" /></EntityType><EntityType Name="copilotPackageDetail" BaseType="graph.copilotPackage"><Property Name="acquireUsersAndGroups" Type="Collection(graph.packageAccessEntity)" Nullable="false" /><Property Name="allowedUsersAndGroups" Type="Collection(graph.packageAccessEntity)" Nullable="false" /><Property Name="categories" Type="Collection(Edm.String)" Nullable="false" /><Property Name="elementDetails" Type="Collection(graph.packageElementDetail)" Nullable="false" /><Property Name="longDescription" Type="Edm.String" /><Property Name="manifestVersion" Type="Edm.String" /><Property Name="sensitivity" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="copilotAdminLimitedMode" BaseType="graph.entity"><Property Name="groupId" Type="Edm.String" /><Property Name="isEnabledForGroup" Type="Edm.Boolean" /></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="customStringsFileId" Type="Edm.String" /><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"><Property Name="includeAllApplications" Type="Edm.Boolean" Nullable="false" /><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="authenticationSourceFilter"><Property Name="includeApplications" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="basicAuthentication" BaseType="graph.apiAuthenticationConfigurationBase"><Property Name="password" Type="Edm.String" /><Property Name="username" Type="Edm.String" /></ComplexType><ComplexType Name="claimsMapping" OpenType="true"><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="surname" Type="Edm.String" /><Property Name="userId" 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><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="onPasswordSubmitHandler" Abstract="true" /><ComplexType Name="onPasswordMigrationCustomExtensionHandler" BaseType="graph.onPasswordSubmitHandler"><Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /><Property Name="migrationPropertyId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="customExtension" Type="graph.onPasswordSubmitCustomExtension" /></ComplexType><EntityType Name="onPasswordSubmitCustomExtension" BaseType="graph.customAuthenticationExtension" /><ComplexType Name="onPhoneMethodLoadStartHandler" Abstract="true" /><ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler"><Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" /><Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" /></ComplexType><ComplexType Name="phoneOptions"><Property Name="defaultRegions" Type="Collection(Edm.Int16)" Nullable="false" /><Property Name="excludeRegions" Type="Collection(Edm.Int16)" Nullable="false" /><Property Name="includeAdditionalRegions" Type="Collection(Edm.Int16)" Nullable="false" /></ComplexType><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="trustFrameworkKey"><Property Name="d" Type="Edm.String" /><Property Name="dp" Type="Edm.String" /><Property Name="dq" Type="Edm.String" /><Property Name="e" Type="Edm.String" /><Property Name="exp" Type="Edm.Int64" /><Property Name="k" Type="Edm.String" /><Property Name="kid" Type="Edm.String" /><Property Name="kty" Type="Edm.String" /><Property Name="n" Type="Edm.String" /><Property Name="nbf" Type="Edm.Int64" /><Property Name="p" Type="Edm.String" /><Property Name="q" Type="Edm.String" /><Property Name="qi" Type="Edm.String" /><Property Name="status" Type="graph.trustFrameworkKeyStatus" /><Property Name="use" Type="Edm.String" /><Property Name="x5c" Type="Collection(Edm.String)" /><Property Name="x5t" Type="Edm.String" /></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" /><NavigationProperty Name="preTokenIssuance" 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" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /></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" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="authenticationEventsPolicy" BaseType="graph.entity"><NavigationProperty Name="onSignupStart" Type="Collection(graph.authenticationListener)" ContainsTarget="true" /></EntityType><EntityType Name="authenticationListener" BaseType="graph.entity" Abstract="true"><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="sourceFilter" Type="graph.authenticationSourceFilter" /></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="b2cIdentityUserFlow" BaseType="graph.identityUserFlow"><Property Name="apiConnectorConfiguration" Type="graph.userFlowApiConnectorConfiguration" /><Property Name="defaultLanguageTag" Type="Edm.String" /><Property Name="isLanguageCustomizationEnabled" Type="Edm.Boolean" Nullable="false" /><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="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="builtInIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="identityProviderType" Type="Edm.String" /><Property Name="state" Type="graph.identityProviderState" /></EntityType><EntityType Name="cloudFlareWebApplicationFirewallProvider" BaseType="graph.webApplicationFirewallProvider"><Property Name="apiToken" Type="Edm.String" /><Property Name="zoneId" Type="Edm.String" /></EntityType><EntityType Name="signInIdentifierBase" Abstract="true"><Key><PropertyRef Name="name" /></Key><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="customUsernameSignInIdentifier" BaseType="graph.signInIdentifierBase"><Property Name="validationRegEx" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="emailSignInIdentifier" BaseType="graph.signInIdentifierBase" /><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"><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="b2cUserFlows" Type="Collection(graph.b2cIdentityUserFlow)" 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="signInIdentifiers" Type="Collection(graph.signInIdentifierBase)" ContainsTarget="true" /><NavigationProperty Name="userFlowAttributes" Type="Collection(graph.identityUserFlowAttribute)" ContainsTarget="true" /><NavigationProperty Name="userFlows" Type="Collection(graph.identityUserFlow)" ContainsTarget="true" /><NavigationProperty Name="conditionalAccess" Type="graph.conditionalAccessRoot" ContainsTarget="true" /><NavigationProperty Name="continuousAccessEvaluationPolicy" Type="graph.continuousAccessEvaluationPolicy" ContainsTarget="true" /><NavigationProperty Name="verifiedId" Type="graph.identityVerifiedIdRoot" Nullable="false" 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="continuousAccessEvaluationPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="groups" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="migrate" Type="Edm.Boolean" Nullable="false" /><Property Name="users" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="identityVerifiedIdRoot" BaseType="graph.entity"><NavigationProperty Name="profiles" Type="Collection(graph.verifiedIdProfile)" ContainsTarget="true" /></EntityType><EntityType Name="identityCustomUserFlowAttribute" BaseType="graph.identityUserFlowAttribute" /><EntityType Name="invokeUserFlowListener" BaseType="graph.authenticationListener"><NavigationProperty Name="userFlow" Type="graph.b2xIdentityUserFlow" /></EntityType><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="onPasswordSubmitListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onPasswordSubmitHandler" /></EntityType><EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" /></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="openIdConnectIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="claimsMapping" Type="graph.claimsMapping" /><Property Name="clientId" Type="Edm.String" /><Property Name="clientSecret" Type="Edm.String" /><Property Name="domainHint" Type="Edm.String" /><Property Name="metadataUrl" Type="Edm.String" /><Property Name="responseMode" Type="graph.openIdConnectResponseMode" Nullable="false" /><Property Name="responseType" Type="graph.openIdConnectResponseTypes" Nullable="false" /><Property Name="scope" Type="Edm.String" /></EntityType><EntityType Name="openIdConnectProvider" BaseType="graph.identityProvider"><Property Name="claimsMapping" Type="graph.claimsMapping" /><Property Name="domainHint" Type="Edm.String" /><Property Name="metadataUrl" Type="Edm.String" /><Property Name="responseMode" Type="graph.openIdConnectResponseMode" Nullable="false" /><Property Name="responseType" Type="graph.openIdConnectResponseTypes" Nullable="false" /><Property Name="scope" Type="Edm.String" /></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="trustFramework"><NavigationProperty Name="keySets" Type="Collection(graph.trustFrameworkKeySet)" ContainsTarget="true" /><NavigationProperty Name="policies" Type="Collection(graph.trustFrameworkPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="trustFrameworkKeySet" BaseType="graph.entity"><Property Name="keys" Type="Collection(graph.trustFrameworkKey)" /><NavigationProperty Name="keys_v2" Type="Collection(graph.trustFrameworkKey_v2)" /></EntityType><EntityType Name="trustFrameworkPolicy" BaseType="graph.entity" HasStream="true" /><EntityType Name="trustFrameworkKey_v2"><Key><PropertyRef Name="kid" /></Key><Property Name="d" Type="Edm.String" /><Property Name="dp" Type="Edm.String" /><Property Name="dq" Type="Edm.String" /><Property Name="e" Type="Edm.String" /><Property Name="exp" Type="Edm.Int64" /><Property Name="k" Type="Edm.String" /><Property Name="kid" Type="Edm.String" Nullable="false" /><Property Name="kty" Type="Edm.String" /><Property Name="n" Type="Edm.String" /><Property Name="nbf" Type="Edm.Int64" /><Property Name="p" Type="Edm.String" /><Property Name="q" Type="Edm.String" /><Property Name="qi" Type="Edm.String" /><Property Name="status" Type="graph.trustFrameworkKeyStatus" /><Property Name="use" Type="Edm.String" /><Property Name="x5c" Type="Collection(Edm.String)" /><Property Name="x5t" Type="Edm.String" /></EntityType><EntityType Name="upnSignInIdentifier" BaseType="graph.signInIdentifierBase" /><EntityType Name="userFlowLanguagePage" BaseType="graph.entity" HasStream="true" /><EntityType Name="usernameSignInIdentifier" BaseType="graph.signInIdentifierBase" /><ComplexType Name="crossTenantMigrationCancelResponse"><Property Name="message" Type="Edm.String" /><Property Name="status" Type="Edm.String" /></ComplexType><ComplexType Name="crossTenantMigrationServiceStatusDetails"><Property Name="errors" Type="Collection(graph.error)" /><Property Name="message" Type="Edm.String" Nullable="false" /><Property Name="service" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.crossTenantMigrationServiceStatus" Nullable="false" /></ComplexType><ComplexType Name="error"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="exchangeOnlineCrossTenantMigrationSettings"><Property Name="sourceEndpoint" Type="Edm.String" Nullable="false" /><Property Name="targetDeliveryDomain" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="crossTenantMigrationJob" BaseType="graph.entity"><Property Name="completeAfterDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="createdBy" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="exchangeSettings" Type="graph.exchangeOnlineCrossTenantMigrationSettings" /><Property Name="jobType" Type="graph.crossTenantMigrationJobType" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="message" Type="Edm.String" /><Property Name="resources" Type="Collection(Edm.String)" Nullable="false" /><Property Name="resourceType" Type="Edm.String" Nullable="false" /><Property Name="sourceTenantId" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.crossTenantMigrationJobStatus" Nullable="false" /><Property Name="targetTenantId" Type="Edm.String" Nullable="false" /><Property Name="workloads" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="users" Type="Collection(graph.crossTenantMigrationTask)" 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="displayName" /><PropertyValue Property="Name" PropertyPath="displayName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="crossTenantMigrationTask" BaseType="graph.entity"><Property Name="currentStatus" Type="Collection(graph.crossTenantMigrationServiceStatusDetails)" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="taskType" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="activityMetadata"><Property Name="activity" Type="graph.userActivityType" Nullable="false" /></ComplexType><ComplexType Name="labelActionBase" Abstract="true"><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="markContent" BaseType="graph.labelActionBase" Abstract="true"><Property Name="fontColor" Type="Edm.String" /><Property Name="fontSize" Type="Edm.Int64" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="addFooter" BaseType="graph.markContent"><Property Name="alignment" Type="graph.alignment" /><Property Name="margin" Type="Edm.Int32" /></ComplexType><ComplexType Name="addHeader" BaseType="graph.markContent"><Property Name="alignment" Type="graph.alignment" /><Property Name="margin" Type="Edm.Int32" /></ComplexType><ComplexType Name="addWatermark" BaseType="graph.markContent"><Property Name="orientation" Type="graph.pageOrientation" /></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="autoLabeling"><Property Name="message" Type="Edm.String" /><Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="contentBase" Abstract="true" /><ComplexType Name="binaryContent" BaseType="graph.contentBase"><Property Name="data" Type="Edm.Binary" Nullable="false" /></ComplexType><ComplexType Name="dlpActionInfo"><Property Name="action" Type="graph.dlpAction" /></ComplexType><ComplexType Name="blockAccessAction" BaseType="graph.dlpActionInfo" /><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="classificationAttribute"><Property Name="confidence" Type="Edm.Int32" /><Property Name="count" Type="Edm.Int32" /></ComplexType><ComplexType Name="classificationError" BaseType="graph.classifcationErrorBase"><Property Name="details" Type="Collection(graph.classifcationErrorBase)" /></ComplexType><ComplexType Name="classificationRequestContentMetaData"><Property Name="sourceId" Type="Edm.String" /></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><ComplexType Name="processContentMetadataBase" Abstract="true"><Property Name="content" Type="graph.contentBase" /><Property Name="contentCategory" Type="graph.contentCategory" /><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="contentActivityMetadata" BaseType="graph.processContentMetadataBase"><Property Name="enforcementResultStatus" Type="graph.enforcementResultStatus" Nullable="false" /><Property Name="recordType" Type="graph.auditLogRecordType" Nullable="false" /></ComplexType><ComplexType Name="contentMetadata" OpenType="true" /><ComplexType Name="contentProperties"><Property Name="extensions" Type="Collection(Edm.String)" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="metadata" Type="graph.contentMetadata" /></ComplexType><ComplexType Name="currentLabel"><Property Name="applicationMode" Type="graph.applicationMode" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="customMetadataDictionary" BaseType="graph.Dictionary" OpenType="true" /><ComplexType Name="detectedSensitiveContentBase"><Property Name="confidence" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.Guid" /><Property Name="recommendedConfidence" Type="Edm.Int32" /><Property Name="uniqueCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="detectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase"><Property Name="classificationAttributes" Type="Collection(graph.classificationAttribute)" /><Property Name="classificationMethod" Type="graph.classificationMethod" /><Property Name="matches" Type="Collection(graph.sensitiveContentLocation)" /><Property Name="scope" Type="graph.sensitiveTypeScope" /><Property Name="sensitiveTypeSource" Type="graph.sensitiveTypeSource" /></ComplexType><ComplexType Name="sensitiveContentLocation"><Property Name="confidence" Type="Edm.Int32" /><Property Name="evidences" Type="Collection(graph.sensitiveContentEvidence)" /><Property Name="idMatch" Type="Edm.String" /><Property Name="length" Type="Edm.Int32" /><Property Name="offset" Type="Edm.Int32" /></ComplexType><ComplexType Name="detectedSensitiveContentWrapper"><Property Name="classification" Type="Collection(graph.detectedSensitiveContent)" /></ComplexType><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="deviceProperties"><Property Name="deviceIdentifiers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="discoveredSensitiveType"><Property Name="classificationAttributes" Type="Collection(graph.classificationAttribute)" /><Property Name="confidence" Type="Edm.Int32" /><Property Name="count" Type="Edm.Int32" /><Property Name="id" Type="Edm.Guid" Nullable="false" /></ComplexType><ComplexType Name="dlpEvaluatePoliciesRequest"><Property Name="evaluationInput" Type="graph.dlpEvaluationInput" /><Property Name="notificationInfo" Type="graph.dlpNotification" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="dlpEvaluationInput"><Property Name="currentLabel" Type="graph.currentLabel" /><Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" /></ComplexType><ComplexType Name="dlpNotification"><Property Name="author" Type="Edm.String" /></ComplexType><ComplexType Name="dlpEvaluationWindowsDevicesInput" BaseType="graph.dlpEvaluationInput"><Property Name="contentProperties" Type="graph.contentProperties" /><Property Name="sharedBy" Type="Edm.String" /></ComplexType><ComplexType Name="dlpPoliciesJobResult"><Property Name="auditCorrelationId" Type="Edm.String" /><Property Name="evaluationDateTime" Type="Edm.DateTimeOffset" /><Property Name="matchingRules" Type="Collection(graph.matchingDlpRule)" /></ComplexType><ComplexType Name="matchingDlpRule"><Property Name="actions" Type="Collection(graph.dlpActionInfo)" /><Property Name="isMostRestrictive" Type="Edm.Boolean" /><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="priority" Type="Edm.Int32" /><Property Name="ruleId" Type="Edm.String" /><Property Name="ruleMode" Type="graph.ruleMode" /><Property Name="ruleName" Type="Edm.String" /></ComplexType><ComplexType Name="dlpWindowsDevicesNotification" BaseType="graph.dlpNotification"><Property Name="contentName" Type="Edm.String" /><Property Name="lastModfiedBy" Type="Edm.String" /></ComplexType><ComplexType Name="encryptContent" BaseType="graph.labelActionBase" Abstract="true"><Property Name="encryptWith" Type="graph.encryptWith" /></ComplexType><ComplexType Name="encryptWithTemplate" BaseType="graph.encryptContent"><Property Name="availableForEncryption" Type="Edm.Boolean" /><Property Name="templateId" Type="Edm.String" /></ComplexType><ComplexType Name="encryptWithUserDefinedRights" BaseType="graph.encryptContent"><Property Name="allowAdHocPermissions" Type="Edm.Boolean" /><Property Name="allowMailForwarding" Type="Edm.Boolean" /><Property Name="decryptionRightsManagementTemplateId" Type="Edm.String" /></ComplexType><ComplexType Name="evaluateLabelJobResult"><Property Name="responsiblePolicy" Type="graph.responsiblePolicy" /><Property Name="responsibleSensitiveTypes" Type="Collection(graph.responsibleSensitiveType)" /><Property Name="sensitivityLabel" Type="graph.matchingLabel" /></ComplexType><ComplexType Name="responsiblePolicy"><Property Name="id" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="responsibleSensitiveType"><Property Name="description" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /><Property Name="rulePackageId" Type="Edm.String" /><Property Name="rulePackageType" Type="Edm.String" /></ComplexType><ComplexType Name="matchingLabel"><Property Name="applicationMode" Type="graph.applicationMode" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" /><Property Name="labelActions" Type="Collection(graph.labelActionBase)" /><Property Name="name" Type="Edm.String" /><Property Name="policyTip" Type="Edm.String" /><Property Name="priority" Type="Edm.Int32" /><Property Name="toolTip" Type="Edm.String" /></ComplexType><ComplexType Name="evaluateLabelJobResultGroup"><Property Name="automatic" Type="graph.evaluateLabelJobResult" /><Property Name="recommended" Type="graph.evaluateLabelJobResult" /></ComplexType><ComplexType Name="evaluateSensitivityLabelsRequest"><Property Name="currentLabel" Type="graph.currentLabel" /><Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" /></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="justInTimeAuditConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="justInTimeEnforcementConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="labelPolicy"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="lobbyBypassSettings"><Property Name="isDialInBypassEnabled" Type="Edm.Boolean" /><Property Name="scope" Type="graph.lobbyBypassScope" /></ComplexType><ComplexType Name="machineLearningDetectedSensitiveContent" BaseType="graph.detectedSensitiveContent"><Property Name="matchTolerance" Type="graph.mlClassificationMatchTolerance" /><Property Name="modelVersion" Type="Edm.String" /></ComplexType><ComplexType Name="matchedCondition"><Property Name="condition" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="values" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="metadataEntry"><Property Name="key" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="notifyUserAction" BaseType="graph.dlpActionInfo"><Property Name="actionLastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="emailText" Type="Edm.String" /><Property Name="policyTip" Type="Edm.String" /><Property Name="recipients" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="opticalCharacterRecognitionConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" /></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="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)" /><Property Name="agents" Type="Collection(graph.aiAgentInfo)" /><Property Name="parentMessageId" Type="Edm.String" /><Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" /></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="protectGroup" BaseType="graph.labelActionBase"><Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" /><Property Name="allowGuestUsers" Type="Edm.Boolean" /><Property Name="privacy" Type="graph.groupPrivacy" /></ComplexType><ComplexType Name="protectOnlineMeetingAction" BaseType="graph.labelActionBase"><Property Name="allowedForwarders" Type="graph.onlineMeetingForwarders" /><Property Name="allowedPresenters" Type="graph.onlineMeetingPresenters" /><Property Name="isCopyToClipboardEnabled" Type="Edm.Boolean" /><Property Name="isLobbyEnabled" Type="Edm.Boolean" /><Property Name="lobbyBypassSettings" Type="graph.lobbyBypassSettings" /></ComplexType><ComplexType Name="protectSite" BaseType="graph.labelActionBase"><Property Name="accessType" Type="graph.siteAccessType" /><Property Name="conditionalAccessProtectionLevelId" Type="Edm.String" /></ComplexType><ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true"><Property Name="restrictionAction" Type="graph.restrictionAction" /></ComplexType><ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" /><ComplexType Name="sensitiveContentEvidence"><Property Name="length" Type="Edm.Int32" /><Property Name="match" Type="Edm.String" /><Property Name="offset" Type="Edm.Int32" /></ComplexType><ComplexType Name="tenantScope" BaseType="graph.scopeBase" /><ComplexType Name="textContent" BaseType="graph.contentBase"><Property Name="data" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="textExtractionResultBase" Abstract="true" /><ComplexType Name="trustContainerConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" 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="jobResponseBase" BaseType="graph.entity"><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.classificationError" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="classificationJobResponse" BaseType="graph.jobResponseBase"><Property Name="result" Type="graph.detectedSensitiveContentWrapper" /></EntityType><EntityType Name="dataClassificationService" BaseType="graph.entity"><NavigationProperty Name="exactMatchDataStores" Type="Collection(graph.exactMatchDataStore)" ContainsTarget="true" /><NavigationProperty Name="classifyFileJobs" Type="Collection(graph.jobResponseBase)" ContainsTarget="true" /><NavigationProperty Name="classifyTextJobs" Type="Collection(graph.jobResponseBase)" ContainsTarget="true" /><NavigationProperty Name="evaluateDlpPoliciesJobs" Type="Collection(graph.jobResponseBase)" ContainsTarget="true" /><NavigationProperty Name="evaluateLabelJobs" Type="Collection(graph.jobResponseBase)" ContainsTarget="true" /><NavigationProperty Name="jobs" Type="Collection(graph.jobResponseBase)" ContainsTarget="true" /><NavigationProperty Name="sensitiveTypes" Type="Collection(graph.sensitiveType)" ContainsTarget="true" /><NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /><NavigationProperty Name="exactMatchUploadAgents" Type="Collection(graph.exactMatchUploadAgent)" ContainsTarget="true" /></EntityType><EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity"><Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" /><Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase"><NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" /></EntityType><EntityType Name="sensitiveType" BaseType="graph.entity"><Property Name="classificationMethod" Type="graph.classificationMethod" /><Property Name="description" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /><Property Name="rulePackageId" Type="Edm.String" /><Property Name="rulePackageType" Type="Edm.String" /><Property Name="scope" Type="graph.sensitiveTypeScope" /><Property Name="sensitiveTypeSource" Type="graph.sensitiveTypeSource" /><Property Name="state" Type="Edm.String" /></EntityType><EntityType Name="exactMatchUploadAgent" BaseType="graph.entity"><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /></EntityType><EntityType Name="dlpEvaluatePoliciesJobResponse" BaseType="graph.jobResponseBase"><Property Name="result" Type="graph.dlpPoliciesJobResult" /></EntityType><EntityType Name="evaluateLabelJobResponse" BaseType="graph.jobResponseBase"><Property Name="result" Type="graph.evaluateLabelJobResultGroup" /></EntityType><EntityType Name="fileClassificationRequest" BaseType="graph.entity"><Property Name="file" Type="Edm.Stream" /><Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="policyFile" BaseType="graph.entity"><Property Name="content" Type="Edm.Binary" /><Property Name="fileType" Type="graph.policyFileType" Nullable="false" /><Property Name="status" Type="graph.policyFileStatus" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /></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="textClassificationRequest" BaseType="graph.entity"><Property Name="contentMetaData" Type="graph.classificationRequestContentMetaData" /><Property Name="fileExtension" Type="Edm.String" /><Property Name="matchTolerancesToInclude" Type="graph.mlClassificationMatchTolerance" /><Property Name="scopesToRun" Type="graph.sensitiveTypeScope" /><Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /><Property Name="text" Type="Edm.String" /></EntityType><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><ComplexType Name="deviceRegistrationMembership" /><ComplexType Name="allDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership" /><ComplexType Name="azureADJoinPolicy"><Property Name="allowedToJoin" Type="graph.deviceRegistrationMembership" /><Property Name="isAdminConfigurable" Type="Edm.Boolean" /><Property Name="localAdmins" Type="graph.localAdminSettings" /></ComplexType><ComplexType Name="localAdminSettings"><Property Name="enableGlobalAdmins" Type="Edm.Boolean" /><Property Name="registeringUsers" Type="graph.deviceRegistrationMembership" /></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="validatingDomains" Abstract="true"><Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" /></ComplexType><ComplexType Name="allDomains" BaseType="graph.validatingDomains" /><ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase"><Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="preApprovedPermissions" Abstract="true"><Property Name="permissionKind" Type="graph.permissionKind" /><Property Name="permissionType" Type="graph.permissionType" /></ComplexType><ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" /><ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions"><Property Name="resourceApplicationId" Type="Edm.String" /></ComplexType><ComplexType Name="scopeSensitivityLabels" Abstract="true"><Property Name="labelKind" Type="graph.labelKind" /></ComplexType><ComplexType Name="allScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels" /><ComplexType Name="preAuthorizedApplication"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="permissionIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="apiServicePrincipal"><Property Name="resourceSpecificApplicationPermissions" Type="Collection(graph.resourceSpecificPermission)" Nullable="false" /></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="appManagementConfiguration" Abstract="true"><NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" /><NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" /></ComplexType><ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration"><Property Name="audiences" Type="graph.audiencesConfiguration" /><Property Name="identifierUris" Type="graph.identifierUriConfiguration" /><Property Name="redirectUris" Type="graph.redirectUriConfiguration" /></ComplexType><ComplexType Name="audiencesConfiguration"><Property Name="azureAdMultipleOrgs" Type="graph.azureAdMultipleOrgsAudienceRestriction" /><Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" /></ComplexType><ComplexType Name="identifierUriConfiguration"><Property Name="nonDefaultUriAddition" Type="graph.identifierUriRestriction" /><Property Name="uriAdditionWithoutUniqueTenantIdentifier" Type="graph.identifierUriRestriction" /></ComplexType><ComplexType Name="redirectUriConfiguration"><Property Name="uriWithBlockedDomain" Type="graph.redirectUriBlockedDomainConfiguration" /><Property Name="uriWithBlockedScheme" Type="graph.redirectUriBlockedSchemeConfiguration" /><Property Name="uriWithoutAllowedDomain" Type="graph.redirectUriAllowedDomainConfiguration" /><Property Name="uriWithoutAllowedScheme" Type="graph.redirectUriAllowedSchemeConfiguration" /><Property Name="uriWithWildcard" Type="graph.redirectUriWildcardConfiguration" /></ComplexType><EntityType Name="keyCredentialConfiguration"><Key><PropertyRef Name="restrictionType" /></Key><Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" /><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="maxLifetime" Type="Edm.Duration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" /><Property Name="state" Type="graph.appManagementRestrictionState" /></EntityType><EntityType Name="passwordCredentialConfiguration"><Key><PropertyRef Name="restrictionType" /></Key><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="maxLifetime" Type="Edm.Duration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" /><Property Name="state" Type="graph.appManagementRestrictionState" /></EntityType><ComplexType Name="appManagementPolicyActorExemptions"><NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" /></ComplexType><EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true"><Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" /></EntityType><ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" /><ComplexType Name="appMetadata"><Property Name="data" Type="Collection(graph.appMetadataEntry)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="appMetadataEntry"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="Edm.Binary" /></ComplexType><ComplexType Name="audienceRestriction"><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" /><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="customClaimTransformation" Abstract="true"><Property Name="input" Type="graph.transformationAttribute" /></ComplexType><ComplexType Name="containsTransformation" BaseType="graph.customClaimTransformation"><Property Name="output" Type="graph.transformationAttribute" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="transformationAttribute"><Property Name="attribute" Type="graph.customClaimAttributeBase" Nullable="false" /><Property Name="treatAsMultiValue" Type="Edm.Boolean" Nullable="false" /></ComplexType><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="conversionUserDetails"><Property Name="convertedToInternalUserDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="mail" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></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="crossTenantGroupSyncInbound"><Property Name="isSyncAllowed" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="crossTenantUserSyncInbound"><Property Name="isSyncAllowed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="customAppManagementApplicationConfiguration"><Property Name="audiences" Type="graph.audiencesConfiguration" /><Property Name="identifierUris" Type="graph.identifierUriConfiguration" /><Property Name="redirectUris" Type="graph.redirectUriConfiguration" /></ComplexType><ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration"><Property Name="applicationRestrictions" Type="graph.customAppManagementApplicationConfiguration" /></ComplexType><ComplexType Name="customClaimBase" Abstract="true"><Property Name="configurations" Type="Collection(graph.customClaimConfiguration)" Nullable="false" /></ComplexType><ComplexType Name="customClaim" BaseType="graph.customClaimBase"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="namespace" Type="Edm.String" /><Property Name="samlAttributeNameFormat" Type="graph.samlAttributeNameFormat" /><Property Name="tokenFormat" Type="Collection(graph.tokenFormat)" Nullable="false" /></ComplexType><ComplexType Name="customClaimAttributeBase" Abstract="true" /><ComplexType Name="customClaimConfiguration"><Property Name="attribute" Type="graph.customClaimAttributeBase" /><Property Name="condition" Type="graph.customClaimConditionBase" /><Property Name="transformations" Type="Collection(graph.customClaimTransformation)" /></ComplexType><ComplexType Name="customClaimConditionBase" Abstract="true" /><ComplexType Name="customClaimCondition" BaseType="graph.customClaimConditionBase"><Property Name="memberOf" Type="Collection(Edm.String)" /><Property Name="userType" Type="graph.claimConditionUserType" /></ComplexType><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" /></ComplexType><ComplexType Name="directorySizeQuota"><Property Name="total" Type="Edm.Int32" /><Property Name="used" Type="Edm.Int32" /></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="domainVerificationResult"><Property Name="holdingTenantId" Type="Edm.String" /><Property Name="verifiedDomain" Type="graph.verifiedDomain" Nullable="false" /></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><ComplexType Name="endsWithTransformation" BaseType="graph.customClaimTransformation"><Property Name="output" Type="graph.transformationAttribute" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="enumeratedDomains" BaseType="graph.validatingDomains"><Property Name="domainNames" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="enumeratedPreApprovedPermissions" BaseType="graph.preApprovedPermissions"><Property Name="permissionIds" Type="Collection(Edm.String)" /><Property Name="resourceApplicationId" Type="Edm.String" /></ComplexType><ComplexType Name="enumeratedScopes" BaseType="graph.inheritableScopes"><Property Name="scopes" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="enumeratedScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels"><Property Name="sensitivityLabels" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="extractAlphaTransformation" BaseType="graph.customClaimTransformation"><Property Name="type" Type="graph.transformationExtractType" Nullable="false" /></ComplexType><ComplexType Name="extractMailPrefixTransformation" BaseType="graph.customClaimTransformation" /><ComplexType Name="extractNumberTransformation" BaseType="graph.customClaimTransformation"><Property Name="type" Type="graph.transformationExtractType" Nullable="false" /></ComplexType><ComplexType Name="extractTransformation" BaseType="graph.customClaimTransformation"><Property Name="type" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /><Property Name="value2" Type="Edm.String" /></ComplexType><ComplexType Name="federatedIdentityExpression"><Property Name="languageVersion" Type="Edm.Int32" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="identifierUriRestriction"><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="excludeAppsReceivingV2Tokens" Type="Edm.Boolean" /><Property Name="excludeSaml" Type="Edm.Boolean" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="ifEmptyTransformation" BaseType="graph.customClaimTransformation"><Property Name="output" Type="graph.transformationAttribute" Nullable="false" /></ComplexType><ComplexType Name="ifNotEmptyTransformation" BaseType="graph.customClaimTransformation"><Property Name="output" Type="graph.transformationAttribute" 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="joinTransformation" BaseType="graph.customClaimTransformation"><Property Name="input2" Type="graph.transformationAttribute" Nullable="false" /><Property Name="separator" Type="Edm.String" /></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="loginPageBrandingVisualElement"><Property Name="customText" Type="Edm.String" /><Property Name="customUrl" Type="Edm.String" /><Property Name="isHidden" Type="Edm.Boolean" /></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="oathTokenMetadata"><Property Name="enabled" Type="Edm.Boolean" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="manufacturerProperties" Type="Collection(graph.keyValue)" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="tokenType" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="onPremisesAccidentalDeletionPrevention"><Property Name="alertThreshold" Type="Edm.Int32" /><Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" /></ComplexType><ComplexType Name="onPremisesCurrentExportData"><Property Name="clientMachineName" Type="Edm.String" /><Property Name="pendingObjectsAddition" Type="Edm.Int32" /><Property Name="pendingObjectsDeletion" Type="Edm.Int32" /><Property Name="pendingObjectsUpdate" Type="Edm.Int32" /><Property Name="serviceAccount" Type="Edm.String" /><Property Name="successfulLinksProvisioningCount" Type="Edm.Int64" /><Property Name="successfulObjectsProvisioningCount" Type="Edm.Int32" /><Property Name="totalConnectorSpaceObjects" Type="Edm.Int32" /></ComplexType><ComplexType Name="onPremisesDirectorySynchronizationConfiguration"><Property Name="accidentalDeletionPrevention" Type="graph.onPremisesAccidentalDeletionPrevention" /><Property Name="anchorAttribute" Type="Edm.String" /><Property Name="applicationId" Type="Edm.String" /><Property Name="currentExportData" Type="graph.onPremisesCurrentExportData" /><Property Name="customerRequestedSynchronizationInterval" Type="Edm.Duration" /><Property Name="synchronizationClientVersion" Type="Edm.String" /><Property Name="synchronizationInterval" Type="Edm.Duration" /><Property Name="writebackConfiguration" Type="graph.onPremisesWritebackConfiguration" /></ComplexType><ComplexType Name="onPremisesWritebackConfiguration"><Property Name="unifiedGroupContainer" Type="Edm.String" /><Property Name="userContainer" Type="Edm.String" /></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="passwordValidationInformation"><Property Name="isValid" Type="Edm.Boolean" /><Property Name="validationResults" Type="Collection(graph.validationResult)" /></ComplexType><ComplexType Name="validationResult"><Property Name="message" Type="Edm.String" /><Property Name="ruleName" Type="Edm.String" /><Property Name="validationPassed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="perTenantTrafficSegmentsOverride"><Property Name="percentage" Type="Edm.Int32" Nullable="false" /><Property Name="tenantId" Type="Edm.Guid" Nullable="false" /></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="preApprovalDetail"><Property Name="permissions" Type="graph.preApprovedPermissions" Nullable="false" /><Property Name="scopeType" Type="graph.resourceScopeType" Nullable="false" /><Property Name="sensitivityLabels" Type="graph.scopeSensitivityLabels" Nullable="false" /></ComplexType><ComplexType Name="privacyProfile"><Property Name="contactEmail" Type="Edm.String" /><Property Name="statementUrl" Type="Edm.String" /></ComplexType><ComplexType Name="redirectUriAllowedDomainConfiguration"><Property Name="allowedDomains" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="publicClient" Type="graph.redirectUriPlatformAllowedDomainConfiguration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="spa" Type="graph.redirectUriPlatformAllowedDomainConfiguration" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /><Property Name="web" Type="graph.redirectUriPlatformAllowedDomainConfiguration" /></ComplexType><ComplexType Name="redirectUriPlatformAllowedDomainConfiguration"><Property Name="allowedDomains" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="redirectUriAllowedSchemeConfiguration"><Property Name="allowedSchemes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="publicClient" Type="graph.redirectUriPlatformAllowedSchemeConfiguration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="spa" Type="graph.redirectUriPlatformAllowedSchemeConfiguration" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /><Property Name="web" Type="graph.redirectUriPlatformAllowedSchemeConfiguration" /></ComplexType><ComplexType Name="redirectUriPlatformAllowedSchemeConfiguration"><Property Name="allowedSchemes" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="redirectUriBlockedDomainConfiguration"><Property Name="blockedDomains" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="publicClient" Type="graph.redirectUriPlatformBlockedDomainConfiguration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="spa" Type="graph.redirectUriPlatformBlockedDomainConfiguration" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /><Property Name="web" Type="graph.redirectUriPlatformBlockedDomainConfiguration" /></ComplexType><ComplexType Name="redirectUriPlatformBlockedDomainConfiguration"><Property Name="blockedDomains" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="redirectUriBlockedSchemeConfiguration"><Property Name="blockedSchemes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="exemptFormats" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="publicClient" Type="graph.redirectUriPlatformBlockedSchemeConfiguration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="spa" Type="graph.redirectUriPlatformBlockedSchemeConfiguration" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /><Property Name="web" Type="graph.redirectUriPlatformBlockedSchemeConfiguration" /></ComplexType><ComplexType Name="redirectUriPlatformBlockedSchemeConfiguration"><Property Name="blockedSchemes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="exemptFormats" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="redirectUriWildcardConfiguration"><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="excludeFormats" Type="graph.redirectUriWildcardExcludeFormats" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="redirectUriSettings"><Property Name="index" Type="Edm.Int32" /><Property Name="uri" Type="Edm.String" /></ComplexType><ComplexType Name="redirectUriWildcardExcludeFormats"><Property Name="excludeWildcardsInPath" Type="Edm.Boolean" Nullable="false" /><Property Name="excludeWildcardsInPathWithDomains" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="regexReplaceTransformation" BaseType="graph.customClaimTransformation"><Property Name="additionalAttributes" Type="Collection(graph.sourcedAttribute)" /><Property Name="regex" Type="Edm.String" Nullable="false" /><Property Name="replacement" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="sourcedAttribute" BaseType="graph.customClaimAttributeBase"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="isExtensionAttribute" Type="Edm.Boolean" Nullable="false" /><Property Name="source" Type="Edm.String" /></ComplexType><ComplexType Name="samlNameIdClaim" BaseType="graph.customClaimBase"><Property Name="nameIdFormat" Type="graph.samlNameIDFormat" Nullable="false" /><Property Name="serviceProviderNameQualifier" 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="serviceProvisioningResourceErrorDetail"><Property Name="code" Type="Edm.String" /><Property Name="details" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="serviceProvisioningLinkedResourceErrorDetail" BaseType="graph.serviceProvisioningResourceErrorDetail"><Property Name="propertyName" Type="Edm.String" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="serviceProvisioningResourceError" BaseType="graph.serviceProvisioningError"><Property Name="errors" Type="Collection(graph.serviceProvisioningResourceErrorDetail)" /></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="startsWithTransformation" BaseType="graph.customClaimTransformation"><Property Name="output" Type="graph.transformationAttribute" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="substringTransformation" BaseType="graph.customClaimTransformation"><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="length" Type="Edm.Int32" /></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="toLowercaseTransformation" BaseType="graph.customClaimTransformation" /><ComplexType Name="toUppercaseTransformation" BaseType="graph.customClaimTransformation" /><ComplexType Name="trimTransformation" BaseType="graph.customClaimTransformation"><Property Name="type" Type="graph.transformationTrimType" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="trustedSubjectNameAndIssuerConfiguration"><Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" /></ComplexType><ComplexType Name="trustedSubjectNameAndIssuerRestriction"><Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /><Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" /><ComplexType Name="valueBasedAttribute" BaseType="graph.customClaimAttributeBase"><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true"><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" Nullable="false" /><Property Name="resourceAppId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true"><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="agentUser" BaseType="graph.user" OpenType="true" /><EntityType Name="allowedDataLocation" BaseType="graph.entity" OpenType="true"><Property Name="appId" Type="Edm.String" /><Property Name="domain" Type="Edm.String" /><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="location" Type="Edm.String" /></EntityType><EntityType Name="allowedValue" BaseType="graph.entity"><Property Name="isActive" Type="Edm.Boolean" /></EntityType><EntityType Name="approvedClientApp" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="defaultUserRoleOverride" BaseType="graph.entity"><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="rolePermissions" Type="Collection(graph.unifiedRolePermission)" /></EntityType><EntityType Name="certificateAuthorityAsEntity" BaseType="graph.entity"><Property Name="certificate" Type="Edm.Binary" Nullable="false" /><Property Name="isRootAuthority" Type="Edm.Boolean" Nullable="false" /><Property Name="issuer" Type="Edm.String" Nullable="false" /><Property Name="issuerSubjectKeyIdentifier" Type="Edm.String" Nullable="false" /></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="trustedCertificateAuthorityAsEntityBase" BaseType="graph.directoryObject" Abstract="true"><NavigationProperty Name="trustedCertificateAuthorities" Type="Collection(graph.certificateAuthorityAsEntity)" ContainsTarget="true" /></EntityType><EntityType Name="certificateBasedApplicationConfiguration" BaseType="graph.trustedCertificateAuthorityAsEntityBase"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="trustedCertificateAuthorityBase" BaseType="graph.directoryObject" Abstract="true"><Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /></EntityType><EntityType Name="mutualTlsOauthConfiguration" BaseType="graph.trustedCertificateAuthorityBase"><Property Name="displayName" Type="Edm.String" /><Property Name="tlsClientAuthParameter" Type="graph.tlsClientRegistrationMetadata" 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" BaseType="graph.policyDeletableItem"><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" BaseType="graph.policyDeletableItem"><Key><PropertyRef Name="tenantId" /></Key><Property Name="displayName" Type="Edm.String" /><Property Name="externalCloudAuthorizedApplicationId" Type="Edm.String" /><Property Name="groupSyncInbound" Type="graph.crossTenantGroupSyncInbound" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" /></EntityType><EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption"><Property Name="value" Type="Edm.String" /></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="directorySettingTemplate" 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="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="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="sharedEmailDomainInvitations" Type="Collection(graph.sharedEmailDomainInvitation)" 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="defaultInteractiveAuthenticationMethod" Type="Edm.String" /><Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" /><Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" /><Property Name="nextSigningCertificate" Type="Edm.String" /><Property Name="openIdConnectDiscoveryEndpoint" Type="Edm.String" /><Property Name="passwordChangeUri" 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="sharedEmailDomainInvitation" BaseType="graph.entity"><Property Name="expiryTime" Type="Edm.DateTimeOffset" /><Property Name="invitationDomain" Type="Edm.String" /><Property Name="invitationStatus" Type="Edm.String" /></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="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="directorySizeQuota" Type="graph.directorySizeQuota" /><Property Name="displayName" Type="Edm.String" /><Property Name="isMultipleDataLocationsForServicesEnabled" Type="Edm.Boolean" /><Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" /><Property Name="onPremisesLastPasswordSyncDateTime" Type="Edm.DateTimeOffset" /><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="certificateConnectorSetting" Type="graph.certificateConnectorSetting" /><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="partnerInformation" Type="graph.partnerInformation" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.organizationSettings" 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" /><NavigationProperty Name="themes" Type="Collection(graph.organizationalBrandingTheme)" ContainsTarget="true" /></EntityType><EntityType Name="partnerInformation"><Key><PropertyRef Name="partnerTenantId" /></Key><Property Name="commerceUrl" Type="Edm.String" /><Property Name="companyName" Type="Edm.String" /><Property Name="companyType" Type="graph.partnerTenantType" /><Property Name="helpUrl" Type="Edm.String" /><Property Name="partnerTenantId" Type="Edm.String" Nullable="false" /><Property Name="supportEmails" Type="Collection(Edm.String)" /><Property Name="supportTelephones" Type="Collection(Edm.String)" /><Property Name="supportUrl" Type="Edm.String" /></EntityType><ComplexType Name="certificateConnectorSetting"><Property Name="certExpiryTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="connectorVersion" Type="Edm.String" /><Property Name="enrollmentError" Type="Edm.String" /><Property Name="lastConnectorConnectionTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastUploadVersion" Type="Edm.Int64" Nullable="false" /><Property Name="status" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="organizationSettings" BaseType="graph.entity"><NavigationProperty Name="microsoftApplicationDataAccess" Type="graph.microsoftApplicationDataAccessSettings" ContainsTarget="true" /><NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" /><NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /><NavigationProperty Name="peopleInsights" Type="graph.insightsSettings" ContainsTarget="true" /></EntityType><EntityType Name="organizationalBrandingLocalization" BaseType="graph.organizationalBrandingProperties" /><EntityType Name="organizationalBrandingTheme" BaseType="graph.entity"><Property Name="isDefaultTheme" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingThemeLocalization)" ContainsTarget="true" /></EntityType><EntityType Name="organizationalBrandingThemeLocalization"><Key><PropertyRef Name="locale" /></Key><Property Name="accountResetCredentials" Type="graph.loginPageBrandingVisualElement" /><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="cannotAccessYourAccount" Type="graph.loginPageBrandingVisualElement" /><Property Name="cdnHosts" Type="Collection(Edm.String)" /><Property Name="contentCustomization" Type="graph.contentCustomization" /><Property Name="customCSS" Type="Edm.Stream" /><Property Name="customCSSRelativeUrl" Type="Edm.String" /><Property Name="favicon" Type="Edm.Stream" /><Property Name="faviconRelativeUrl" Type="Edm.String" /><Property Name="forgotMyPassword" Type="graph.loginPageBrandingVisualElement" /><Property Name="headerBackgroundColor" Type="Edm.String" /><Property Name="headerLogo" Type="Edm.Stream" /><Property Name="headerLogoRelativeUrl" Type="Edm.String" /><Property Name="locale" Type="Edm.String" Nullable="false" /><Property Name="loginPageLayoutConfiguration" Type="graph.loginPageLayoutConfiguration" /><Property Name="pageBackgroundColor" Type="Edm.String" /><Property Name="privacyAndCookies" Type="graph.loginPageBrandingVisualElement" /><Property Name="resetItNow" Type="graph.loginPageBrandingVisualElement" /><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="termsOfUse" Type="graph.loginPageBrandingVisualElement" /><Property Name="usernameHintText" Type="Edm.String" /></EntityType><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)" /><NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="tenantReference"><Key><PropertyRef Name="tenantId" /></Key><Property Name="tenantId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="permissionGrantConditionSet" BaseType="graph.entity"><Property Name="certifiedClientApplicationsOnly" Type="Edm.Boolean" /><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" /><Property Name="scopeSensitivityLabels" Type="graph.scopeSensitivityLabels" Nullable="false" /></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="principalOrganizationId" Type="Edm.String" /><Property Name="resourceScope" 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="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="Edm.String" /><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="Edm.String" /><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="samlOrWsFedExternalDomainFederation" BaseType="graph.samlOrWsFedProvider"><NavigationProperty Name="domains" Type="Collection(graph.externalDomainName)" ContainsTarget="true" /></EntityType><EntityType Name="servicePrincipalCreationConditionSet" BaseType="graph.entity"><Property Name="applicationIds" Type="Collection(Edm.String)" /><Property Name="applicationPublisherIds" Type="Collection(Edm.String)" /><Property Name="applicationsFromVerifiedPublisherOnly" Type="Edm.Boolean" /><Property Name="applicationTenantIds" Type="Collection(Edm.String)" /><Property Name="certifiedApplicationsOnly" Type="Edm.Boolean" /></EntityType><EntityType Name="strongAuthenticationDetail" BaseType="graph.entity"><Property Name="encryptedPinHashHistory" Type="Edm.Binary" /><Property Name="proofupTime" Type="Edm.Int64" /></EntityType><EntityType Name="strongAuthenticationPhoneAppDetail" BaseType="graph.entity"><Property Name="authenticationType" Type="Edm.String" Nullable="false" /><Property Name="authenticatorFlavor" Type="Edm.String" /><Property Name="deviceId" Type="Edm.Guid" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceTag" Type="Edm.String" /><Property Name="deviceToken" Type="Edm.String" /><Property Name="hashFunction" Type="Edm.String" /><Property Name="lastAuthenticatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="notificationType" Type="Edm.String" /><Property Name="oathSecretKey" Type="Edm.String" /><Property Name="oathTokenMetadata" Type="graph.oathTokenMetadata" /><Property Name="oathTokenTimeDriftInSeconds" Type="Edm.Int32" Nullable="false" /><Property Name="phoneAppVersion" Type="Edm.String" /><Property Name="tenantDeviceId" Type="Edm.String" /><Property Name="tokenGenerationIntervalInSeconds" Type="Edm.Int32" /></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="managedTenants" Type="microsoft.graph.managedTenants.managedTenant" 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><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="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="grade" Type="Edm.String" /><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)" /><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="languageTag" Type="Edm.String" /><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" /><Property Name="id" Type="Edm.String" /><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="backupCountStatistics"><Property Name="lastComputedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="offboardRequested" Type="Edm.Int32" /><Property Name="protectedCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="protectedFailed" Type="Edm.Int32" Nullable="false" /><Property Name="protectedInProgress" Type="Edm.Int32" Nullable="false" /><Property Name="removed" Type="Edm.Int32" /><Property Name="total" Type="Edm.Int32" Nullable="false" /><Property Name="unprotectedCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="unprotectedFailed" Type="Edm.Int32" Nullable="false" /><Property Name="unprotectedInProgress" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="backupPolicyReport"><Property Name="backupPolicyId" Type="Edm.String" Nullable="false" /><Property Name="countStatistics" Type="graph.backupCountStatistics" Nullable="false" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="browseQueryResponseItem"><Property Name="itemKey" Type="Edm.String" /><Property Name="itemsCount" Type="Edm.Int32" /><Property Name="name" Type="Edm.String" /><Property Name="sizeInBytes" Type="Edm.String" /><Property Name="type" Type="graph.browseQueryResponseItemType" Nullable="false" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="notificationRecipients"><Property Name="customRecipients" Type="Collection(graph.emailIdentity)" Nullable="false" /><Property Name="role" Type="graph.notificationRecipientsType" Nullable="false" /></ComplexType><ComplexType Name="emailIdentity" BaseType="graph.identity" OpenType="true"><Property Name="email" Type="Edm.String" /></ComplexType><ComplexType Name="offboardingDetails"><Property Name="cancelledCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="offboardedCount" Type="Edm.Int32" Nullable="false" /><Property Name="offboardEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="offboardingStatus" Type="Edm.String" /><Property Name="offboardStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="totalRequestedCount" Type="Edm.Int32" Nullable="false" /></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="protectionUnitDetails"><Property Name="addedCount" Type="Edm.Int32" Nullable="false" /><Property Name="backupConfigurationType" Type="Edm.String" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="removedCount" Type="Edm.Int32" Nullable="false" /><Property Name="requestedToAddCount" Type="Edm.Int32" Nullable="false" /><Property Name="requestedToRemoveCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="restoreArtifactDetails"><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="restoredCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalArtifactsCount" Type="Edm.Int32" Nullable="false" /></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="activityLogBase" BaseType="graph.entity" Abstract="true"><Property Name="activityType" Type="graph.activityLogOperationType" Nullable="false" /><Property Name="error" Type="graph.publicError" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="performedBy" Type="Edm.String" /><Property Name="resultStatus" Type="graph.activityLogResultStatus" Nullable="false" /><Property Name="serviceType" Type="graph.serviceType" Nullable="false" /><Property Name="severity" Type="graph.activityLogSeverity" Nullable="false" /></EntityType><EntityType Name="fullServiceBackupBase" BaseType="graph.entity"><Property Name="actionOnExistingPolicy" Type="graph.fullServiceBackupDisableMode" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" /><Property Name="policyId" Type="Edm.String" /><Property Name="status" Type="graph.fullServiceBackupStatus" /></EntityType><EntityType Name="allDrivesBackup" BaseType="graph.fullServiceBackupBase" /><EntityType Name="allMailboxesBackup" BaseType="graph.fullServiceBackupBase" /><EntityType Name="allSitesBackup" BaseType="graph.fullServiceBackupBase" /><EntityType Name="backupPolicyActivityLog" BaseType="graph.activityLogBase"><Property Name="oldPolicyName" Type="Edm.String" /><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="policyStatus" Type="graph.protectionPolicyStatus" Nullable="false" /><Property Name="protectionUnitDetails" Type="graph.protectionUnitDetails" /><Property Name="retentionPeriod" Type="Edm.String" /></EntityType><EntityType Name="backupReport" BaseType="graph.entity" Abstract="true" /><EntityType Name="browseSessionBase" BaseType="graph.entity" Abstract="true"><Property Name="backupSizeInBytes" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.publicError" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="restorePointDateTime" Type="Edm.DateTimeOffset" /><Property Name="restorePointId" Type="Edm.String" /><Property Name="status" Type="graph.browseSessionStatus" Nullable="false" /></EntityType><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="backupRetentionPeriodInDays" Type="Edm.Int32" Nullable="false" /><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="emailNotificationsSetting" BaseType="graph.entity"><Property Name="additionalEvents" Type="graph.notificationEventsType" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="recipients" Type="graph.notificationRecipients" Nullable="false" /></EntityType><EntityType Name="protectionPolicyBase" BaseType="graph.entity" Abstract="true"><Property Name="billingPolicyId" Type="Edm.String" /><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="offboardRequestedDateTime" Type="Edm.DateTimeOffset" /><Property Name="protectionMode" Type="graph.BackupPolicyProtectionMode" /><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" /><Property Name="mailboxType" Type="graph.mailboxType" /></EntityType><EntityType Name="mailboxProtectionUnitsBulkAdditionJob" BaseType="graph.protectionUnitsBulkJobBase"><Property Name="directoryObjectIds" Type="Collection(Edm.String)" /><Property Name="mailboxes" Type="Collection(Edm.String)" /></EntityType><EntityType Name="oneDriveForBusinessBrowseSession" BaseType="graph.browseSessionBase"><Property Name="directoryObjectId" Type="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" /><NavigationProperty Name="granularDriveRestoreArtifacts" Type="Collection(graph.granularDriveRestoreArtifact)" 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="sharePointBrowseSession" BaseType="graph.browseSessionBase"><Property Name="siteId" Type="Edm.String" /></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="granularSiteRestoreArtifacts" Type="Collection(graph.granularSiteRestoreArtifact)" ContainsTarget="true" /><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="dynamicRuleActivityLog" BaseType="graph.activityLogBase"><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="protectionUnitDetails" Type="graph.protectionUnitDetails" /></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="granularRestoreArtifactBase" BaseType="graph.entity"><Property Name="browseSessionId" Type="Edm.String" /><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="restoredItemKey" Type="Edm.String" /><Property Name="restoredItemPath" Type="Edm.String" /><Property Name="restoredItemWebUrl" Type="Edm.String" /><Property Name="restorePointDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.artifactRestoreStatus" Nullable="false" /><Property Name="webUrl" Type="Edm.String" /></EntityType><EntityType Name="granularDriveRestoreArtifact" BaseType="graph.granularRestoreArtifactBase"><Property Name="directoryObjectId" Type="Edm.String" /></EntityType><EntityType Name="granularSiteRestoreArtifact" BaseType="graph.granularRestoreArtifactBase"><Property Name="siteId" Type="Edm.String" /></EntityType><EntityType Name="offboardingActivityLog" BaseType="graph.activityLogBase"><Property Name="offboardingDetails" Type="graph.offboardingDetails" /><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /><Property Name="policyStatus" Type="graph.protectionPolicyStatus" Nullable="false" /></EntityType><EntityType Name="restoreTaskActivityLog" BaseType="graph.activityLogBase"><Property Name="destinationType" Type="graph.destinationType" Nullable="false" /><Property Name="restoreArtifactDetails" Type="graph.restoreArtifactDetails" /><Property Name="restoreCompletionDateTime" Type="Edm.DateTimeOffset" /><Property Name="restoreSessionId" Type="Edm.String" /><Property Name="restoreSessionStatus" Type="graph.restoreSessionStatus" Nullable="false" /><Property Name="tags" Type="graph.restorePointTags" Nullable="false" /></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><EntityType Name="network" /><EntityType Name="compliantNetworkNamedLocation" BaseType="graph.namedLocation"><Property Name="compliantNetworkType" Type="graph.compliantNetworkType" Nullable="false" /><Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="conditionalAccessConditionSet"><Property Name="agentIdRiskLevels" Type="graph.conditionalAccessAgentIdRiskLevels" /><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="deviceStates" Type="graph.conditionalAccessDeviceStates" /><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="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="conditionalAccessSessionControls"><Property Name="applicationEnforcedRestrictions" Type="graph.applicationEnforcedRestrictionsSessionControl" /><Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" /><Property Name="continuousAccessEvaluation" Type="graph.continuousAccessEvaluationSessionControl" /><Property Name="disableResilienceDefaults" Type="Edm.Boolean" /><Property Name="globalSecureAccessFilteringProfile" Type="graph.globalSecureAccessFilteringProfileSessionControl" /><Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" /><Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" /><Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" /></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="ipNamedLocation" BaseType="graph.namedLocation"><Property Name="ipRanges" Type="Collection(graph.ipRange)" Nullable="false" /><Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="ipRange" Abstract="true" /><EntityType Name="privateLinkNamedLocation" BaseType="graph.namedLocation"><Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" /><Property Name="privateLinkResourcePolicyIds" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="serviceTagNamedLocation" BaseType="graph.namedLocation"><Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" /><Property Name="serviceTags" Type="Collection(Edm.String)" Nullable="false" /></EntityType><ComplexType Name="contentClassification"><Property Name="confidence" Type="Edm.Int32" /><Property Name="matches" Type="Collection(graph.matchLocation)" /><Property Name="sensitiveTypeId" Type="Edm.String" /><Property Name="uniqueCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="matchLocation"><Property Name="length" Type="Edm.Int32" /><Property Name="offset" Type="Edm.Int32" /></ComplexType><ComplexType Name="dataStoreField"><Property Name="name" Type="Edm.String" /><Property Name="searchable" Type="Edm.Boolean" /><Property Name="unique" Type="Edm.Boolean" /></ComplexType><ComplexType Name="exactDataMatchStoreColumn"><Property Name="ignoredDelimiters" Type="Collection(Edm.String)" /><Property Name="isCaseInsensitive" Type="Edm.Boolean" /><Property Name="isSearchable" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="exactMatchClassificationRequest"><Property Name="contentClassifications" Type="Collection(graph.contentClassification)" /><Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /><Property Name="text" Type="Edm.String" /><Property Name="timeoutInMs" Type="Edm.Int32" /></ComplexType><ComplexType Name="exactMatchClassificationResult"><Property Name="classification" Type="Collection(graph.exactMatchDetectedSensitiveContent)" /><Property Name="errors" Type="Collection(graph.classificationError)" /></ComplexType><ComplexType Name="exactMatchDetectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase"><Property Name="matches" Type="Collection(graph.sensitiveContentLocation)" /></ComplexType><EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true"><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.classificationError" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase"><Property Name="dataStoreId" Type="Edm.String" /><Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" /><Property Name="remainingBlockCount" Type="Edm.Int32" /><Property Name="remainingJobCount" Type="Edm.Int32" /><Property Name="state" Type="Edm.String" /><Property Name="totalBlockCount" Type="Edm.Int32" /><Property Name="totalJobCount" Type="Edm.Int32" /><Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase"><Property Name="checksum" Type="Edm.String" /><Property Name="dataUploadURI" Type="Edm.String" /><Property Name="fields" Type="Collection(Edm.String)" /><Property Name="fileName" Type="Edm.String" /><Property Name="rowsPerBlock" Type="Edm.Int32" /><Property Name="salt" Type="Edm.String" /><Property Name="uploadAgentId" Type="Edm.String" /><NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" /></EntityType><EntityType Name="exactMatchLookupJob" BaseType="graph.exactMatchJobBase"><Property Name="state" Type="Edm.String" /><NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" /></EntityType><EntityType Name="lookupResultRow" BaseType="graph.entity"><Property Name="row" Type="Edm.String" /></EntityType><ComplexType Name="workbookCommentMention"><Property Name="email" Type="Edm.String" /><Property Name="id" Type="Edm.Int32" Nullable="false" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="workbookDocumentTaskSchedule"><Property Name="dueDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="workbookEmailIdentity"><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><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="itemActivityOLD" BaseType="graph.entity"><Property Name="action" Type="graph.itemActionSet" /><Property Name="actor" Type="graph.identitySet" /><Property Name="times" Type="graph.itemActivityTimeSet" /><NavigationProperty Name="driveItem" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" /></EntityType><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="contentStream" 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="media" Type="graph.media" /><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="source" Type="graph.driveItemSource" /><Property Name="specialFolder" Type="graph.specialFolder" /><Property Name="video" Type="graph.video" /><Property Name="viewpoint" Type="graph.driveItemViewpoint" /><Property Name="webDavUrl" Type="Edm.String" /><NavigationProperty Name="workbook" Type="graph.workbook" ContainsTarget="true" /><NavigationProperty Name="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" /><NavigationProperty Name="analytics" Type="graph.itemAnalytics" /><NavigationProperty Name="children" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" 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="file"><Property Name="archiveStatus" Type="graph.fileArchiveStatus" Nullable="false" /><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="media"><Property Name="isTranscriptionShown" Type="Edm.Boolean" /><Property Name="mediaSource" Type="graph.mediaSource" /></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="driveItemSource"><Property Name="application" Type="graph.driveItemSourceApplication" /><Property Name="externalId" Type="Edm.String" /></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><ComplexType Name="driveItemViewpoint"><Property Name="accessOperations" Type="graph.driveItemAccessOperationsViewpoint" /><Property Name="sharing" Type="graph.sharingViewpoint" /></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="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" /><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="permissions" Type="Collection(graph.permission)" 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="notificationContentType" 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="cellAddress" Type="Edm.String" /><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" Nullable="false" /><Property Name="mentions" Type="Collection(graph.workbookCommentMention)" /><Property Name="richContent" Type="Edm.String" /><NavigationProperty Name="replies" Type="Collection(graph.workbookCommentReply)" ContainsTarget="true" /><NavigationProperty Name="task" Type="graph.workbookDocumentTask" 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" /><NavigationProperty Name="tasks" Type="Collection(graph.workbookDocumentTask)" 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" /><Property Name="mentions" Type="Collection(graph.workbookCommentMention)" /><Property Name="richContent" Type="Edm.String" /><NavigationProperty Name="task" Type="graph.workbookDocumentTask" ContainsTarget="true" /></EntityType><EntityType Name="workbookDocumentTask" BaseType="graph.entity"><Property Name="assignees" Type="Collection(graph.workbookEmailIdentity)" /><Property Name="completedBy" Type="graph.workbookEmailIdentity" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.workbookEmailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="percentComplete" Type="Edm.Int32" /><Property Name="priority" Type="Edm.Int32" /><Property Name="startAndDueDateTime" Type="graph.workbookDocumentTaskSchedule" /><Property Name="title" Type="Edm.String" /><NavigationProperty Name="changes" Type="Collection(graph.workbookDocumentTaskChange)" ContainsTarget="true" /><NavigationProperty Name="comment" Type="graph.workbookComment" ContainsTarget="true" /></EntityType><EntityType Name="workbookDocumentTaskChange" BaseType="graph.entity"><Property Name="assignee" Type="graph.workbookEmailIdentity" /><Property Name="changedBy" Type="graph.workbookEmailIdentity" Nullable="false" /><Property Name="commentId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="dueDateTime" Type="Edm.DateTimeOffset" /><Property Name="percentComplete" Type="Edm.Int32" /><Property Name="priority" Type="Edm.Int32" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="title" Type="Edm.String" /><Property Name="type" Type="Edm.String" Nullable="false" /><Property Name="undoChangeId" Type="Edm.String" /></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="meetingLocationSuggestion"><Property Name="availability" Type="graph.freeBusyStatus" Nullable="false" /><Property Name="location" Type="graph.location" /><Property Name="timeSlotAvailabilities" Type="Collection(graph.timeSlotAvailability)" Nullable="false" /></ComplexType><ComplexType Name="timeSlotAvailability" BaseType="graph.timeSlot"><Property Name="availability" Type="graph.freeBusyStatus" Nullable="false" /></ComplexType><ComplexType Name="meetingLocationSuggestionsResult"><Property Name="emptySuggestionsReason" Type="Edm.String" /><Property Name="meetingLocationSuggestions" Type="Collection(graph.meetingLocationSuggestion)" Nullable="false" /></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="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="timeConstraint"><Property Name="activityDomain" Type="graph.activityDomain" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><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="placeExecutionResult"><Property Name="children" Type="Collection(graph.placeExecutionResult)" /><Property Name="error" Type="graph.publicError" /><NavigationProperty Name="succeededPlace" Type="graph.place" /></ComplexType><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" Nullable="false" /><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" /><NavigationProperty Name="children" Type="Collection(graph.place)" /></EntityType><ComplexType Name="placeOperationProgress"><Property Name="failedPlaceCount" Type="Edm.Int32" /><Property Name="succeededPlaceCount" Type="Edm.Int32" /><Property Name="totalPlaceCount" Type="Edm.Int32" /></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><ComplexType Name="workplaceSensor"><Property Name="displayName" Type="Edm.String" /><Property Name="placeId" Type="Edm.String" /><Property Name="sensorId" Type="Edm.String" /><Property Name="sensorType" Type="graph.workplaceSensorType" Nullable="false" /></ComplexType><ComplexType Name="workplaceSensorDeviceTelemetry"><Property Name="boolValue" Type="Edm.Boolean" /><Property Name="deviceId" Type="Edm.String" Nullable="false" /><Property Name="eventValue" Type="graph.workplaceSensorEventValue" /><Property Name="intValue" Type="Edm.Int32" /><Property Name="locationHint" Type="Edm.String" /><Property Name="sensorId" Type="Edm.String" /><Property Name="sensorType" Type="graph.workplaceSensorType" Nullable="false" /><Property Name="timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="workplaceSensorEventValue"><Property Name="eventType" Type="graph.workplaceSensorEventType" /><Property Name="user" Type="graph.emailIdentity" /></ComplexType><EntityType Name="baseMapFeature" BaseType="graph.entity" Abstract="true"><Property Name="properties" Type="Edm.String" /></EntityType><EntityType Name="building" BaseType="graph.place"><Property Name="hasWiFi" Type="Edm.Boolean" Nullable="false" /><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="placeOperation" BaseType="graph.entity"><Property Name="details" Type="Collection(graph.placeExecutionResult)" /><Property Name="progress" Type="graph.placeOperationProgress" /><Property Name="status" Type="graph.placeOperationStatus" Nullable="false" /></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="isTeamsEnabled" Type="Edm.Boolean" Nullable="false" /><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="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="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" /><EntityType Name="workplace"><NavigationProperty Name="sensorDevices" Type="Collection(graph.workplaceSensorDevice)" ContainsTarget="true" /></EntityType><EntityType Name="workplaceSensorDevice" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="ipV4Address" Type="Edm.String" /><Property Name="ipV6Address" Type="Edm.String" /><Property Name="macAddress" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" Nullable="false" /><Property Name="placeId" Type="Edm.String" /><Property Name="sensors" Type="Collection(graph.workplaceSensor)" Nullable="false" /><Property Name="tags" Type="Collection(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="deviceId" /><PropertyValue Property="Name" PropertyPath="deviceId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><ComplexType Name="customAppScopeAttributesDictionary" BaseType="graph.Dictionary" OpenType="true" /><EntityType Name="customAppScope" BaseType="graph.appScope"><Property Name="customAttributes" Type="graph.customAppScopeAttributesDictionary" Nullable="false" /></EntityType><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="emailDetails"><Property Name="body" Type="Edm.String" Nullable="false" /><Property Name="senderEmailAddress" Type="Edm.String" Nullable="false" /><Property Name="subject" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="exportItemResponse"><Property Name="changeKey" Type="Edm.String" /><Property Name="data" Type="Edm.Stream" /><Property Name="error" Type="graph.mailTipsError" /><Property Name="itemId" Type="Edm.String" /></ComplexType><ComplexType Name="mailTipsError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></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="mailboxItemImportSession"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="importUrl" 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="mentionsPreview"><Property Name="isMentioned" Type="Edm.Boolean" /></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="personDataSource"><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="rankedEmailAddress"><Property Name="address" Type="Edm.String" /><Property Name="rank" Type="Edm.Double" /></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="structuredDataEntry"><Property Name="keyEntry" Type="graph.structuredDataEntryTypedValue" Nullable="false" /><Property Name="valueEntry" Type="graph.structuredDataEntryTypedValue" Nullable="false" /></ComplexType><ComplexType Name="structuredDataEntryTypedValue"><Property Name="type" Type="graph.structuredDataEntryValueType" Nullable="false" /><Property Name="values" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="targetOwners"><Property Name="notifyMembers" Type="graph.notifyMembers" Nullable="false" /><Property Name="securityGroups" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="timeZoneInformation"><Property Name="alias" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="typedEmailAddress" BaseType="graph.emailAddress"><Property Name="otherLabel" Type="Edm.String" /><Property Name="type" Type="graph.emailType" /></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="importance" Type="graph.importance" /><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="mentions" Type="Collection(graph.mention)" 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="mailbox" BaseType="graph.directoryObject"><NavigationProperty Name="folders" Type="Collection(graph.mailboxFolder)" ContainsTarget="true" /></EntityType><EntityType Name="messageTrace" BaseType="graph.entity"><Property Name="destinationIPAddress" Type="Edm.String" /><Property Name="messageId" Type="Edm.String" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="senderEmail" Type="Edm.String" /><Property Name="size" Type="Edm.Int32" Nullable="false" /><Property Name="sourceIPAddress" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /><NavigationProperty Name="recipients" Type="Collection(graph.messageRecipient)" ContainsTarget="true" /></EntityType><EntityType Name="messageTracingRoot" BaseType="graph.entity"><NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" /></EntityType><EntityType Name="exchangeSettings" BaseType="graph.entity"><Property Name="inPlaceArchiveMailboxId" Type="Edm.String" /><Property Name="primaryMailboxId" Type="Edm.String" /></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="mailboxFolder" BaseType="graph.entity"><Property Name="childFolderCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="parentMailboxUrl" Type="Edm.String" /><Property Name="totalItemCount" Type="Edm.Int32" /><Property Name="type" Type="Edm.String" /><NavigationProperty Name="childFolders" Type="Collection(graph.mailboxFolder)" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(graph.mailboxItem)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="mailboxItem" BaseType="graph.outlookItem"><Property Name="size" Type="Edm.Int64" /><Property Name="type" Type="Edm.String" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" 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="mailFolderOperation" BaseType="graph.entity"><Property Name="resourceLocation" Type="Edm.String" /><Property Name="status" Type="graph.mailFolderOperationStatus" /></EntityType><EntityType Name="userConfiguration" BaseType="graph.entity"><Property Name="binaryData" Type="Edm.Binary" /><Property Name="structuredData" Type="Collection(graph.structuredDataEntry)" /><Property Name="xmlData" Type="Edm.Binary" /></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="mention" BaseType="graph.entity"><Property Name="application" Type="Edm.String" /><Property Name="clientReference" Type="Edm.String" /><Property Name="createdBy" Type="graph.emailAddress" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="deepLink" Type="Edm.String" /><Property Name="mentioned" Type="graph.emailAddress" Nullable="false" /><Property Name="mentionText" Type="Edm.String" /><Property Name="serverCreatedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="note" BaseType="graph.outlookItem"><Property Name="body" Type="graph.itemBody" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="isDeleted" Type="Edm.Boolean" /><Property Name="subject" 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="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="outlookTask" BaseType="graph.outlookItem"><Property Name="assignedTo" Type="Edm.String" /><Property Name="body" Type="graph.itemBody" /><Property Name="completedDateTime" Type="graph.dateTimeTimeZone" /><Property Name="dueDateTime" Type="graph.dateTimeTimeZone" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="importance" Type="graph.importance" /><Property Name="isReminderOn" Type="Edm.Boolean" /><Property Name="owner" Type="Edm.String" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="reminderDateTime" Type="graph.dateTimeTimeZone" /><Property Name="sensitivity" Type="graph.sensitivity" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /><Property Name="status" Type="graph.taskStatus" /><Property Name="subject" Type="Edm.String" /><NavigationProperty Name="attachments" Type="Collection(graph.attachment)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="outlookTaskFolder" BaseType="graph.entity"><Property Name="changeKey" Type="Edm.String" /><Property Name="isDefaultFolder" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="parentGroupKey" Type="Edm.Guid" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.outlookTask)" ContainsTarget="true" /></EntityType><EntityType Name="outlookTaskGroup" BaseType="graph.entity"><Property Name="changeKey" Type="Edm.String" /><Property Name="groupKey" Type="Edm.Guid" /><Property Name="isDefaultGroup" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><NavigationProperty Name="taskFolders" Type="Collection(graph.outlookTaskFolder)" ContainsTarget="true" /></EntityType><EntityType Name="referenceAttachment" BaseType="graph.attachment"><Property Name="isFolder" Type="Edm.Boolean" /><Property Name="permission" Type="graph.referenceAttachmentPermission" /><Property Name="previewUrl" Type="Edm.String" /><Property Name="providerType" Type="graph.referenceAttachmentProvider" /><Property Name="sourceUrl" Type="Edm.String" /><Property Name="thumbnailUrl" Type="Edm.String" /></EntityType><EntityType Name="updateAllMessagesReadStateOperation" BaseType="graph.mailFolderOperation" /><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="contactMergeSuggestions" BaseType="graph.entity"><Property Name="isEnabled" Type="Edm.Boolean" /></EntityType><EntityType Name="userInsightsSettings" BaseType="graph.entity"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="regionalAndLanguageSettings" BaseType="graph.entity"><Property Name="authoringLanguages" Type="Collection(graph.localeInfo)" /><Property Name="defaultDisplayLanguage" Type="graph.localeInfo" /><Property Name="defaultRegionalFormat" Type="graph.localeInfo" /><Property Name="defaultSpeechInputLanguage" Type="graph.localeInfo" /><Property Name="defaultTranslationLanguage" Type="graph.localeInfo" /><Property Name="regionalFormatOverrides" Type="graph.regionalFormatOverrides" /><Property Name="translationPreferences" Type="graph.translationPreferences" /></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="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="itemDefaultSensitivityLabelId" Type="Edm.String" /><Property Name="itemMajorVersionLimit" Type="Edm.Int32" /></ComplexType><ComplexType Name="fileStorageContainerTypeAgentSettings"><Property Name="chatEmbedAllowedHosts" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="fileStorageContainerTypeRegistrationSettings"><Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" /><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="agent" Type="graph.fileStorageContainerTypeAgentSettings" /><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><ComplexType Name="informationBarrier"><Property Name="mode" Type="graph.informationBarrierMode" Nullable="false" /><Property Name="segmentIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="sharePointApiUsageDataPoint"><Property Name="activeApps" Type="Edm.Int32" /><Property Name="appId" Type="Edm.String" /><Property Name="serviceArea" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="usageDateTime" Type="Edm.DateTimeOffset" /><Property Name="usageMB" Type="Edm.Int64" /><Property Name="usageRequests" Type="Edm.Int64" /></ComplexType><ComplexType Name="sharePointApiUsageReport"><Property Name="dataPoints" Type="Collection(graph.sharePointApiUsageDataPoint)" Nullable="false" /></ComplexType><ComplexType Name="sharePointMigrationTaskParameters"><Property Name="preferredLatestStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="preferredStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="sourceSiteUrl" Type="Edm.String" /><Property Name="targetDataLocationCode" Type="Edm.String" /><Property Name="targetOrganizationHost" Type="Edm.String" /><Property Name="targetOrganizationId" Type="Edm.Guid" /><Property Name="targetSiteUrl" Type="Edm.String" /><Property Name="validateOnly" Type="Edm.Boolean" /></ComplexType><ComplexType Name="sharePointGroupMigrationTaskParameters" BaseType="graph.sharePointMigrationTaskParameters"><Property Name="sourceGroupIdentity" Type="graph.groupIdentity" /><Property Name="targetGroupIdentity" Type="graph.groupIdentity" /></ComplexType><ComplexType Name="groupIdentity" BaseType="graph.identity" OpenType="true"><Property Name="mailNickname" Type="Edm.String" /></ComplexType><ComplexType Name="sharePointIdentityMappingGroupMigrationData"><Property Name="mailNickname" Type="Edm.String" /></ComplexType><ComplexType Name="sharePointIdentityMappingUserMigrationData"><Property Name="email" Type="Edm.String" /></ComplexType><ComplexType Name="sharePointSiteMigrationTaskParameters" BaseType="graph.sharePointMigrationTaskParameters" /><ComplexType Name="sharePointUserMigrationTaskParameters" BaseType="graph.sharePointMigrationTaskParameters"><Property Name="sourceUserIdentity" Type="graph.userIdentity" /><Property Name="targetUserIdentity" Type="graph.userIdentity" /></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="archivalDetails" Type="graph.siteArchivalDetails" /><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="externalGroupId" Type="Edm.Guid" /><Property Name="informationBarrier" Type="graph.informationBarrier" /><Property Name="lockState" Type="graph.siteLockState" /><Property Name="owners" Type="Collection(graph.userIdentity)" /><Property Name="ownershipType" Type="graph.fileStorageContainerOwnershipType" /><Property Name="settings" Type="graph.fileStorageContainerSettings" Nullable="false" /><Property Name="status" Type="graph.fileStorageContainerStatus" /><Property Name="storageUsedInBytes" Type="Edm.Int64" /><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><ComplexType Name="siteArchivalDetails"><Property Name="archivedBy" Type="graph.identitySet" /><Property Name="archivedDateTime" Type="Edm.DateTimeOffset" /><Property Name="archiveStatus" Type="graph.siteArchiveStatus" /></ComplexType><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="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="sharePointIdentityMapping" BaseType="graph.entity"><Property Name="deleted" Type="graph.deleted" /><Property Name="sourceOrganizationId" Type="Edm.Guid" Nullable="false" /></EntityType><EntityType Name="sharePointGroupIdentityMapping" BaseType="graph.sharePointIdentityMapping"><Property Name="groupType" Type="graph.sharePointIdentityMappingGroupType" Nullable="false" /><Property Name="sourceGroupIdentity" Type="graph.identity" /><Property Name="targetGroupIdentity" Type="graph.identity" /><Property Name="targetGroupMigrationData" Type="graph.sharePointIdentityMappingGroupMigrationData" /><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="sourceGroupObjectId" /><PropertyValue Property="Name" PropertyPath="sourceGroupObjectId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="sharePointMigrationsRoot" BaseType="graph.entity"><NavigationProperty Name="crossOrganizationGroupMappings" Type="Collection(graph.sharePointGroupIdentityMapping)" ContainsTarget="true" /><NavigationProperty Name="crossOrganizationMigrationTasks" Type="Collection(graph.sharePointMigrationTask)" ContainsTarget="true" /><NavigationProperty Name="crossOrganizationUserMappings" Type="Collection(graph.sharePointUserIdentityMapping)" ContainsTarget="true" /></EntityType><EntityType Name="sharePointMigrationTask" BaseType="graph.entity"><Property Name="error" Type="graph.publicError" Nullable="false" /><Property Name="finishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="parameters" Type="graph.sharePointMigrationTaskParameters" Nullable="false" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.sharePointMigrationTaskStatus" Nullable="false" /></EntityType><EntityType Name="sharePointUserIdentityMapping" BaseType="graph.sharePointIdentityMapping"><Property Name="sourceUserIdentity" Type="graph.userIdentity" /><Property Name="targetUserIdentity" Type="graph.userIdentity" /><Property Name="targetUserMigrationData" Type="graph.sharePointIdentityMappingUserMigrationData" /><Property Name="userType" Type="graph.sharePointIdentityMappingUserType" 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="sourceUserPrincipalName" /><PropertyValue Property="Name" PropertyPath="sourceUserPrincipalName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></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="contentModelUsage"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="driveId" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="modelId" Type="Edm.String" /><Property Name="modelVersion" Type="Edm.String" /></ComplexType><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="defaultSharingLink"><Property Name="defaultToExistingAccess" Type="Edm.Boolean" /><Property Name="role" Type="graph.sharingRole" /><Property Name="scope" Type="graph.sharingScope" /></ComplexType><ComplexType Name="deleteAction"><Property Name="name" Type="Edm.String" /><Property Name="objectType" Type="Edm.String" /></ComplexType><ComplexType Name="directSharingAbilities"><Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" /><Property Name="addInternalUsers" Type="graph.sharingOperationStatus" /><Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" /><Property Name="requestGrantAccess" Type="graph.sharingOperationStatus" /></ComplexType><ComplexType Name="sharingOperationStatus"><Property Name="disabledReason" Type="Edm.String" /><Property Name="enabled" Type="Edm.Boolean" /></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="driveItemAccessOperationsViewpoint"><Property Name="canComment" Type="Edm.Boolean" /><Property Name="canCreateFile" Type="Edm.Boolean" /><Property Name="canCreateFolder" Type="Edm.Boolean" /><Property Name="canDelete" Type="Edm.Boolean" /><Property Name="canDownload" Type="Edm.Boolean" /><Property Name="canRead" Type="Edm.Boolean" /><Property Name="canUpdate" Type="Edm.Boolean" /></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="sharingViewpoint"><Property Name="defaultSharingLink" Type="graph.defaultSharingLink" Nullable="false" /><Property Name="sharingAbilities" Type="graph.sharePointSharingAbilities" Nullable="false" /></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="flexSchemaContainer" OpenType="true" /><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="integerRange"><Property Name="end" Type="Edm.Int64" /><Property Name="maximum" Type="Edm.Int64" /><Property Name="minimum" Type="Edm.Int64" /><Property Name="start" Type="Edm.Int64" /></ComplexType><ComplexType Name="itemActionSet"><Property Name="comment" Type="graph.commentAction" /><Property Name="create" Type="graph.createAction" /><Property Name="delete" Type="graph.deleteAction" /><Property Name="edit" Type="graph.editAction" /><Property Name="mention" Type="graph.mentionAction" /><Property Name="move" Type="graph.moveAction" /><Property Name="rename" Type="graph.renameAction" /><Property Name="restore" Type="graph.restoreAction" /><Property Name="share" Type="graph.shareAction" /><Property Name="version" Type="graph.versionAction" /></ComplexType><ComplexType Name="mentionAction"><Property Name="mentionees" Type="Collection(graph.identitySet)" /></ComplexType><ComplexType Name="moveAction"><Property Name="from" Type="Edm.String" /><Property Name="to" Type="Edm.String" /></ComplexType><ComplexType Name="renameAction"><Property Name="newName" Type="Edm.String" /><Property Name="oldName" Type="Edm.String" /></ComplexType><ComplexType Name="restoreAction" /><ComplexType Name="shareAction"><Property Name="recipients" Type="Collection(graph.identitySet)" /></ComplexType><ComplexType Name="versionAction"><Property Name="newVersion" Type="Edm.String" /></ComplexType><ComplexType Name="itemActionStat" OpenType="true"><Property Name="actionCount" Type="Edm.Int32" /><Property Name="actorCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="itemActivityTimeSet"><Property Name="lastRecordedDateTime" Type="Edm.DateTimeOffset" /><Property Name="observedDateTime" Type="Edm.DateTimeOffset" /><Property Name="recordedDateTime" Type="Edm.DateTimeOffset" /></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="linkRoleAbilities"><Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" /><Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" /><Property Name="applyVariants" Type="graph.sharingLinkVariants" /><Property Name="createLink" Type="graph.sharingOperationStatus" /><Property Name="deleteLink" Type="graph.sharingOperationStatus" /><Property Name="linkAllowsExternalUsers" Type="graph.sharingOperationStatus" /><Property Name="linkExpiration" Type="graph.sharingLinkExpirationStatus" /><Property Name="retrieveLink" Type="graph.sharingOperationStatus" /><Property Name="updateLink" Type="graph.sharingOperationStatus" /></ComplexType><ComplexType Name="sharingLinkVariants"><Property Name="addressBarLinkPermission" Type="graph.sharingRole" /><Property Name="allowEmbed" Type="graph.sharingOperationStatus" /><Property Name="passwordProtected" Type="graph.sharingOperationStatus" /><Property Name="requiresAuthentication" Type="graph.sharingOperationStatus" /></ComplexType><ComplexType Name="sharingLinkExpirationStatus"><Property Name="defaultExpirationInDays" Type="Edm.Int32" /><Property Name="disabledReason" Type="Edm.String" /><Property Name="enabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="linkScopeAbilities"><Property Name="blockDownloadLinkAbilities" Type="graph.linkRoleAbilities" /><Property Name="editLinkAbilities" Type="graph.linkRoleAbilities" Nullable="false" /><Property Name="manageListLinkAbilities" Type="graph.linkRoleAbilities" /><Property Name="readLinkAbilities" Type="graph.linkRoleAbilities" Nullable="false" /><Property Name="reviewLinkAbilities" Type="graph.linkRoleAbilities" /><Property Name="submitOnlyLinkAbilities" Type="graph.linkRoleAbilities" /></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="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="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="retentionLabelSettings"><Property Name="behaviorDuringRetentionPeriod" Type="self.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="componentDependencies" Type="Collection(graph.metaDataKeyStringPair)" /><Property Name="customMetadata" Type="Collection(graph.metaDataKeyValuePair)" /><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="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="sharePointSharingAbilities"><Property Name="anyoneLinkAbilities" Type="graph.linkScopeAbilities" /><Property Name="directSharingAbilities" Type="graph.directSharingAbilities" /><Property Name="organizationLinkAbilities" Type="graph.linkScopeAbilities" /><Property Name="specificPeopleLinkAbilities" Type="graph.linkScopeAbilities" /></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="configuratorUrl" Type="Edm.String" /><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="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="webPartData"><Property Name="audiences" Type="Collection(Edm.String)" /><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="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="goals" Type="graph.goals" ContainsTarget="true" /><NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true" /><NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true" /></EntityType><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="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="goals" BaseType="graph.entity"><NavigationProperty Name="exportJobs" Type="Collection(graph.goalsExportJob)" 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="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="newsLinkPage" BaseType="graph.baseSitePage"><Property Name="bannerImageWebUrl" Type="Edm.String" /><Property Name="newsSharepointIds" Type="graph.sharepointIds" /><Property Name="newsWebUrl" Type="Edm.String" /></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" /><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="driveItemId" /><PropertyValue Property="Name" PropertyPath="driveItemId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></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><EntityType Name="videoNewsLinkPage" BaseType="graph.baseSitePage"><Property Name="bannerImageWebUrl" Type="Edm.String" /><Property Name="newsSharepointIds" Type="graph.sharepointIds" /><Property Name="newsWebUrl" Type="Edm.String" /><Property Name="videoDuration" Type="Edm.Duration" /></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="contributors" Type="Collection(graph.meetingParticipantInfo)" /><Property Name="organizer" Type="graph.meetingParticipantInfo" /><Property Name="producers" Type="Collection(graph.meetingParticipantInfo)" /></ComplexType><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="meetingRegistrationBase" BaseType="graph.entity" Abstract="true"><Property Name="allowedRegistrant" Type="graph.meetingAudience" /><NavigationProperty Name="registrants" Type="Collection(graph.meetingRegistrantBase)" ContainsTarget="true" /></EntityType><EntityType Name="meetingRegistration" BaseType="graph.meetingRegistrationBase"><Property Name="description" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="registrationPageViewCount" Type="Edm.Int32" /><Property Name="registrationPageWebUrl" Type="Edm.String" /><Property Name="speakers" Type="Collection(graph.meetingSpeaker)" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="subject" Type="Edm.String" /><NavigationProperty Name="customQuestions" Type="Collection(graph.meetingRegistrationQuestion)" 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="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="quizInfo"><Property Name="maxPoints" Type="Edm.Single" /></ComplexType><ComplexType Name="matrixChoiceGroupQuizInfo" BaseType="graph.quizInfo" /><ComplexType Name="npsQuizInfo" BaseType="graph.quizInfo" /><EntityType Name="messageEvent" BaseType="graph.entity"><Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="eventType" Type="graph.messageEventType" Nullable="false" /></EntityType><EntityType Name="messageRecipient" BaseType="graph.entity"><Property Name="deliveryStatus" Type="graph.messageStatus" Nullable="false" /><Property Name="recipientEmail" Type="Edm.String" Nullable="false" /><NavigationProperty Name="events" Type="Collection(graph.messageEvent)" ContainsTarget="true" /></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="corsConfiguration"><Property Name="allowedHeaders" Type="Collection(Edm.String)" /><Property Name="allowedMethods" Type="Collection(Edm.String)" /><Property Name="allowedOrigins" Type="Collection(Edm.String)" /><Property Name="maxAgeInSeconds" Type="Edm.Int32" /><Property Name="resource" Type="Edm.String" /></ComplexType><ComplexType Name="hybridAgentUpdaterConfiguration"><Property Name="allowUpdateConfigurationOverride" Type="Edm.Boolean" Nullable="false" /><Property Name="deferUpdateDateTime" Type="Edm.DateTimeOffset" /><Property Name="updateWindow" Type="graph.updateWindow" /></ComplexType><ComplexType Name="updateWindow"><Property Name="updateWindowEndTime" Type="Edm.TimeOfDay" /><Property Name="updateWindowStartTime" Type="Edm.TimeOfDay" /></ComplexType><ComplexType Name="segmentConfiguration" /><ComplexType Name="ipSegmentConfiguration" BaseType="graph.segmentConfiguration"><NavigationProperty Name="applicationSegments" Type="Collection(graph.ipApplicationSegment)" ContainsTarget="true" /></ComplexType><EntityType Name="applicationSegment" BaseType="graph.entity" Abstract="true" /><EntityType Name="ipApplicationSegment" BaseType="graph.applicationSegment"><Property Name="action" Type="graph.actionType" Nullable="false" /><Property Name="destinationHost" Type="Edm.String" /><Property Name="destinationType" Type="graph.privateNetworkDestinationType" /><Property Name="port" Type="Edm.Int32" /><Property Name="ports" Type="Collection(Edm.String)" /><Property Name="protocol" Type="graph.privateNetworkProtocol" /><NavigationProperty Name="application" Type="graph.application" /></EntityType><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="kerberosSignOnSettings"><Property Name="kerberosServicePrincipalName" Type="Edm.String" /><Property Name="kerberosSignOnMappingAttributeType" Type="graph.kerberosSignOnMappingAttributeType" /></ComplexType><ComplexType Name="onPremisesApplicationSegment"><Property Name="alternateUrl" Type="Edm.String" /><Property Name="corsConfigurations" Type="Collection(graph.corsConfiguration)" /><Property Name="externalUrl" Type="Edm.String" /><Property Name="internalUrl" Type="Edm.String" /></ComplexType><ComplexType Name="onPremisesPublishingSingleSignOn"><Property Name="kerberosSignOnSettings" Type="graph.kerberosSignOnSettings" /><Property Name="singleSignOnMode" Type="graph.singleSignOnMode" /></ComplexType><ComplexType Name="verifiedCustomDomainCertificatesMetadata"><Property Name="expiryDate" Type="Edm.DateTimeOffset" /><Property Name="issueDate" Type="Edm.DateTimeOffset" /><Property Name="issuerName" Type="Edm.String" /><Property Name="subjectName" Type="Edm.String" /><Property Name="thumbprint" Type="Edm.String" /></ComplexType><ComplexType Name="wafAllowedHeadersDictionary" BaseType="graph.Dictionary" OpenType="true" /><ComplexType Name="webSegmentConfiguration" BaseType="graph.segmentConfiguration"><NavigationProperty Name="applicationSegments" Type="Collection(graph.webApplicationSegment)" ContainsTarget="true" /></ComplexType><EntityType Name="webApplicationSegment" BaseType="graph.applicationSegment"><Property Name="alternateUrl" Type="Edm.String" /><Property Name="externalUrl" Type="Edm.String" /><Property Name="internalUrl" Type="Edm.String" /><NavigationProperty Name="corsConfigurations" Type="Collection(graph.corsConfiguration_v2)" ContainsTarget="true" /></EntityType><EntityType Name="connector" BaseType="graph.entity"><Property Name="externalIp" Type="Edm.String" Nullable="false" /><Property Name="machineName" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.connectorStatus" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /><NavigationProperty Name="memberOf" Type="Collection(graph.connectorGroup)" /></EntityType><EntityType Name="corsConfiguration_v2" BaseType="graph.entity"><Property Name="allowedHeaders" Type="Collection(Edm.String)" /><Property Name="allowedMethods" Type="Collection(Edm.String)" /><Property Name="allowedOrigins" Type="Collection(Edm.String)" /><Property Name="maxAgeInSeconds" Type="Edm.Int32" /><Property Name="resource" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="onPremisesAgent" BaseType="graph.entity"><Property Name="externalIp" Type="Edm.String" Nullable="false" /><Property Name="machineName" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.agentStatus" Nullable="false" /><Property Name="supportedPublishingTypes" Type="Collection(graph.onPremisesPublishingType)" Nullable="false" /><NavigationProperty Name="agentGroups" Type="Collection(graph.onPremisesAgentGroup)" /></EntityType><EntityType Name="onPremisesAgentGroup" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="publishingType" Type="graph.onPremisesPublishingType" Nullable="false" /><NavigationProperty Name="agents" Type="Collection(graph.onPremisesAgent)" /><NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" /></EntityType><EntityType Name="publishedResource" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="publishingType" Type="graph.onPremisesPublishingType" Nullable="false" /><Property Name="resourceName" Type="Edm.String" /><NavigationProperty Name="agentGroups" Type="Collection(graph.onPremisesAgentGroup)" /></EntityType><EntityType Name="onPremisesPublishingProfile" BaseType="graph.entity"><Property Name="hybridAgentUpdaterConfiguration" Type="graph.hybridAgentUpdaterConfiguration" /><Property Name="isDefaultAccessEnabled" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><NavigationProperty Name="agentGroups" Type="Collection(graph.onPremisesAgentGroup)" ContainsTarget="true" /><NavigationProperty Name="agents" Type="Collection(graph.onPremisesAgent)" ContainsTarget="true" /><NavigationProperty Name="applicationSegments" Type="Collection(graph.ipApplicationSegment)" /><NavigationProperty Name="connectorGroups" Type="Collection(graph.connectorGroup)" ContainsTarget="true" /><NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" /><NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" /><NavigationProperty Name="sensors" Type="Collection(graph.privateAccessSensor)" ContainsTarget="true" /></EntityType><EntityType Name="privateAccessSensor" BaseType="graph.entity"><Property Name="externalIp" Type="Edm.String" Nullable="false" /><Property Name="isAuditMode" Type="Edm.Boolean" /><Property Name="isBreakglassEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="machineName" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.sensorStatus" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="evaluateDynamicMembershipResult"><Property Name="membershipRule" Type="Edm.String" /><Property Name="membershipRuleEvaluationDetails" Type="graph.expressionEvaluationDetails" /><Property Name="membershipRuleEvaluationResult" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="expressionEvaluationDetails"><Property Name="expression" Type="Edm.String" /><Property Name="expressionEvaluationDetails" Type="Collection(graph.expressionEvaluationDetails)" /><Property Name="expressionResult" Type="Edm.Boolean" Nullable="false" /><Property Name="propertyToEvaluate" Type="graph.propertyToEvaluate" /></ComplexType><ComplexType Name="propertyToEvaluate"><Property Name="propertyName" Type="Edm.String" /><Property Name="propertyValue" Type="Edm.String" /></ComplexType><ComplexType Name="membershipRuleEvaluationDetails"><Property Name="membershipRuleEvaluationDetails" Type="graph.expressionEvaluationDetails" /></ComplexType><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="connectivityParameterEntry"><Property Name="value" Type="Edm.String" /></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="activeModalities" Type="Collection(graph.modality)" /><Property Name="answeredBy" Type="graph.participantInfo" /><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="meetingCapability" Type="graph.meetingCapability" /><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="ringingTimeoutInSeconds" Type="Edm.Int32" /><Property Name="routingPolicies" Type="Collection(graph.routingPolicy)" /><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="terminationReason" 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="accessReviewScope" /><ComplexType Name="accessReviewResourceScope" BaseType="graph.accessReviewScope"><Property Name="displayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" /><Property Name="scopeType" Type="graph.accessReviewResourceScopeType" Nullable="false" /></ComplexType><ComplexType Name="accessReviewAccessPackageAssignmentPolicyScope" BaseType="graph.accessReviewResourceScope"><Property Name="accessPackageDisplayName" Type="Edm.String" /><Property Name="accessPackageId" Type="Edm.String" /><Property Name="catalogDisplayName" Type="Edm.String" /><Property Name="catalogId" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewApplyAction" Abstract="true" /><ComplexType Name="accessReviewError" BaseType="graph.genericError" /><ComplexType Name="accessReviewHistoryScheduleSettings"><Property Name="recurrence" Type="graph.patternedRecurrence" Nullable="false" /><Property Name="reportRange" Type="Edm.String" Nullable="false" /></ComplexType><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" OpenType="true"><Property Name="description" Type="Edm.String" /><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="accessReviewInstanceDecisionItemCustomDataProvidedResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true" /><ComplexType Name="accessReviewInstanceDecisionItemPermission"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemServicePrincipalResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true"><Property Name="appId" Type="Edm.String" /><Property Name="appRoleDisplayName" Type="Edm.String" /><Property Name="appRoleId" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemTarget" Abstract="true" /><ComplexType Name="accessReviewInstanceDecisionItemServicePrincipalTarget" BaseType="graph.accessReviewInstanceDecisionItemTarget"><Property Name="appId" Type="Edm.String" /><Property Name="servicePrincipalDisplayName" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemUserTarget" BaseType="graph.accessReviewInstanceDecisionItemTarget"><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" 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="accessReviewPrincipalScope" BaseType="graph.accessReviewScope"><Property Name="scopeType" Type="graph.accessReviewPrincipalScopeType" Nullable="false" /></ComplexType><ComplexType Name="accessReviewRecommendationInsightSetting" Abstract="true" /><ComplexType Name="accessReviewRecurrenceSettings"><Property Name="durationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="recurrenceCount" Type="Edm.Int32" Nullable="false" /><Property Name="recurrenceEndType" Type="Edm.String" /><Property Name="recurrenceType" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewReviewerScope" BaseType="graph.accessReviewScope"><Property Name="query" Type="Edm.String" /><Property Name="queryRoot" Type="Edm.String" /><Property Name="queryType" Type="Edm.String" /><Property Name="reviewerId" Type="Edm.String" /><Property Name="scopeType" Type="graph.accessReviewReviewerScopeType" Nullable="false" /></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="isAgenticExperienceEnabled" Type="Edm.Boolean" /><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="accessReviewSettings"><Property Name="accessRecommendationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="activityDurationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="autoApplyReviewResultsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="autoReviewEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="autoReviewSettings" Type="graph.autoReviewSettings" /><Property Name="justificationRequiredOnApproval" Type="Edm.Boolean" Nullable="false" /><Property Name="mailNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="recurrenceSettings" Type="graph.accessReviewRecurrenceSettings" /><Property Name="remindersEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="autoReviewSettings"><Property Name="notReviewedResult" Type="Edm.String" /></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="recommendationLookBackDuration" Type="Edm.Duration" /><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="businessFlowSettings" BaseType="graph.accessReviewSettings"><Property Name="durationInDays" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="decisionItemPrincipalResourceMembership"><Property Name="membershipType" Type="graph.decisionItemPrincipalResourceMembershipType" Nullable="false" /></ComplexType><ComplexType Name="disableAndDeleteUserApplyAction" BaseType="graph.accessReviewApplyAction" /><ComplexType Name="governanceCriteria" Abstract="true" /><ComplexType Name="governanceNotificationPolicy"><Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" /><Property Name="notificationTemplates" Type="Collection(graph.governanceNotificationTemplate)" /></ComplexType><ComplexType Name="governanceNotificationTemplate"><Property Name="culture" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="source" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></ComplexType><ComplexType Name="governancePolicy"><Property Name="decisionMakerCriteria" Type="Collection(graph.governanceCriteria)" /><Property Name="notificationPolicy" Type="graph.governanceNotificationPolicy" /></ComplexType><ComplexType Name="groupMembershipGovernanceCriteria" BaseType="graph.governanceCriteria"><Property Name="groupId" Type="Edm.String" /></ComplexType><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="programResource" BaseType="graph.identity" OpenType="true"><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="removeAccessApplyAction" BaseType="graph.accessReviewApplyAction" /><ComplexType Name="roleMembershipGovernanceCriteria" BaseType="graph.governanceCriteria"><Property Name="roleId" Type="Edm.String" /><Property Name="roleTemplateId" Type="Edm.String" /></ComplexType><ComplexType Name="servicePrincipalIdentity" BaseType="graph.identity" OpenType="true"><Property Name="appId" Type="Edm.String" /></ComplexType><ComplexType Name="userGovernanceCriteria" BaseType="graph.governanceCriteria"><Property Name="userId" 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="accessReview" BaseType="graph.entity"><Property Name="businessFlowTemplateId" Type="Edm.String" Nullable="false" /><Property Name="createdBy" Type="graph.userIdentity" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reviewedEntity" Type="graph.identity" /><Property Name="reviewerType" Type="Edm.String" /><Property Name="settings" Type="graph.accessReviewSettings" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="decisions" Type="Collection(graph.accessReviewDecision)" ContainsTarget="true" /><NavigationProperty Name="instances" Type="Collection(graph.accessReview)" ContainsTarget="true" /><NavigationProperty Name="myDecisions" Type="Collection(graph.accessReviewDecision)" ContainsTarget="true" /><NavigationProperty Name="reviewers" Type="Collection(graph.accessReviewReviewer)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewDecision" BaseType="graph.entity" OpenType="true"><Property Name="accessRecommendation" Type="Edm.String" /><Property Name="accessReviewId" Type="Edm.String" /><Property Name="appliedBy" Type="graph.userIdentity" /><Property Name="appliedDateTime" Type="Edm.DateTimeOffset" /><Property Name="applyResult" Type="Edm.String" /><Property Name="justification" Type="Edm.String" /><Property Name="reviewedBy" Type="graph.userIdentity" /><Property Name="reviewedDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewResult" Type="Edm.String" /></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="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="downloadUri" Type="Edm.String" /><Property Name="fulfilledDateTime" Type="Edm.DateTimeOffset" /><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="accessReviewInstanceDecisionItem" BaseType="graph.entity" OpenType="true"><Property Name="accessReviewId" Type="Edm.String" Nullable="false" /><Property Name="appliedBy" Type="graph.userIdentity" /><Property Name="appliedDateTime" Type="Edm.DateTimeOffset" /><Property Name="applyDescription" Type="Edm.String" /><Property Name="applyResult" Type="Edm.String" /><Property Name="decision" Type="Edm.String" /><Property Name="justification" Type="Edm.String" /><Property Name="permission" Type="graph.accessReviewInstanceDecisionItemPermission" /><Property Name="principal" Type="graph.identity" /><Property Name="principalLink" Type="Edm.String" /><Property Name="principalResourceMembership" Type="graph.decisionItemPrincipalResourceMembership" /><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" /><Property Name="target" Type="graph.accessReviewInstanceDecisionItemTarget" /><NavigationProperty Name="insights" Type="Collection(graph.governanceInsight)" ContainsTarget="true" /><NavigationProperty Name="instance" Type="graph.accessReviewInstance" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewScheduleDefinition" BaseType="graph.entity"><Property Name="additionalNotificationRecipients" Type="Collection(graph.accessReviewNotificationRecipientItem)" /><Property Name="backupReviewers" Type="Collection(graph.accessReviewReviewerScope)" /><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="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="userConsentRequest" BaseType="graph.request"><Property Name="reason" Type="Edm.String" /><NavigationProperty Name="approval" Type="graph.approval" ContainsTarget="true" /></EntityType><EntityType Name="approvalStep" 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="approvalWorkflowProvider" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="businessFlows" Type="Collection(graph.businessFlow)" ContainsTarget="true" /><NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(graph.businessFlow)" ContainsTarget="true" /><NavigationProperty Name="policyTemplates" Type="Collection(graph.governancePolicyTemplate)" ContainsTarget="true" /></EntityType><EntityType Name="businessFlow" BaseType="graph.entity" OpenType="true"><Property Name="customData" Type="Edm.String" /><Property Name="deDuplicationId" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="policy" Type="graph.governancePolicy" /><Property Name="policyTemplateId" Type="Edm.String" /><Property Name="recordVersion" Type="Edm.String" /><Property Name="schemaId" Type="Edm.String" /><Property Name="settings" Type="graph.businessFlowSettings" /></EntityType><EntityType Name="governancePolicyTemplate" BaseType="graph.entity" OpenType="true"><Property Name="displayName" Type="Edm.String" /><Property Name="policy" Type="graph.governancePolicy" /><Property Name="settings" Type="graph.businessFlowSettings" /></EntityType><EntityType Name="businessFlowTemplate" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity"><Property Name="accessPackageId" Type="Edm.String" /><Property Name="accessPackageNotificationSettings" Type="graph.accessPackageNotificationSettings" /><Property Name="accessReviewSettings" Type="graph.assignmentReviewSettings" /><Property Name="canExtend" Type="Edm.Boolean" /><Property Name="createdBy" Type="Edm.String" /><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="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="questions" Type="Collection(graph.accessPackageQuestion)" /><Property Name="requestApprovalSettings" Type="graph.approvalSettings" /><Property Name="requestorSettings" Type="graph.requestorSettings" /><Property Name="verifiableCredentialSettings" Type="graph.verifiableCredentialSettings" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" /><NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" ContainsTarget="true" /><NavigationProperty Name="customExtensionHandlers" Type="Collection(graph.customExtensionHandler)" /><NavigationProperty Name="customExtensionStageSettings" Type="Collection(graph.customExtensionStageSetting)" /></EntityType><EntityType Name="accessPackageAssignmentRequest" BaseType="graph.entity"><Property Name="answers" Type="Collection(graph.accessPackageAnswer)" /><Property Name="completedDate" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" /><Property Name="customExtensionHandlerInstances" Type="Collection(graph.customExtensionHandlerInstance)" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="history" Type="Collection(graph.requestActivity)" /><Property Name="isValidationOnly" Type="Edm.Boolean" /><Property Name="justification" Type="Edm.String" /><Property Name="requestState" Type="Edm.String" /><Property Name="requestStatus" Type="Edm.String" /><Property Name="requestType" Type="Edm.String" /><Property Name="schedule" Type="graph.requestSchedule" /><Property Name="verifiedCredentialsData" Type="Collection(graph.verifiedCredentialData)" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" /><NavigationProperty Name="accessPackageAssignment" Type="graph.accessPackageAssignment" ContainsTarget="true" /><NavigationProperty Name="requestor" Type="graph.accessPackageSubject" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageAssignmentResourceRole" BaseType="graph.entity"><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="accessPackageAssignments" Type="Collection(graph.accessPackageAssignment)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceRole" Type="graph.accessPackageResourceRole" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceScope" Type="graph.accessPackageResourceScope" ContainsTarget="true" /><NavigationProperty Name="accessPackageSubject" Type="graph.accessPackageSubject" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageAssignment" BaseType="graph.entity"><Property Name="accessPackageId" Type="Edm.String" /><Property Name="assignmentPolicyId" Type="Edm.String" /><Property Name="assignmentState" Type="Edm.String" /><Property Name="assignmentStatus" Type="Edm.String" /><Property Name="catalogId" Type="Edm.String" /><Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" /><Property Name="expiredDateTime" Type="Edm.DateTimeOffset" /><Property Name="isExtended" Type="Edm.Boolean" /><Property Name="schedule" Type="graph.requestSchedule" /><Property Name="targetId" Type="Edm.String" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentPolicy" Type="graph.accessPackageAssignmentPolicy" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentRequests" Type="Collection(graph.accessPackageAssignmentRequest)" ContainsTarget="true" /><NavigationProperty Name="accessPackageAssignmentResourceRoles" Type="Collection(graph.accessPackageAssignmentResourceRole)" ContainsTarget="true" /><NavigationProperty Name="target" Type="graph.accessPackageSubject" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceEnvironment" BaseType="graph.entity"><Property Name="connectionInfo" Type="graph.connectionInfo" /><Property Name="createdBy" Type="Edm.String" /><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="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="originId" Type="Edm.String" Nullable="false" /><Property Name="originSystem" Type="Edm.String" Nullable="false" /><NavigationProperty Name="accessPackageResources" Type="Collection(graph.accessPackageResource)" /></EntityType><EntityType Name="accessPackageResourceRequest" BaseType="graph.entity"><Property Name="catalogId" Type="Edm.String" /><Property Name="executeImmediately" Type="Edm.Boolean" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="isValidationOnly" Type="Edm.Boolean" /><Property Name="justification" Type="Edm.String" /><Property Name="requestState" Type="Edm.String" /><Property Name="requestStatus" Type="Edm.String" /><Property Name="requestType" Type="Edm.String" /><NavigationProperty Name="accessPackageResource" Type="graph.accessPackageResource" /><NavigationProperty Name="requestor" Type="graph.accessPackageSubject" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceRoleScope" BaseType="graph.entity"><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="accessPackageResourceRole" Type="graph.accessPackageResourceRole" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceScope" Type="graph.accessPackageResourceScope" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResource" BaseType="graph.entity"><Property Name="addedBy" Type="Edm.String" /><Property Name="addedOn" Type="Edm.DateTimeOffset" /><Property Name="attributes" Type="Collection(graph.accessPackageResourceAttribute)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isPendingOnboarding" Type="Edm.Boolean" /><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><Property Name="resourceType" Type="Edm.String" /><Property Name="url" Type="Edm.String" /><NavigationProperty Name="uploadSessions" Type="Collection(graph.customDataProvidedResourceUploadSession)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceEnvironment" Type="graph.accessPackageResourceEnvironment" /><NavigationProperty Name="accessPackageResourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /><NavigationProperty Name="accessPackageResourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /><NavigationProperty Name="externalOriginResourceConnector" Type="graph.externalOriginResourceConnector" /></EntityType><EntityType Name="accessPackage" BaseType="graph.entity"><Property Name="catalogId" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><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="isRoleScopesVisible" Type="Edm.Boolean" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="uniqueName" Type="Edm.String" /><NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" /><NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" /><NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /><NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" /><NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" /><NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" 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="accessPackageSuggestion" BaseType="graph.entity"><Property Name="reasons" Type="Collection(graph.accessPackageSuggestionReason)" Nullable="false" /><NavigationProperty Name="accessPackage" Type="graph.availableAccessPackage" /></EntityType><EntityType Name="availableAccessPackage" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" /></EntityType><EntityType Name="connectedOrganization" BaseType="graph.entity"><Property Name="createdBy" Type="Edm.String" /><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="modifiedBy" Type="Edm.String" /><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="controlConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="externalOriginResourceConnector" BaseType="graph.entity"><Property Name="connectionInfo" Type="graph.connectionInfo" Nullable="false" /><Property Name="connectorType" Type="graph.connectorType" Nullable="false" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="entitlementManagementSettings" BaseType="graph.entity"><Property Name="daysUntilExternalUserDeletedAfterBlocked" Type="Edm.Int32" /><Property Name="externalUserLifecycleAction" Type="Edm.String" /></EntityType><EntityType Name="accessPackageSubject" BaseType="graph.entity"><Property Name="altSecId" Type="Edm.String" /><Property Name="cleanupScheduledDateTime" Type="Edm.DateTimeOffset" /><Property Name="connectedOrganizationId" Type="Edm.String" /><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="subjectLifecycle" Type="graph.accessPackageSubjectLifecycle" /><Property Name="type" Type="Edm.String" /><NavigationProperty Name="connectedOrganization" Type="graph.connectedOrganization" /><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="objectId" /><PropertyValue Property="Name" PropertyPath="objectId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="permissionsRequestChange" BaseType="graph.entity"><Property Name="activeOccurrenceStatus" Type="graph.permissionsRequestOccurrenceStatus" /><Property Name="modificationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="permissionsRequestId" Type="Edm.String" Nullable="false" /><Property Name="statusDetail" Type="graph.statusDetail" Nullable="false" /><Property Name="ticketId" Type="Edm.String" /></EntityType><EntityType Name="scheduledPermissionsRequest" BaseType="graph.entity"><Property Name="action" Type="graph.unifiedRoleScheduleRequestActions" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="justification" Type="Edm.String" /><Property Name="notes" Type="Edm.String" /><Property Name="requestedPermissions" Type="graph.permissionsDefinition" Nullable="false" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><Property Name="statusDetail" Type="graph.statusDetail" Nullable="false" /><Property Name="ticketInfo" Type="graph.ticketInfo" /></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" /><NavigationProperty Name="resources" Type="Collection(graph.groupResource)" 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="groupResource" BaseType="graph.directoryObject" /><EntityType Name="program" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="controls" Type="Collection(graph.programControl)" ContainsTarget="true" /></EntityType><EntityType Name="programControl" BaseType="graph.entity"><Property Name="controlId" Type="Edm.String" Nullable="false" /><Property Name="controlTypeId" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="owner" Type="graph.userIdentity" /><Property Name="programId" Type="Edm.String" Nullable="false" /><Property Name="resource" Type="graph.programResource" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="program" Type="graph.program" ContainsTarget="true" /></EntityType><EntityType Name="programControlType" BaseType="graph.entity"><Property Name="controlTypeGroupId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="userSignInInsight" BaseType="graph.governanceInsight"><Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" /></EntityType><ComplexType Name="accessReviewDataUploadTriggerCallbackData" BaseType="graph.customExtensionData"><Property Name="permissionDescription" Type="Edm.String" /><Property Name="permissionId" Type="Edm.String" Nullable="false" /><Property Name="permissionName" Type="Edm.String" /><Property Name="permissionType" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" Nullable="false" /><Property Name="principalType" Type="graph.principalType" Nullable="false" /></ComplexType><ComplexType Name="accessReviewResourceDataUploadSessionContextData" BaseType="graph.customExtensionData"><Property Name="accessReviewId" Type="Edm.String" /><Property Name="accessReviewInstanceId" Type="Edm.String" /></ComplexType><ComplexType Name="customDataProvidedResourceUploadSessionRequest"><Property Name="data" Type="graph.customExtensionData" Nullable="false" /><Property Name="source" Type="Edm.String" Nullable="false" /><Property Name="type" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="customDataProvidedResourceUploadStats"><Property Name="filesUploaded" Type="Edm.Int32" Nullable="false" /><Property Name="totalBytesUploaded" Type="Edm.Int64" Nullable="false" /></ComplexType><EntityType Name="customDataProvidedResourceUploadSession" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="data" Type="graph.customExtensionData" /><Property Name="isUploadDone" Type="Edm.Boolean" Nullable="false" /><Property Name="source" Type="Edm.String" /><Property Name="stats" Type="graph.customDataProvidedResourceUploadStats" Nullable="false" /><Property Name="status" Type="graph.customDataProvidedResourceUploadStatus" Nullable="false" /><Property Name="type" Type="Edm.String" /></EntityType><ComplexType Name="accessPackageResourceAttribute"><Property Name="attributeDestination" Type="graph.accessPackageResourceAttributeDestination" /><Property Name="attributeName" Type="Edm.String" /><Property Name="attributeSource" Type="graph.accessPackageResourceAttributeSource" /><Property Name="id" Type="Edm.String" /><Property Name="isEditable" Type="Edm.Boolean" /><Property Name="isPersistedOnAssignmentRemoval" Type="Edm.Boolean" /></ComplexType><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="accessPackageResource" 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" /><Property Name="roleOriginId" Type="Edm.String" /><Property Name="url" Type="Edm.String" /><NavigationProperty Name="accessPackageResource" Type="graph.accessPackageResource" ContainsTarget="true" /></EntityType><EntityType Name="customDataProvidedResourceFile" BaseType="graph.entity" HasStream="true"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="size" Type="Edm.Int64" Nullable="false" /><Property Name="uploadedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></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="signInIdentity" Abstract="true" /><ComplexType Name="agentSignIn" BaseType="graph.signInIdentity"><Property Name="agentServicePrincipalId" Type="Edm.String" /></ComplexType><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="globalSecureAccess" Type="graph.conditionalAccessGlobalSecureAccess" /><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" /><Property Name="networkAccess" Type="graph.conditionalAccessNetworkAccess" /></ComplexType><ComplexType Name="conditionalAccessFilter"><Property Name="mode" Type="graph.filterMode" Nullable="false" /><Property Name="rule" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessGlobalSecureAccess" /><ComplexType Name="conditionalAccessNetworkAccess" /><ComplexType Name="conditionalAccessAuthenticationFlows"><Property Name="transferMethods" Type="graph.conditionalAccessTransferMethods" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessClientApplications"><Property Name="agentIdServicePrincipalFilter" Type="graph.conditionalAccessFilter" /><Property Name="excludeAgentIdServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeAgentIdServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="servicePrincipalFilter" Type="graph.conditionalAccessFilter" /></ComplexType><ComplexType Name="conditionalAccessDevices"><Property Name="deviceFilter" Type="graph.conditionalAccessFilter" /><Property Name="excludeDevices" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeDeviceStates" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeDevices" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeDeviceStates" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessDeviceStates"><Property Name="excludeStates" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeStates" Type="Collection(Edm.String)" Nullable="false" /></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="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="continuousAccessEvaluationSessionControl"><Property Name="mode" Type="graph.continuousAccessEvaluationMode" /></ComplexType><ComplexType Name="globalSecureAccessFilteringProfileSessionControl" BaseType="graph.conditionalAccessSessionControl"><Property Name="profileId" Type="Edm.String" Nullable="false" /></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="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="eventTypes" Type="Collection(graph.riskEventType)" /><Property Name="riskEventTypes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="servicePrincipalSignIn" BaseType="graph.signInIdentity"><Property Name="servicePrincipalId" Type="Edm.String" /></ComplexType><ComplexType Name="signInConditions"><Property Name="agentIdRiskLevel" Type="graph.agentIdRiskLevel" /><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="agentRiskDetection" BaseType="graph.entity"><Property Name="activityDateTime" Type="Edm.DateTimeOffset" /><Property Name="additionalInfo" Type="Edm.String" /><Property Name="agentDisplayName" Type="Edm.String" Nullable="false" /><Property Name="agentId" Type="Edm.String" Nullable="false" /><Property Name="detectedDateTime" Type="Edm.DateTimeOffset" /><Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" Nullable="false" /><Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskDetail" Type="graph.riskDetail" Nullable="false" /><Property Name="riskEventType" Type="Edm.String" Nullable="false" /><Property Name="riskEvidence" Type="Edm.String" /><Property Name="riskLevel" Type="graph.riskLevel" Nullable="false" /><Property Name="riskState" Type="graph.riskState" Nullable="false" /></EntityType><EntityType Name="identityProtectionRoot"><NavigationProperty Name="agentRiskDetections" Type="Collection(graph.agentRiskDetection)" ContainsTarget="true" /><NavigationProperty Name="riskDetections" Type="Collection(graph.riskDetection)" ContainsTarget="true" /><NavigationProperty Name="riskyAgents" Type="Collection(graph.riskyAgent)" 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="mitreTechniqueId" Type="Edm.String" /><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="riskType" Type="graph.riskEventType" /><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="riskyAgent" BaseType="graph.entity"><Property Name="agentDisplayName" Type="Edm.String" /><Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /><Property Name="isDeleted" Type="Edm.Boolean" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isProcessing" Type="Edm.Boolean" Nullable="false" /><Property Name="riskDetail" Type="graph.riskDetail" Nullable="false" /><Property Name="riskLastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskLevel" Type="graph.riskLevel" Nullable="false" /><Property Name="riskState" Type="graph.riskState" Nullable="false" /></EntityType><EntityType Name="riskyServicePrincipal" BaseType="graph.entity"><Property Name="accountEnabled" Type="Edm.Boolean" /><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="mitreTechniqueId" Type="Edm.String" /><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="riskyAgentIdentity" BaseType="graph.riskyAgent"><NavigationProperty Name="agentIdentity" Type="graph.agentIdentity" /></EntityType><EntityType Name="riskyAgentIdentityBlueprintPrincipal" BaseType="graph.riskyAgent"><NavigationProperty Name="agentIdentityBlueprintPrincipal" Type="graph.agentIdentityBlueprintPrincipal" /></EntityType><EntityType Name="riskyAgentUser" BaseType="graph.riskyAgent"><NavigationProperty Name="agentUser" Type="graph.agentUser" /></EntityType><EntityType Name="riskyServicePrincipalHistoryItem" BaseType="graph.riskyServicePrincipal"><Property Name="activity" Type="graph.riskServicePrincipalActivity" /><Property Name="initiatedBy" Type="Edm.String" /><Property Name="servicePrincipalId" 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="answeredQuestion" Type="graph.accessPackageQuestion" /><Property Name="displayValue" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageQuestion" Abstract="true"><Property Name="id" Type="Edm.String" /><Property Name="isAnswerEditable" Type="Edm.Boolean" /><Property Name="isRequired" Type="Edm.Boolean" /><Property Name="sequence" Type="Edm.Int32" /><Property Name="text" Type="graph.accessPackageLocalizedContent" /></ComplexType><ComplexType Name="accessPackageAnswerChoice"><Property Name="actualValue" Type="Edm.String" /><Property Name="displayValue" Type="graph.accessPackageLocalizedContent" /></ComplexType><ComplexType Name="accessPackageLocalizedContent"><Property Name="defaultText" Type="Edm.String" /><Property Name="localizedTexts" Type="Collection(graph.accessPackageLocalizedText)" /></ComplexType><ComplexType Name="accessPackageAnswerString" BaseType="graph.accessPackageAnswer"><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageApprovalStage"><Property Name="approverInformationVisibility" Type="graph.approverInformationVisibility" Nullable="false" /><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="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="accessPackageAssignmentRequestRequirements"><Property Name="existingAnswers" Type="Collection(graph.accessPackageAnswer)" /><Property Name="isApprovalRequired" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForExtension" Type="Edm.Boolean" /><Property Name="isCustomAssignmentScheduleAllowed" 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="questions" Type="Collection(graph.accessPackageQuestion)" /><Property Name="schedule" Type="graph.requestSchedule" /><Property Name="verifiableCredentialRequirementStatus" Type="graph.verifiableCredentialRequirementStatus" /></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="verifiableCredentialRequirementStatus" Abstract="true" /><ComplexType Name="approvalStage"><Property Name="approvalStageTimeOutInDays" Type="Edm.Int32" /><Property Name="approverInformationVisibility" Type="graph.approverInformationVisibility" Nullable="false" /><Property Name="escalationApprovers" Type="Collection(graph.userSet)" /><Property Name="escalationTimeInMinutes" Type="Edm.Int32" /><Property Name="isApproverJustificationRequired" Type="Edm.Boolean" /><Property Name="isEscalationEnabled" Type="Edm.Boolean" /><Property Name="primaryApprovers" Type="Collection(graph.userSet)" /></ComplexType><ComplexType Name="accessPackageDynamicApprovalStage" BaseType="graph.approvalStage"><NavigationProperty Name="customExtension" Type="graph.customCalloutExtension" /></ComplexType><ComplexType Name="accessPackageLocalizedText"><Property Name="languageCode" Type="Edm.String" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion"><Property Name="allowsMultipleSelection" Type="Edm.Boolean" /><Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" /></ComplexType><ComplexType Name="accessPackageNotificationSettings"><Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="accessPackageRequestApprovalStageCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration" /><ComplexType Name="accessPackageResourceAttributeDestination" Abstract="true" /><ComplexType Name="accessPackageResourceAttributeSource" Abstract="true" /><ComplexType Name="accessPackageResourceAttributeQuestion" BaseType="graph.accessPackageResourceAttributeSource"><Property Name="question" Type="graph.accessPackageQuestion" /></ComplexType><ComplexType Name="accessPackageSuggestionReason" Abstract="true" /><ComplexType Name="accessPackageSuggestionRelatedPeopleBased" BaseType="graph.accessPackageSuggestionReason"><Property Name="relatedPeople" Type="Collection(graph.identity)" Nullable="false" /><Property Name="relatedPeopleAssignmentCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="accessPackageSuggestionSelfAssignmentHistoryBased" BaseType="graph.accessPackageSuggestionReason"><Property Name="lastAssignmentDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="pastAssigmentCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="accessPackageTextInputQuestion" BaseType="graph.accessPackageQuestion"><Property Name="isSingleLineQuestion" Type="Edm.Boolean" /><Property Name="regexPattern" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageUserDirectoryAttributeStore" BaseType="graph.accessPackageResourceAttributeDestination" /><ComplexType Name="approvalSettings"><Property Name="approvalMode" Type="Edm.String" /><Property Name="approvalStages" Type="Collection(graph.approvalStage)" /><Property Name="isApprovalRequired" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForExtension" Type="Edm.Boolean" /><Property Name="isRequestorJustificationRequired" Type="Edm.Boolean" /></ComplexType><ComplexType Name="userSet" Abstract="true"><Property Name="isBackup" Type="Edm.Boolean" /></ComplexType><ComplexType Name="assignmentRequestApprovalStageCallbackData" BaseType="graph.accessPackageAssignmentRequestCallbackData"><Property Name="approvalStage" Type="graph.accessPackageApprovalStage" /></ComplexType><ComplexType Name="assignmentReviewSettings"><Property Name="accessReviewTimeoutBehavior" Type="graph.accessReviewTimeoutBehavior" /><Property Name="durationInDays" Type="Edm.Int32" /><Property Name="isAccessRecommendationEnabled" Type="Edm.Boolean" /><Property Name="isAgenticExperienceEnabled" Type="Edm.Boolean" /><Property Name="isApprovalJustificationRequired" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="recurrenceType" Type="Edm.String" /><Property Name="reviewers" Type="Collection(graph.userSet)" /><Property Name="reviewerType" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="attributeRuleMembers" BaseType="graph.userSet"><Property Name="description" Type="Edm.String" /><Property Name="membershipRule" Type="Edm.String" /></ComplexType><ComplexType Name="connectedOrganizationMembers" BaseType="graph.userSet"><Property Name="description" Type="Edm.String" /><Property Name="id" 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="customExtensionHandlerInstance"><Property Name="customExtensionId" Type="Edm.String" /><Property Name="externalCorrelationId" Type="Edm.String" /><Property Name="stage" Type="graph.accessPackageCustomExtensionStage" /><Property Name="status" Type="graph.accessPackageCustomExtensionHandlerStatus" /></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.userSet" /><ComplexType Name="externalTokenBasedSapIagConnectionInfo" BaseType="graph.connectionInfo"><Property Name="accessTokenUrl" Type="Edm.String" /><Property Name="clientId" Type="Edm.String" /><Property Name="keyVaultName" Type="Edm.String" /><Property Name="resourceGroup" Type="Edm.String" /><Property Name="secretName" Type="Edm.String" /><Property Name="subscriptionId" Type="Edm.String" /></ComplexType><ComplexType Name="groupMembers" BaseType="graph.userSet"><Property Name="description" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="internalSponsors" BaseType="graph.userSet" /><ComplexType Name="requestActivity"><Property Name="action" Type="Edm.String" /><Property Name="actionDateTime" Type="Edm.DateTimeOffset" /><Property Name="detail" Type="Edm.String" /><Property Name="scheduledDateTime" Type="Edm.DateTimeOffset" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="requestorManager" BaseType="graph.userSet"><Property Name="managerLevel" Type="Edm.Int32" /></ComplexType><ComplexType Name="requestorSettings"><Property Name="acceptRequests" Type="Edm.Boolean" /><Property Name="allowedRequestors" Type="Collection(graph.userSet)" /><Property Name="scopeType" Type="Edm.String" /></ComplexType><ComplexType Name="singleUser" BaseType="graph.userSet"><Property Name="description" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="targetAgentIdentitySponsorsOrOwners" BaseType="graph.userSet" /><ComplexType Name="targetUserSponsors" BaseType="graph.userSet" /><ComplexType Name="verifiableCredentialSettings"><Property Name="credentialTypes" Type="Collection(graph.verifiableCredentialType)" /></ComplexType><EntityType Name="customExtensionHandler" BaseType="graph.entity"><Property Name="stage" Type="graph.accessPackageCustomExtensionStage" /><NavigationProperty Name="customExtension" Type="graph.customAccessPackageWorkflowExtension" /></EntityType><EntityType Name="customExtensionStageSetting" BaseType="graph.entity"><Property Name="stage" Type="graph.accessPackageCustomExtensionStage" Nullable="false" /><NavigationProperty Name="customExtension" Type="graph.customCalloutExtension" /></EntityType><ComplexType Name="verifiedCredentialData"><Property Name="authority" Type="Edm.String" /><Property Name="claims" Type="graph.verifiedCredentialClaims" /><Property Name="type" Type="Collection(Edm.String)" /></ComplexType><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="customAccessPackageWorkflowExtension" BaseType="graph.customCalloutExtension"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="customDataProvidedResource" BaseType="graph.accessPackageResource"><Property Name="notificationEndpointConfiguration" Type="graph.customExtensionEndpointConfiguration" /></EntityType><EntityType Name="endUserSettings" BaseType="graph.controlConfiguration"><Property Name="relatedPeopleInsightLevel" Type="graph.accessPackageSuggestionRelatedPeopleInsightLevel" /><Property Name="showApproverDetailsToMembers" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="entraIdProtectionRiskyUserApproval" BaseType="graph.controlConfiguration"><Property Name="isApprovalRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumRiskLevel" Type="graph.riskLevel" Nullable="false" /></EntityType><EntityType Name="insiderRiskyUserApproval" BaseType="graph.controlConfiguration"><Property Name="isApprovalRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumRiskLevel" Type="graph.purviewInsiderRiskManagementLevel" Nullable="false" /></EntityType><ComplexType Name="verifiableCredentialRequired" BaseType="graph.verifiableCredentialRequirementStatus"><Property Name="expiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="verifiableCredentialRetrieved" BaseType="graph.verifiableCredentialRequirementStatus"><Property Name="expiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="verifiableCredentialType"><Property Name="credentialType" Type="Edm.String" /><Property Name="issuers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="verifiableCredentialVerified" BaseType="graph.verifiableCredentialRequirementStatus" /><ComplexType Name="verifiedCredentialClaims" OpenType="true" /><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><EntityType Name="authorizationSystem" BaseType="graph.entity"><Property Name="authorizationSystemId" Type="Edm.String" Nullable="false" /><Property Name="authorizationSystemName" Type="Edm.String" Nullable="false" /><Property Name="authorizationSystemType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="dataCollectionInfo" Type="graph.dataCollectionInfo" ContainsTarget="true" /></EntityType><ComplexType Name="informationProtectionAction" Abstract="true" /><ComplexType Name="addContentFooterAction" BaseType="graph.informationProtectionAction"><Property Name="alignment" Type="graph.contentAlignment" Nullable="false" /><Property Name="fontColor" Type="Edm.String" /><Property Name="fontName" Type="Edm.String" /><Property Name="fontSize" Type="Edm.Int32" Nullable="false" /><Property Name="margin" Type="Edm.Int32" Nullable="false" /><Property Name="text" Type="Edm.String" /><Property Name="uiElementName" Type="Edm.String" /></ComplexType><ComplexType Name="addContentHeaderAction" BaseType="graph.informationProtectionAction"><Property Name="alignment" Type="graph.contentAlignment" Nullable="false" /><Property Name="fontColor" Type="Edm.String" /><Property Name="fontName" Type="Edm.String" /><Property Name="fontSize" Type="Edm.Int32" Nullable="false" /><Property Name="margin" Type="Edm.Int32" Nullable="false" /><Property Name="text" Type="Edm.String" /><Property Name="uiElementName" Type="Edm.String" /></ComplexType><ComplexType Name="addWatermarkAction" BaseType="graph.informationProtectionAction"><Property Name="fontColor" Type="Edm.String" /><Property Name="fontName" Type="Edm.String" /><Property Name="fontSize" Type="Edm.Int32" Nullable="false" /><Property Name="layout" Type="graph.watermarkLayout" Nullable="false" /><Property Name="text" Type="Edm.String" /><Property Name="uiElementName" Type="Edm.String" /></ComplexType><ComplexType Name="applyLabelAction" BaseType="graph.informationProtectionAction"><Property Name="actions" Type="Collection(graph.informationProtectionAction)" /><Property Name="actionSource" Type="graph.actionSource" Nullable="false" /><Property Name="label" Type="graph.labelDetails" /><Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="parentLabelDetails"><Property Name="color" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="isActive" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="parent" Type="graph.parentLabelDetails" /><Property Name="sensitivity" Type="Edm.Int32" Nullable="false" /><Property Name="tooltip" Type="Edm.String" /></ComplexType><ComplexType Name="labelDetails" BaseType="graph.parentLabelDetails" /><ComplexType Name="bufferDecryptionResult"><Property Name="decryptedBuffer" Type="Edm.Binary" /></ComplexType><ComplexType Name="bufferEncryptionResult"><Property Name="encryptedBuffer" Type="Edm.Binary" /><Property Name="publishingLicense" Type="Edm.Binary" /></ComplexType><ComplexType Name="classificationResult"><Property Name="confidenceLevel" Type="Edm.Int32" Nullable="false" /><Property Name="count" Type="Edm.Int32" Nullable="false" /><Property Name="sensitiveTypeId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="contentInfo"><Property Name="format" Type="graph.contentFormat" Nullable="false" /><Property Name="identifier" Type="Edm.String" /><Property Name="metadata" Type="Collection(graph.keyValuePair)" /><Property Name="state" Type="graph.contentState" Nullable="false" /></ComplexType><ComplexType Name="customAction" BaseType="graph.informationProtectionAction"><Property Name="name" Type="Edm.String" /><Property Name="properties" Type="Collection(graph.keyValuePair)" /></ComplexType><ComplexType Name="downgradeJustification"><Property Name="isDowngradeJustified" Type="Edm.Boolean" Nullable="false" /><Property Name="justificationMessage" Type="Edm.String" /></ComplexType><ComplexType Name="informationProtectionContentLabel"><Property Name="assignmentMethod" Type="graph.assignmentMethod" Nullable="false" /><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="label" Type="graph.labelDetails" /></ComplexType><ComplexType Name="justifyAction" BaseType="graph.informationProtectionAction" /><ComplexType Name="labelingOptions"><Property Name="assignmentMethod" Type="graph.assignmentMethod" Nullable="false" /><Property Name="downgradeJustification" Type="graph.downgradeJustification" /><Property Name="extendedProperties" Type="Collection(graph.keyValuePair)" /><Property Name="labelId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="metadataAction" BaseType="graph.informationProtectionAction"><Property Name="metadataToAdd" Type="Collection(graph.keyValuePair)" /><Property Name="metadataToRemove" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="protectAdhocAction" BaseType="graph.informationProtectionAction" /><ComplexType Name="protectByTemplateAction" BaseType="graph.informationProtectionAction"><Property Name="templateId" Type="Edm.String" /></ComplexType><ComplexType Name="protectDoNotForwardAction" BaseType="graph.informationProtectionAction" /><ComplexType Name="recommendLabelAction" BaseType="graph.informationProtectionAction"><Property Name="actions" Type="Collection(graph.informationProtectionAction)" /><Property Name="actionSource" Type="graph.actionSource" Nullable="false" /><Property Name="label" Type="graph.labelDetails" /><Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" /></ComplexType><ComplexType Name="removeContentFooterAction" BaseType="graph.informationProtectionAction"><Property Name="uiElementNames" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="removeContentHeaderAction" BaseType="graph.informationProtectionAction"><Property Name="uiElementNames" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="removeProtectionAction" BaseType="graph.informationProtectionAction" /><ComplexType Name="removeWatermarkAction" BaseType="graph.informationProtectionAction"><Property Name="uiElementNames" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="signingResult"><Property Name="signature" Type="Edm.Binary" /><Property Name="signingKeyId" Type="Edm.String" /></ComplexType><ComplexType Name="verificationResult"><Property Name="signatureValid" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="informationProtectionLabel" BaseType="graph.entity"><Property Name="color" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="isActive" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="parent" Type="graph.parentLabelDetails" /><Property Name="sensitivity" Type="Edm.Int32" Nullable="false" /><Property Name="tooltip" Type="Edm.String" /></EntityType><ComplexType Name="androidEnrollmentCompanyCode"><Property Name="enrollmentToken" Type="Edm.String" /><Property Name="qrCodeContent" Type="Edm.String" /><Property Name="qrCodeImage" Type="graph.mimeContent" /></ComplexType><ComplexType Name="mimeContent"><Property Name="type" Type="Edm.String" /><Property Name="value" Type="Edm.Binary" /></ComplexType><ComplexType Name="androidForWorkAppConfigurationSchemaItem"><Property Name="dataType" Type="graph.androidForWorkAppConfigurationSchemaItemDataType" Nullable="false" /><Property Name="defaultBoolValue" Type="Edm.Boolean" /><Property Name="defaultIntValue" Type="Edm.Int32" /><Property Name="defaultStringArrayValue" Type="Collection(Edm.String)" /><Property Name="defaultStringValue" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="schemaItemKey" Type="Edm.String" /><Property Name="selections" Type="Collection(graph.keyValuePair)" /></ComplexType><ComplexType Name="androidManagedStoreAppConfigurationSchemaItem"><Property Name="dataType" Type="graph.androidManagedStoreAppConfigurationSchemaItemDataType" Nullable="false" /><Property Name="defaultBoolValue" Type="Edm.Boolean" /><Property Name="defaultIntValue" Type="Edm.Int32" /><Property Name="defaultStringArrayValue" Type="Collection(Edm.String)" /><Property Name="defaultStringValue" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="parentIndex" Type="Edm.Int32" /><Property Name="schemaItemKey" Type="Edm.String" /><Property Name="selections" Type="Collection(graph.keyValuePair)" /></ComplexType><ComplexType Name="enrollmentTimeDeviceMembershipTarget"><Property Name="targetId" Type="Edm.String" /><Property Name="targetType" Type="graph.enrollmentTimeDeviceMembershipTargetType" Nullable="false" /></ComplexType><ComplexType Name="enrollmentTimeDeviceMembershipTargetResult"><Property Name="enrollmentTimeDeviceMembershipTargetValidationStatuses" Type="Collection(graph.enrollmentTimeDeviceMembershipTargetStatus)" /><Property Name="validationSucceeded" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="enrollmentTimeDeviceMembershipTargetStatus"><Property Name="targetId" Type="Edm.String" /><Property Name="targetValidationErrorCode" Type="graph.enrollmentTimeDeviceMembershipTargetValidationErrorCode" Nullable="false" /></ComplexType><ComplexType Name="deviceAndAppManagementAssignmentTarget" Abstract="true"><Property Name="deviceAndAppManagementAssignmentFilterId" Type="Edm.String" /><Property Name="deviceAndAppManagementAssignmentFilterType" Type="graph.deviceAndAppManagementAssignmentFilterType" Nullable="false" /></ComplexType><ComplexType Name="allDevicesAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" /><ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" /><ComplexType Name="groupAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget"><Property Name="groupId" Type="Edm.String" /></ComplexType><ComplexType Name="exclusionGroupAssignmentTarget" BaseType="graph.groupAssignmentTarget" /><ComplexType Name="samsungEFotaFirmwareVersionTarget"><Property Name="firmwareVersion" Type="graph.samsungEFotaFirmwareVersion" Nullable="false" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="zebraFotaDeploymentSettings"><Property Name="batteryRuleMinimumBatteryLevelPercentage" Type="Edm.Int32" /><Property Name="batteryRuleRequireCharger" Type="Edm.Boolean" /><Property Name="deviceModel" Type="Edm.String" Nullable="false" /><Property Name="downloadRuleNetworkType" Type="graph.zebraFotaNetworkType" Nullable="false" /><Property Name="downloadRuleStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="firmwareTargetArtifactDescription" Type="Edm.String" /><Property Name="firmwareTargetBoardSupportPackageVersion" Type="Edm.String" /><Property Name="firmwareTargetOsVersion" Type="Edm.String" /><Property Name="firmwareTargetPatch" Type="Edm.String" /><Property Name="installRuleStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="installRuleWindowEndTime" Type="Edm.TimeOfDay" /><Property Name="installRuleWindowStartTime" Type="Edm.TimeOfDay" /><Property Name="scheduleDurationInDays" Type="Edm.Int32" /><Property Name="scheduleMode" Type="graph.zebraFotaScheduleMode" Nullable="false" /><Property Name="timeZoneOffsetInMinutes" Type="Edm.Int32" /><Property Name="updateType" Type="graph.zebraFotaUpdateType" Nullable="false" /></ComplexType><ComplexType Name="zebraFotaDeploymentStatus"><Property Name="cancelRequested" Type="Edm.Boolean" Nullable="false" /><Property Name="completeOrCanceledDateTime" Type="Edm.DateTimeOffset" /><Property Name="errorCode" Type="graph.zebraFotaErrorCode" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.zebraFotaDeploymentState" Nullable="false" /><Property Name="totalAwaitingInstall" Type="Edm.Int32" Nullable="false" /><Property Name="totalCanceled" Type="Edm.Int32" Nullable="false" /><Property Name="totalCreated" Type="Edm.Int32" Nullable="false" /><Property Name="totalDevices" Type="Edm.Int32" Nullable="false" /><Property Name="totalDownloading" Type="Edm.Int32" Nullable="false" /><Property Name="totalFailedDownload" Type="Edm.Int32" Nullable="false" /><Property Name="totalFailedInstall" Type="Edm.Int32" Nullable="false" /><Property Name="totalScheduled" Type="Edm.Int32" Nullable="false" /><Property Name="totalSucceededInstall" Type="Edm.Int32" Nullable="false" /><Property Name="totalUnknown" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="deviceManagementCachedReportConfiguration" BaseType="graph.entity"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="filter" Type="Edm.String" /><Property Name="lastRefreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="metadata" Type="Edm.String" /><Property Name="orderBy" Type="Collection(Edm.String)" /><Property Name="reportName" Type="Edm.String" /><Property Name="select" Type="Collection(Edm.String)" /><Property Name="status" Type="graph.deviceManagementReportStatus" 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="search" Type="Edm.String" /><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><ComplexType Name="mobileAppAssignmentSettings" Abstract="true" /><ComplexType Name="androidManagedStoreAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="androidManagedStoreAppTrackIds" Type="Collection(Edm.String)" /><Property Name="autoUpdateMode" Type="graph.androidManagedStoreAutoUpdateMode" Nullable="false" /></ComplexType><ComplexType Name="androidManagedStoreAppTrack"><Property Name="trackAlias" Type="Edm.String" /><Property Name="trackId" Type="Edm.String" /></ComplexType><ComplexType Name="androidMinimumOperatingSystem"><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="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="androidPermissionAction"><Property Name="action" Type="graph.androidPermissionActionType" Nullable="false" /><Property Name="permission" Type="Edm.String" /></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="excludedApps"><Property Name="access" Type="Edm.Boolean" Nullable="false" /><Property Name="bing" Type="Edm.Boolean" Nullable="false" /><Property Name="excel" Type="Edm.Boolean" Nullable="false" /><Property Name="groove" Type="Edm.Boolean" Nullable="false" /><Property Name="infoPath" Type="Edm.Boolean" Nullable="false" /><Property Name="lync" Type="Edm.Boolean" Nullable="false" /><Property Name="oneDrive" Type="Edm.Boolean" Nullable="false" /><Property Name="oneNote" Type="Edm.Boolean" Nullable="false" /><Property Name="outlook" Type="Edm.Boolean" Nullable="false" /><Property Name="powerPoint" Type="Edm.Boolean" Nullable="false" /><Property Name="publisher" Type="Edm.Boolean" Nullable="false" /><Property Name="sharePointDesigner" Type="Edm.Boolean" Nullable="false" /><Property Name="teams" Type="Edm.Boolean" Nullable="false" /><Property Name="visio" Type="Edm.Boolean" Nullable="false" /><Property Name="word" Type="Edm.Boolean" Nullable="false" /></ComplexType><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="iosDdmLobAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="associatedDomains" Type="Collection(Edm.String)" /><Property Name="associatedDomainsDirectDownloadAllowed" Type="Edm.Boolean" /><Property Name="preventManagedAppBackup" Type="Edm.Boolean" /><Property Name="tapToPayScreenLockEnabled" Type="Edm.Boolean" /><Property Name="vpnConfigurationId" 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="iosLobAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="preventManagedAppBackup" 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="v16_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v17_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v18_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v26_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="preventManagedAppBackup" Type="Edm.Boolean" /><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /><Property Name="vpnConfigurationId" Type="Edm.String" /></ComplexType><ComplexType Name="iosVppAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="preventAutoAppUpdate" Type="Edm.Boolean" /><Property Name="preventManagedAppBackup" Type="Edm.Boolean" /><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /><Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="vpnConfigurationId" Type="Edm.String" /></ComplexType><ComplexType Name="iosVppAppRevokeLicensesActionResult"><Property Name="actionFailureReason" Type="graph.vppTokenActionFailureReason" Nullable="false" /><Property Name="actionName" Type="Edm.String" /><Property Name="actionState" Type="graph.actionState" Nullable="false" /><Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="macOSAppScript"><Property Name="scriptContent" Type="Edm.String" Nullable="false" /></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" /><Property Name="v14_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v15_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v26_0" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="macOsVppAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="preventAutoAppUpdate" Type="Edm.Boolean" /><Property Name="preventManagedAppBackup" Type="Edm.Boolean" /><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /><Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="macOsVppAppRevokeLicensesActionResult"><Property Name="actionFailureReason" Type="graph.vppTokenActionFailureReason" Nullable="false" /><Property Name="actionName" Type="Edm.String" /><Property Name="actionState" Type="graph.actionState" Nullable="false" /><Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="microsoftStoreForBusinessAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" /></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="mobileAppScriptReference"><Property Name="targetId" Type="Edm.String" /></ComplexType><ComplexType Name="vppLicensingType"><Property Name="supportDeviceLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="supportsDeviceLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="supportsUserLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="supportUserLicensing" 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="win32CatalogAppAssignmentSettings" BaseType="graph.win32LobAppAssignmentSettings" /><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="win32LobAppDetection" Abstract="true" /><ComplexType Name="win32LobAppFileSystemDetection" BaseType="graph.win32LobAppDetection"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="detectionType" Type="graph.win32LobAppFileSystemDetectionType" Nullable="false" /><Property Name="detectionValue" Type="Edm.String" /><Property Name="fileOrFolderName" Type="Edm.String" /><Property Name="operator" Type="graph.win32LobAppDetectionOperator" Nullable="false" /><Property Name="path" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppRequirement" Abstract="true"><Property Name="detectionValue" Type="Edm.String" /><Property Name="operator" Type="graph.win32LobAppDetectionOperator" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppFileSystemRequirement" BaseType="graph.win32LobAppRequirement"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="detectionType" Type="graph.win32LobAppFileSystemDetectionType" Nullable="false" /><Property Name="fileOrFolderName" Type="Edm.String" /><Property Name="path" Type="Edm.String" /></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="maxRunTimeInMinutes" Type="Edm.Int32" /><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="win32LobAppPowerShellScriptDetection" BaseType="graph.win32LobAppDetection"><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="scriptContent" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppPowerShellScriptRequirement" BaseType="graph.win32LobAppRequirement"><Property Name="detectionType" Type="graph.win32LobAppPowerShellScriptDetectionType" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /><Property Name="scriptContent" Type="Edm.String" Nullable="false" /></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="win32LobAppProductCodeDetection" BaseType="graph.win32LobAppDetection"><Property Name="productCode" Type="Edm.String" /><Property Name="productVersion" Type="Edm.String" /><Property Name="productVersionOperator" Type="graph.win32LobAppDetectionOperator" Nullable="false" /></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="win32LobAppRegistryDetection" BaseType="graph.win32LobAppDetection"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="detectionType" Type="graph.win32LobAppRegistryDetectionType" Nullable="false" /><Property Name="detectionValue" Type="Edm.String" /><Property Name="keyPath" Type="Edm.String" /><Property Name="operator" Type="graph.win32LobAppDetectionOperator" Nullable="false" /><Property Name="valueName" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppRegistryRequirement" BaseType="graph.win32LobAppRequirement"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="detectionType" Type="graph.win32LobAppRegistryDetectionType" Nullable="false" /><Property Name="keyPath" Type="Edm.String" /><Property Name="valueName" Type="Edm.String" /></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="v10_1607" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1703" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1709" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1803" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1809" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1903" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_1909" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_2004" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_21H1" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_2H20" 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="windowsPackageInformation"><Property Name="applicableArchitecture" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="identityName" Type="Edm.String" /><Property Name="identityPublisher" Type="Edm.String" /><Property Name="identityResourceIdentifier" Type="Edm.String" /><Property Name="identityVersion" Type="Edm.String" /><Property Name="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" /></ComplexType><ComplexType Name="windowsUniversalAppXAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="winGetAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="installTimeSettings" Type="graph.winGetAppInstallTimeSettings" /><Property Name="notifications" Type="graph.winGetAppNotification" Nullable="false" /><Property Name="restartSettings" Type="graph.winGetAppRestartSettings" /></ComplexType><ComplexType Name="winGetAppInstallTimeSettings"><Property Name="deadlineDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="useLocalTime" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="winGetAppRestartSettings"><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="winGetAppInstallExperience"><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /></ComplexType><EntityType Name="mobileApp" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="dependentAppCount" Type="Edm.Int32" 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="isAssigned" Type="Edm.Boolean" Nullable="false" /><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" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="supersededAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="supersedingAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="uploadState" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.mobileAppAssignment)" ContainsTarget="true" /><NavigationProperty Name="categories" Type="Collection(graph.mobileAppCategory)" /><NavigationProperty Name="relationships" Type="Collection(graph.mobileAppRelationship)" ContainsTarget="true" /></EntityType><EntityType Name="androidForWorkApp" BaseType="graph.mobileApp"><Property Name="appIdentifier" Type="Edm.String" /><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="packageId" Type="Edm.String" /><Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="usedLicenseCount" Type="Edm.Int32" 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="roleScopeTagIds" Type="Collection(Edm.String)" /><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="androidForWorkMobileAppConfiguration" BaseType="graph.managedDeviceMobileAppConfiguration"><Property Name="connectedAppsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="credentialProviderRoleState" Type="graph.androidAppCredentialProviderRoleState" Nullable="false" /><Property Name="packageId" Type="Edm.String" /><Property Name="payloadJson" Type="Edm.String" /><Property Name="permissionActions" Type="Collection(graph.androidPermissionAction)" /><Property Name="profileApplicability" Type="graph.androidProfileApplicability" Nullable="false" /></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="targetedPlatforms" Type="graph.androidTargetedPlatforms" Nullable="false" /><Property Name="versionCode" Type="Edm.String" /><Property Name="versionName" Type="Edm.String" /></EntityType><EntityType Name="androidManagedStoreApp" BaseType="graph.mobileApp"><Property Name="appIdentifier" Type="Edm.String" /><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="appTracks" Type="Collection(graph.androidManagedStoreAppTrack)" /><Property Name="isPrivate" Type="Edm.Boolean" Nullable="false" /><Property Name="isSystemApp" Type="Edm.Boolean" Nullable="false" /><Property Name="packageId" Type="Edm.String" /><Property Name="supportsOemConfig" Type="Edm.Boolean" Nullable="false" /><Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="androidManagedStoreAppConfiguration" BaseType="graph.managedDeviceMobileAppConfiguration"><Property Name="appSupportsOemConfig" Type="Edm.Boolean" Nullable="false" /><Property Name="connectedAppsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="credentialProviderRoleState" Type="graph.androidAppCredentialProviderRoleState" Nullable="false" /><Property Name="packageId" Type="Edm.String" /><Property Name="payloadJson" Type="Edm.String" /><Property Name="permissionActions" Type="Collection(graph.androidPermissionAction)" /><Property Name="profileApplicability" Type="graph.androidProfileApplicability" Nullable="false" /></EntityType><EntityType Name="androidManagedStoreWebApp" BaseType="graph.androidManagedStoreApp" /><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" /><Property Name="microsoftStoreForBusinessPortalSelection" Type="graph.microsoftStoreForBusinessPortalSelectionOptions" Nullable="false" /><NavigationProperty Name="managedEBookCategories" Type="Collection(graph.managedEBookCategory)" ContainsTarget="true" /><NavigationProperty Name="enterpriseCodeSigningCertificates" Type="Collection(graph.enterpriseCodeSigningCertificate)" ContainsTarget="true" /><NavigationProperty Name="iosLobAppProvisioningConfigurations" Type="Collection(graph.iosLobAppProvisioningConfiguration)" ContainsTarget="true" /><NavigationProperty Name="mobileAppCatalogPackages" Type="Collection(graph.mobileAppCatalogPackage)" 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="symantecCodeSigningCertificate" Type="graph.symantecCodeSigningCertificate" ContainsTarget="true" /><NavigationProperty Name="managedEBooks" Type="Collection(graph.managedEBook)" ContainsTarget="true" /><NavigationProperty Name="policySets" Type="Collection(graph.policySet)" ContainsTarget="true" /><NavigationProperty Name="vppTokens" Type="Collection(graph.vppToken)" ContainsTarget="true" /><NavigationProperty Name="windowsManagementApp" Type="graph.windowsManagementApp" /><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="windowsInformationProtectionDeviceRegistrations" Type="Collection(graph.windowsInformationProtectionDeviceRegistration)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionPolicies" Type="Collection(graph.windowsInformationProtectionPolicy)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionWipeActions" Type="Collection(graph.windowsInformationProtectionWipeAction)" ContainsTarget="true" /><NavigationProperty Name="windowsManagedAppProtections" Type="Collection(graph.windowsManagedAppProtection)" ContainsTarget="true" /><NavigationProperty Name="deviceAppManagementTasks" Type="Collection(graph.deviceAppManagementTask)" ContainsTarget="true" /><NavigationProperty Name="wdacSupplementalPolicies" Type="Collection(graph.windowsDefenderApplicationControlSupplementalPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="managedEBookCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></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="iosLobAppProvisioningConfiguration" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="payload" Type="Edm.Binary" Nullable="false" /><Property Name="payloadFileName" Type="Edm.String" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.iosLobAppProvisioningConfigurationAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="groupAssignments" Type="Collection(graph.mobileAppProvisioningConfigGroupAssignment)" ContainsTarget="true" /><NavigationProperty Name="userStatuses" Type="Collection(graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" /></EntityType><EntityType Name="mobileAppCatalogPackage" BaseType="graph.entity" Abstract="true"><Property Name="productDescription" Type="Edm.String" /><Property Name="productDisplayName" Type="Edm.String" /><Property Name="productId" Type="Edm.String" /><Property Name="publisherDisplayName" Type="Edm.String" /><Property Name="versionDisplayName" Type="Edm.String" /></EntityType><EntityType Name="mobileAppCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></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="targetPublisher" Type="Edm.String" /><Property Name="targetPublisherDisplayName" Type="Edm.String" /><Property Name="targetType" Type="graph.mobileAppRelationshipType" Nullable="false" /></EntityType><EntityType Name="symantecCodeSigningCertificate" 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="password" 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="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="categories" Type="Collection(graph.managedEBookCategory)" /><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="policySet" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="errorCode" Type="graph.errorCode" Nullable="false" /><Property Name="guidedDeploymentTags" Type="Collection(Edm.String)" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTags" Type="Collection(Edm.String)" /><Property Name="status" Type="graph.policySetStatus" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.policySetAssignment)" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(graph.policySetItem)" ContainsTarget="true" /></EntityType><EntityType Name="vppToken" BaseType="graph.entity"><Property Name="appleId" Type="Edm.String" /><Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" /><Property Name="claimTokenManagementFromExternalMdm" Type="Edm.Boolean" Nullable="false" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="dataSharingConsentGranted" Type="Edm.Boolean" Nullable="false" /><Property Name="displayName" 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="locationName" Type="Edm.String" /><Property Name="organizationName" Type="Edm.String" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="state" Type="graph.vppTokenState" Nullable="false" /><Property Name="token" Type="Edm.String" /><Property Name="tokenActionResults" Type="Collection(graph.vppTokenActionResult)" /><Property Name="vppTokenAccountType" Type="graph.vppTokenAccountType" Nullable="false" /></EntityType><EntityType Name="windowsManagementApp" BaseType="graph.entity"><Property Name="availableVersion" Type="Edm.String" /><Property Name="managedInstaller" Type="graph.managedInstallerStatus" Nullable="false" /><Property Name="managedInstallerConfiguredDateTime" Type="Edm.String" /><NavigationProperty Name="healthStates" Type="Collection(graph.windowsManagementAppHealthState)" ContainsTarget="true" /></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="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedAppProtection" BaseType="graph.managedAppPolicy" Abstract="true"><Property Name="allowedDataIngestionLocations" Type="Collection(graph.managedAppDataIngestionLocation)" Nullable="false" /><Property Name="allowedDataStorageLocations" Type="Collection(graph.managedAppDataStorageLocation)" Nullable="false" /><Property Name="allowedInboundDataTransferSources" Type="graph.managedAppDataTransferLevel" Nullable="false" /><Property Name="allowedOutboundClipboardSharingExceptionLength" Type="Edm.Int32" Nullable="false" /><Property Name="allowedOutboundClipboardSharingLevel" Type="graph.managedAppClipboardSharingLevel" Nullable="false" /><Property Name="allowedOutboundDataTransferDestinations" Type="graph.managedAppDataTransferLevel" Nullable="false" /><Property Name="appActionIfDeviceComplianceRequired" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfMaximumPinRetriesExceeded" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfUnableToAuthenticateUser" Type="graph.managedAppRemediationAction" /><Property Name="blockDataIngestionIntoOrganizationDocuments" Type="Edm.Boolean" 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="dialerRestrictionLevel" Type="graph.managedAppPhoneNumberRedirectLevel" Nullable="false" /><Property Name="disableAppPinIfDevicePinIsSet" Type="Edm.Boolean" Nullable="false" /><Property Name="fingerprintBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="gracePeriodToBlockAppsDuringOffClockHours" Type="Edm.Duration" /><Property Name="managedBrowser" Type="graph.managedBrowserType" Nullable="false" /><Property Name="managedBrowserToOpenLinksRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="maximumAllowedDeviceThreatLevel" Type="graph.managedAppDeviceThreatLevel" Nullable="false" /><Property Name="maximumPinRetries" Type="Edm.Int32" Nullable="false" /><Property Name="maximumRequiredOsVersion" Type="Edm.String" /><Property Name="maximumWarningOsVersion" Type="Edm.String" /><Property Name="maximumWipeOsVersion" Type="Edm.String" /><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="minimumWipeAppVersion" Type="Edm.String" /><Property Name="minimumWipeOsVersion" Type="Edm.String" /><Property Name="mobileThreatDefensePartnerPriority" Type="graph.mobileThreatDefensePartnerPriority" /><Property Name="mobileThreatDefenseRemediationAction" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="notificationRestriction" Type="graph.managedAppNotificationRestriction" Nullable="false" /><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="pinRequiredInsteadOfBiometricTimeout" Type="Edm.Duration" /><Property Name="previousPinBlockCount" Type="Edm.Int32" Nullable="false" /><Property Name="printBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="protectedMessagingRedirectAppType" Type="graph.messagingRedirectAppType" 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="appGroupType" Type="graph.targetedManagedAppGroupType" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="targetedAppManagementLevels" Type="graph.appManagementLevel" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="androidManagedAppProtection" BaseType="graph.targetedManagedAppProtection"><Property Name="allowedAndroidDeviceManufacturers" Type="Edm.String" /><Property Name="allowedAndroidDeviceModels" Type="Collection(Edm.String)" /><Property Name="appActionIfAccountIsClockedOut" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfAndroidDeviceManufacturerNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidDeviceModelNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidSafetyNetAppsVerificationFailed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidSafetyNetDeviceAttestationFailed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfDeviceLockNotSet" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfDevicePasscodeComplexityLessThanHigh" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfDevicePasscodeComplexityLessThanLow" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfDevicePasscodeComplexityLessThanMedium" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfSamsungKnoxAttestationRequired" Type="graph.managedAppRemediationAction" /><Property Name="approvedKeyboards" Type="Collection(graph.keyValuePair)" /><Property Name="biometricAuthenticationBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="blockAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" Nullable="false" /><Property Name="connectToVpnOnLaunch" Type="Edm.Boolean" Nullable="false" /><Property Name="customBrowserDisplayName" Type="Edm.String" /><Property Name="customBrowserPackageId" Type="Edm.String" /><Property Name="customDialerAppDisplayName" Type="Edm.String" /><Property Name="customDialerAppPackageId" Type="Edm.String" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceLockRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" /><Property Name="exemptedAppPackages" Type="Collection(graph.keyValuePair)" /><Property Name="fingerprintAndBiometricEnabled" Type="Edm.Boolean" /><Property Name="keyboardsRestricted" Type="Edm.Boolean" Nullable="false" /><Property Name="messagingRedirectAppDisplayName" Type="Edm.String" /><Property Name="messagingRedirectAppPackageId" Type="Edm.String" /><Property Name="minimumRequiredCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumRequiredPatchVersion" Type="Edm.String" /><Property Name="minimumWarningCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumWarningPatchVersion" Type="Edm.String" /><Property Name="minimumWipeCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumWipePatchVersion" Type="Edm.String" /><Property Name="requireClass3Biometrics" Type="Edm.Boolean" Nullable="false" /><Property Name="requiredAndroidSafetyNetAppsVerificationType" Type="graph.androidManagedAppSafetyNetAppsVerificationType" Nullable="false" /><Property Name="requiredAndroidSafetyNetDeviceAttestationType" Type="graph.androidManagedAppSafetyNetDeviceAttestationType" Nullable="false" /><Property Name="requiredAndroidSafetyNetEvaluationType" Type="graph.androidManagedAppSafetyNetEvaluationType" Nullable="false" /><Property Name="requirePinAfterBiometricChange" Type="Edm.Boolean" Nullable="false" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="warnAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" Nullable="false" /><Property Name="wipeAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" 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="allowedAndroidDeviceManufacturers" Type="Edm.String" /><Property Name="allowedAndroidDeviceModels" Type="Collection(Edm.String)" /><Property Name="allowedIosDeviceModels" Type="Edm.String" /><Property Name="allowWidgetContentSync" Type="Edm.Boolean" Nullable="false" /><Property Name="appActionIfAccountIsClockedOut" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfAndroidDeviceManufacturerNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidDeviceModelNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidSafetyNetAppsVerificationFailed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfAndroidSafetyNetDeviceAttestationFailed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfDeviceLockNotSet" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appActionIfDevicePasscodeComplexityLessThanHigh" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfDevicePasscodeComplexityLessThanLow" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfDevicePasscodeComplexityLessThanMedium" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfIosDeviceModelNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /><Property Name="biometricAuthenticationBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="blockAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" Nullable="false" /><Property Name="connectToVpnOnLaunch" Type="Edm.Boolean" Nullable="false" /><Property Name="customBrowserDisplayName" Type="Edm.String" /><Property Name="customBrowserPackageId" Type="Edm.String" /><Property Name="customBrowserProtocol" Type="Edm.String" /><Property Name="customDialerAppDisplayName" Type="Edm.String" /><Property Name="customDialerAppPackageId" Type="Edm.String" /><Property Name="customDialerAppProtocol" Type="Edm.String" /><Property Name="customSettings" Type="Collection(graph.keyValuePair)" Nullable="false" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceLockRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="disableProtectionOfManagedOutboundOpenInData" Type="Edm.Boolean" Nullable="false" /><Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" /><Property Name="exemptedAppPackages" Type="Collection(graph.keyValuePair)" /><Property Name="exemptedAppProtocols" Type="Collection(graph.keyValuePair)" /><Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="filterOpenInToOnlyManagedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="fingerprintAndBiometricEnabled" Type="Edm.Boolean" /><Property Name="messagingRedirectAppDisplayName" Type="Edm.String" /><Property Name="messagingRedirectAppPackageId" Type="Edm.String" /><Property Name="messagingRedirectAppUrlScheme" Type="Edm.String" /><Property Name="minimumRequiredCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumRequiredPatchVersion" Type="Edm.String" /><Property Name="minimumRequiredSdkVersion" Type="Edm.String" /><Property Name="minimumWarningCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumWarningPatchVersion" Type="Edm.String" /><Property Name="minimumWarningSdkVersion" Type="Edm.String" /><Property Name="minimumWipeCompanyPortalVersion" Type="Edm.String" /><Property Name="minimumWipePatchVersion" Type="Edm.String" /><Property Name="minimumWipeSdkVersion" Type="Edm.String" /><Property Name="protectInboundDataFromUnknownSources" Type="Edm.Boolean" Nullable="false" /><Property Name="requireClass3Biometrics" Type="Edm.Boolean" Nullable="false" /><Property Name="requiredAndroidSafetyNetAppsVerificationType" Type="graph.androidManagedAppSafetyNetAppsVerificationType" Nullable="false" /><Property Name="requiredAndroidSafetyNetDeviceAttestationType" Type="graph.androidManagedAppSafetyNetDeviceAttestationType" Nullable="false" /><Property Name="requiredAndroidSafetyNetEvaluationType" Type="graph.androidManagedAppSafetyNetEvaluationType" Nullable="false" /><Property Name="requirePinAfterBiometricChange" Type="Edm.Boolean" Nullable="false" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="thirdPartyKeyboardsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="warnAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" Nullable="false" /><Property Name="wipeAfterCompanyPortalUpdateDeferralInDays" Type="Edm.Int32" 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="allowedIosDeviceModels" Type="Edm.String" /><Property Name="allowWidgetContentSync" Type="Edm.Boolean" Nullable="false" /><Property Name="appActionIfAccountIsClockedOut" Type="graph.managedAppRemediationAction" /><Property Name="appActionIfIosDeviceModelNotAllowed" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /><Property Name="customBrowserProtocol" Type="Edm.String" /><Property Name="customDialerAppProtocol" Type="Edm.String" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="disableProtectionOfManagedOutboundOpenInData" Type="Edm.Boolean" Nullable="false" /><Property Name="exemptedAppProtocols" Type="Collection(graph.keyValuePair)" /><Property Name="exemptedUniversalLinks" Type="Collection(Edm.String)" /><Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="filterOpenInToOnlyManagedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="genmojiConfigurationState" Type="graph.genmojiIosManagedAppConfigurationState" /><Property Name="managedUniversalLinks" Type="Collection(Edm.String)" /><Property Name="messagingRedirectAppUrlScheme" Type="Edm.String" /><Property Name="minimumRequiredSdkVersion" Type="Edm.String" /><Property Name="minimumWarningSdkVersion" Type="Edm.String" /><Property Name="minimumWipeSdkVersion" Type="Edm.String" /><Property Name="protectInboundDataFromUnknownSources" Type="Edm.Boolean" Nullable="false" /><Property Name="screenCaptureConfigurationState" Type="graph.screenCaptureIosManagedAppConfigurationState" /><Property Name="thirdPartyKeyboardsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="writingToolsConfigurationState" Type="graph.writingToolsIosManagedAppConfigurationState" /><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" /><NavigationProperty Name="settings" Type="Collection(graph.deviceManagementConfigurationSetting)" ContainsTarget="true" /></EntityType><EntityType Name="targetedManagedAppConfiguration" BaseType="graph.managedAppConfiguration"><Property Name="appGroupType" Type="graph.targetedManagedAppGroupType" Nullable="false" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="targetedAppManagementLevels" Type="graph.appManagementLevel" 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="windowsInformationProtectionWipeAction" BaseType="graph.entity"><Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.actionState" Nullable="false" /><Property Name="targetedDeviceMacAddress" Type="Edm.String" /><Property Name="targetedDeviceName" Type="Edm.String" /><Property Name="targetedDeviceRegistrationId" Type="Edm.String" /><Property Name="targetedUserId" Type="Edm.String" /></EntityType><EntityType Name="windowsManagedAppProtection" BaseType="graph.managedAppPolicy"><Property Name="allowedInboundDataTransferSources" Type="graph.windowsManagedAppDataTransferLevel" Nullable="false" /><Property Name="allowedOutboundClipboardSharingLevel" Type="graph.windowsManagedAppClipboardSharingLevel" Nullable="false" /><Property Name="allowedOutboundDataTransferDestinations" Type="graph.windowsManagedAppDataTransferLevel" Nullable="false" /><Property Name="appActionIfUnableToAuthenticateUser" Type="graph.managedAppRemediationAction" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="maximumAllowedDeviceThreatLevel" Type="graph.managedAppDeviceThreatLevel" Nullable="false" /><Property Name="maximumRequiredOsVersion" Type="Edm.String" /><Property Name="maximumWarningOsVersion" Type="Edm.String" /><Property Name="maximumWipeOsVersion" Type="Edm.String" /><Property Name="minimumRequiredAppVersion" Type="Edm.String" /><Property Name="minimumRequiredOsVersion" Type="Edm.String" /><Property Name="minimumRequiredSdkVersion" Type="Edm.String" /><Property Name="minimumWarningAppVersion" Type="Edm.String" /><Property Name="minimumWarningOsVersion" Type="Edm.String" /><Property Name="minimumWipeAppVersion" Type="Edm.String" /><Property Name="minimumWipeOsVersion" Type="Edm.String" /><Property Name="minimumWipeSdkVersion" Type="Edm.String" /><Property Name="mobileThreatDefenseRemediationAction" Type="graph.managedAppRemediationAction" Nullable="false" /><Property Name="periodOfflineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" /><Property Name="periodOfflineBeforeWipeIsEnforced" Type="Edm.Duration" Nullable="false" /><Property Name="printBlocked" 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="deviceAppManagementTask" BaseType="graph.entity"><Property Name="assignedTo" Type="Edm.String" /><Property Name="category" Type="graph.deviceAppManagementTaskCategory" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="creator" Type="Edm.String" /><Property Name="creatorNotes" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="dueDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="priority" Type="graph.deviceAppManagementTaskPriority" Nullable="false" /><Property Name="status" Type="graph.deviceAppManagementTaskStatus" Nullable="false" /></EntityType><EntityType Name="windowsDefenderApplicationControlSupplementalPolicy" BaseType="graph.entity"><Property Name="content" Type="Edm.Binary" /><Property Name="contentFileName" Type="Edm.String" /><Property Name="creationDateTime" 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="roleScopeTagIds" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.windowsDefenderApplicationControlSupplementalPolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="deploySummary" Type="graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" ContainsTarget="true" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus)" ContainsTarget="true" /></EntityType><EntityType Name="iosiPadOSWebClip" BaseType="graph.mobileApp"><Property Name="appUrl" Type="Edm.String" /><Property Name="fullScreenEnabled" Type="Edm.Boolean" /><Property Name="ignoreManifestScope" Type="Edm.Boolean" /><Property Name="preComposedIconEnabled" Type="Edm.Boolean" /><Property Name="targetApplicationBundleIdentifier" Type="Edm.String" /><Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="iosLobApp" BaseType="graph.mobileLobApp"><Property Name="appleDeviceAppDeliveryProtocolType" Type="graph.appleDeviceDeliveryProtocol" Nullable="false" /><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="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="platform" Type="Edm.Int32" 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="mobileAppProvisioningConfigGroupAssignment" BaseType="graph.entity"><Property Name="targetGroupId" Type="Edm.String" /></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="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="revokeLicenseActionResults" Type="Collection(graph.iosVppAppRevokeLicensesActionResult)" /><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="vppTokenDisplayName" Type="Edm.String" /><Property Name="vppTokenId" Type="Edm.String" /><Property Name="vppTokenOrganizationName" Type="Edm.String" /><NavigationProperty Name="assignedLicenses" Type="Collection(graph.iosVppAppAssignedLicense)" ContainsTarget="true" /></EntityType><EntityType Name="iosVppAppAssignedLicense" BaseType="graph.entity"><Property Name="userEmailAddress" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="iosVppAppAssignedDeviceLicense" BaseType="graph.iosVppAppAssignedLicense"><Property Name="deviceName" Type="Edm.String" /><Property Name="managedDeviceId" Type="Edm.String" /></EntityType><EntityType Name="iosVppAppAssignedUserLicense" BaseType="graph.iosVppAppAssignedLicense" /><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="macOSPkgApp" 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="postInstallScript" Type="graph.macOSAppScript" /><Property Name="preInstallScript" Type="graph.macOSAppScript" /><Property Name="primaryBundleId" Type="Edm.String" Nullable="false" /><Property Name="primaryBundleVersion" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="macOsVppApp" BaseType="graph.mobileApp"><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="revokeLicenseActionResults" Type="Collection(graph.macOsVppAppRevokeLicensesActionResult)" /><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="vppTokenDisplayName" Type="Edm.String" /><Property Name="vppTokenId" Type="Edm.String" /><Property Name="vppTokenOrganizationName" Type="Edm.String" /><NavigationProperty Name="assignedLicenses" Type="Collection(graph.macOsVppAppAssignedLicense)" ContainsTarget="true" /></EntityType><EntityType Name="macOsVppAppAssignedLicense" BaseType="graph.entity"><Property Name="userEmailAddress" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="macOSWebClip" BaseType="graph.mobileApp"><Property Name="appUrl" Type="Edm.String" /><Property Name="fullScreenEnabled" Type="Edm.Boolean" /><Property Name="preComposedIconEnabled" Type="Edm.Boolean" /></EntityType><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="targetedPlatforms" Type="graph.androidTargetedPlatforms" Nullable="false" /><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="managedDeviceMobileAppConfigurationDeviceSummary" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="conflictCount" 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="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationUserSummary" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="conflictCount" 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="identityVersion" Type="Edm.String" /><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" /><NavigationProperty Name="scripts" Type="Collection(graph.mobileAppContentScript)" ContainsTarget="true" /></EntityType><EntityType Name="microsoftStoreForBusinessApp" BaseType="graph.mobileApp"><Property Name="licenseType" Type="graph.microsoftStoreForBusinessLicenseType" Nullable="false" /><Property Name="licensingType" Type="graph.vppLicensingType" /><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" /><NavigationProperty Name="containedApps" Type="Collection(graph.mobileContainedApp)" ContainsTarget="true" /></EntityType><EntityType Name="mobileContainedApp" BaseType="graph.entity" Abstract="true" /><EntityType Name="microsoftStoreForBusinessContainedApp" BaseType="graph.mobileContainedApp"><Property Name="appUserModelId" Type="Edm.String" /></EntityType><EntityType Name="mobileAppAssignment" BaseType="graph.entity"><Property Name="intent" Type="graph.installIntent" Nullable="false" /><Property Name="settings" Type="graph.mobileAppAssignmentSettings" /><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><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="isFrameworkFile" 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="mobileAppContentScript" BaseType="graph.entity" Abstract="true"><Property Name="content" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="state" Type="graph.mobileAppContentScriptState" Nullable="false" /></EntityType><EntityType Name="mobileAppDependency" BaseType="graph.mobileAppRelationship"><Property Name="dependencyType" Type="graph.mobileAppDependencyType" Nullable="false" /><Property Name="dependentAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="dependsOnAppCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="mobileAppInstallStatus" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="displayVersion" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /><Property Name="installState" Type="graph.resultantAppState" Nullable="false" /><Property Name="installStateDetail" Type="graph.resultantAppStateDetail" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="mobileAppInstallStatusValue" Type="graph.resultantAppState" Nullable="false" /><Property Name="osDescription" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="app" Type="graph.mobileApp" /></EntityType><EntityType Name="mobileAppInstallSummary" 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="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingInstallDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingInstallUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="mobileAppSupersedence" BaseType="graph.mobileAppRelationship"><Property Name="supersededAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="supersedenceType" Type="graph.mobileAppSupersedenceType" Nullable="false" /><Property Name="supersedingAppCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="officeSuiteApp" BaseType="graph.mobileApp"><Property Name="autoAcceptEula" Type="Edm.Boolean" Nullable="false" /><Property Name="excludedApps" Type="graph.excludedApps" /><Property Name="installProgressDisplayLevel" Type="graph.officeSuiteInstallProgressDisplayLevel" Nullable="false" /><Property Name="localesToInstall" Type="Collection(Edm.String)" /><Property Name="officeConfigurationXml" Type="Edm.Binary" /><Property Name="officePlatformArchitecture" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="officeSuiteAppDefaultFileFormat" Type="graph.officeSuiteDefaultFileFormatType" Nullable="false" /><Property Name="productIds" Type="Collection(graph.officeProductId)" Nullable="false" /><Property Name="shouldUninstallOlderVersionsOfOffice" Type="Edm.Boolean" Nullable="false" /><Property Name="targetVersion" Type="Edm.String" /><Property Name="updateChannel" Type="graph.officeUpdateChannel" Nullable="false" /><Property Name="updateVersion" Type="Edm.String" /><Property Name="useSharedComputerActivation" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="userAppInstallStatus" 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" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="app" Type="graph.mobileApp" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.mobileAppInstallStatus)" ContainsTarget="true" /></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="activeInstallScript" Type="graph.mobileAppScriptReference" /><Property Name="activeUninstallScript" Type="graph.mobileAppScriptReference" /><Property Name="allowAvailableUninstall" Type="Edm.Boolean" Nullable="false" /><Property Name="allowedArchitectures" Type="graph.windowsArchitecture" /><Property Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="detectionRules" Type="Collection(graph.win32LobAppDetection)" /><Property Name="displayVersion" Type="Edm.String" /><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="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" /><Property Name="minimumSupportedWindowsRelease" Type="Edm.String" /><Property Name="msiInformation" Type="graph.win32LobAppMsiInformation" /><Property Name="requirementRules" Type="Collection(graph.win32LobAppRequirement)" /><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="win32CatalogApp" BaseType="graph.win32LobApp"><Property Name="mobileAppCatalogPackageId" Type="Edm.String" /><NavigationProperty Name="latestUpgradeCatalogPackage" Type="graph.mobileAppCatalogPackage" ContainsTarget="true" /><NavigationProperty Name="referencedCatalogPackage" Type="graph.mobileAppCatalogPackage" ContainsTarget="true" /></EntityType><EntityType Name="win32LobAppScript" BaseType="graph.mobileAppContentScript" Abstract="true"><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="win32LobAppInstallPowerShellScript" BaseType="graph.win32LobAppScript" /><EntityType Name="win32LobAppUninstallPowerShellScript" BaseType="graph.win32LobAppScript" /><EntityType Name="win32MobileAppCatalogPackage" BaseType="graph.mobileAppCatalogPackage"><Property Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="branchDisplayName" Type="Edm.String" /><Property Name="branchId" Type="Edm.String" /><Property Name="locales" Type="Collection(Edm.String)" /><Property Name="packageAutoUpdateCapable" Type="Edm.Boolean" Nullable="false" /></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="windowsAutoUpdateCatalogApp" BaseType="graph.mobileApp"><Property Name="mobileAppCatalogPackageBranchId" Type="Edm.String" /></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="identityVersion" Type="Edm.String" /><Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="productCode" Type="Edm.String" /><Property Name="productVersion" Type="Edm.String" /><Property Name="useDeviceContext" Type="Edm.Boolean" /></EntityType><EntityType Name="windowsPhone81AppX" 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="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" Nullable="false" /><Property Name="phoneProductIdentifier" Type="Edm.String" /><Property Name="phonePublisherId" Type="Edm.String" /></EntityType><EntityType Name="windowsPhone81AppXBundle" BaseType="graph.windowsPhone81AppX"><Property Name="appXPackageInformationList" Type="Collection(graph.windowsPackageInformation)" /></EntityType><EntityType Name="windowsPhone81StoreApp" BaseType="graph.mobileApp"><Property Name="appStoreUrl" Type="Edm.String" /></EntityType><EntityType Name="windowsPhoneXAP" BaseType="graph.mobileLobApp"><Property Name="identityVersion" Type="Edm.String" /><Property Name="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" Nullable="false" /><Property Name="productIdentifier" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="windowsStoreApp" BaseType="graph.mobileApp"><Property Name="appStoreUrl" 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><EntityType Name="winGetApp" BaseType="graph.mobileApp"><Property Name="installExperience" Type="graph.winGetAppInstallExperience" /><Property Name="manifestHash" Type="Edm.String" /><Property Name="packageIdentifier" 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="remoteTenantId" Type="Edm.String" /><Property Name="remoteUserId" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPermissions" Type="Collection(Edm.String)" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userRoleScopeTags" Type="Collection(graph.roleScopeTagInfo)" /></ComplexType><ComplexType Name="roleScopeTagInfo"><Property Name="displayName" Type="Edm.String" /><Property Name="roleScopeTagId" 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" /><Property Name="type" 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="roleScopeTagIds" Type="Collection(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><ComplexType Name="assignmentFilterEvaluateRequest"><Property Name="orderBy" Type="Collection(Edm.String)" /><Property Name="platform" Type="graph.devicePlatformType" Nullable="false" /><Property Name="rule" Type="Edm.String" Nullable="false" /><Property Name="search" Type="Edm.String" /><Property Name="skip" Type="Edm.Int32" Nullable="false" /><Property Name="top" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="assignmentFilterEvaluationSummary"><Property Name="assignmentFilterDisplayName" Type="Edm.String" /><Property Name="assignmentFilterId" Type="Edm.String" /><Property Name="assignmentFilterLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="assignmentFilterPlatform" Type="graph.devicePlatformType" Nullable="false" /><Property Name="assignmentFilterType" Type="graph.deviceAndAppManagementAssignmentFilterType" Nullable="false" /><Property Name="assignmentFilterTypeAndEvaluationResults" Type="Collection(graph.assignmentFilterTypeAndEvaluationResult)" /><Property Name="evaluationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="evaluationResult" Type="graph.assignmentFilterEvaluationResult" Nullable="false" /></ComplexType><ComplexType Name="assignmentFilterTypeAndEvaluationResult"><Property Name="assignmentFilterType" Type="graph.deviceAndAppManagementAssignmentFilterType" Nullable="false" /><Property Name="evaluationResult" Type="graph.assignmentFilterEvaluationResult" Nullable="false" /></ComplexType><ComplexType Name="assignmentFilterState"><Property Name="enabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="assignmentFilterStatusDetails"><Property Name="deviceProperties" Type="Collection(graph.keyValuePair)" /><Property Name="evalutionSummaries" Type="Collection(graph.assignmentFilterEvaluationSummary)" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="payloadId" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="assignmentFilterSupportedProperty"><Property Name="dataType" Type="Edm.String" /><Property Name="isCollection" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="propertyRegexConstraint" Type="Edm.String" /><Property Name="supportedOperators" Type="Collection(graph.assignmentFilterOperator)" Nullable="false" /><Property Name="supportedValues" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="assignmentFilterValidationResult"><Property Name="isValidRule" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="hasPayloadLinkResultItem"><Property Name="error" Type="Edm.String" /><Property Name="hasLink" Type="Edm.Boolean" /><Property Name="payloadId" Type="Edm.String" /><Property Name="sources" Type="Collection(graph.deviceAndAppManagementAssignmentSource)" Nullable="false" /></ComplexType><ComplexType Name="payloadByFilter"><Property Name="assignmentFilterType" Type="graph.deviceAndAppManagementAssignmentFilterType" Nullable="false" /><Property Name="groupId" Type="Edm.String" /><Property Name="payloadId" Type="Edm.String" /><Property Name="payloadType" Type="graph.associatedAssignmentPayloadType" Nullable="false" /></ComplexType><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="deviceCompliancePolicyAssignment" BaseType="graph.entity"><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><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="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="platform" Type="Edm.Int32" 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="deviceComplianceDeviceOverview" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="conflictCount" 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="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" 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="conflictCount" 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="policySetItem" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="errorCode" Type="graph.errorCode" Nullable="false" /><Property Name="guidedDeploymentTags" Type="Collection(Edm.String)" /><Property Name="itemType" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="payloadId" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.policySetStatus" Nullable="false" /></EntityType><EntityType Name="deviceCompliancePolicyPolicySetItem" BaseType="graph.policySetItem" /><ComplexType Name="deviceManagementApplicabilityRuleDeviceMode"><Property Name="deviceMode" Type="graph.windows10DeviceModeType" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="ruleType" Type="graph.deviceManagementApplicabilityRuleType" Nullable="false" /></ComplexType><ComplexType Name="deviceManagementApplicabilityRuleOsEdition"><Property Name="name" Type="Edm.String" /><Property Name="osEditionTypes" Type="Collection(graph.windows10EditionType)" Nullable="false" /><Property Name="ruleType" Type="graph.deviceManagementApplicabilityRuleType" Nullable="false" /></ComplexType><ComplexType Name="deviceManagementApplicabilityRuleOsVersion"><Property Name="maxOSVersion" Type="Edm.String" /><Property Name="minOSVersion" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="ruleType" Type="graph.deviceManagementApplicabilityRuleType" Nullable="false" /></ComplexType><EntityType Name="deviceConfigurationAssignment" BaseType="graph.entity"><Property Name="intent" Type="graph.deviceConfigAssignmentIntent" /><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><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="platform" Type="Edm.Int32" 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="conflictCount" 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="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceConfigurationGroupAssignment" BaseType="graph.entity"><Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" /><Property Name="targetGroupId" Type="Edm.String" /><NavigationProperty Name="deviceConfiguration" Type="graph.deviceConfiguration" /></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="conflictCount" 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="deviceConfigurationPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="enrollmentConfigurationAssignment" BaseType="graph.entity"><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="deviceManagementConfigurationPolicyPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="deviceManagementScriptAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="deviceManagementScriptDeviceState" BaseType="graph.entity"><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /><Property Name="errorDescription" Type="Edm.String" /><Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="resultMessage" Type="Edm.String" /><Property Name="runState" Type="graph.runState" Nullable="false" /><NavigationProperty Name="managedDevice" Type="graph.managedDevice" /></EntityType><EntityType Name="deviceManagementScriptGroupAssignment" BaseType="graph.entity"><Property Name="targetGroupId" Type="Edm.String" /></EntityType><EntityType Name="deviceManagementScriptRunSummary" BaseType="graph.entity"><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="successUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceManagementScriptUserState" BaseType="graph.entity"><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="deviceRunStates" Type="Collection(graph.deviceManagementScriptDeviceState)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementScriptPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="enrollmentRestrictionsConfigurationPolicySetItem" BaseType="graph.policySetItem"><Property Name="limit" Type="Edm.Int32" /><Property Name="priority" Type="Edm.Int32" /></EntityType><EntityType Name="iosLobAppProvisioningConfigurationPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="managedAppProtectionPolicySetItem" BaseType="graph.policySetItem"><Property Name="targetedAppManagementLevels" Type="Edm.String" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="mdmWindowsInformationProtectionPolicyPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="mobileAppPolicySetItem" BaseType="graph.policySetItem"><Property Name="intent" Type="graph.installIntent" Nullable="false" /><Property Name="settings" Type="graph.mobileAppAssignmentSettings" /></EntityType><EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter"><Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" /></EntityType><EntityType Name="policySetAssignment" BaseType="graph.entity"><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="targetedManagedAppPolicyAssignment" BaseType="graph.entity"><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="targetedManagedAppConfigurationPolicySetItem" BaseType="graph.policySetItem" /><EntityType Name="windows10EnrollmentCompletionPageConfigurationPolicySetItem" BaseType="graph.policySetItem"><Property Name="priority" Type="Edm.Int32" /></EntityType><ComplexType Name="windowsEnrollmentStatusScreenSettings"><Property Name="allowDeviceUseBeforeProfileAndAppInstallComplete" Type="Edm.Boolean" Nullable="false" /><Property Name="allowDeviceUseOnInstallFailure" Type="Edm.Boolean" Nullable="false" /><Property Name="allowLogCollectionOnInstallFailure" Type="Edm.Boolean" Nullable="false" /><Property Name="blockDeviceSetupRetryByUser" Type="Edm.Boolean" Nullable="false" /><Property Name="customErrorMessage" Type="Edm.String" /><Property Name="hideInstallationProgress" Type="Edm.Boolean" Nullable="false" /><Property Name="installProgressTimeoutInMinutes" Type="Edm.Int32" /></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><ComplexType Name="outOfBoxExperienceSettings"><Property Name="deviceUsageType" Type="graph.windowsDeviceUsageType" Nullable="false" /><Property Name="hideEscapeLink" Type="Edm.Boolean" Nullable="false" /><Property Name="hideEULA" Type="Edm.Boolean" Nullable="false" /><Property Name="hidePrivacySettings" Type="Edm.Boolean" Nullable="false" /><Property Name="skipKeyboardSelectionPage" Type="Edm.Boolean" Nullable="false" /><Property Name="userType" Type="graph.windowsUserType" Nullable="false" /></ComplexType><EntityType Name="windowsAutopilotDeploymentProfileAssignment" BaseType="graph.entity"><Property Name="source" Type="graph.deviceAndAppManagementAssignmentSource" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="windowsAutopilotDeploymentProfilePolicySetItem" BaseType="graph.policySetItem" /><ComplexType Name="extendedKeyUsage"><Property Name="name" Type="Edm.String" /><Property Name="objectIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="trustChainCertificate"><Property Name="certificate" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" /></ComplexType><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><EntityType Name="termsAndConditionsGroupAssignment" BaseType="graph.entity"><Property Name="targetGroupId" Type="Edm.String" /><NavigationProperty Name="termsAndConditions" Type="graph.termsAndConditions" /></EntityType><ComplexType Name="airPrintDestination"><Property Name="forceTls" Type="Edm.Boolean" Nullable="false" /><Property Name="ipAddress" Type="Edm.String" Nullable="false" /><Property Name="port" Type="Edm.Int32" /><Property Name="resourcePath" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerDelegatedScopeAppSetting"><Property Name="appDetail" Type="graph.appListItem" Nullable="false" /><Property Name="appScopes" Type="Collection(graph.androidDeviceOwnerDelegatedAppScopeType)" Nullable="false" /></ComplexType><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="androidDeviceOwnerGlobalProxy" Abstract="true" /><ComplexType Name="androidDeviceOwnerGlobalProxyAutoConfig" BaseType="graph.androidDeviceOwnerGlobalProxy"><Property Name="proxyAutoConfigURL" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerGlobalProxyDirect" BaseType="graph.androidDeviceOwnerGlobalProxy"><Property Name="excludedHosts" Type="Collection(Edm.String)" /><Property Name="host" Type="Edm.String" Nullable="false" /><Property Name="port" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerKioskModeHomeScreenItem" Abstract="true" /><ComplexType Name="androidDeviceOwnerKioskModeFolderItem" BaseType="graph.androidDeviceOwnerKioskModeHomeScreenItem" Abstract="true" /><ComplexType Name="androidDeviceOwnerKioskModeApp" BaseType="graph.androidDeviceOwnerKioskModeFolderItem"><Property Name="className" Type="Edm.String" /><Property Name="offlineAppAccessEnabled" Type="Edm.Boolean" /><Property Name="package" Type="Edm.String" Nullable="false" /><Property Name="preSignInAppAccessEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="androidDeviceOwnerKioskModeAppPositionItem"><Property Name="item" Type="graph.androidDeviceOwnerKioskModeHomeScreenItem" Nullable="false" /><Property Name="position" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerKioskModeManagedFolder"><Property Name="folderIdentifier" Type="Edm.String" /><Property Name="folderName" Type="Edm.String" Nullable="false" /><Property Name="items" Type="Collection(graph.androidDeviceOwnerKioskModeFolderItem)" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerKioskModeManagedFolderReference" BaseType="graph.androidDeviceOwnerKioskModeHomeScreenItem"><Property Name="folderIdentifier" Type="Edm.String" /><Property Name="folderName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerKioskModeWeblink" BaseType="graph.androidDeviceOwnerKioskModeFolderItem"><Property Name="label" Type="Edm.String" /><Property Name="link" Type="Edm.String" /></ComplexType><ComplexType Name="androidDeviceOwnerSilentCertificateAccess"><Property Name="packageId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerSystemUpdateFreezePeriod"><Property Name="endDay" Type="Edm.Int32" Nullable="false" /><Property Name="endMonth" Type="Edm.Int32" Nullable="false" /><Property Name="startDay" Type="Edm.Int32" Nullable="false" /><Property Name="startMonth" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="androidDeviceOwnerUserFacingMessage"><Property Name="defaultMessage" Type="Edm.String" Nullable="false" /><Property Name="localizedMessages" Type="Collection(graph.keyValuePair)" Nullable="false" /></ComplexType><ComplexType Name="appleAppListItem" BaseType="graph.appListItem" /><ComplexType Name="appleVpnAlwaysOnConfiguration"><Property Name="airPrintExceptionAction" Type="graph.vpnServiceExceptionAction" /><Property Name="allowAllCaptiveNetworkPlugins" Type="Edm.Boolean" /><Property Name="allowCaptiveWebSheet" Type="Edm.Boolean" /><Property Name="allowedCaptiveNetworkPlugins" Type="graph.specifiedCaptiveNetworkPlugins" /><Property Name="cellularExceptionAction" Type="graph.vpnServiceExceptionAction" /><Property Name="natKeepAliveIntervalInSeconds" Type="Edm.Int32" /><Property Name="natKeepAliveOffloadEnable" Type="Edm.Boolean" /><Property Name="tunnelConfiguration" Type="graph.vpnTunnelConfigurationType" Nullable="false" /><Property Name="userToggleEnabled" Type="Edm.Boolean" /><Property Name="voicemailExceptionAction" Type="graph.vpnServiceExceptionAction" /></ComplexType><ComplexType Name="specifiedCaptiveNetworkPlugins"><Property Name="allowedBundleIdentifiers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="bitLockerFixedDrivePolicy"><Property Name="encryptionMethod" Type="graph.bitLockerEncryptionMethod" /><Property Name="recoveryOptions" Type="graph.bitLockerRecoveryOptions" /><Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="bitLockerRecoveryOptions"><Property Name="blockDataRecoveryAgent" Type="Edm.Boolean" Nullable="false" /><Property Name="enableBitLockerAfterRecoveryInformationToStore" Type="Edm.Boolean" Nullable="false" /><Property Name="enableRecoveryInformationSaveToStore" Type="Edm.Boolean" Nullable="false" /><Property Name="hideRecoveryOptions" Type="Edm.Boolean" Nullable="false" /><Property Name="recoveryInformationToStore" Type="graph.bitLockerRecoveryInformationType" Nullable="false" /><Property Name="recoveryKeyUsage" Type="graph.configurationUsage" Nullable="false" /><Property Name="recoveryPasswordUsage" Type="graph.configurationUsage" Nullable="false" /></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="bitLockerSystemDrivePolicy"><Property Name="encryptionMethod" Type="graph.bitLockerEncryptionMethod" /><Property Name="minimumPinLength" Type="Edm.Int32" /><Property Name="prebootRecoveryEnableMessageAndUrl" Type="Edm.Boolean" Nullable="false" /><Property Name="prebootRecoveryMessage" Type="Edm.String" /><Property Name="prebootRecoveryUrl" Type="Edm.String" /><Property Name="recoveryOptions" Type="graph.bitLockerRecoveryOptions" /><Property Name="startupAuthenticationBlockWithoutTpmChip" Type="Edm.Boolean" Nullable="false" /><Property Name="startupAuthenticationRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="startupAuthenticationTpmKeyUsage" Type="graph.configurationUsage" Nullable="false" /><Property Name="startupAuthenticationTpmPinAndKeyUsage" Type="graph.configurationUsage" Nullable="false" /><Property Name="startupAuthenticationTpmPinUsage" Type="graph.configurationUsage" Nullable="false" /><Property Name="startupAuthenticationTpmUsage" Type="graph.configurationUsage" Nullable="false" /></ComplexType><ComplexType Name="singleSignOnExtension" Abstract="true" /><ComplexType Name="credentialSingleSignOnExtension" BaseType="graph.singleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="keyTypedValuePair" Abstract="true"><Property Name="key" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cryptographySuite"><Property Name="authenticationTransformConstants" Type="graph.authenticationTransformConstant" /><Property Name="cipherTransformConstants" Type="graph.vpnEncryptionAlgorithmType" /><Property Name="dhGroup" Type="graph.diffieHellmanGroup" /><Property Name="encryptionMethod" Type="graph.vpnEncryptionAlgorithmType" /><Property Name="integrityCheckMethod" Type="graph.vpnIntegrityAlgorithmType" /><Property Name="pfsGroup" Type="graph.perfectForwardSecrecyGroup" /></ComplexType><ComplexType Name="customSubjectAlternativeName"><Property Name="name" Type="Edm.String" /><Property Name="sanType" Type="graph.subjectAlternativeNameType" Nullable="false" /></ComplexType><ComplexType Name="customUpdateTimeWindow"><Property Name="endDay" Type="graph.dayOfWeek" Nullable="false" /><Property Name="endTime" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="startDay" Type="graph.dayOfWeek" Nullable="false" /><Property Name="startTime" Type="Edm.TimeOfDay" 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="deliveryOptimizationBandwidth" Abstract="true" /><ComplexType Name="deliveryOptimizationBandwidthAbsolute" BaseType="graph.deliveryOptimizationBandwidth"><Property Name="maximumDownloadBandwidthInKilobytesPerSecond" Type="Edm.Int64" /><Property Name="maximumUploadBandwidthInKilobytesPerSecond" Type="Edm.Int64" /></ComplexType><ComplexType Name="deliveryOptimizationBandwidthBusinessHoursLimit"><Property Name="bandwidthBeginBusinessHours" Type="Edm.Int32" Nullable="false" /><Property Name="bandwidthEndBusinessHours" Type="Edm.Int32" Nullable="false" /><Property Name="bandwidthPercentageDuringBusinessHours" Type="Edm.Int32" Nullable="false" /><Property Name="bandwidthPercentageOutsideBusinessHours" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="deliveryOptimizationBandwidthHoursWithPercentage" BaseType="graph.deliveryOptimizationBandwidth"><Property Name="bandwidthBackgroundPercentageHours" Type="graph.deliveryOptimizationBandwidthBusinessHoursLimit" /><Property Name="bandwidthForegroundPercentageHours" Type="graph.deliveryOptimizationBandwidthBusinessHoursLimit" /></ComplexType><ComplexType Name="deliveryOptimizationBandwidthPercentage" BaseType="graph.deliveryOptimizationBandwidth"><Property Name="maximumBackgroundBandwidthPercentage" Type="Edm.Int32" /><Property Name="maximumForegroundBandwidthPercentage" Type="Edm.Int32" /></ComplexType><ComplexType Name="deliveryOptimizationGroupIdSource" Abstract="true" /><ComplexType Name="deliveryOptimizationGroupIdCustom" BaseType="graph.deliveryOptimizationGroupIdSource"><Property Name="groupIdCustom" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="deliveryOptimizationGroupIdSourceOptions" BaseType="graph.deliveryOptimizationGroupIdSource"><Property Name="groupIdSourceOption" Type="graph.deliveryOptimizationGroupIdOptionsType" Nullable="false" /></ComplexType><ComplexType Name="deliveryOptimizationMaxCacheSize" Abstract="true" /><ComplexType Name="deliveryOptimizationMaxCacheSizeAbsolute" BaseType="graph.deliveryOptimizationMaxCacheSize"><Property Name="maximumCacheSizeInGigabytes" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="deliveryOptimizationMaxCacheSizePercentage" BaseType="graph.deliveryOptimizationMaxCacheSize"><Property Name="maximumCacheSizePercentage" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="deviceCompliancePolicyScript"><Property Name="deviceComplianceScriptId" Type="Edm.String" /><Property Name="rulesContent" Type="Edm.Binary" /></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="settingInstanceId" 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="deviceComplianceScriptError"><Property Name="code" Type="graph.code" Nullable="false" /><Property Name="deviceComplianceScriptRulesValidationError" Type="graph.deviceComplianceScriptRulesValidationError" Nullable="false" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="deviceComplianceScriptRule"><Property Name="dataType" Type="graph.dataType" Nullable="false" /><Property Name="deviceComplianceScriptRuleDataType" Type="graph.deviceComplianceScriptRuleDataType" Nullable="false" /><Property Name="deviceComplianceScriptRulOperator" Type="graph.deviceComplianceScriptRulOperator" Nullable="false" /><Property Name="operand" Type="Edm.String" /><Property Name="operator" Type="graph.operator" Nullable="false" /><Property Name="settingName" Type="Edm.String" /></ComplexType><ComplexType Name="deviceComplianceScriptRuleError" BaseType="graph.deviceComplianceScriptError"><Property Name="settingName" Type="Edm.String" /></ComplexType><ComplexType Name="deviceComplianceScriptValidationResult"><Property Name="ruleErrors" Type="Collection(graph.deviceComplianceScriptRuleError)" /><Property Name="rules" Type="Collection(graph.deviceComplianceScriptRule)" /><Property Name="scriptErrors" Type="Collection(graph.deviceComplianceScriptError)" /></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="settingInstanceId" 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="deviceConfigurationTargetedUserAndDevice"><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="lastCheckinDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="deviceManagementUserRightsLocalUserOrGroup"><Property Name="description" Type="Edm.String" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="securityIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="deviceManagementUserRightsSetting"><Property Name="localUsersOrGroups" Type="Collection(graph.deviceManagementUserRightsLocalUserOrGroup)" /><Property Name="state" Type="graph.stateManagementSetting" Nullable="false" /></ComplexType><ComplexType Name="edgeHomeButtonConfiguration" Abstract="true" /><ComplexType Name="edgeHomeButtonHidden" BaseType="graph.edgeHomeButtonConfiguration" /><ComplexType Name="edgeHomeButtonLoadsStartPage" BaseType="graph.edgeHomeButtonConfiguration" /><ComplexType Name="edgeHomeButtonOpensCustomURL" BaseType="graph.edgeHomeButtonConfiguration"><Property Name="homeButtonCustomURL" Type="Edm.String" /></ComplexType><ComplexType Name="edgeHomeButtonOpensNewTab" BaseType="graph.edgeHomeButtonConfiguration" /><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="encryptionReportPolicyDetails"><Property Name="policyId" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /></ComplexType><ComplexType Name="iosSingleSignOnExtension" BaseType="graph.singleSignOnExtension" Abstract="true" /><ComplexType Name="iosAzureAdSingleSignOnExtension" BaseType="graph.iosSingleSignOnExtension"><Property Name="bundleIdAccessControlList" Type="Collection(Edm.String)" /><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="enableSharedDeviceMode" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="iosBookmark"><Property Name="bookmarkFolder" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="url" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iosCredentialSingleSignOnExtension" BaseType="graph.iosSingleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="iosEduCertificateSettings"><Property Name="certFileName" Type="Edm.String" /><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="trustedRootCertificate" Type="Edm.Binary" 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" /><Property Name="isWebClip" Type="Edm.Boolean" 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="iosKerberosSingleSignOnExtension" BaseType="graph.iosSingleSignOnExtension"><Property Name="activeDirectorySiteCode" Type="Edm.String" /><Property Name="blockActiveDirectorySiteAutoDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="blockAutomaticLogin" Type="Edm.Boolean" Nullable="false" /><Property Name="cacheName" Type="Edm.String" /><Property Name="credentialBundleIdAccessControlList" Type="Collection(Edm.String)" /><Property Name="domainRealms" Type="Collection(Edm.String)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="isDefaultRealm" Type="Edm.Boolean" Nullable="false" /><Property Name="managedAppsInBundleIdACLIncluded" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordChangeUrl" Type="Edm.String" /><Property Name="passwordEnableLocalSync" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordExpirationNotificationDays" Type="Edm.Int32" /><Property Name="passwordMinimumAgeDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequireActiveDirectoryComplexity" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequirementsDescription" Type="Edm.String" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="requireUserPresence" Type="Edm.Boolean" Nullable="false" /><Property Name="signInHelpText" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></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="previewVisibility" Type="graph.iosNotificationPreviewVisibility" Nullable="false" /><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="iosRedirectSingleSignOnExtension" BaseType="graph.iosSingleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /><Property Name="urlPrefixes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="iosSingleSignOnSettings"><Property Name="allowedAppsList" Type="Collection(graph.appListItem)" /><Property Name="allowedUrls" Type="Collection(Edm.String)" /><Property Name="displayName" Type="Edm.String" /><Property Name="kerberosPrincipalName" Type="Edm.String" /><Property Name="kerberosRealm" Type="Edm.String" /></ComplexType><ComplexType Name="iosVpnSecurityAssociationParameters"><Property Name="lifetimeInMinutes" Type="Edm.Int32" /><Property Name="securityDiffieHellmanGroup" Type="Edm.Int32" /><Property Name="securityEncryptionAlgorithm" Type="graph.vpnEncryptionAlgorithmType" /><Property Name="securityIntegrityAlgorithm" Type="graph.vpnIntegrityAlgorithmType" /></ComplexType><ComplexType Name="iosWebContentFilterBase" Abstract="true" /><ComplexType Name="iosWebContentFilterAutoFilter" BaseType="graph.iosWebContentFilterBase"><Property Name="allowedUrls" Type="Collection(Edm.String)" /><Property Name="blockedUrls" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="iosWebContentFilterSpecificWebsitesAccess" BaseType="graph.iosWebContentFilterBase"><Property Name="specificWebsitesOnly" Type="Collection(graph.iosBookmark)" /><Property Name="websiteList" Type="Collection(graph.iosBookmark)" /></ComplexType><ComplexType Name="kerberosSingleSignOnExtension" BaseType="graph.singleSignOnExtension" Abstract="true"><Property Name="activeDirectorySiteCode" Type="Edm.String" /><Property Name="blockActiveDirectorySiteAutoDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="blockAutomaticLogin" Type="Edm.Boolean" Nullable="false" /><Property Name="cacheName" Type="Edm.String" /><Property Name="credentialBundleIdAccessControlList" Type="Collection(Edm.String)" /><Property Name="domainRealms" Type="Collection(Edm.String)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="isDefaultRealm" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordChangeUrl" Type="Edm.String" /><Property Name="passwordEnableLocalSync" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordExpirationNotificationDays" Type="Edm.Int32" /><Property Name="passwordMinimumAgeDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequireActiveDirectoryComplexity" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequirementsDescription" Type="Edm.String" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="requireUserPresence" Type="Edm.Boolean" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="keyBooleanValuePair" BaseType="graph.keyTypedValuePair"><Property Name="value" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair"><Property Name="value" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="keyRealValuePair" BaseType="graph.keyTypedValuePair"><Property Name="value" Type="Edm.Double" Nullable="false" /></ComplexType><ComplexType Name="keyStringValuePair" BaseType="graph.keyTypedValuePair"><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="macOSAppleEventReceiver"><Property Name="allowed" Type="Edm.Boolean" Nullable="false" /><Property Name="codeRequirement" Type="Edm.String" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /><Property Name="identifierType" Type="graph.macOSProcessIdentifierType" Nullable="false" /></ComplexType><ComplexType Name="macOSAssociatedDomainsItem"><Property Name="applicationIdentifier" Type="Edm.String" Nullable="false" /><Property Name="directDownloadsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="domains" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="macOSSingleSignOnExtension" BaseType="graph.singleSignOnExtension" Abstract="true" /><ComplexType Name="macOSAzureAdSingleSignOnExtension" BaseType="graph.macOSSingleSignOnExtension"><Property Name="bundleIdAccessControlList" Type="Collection(Edm.String)" /><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="enableSharedDeviceMode" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="macOSCredentialSingleSignOnExtension" BaseType="graph.macOSSingleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="macOSFirewallApplication"><Property Name="allowsIncomingConnections" Type="Edm.Boolean" Nullable="false" /><Property Name="bundleId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="macOSKerberosSingleSignOnExtension" BaseType="graph.macOSSingleSignOnExtension"><Property Name="activeDirectorySiteCode" Type="Edm.String" /><Property Name="blockActiveDirectorySiteAutoDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="blockAutomaticLogin" Type="Edm.Boolean" Nullable="false" /><Property Name="cacheName" Type="Edm.String" /><Property Name="credentialBundleIdAccessControlList" Type="Collection(Edm.String)" /><Property Name="credentialsCacheMonitored" Type="Edm.Boolean" Nullable="false" /><Property Name="domainRealms" Type="Collection(Edm.String)" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="isDefaultRealm" Type="Edm.Boolean" Nullable="false" /><Property Name="kerberosAppsInBundleIdACLIncluded" Type="Edm.Boolean" Nullable="false" /><Property Name="managedAppsInBundleIdACLIncluded" Type="Edm.Boolean" Nullable="false" /><Property Name="modeCredentialUsed" Type="Edm.String" /><Property Name="passwordBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordChangeUrl" Type="Edm.String" /><Property Name="passwordEnableLocalSync" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordExpirationNotificationDays" Type="Edm.Int32" /><Property Name="passwordMinimumAgeDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequireActiveDirectoryComplexity" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequirementsDescription" Type="Edm.String" /><Property Name="preferredKDCs" Type="Collection(Edm.String)" /><Property Name="realm" Type="Edm.String" Nullable="false" /><Property Name="requireUserPresence" Type="Edm.Boolean" Nullable="false" /><Property Name="signInHelpText" Type="Edm.String" /><Property Name="tlsForLDAPRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="usernameLabelCustom" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userSetupDelayed" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="macOSKernelExtension"><Property Name="bundleId" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="macOSLaunchItem"><Property Name="hide" Type="Edm.Boolean" Nullable="false" /><Property Name="path" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="macOSPrivacyAccessControlItem"><Property Name="accessibility" Type="graph.enablement" Nullable="false" /><Property Name="addressBook" Type="graph.enablement" Nullable="false" /><Property Name="appleEventsAllowedReceivers" Type="Collection(graph.macOSAppleEventReceiver)" /><Property Name="blockCamera" Type="Edm.Boolean" Nullable="false" /><Property Name="blockListenEvent" Type="Edm.Boolean" Nullable="false" /><Property Name="blockMicrophone" Type="Edm.Boolean" Nullable="false" /><Property Name="blockScreenCapture" Type="Edm.Boolean" Nullable="false" /><Property Name="calendar" Type="graph.enablement" Nullable="false" /><Property Name="codeRequirement" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="fileProviderPresence" Type="graph.enablement" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /><Property Name="identifierType" Type="graph.macOSProcessIdentifierType" Nullable="false" /><Property Name="mediaLibrary" Type="graph.enablement" Nullable="false" /><Property Name="photos" Type="graph.enablement" Nullable="false" /><Property Name="postEvent" Type="graph.enablement" Nullable="false" /><Property Name="reminders" Type="graph.enablement" Nullable="false" /><Property Name="speechRecognition" Type="graph.enablement" Nullable="false" /><Property Name="staticCodeValidation" Type="Edm.Boolean" Nullable="false" /><Property Name="systemPolicyAllFiles" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicyDesktopFolder" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicyDocumentsFolder" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicyDownloadsFolder" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicyNetworkVolumes" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicyRemovableVolumes" Type="graph.enablement" Nullable="false" /><Property Name="systemPolicySystemAdminFiles" Type="graph.enablement" Nullable="false" /></ComplexType><ComplexType Name="macOSRedirectSingleSignOnExtension" BaseType="graph.macOSSingleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" Nullable="false" /><Property Name="urlPrefixes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="macOSSystemExtension"><Property Name="bundleId" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="macOSSystemExtensionTypeMapping"><Property Name="allowedTypes" Type="graph.macOSSystemExtensionType" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="managedDeviceMobileAppConfigurationSettingState"><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="settingInstanceId" 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="managedDeviceReportedApp"><Property Name="appId" Type="Edm.String" /></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="numberRange"><Property Name="lowerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="upperNumber" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="omaSetting" Abstract="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" /><Property Name="omaUri" Type="Edm.String" Nullable="false" /><Property Name="secretReferenceValueId" Type="Edm.String" /></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="isReadOnly" Type="Edm.Boolean" Nullable="false" /><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="operatingSystemVersionRange"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="highestVersion" Type="Edm.String" Nullable="false" /><Property Name="lowestVersion" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="proxiedDomain"><Property Name="ipAddressOrFQDN" Type="Edm.String" Nullable="false" /><Property Name="proxy" Type="Edm.String" /></ComplexType><ComplexType Name="redirectSingleSignOnExtension" BaseType="graph.singleSignOnExtension"><Property Name="configurations" Type="Collection(graph.keyTypedValuePair)" /><Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" /><Property Name="teamIdentifier" Type="Edm.String" /><Property Name="urlPrefixes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="report"><Property Name="content" Type="Edm.Stream" /></ComplexType><ComplexType Name="retireScheduledManagedDevice"><Property Name="complianceState" Type="graph.complianceStatus" Nullable="false" /><Property Name="deviceCompliancePolicyId" Type="Edm.String" /><Property Name="deviceCompliancePolicyName" Type="Edm.String" /><Property Name="deviceType" Type="graph.deviceType" Nullable="false" /><Property Name="id" Type="Edm.String" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="managementAgent" Type="graph.managementAgentType" Nullable="false" /><Property Name="ownerType" Type="graph.managedDeviceOwnerType" Nullable="false" /><Property Name="retireAfterDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /></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="unsupportedDeviceConfigurationDetail"><Property Name="message" Type="Edm.String" /><Property Name="propertyName" Type="Edm.String" /></ComplexType><ComplexType Name="vpnDnsRule"><Property Name="autoTrigger" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="persistent" Type="Edm.Boolean" /><Property Name="proxyServerUri" Type="Edm.String" /><Property Name="servers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="vpnOnDemandRule"><Property Name="action" Type="graph.vpnOnDemandRuleConnectionAction" Nullable="false" /><Property Name="dnsSearchDomains" Type="Collection(Edm.String)" /><Property Name="dnsServerAddressMatch" Type="Collection(Edm.String)" /><Property Name="domainAction" Type="graph.vpnOnDemandRuleConnectionDomainAction" Nullable="false" /><Property Name="domains" Type="Collection(Edm.String)" /><Property Name="interfaceTypeMatch" Type="graph.vpnOnDemandRuleInterfaceTypeMatch" Nullable="false" /><Property Name="probeRequiredUrl" Type="Edm.String" /><Property Name="probeUrl" Type="Edm.String" /><Property Name="ssids" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="vpnProxyServer"><Property Name="address" Type="Edm.String" /><Property Name="automaticConfigurationScriptUrl" Type="Edm.String" /><Property Name="port" Type="Edm.Int32" /></ComplexType><ComplexType Name="vpnRoute"><Property Name="destinationPrefix" Type="Edm.String" Nullable="false" /><Property Name="prefixSize" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="vpnServer"><Property Name="address" Type="Edm.String" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="isDefaultServer" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="vpnTrafficRule"><Property Name="appId" Type="Edm.String" /><Property Name="appType" Type="graph.vpnTrafficRuleAppType" Nullable="false" /><Property Name="claims" Type="Edm.String" /><Property Name="localAddressRanges" Type="Collection(graph.iPv4Range)" /><Property Name="localPortRanges" Type="Collection(graph.numberRange)" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="protocols" Type="Edm.Int32" /><Property Name="remoteAddressRanges" Type="Collection(graph.iPv4Range)" /><Property Name="remotePortRanges" Type="Collection(graph.numberRange)" /><Property Name="routingPolicyType" Type="graph.vpnTrafficRuleRoutingPolicyType" Nullable="false" /><Property Name="vpnTrafficDirection" Type="graph.vpnTrafficDirection" Nullable="false" /></ComplexType><ComplexType Name="windows10AppsForceUpdateSchedule"><Property Name="recurrence" Type="graph.windows10AppsUpdateRecurrence" Nullable="false" /><Property Name="runImmediatelyIfAfterStartDateTime" Type="Edm.Boolean" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="windows10AssociatedApps"><Property Name="appType" Type="graph.windows10AppType" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /></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="windows10VpnProxyServer" BaseType="graph.vpnProxyServer"><Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windows81VpnProxyServer" BaseType="graph.vpnProxyServer"><Property Name="automaticallyDetectProxySettings" Type="Edm.Boolean" Nullable="false" /><Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsFirewallNetworkProfile"><Property Name="authorizedApplicationRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="authorizedApplicationRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="connectionSecurityRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="connectionSecurityRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallEnabled" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="globalPortRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="globalPortRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundConnectionsRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundNotificationsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundNotificationsRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="incomingTrafficBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="incomingTrafficRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="outboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="outboundConnectionsRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="policyRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="policyRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="securedPacketExemptionAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="securedPacketExemptionBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="stealthModeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="stealthModeRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="unicastResponsesToMulticastBroadcastsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="unicastResponsesToMulticastBroadcastsRequired" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsFirewallRule"><Property Name="action" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="edgeTraversal" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="filePath" Type="Edm.String" /><Property Name="interfaceTypes" Type="graph.windowsFirewallRuleInterfaceTypes" Nullable="false" /><Property Name="localAddressRanges" Type="Collection(Edm.String)" /><Property Name="localPortRanges" Type="Collection(Edm.String)" /><Property Name="localUserAuthorizations" Type="Edm.String" /><Property Name="packageFamilyName" Type="Edm.String" /><Property Name="profileTypes" Type="graph.windowsFirewallRuleNetworkProfileTypes" Nullable="false" /><Property Name="protocol" Type="Edm.Int32" /><Property Name="remoteAddressRanges" Type="Collection(Edm.String)" /><Property Name="remotePortRanges" Type="Collection(Edm.String)" /><Property Name="serviceName" Type="Edm.String" /><Property Name="trafficDirection" Type="graph.windowsFirewallRuleTrafficDirectionType" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskUser" Abstract="true" /><ComplexType Name="windowsKioskActiveDirectoryGroup" BaseType="graph.windowsKioskUser"><Property Name="groupName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskAppBase" Abstract="true"><Property Name="appType" Type="graph.windowsKioskAppType" Nullable="false" /><Property Name="autoLaunch" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="startLayoutTileSize" Type="graph.windowsAppStartLayoutTileSize" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskAppConfiguration" Abstract="true" /><ComplexType Name="windowsKioskAutologon" BaseType="graph.windowsKioskUser" /><ComplexType Name="windowsKioskAzureADGroup" BaseType="graph.windowsKioskUser"><Property Name="displayName" Type="Edm.String" /><Property Name="groupId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskAzureADUser" BaseType="graph.windowsKioskUser"><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskDesktopApp" BaseType="graph.windowsKioskAppBase"><Property Name="desktopApplicationId" Type="Edm.String" /><Property Name="desktopApplicationLinkPath" Type="Edm.String" /><Property Name="path" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskForceUpdateSchedule"><Property Name="dayofMonth" Type="Edm.Int32" Nullable="false" /><Property Name="dayofWeek" Type="graph.dayOfWeek" Nullable="false" /><Property Name="recurrence" Type="graph.windows10AppsUpdateRecurrence" Nullable="false" /><Property Name="runImmediatelyIfAfterStartDateTime" Type="Edm.Boolean" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskLocalGroup" BaseType="graph.windowsKioskUser"><Property Name="groupName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskLocalUser" BaseType="graph.windowsKioskUser"><Property Name="userName" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskMultipleApps" BaseType="graph.windowsKioskAppConfiguration"><Property Name="allowAccessToDownloadsFolder" Type="Edm.Boolean" Nullable="false" /><Property Name="apps" Type="Collection(graph.windowsKioskAppBase)" Nullable="false" /><Property Name="disallowDesktopApps" Type="Edm.Boolean" Nullable="false" /><Property Name="showTaskBar" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuLayoutXml" Type="Edm.Binary" /></ComplexType><ComplexType Name="windowsKioskProfile"><Property Name="appConfiguration" Type="graph.windowsKioskAppConfiguration" Nullable="false" /><Property Name="profileId" Type="Edm.String" Nullable="false" /><Property Name="profileName" Type="Edm.String" Nullable="false" /><Property Name="userAccountsConfiguration" Type="Collection(graph.windowsKioskUser)" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskSingleUWPApp" BaseType="graph.windowsKioskAppConfiguration"><Property Name="uwpApp" Type="graph.windowsKioskUWPApp" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskUWPApp" BaseType="graph.windowsKioskAppBase"><Property Name="appId" Type="Edm.String" /><Property Name="appUserModelId" Type="Edm.String" Nullable="false" /><Property Name="containedAppId" Type="Edm.String" /></ComplexType><ComplexType Name="windowsKioskSingleWin32App" BaseType="graph.windowsKioskAppConfiguration"><Property Name="win32App" Type="graph.windowsKioskWin32App" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskWin32App" BaseType="graph.windowsKioskAppBase"><Property Name="classicAppPath" Type="Edm.String" Nullable="false" /><Property Name="edgeKiosk" Type="Edm.String" /><Property Name="edgeKioskIdleTimeoutMinutes" Type="Edm.Int32" /><Property Name="edgeKioskType" Type="graph.windowsEdgeKioskType" Nullable="false" /><Property Name="edgeNoFirstRun" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsKioskVisitor" BaseType="graph.windowsKioskUser" /><ComplexType Name="windowsNetworkIsolationPolicy"><Property Name="enterpriseCloudResources" Type="Collection(graph.proxiedDomain)" /><Property Name="enterpriseInternalProxyServers" Type="Collection(Edm.String)" /><Property Name="enterpriseIPRanges" Type="Collection(graph.ipRange)" /><Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" /><Property Name="enterpriseNetworkDomainNames" Type="Collection(Edm.String)" /><Property Name="enterpriseProxyServers" Type="Collection(Edm.String)" /><Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" /><Property Name="neutralDomainResources" Type="Collection(Edm.String)" /></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><ComplexType Name="windowsZtdnsExemptionRule"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="ipAddresses" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="windowsZtdnsSecureDnsServer"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="dnsOverHttpsConfiguration" Type="graph.windowsZtdnsSecureDnsServerDnsOverHttpsConfiguration" /><Property Name="dnsOverTlsConfiguration" Type="graph.windowsZtdnsSecureDnsServerDnsOverTlsConfiguration" /><Property Name="ipAddress" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsZtdnsSecureDnsServerDnsOverHttpsConfiguration"><Property Name="httpsPort" Type="Edm.Int32" Nullable="false" /><Property Name="queryUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="windowsZtdnsSecureDnsServerDnsOverTlsConfiguration"><Property Name="certificateSubjectName" Type="Edm.String" Nullable="false" /><Property Name="tlsPort" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="wslDistributionConfiguration"><Property Name="distribution" Type="Edm.String" /><Property Name="maximumOSVersion" Type="Edm.String" /><Property Name="minimumOSVersion" Type="Edm.String" /></ComplexType><EntityType Name="advancedThreatProtectionOnboardingDeviceSettingState" 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="platformType" Type="graph.deviceType" Nullable="false" /><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="androidCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" Nullable="false" /><Property Name="subjectNameFormat" Type="graph.subjectNameFormat" Nullable="false" /><NavigationProperty Name="rootCertificate" Type="graph.androidTrustedRootCertificate" /></EntityType><EntityType Name="androidTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="androidCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="advancedThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><Property Name="conditionStatementId" Type="Edm.String" /><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="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="restrictedApps" Type="Collection(graph.appListItem)" /><Property Name="securityBlockDeviceAdministratorManagedDevices" Type="Edm.Boolean" 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="androidDeviceComplianceLocalActionBase" BaseType="graph.entity" Abstract="true"><Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="androidDeviceComplianceLocalActionLockDevice" BaseType="graph.androidDeviceComplianceLocalActionBase" /><EntityType Name="androidDeviceComplianceLocalActionLockDeviceWithPasscode" BaseType="graph.androidDeviceComplianceLocalActionBase"><Property Name="passcode" Type="Edm.String" /><Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" /></EntityType><EntityType Name="androidDeviceOwnerCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" /><Property Name="subjectNameFormat" Type="graph.subjectNameFormat" /><NavigationProperty Name="rootCertificate" Type="graph.androidDeviceOwnerTrustedRootCertificate" /></EntityType><EntityType Name="androidDeviceOwnerTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="androidDeviceOwnerCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="advancedThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" /><Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" /><Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" /><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="passwordMinimumLetterCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumLowerCaseCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumNonLetterCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumNumericCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumSymbolCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumUpperCaseCharacters" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordCountToBlock" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" /><Property Name="passwordRequiredType" Type="graph.androidDeviceOwnerRequiredPasswordType" /><Property Name="requireNoPendingSystemUpdates" Type="Edm.Boolean" /><Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequiredAndroidSafetyNetEvaluationType" Type="graph.androidSafetyNetEvaluationType" /><Property Name="securityRequireIntuneAppIntegrity" Type="Edm.Boolean" /><Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" /><Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" /></EntityType><EntityType Name="androidDeviceOwnerDerivedCredentialAuthenticationConfiguration" BaseType="graph.deviceConfiguration"><Property Name="certificateAccessType" Type="graph.androidDeviceOwnerCertificateAccessType" /><Property Name="silentCertificateAccessDetails" Type="Collection(graph.androidDeviceOwnerSilentCertificateAccess)" /><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /></EntityType><EntityType Name="androidDeviceOwnerWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" /><Property Name="macAddressRandomizationMode" Type="graph.macAddressRandomizationMode" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="preSharedKey" Type="Edm.String" /><Property Name="preSharedKeyIsSet" Type="Edm.Boolean" Nullable="false" /><Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" /><Property Name="proxyExclusionList" Type="Edm.String" /><Property Name="proxyManualAddress" Type="Edm.String" /><Property Name="proxyManualPort" Type="Edm.Int32" /><Property Name="proxySettings" Type="graph.wiFiProxySetting" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.androidDeviceOwnerWiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="androidDeviceOwnerEnterpriseWiFiConfiguration" BaseType="graph.androidDeviceOwnerWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapType" Type="graph.androidEapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="innerAuthenticationProtocolForPeap" Type="graph.nonEapAuthenticationMethodForPeap" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.androidDeviceOwnerCertificateProfileBase" /><NavigationProperty Name="rootCertificateForServerValidation" Type="graph.androidDeviceOwnerTrustedRootCertificate" /><NavigationProperty Name="rootCertificatesForServerValidation" Type="Collection(graph.androidDeviceOwnerTrustedRootCertificate)" /></EntityType><EntityType Name="androidDeviceOwnerGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountsBlockModification" Type="Edm.Boolean" /><Property Name="androidDeviceOwnerDelegatedScopeAppSettings" Type="Collection(graph.androidDeviceOwnerDelegatedScopeAppSetting)" /><Property Name="appsAllowInstallFromUnknownSources" Type="Edm.Boolean" /><Property Name="appsAutoUpdatePolicy" Type="graph.androidDeviceOwnerAppAutoUpdatePolicyType" /><Property Name="appsDefaultPermissionPolicy" Type="graph.androidDeviceOwnerDefaultAppPermissionPolicyType" /><Property Name="appsRecommendSkippingFirstUseHints" Type="Edm.Boolean" /><Property Name="azureAdSharedDeviceDataClearApps" Type="Collection(graph.appListItem)" /><Property Name="bluetoothBlockConfiguration" Type="Edm.Boolean" /><Property Name="bluetoothBlockContactSharing" Type="Edm.Boolean" /><Property Name="cameraBlocked" Type="Edm.Boolean" /><Property Name="cellularBlockWiFiTethering" Type="Edm.Boolean" /><Property Name="certificateCredentialConfigurationDisabled" Type="Edm.Boolean" /><Property Name="crossProfilePoliciesAllowCopyPaste" Type="Edm.Boolean" /><Property Name="crossProfilePoliciesAllowDataSharing" Type="graph.androidDeviceOwnerCrossProfileDataSharing" /><Property Name="crossProfilePoliciesShowWorkContactsInPersonalProfile" Type="Edm.Boolean" /><Property Name="dataRoamingBlocked" Type="Edm.Boolean" /><Property Name="dateTimeConfigurationBlocked" Type="Edm.Boolean" /><Property Name="detailedHelpText" Type="graph.androidDeviceOwnerUserFacingMessage" /><Property Name="deviceLocationMode" Type="graph.androidDeviceOwnerLocationMode" /><Property Name="deviceOwnerLockScreenMessage" Type="graph.androidDeviceOwnerUserFacingMessage" /><Property Name="enrollmentProfile" Type="graph.androidDeviceOwnerEnrollmentProfileType" Nullable="false" /><Property Name="factoryResetBlocked" Type="Edm.Boolean" /><Property Name="factoryResetDeviceAdministratorEmails" Type="Collection(Edm.String)" /><Property Name="globalProxy" Type="graph.androidDeviceOwnerGlobalProxy" /><Property Name="googleAccountsBlocked" Type="Edm.Boolean" /><Property Name="isKioskModeExitCodeSet" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskCustomizationDeviceSettingsBlocked" Type="Edm.Boolean" /><Property Name="kioskCustomizationPowerButtonActionsBlocked" Type="Edm.Boolean" /><Property Name="kioskCustomizationStatusBar" Type="graph.androidDeviceOwnerKioskCustomizationStatusBar" /><Property Name="kioskCustomizationSystemErrorWarnings" Type="Edm.Boolean" /><Property Name="kioskCustomizationSystemNavigation" Type="graph.androidDeviceOwnerKioskCustomizationSystemNavigation" /><Property Name="kioskModeAppOrderEnabled" Type="Edm.Boolean" /><Property Name="kioskModeAppPositions" Type="Collection(graph.androidDeviceOwnerKioskModeAppPositionItem)" /><Property Name="kioskModeApps" Type="Collection(graph.appListItem)" /><Property Name="kioskModeAppsInFolderOrderedByName" Type="Edm.Boolean" /><Property Name="kioskModeBluetoothConfigurationEnabled" Type="Edm.Boolean" /><Property Name="kioskModeDebugMenuEasyAccessEnabled" Type="Edm.Boolean" /><Property Name="kioskModeExitCode" Type="Edm.String" /><Property Name="kioskModeFlashlightConfigurationEnabled" Type="Edm.Boolean" /><Property Name="kioskModeFolderIcon" Type="graph.androidDeviceOwnerKioskModeFolderIcon" /><Property Name="kioskModeGridHeight" Type="Edm.Int32" /><Property Name="kioskModeGridWidth" Type="Edm.Int32" /><Property Name="kioskModeIconSize" Type="graph.androidDeviceOwnerKioskModeIconSize" /><Property Name="kioskModeLockHomeScreen" Type="Edm.Boolean" /><Property Name="kioskModeManagedFolders" Type="Collection(graph.androidDeviceOwnerKioskModeManagedFolder)" /><Property Name="kioskModeManagedHomeScreenAppSettings" Type="Collection(graph.androidDeviceOwnerKioskModeApp)" /><Property Name="kioskModeManagedHomeScreenAutoSignout" Type="Edm.Boolean" /><Property Name="kioskModeManagedHomeScreenInactiveSignOutDelayInSeconds" Type="Edm.Int32" /><Property Name="kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds" Type="Edm.Int32" /><Property Name="kioskModeManagedHomeScreenPinComplexity" Type="graph.kioskModeManagedHomeScreenPinComplexity" /><Property Name="kioskModeManagedHomeScreenPinRequired" Type="Edm.Boolean" /><Property Name="kioskModeManagedHomeScreenPinRequiredToResume" Type="Edm.Boolean" /><Property Name="kioskModeManagedHomeScreenSignInBackground" Type="Edm.String" /><Property Name="kioskModeManagedHomeScreenSignInBrandingLogo" Type="Edm.String" /><Property Name="kioskModeManagedHomeScreenSignInEnabled" Type="Edm.Boolean" /><Property Name="kioskModeManagedSettingsEntryDisabled" Type="Edm.Boolean" /><Property Name="kioskModeMediaVolumeConfigurationEnabled" Type="Edm.Boolean" /><Property Name="kioskModeScreenOrientation" Type="graph.androidDeviceOwnerKioskModeScreenOrientation" /><Property Name="kioskModeScreenSaverConfigurationEnabled" Type="Edm.Boolean" /><Property Name="kioskModeScreenSaverDetectMediaDisabled" Type="Edm.Boolean" /><Property Name="kioskModeScreenSaverDisplayTimeInSeconds" Type="Edm.Int32" /><Property Name="kioskModeScreenSaverImageUrl" Type="Edm.String" /><Property Name="kioskModeScreenSaverStartDelayInSeconds" Type="Edm.Int32" /><Property Name="kioskModeShowAppNotificationBadge" Type="Edm.Boolean" /><Property Name="kioskModeShowDeviceInfo" Type="Edm.Boolean" /><Property Name="kioskModeUseManagedHomeScreenApp" Type="graph.kioskModeType" /><Property Name="kioskModeVirtualHomeButtonEnabled" Type="Edm.Boolean" /><Property Name="kioskModeVirtualHomeButtonType" Type="graph.androidDeviceOwnerVirtualHomeButtonType" /><Property Name="kioskModeWallpaperUrl" Type="Edm.String" /><Property Name="kioskModeWifiAllowedSsids" Type="Collection(Edm.String)" /><Property Name="kioskModeWiFiConfigurationEnabled" Type="Edm.Boolean" /><Property Name="locateDeviceLostModeEnabled" Type="Edm.Boolean" /><Property Name="locateDeviceUserlessDisabled" Type="Edm.Boolean" /><Property Name="microphoneForceMute" Type="Edm.Boolean" /><Property Name="microsoftLauncherConfigurationEnabled" Type="Edm.Boolean" /><Property Name="microsoftLauncherCustomWallpaperAllowUserModification" Type="Edm.Boolean" /><Property Name="microsoftLauncherCustomWallpaperEnabled" Type="Edm.Boolean" /><Property Name="microsoftLauncherCustomWallpaperImageUrl" Type="Edm.String" /><Property Name="microsoftLauncherDockPresenceAllowUserModification" Type="Edm.Boolean" /><Property Name="microsoftLauncherDockPresenceConfiguration" Type="graph.microsoftLauncherDockPresence" /><Property Name="microsoftLauncherFeedAllowUserModification" Type="Edm.Boolean" /><Property Name="microsoftLauncherFeedEnabled" Type="Edm.Boolean" /><Property Name="microsoftLauncherSearchBarPlacementConfiguration" Type="graph.microsoftLauncherSearchBarPlacement" /><Property Name="networkEscapeHatchAllowed" Type="Edm.Boolean" /><Property Name="nfcBlockOutgoingBeam" Type="Edm.Boolean" /><Property Name="passwordBlockKeyguard" Type="Edm.Boolean" /><Property Name="passwordBlockKeyguardFeatures" Type="Collection(graph.androidKeyguardFeature)" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinimumLetterCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumLowerCaseCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumNonLetterCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumNumericCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumSymbolCharacters" Type="Edm.Int32" /><Property Name="passwordMinimumUpperCaseCharacters" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordCountToBlock" Type="Edm.Int32" /><Property Name="passwordRequiredType" Type="graph.androidDeviceOwnerRequiredPasswordType" /><Property Name="passwordRequireUnlock" Type="graph.androidDeviceOwnerRequiredPasswordUnlock" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="personalProfileAppsAllowInstallFromUnknownSources" Type="Edm.Boolean" /><Property Name="personalProfileCameraBlocked" Type="Edm.Boolean" /><Property Name="personalProfilePersonalApplications" Type="Collection(graph.appListItem)" /><Property Name="personalProfilePlayStoreMode" Type="graph.personalProfilePersonalPlayStoreMode" /><Property Name="personalProfileScreenCaptureBlocked" Type="Edm.Boolean" /><Property Name="playStoreMode" Type="graph.androidDeviceOwnerPlayStoreMode" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" /><Property Name="securityCommonCriteriaModeEnabled" Type="Edm.Boolean" /><Property Name="securityDeveloperSettingsEnabled" Type="Edm.Boolean" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" /><Property Name="shareDeviceLocationDisabled" Type="Edm.Boolean" /><Property Name="shortHelpText" Type="graph.androidDeviceOwnerUserFacingMessage" /><Property Name="statusBarBlocked" Type="Edm.Boolean" /><Property Name="stayOnModes" Type="Collection(graph.androidDeviceOwnerBatteryPluggedMode)" Nullable="false" /><Property Name="storageAllowUsb" Type="Edm.Boolean" /><Property Name="storageBlockExternalMedia" Type="Edm.Boolean" /><Property Name="storageBlockUsbFileTransfer" Type="Edm.Boolean" /><Property Name="systemUpdateFreezePeriods" Type="Collection(graph.androidDeviceOwnerSystemUpdateFreezePeriod)" /><Property Name="systemUpdateInstallType" Type="graph.androidDeviceOwnerSystemUpdateInstallType" /><Property Name="systemUpdateWindowEndMinutesAfterMidnight" Type="Edm.Int32" /><Property Name="systemUpdateWindowStartMinutesAfterMidnight" Type="Edm.Int32" /><Property Name="systemWindowsBlocked" Type="Edm.Boolean" /><Property Name="usersBlockAdd" Type="Edm.Boolean" /><Property Name="usersBlockRemove" Type="Edm.Boolean" /><Property Name="volumeBlockAdjustment" Type="Edm.Boolean" /><Property Name="vpnAlwaysOnLockdownMode" Type="Edm.Boolean" /><Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" /><Property Name="wifiBlockEditConfigurations" Type="Edm.Boolean" /><Property Name="wifiBlockEditPolicyDefinedConfigurations" Type="Edm.Boolean" /><Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLetterCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLowerCaseCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumNonLetterCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumNumericCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumSymbolCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumUpperCaseCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordPreviousPasswordCountToBlock" Type="Edm.Int32" /><Property Name="workProfilePasswordRequiredType" Type="graph.androidDeviceOwnerRequiredPasswordType" /><Property Name="workProfilePasswordRequireUnlock" Type="graph.androidDeviceOwnerRequiredPasswordUnlock" /><Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /></EntityType><EntityType Name="androidDeviceOwnerImportedPFXCertificateProfile" BaseType="graph.androidDeviceOwnerCertificateProfileBase"><Property Name="certificateAccessType" Type="graph.androidDeviceOwnerCertificateAccessType" /><Property Name="intendedPurpose" Type="graph.intendedPurpose" Nullable="false" /><Property Name="silentCertificateAccessDetails" Type="Collection(graph.androidDeviceOwnerSilentCertificateAccess)" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="managedDeviceCertificateState" BaseType="graph.entity"><Property Name="certificateEnhancedKeyUsage" Type="Edm.String" /><Property Name="certificateErrorCode" Type="Edm.Int32" Nullable="false" /><Property Name="certificateExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateIssuanceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateIssuanceState" Type="graph.certificateIssuanceStates" Nullable="false" /><Property Name="certificateIssuer" Type="Edm.String" /><Property Name="certificateKeyLength" Type="Edm.Int32" Nullable="false" /><Property Name="certificateKeyStorageProvider" Type="graph.keyStorageProviderOption" Nullable="false" /><Property Name="certificateKeyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="certificateLastIssuanceStateChangedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="certificateProfileDisplayName" Type="Edm.String" /><Property Name="certificateRevokeStatus" Type="graph.certificateRevocationStatus" Nullable="false" /><Property Name="certificateSerialNumber" Type="Edm.String" /><Property Name="certificateSubjectAlternativeNameFormat" Type="graph.subjectAlternativeNameType" Nullable="false" /><Property Name="certificateSubjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="certificateSubjectNameFormat" Type="graph.subjectNameFormat" Nullable="false" /><Property Name="certificateSubjectNameFormatString" Type="Edm.String" /><Property Name="certificateThumbprint" Type="Edm.String" /><Property Name="certificateValidityPeriod" Type="Edm.Int32" Nullable="false" /><Property Name="certificateValidityPeriodUnits" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="devicePlatform" Type="graph.devicePlatformType" Nullable="false" /><Property Name="lastCertificateStateChangeDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /></EntityType><EntityType Name="androidDeviceOwnerPkcsCertificateProfile" BaseType="graph.androidDeviceOwnerCertificateProfileBase"><Property Name="certificateAccessType" Type="graph.androidDeviceOwnerCertificateAccessType" /><Property Name="certificateStore" Type="graph.certificateStore" Nullable="false" /><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" /><Property Name="certificationAuthorityType" Type="graph.deviceManagementCertificationAuthority" Nullable="false" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="silentCertificateAccessDetails" Type="Collection(graph.androidDeviceOwnerSilentCertificateAccess)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" Nullable="false" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" ContainsTarget="true" /></EntityType><EntityType Name="androidDeviceOwnerScepCertificateProfile" BaseType="graph.androidDeviceOwnerCertificateProfileBase"><Property Name="certificateAccessType" Type="graph.androidDeviceOwnerCertificateAccessType" /><Property Name="certificateStore" Type="graph.certificateStore" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="hashAlgorithm" Type="graph.hashAlgorithms" Nullable="false" /><Property Name="keySize" Type="graph.keySize" Nullable="false" /><Property Name="keyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="scepServerUrls" Type="Collection(Edm.String)" /><Property Name="silentCertificateAccessDetails" Type="Collection(graph.androidDeviceOwnerSilentCertificateAccess)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="vpnConfiguration" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="authenticationMethod" Type="graph.vpnAuthenticationMethod" Nullable="false" /><Property Name="connectionName" Type="Edm.String" Nullable="false" /><Property Name="realm" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="servers" Type="Collection(graph.vpnServer)" Nullable="false" /></EntityType><EntityType Name="androidDeviceOwnerVpnConfiguration" BaseType="graph.vpnConfiguration"><Property Name="alwaysOn" Type="Edm.Boolean" /><Property Name="alwaysOnLockdown" Type="Edm.Boolean" /><Property Name="connectionType" Type="graph.androidVpnConnectionType" Nullable="false" /><Property Name="customData" Type="Collection(graph.keyValue)" /><Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" /><Property Name="microsoftTunnelSiteId" Type="Edm.String" /><Property Name="proxyExclusionList" Type="Collection(Edm.String)" /><Property Name="proxyServer" Type="graph.vpnProxyServer" /><Property Name="targetedMobileApps" Type="Collection(graph.appListItem)" /><Property Name="targetedPackageIds" Type="Collection(Edm.String)" /><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /><NavigationProperty Name="identityCertificate" Type="graph.androidDeviceOwnerCertificateProfileBase" /></EntityType><EntityType Name="androidEasEmailProfileConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountName" Type="Edm.String" Nullable="false" /><Property Name="authenticationMethod" Type="graph.easAuthenticationMethod" Nullable="false" /><Property Name="customDomainName" Type="Edm.String" /><Property Name="durationOfEmailToSync" Type="graph.emailSyncDuration" Nullable="false" /><Property Name="emailAddressSource" Type="graph.userEmailSource" Nullable="false" /><Property Name="emailSyncSchedule" Type="graph.emailSyncSchedule" Nullable="false" /><Property Name="hostName" Type="Edm.String" Nullable="false" /><Property Name="requireSmime" Type="Edm.Boolean" Nullable="false" /><Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" /><Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" /><Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" /><Property Name="syncNotes" Type="Edm.Boolean" Nullable="false" /><Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" /><Property Name="userDomainNameSource" Type="graph.domainNameSource" /><Property Name="usernameSource" Type="graph.androidUsernameSource" Nullable="false" /><NavigationProperty Name="identityCertificate" Type="graph.androidCertificateProfileBase" /><NavigationProperty Name="smimeSigningCertificate" Type="graph.androidCertificateProfileBase" /></EntityType><EntityType Name="androidWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.androidWiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="androidEnterpriseWiFiConfiguration" BaseType="graph.androidWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapType" Type="graph.androidEapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="innerAuthenticationProtocolForPeap" Type="graph.nonEapAuthenticationMethodForPeap" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="passwordFormatString" Type="Edm.String" /><Property Name="preSharedKey" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><Property Name="usernameFormatString" Type="Edm.String" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.androidCertificateProfileBase" /><NavigationProperty Name="rootCertificateForServerValidation" Type="graph.androidTrustedRootCertificate" /></EntityType><EntityType Name="androidForWorkCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" /><Property Name="subjectNameFormat" Type="graph.subjectNameFormat" Nullable="false" /><NavigationProperty Name="rootCertificate" Type="graph.androidForWorkTrustedRootCertificate" /></EntityType><EntityType Name="androidForWorkTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="androidForWorkCompliancePolicy" 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="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" 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="securityRequiredAndroidSafetyNetEvaluationType" Type="graph.androidSafetyNetEvaluationType" 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" /><Property Name="workProfileInactiveBeforeScreenLockInMinutes" Type="Edm.Int32" /><Property Name="workProfilePasswordExpirationInDays" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" /><Property Name="workProfilePasswordRequiredType" Type="graph.androidForWorkRequiredPasswordType" Nullable="false" /><Property Name="workProfilePreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="workProfileRequiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidForWorkCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="androidForWorkEasEmailProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="authenticationMethod" Type="graph.easAuthenticationMethod" Nullable="false" /><Property Name="durationOfEmailToSync" Type="graph.emailSyncDuration" Nullable="false" /><Property Name="emailAddressSource" Type="graph.userEmailSource" Nullable="false" /><Property Name="hostName" Type="Edm.String" Nullable="false" /><Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" /><Property Name="usernameSource" Type="graph.androidUsernameSource" Nullable="false" /><NavigationProperty Name="identityCertificate" Type="graph.androidForWorkCertificateProfileBase" /></EntityType><EntityType Name="androidForWorkWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.androidWiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="androidForWorkEnterpriseWiFiConfiguration" BaseType="graph.androidForWorkWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapType" Type="graph.androidEapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="innerAuthenticationProtocolForPeap" Type="graph.nonEapAuthenticationMethodForPeap" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.androidForWorkCertificateProfileBase" /><NavigationProperty Name="rootCertificateForServerValidation" Type="graph.androidForWorkTrustedRootCertificate" /></EntityType><EntityType Name="androidForWorkGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="allowedGoogleAccountDomains" Type="Collection(Edm.String)" /><Property Name="blockUnifiedPasswordForWorkProfile" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockFaceUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockIrisUnlock" 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.androidForWorkRequiredPasswordType" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" /><Property Name="vpnEnableAlwaysOnLockdownMode" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileAccountUse" Type="graph.androidWorkProfileAccountUse" Nullable="false" /><Property Name="workProfileAllowWidgets" 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="workProfileBlockPersonalAppInstallsFromUnknownSources" 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.androidForWorkCrossProfileDataSharingType" Nullable="false" /><Property Name="workProfileDefaultAppPermissionPolicy" Type="graph.androidForWorkDefaultAppPermissionPolicyType" Nullable="false" /><Property Name="workProfilePasswordBlockFaceUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordBlockIrisUnlock" 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.androidForWorkRequiredPasswordType" Nullable="false" /><Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="workProfileRequiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidForWorkGmailEasConfiguration" BaseType="graph.androidForWorkEasEmailProfileBase" /><EntityType Name="androidForWorkImportedPFXCertificateProfile" BaseType="graph.androidCertificateProfileBase"><Property Name="intendedPurpose" Type="graph.intendedPurpose" Nullable="false" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidForWorkNineWorkEasConfiguration" BaseType="graph.androidForWorkEasEmailProfileBase"><Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" /><Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" /><Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidForWorkPkcsCertificateProfile" BaseType="graph.androidForWorkCertificateProfileBase"><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidForWorkScepCertificateProfile" BaseType="graph.androidForWorkCertificateProfileBase"><Property Name="certificateStore" Type="graph.certificateStore" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="hashAlgorithm" Type="graph.hashAlgorithms" Nullable="false" /><Property Name="keySize" Type="graph.keySize" Nullable="false" /><Property Name="keyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="scepServerUrls" Type="Collection(Edm.String)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidForWorkVpnConfiguration" BaseType="graph.deviceConfiguration"><Property Name="authenticationMethod" Type="graph.vpnAuthenticationMethod" Nullable="false" /><Property Name="connectionName" Type="Edm.String" Nullable="false" /><Property Name="connectionType" Type="graph.androidForWorkVpnConnectionType" Nullable="false" /><Property Name="customData" Type="Collection(graph.keyValue)" /><Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" /><Property Name="fingerprint" Type="Edm.String" /><Property Name="realm" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="servers" Type="Collection(graph.vpnServer)" Nullable="false" /><NavigationProperty Name="identityCertificate" Type="graph.androidForWorkCertificateProfileBase" /></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="dateAndTimeBlockChanges" Type="Edm.Boolean" Nullable="false" /><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="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" 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="androidImportedPFXCertificateProfile" BaseType="graph.androidCertificateProfileBase"><Property Name="intendedPurpose" Type="graph.intendedPurpose" Nullable="false" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidOmaCpConfiguration" BaseType="graph.deviceConfiguration"><Property Name="configurationXml" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="androidPkcsCertificateProfile" BaseType="graph.androidCertificateProfileBase"><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidScepCertificateProfile" BaseType="graph.androidCertificateProfileBase"><Property Name="hashAlgorithm" Type="graph.hashAlgorithms" Nullable="false" /><Property Name="keySize" Type="graph.keySize" Nullable="false" /><Property Name="keyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="scepServerUrls" Type="Collection(Edm.String)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidVpnConfiguration" BaseType="graph.deviceConfiguration"><Property Name="authenticationMethod" Type="graph.vpnAuthenticationMethod" Nullable="false" /><Property Name="connectionName" Type="Edm.String" Nullable="false" /><Property Name="connectionType" Type="graph.androidVpnConnectionType" Nullable="false" /><Property Name="customData" Type="Collection(graph.keyValue)" /><Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" /><Property Name="fingerprint" Type="Edm.String" /><Property Name="realm" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="servers" Type="Collection(graph.vpnServer)" Nullable="false" /><NavigationProperty Name="identityCertificate" Type="graph.androidCertificateProfileBase" /></EntityType><EntityType Name="androidWorkProfileCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" /><Property Name="subjectNameFormat" Type="graph.subjectNameFormat" Nullable="false" /><NavigationProperty Name="rootCertificate" Type="graph.androidWorkProfileTrustedRootCertificate" /></EntityType><EntityType Name="androidWorkProfileTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="advancedThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><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="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" 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="securityRequiredAndroidSafetyNetEvaluationType" Type="graph.androidSafetyNetEvaluationType" 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" /><Property Name="workProfileInactiveBeforeScreenLockInMinutes" Type="Edm.Int32" /><Property Name="workProfilePasswordExpirationInDays" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" /><Property Name="workProfilePasswordRequiredType" Type="graph.androidWorkProfileRequiredPasswordType" Nullable="false" /><Property Name="workProfilePreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="workProfileRequiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="androidWorkProfileEasEmailProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="authenticationMethod" Type="graph.easAuthenticationMethod" Nullable="false" /><Property Name="durationOfEmailToSync" Type="graph.emailSyncDuration" Nullable="false" /><Property Name="emailAddressSource" Type="graph.userEmailSource" Nullable="false" /><Property Name="hostName" Type="Edm.String" Nullable="false" /><Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" /><Property Name="usernameSource" Type="graph.androidUsernameSource" Nullable="false" /><NavigationProperty Name="identityCertificate" Type="graph.androidWorkProfileCertificateProfileBase" /></EntityType><EntityType Name="androidWorkProfileWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="preSharedKey" Type="Edm.String" /><Property Name="preSharedKeyIsSet" Type="Edm.Boolean" Nullable="false" /><Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" /><Property Name="proxySettings" Type="graph.wiFiProxySetting" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.androidWiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileEnterpriseWiFiConfiguration" BaseType="graph.androidWorkProfileWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapType" Type="graph.androidEapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="innerAuthenticationProtocolForPeap" Type="graph.nonEapAuthenticationMethodForPeap" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.androidWorkProfileCertificateProfileBase" /><NavigationProperty Name="rootCertificateForServerValidation" Type="graph.androidWorkProfileTrustedRootCertificate" /></EntityType><EntityType Name="androidWorkProfileGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="allowedGoogleAccountDomains" Type="Collection(Edm.String)" /><Property Name="blockUnifiedPasswordForWorkProfile" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockFaceUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockIrisUnlock" 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="requiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" /><Property Name="vpnEnableAlwaysOnLockdownMode" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileAccountUse" Type="graph.androidWorkProfileAccountUse" Nullable="false" /><Property Name="workProfileAllowAppInstallsFromUnknownSources" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileAllowWidgets" 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="workProfileBlockPersonalAppInstallsFromUnknownSources" 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="workProfilePasswordBlockFaceUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordBlockIrisUnlock" 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="workProfileRequiredPasswordComplexity" Type="graph.androidRequiredPasswordComplexity" Nullable="false" /><Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileGmailEasConfiguration" BaseType="graph.androidWorkProfileEasEmailProfileBase" /><EntityType Name="androidWorkProfileNineWorkEasConfiguration" BaseType="graph.androidWorkProfileEasEmailProfileBase"><Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" /><Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" /><Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidWorkProfilePkcsCertificateProfile" BaseType="graph.androidWorkProfileCertificateProfileBase"><Property Name="certificateStore" Type="graph.certificateStore" /><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidWorkProfileScepCertificateProfile" BaseType="graph.androidWorkProfileCertificateProfileBase"><Property Name="certificateStore" Type="graph.certificateStore" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="hashAlgorithm" Type="graph.hashAlgorithms" Nullable="false" /><Property Name="keySize" Type="graph.keySize" Nullable="false" /><Property Name="keyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="scepServerUrls" Type="Collection(Edm.String)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="androidWorkProfileVpnConfiguration" BaseType="graph.deviceConfiguration"><Property Name="alwaysOn" Type="Edm.Boolean" /><Property Name="alwaysOnLockdown" Type="Edm.Boolean" /><Property Name="authenticationMethod" Type="graph.vpnAuthenticationMethod" Nullable="false" /><Property Name="connectionName" Type="Edm.String" Nullable="false" /><Property Name="connectionType" Type="graph.androidWorkProfileVpnConnectionType" Nullable="false" /><Property Name="customData" Type="Collection(graph.keyValue)" /><Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" /><Property Name="fingerprint" Type="Edm.String" /><Property Name="microsoftTunnelSiteId" Type="Edm.String" /><Property Name="proxyExclusionList" Type="Collection(Edm.String)" /><Property Name="proxyServer" Type="graph.vpnProxyServer" /><Property Name="realm" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="servers" Type="Collection(graph.vpnServer)" Nullable="false" /><Property Name="targetedMobileApps" Type="Collection(graph.appListItem)" /><Property Name="targetedPackageIds" Type="Collection(Edm.String)" /><NavigationProperty Name="identityCertificate" Type="graph.androidWorkProfileCertificateProfileBase" /></EntityType><EntityType Name="aospDeviceOwnerCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" /><Property Name="subjectNameFormat" Type="graph.subjectNameFormat" /><NavigationProperty Name="rootCertificate" Type="graph.aospDeviceOwnerTrustedRootCertificate" /></EntityType><EntityType Name="aospDeviceOwnerTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="aospDeviceOwnerCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" /><Property Name="passwordRequiredType" Type="graph.androidDeviceOwnerRequiredPasswordType" /><Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" /></EntityType><EntityType Name="aospDeviceOwnerDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="appsBlockInstallFromUnknownSources" Type="Edm.Boolean" /><Property Name="bluetoothBlockConfiguration" Type="Edm.Boolean" /><Property Name="bluetoothBlocked" Type="Edm.Boolean" /><Property Name="cameraBlocked" Type="Edm.Boolean" /><Property Name="factoryResetBlocked" Type="Edm.Boolean" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordRequiredType" Type="graph.androidDeviceOwnerRequiredPasswordType" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" /><Property Name="securityAllowDebuggingFeatures" Type="Edm.Boolean" /><Property Name="storageBlockExternalMedia" Type="Edm.Boolean" /><Property Name="storageBlockUsbFileTransfer" Type="Edm.Boolean" /><Property Name="wifiBlockEditConfigurations" Type="Edm.Boolean" /></EntityType><EntityType Name="aospDeviceOwnerWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="preSharedKey" Type="Edm.String" /><Property Name="preSharedKeyIsSet" Type="Edm.Boolean" Nullable="false" /><Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" /><Property Name="proxyExclusionList" Type="Collection(Edm.String)" /><Property Name="proxyManualAddress" Type="Edm.String" /><Property Name="proxyManualPort" Type="Edm.Int32" /><Property Name="proxySetting" Type="graph.wiFiProxySetting" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.aospDeviceOwnerWiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="aospDeviceOwnerEnterpriseWiFiConfiguration" BaseType="graph.aospDeviceOwnerWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapType" Type="graph.androidEapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="innerAuthenticationProtocolForPeap" Type="graph.nonEapAuthenticationMethodForPeap" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.aospDeviceOwnerCertificateProfileBase" /><NavigationProperty Name="rootCertificateForServerValidation" Type="graph.aospDeviceOwnerTrustedRootCertificate" /></EntityType><EntityType Name="aospDeviceOwnerPkcsCertificateProfile" BaseType="graph.aospDeviceOwnerCertificateProfileBase"><Property Name="certificateStore" Type="graph.certificateStore" Nullable="false" /><Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthority" Type="Edm.String" Nullable="false" /><Property Name="certificationAuthorityName" Type="Edm.String" /><Property Name="certificationAuthorityType" Type="graph.deviceManagementCertificationAuthority" Nullable="false" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" Nullable="false" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" ContainsTarget="true" /></EntityType><EntityType Name="aospDeviceOwnerScepCertificateProfile" BaseType="graph.aospDeviceOwnerCertificateProfileBase"><Property Name="certificateStore" Type="graph.certificateStore" /><Property Name="customSubjectAlternativeNames" Type="Collection(graph.customSubjectAlternativeName)" /><Property Name="hashAlgorithm" Type="graph.hashAlgorithms" Nullable="false" /><Property Name="keySize" Type="graph.keySize" Nullable="false" /><Property Name="keyUsage" Type="graph.keyUsages" Nullable="false" /><Property Name="scepServerUrls" Type="Collection(Edm.String)" /><Property Name="subjectAlternativeNameFormatString" Type="Edm.String" /><Property Name="subjectNameFormatString" Type="Edm.String" /><NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(graph.managedDeviceCertificateState)" /></EntityType><EntityType Name="appleDeviceFeaturesConfigurationBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="airPrintDestinations" Type="Collection(graph.airPrintDestination)" /></EntityType><EntityType Name="appleExpeditedCheckinConfigurationBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="enableExpeditedCheckin" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="appleVpnConfiguration" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="associatedDomains" Type="Collection(Edm.String)" /><Property Name="authenticationMethod" Type="graph.vpnAuthenticationMethod" Nullable="false" /><Property Name="connectionName" Type="Edm.String" Nullable="false" /><Property Name="connectionType" Type="graph.appleVpnConnectionType" Nullable="false" /><Property Name="customData" Type="Collection(graph.keyValue)" /><Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" /><Property Name="disableOnDemandUserOverride" Type="Edm.Boolean" /><Property Name="disconnectOnIdle" Type="Edm.Boolean" /><Property Name="disconnectOnIdleTimerInSeconds" Type="Edm.Int32" /><Property Name="enablePerApp" Type="Edm.Boolean" /><Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" /><Property Name="excludedDomains" Type="Collection(Edm.String)" /><Property Name="identifier" Type="Edm.String" /><Property Name="loginGroupOrDomain" Type="Edm.String" /><Property Name="onDemandRules" Type="Collection(graph.vpnOnDemandRule)" /><Property Name="optInToDeviceIdSharing" Type="Edm.Boolean" /><Property Name="providerType" Type="graph.vpnProviderType" /><Property Name="proxyServer" Type="graph.vpnProxyServer" /><Property Name="realm" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="safariDomains" Type="Collection(Edm.String)" /><Property Name="server" Type="graph.vpnServer" Nullable="false" /></EntityType><EntityType Name="defaultDeviceCompliancePolicy" BaseType="graph.deviceCompliancePolicy" /><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="deviceCompliancePolicyGroupAssignment" BaseType="graph.entity"><Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" /><Property Name="targetGroupId" Type="Edm.String" /><NavigationProperty Name="deviceCompliancePolicy" Type="graph.deviceCompliancePolicy" /></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="platformType" Type="graph.deviceType" Nullable="false" /><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="deviceSetupConfiguration" 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" /></EntityType><EntityType Name="easEmailProfileConfigurationBase" BaseType="graph.deviceConfiguration" Abstract="true"><Property Name="customDomainName" Type="Edm.String" /><Property Name="userDomainNameSource" Type="graph.domainNameSource" /><Property Name="usernameAADSource" Type="graph.usernameSource" /><Property Name="usernameSource" Type="graph.userEmailSource" 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" /><Property Name="windowsSMode" Type="graph.windowsSModeConfiguration" Nullable="false" /></EntityType><EntityType Name="hardwareConfigurationAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="hardwareConfigurationDeviceState" BaseType="graph.entity"><Property Name="assignmentFilterIds" Type="Edm.String" /><Property Name="configurationError" Type="Edm.String" /><Property Name="configurationOutput" Type="Edm.String" /><Property Name="configurationState" Type="graph.runState" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="internalVersion" Type="Edm.Int32" Nullable="false" /><Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /><Property Name="upn" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="hardwareConfigurationRunSummary" BaseType="graph.entity"><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="successfulDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="hardwareConfigurationUserState" BaseType="graph.entity"><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="successfulDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="upn" Type="Edm.String" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /></EntityType><EntityType Name="iosCertificateProfile" BaseType="graph.deviceConfiguration" Abstract="true" /><EntityType Name="iosCertificateProfileBase" BaseType="graph.iosCertificateProfile" Abstract="true"><Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /><Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /><Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="subjectAlternativeNameType" Type="graph.subjectAlternativeNameType" /><Property Name="subjectNameFormat" Type="graph.appleSubjectNameFormat" Nullable="false" /></EntityType><EntityType Name="iosCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="advancedThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><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="osMaximumBuildVersion" Type="Edm.String" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumBuildVersion" 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="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="restrictedApps" Type="Collection(graph.appListItem)" /><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="iosDerivedCredentialAuthenticationConfiguration" BaseType="graph.deviceConfiguration"><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /></EntityType><EntityType Name="iosDeviceFeaturesConfiguration" BaseType="graph.appleDeviceFeaturesConfigurationBase"><Property Name="assetTagTemplate" Type="Edm.String" /><Property Name="contentFilterSettings" Type="graph.iosWebContentFilterBase" /><Property Name="homeScreenDockIcons" Type="Collection(graph.iosHomeScreenItem)" /><Property Name="homeScreenGridHeight" Type="Edm.Int32" /><Property Name="homeScreenGridWidth" Type="Edm.Int32" /><Property Name="homeScreenPages" Type="Collection(graph.iosHomeScreenPage)" /><Property Name="iosSingleSignOnExtension" Type="graph.iosSingleSignOnExtension" /><Property Name="lockScreenFootnote" Type="Edm.String" /><Property Name="notificationSettings" Type="Collection(graph.iosNotificationSettings)" /><Property Name="singleSignOnExtension" Type="graph.singleSignOnExtension" /><Property Name="singleSignOnSettings" Type="graph.iosSingleSignOnSettings" /><Property Name="wallpaperDisplayLocation" Type="graph.iosWallpaperDisplayLocation" Nullable="false" /><Property Name="wallpaperImage" Type="graph.mimeContent" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.iosCertificateProfileBase" /><NavigationProperty Name="singleSignOnExtensionPkinitCertificate" Type="graph.iosCertificateProfileBase" /></EntityType><EntityType Name="iosEasEmailProfileConfiguration" BaseType="graph.easEmailProfileConfigurationBase"><Property Name="accountName" Type="Edm.String" Nullable="false" /><Property Name="authenticationMethod" Type="graph.easAuthenticationMethod" /><Property Name="blockMovingMessagesToOtherEmailAccounts" Type="Edm.Boolean" /><Property Name="blockSendingEmailFromThirdPartyApps" Type="Edm.Boolean" /><Property Name="blockSyncingRecentlyUsedEmailAddresses" Type="Edm.Boolean" /><Property Name="durationOfEmailToSync" Type="graph.emailSyncDuration" Nullable="false" /><Property Name="easServices" Type="graph.easServices" /><Property Name="easServicesUserOverrideEnabled" Type="Edm.Boolean" /><Property Name="emailAddressSource" Type="graph.userEmailSource" Nullable="false" /><Property Name="encryptionCertificateType" Type="graph.emailCertificateType" /><Property Name="hostName" Type="Edm.String" Nullable="false" /><Property Name="perAppVPNProfileId" Type="Edm.String" /><Property Name="requireSmime" Type="Edm.Boolean" /><Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" /><Property Name="signingCertificateType" Type="graph.emailCertificateType" /><Property Name="smimeEnablePerMessageSwitch" Type="Edm.Boolean" /><Property Name="smimeEncryptByDefaultEnabled" Type="Edm.Boolean" /><Property Name="smimeEncryptByDefaultUserOverrideEnabled" Type="Edm.Boolean" /><Property Name="smimeEncryptionCertificateUserOverrideEnabled" Type="Edm.Boolean" /><Property Name="smimeSigningCertificateUserOverrideEnabled" Type="Edm.Boolean" /><Property Name="smimeSigningEnabled" Type="Edm.Boolean" /><Property Name="smimeSigningUserOverrideEnabled" Type="Edm.Boolean" /><Property Name="useOAuth" Type="Edm.Boolean" /><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /><NavigationProperty Name="identityCertificate" Type="graph.iosCertificateProfileBase" /><NavigationProperty Name="smimeEncryptionCertificate" Type="graph.iosCertificateProfile" /><NavigationProperty Name="smimeSigningCertificate" Type="graph.iosCertificateProfile" /></EntityType><EntityType Name="iosEducationDeviceConfiguration" BaseType="graph.deviceConfiguration" /><EntityType Name="iosEduDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="deviceCertificateSettings" Type="graph.iosEduCertificateSettings" /><Property Name="studentCertificateSettings" Type="graph.iosEduCertificateSettings" /><Property Name="teacherCertificateSettings" Type="graph.iosEduCertificateSettings" Nullable="false" /></EntityType><EntityType Name="iosWiFiConfiguration" BaseType="graph.deviceConfiguration"><Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" /><Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="disableMacAddressRandomization" Type="Edm.Boolean" /><Property Name="networkName" Type="Edm.String" Nullable="false" /><Property Name="preSharedKey" Type="Edm.String" /><Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" /><Property Name="proxyManualAddress" Type="Edm.String" /><Property Name="proxyManualPort" Type="Edm.Int32" /><Property Name="proxySettings" Type="graph.wiFiProxySetting" Nullable="false" /><Property Name="ssid" Type="Edm.String" Nullable="false" /><Property Name="wiFiSecurityType" Type="graph.wiFiSecurityType" Nullable="false" /></EntityType><EntityType Name="iosEnterpriseWiFiConfiguration" BaseType="graph.iosWiFiConfiguration"><Property Name="authenticationMethod" Type="graph.wiFiAuthenticationMethod" /><Property Name="eapFastConfiguration" Type="graph.eapFastConfiguration" /><Property Name="eapType" Type="graph.eapType" Nullable="false" /><Property Name="innerAuthenticationProtocolForEapTtls" Type="graph.nonEapAuthenticationMethodForEapTtlsType" /><Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" /><Property Name="passwordFormatString" Type="Edm.String" /><Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" /><Property Name="usernameFormatString" Type="Edm.String" /><NavigationProperty Name="derivedCredentialSettings" Type="graph.deviceManagementDerivedCredentialSettings" /><NavigationProperty Name="identityCertificateForClientAuthentication" Type="graph.iosCertificateProfileBase" /><NavigationProperty Name="rootCertificatesForServerValidation" Type="Collection(graph.iosTrustedRootCertificate)" /></EntityType><EntityType Name="iosTrustedRootCertificate" BaseType="graph.deviceConfiguration"><Property Name="certFileName" Type="Edm.String" /><Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="iosExpeditedCheckinConfiguration" BaseType="graph.appleExpeditedCheckinConfigurationBase" /><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="airPrintBlockCredentialsStorage" Type="Edm.Boolean" Nullable="false" /><Property Name="airPrintBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="airPrintBlockiBeaconDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="airPrintForceTrustedTLS" Type="Edm.Boolean" Nullable="false" /><Property Name="appClipsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="appleNewsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="applePersonalizedAdsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="appleWatchBlockPairing" Type="Edm.Boolean" Nullable="false" /><Property Name="appleWatchForceWristDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="appRemovalBlocked" 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="autoFillForceAuthentication" Type="Edm.Boolean" Nullable="false" /><Property Name="autoUnlockBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="blockSystemAppRemoval" Type="Edm.Boolean" 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="cellularBlockPersonalHotspotModification" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockPlanModification" 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="classroomForceAutomaticallyJoinClasses" Type="Edm.Boolean" Nullable="false" /><Property Name="classroomForceRequestPermissionToLeaveClasses" Type="Edm.Boolean" Nullable="false" /><Property Name="classroomForceUnpromptedAppAndDeviceLock" 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="contactsAllowManagedToUnmanagedWrite" Type="Edm.Boolean" Nullable="false" /><Property Name="contactsAllowUnmanagedToManagedRead" Type="Edm.Boolean" Nullable="false" /><Property Name="continuousPathKeyboardBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="dateAndTimeForceSetAutomatically" 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="enterpriseBookBlockBackup" Type="Edm.Boolean" Nullable="false" /><Property Name="enterpriseBookBlockMetadataSync" Type="Edm.Boolean" Nullable="false" /><Property Name="esimBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="faceTimeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="filesNetworkDriveAccessBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="filesUsbDriveAccessBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="findMyDeviceInFindMyAppBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="findMyFriendsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="findMyFriendsInFindMyAppBlocked" 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="iCloudPrivateRelayBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudRequireEncryptedBackup" Type="Edm.Boolean" Nullable="false" /><Property Name="iTunesBlocked" 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="keychainBlockCloudSync" 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="kioskModeAllowVoiceControlModification" 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="kioskModeAppType" Type="graph.iosKioskModeAppType" Nullable="false" /><Property Name="kioskModeBlockAutoLock" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockRingerSwitch" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockScreenRotation" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockSleepButton" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockTouchscreen" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockVolumeButtons" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBuiltInAppId" Type="Edm.String" /><Property Name="kioskModeEnableVoiceControl" Type="Edm.Boolean" Nullable="false" /><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="managedPasteboardRequired" 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="nfcBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="notificationsBlockSettingsModification" Type="Edm.Boolean" Nullable="false" /><Property Name="onDeviceOnlyDictationForced" Type="Edm.Boolean" Nullable="false" /><Property Name="onDeviceOnlyTranslationForced" 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="passcodeRequire