OpenAPI.NET.OData/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Graph.Beta.OData.xml
Irvine Sunday 03b6000a84
Fixes structured & collection-valued parameters of functions (#133)
* Use content property in collection-valued & structured parameters

Add content property and a media type object to indicate that the parameters are serialized as JSON

* Adds test for CreateParameters

Co-authored-by: Sam Xu <saxu@microsoft.com>
2021-11-18 09:42:34 -08:00

24077 lines
1.8 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="status">
<Member Name="active" Value="0" />
<Member Name="updated" Value="1" />
<Member Name="deleted" Value="2" />
<Member Name="ignored" Value="3" />
</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="automaticRepliesStatus">
<Member Name="disabled" Value="0" />
<Member Name="alwaysEnabled" Value="1" />
<Member Name="scheduled" Value="2" />
</EnumType>
<EnumType Name="externalAudienceScope">
<Member Name="none" Value="0" />
<Member Name="contactsOnly" Value="1" />
<Member Name="all" Value="2" />
</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="free" Value="0" />
<Member Name="tentative" Value="1" />
<Member Name="busy" Value="2" />
<Member Name="oof" Value="3" />
<Member Name="workingElsewhere" Value="4" />
<Member Name="unknown" Value="-1" />
</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="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="activityDomain">
<Member Name="unknown" Value="0" />
<Member Name="work" Value="1" />
<Member Name="personal" Value="2" />
<Member Name="unrestricted" 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="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="timeZoneStandard">
<Member Name="windows" Value="0" />
<Member Name="iana" Value="1" />
</EnumType>
<EnumType Name="bodyType">
<Member Name="text" Value="0" />
<Member Name="html" Value="1" />
</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="followupFlagStatus">
<Member Name="notFlagged" Value="0" />
<Member Name="complete" Value="1" />
<Member Name="flagged" Value="2" />
</EnumType>
<EnumType Name="calendarColor">
<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" />
<Member Name="auto" Value="-1" />
</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="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="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="recurrenceRangeType">
<Member Name="endDate" Value="0" />
<Member Name="noEnd" Value="1" />
<Member Name="numbered" Value="2" />
</EnumType>
<EnumType Name="eventType">
<Member Name="singleInstance" Value="0" />
<Member Name="occurrence" Value="1" />
<Member Name="exception" Value="2" />
<Member Name="seriesMaster" Value="3" />
</EnumType>
<EnumType Name="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="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="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="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="referenceAttachmentProvider">
<Member Name="other" Value="0" />
<Member Name="oneDriveBusiness" Value="1" />
<Member Name="oneDriveConsumer" Value="2" />
<Member Name="dropbox" Value="3" />
</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="groupAccessType">
<Member Name="none" Value="0" />
<Member Name="private" Value="1" />
<Member Name="secret" Value="2" />
<Member Name="public" Value="3" />
</EnumType>
<EnumType Name="categoryColor">
<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" />
<Member Name="none" Value="-1" />
</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="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="operationStatus">
<Member Name="NotStarted" Value="0" />
<Member Name="Running" Value="1" />
<Member Name="Completed" Value="2" />
<Member Name="Failed" Value="3" />
</EnumType>
<EnumType Name="onenotePatchInsertPosition">
<Member Name="After" Value="0" />
<Member Name="Before" Value="1" />
</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="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="Owner" Value="0" />
<Member Name="Contributor" Value="1" />
<Member Name="Reader" Value="2" />
<Member Name="None" Value="-1" />
</EnumType>
<EnumType Name="riskEventStatus">
<Member Name="active" Value="0" />
<Member Name="remediated" Value="1" />
<Member Name="dismissedAsFixed" Value="2" />
<Member Name="dismissedAsFalsePositive" Value="3" />
<Member Name="dismissedAsIgnore" Value="4" />
<Member Name="loginBlocked" Value="5" />
<Member Name="closedMfaAuto" Value="6" />
<Member Name="closedMultipleReasons" Value="7" />
</EnumType>
<EnumType Name="riskLevel">
<Member Name="low" Value="0" />
<Member Name="medium" Value="1" />
<Member Name="high" Value="2" />
</EnumType>
<EnumType Name="userRiskLevel">
<Member Name="unknown" Value="0" />
<Member Name="none" Value="1" />
<Member Name="low" Value="2" />
<Member Name="medium" Value="3" />
<Member Name="high" Value="4" />
</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="androidForWorkBindStatus">
<Member Name="notBound" Value="0" />
<Member Name="bound" Value="1" />
<Member Name="boundAndValidated" Value="2" />
<Member Name="unbinding" 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="androidForWorkEnrollmentTarget">
<Member Name="none" Value="0" />
<Member Name="all" Value="1" />
<Member Name="targeted" Value="2" />
<Member Name="targetedAsEnrollmentRestrictions" Value="3" />
</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="appInstallIntent">
<Member Name="available" Value="0" />
<Member Name="notApplicable" Value="1" />
<Member Name="required" Value="2" />
<Member Name="uninstall" Value="3" />
<Member Name="availableWithoutEnrollment" Value="4" />
</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="resultantAppState">
<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" />
<Member Name="notApplicable" Value="-1" />
</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="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" />
</EnumType>
<EnumType Name="windowsArchitecture" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="x86" Value="1" />
<Member Name="x64" Value="2" />
<Member Name="arm" Value="4" />
<Member Name="neutral" Value="8" />
</EnumType>
<EnumType Name="officeSuiteInstallProgressDisplayLevel">
<Member Name="none" Value="0" />
<Member Name="full" Value="1" />
</EnumType>
<EnumType Name="managedAppAvailability">
<Member Name="global" Value="0" />
<Member Name="lineOfBusiness" 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="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" />
</EnumType>
<EnumType Name="microsoftStoreForBusinessLicenseType">
<Member Name="offline" Value="0" />
<Member Name="online" Value="1" />
</EnumType>
<EnumType Name="volumePurchaseProgramTokenAccountType">
<Member Name="business" Value="0" />
<Member Name="education" Value="1" />
</EnumType>
<EnumType Name="volumePurchaseProgramTokenState">
<Member Name="unknown" Value="0" />
<Member Name="valid" Value="1" />
<Member Name="expired" Value="2" />
<Member Name="invalid" Value="3" />
</EnumType>
<EnumType Name="volumePurchaseProgramTokenSyncStatus">
<Member Name="none" Value="0" />
<Member Name="inProgress" Value="1" />
<Member Name="completed" Value="2" />
<Member Name="failed" Value="3" />
</EnumType>
<EnumType Name="vppTokenAccountType">
<Member Name="business" Value="0" />
<Member Name="education" Value="1" />
</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" />
</EnumType>
<EnumType Name="androidPermissionActionType">
<Member Name="prompt" Value="0" />
<Member Name="autoGrant" Value="1" />
<Member Name="autoDeny" Value="2" />
</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="iTunesPairingMode">
<Member Name="disallow" Value="0" />
<Member Name="allow" Value="1" />
<Member Name="requiresCertificate" Value="2" />
</EnumType>
<EnumType Name="importedDeviceIdentityType">
<Member Name="unknown" Value="0" />
<Member Name="imei" Value="1" />
<Member Name="serialNumber" Value="2" />
</EnumType>
<EnumType Name="enrollmentState">
<Member Name="unknown" Value="0" />
<Member Name="enrolled" Value="1" />
<Member Name="pendingReset" Value="2" />
<Member Name="failed" Value="3" />
<Member Name="notContacted" Value="4" />
</EnumType>
<EnumType Name="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" />
</EnumType>
<EnumType Name="discoverySource">
<Member Name="unknown" Value="0" />
<Member Name="adminImport" Value="2" />
<Member Name="deviceEnrollmentProgram" Value="4" />
</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" />
</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" />
</EnumType>
<EnumType Name="deviceActionState">
<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="runAsAccountType">
<Member Name="system" Value="0" />
<Member Name="user" Value="1" />
</EnumType>
<EnumType Name="runState">
<Member Name="unknown" Value="0" />
<Member Name="success" Value="1" />
<Member Name="fail" Value="2" />
</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="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="ownerType">
<Member Name="unknown" Value="0" />
<Member Name="company" Value="1" />
<Member Name="personal" Value="2" />
</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" />
</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="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="windowsBlue" Value="50" />
<Member Name="windowsPhoneBlue" Value="51" />
<Member Name="blackberry" Value="100" />
<Member Name="palm" Value="101" />
<Member Name="fakeDevice" Value="254" />
<Member Name="unknown" Value="255" />
</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="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="configManagerClient" Value="8" />
<Member Name="configurationManagerClientMdm" Value="10" />
<Member Name="configurationManagerClientMdmEas" Value="11" />
<Member Name="unknown" Value="16" />
<Member Name="jamf" Value="32" />
</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" />
</EnumType>
<EnumType Name="lostModeState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
</EnumType>
<EnumType Name="deviceRegistrationState">
<Member Name="notRegistered" Value="0" />
<Member Name="smsidConflict" Value="1" />
<Member Name="registered" Value="2" />
<Member Name="revoked" Value="3" />
<Member Name="keyConflict" Value="4" />
<Member Name="approvalPending" Value="5" />
<Member Name="resetCert" Value="6" />
<Member Name="notRegisteredPendingEnrollment" Value="7" />
<Member Name="unknown" Value="8" />
</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="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="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="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" />
</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="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="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" />
</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="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="adminConsentState">
<Member Name="notConfigured" Value="0" />
<Member Name="granted" Value="1" />
<Member Name="notGranted" Value="2" />
</EnumType>
<EnumType Name="healthState">
<Member Name="unknown" Value="0" />
<Member Name="healthy" Value="1" />
<Member Name="unhealthy" Value="2" />
</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="easAuthenticationMethod">
<Member Name="usernameAndPassword" Value="0" />
<Member Name="certificate" Value="1" />
</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="userEmailSource">
<Member Name="userPrincipalName" Value="0" />
<Member Name="primarySmtpAddress" Value="1" />
</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" />
</EnumType>
<EnumType Name="subjectAlternativeNameType" IsFlags="true">
<Member Name="emailAddress" Value="1" />
<Member Name="userPrincipalName" Value="2" />
<Member Name="customAzureADAttribute" Value="4" />
</EnumType>
<EnumType Name="certificateValidityPeriodScale">
<Member Name="days" Value="0" />
<Member Name="months" Value="1" />
<Member Name="years" Value="2" />
</EnumType>
<EnumType Name="keyUsages" IsFlags="true">
<Member Name="keyEncipherment" Value="1" />
<Member Name="digitalSignature" Value="2" />
</EnumType>
<EnumType Name="keySize">
<Member Name="size1024" Value="0" />
<Member Name="size2048" Value="1" />
</EnumType>
<EnumType Name="hashAlgorithms" IsFlags="true">
<Member Name="sha1" Value="1" />
<Member Name="sha2" Value="2" />
</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" />
</EnumType>
<EnumType Name="androidUsernameSource">
<Member Name="username" Value="0" />
<Member Name="userPrincipalName" Value="1" />
</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="androidWiFiSecurityType">
<Member Name="open" Value="0" />
<Member Name="wpaEnterprise" Value="1" />
</EnumType>
<EnumType Name="wiFiAuthenticationMethod">
<Member Name="certificate" Value="0" />
<Member Name="usernameAndPassword" Value="1" />
</EnumType>
<EnumType Name="androidEapType">
<Member Name="eapTls" Value="13" />
<Member Name="eapTtls" Value="21" />
<Member Name="peap" Value="25" />
</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="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="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="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="vpnAuthenticationMethod">
<Member Name="certificate" Value="0" />
<Member Name="usernameAndPassword" Value="1" />
</EnumType>
<EnumType Name="appsComplianceListType">
<Member Name="none" Value="0" />
<Member Name="appsInListCompliant" Value="1" />
<Member Name="appsNotInListCompliant" Value="2" />
</EnumType>
<EnumType Name="appListType">
<Member Name="none" Value="0" />
<Member Name="appsInListCompliant" Value="1" />
<Member Name="appsNotInListCompliant" Value="2" />
</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="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="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" />
</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="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="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="requiredPasswordType">
<Member Name="deviceDefault" Value="0" />
<Member Name="alphanumeric" Value="1" />
<Member Name="numeric" Value="2" />
</EnumType>
<EnumType Name="ratingRegionType">
<Member Name="noRegion" Value="0" />
<Member Name="australia" Value="1" />
<Member Name="canada" Value="2" />
<Member Name="france" Value="3" />
<Member Name="germany" Value="4" />
<Member Name="ireland" Value="5" />
<Member Name="japan" Value="6" />
<Member Name="newZealand" Value="7" />
<Member Name="unitedKingdom" Value="8" />
<Member Name="unitedStates" Value="9" />
</EnumType>
<EnumType Name="wiFiSecurityType">
<Member Name="open" Value="0" />
<Member Name="wpaPersonal" Value="1" />
<Member Name="wpaEnterprise" Value="2" />
<Member Name="wep" Value="3" />
</EnumType>
<EnumType Name="wiFiProxySetting">
<Member Name="none" Value="0" />
<Member Name="manual" Value="1" />
<Member Name="automatic" Value="2" />
</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" />
</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="iosNotificationAlertType">
<Member Name="deviceDefault" Value="0" />
<Member Name="banner" Value="1" />
<Member Name="modal" Value="2" />
<Member Name="none" Value="3" />
</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" />
</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="defenderSecurityCenterNotificationsFromAppType">
<Member Name="notConfigured" Value="0" />
<Member Name="blockNoncriticalNotifications" Value="1" />
<Member Name="blockAllNotifications" Value="2" />
</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="firewallPreSharedKeyEncodingMethodType">
<Member Name="deviceDefault" Value="0" />
<Member Name="none" Value="1" />
<Member Name="utF8" Value="2" />
</EnumType>
<EnumType Name="firewallCertificateRevocationListCheckMethodType">
<Member Name="deviceDefault" Value="0" />
<Member Name="none" Value="1" />
<Member Name="attempt" Value="2" />
<Member Name="require" Value="3" />
</EnumType>
<EnumType Name="firewallPacketQueueingMethodType">
<Member Name="deviceDefault" Value="0" />
<Member Name="disabled" Value="1" />
<Member Name="queueInbound" Value="2" />
<Member Name="queueOutbound" Value="3" />
<Member Name="queueBoth" Value="4" />
</EnumType>
<EnumType Name="stateManagementSetting">
<Member Name="notConfigured" Value="0" />
<Member Name="blocked" Value="1" />
<Member Name="allowed" Value="2" />
</EnumType>
<EnumType Name="defenderAttackSurfaceType">
<Member Name="userDefined" Value="0" />
<Member Name="block" Value="1" />
<Member Name="auditMode" Value="2" />
</EnumType>
<EnumType Name="defenderProtectionType">
<Member Name="userDefined" Value="0" />
<Member Name="enable" Value="1" />
<Member Name="auditMode" 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="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="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="bitLockerEncryptionMethod">
<Member Name="aesCbc128" Value="3" />
<Member Name="aesCbc256" Value="4" />
<Member Name="xtsAes128" Value="6" />
<Member Name="xtsAes256" Value="7" />
</EnumType>
<EnumType Name="configurationUsage">
<Member Name="blocked" Value="0" />
<Member Name="required" Value="1" />
<Member Name="allowed" Value="2" />
</EnumType>
<EnumType Name="bitLockerRecoveryinformationType">
<Member Name="passwordAndKey" Value="1" />
<Member Name="passwordOnly" Value="2" />
</EnumType>
<EnumType Name="signInAssistantOptions">
<Member Name="notConfigured" Value="0" />
<Member Name="disabled" Value="1" />
</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="inkAccessSetting">
<Member Name="notConfigured" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="disabled" Value="2" />
</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="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="weeklySchedule">
<Member Name="userDefined" Value="0" />
<Member Name="everyday" Value="1" />
<Member Name="sunday" Value="2" />
<Member Name="monday" Value="3" />
<Member Name="tuesday" Value="4" />
<Member Name="wednesday" Value="5" />
<Member Name="thursday" Value="6" />
<Member Name="friday" Value="7" />
<Member Name="saturday" Value="8" />
</EnumType>
<EnumType Name="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="defenderScanType">
<Member Name="userDefined" Value="0" />
<Member Name="disabled" Value="1" />
<Member Name="quick" Value="2" />
<Member Name="full" Value="3" />
</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="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="visibilitySetting">
<Member Name="notConfigured" Value="0" />
<Member Name="hide" Value="1" />
<Member Name="show" Value="2" />
</EnumType>
<EnumType Name="windowsSpotlightEnablementSettings">
<Member Name="notConfigured" Value="0" />
<Member Name="disabled" Value="1" />
<Member Name="enabled" Value="2" />
</EnumType>
<EnumType Name="automaticUpdateMode">
<Member Name="userDefined" Value="0" />
<Member Name="notifyDownload" Value="1" />
<Member Name="autoInstallAtMaintenanceTime" Value="2" />
<Member Name="autoInstallAndRebootAtMaintenanceTime" Value="3" />
<Member Name="autoInstallAndRebootAtScheduledTime" Value="4" />
<Member Name="autoInstallAndRebootWithoutEndUserControl" Value="5" />
</EnumType>
<EnumType Name="safeSearchFilterType">
<Member Name="userDefined" Value="0" />
<Member Name="strict" Value="1" />
<Member Name="moderate" Value="2" />
</EnumType>
<EnumType Name="edgeSearchEngineType">
<Member Name="default" Value="0" />
<Member Name="bing" Value="1" />
</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="sharedPCAccountDeletionPolicyType">
<Member Name="immediate" Value="0" />
<Member Name="diskSpaceThreshold" Value="1" />
<Member Name="diskSpaceThresholdOrInactiveThreshold" Value="2" />
</EnumType>
<EnumType Name="sharedPCAllowedAccountType" IsFlags="true">
<Member Name="guest" Value="1" />
<Member Name="domain" Value="2" />
</EnumType>
<EnumType Name="keyStorageProviderOption">
<Member Name="useTpmKspOtherwiseUseSoftwareKsp" Value="0" />
<Member Name="useTpmKspOtherwiseFail" Value="1" />
<Member Name="usePassportForWorkKspOtherwiseFail" Value="2" />
<Member Name="useSoftwareKsp" Value="3" />
</EnumType>
<EnumType Name="certificateDestinationStore">
<Member Name="computerCertStoreRoot" Value="0" />
<Member Name="computerCertStoreIntermediate" Value="1" />
<Member Name="userCertStoreIntermediate" 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="windowsUpdateRestartMode">
<Member Name="userDefined" Value="0" />
<Member Name="batteryLevelCheckEnabled" Value="1" />
<Member Name="batteryLevelCheckDisabled" Value="2" />
</EnumType>
<EnumType Name="windowsUpdateType">
<Member Name="userDefined" Value="0" />
<Member Name="all" Value="1" />
<Member Name="businessReadyOnly" Value="2" />
</EnumType>
<EnumType Name="windowsUpdateInsiderBuildControl">
<Member Name="userDefined" Value="0" />
<Member Name="allowed" Value="1" />
<Member Name="notAllowed" Value="2" />
</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" />
</EnumType>
<EnumType Name="windows10VpnAuthenticationMethod">
<Member Name="certificate" Value="0" />
<Member Name="usernameAndPassword" Value="1" />
<Member Name="customEapXml" Value="2" />
</EnumType>
<EnumType Name="windows10AppType">
<Member Name="desktop" Value="0" />
<Member Name="universal" Value="1" />
</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="windowsVpnConnectionType">
<Member Name="pulseSecure" Value="0" />
<Member Name="f5EdgeClient" Value="1" />
<Member Name="dellSonicWallMobileConnect" Value="2" />
<Member Name="checkPointCapsuleVpn" 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="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="updateClassification">
<Member Name="userDefined" Value="0" />
<Member Name="recommendedAndImportant" Value="1" />
<Member Name="important" Value="2" />
<Member Name="none" Value="3" />
</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="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="welcomeScreenMeetingInformation">
<Member Name="userDefined" Value="0" />
<Member Name="showOrganizerAndTimeOnly" Value="1" />
<Member Name="showOrganizerAndTimeAndSubject" Value="2" />
</EnumType>
<EnumType Name="editionUpgradeLicenseType">
<Member Name="productKey" Value="0" />
<Member Name="licenseFile" 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" />
</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" />
</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" />
</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="policyPlatformType">
<Member Name="android" Value="0" />
<Member Name="androidForWork" Value="1" />
<Member Name="iOS" Value="2" />
<Member Name="macOS" Value="3" />
<Member Name="windowsPhone81" Value="4" />
<Member Name="windows81AndLater" Value="5" />
<Member Name="windows10AndLater" Value="6" />
<Member Name="all" Value="100" />
</EnumType>
<EnumType Name="iosUpdatesInstallStatus">
<Member Name="success" Value="0" />
<Member Name="available" Value="1" />
<Member Name="idle" Value="2" />
<Member Name="downloading" Value="-2016330712" />
<Member Name="downloadFailed" Value="-2016330711" />
<Member Name="downloadRequiresComputer" Value="-2016330710" />
<Member Name="downloadInsufficientSpace" Value="-2016330709" />
<Member Name="downloadInsufficientPower" Value="-2016330708" />
<Member Name="downloadInsufficientNetwork" Value="-2016330707" />
<Member Name="installing" Value="-2016330706" />
<Member Name="installInsufficientSpace" Value="-2016330705" />
<Member Name="installInsufficientPower" Value="-2016330704" />
<Member Name="installPhoneCallInProgress" Value="-2016330703" />
<Member Name="installFailed" Value="-2016330702" />
<Member Name="notSupportedOperation" Value="-2016330701" />
<Member Name="sharedDeviceUserLoggedInError" Value="-2016330699" />
</EnumType>
<EnumType Name="ndesConnectorState">
<Member Name="none" Value="0" />
<Member Name="active" Value="1" />
<Member Name="inactive" Value="2" />
</EnumType>
<EnumType Name="deviceManagementExchangeConnectorSyncType">
<Member Name="fullSync" Value="0" />
<Member Name="deltaSync" Value="1" />
</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="windowsHelloForBusinessPinUsage">
<Member Name="allowed" Value="0" />
<Member Name="required" Value="1" />
<Member Name="disallowed" Value="2" />
</EnumType>
<EnumType Name="windowsHelloForBusinessConfiguration">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="notConfigured" 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" />
</EnumType>
<EnumType Name="vppTokenActionState">
<Member Name="none" Value="0" />
<Member Name="inProgress" Value="1" />
<Member Name="successful" Value="2" />
<Member Name="failed" Value="3" />
</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="deviceManagementExchangeConnectorStatus">
<Member Name="connectionPending" Value="0" />
<Member Name="connected" Value="1" />
<Member Name="disconnected" Value="2" />
<Member Name="none" Value="3" />
</EnumType>
<EnumType Name="deviceManagementExchangeConnectorType">
<Member Name="onPremises" Value="0" />
<Member Name="hosted" Value="1" />
<Member Name="serviceToService" Value="2" />
<Member Name="dedicated" Value="3" />
</EnumType>
<EnumType Name="enablement">
<Member Name="notConfigured" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="disabled" Value="2" />
</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="exchangeAccessRuleType">
<Member Name="family" Value="0" />
<Member Name="model" Value="1" />
</EnumType>
<EnumType Name="mobileThreatPartnerTenantState">
<Member Name="unavailable" Value="0" />
<Member Name="available" Value="1" />
<Member Name="enabled" Value="2" />
<Member Name="unresponsive" Value="3" />
</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="deviceManagementPartnerAppType">
<Member Name="unknown" Value="0" />
<Member Name="singleTenantApp" Value="1" />
<Member Name="multiTenantApp" Value="2" />
</EnumType>
<EnumType Name="managedAppDataTransferLevel">
<Member Name="allApps" Value="0" />
<Member Name="managedApps" Value="1" />
<Member Name="none" 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="managedAppPinCharacterSet">
<Member Name="numeric" Value="0" />
<Member Name="alphanumericAndSymbol" Value="1" />
</EnumType>
<EnumType Name="managedAppDataStorageLocation">
<Member Name="oneDriveForBusiness" Value="1" />
<Member Name="sharePoint" Value="2" />
<Member Name="localStorage" Value="6" />
</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="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="managedAppFlaggedReason">
<Member Name="none" Value="0" />
<Member Name="rootedDevice" Value="1" />
</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="windowsAutopilotSyncStatus">
<Member Name="unknown" Value="0" />
<Member Name="inProgress" Value="1" />
<Member Name="completed" Value="2" />
<Member Name="failed" Value="3" />
</EnumType>
<EnumType Name="windowsUserType">
<Member Name="administrator" Value="0" />
<Member Name="standard" Value="1" />
</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="depTokenType">
<Member Name="none" Value="0" />
<Member Name="dep" Value="1" />
<Member Name="appleSchoolManager" Value="2" />
</EnumType>
<EnumType Name="remoteAssistanceOnboardingStatus">
<Member Name="notOnboarded" Value="0" />
<Member Name="onboarding" Value="1" />
<Member Name="onboarded" Value="2" />
</EnumType>
<EnumType Name="applicationType">
<Member Name="universal" Value="1" />
<Member Name="desktop" Value="2" />
</EnumType>
<EnumType Name="giphyRatingType">
<Member Name="moderate" Value="0" />
<Member Name="strict" Value="1" />
</EnumType>
<EnumType Name="attributeFlowType">
<Member Name="Always" Value="0" />
<Member Name="ObjectAddOnly" Value="1" />
<Member Name="MultiValueAddOnly" Value="2" />
</EnumType>
<EnumType Name="attributeFlowBehavior">
<Member Name="FlowWhenChanged" Value="0" />
<Member Name="FlowAlways" Value="1" />
</EnumType>
<EnumType Name="attributeMappingSourceType">
<Member Name="Attribute" Value="0" />
<Member Name="Constant" Value="1" />
<Member Name="Function" Value="2" />
</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="attributeType">
<Member Name="Boolean" Value="4" />
<Member Name="Binary" Value="3" />
<Member Name="Reference" Value="2" />
<Member Name="Integer" Value="1" />
<Member Name="String" Value="0" />
</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="mutability">
<Member Name="ReadWrite" Value="0" />
<Member Name="ReadOnly" Value="1" />
<Member Name="Immutable" Value="2" />
<Member Name="WriteOnly" Value="3" />
</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="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="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" />
</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="synchronizationJobRestartScope" IsFlags="true">
<Member Name="Full" Value="15" />
<Member Name="QuarantineState" Value="8" />
<Member Name="Watermark" Value="4" />
<Member Name="Escrows" Value="2" />
<Member Name="ConnectorDataStore" Value="1" />
<Member Name="None" Value="0" />
</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" />
</EnumType>
<EnumType Name="synchronizationScheduleState">
<Member Name="Active" Value="0" />
<Member Name="Disabled" Value="1" />
</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="educationUserRole">
<Member Name="student" Value="0" />
<Member Name="teacher" Value="1" />
<Member Name="none" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="educationSynchronizationProfileState">
<Member Name="deleting" Value="2" />
<Member Name="deletionFailed" Value="3" />
<Member Name="provisioningFailed" Value="5" />
<Member Name="provisioned" Value="6" />
<Member Name="provisioning" Value="7" />
<Member Name="unknownFutureValue" Value="8" />
</EnumType>
<EnumType Name="educationSynchronizationStatus">
<Member Name="paused" Value="0" />
<Member Name="inProgress" Value="1" />
<Member Name="success" Value="2" />
<Member Name="error" Value="3" />
<Member Name="validationError" Value="4" />
<Member Name="quarantined" Value="5" />
<Member Name="unknownFutureValue" Value="6" />
</EnumType>
<EnumType Name="educationExternalSource">
<Member Name="sis" Value="0" />
<Member Name="manual" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="educationGender">
<Member Name="female" Value="0" />
<Member Name="male" Value="1" />
<Member Name="other" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="educationAssignmentStatus">
<Member Name="draft" Value="0" />
<Member Name="published" Value="1" />
<Member Name="assigned" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="educationSubmissionStatus">
<Member Name="working" Value="0" />
<Member Name="submitted" Value="1" />
<Member Name="completed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</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" />
</EnumType>
<EntityType Name="entity" Abstract="true">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="extension" BaseType="microsoft.graph.entity" Abstract="true" OpenType="true" />
<EntityType Name="directoryObject" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="user" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="accountEnabled" Type="Edm.Boolean" />
<Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
<Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="city" Type="Edm.String" Unicode="false" />
<Property Name="companyName" Type="Edm.String" Unicode="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
<Property Name="department" Type="Edm.String" Unicode="false" />
<Property Name="deviceKeys" Type="Collection(microsoft.graph.deviceKey)" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="employeeId" Type="Edm.String" Unicode="false" />
<Property Name="givenName" Type="Edm.String" Unicode="false" />
<Property Name="imAddresses" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="jobTitle" Type="Edm.String" Unicode="false" />
<Property Name="mail" Type="Edm.String" Unicode="false" />
<Property Name="mailNickname" Type="Edm.String" Unicode="false" />
<Property Name="mobilePhone" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesImmutableId" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="onPremisesDomainName" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesSamAccountName" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesUserPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="passwordPolicies" Type="Edm.String" Unicode="false" />
<Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
<Property Name="officeLocation" Type="Edm.String" Unicode="false" />
<Property Name="postalCode" Type="Edm.String" Unicode="false" />
<Property Name="preferredDataLocation" Type="Edm.String" Unicode="false" />
<Property Name="preferredLanguage" Type="Edm.String" Unicode="false" />
<Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" />
<Property Name="showInAddressList" Type="Edm.Boolean" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="streetAddress" Type="Edm.String" Unicode="false" />
<Property Name="surname" Type="Edm.String" Unicode="false" />
<Property Name="usageLocation" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="userType" Type="Edm.String" Unicode="false" />
<Property Name="mailboxSettings" Type="microsoft.graph.mailboxSettings" />
<Property Name="aboutMe" Type="Edm.String" Unicode="false" />
<Property Name="birthday" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="interests" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="mySite" Type="Edm.String" Unicode="false" />
<Property Name="pastProjects" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="preferredName" Type="Edm.String" Unicode="false" />
<Property Name="responsibilities" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="schools" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="skills" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="identityUserRisk" Type="microsoft.graph.identityUserRisk" />
<Property Name="deviceEnrollmentLimit" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="ownedDevices" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="registeredDevices" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="manager" Type="microsoft.graph.directoryObject" />
<NavigationProperty Name="directReports" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="createdObjects" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="ownedObjects" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="scopedRoleMemberOf" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
<NavigationProperty Name="licenseDetails" Type="Collection(microsoft.graph.licenseDetails)" ContainsTarget="true" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.activity)" ContainsTarget="true" />
<NavigationProperty Name="outlook" Type="microsoft.graph.outlookUser" ContainsTarget="true" />
<NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true" />
<NavigationProperty Name="joinedGroups" Type="Collection(microsoft.graph.group)" ContainsTarget="true" />
<NavigationProperty Name="mailFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
<NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true" />
<NavigationProperty Name="calendarGroups" Type="Collection(microsoft.graph.calendarGroup)" ContainsTarget="true" />
<NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="people" Type="Collection(microsoft.graph.person)" ContainsTarget="true" />
<NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true" />
<NavigationProperty Name="contactFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true" />
<NavigationProperty Name="inferenceClassification" Type="microsoft.graph.inferenceClassification" ContainsTarget="true" />
<NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
<NavigationProperty Name="photos" Type="Collection(microsoft.graph.profilePhoto)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
<NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
<NavigationProperty Name="insights" Type="microsoft.graph.officeGraphInsights" ContainsTarget="true" />
<NavigationProperty Name="planner" Type="microsoft.graph.plannerUser" ContainsTarget="true" />
<NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
<NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" />
<NavigationProperty Name="managedAppRegistrations" Type="Collection(microsoft.graph.managedAppRegistration)" />
<NavigationProperty Name="devices" Type="Collection(microsoft.graph.device)" ContainsTarget="true" />
<NavigationProperty Name="joinedTeams" Type="Collection(microsoft.graph.group)" ContainsTarget="true" />
<NavigationProperty Name="joinedGroups" Type="Collection(graph.group)" ContainsTarget="true" />
<NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(microsoft.graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="assignedLicense">
<Property Name="disabledPlans" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
</ComplexType>
<ComplexType Name="assignedPlan">
<Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="capabilityStatus" Type="Edm.String" Unicode="false" />
<Property Name="service" Type="Edm.String" Unicode="false" />
<Property Name="servicePlanId" Type="Edm.Guid" />
</ComplexType>
<ComplexType Name="deviceKey">
<Property Name="keyType" Type="Edm.String" Unicode="false" />
<Property Name="keyMaterial" Type="Edm.Binary" />
<Property Name="deviceId" Type="Edm.Guid" />
</ComplexType>
<ComplexType Name="onPremisesProvisioningError">
<Property Name="value" Type="Edm.String" Unicode="false" />
<Property Name="category" Type="Edm.String" Unicode="false" />
<Property Name="propertyCausingError" Type="Edm.String" Unicode="false" />
<Property Name="occurredDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="password" Type="Edm.String" Unicode="false" />
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="provisionedPlan">
<Property Name="capabilityStatus" Type="Edm.String" Unicode="false" />
<Property Name="provisioningStatus" Type="Edm.String" Unicode="false" />
<Property Name="service" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="scopedRoleMembership" BaseType="microsoft.graph.entity">
<Property Name="roleId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="roleMemberInfo" Type="microsoft.graph.identity" Nullable="false" />
</EntityType>
<EntityType Name="licenseDetails" BaseType="microsoft.graph.entity">
<Property Name="servicePlans" Type="Collection(microsoft.graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="activity" BaseType="microsoft.graph.entity">
<Property Name="visualElements" Type="microsoft.graph.visualInfo" Nullable="false" />
<Property Name="activitySourceHost" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="activationUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="appActivityId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="appDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="contentUrl" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="fallbackUrl" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="userTimezone" Type="Edm.String" Unicode="false" />
<Property Name="contentInfo" Type="microsoft.graph.Json" />
<NavigationProperty Name="historyItems" Type="Collection(microsoft.graph.historyItem)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="mailboxSettings">
<Property Name="automaticRepliesSetting" Type="microsoft.graph.automaticRepliesSetting" />
<Property Name="archiveFolder" Type="Edm.String" Unicode="false" />
<Property Name="timeZone" Type="Edm.String" Unicode="false" />
<Property Name="language" Type="microsoft.graph.localeInfo" />
<Property Name="workingHours" Type="microsoft.graph.workingHours" />
</ComplexType>
<ComplexType Name="automaticRepliesSetting">
<Property Name="status" Type="microsoft.graph.automaticRepliesStatus" />
<Property Name="externalAudience" Type="microsoft.graph.externalAudienceScope" />
<Property Name="scheduledStartDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="scheduledEndDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="internalReplyMessage" Type="Edm.String" Unicode="false" />
<Property Name="externalReplyMessage" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="dateTimeTimeZone">
<Property Name="dateTime" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="timeZone" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="localeInfo">
<Property Name="locale" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="workingHours">
<Property Name="daysOfWeek" Type="Collection(microsoft.graph.dayOfWeek)" />
<Property Name="startTime" Type="Edm.TimeOfDay" />
<Property Name="endTime" Type="Edm.TimeOfDay" />
<Property Name="timeZone" Type="microsoft.graph.timeZoneBase" />
</ComplexType>
<ComplexType Name="timeZoneBase">
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="outlookUser" BaseType="microsoft.graph.entity">
<NavigationProperty Name="masterCategories" Type="Collection(microsoft.graph.outlookCategory)" ContainsTarget="true" />
<NavigationProperty Name="taskGroups" Type="Collection(microsoft.graph.outlookTaskGroup)" ContainsTarget="true" />
<NavigationProperty Name="taskFolders" Type="Collection(microsoft.graph.outlookTaskFolder)" ContainsTarget="true" />
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.outlookTask)" ContainsTarget="true" />
</EntityType>
<EntityType Name="outlookItem" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<Property Name="categories" Type="Collection(Edm.String)" Unicode="false" />
</EntityType>
<EntityType Name="message" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="receivedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="sentDateTime" Type="Edm.DateTimeOffset" />
<Property Name="hasAttachments" Type="Edm.Boolean" />
<Property Name="internetMessageId" Type="Edm.String" Unicode="false" />
<Property Name="internetMessageHeaders" Type="Collection(microsoft.graph.internetMessageHeader)" />
<Property Name="subject" Type="Edm.String" Unicode="false" />
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="bodyPreview" Type="Edm.String" Unicode="false" />
<Property Name="importance" Type="microsoft.graph.importance" />
<Property Name="parentFolderId" Type="Edm.String" Unicode="false" />
<Property Name="sender" Type="microsoft.graph.recipient" />
<Property Name="from" Type="microsoft.graph.recipient" />
<Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)" />
<Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" />
<Property Name="bccRecipients" Type="Collection(microsoft.graph.recipient)" />
<Property Name="replyTo" Type="Collection(microsoft.graph.recipient)" />
<Property Name="conversationId" Type="Edm.String" Unicode="false" />
<Property Name="conversationIndex" Type="Edm.Binary" />
<Property Name="uniqueBody" Type="microsoft.graph.itemBody" />
<Property Name="isDeliveryReceiptRequested" Type="Edm.Boolean" />
<Property Name="isReadReceiptRequested" Type="Edm.Boolean" />
<Property Name="isRead" Type="Edm.Boolean" />
<Property Name="isDraft" Type="Edm.Boolean" />
<Property Name="webLink" Type="Edm.String" Unicode="false" />
<Property Name="mentionsPreview" Type="microsoft.graph.mentionsPreview" />
<Property Name="inferenceClassification" Type="microsoft.graph.inferenceClassificationType" />
<Property Name="unsubscribeData" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="unsubscribeEnabled" Type="Edm.Boolean" />
<Property Name="flag" Type="microsoft.graph.followupFlag" />
<NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="mentions" Type="Collection(microsoft.graph.mention)" ContainsTarget="true" />
</EntityType>
<EntityType Name="group" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="classification" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="groupTypes" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="mail" Type="Edm.String" Unicode="false" />
<Property Name="mailEnabled" Type="Edm.Boolean" />
<Property Name="mailNickname" Type="Edm.String" Unicode="false" />
<Property Name="membershipRule" Type="Edm.String" Unicode="false" />
<Property Name="membershipRuleProcessingState" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="preferredLanguage" Type="Edm.String" Unicode="false" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="renewedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="securityEnabled" Type="Edm.Boolean" />
<Property Name="theme" Type="Edm.String" Unicode="false" />
<Property Name="visibility" Type="Edm.String" Unicode="false" />
<Property Name="accessType" Type="microsoft.graph.groupAccessType" />
<Property Name="allowExternalSenders" Type="Edm.Boolean" />
<Property Name="autoSubscribeNewMembers" Type="Edm.Boolean" />
<Property Name="isFavorite" Type="Edm.Boolean" />
<Property Name="isSubscribedByMail" Type="Edm.Boolean" />
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenConversationsCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="createdOnBehalfOf" Type="microsoft.graph.directoryObject" />
<NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="settings" Type="Collection(microsoft.graph.directorySetting)" ContainsTarget="true" />
<NavigationProperty Name="endpoints" Type="Collection(microsoft.graph.endpoint)" ContainsTarget="true" />
<NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
<NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="conversations" Type="Collection(microsoft.graph.conversation)" ContainsTarget="true" />
<NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
<NavigationProperty Name="photos" Type="Collection(microsoft.graph.profilePhoto)" ContainsTarget="true" />
<NavigationProperty Name="acceptedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="rejectedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
<NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
<NavigationProperty Name="sites" Type="Collection(microsoft.graph.site)" ContainsTarget="true" />
<NavigationProperty Name="planner" Type="microsoft.graph.plannerGroup" ContainsTarget="true" />
<NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
<NavigationProperty Name="team" Type="microsoft.graph.team" ContainsTarget="true" />
<NavigationProperty Name="channels" Type="Collection(microsoft.graph.channel)" ContainsTarget="true" />
<NavigationProperty Name="groupLifecyclePolicies" Type="Collection(microsoft.graph.groupLifecyclePolicy)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mailFolder" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="parentFolderId" Type="Edm.String" Unicode="false" />
<Property Name="childFolderCount" Type="Edm.Int32" />
<Property Name="unreadItemCount" Type="Edm.Int32" />
<Property Name="totalItemCount" Type="Edm.Int32" />
<Property Name="wellKnownName" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true" />
<NavigationProperty Name="messageRules" Type="Collection(microsoft.graph.messageRule)" ContainsTarget="true" />
<NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true" />
<NavigationProperty Name="userConfigurations" Type="Collection(microsoft.graph.userConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="calendar" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="color" Type="microsoft.graph.calendarColor" />
<Property Name="hexColor" Type="Edm.String" Unicode="false" />
<Property Name="isDefaultCalendar" Type="Edm.Boolean" />
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<Property Name="canShare" Type="Edm.Boolean" />
<Property Name="canViewPrivateItems" Type="Edm.Boolean" />
<Property Name="isShared" Type="Edm.Boolean" />
<Property Name="isSharedWithMe" Type="Edm.Boolean" />
<Property Name="canEdit" Type="Edm.Boolean" />
<Property Name="owner" Type="microsoft.graph.emailAddress" />
<NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="calendarGroup" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="classId" Type="Edm.Guid" />
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true" />
</EntityType>
<EntityType Name="event" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="originalStartTimeZone" Type="Edm.String" Unicode="false" />
<Property Name="originalEndTimeZone" Type="Edm.String" Unicode="false" />
<Property Name="responseStatus" Type="microsoft.graph.responseStatus" />
<Property Name="iCalUId" Type="Edm.String" Unicode="false" />
<Property Name="reminderMinutesBeforeStart" Type="Edm.Int32" />
<Property Name="isReminderOn" Type="Edm.Boolean" />
<Property Name="hasAttachments" Type="Edm.Boolean" />
<Property Name="subject" Type="Edm.String" Unicode="false" />
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="bodyPreview" Type="Edm.String" Unicode="false" />
<Property Name="importance" Type="microsoft.graph.importance" />
<Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
<Property Name="start" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="originalStart" Type="Edm.DateTimeOffset" />
<Property Name="end" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="location" Type="microsoft.graph.location" />
<Property Name="locations" Type="Collection(microsoft.graph.location)" />
<Property Name="isAllDay" Type="Edm.Boolean" />
<Property Name="isCancelled" Type="Edm.Boolean" />
<Property Name="isOrganizer" Type="Edm.Boolean" />
<Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
<Property Name="responseRequested" Type="Edm.Boolean" />
<Property Name="seriesMasterId" Type="Edm.String" Unicode="false" />
<Property Name="showAs" Type="microsoft.graph.freeBusyStatus" />
<Property Name="type" Type="microsoft.graph.eventType" />
<Property Name="attendees" Type="Collection(microsoft.graph.attendee)" />
<Property Name="organizer" Type="microsoft.graph.recipient" />
<Property Name="webLink" Type="Edm.String" Unicode="false" />
<Property Name="onlineMeetingUrl" Type="Edm.String" Unicode="false" />
<Property Name="creationOptions" Type="microsoft.graph.eventCreationOptions" />
<NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
<NavigationProperty Name="instances" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="person" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="givenName" Type="Edm.String" Unicode="false" />
<Property Name="surname" Type="Edm.String" Unicode="false" />
<Property Name="birthday" Type="Edm.String" Unicode="false" />
<Property Name="personNotes" Type="Edm.String" Unicode="false" />
<Property Name="isFavorite" Type="Edm.Boolean" />
<Property Name="emailAddresses" Type="Collection(microsoft.graph.rankedEmailAddress)" />
<Property Name="phones" Type="Collection(microsoft.graph.phone)" />
<Property Name="postalAddresses" Type="Collection(microsoft.graph.location)" />
<Property Name="websites" Type="Collection(microsoft.graph.website)" />
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="companyName" Type="Edm.String" Unicode="false" />
<Property Name="yomiCompany" Type="Edm.String" Unicode="false" />
<Property Name="department" Type="Edm.String" Unicode="false" />
<Property Name="officeLocation" Type="Edm.String" Unicode="false" />
<Property Name="profession" Type="Edm.String" Unicode="false" />
<Property Name="sources" Type="Collection(microsoft.graph.personDataSource)" />
<Property Name="mailboxType" Type="Edm.String" Unicode="false" />
<Property Name="personType" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="contact" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="parentFolderId" Type="Edm.String" Unicode="false" />
<Property Name="birthday" Type="Edm.DateTimeOffset" />
<Property Name="fileAs" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="givenName" Type="Edm.String" Unicode="false" />
<Property Name="initials" Type="Edm.String" Unicode="false" />
<Property Name="middleName" Type="Edm.String" Unicode="false" />
<Property Name="nickName" Type="Edm.String" Unicode="false" />
<Property Name="surname" Type="Edm.String" Unicode="false" />
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="yomiGivenName" Type="Edm.String" Unicode="false" />
<Property Name="yomiSurname" Type="Edm.String" Unicode="false" />
<Property Name="yomiCompanyName" Type="Edm.String" Unicode="false" />
<Property Name="generation" Type="Edm.String" Unicode="false" />
<Property Name="emailAddresses" Type="Collection(microsoft.graph.emailAddress)" />
<Property Name="websites" Type="Collection(microsoft.graph.website)" />
<Property Name="imAddresses" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="jobTitle" Type="Edm.String" Unicode="false" />
<Property Name="companyName" Type="Edm.String" Unicode="false" />
<Property Name="department" Type="Edm.String" Unicode="false" />
<Property Name="officeLocation" Type="Edm.String" Unicode="false" />
<Property Name="profession" Type="Edm.String" Unicode="false" />
<Property Name="assistantName" Type="Edm.String" Unicode="false" />
<Property Name="manager" Type="Edm.String" Unicode="false" />
<Property Name="phones" Type="Collection(microsoft.graph.phone)" />
<Property Name="postalAddresses" Type="Collection(microsoft.graph.physicalAddress)" />
<Property Name="spouseName" Type="Edm.String" Unicode="false" />
<Property Name="personalNotes" Type="Edm.String" Unicode="false" />
<Property Name="children" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="weddingAnniversary" Type="Edm.Date" />
<Property Name="gender" Type="Edm.String" Unicode="false" />
<Property Name="isFavorite" Type="Edm.Boolean" />
<Property Name="flag" Type="microsoft.graph.followupFlag" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
</EntityType>
<EntityType Name="contactFolder" BaseType="microsoft.graph.entity">
<Property Name="parentFolderId" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="wellKnownName" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true" />
<NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="inferenceClassification" BaseType="microsoft.graph.entity">
<NavigationProperty Name="overrides" Type="Collection(microsoft.graph.inferenceClassificationOverride)" ContainsTarget="true" />
</EntityType>
<EntityType Name="profilePhoto" BaseType="microsoft.graph.entity" HasStream="true">
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</EntityType>
<EntityType Name="baseItem" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="eTag" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="parentReference" Type="microsoft.graph.itemReference" />
<Property Name="webUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="createdByUser" Type="microsoft.graph.user" />
<NavigationProperty Name="lastModifiedByUser" Type="microsoft.graph.user" />
</EntityType>
<EntityType Name="drive" BaseType="microsoft.graph.baseItem">
<Property Name="driveType" Type="Edm.String" Unicode="false" />
<Property Name="owner" Type="microsoft.graph.identitySet" />
<Property Name="quota" Type="microsoft.graph.quota" />
<Property Name="sharePointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="system" Type="microsoft.graph.systemFacet" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivity)" ContainsTarget="true" />
<NavigationProperty Name="items" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
<NavigationProperty Name="list" Type="microsoft.graph.list" ContainsTarget="true" />
<NavigationProperty Name="root" Type="microsoft.graph.driveItem" ContainsTarget="true" />
<NavigationProperty Name="special" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
</EntityType>
<EntityType Name="officeGraphInsights" BaseType="microsoft.graph.entity">
<NavigationProperty Name="trending" Type="Collection(microsoft.graph.trending)" ContainsTarget="true" />
<NavigationProperty Name="shared" Type="Collection(microsoft.graph.sharedInsight)" ContainsTarget="true" />
<NavigationProperty Name="used" Type="Collection(microsoft.graph.usedInsight)" ContainsTarget="true" />
</EntityType>
<EntityType Name="plannerUser" BaseType="microsoft.graph.entity">
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
<NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" />
</EntityType>
<EntityType Name="onenote" BaseType="microsoft.graph.entity">
<NavigationProperty Name="notebooks" Type="Collection(microsoft.graph.notebook)" ContainsTarget="true" />
<NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
<NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
<NavigationProperty Name="pages" Type="Collection(microsoft.graph.onenotePage)" ContainsTarget="true" />
<NavigationProperty Name="resources" Type="Collection(microsoft.graph.onenoteResource)" ContainsTarget="true" />
<NavigationProperty Name="operations" Type="Collection(microsoft.graph.onenoteOperation)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="identityUserRisk">
<Property Name="level" Type="microsoft.graph.userRiskLevel" />
<Property Name="lastChangedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<EntityType Name="managedDevice" BaseType="microsoft.graph.entity">
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="hardwareInformation" Type="microsoft.graph.hardwareInformation" />
<Property Name="ownerType" Type="microsoft.graph.ownerType" Nullable="false" />
<Property Name="deviceActionResults" Type="Collection(microsoft.graph.deviceActionResult)" />
<Property Name="managementState" Type="microsoft.graph.managementState" Nullable="false" />
<Property Name="enrolledDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="chassisType" Type="microsoft.graph.chassisType" Nullable="false" />
<Property Name="operatingSystem" Type="Edm.String" Unicode="false" />
<Property Name="deviceType" Type="microsoft.graph.deviceType" Nullable="false" />
<Property Name="complianceState" Type="microsoft.graph.complianceState" Nullable="false" />
<Property Name="jailBroken" Type="Edm.String" Unicode="false" />
<Property Name="managementAgent" Type="microsoft.graph.managementAgentType" Nullable="false" />
<Property Name="osVersion" Type="Edm.String" Unicode="false" />
<Property Name="easActivated" Type="Edm.Boolean" Nullable="false" />
<Property Name="easDeviceId" Type="Edm.String" Unicode="false" />
<Property Name="easActivationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="aadRegistered" Type="Edm.Boolean" />
<Property Name="azureADRegistered" Type="Edm.Boolean" />
<Property Name="deviceEnrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
<Property Name="lostModeState" Type="microsoft.graph.lostModeState" Nullable="false" />
<Property Name="activationLockBypassCode" Type="Edm.String" Unicode="false" />
<Property Name="emailAddress" Type="Edm.String" Unicode="false" />
<Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" Unicode="false" />
<Property Name="deviceRegistrationState" Type="microsoft.graph.deviceRegistrationState" Nullable="false" />
<Property Name="deviceCategoryDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
<Property Name="exchangeLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="exchangeAccessState" Type="microsoft.graph.deviceManagementExchangeAccessState" Nullable="false" />
<Property Name="exchangeAccessStateReason" Type="microsoft.graph.deviceManagementExchangeAccessStateReason" Nullable="false" />
<Property Name="remoteAssistanceSessionUrl" Type="Edm.String" Unicode="false" />
<Property Name="remoteAssistanceSessionErrorString" Type="Edm.String" Unicode="false" />
<Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="model" Type="Edm.String" Unicode="false" />
<Property Name="manufacturer" Type="Edm.String" Unicode="false" />
<Property Name="imei" Type="Edm.String" Unicode="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="serialNumber" Type="Edm.String" Unicode="false" />
<Property Name="phoneNumber" Type="Edm.String" Unicode="false" />
<Property Name="androidSecurityPatchLevel" Type="Edm.String" Unicode="false" />
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="configurationManagerClientEnabledFeatures" Type="microsoft.graph.configurationManagerClientEnabledFeatures" />
<Property Name="wiFiMacAddress" Type="Edm.String" Unicode="false" />
<Property Name="deviceHealthAttestationState" Type="microsoft.graph.deviceHealthAttestationState" />
<Property Name="subscriberCarrier" Type="Edm.String" Unicode="false" />
<Property Name="meid" Type="Edm.String" Unicode="false" />
<Property Name="totalStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
<Property Name="freeStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
<Property Name="managedDeviceName" Type="Edm.String" Unicode="false" />
<Property Name="partnerReportedThreatState" Type="microsoft.graph.managedDevicePartnerReportedHealthState" Nullable="false" />
<NavigationProperty Name="deviceConfigurationStates" Type="Collection(microsoft.graph.deviceConfigurationState)" ContainsTarget="true" />
<NavigationProperty Name="detectedApps" Type="Collection(microsoft.graph.detectedApp)" />
<NavigationProperty Name="deviceCategory" Type="microsoft.graph.deviceCategory" ContainsTarget="true" />
<NavigationProperty Name="windowsProtectionState" Type="microsoft.graph.windowsProtectionState" ContainsTarget="true" />
<NavigationProperty Name="deviceCompliancePolicyStates" Type="Collection(microsoft.graph.deviceCompliancePolicyState)" ContainsTarget="true" />
</EntityType>
<EntityType Name="managedAppRegistration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="applicationVersion" Type="Edm.String" Unicode="false" />
<Property Name="managementSdkVersion" Type="Edm.String" Unicode="false" />
<Property Name="platformVersion" Type="Edm.String" Unicode="false" />
<Property Name="deviceType" Type="Edm.String" Unicode="false" />
<Property Name="deviceTag" Type="Edm.String" Unicode="false" />
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="flaggedReasons" Type="Collection(microsoft.graph.managedAppFlaggedReason)" Nullable="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="appIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
<Property Name="version" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="appliedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" />
<NavigationProperty Name="intendedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" />
<NavigationProperty Name="operations" Type="Collection(microsoft.graph.managedAppOperation)" ContainsTarget="true" />
</EntityType>
<EntityType Name="device" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="accountEnabled" Type="Edm.Boolean" />
<Property Name="alternativeSecurityIds" Type="Collection(microsoft.graph.alternativeSecurityId)" Nullable="false" />
<Property Name="approximateLastSignInDateTime" Type="Edm.DateTimeOffset" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="deviceMetadata" Type="Edm.String" Unicode="false" />
<Property Name="deviceVersion" Type="Edm.Int32" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isCompliant" Type="Edm.Boolean" />
<Property Name="isManaged" Type="Edm.Boolean" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="operatingSystem" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystemVersion" Type="Edm.String" Unicode="false" />
<Property Name="physicalIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="trustType" Type="Edm.String" Unicode="false" />
<Property Name="Name" Type="Edm.String" Unicode="false" />
<Property Name="Manufacturer" Type="Edm.String" Unicode="false" />
<Property Name="Model" Type="Edm.String" Unicode="false" />
<Property Name="Kind" Type="Edm.String" Unicode="false" />
<Property Name="Status" Type="Edm.String" Unicode="false" />
<Property Name="Platform" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="registeredOwners" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="registeredUsers" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="commands" Type="Collection(microsoft.graph.command)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceManagementTroubleshootingEvent" BaseType="microsoft.graph.entity">
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="correlationId" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="directorySetting" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="templateId" Type="Edm.String" Unicode="false" />
<Property Name="values" Type="Collection(microsoft.graph.settingValue)" Nullable="false" />
</EntityType>
<EntityType Name="endpoint" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="capability" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="providerId" Type="Edm.String" Unicode="false" />
<Property Name="providerName" Type="Edm.String" Unicode="false" />
<Property Name="uri" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="providerResourceId" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="conversationThread" BaseType="microsoft.graph.entity">
<Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
<Property Name="topic" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
<Property Name="preview" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isLocked" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="posts" Type="Collection(microsoft.graph.post)" ContainsTarget="true" />
</EntityType>
<EntityType Name="conversation" BaseType="microsoft.graph.entity">
<Property Name="topic" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="preview" Type="Edm.String" Nullable="false" Unicode="false" />
<NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true" />
</EntityType>
<EntityType Name="site" BaseType="microsoft.graph.baseItem">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="root" Type="microsoft.graph.root" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="siteCollection" Type="microsoft.graph.siteCollection" />
<NavigationProperty Name="columns" Type="Collection(microsoft.graph.columnDefinition)" ContainsTarget="true" />
<NavigationProperty Name="contentTypes" Type="Collection(microsoft.graph.contentType)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
<NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
<NavigationProperty Name="items" Type="Collection(microsoft.graph.baseItem)" ContainsTarget="true" />
<NavigationProperty Name="lists" Type="Collection(microsoft.graph.list)" ContainsTarget="true" />
<NavigationProperty Name="sites" Type="Collection(microsoft.graph.site)" ContainsTarget="true" />
<NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
</EntityType>
<EntityType Name="plannerGroup" BaseType="microsoft.graph.entity">
<NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" />
</EntityType>
<EntityType Name="team" BaseType="microsoft.graph.entity">
<Property Name="memberSettings" Type="microsoft.graph.teamMemberSettings" />
<Property Name="messagingSettings" Type="microsoft.graph.teamMessagingSettings" />
<Property Name="funSettings" Type="microsoft.graph.teamFunSettings" />
<Property Name="guestSettings" Type="microsoft.graph.teamGuestSettings" />
<NavigationProperty Name="channels" Type="Collection(microsoft.graph.channel)" ContainsTarget="true" />
</EntityType>
<EntityType Name="channel" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="chatThreads" Type="Collection(microsoft.graph.chatThread)" ContainsTarget="true" />
</EntityType>
<EntityType Name="groupLifecyclePolicy" BaseType="microsoft.graph.entity">
<Property Name="groupLifetimeInDays" Type="Edm.Int32" />
<Property Name="managedGroupTypes" Type="Edm.String" Unicode="false" />
<Property Name="alternateNotificationEmails" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="alternativeSecurityId">
<Property Name="type" Type="Edm.Int32" />
<Property Name="identityProvider" Type="Edm.String" Unicode="false" />
<Property Name="key" Type="Edm.Binary" />
</ComplexType>
<EntityType Name="command" BaseType="microsoft.graph.entity">
<Property Name="Status" Type="Edm.String" Unicode="false" />
<Property Name="Type" Type="Edm.String" Unicode="false" />
<Property Name="AppServiceName" Type="Edm.String" Unicode="false" />
<Property Name="PackageFamilyName" Type="Edm.String" Unicode="false" />
<Property Name="Error" Type="Edm.String" Unicode="false" />
<Property Name="Payload" Type="microsoft.graph.PayloadRequest" />
<Property Name="PermissionTicket" Type="Edm.String" Unicode="false" />
<Property Name="PostBackUri" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="responsepayload" Type="microsoft.graph.payloadResponse" />
</EntityType>
<EntityType Name="administrativeUnit" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="visibility" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="scopedRoleMembers" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
</EntityType>
<EntityType Name="organization" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="city" Type="Edm.String" Unicode="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
<Property Name="countryLetterCode" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isMultipleDataLocationsForServicesEnabled" Type="Edm.Boolean" />
<Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="postalCode" Type="Edm.String" Unicode="false" />
<Property Name="preferredLanguage" Type="Edm.String" Unicode="false" />
<Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
<Property Name="securityComplianceNotificationMails" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="securityComplianceNotificationPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="street" Type="Edm.String" Unicode="false" />
<Property Name="technicalNotificationMails" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="verifiedDomains" Type="Collection(microsoft.graph.verifiedDomain)" Nullable="false" />
<Property Name="mobileDeviceManagementAuthority" Type="microsoft.graph.mdmAuthority" Nullable="false" />
<Property Name="certificateConnectorSetting" Type="microsoft.graph.certificateConnectorSetting" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="depOnboardingSettings" Type="Collection(microsoft.graph.depOnboardingSetting)" ContainsTarget="true" />
<NavigationProperty Name="appleVolumePurchaseProgramTokens" Type="Collection(microsoft.graph.appleVolumePurchaseProgramToken)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="verifiedDomain">
<Property Name="capabilities" Type="Edm.String" Unicode="false" />
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="isInitial" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="certificateConnectorSetting">
<Property Name="status" Type="Edm.Int32" Nullable="false" />
<Property Name="certExpiryTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="enrollmentError" Type="Edm.String" Unicode="false" />
<Property Name="lastConnectorConnectionTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="connectorVersion" Type="Edm.String" Unicode="false" />
<Property Name="lastUploadVersion" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<EntityType Name="depOnboardingSetting" BaseType="microsoft.graph.entity">
<Property Name="appleIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncTriggeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="shareTokenWithSchoolDataSyncService" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastSyncErrorCode" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="appleVolumePurchaseProgramToken" BaseType="microsoft.graph.entity">
<Property Name="organizationName" Type="Edm.String" Unicode="false" />
<Property Name="volumePurchaseProgramTokenAccountType" Type="microsoft.graph.volumePurchaseProgramTokenAccountType" Nullable="false" />
<Property Name="appleId" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="token" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="microsoft.graph.volumePurchaseProgramTokenState" Nullable="false" />
<Property Name="lastSyncStatus" Type="microsoft.graph.volumePurchaseProgramTokenSyncStatus" Nullable="false" />
<Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="schemaExtension" BaseType="microsoft.graph.entity">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="properties" Type="Collection(microsoft.graph.extensionSchemaProperty)" Nullable="false" />
<Property Name="status" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="owner" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<ComplexType Name="extensionSchemaProperty">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="directory" BaseType="microsoft.graph.entity">
<NavigationProperty Name="deletedItems" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
</EntityType>
<EntityType Name="extensionProperty" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="appDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="dataType" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isSyncedFromOnPremises" Type="Edm.Boolean" />
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="allowedDataLocation" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="appId" Type="Edm.String" Unicode="false" />
<Property Name="location" Type="Edm.String" Unicode="false" />
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="domain" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="application" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="api" Type="microsoft.graph.api" />
<Property Name="allowPublicClient" Type="Edm.Boolean" />
<Property Name="applicationAliases" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="appRoles" Type="Collection(microsoft.graph.appRole)" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="installedClients" Type="microsoft.graph.installedClient" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="info" Type="microsoft.graph.informationalUrl" />
<Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="orgRestrictions" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="passwordCredentials" Type="Collection(microsoft.graph.passwordCredential)" Nullable="false" />
<Property Name="preAuthorizedApplications" Type="Collection(microsoft.graph.preAuthorizedApplication)" Nullable="false" />
<Property Name="requiredResourceAccess" Type="Collection(microsoft.graph.requiredResourceAccess)" Nullable="false" />
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="web" Type="microsoft.graph.web" />
<NavigationProperty Name="extensionProperties" Type="Collection(microsoft.graph.extensionProperty)" ContainsTarget="true" />
<NavigationProperty Name="createdOnBehalfOf" Type="microsoft.graph.directoryObject" />
<NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="policies" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="synchronization" Type="microsoft.graph.synchronization" ContainsTarget="true" />
</EntityType>
<ComplexType Name="api">
<Property Name="acceptedAccessTokenVersion" Type="Edm.Int32" />
<Property Name="publishedPermissionScopes" Type="Collection(microsoft.graph.permissionScope)" Nullable="false" />
</ComplexType>
<ComplexType Name="permissionScope">
<Property Name="adminConsentDescription" Type="Edm.String" Unicode="false" />
<Property Name="adminConsentDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.Guid" Nullable="false" />
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="origin" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="userConsentDescription" Type="Edm.String" Unicode="false" />
<Property Name="userConsentDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="appRole">
<Property Name="allowedMemberTypes" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.Guid" Nullable="false" />
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="origin" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="installedClient">
<Property Name="redirectUrls" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="informationalUrl">
<Property Name="logoUrl" Type="Edm.String" Unicode="false" />
<Property Name="marketingUrl" Type="Edm.String" Unicode="false" />
<Property Name="privacyStatementUrl" Type="Edm.String" Unicode="false" />
<Property Name="supportUrl" Type="Edm.String" Unicode="false" />
<Property Name="termsOfServiceUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="keyCredential">
<Property Name="customKeyIdentifier" Type="Edm.Binary" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="keyId" Type="Edm.Guid" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="usage" Type="Edm.String" Unicode="false" />
<Property Name="key" Type="Edm.Binary" />
</ComplexType>
<ComplexType Name="passwordCredential">
<Property Name="customKeyIdentifier" Type="Edm.Binary" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="keyId" Type="Edm.Guid" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="secretText" Type="Edm.String" Unicode="false" />
<Property Name="hint" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="preAuthorizedApplication">
<Property Name="appId" Type="Edm.String" Unicode="false" />
<Property Name="permissionIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="requiredResourceAccess">
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="resourceAccess" Type="Collection(microsoft.graph.resourceAccess)" Nullable="false" />
</ComplexType>
<ComplexType Name="resourceAccess">
<Property Name="id" Type="Edm.Guid" Nullable="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="web">
<Property Name="redirectUrls" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="logoutUrl" Type="Edm.String" Unicode="false" />
<Property Name="oauth2AllowImplicitFlow" Type="Edm.Boolean" />
</ComplexType>
<EntityType Name="synchronization" BaseType="microsoft.graph.entity">
<Property Name="secrets" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
<NavigationProperty Name="jobs" Type="Collection(microsoft.graph.synchronizationJob)" ContainsTarget="true" />
<NavigationProperty Name="templates" Type="Collection(microsoft.graph.synchronizationTemplate)" ContainsTarget="true" />
</EntityType>
<EntityType Name="appRoleAssignment" BaseType="microsoft.graph.entity">
<Property Name="creationTimestamp" Type="Edm.DateTimeOffset" />
<Property Name="principalDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="principalId" Type="Edm.Guid" />
<Property Name="principalType" Type="Edm.String" Unicode="false" />
<Property Name="resourceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="resourceId" Type="Edm.Guid" />
</EntityType>
<EntityType Name="orgContact" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="city" Type="Edm.String" Unicode="false" />
<Property Name="companyName" Type="Edm.String" Unicode="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
<Property Name="department" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="givenName" Type="Edm.String" Unicode="false" />
<Property Name="jobTitle" Type="Edm.String" Unicode="false" />
<Property Name="mail" Type="Edm.String" Unicode="false" />
<Property Name="mailNickname" Type="Edm.String" Unicode="false" />
<Property Name="mobilePhone" Type="Edm.String" Unicode="false" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
<Property Name="officeLocation" Type="Edm.String" Unicode="false" />
<Property Name="postalCode" Type="Edm.String" Unicode="false" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="streetAddress" Type="Edm.String" Unicode="false" />
<Property Name="surname" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="manager" Type="microsoft.graph.directoryObject" />
<NavigationProperty Name="directReports" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
</EntityType>
<EntityType Name="directoryRole" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="roleTemplateId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="scopedMembers" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
</EntityType>
<EntityType Name="directoryRoleTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="settingValue">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="directorySettingTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="values" Type="Collection(microsoft.graph.settingTemplateValue)" Nullable="false" />
</EntityType>
<ComplexType Name="settingTemplateValue">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="defaultValue" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="domain" BaseType="microsoft.graph.entity">
<Property Name="authenticationType" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="availabilityStatus" Type="Edm.String" Unicode="false" />
<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="supportedServices" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="state" Type="microsoft.graph.domainState" />
<NavigationProperty Name="serviceConfigurationRecords" Type="Collection(microsoft.graph.domainDnsRecord)" ContainsTarget="true" />
<NavigationProperty Name="verificationDnsRecords" Type="Collection(microsoft.graph.domainDnsRecord)" ContainsTarget="true" />
<NavigationProperty Name="domainNameReferences" Type="Collection(microsoft.graph.directoryObject)" />
</EntityType>
<ComplexType Name="domainState">
<Property Name="status" Type="Edm.String" Unicode="false" />
<Property Name="operation" Type="Edm.String" Unicode="false" />
<Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<EntityType Name="domainDnsRecord" BaseType="microsoft.graph.entity">
<Property Name="isOptional" Type="Edm.Boolean" Nullable="false" />
<Property Name="label" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="recordType" Type="Edm.String" Unicode="false" />
<Property Name="supportedService" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ttl" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="domainDnsCnameRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="canonicalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="domainDnsMxRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="mailExchange" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="preference" Type="Edm.Int32" />
</EntityType>
<EntityType Name="domainDnsSrvRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="nameTarget" Type="Edm.String" Unicode="false" />
<Property Name="port" Type="Edm.Int32" />
<Property Name="priority" Type="Edm.Int32" />
<Property Name="protocol" Type="Edm.String" Unicode="false" />
<Property Name="service" Type="Edm.String" Unicode="false" />
<Property Name="weight" Type="Edm.Int32" />
</EntityType>
<EntityType Name="domainDnsTxtRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="text" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="domainDnsUnavailableRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="description" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="servicePlanInfo">
<Property Name="servicePlanId" Type="Edm.Guid" />
<Property Name="servicePlanName" Type="Edm.String" Unicode="false" />
<Property Name="provisioningStatus" Type="Edm.String" Unicode="false" />
<Property Name="appliesTo" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="oAuth2PermissionGrant" BaseType="microsoft.graph.entity">
<Property Name="clientId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="consentType" Type="Edm.String" Unicode="false" />
<Property Name="expiryTime" Type="Edm.DateTimeOffset" />
<Property Name="principalId" Type="Edm.String" Unicode="false" />
<Property Name="resourceId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="scope" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="startTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="policy" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="alternativeIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="definition" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isOrganizationDefault" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
<Property Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
<NavigationProperty Name="appliesTo" Type="Collection(microsoft.graph.directoryObject)" />
</EntityType>
<EntityType Name="servicePrincipal" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="accountEnabled" Type="Edm.Boolean" />
<Property Name="addIns" Type="Collection(microsoft.graph.addIn)" Nullable="false" />
<Property Name="appDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="appId" Type="Edm.String" Unicode="false" />
<Property Name="appOwnerOrganizationId" Type="Edm.Guid" />
<Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="appRoles" Type="Collection(microsoft.graph.appRole)" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="errorUrl" Type="Edm.String" Unicode="false" />
<Property Name="homepage" Type="Edm.String" Unicode="false" />
<Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
<Property Name="logoutUrl" Type="Edm.String" Unicode="false" />
<Property Name="oauth2Permissions" Type="Collection(microsoft.graph.oAuth2Permission)" Nullable="false" />
<Property Name="passwordCredentials" Type="Collection(microsoft.graph.passwordCredential)" Nullable="false" />
<Property Name="preferredTokenSigningKeyThumbprint" Type="Edm.String" Unicode="false" />
<Property Name="publisherName" Type="Edm.String" Unicode="false" />
<Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="samlMetadataUrl" Type="Edm.String" Unicode="false" />
<Property Name="servicePrincipalNames" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<NavigationProperty Name="appRoleAssignedTo" Type="Collection(microsoft.graph.appRoleAssignment)" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(microsoft.graph.appRoleAssignment)" />
<NavigationProperty Name="oauth2PermissionGrants" Type="Collection(microsoft.graph.oAuth2PermissionGrant)" />
<NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="createdObjects" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="licenseDetails" Type="Collection(microsoft.graph.licenseDetails)" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="ownedObjects" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="policies" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="synchronization" Type="microsoft.graph.synchronization" ContainsTarget="true" />
</EntityType>
<ComplexType Name="addIn">
<Property Name="id" Type="Edm.Guid" />
<Property Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="properties" Type="Collection(microsoft.graph.keyValue)" Nullable="false" />
</ComplexType>
<ComplexType Name="keyValue">
<Property Name="key" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="oAuth2Permission">
<Property Name="adminConsentDescription" Type="Edm.String" Unicode="false" />
<Property Name="adminConsentDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.Guid" Nullable="false" />
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="origin" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="userConsentDescription" Type="Edm.String" Unicode="false" />
<Property Name="userConsentDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="subscribedSku" BaseType="microsoft.graph.entity">
<Property Name="capabilityStatus" Type="Edm.String" Unicode="false" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="microsoft.graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(microsoft.graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" Unicode="false" />
<Property Name="appliesTo" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="licenseUnitsDetail">
<Property Name="enabled" Type="Edm.Int32" />
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="identity" OpenType="true">
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="ComplexExtensionValue" OpenType="true" />
<EntityType Name="contract" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="contractType" Type="Edm.String" Unicode="false" />
<Property Name="customerId" Type="Edm.Guid" />
<Property Name="defaultDomainName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
<EntityType Name="historyItem" BaseType="microsoft.graph.entity">
<Property Name="status" Type="microsoft.graph.status" />
<Property Name="activeDurationSeconds" Type="Edm.Int32" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastActiveDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="startedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userTimezone" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="Json" />
<ComplexType Name="imageInfo">
<Property Name="iconUrl" Type="Edm.String" Unicode="false" />
<Property Name="alternativeText" Type="Edm.String" Unicode="false" />
<Property Name="addImageQuery" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="visualInfo">
<Property Name="attribution" Type="microsoft.graph.imageInfo" />
<Property Name="backgroundColor" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayText" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="content" Type="microsoft.graph.Json" />
</ComplexType>
<ComplexType Name="root" />
<ComplexType Name="sharepointIds">
<Property Name="listId" Type="Edm.String" Unicode="false" />
<Property Name="listItemId" Type="Edm.String" Unicode="false" />
<Property Name="listItemUniqueId" Type="Edm.String" Unicode="false" />
<Property Name="siteId" Type="Edm.String" Unicode="false" />
<Property Name="siteUrl" Type="Edm.String" Unicode="false" />
<Property Name="webId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="siteCollection">
<Property Name="dataLocationCode" Type="Edm.String" Unicode="false" />
<Property Name="hostname" Type="Edm.String" Unicode="false" />
<Property Name="root" Type="microsoft.graph.root" />
</ComplexType>
<EntityType Name="columnDefinition" BaseType="microsoft.graph.entity">
<Property Name="boolean" Type="microsoft.graph.booleanColumn" />
<Property Name="calculated" Type="microsoft.graph.calculatedColumn" />
<Property Name="choice" Type="microsoft.graph.choiceColumn" />
<Property Name="columnGroup" Type="Edm.String" Unicode="false" />
<Property Name="currency" Type="microsoft.graph.currencyColumn" />
<Property Name="dateTime" Type="microsoft.graph.dateTimeColumn" />
<Property Name="defaultValue" Type="microsoft.graph.defaultColumnValue" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="enforceUniqueValues" Type="Edm.Boolean" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="indexed" Type="Edm.Boolean" />
<Property Name="lookup" Type="microsoft.graph.lookupColumn" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="number" Type="microsoft.graph.numberColumn" />
<Property Name="personOrGroup" Type="microsoft.graph.personOrGroupColumn" />
<Property Name="readOnly" Type="Edm.Boolean" />
<Property Name="required" Type="Edm.Boolean" />
<Property Name="text" Type="microsoft.graph.textColumn" />
</EntityType>
<EntityType Name="contentType" BaseType="microsoft.graph.entity">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="group" Type="Edm.String" Unicode="false" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="inheritedFrom" Type="microsoft.graph.itemReference" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="order" Type="microsoft.graph.contentTypeOrder" />
<Property Name="parentId" Type="Edm.String" Unicode="false" />
<Property Name="readOnly" Type="Edm.Boolean" />
<Property Name="sealed" Type="Edm.Boolean" />
<NavigationProperty Name="columnLinks" Type="Collection(microsoft.graph.columnLink)" ContainsTarget="true" />
</EntityType>
<EntityType Name="list" BaseType="microsoft.graph.baseItem">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="list" Type="microsoft.graph.listInfo" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="system" Type="microsoft.graph.systemFacet" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivity)" ContainsTarget="true" />
<NavigationProperty Name="columns" Type="Collection(microsoft.graph.columnDefinition)" ContainsTarget="true" />
<NavigationProperty Name="contentTypes" Type="Collection(microsoft.graph.contentType)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
<NavigationProperty Name="items" Type="Collection(microsoft.graph.listItem)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="listInfo">
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="template" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="systemFacet" />
<EntityType Name="itemActivity" BaseType="microsoft.graph.entity">
<Property Name="action" Type="microsoft.graph.itemActionSet" />
<Property Name="actor" Type="microsoft.graph.identitySet" />
<Property Name="times" Type="microsoft.graph.itemActivityTimeSet" />
<NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
<NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
</EntityType>
<EntityType Name="listItem" BaseType="microsoft.graph.baseItem">
<Property Name="contentType" Type="microsoft.graph.contentTypeInfo" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivity)" ContainsTarget="true" />
<NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
<NavigationProperty Name="fields" Type="microsoft.graph.fieldValueSet" ContainsTarget="true" />
<NavigationProperty Name="versions" Type="Collection(microsoft.graph.listItemVersion)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="identitySet" OpenType="true">
<Property Name="application" Type="microsoft.graph.identity" />
<Property Name="device" Type="microsoft.graph.identity" />
<Property Name="user" Type="microsoft.graph.identity" />
</ComplexType>
<ComplexType Name="quota">
<Property Name="deleted" Type="Edm.Int64" />
<Property Name="remaining" Type="Edm.Int64" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="used" Type="Edm.Int64" />
</ComplexType>
<EntityType Name="driveItem" BaseType="microsoft.graph.baseItem" OpenType="true">
<Property Name="audio" Type="microsoft.graph.audio" />
<Property Name="content" Type="Edm.Stream" />
<Property Name="cTag" Type="Edm.String" Unicode="false" />
<Property Name="deleted" Type="microsoft.graph.deleted" />
<Property Name="file" Type="microsoft.graph.file" />
<Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
<Property Name="folder" Type="microsoft.graph.folder" />
<Property Name="image" Type="microsoft.graph.image" />
<Property Name="location" Type="microsoft.graph.geoCoordinates" />
<Property Name="package" Type="microsoft.graph.package" />
<Property Name="photo" Type="microsoft.graph.photo" />
<Property Name="publication" Type="microsoft.graph.publicationFacet" />
<Property Name="remoteItem" Type="microsoft.graph.remoteItem" />
<Property Name="root" Type="microsoft.graph.root" />
<Property Name="searchResult" Type="microsoft.graph.searchResult" />
<Property Name="shared" Type="microsoft.graph.shared" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="size" Type="Edm.Int64" />
<Property Name="specialFolder" Type="microsoft.graph.specialFolder" />
<Property Name="video" Type="microsoft.graph.video" />
<Property Name="webDavUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="workbook" Type="microsoft.graph.workbook" ContainsTarget="true" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivity)" ContainsTarget="true" />
<NavigationProperty Name="children" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
<NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(microsoft.graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="thumbnails" Type="Collection(microsoft.graph.thumbnailSet)" ContainsTarget="true" />
<NavigationProperty Name="versions" Type="Collection(microsoft.graph.driveItemVersion)" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbook" BaseType="microsoft.graph.entity">
<NavigationProperty Name="application" Type="microsoft.graph.workbookApplication" ContainsTarget="true" />
<NavigationProperty Name="names" Type="Collection(microsoft.graph.workbookNamedItem)" ContainsTarget="true" />
<NavigationProperty Name="tables" Type="Collection(microsoft.graph.workbookTable)" ContainsTarget="true" />
<NavigationProperty Name="worksheets" Type="Collection(microsoft.graph.workbookWorksheet)" ContainsTarget="true" />
<NavigationProperty Name="functions" Type="microsoft.graph.workbookFunctions" ContainsTarget="true" />
</EntityType>
<ComplexType Name="audio">
<Property Name="album" Type="Edm.String" Unicode="false" />
<Property Name="albumArtist" Type="Edm.String" Unicode="false" />
<Property Name="artist" Type="Edm.String" Unicode="false" />
<Property Name="bitrate" Type="Edm.Int64" />
<Property Name="composers" Type="Edm.String" Unicode="false" />
<Property Name="copyright" Type="Edm.String" Unicode="false" />
<Property Name="disc" Type="Edm.Int16" />
<Property Name="discCount" Type="Edm.Int16" />
<Property Name="duration" Type="Edm.Int64" />
<Property Name="genre" Type="Edm.String" Unicode="false" />
<Property Name="hasDrm" Type="Edm.Boolean" />
<Property Name="isVariableBitrate" Type="Edm.Boolean" />
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="track" Type="Edm.Int32" />
<Property Name="trackCount" Type="Edm.Int32" />
<Property Name="year" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="deleted">
<Property Name="state" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="file">
<Property Name="hashes" Type="microsoft.graph.hashes" />
<Property Name="mimeType" Type="Edm.String" Unicode="false" />
<Property Name="processingMetadata" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="hashes">
<Property Name="crc32Hash" Type="Edm.String" Unicode="false" />
<Property Name="quickXorHash" Type="Edm.String" Unicode="false" />
<Property Name="sha1Hash" Type="Edm.String" Unicode="false" />
</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="microsoft.graph.folderView" />
</ComplexType>
<ComplexType Name="folderView">
<Property Name="sortBy" Type="Edm.String" Unicode="false" />
<Property Name="sortOrder" Type="Edm.String" Unicode="false" />
<Property Name="viewType" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="image">
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</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="package">
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="photo">
<Property Name="cameraMake" Type="Edm.String" Unicode="false" />
<Property Name="cameraModel" Type="Edm.String" Unicode="false" />
<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="takenDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="publicationFacet">
<Property Name="level" Type="Edm.String" Unicode="false" />
<Property Name="versionId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="remoteItem">
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="file" Type="microsoft.graph.file" />
<Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
<Property Name="folder" Type="microsoft.graph.folder" />
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="package" Type="microsoft.graph.package" />
<Property Name="parentReference" Type="microsoft.graph.itemReference" />
<Property Name="shared" Type="microsoft.graph.shared" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="size" Type="Edm.Int64" />
<Property Name="specialFolder" Type="microsoft.graph.specialFolder" />
<Property Name="webDavUrl" Type="Edm.String" Unicode="false" />
<Property Name="webUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="itemReference">
<Property Name="driveId" Type="Edm.String" Unicode="false" />
<Property Name="driveType" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="path" Type="Edm.String" Unicode="false" />
<Property Name="shareId" Type="Edm.String" Unicode="false" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
</ComplexType>
<ComplexType Name="shared">
<Property Name="owner" Type="microsoft.graph.identitySet" />
<Property Name="scope" Type="Edm.String" Unicode="false" />
<Property Name="sharedBy" Type="microsoft.graph.identitySet" />
<Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="specialFolder">
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="searchResult">
<Property Name="onClickTelemetryUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="video">
<Property Name="audioBitsPerSample" Type="Edm.Int32" />
<Property Name="audioChannels" Type="Edm.Int32" />
<Property Name="audioFormat" Type="Edm.String" Unicode="false" />
<Property Name="audioSamplesPerSecond" Type="Edm.Int32" />
<Property Name="bitrate" Type="Edm.Int32" />
<Property Name="duration" Type="Edm.Int64" />
<Property Name="fourCC" Type="Edm.String" Unicode="false" />
<Property Name="frameRate" Type="Edm.Double" />
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</ComplexType>
<EntityType Name="permission" BaseType="microsoft.graph.entity">
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="grantedTo" Type="microsoft.graph.identitySet" />
<Property Name="grantedToIdentities" Type="Collection(microsoft.graph.identitySet)" />
<Property Name="inheritedFrom" Type="microsoft.graph.itemReference" />
<Property Name="invitation" Type="microsoft.graph.sharingInvitation" />
<Property Name="link" Type="microsoft.graph.sharingLink" />
<Property Name="roles" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="shareId" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="thumbnailSet" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="large" Type="microsoft.graph.thumbnail" />
<Property Name="medium" Type="microsoft.graph.thumbnail" />
<Property Name="small" Type="microsoft.graph.thumbnail" />
<Property Name="source" Type="microsoft.graph.thumbnail" />
</EntityType>
<EntityType Name="baseItemVersion" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="publication" Type="microsoft.graph.publicationFacet" />
</EntityType>
<EntityType Name="driveItemVersion" BaseType="microsoft.graph.baseItemVersion">
<Property Name="content" Type="Edm.Stream" />
<Property Name="size" Type="Edm.Int64" />
</EntityType>
<EntityType Name="workbookApplication" BaseType="microsoft.graph.entity">
<Property Name="calculationMode" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="workbookNamedItem" BaseType="microsoft.graph.entity">
<Property Name="comment" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="scope" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="microsoft.graph.Json" />
<Property Name="visible" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookTable" BaseType="microsoft.graph.entity">
<Property Name="highlightFirstColumn" Type="Edm.Boolean" Nullable="false" />
<Property Name="highlightLastColumn" Type="Edm.Boolean" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<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" Unicode="false" />
<NavigationProperty Name="columns" Type="Collection(microsoft.graph.workbookTableColumn)" ContainsTarget="true" />
<NavigationProperty Name="rows" Type="Collection(microsoft.graph.workbookTableRow)" ContainsTarget="true" />
<NavigationProperty Name="sort" Type="microsoft.graph.workbookTableSort" ContainsTarget="true" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookWorksheet" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="position" Type="Edm.Int32" Nullable="false" />
<Property Name="visibility" Type="Edm.String" Nullable="false" Unicode="false" />
<NavigationProperty Name="charts" Type="Collection(microsoft.graph.workbookChart)" ContainsTarget="true" />
<NavigationProperty Name="names" Type="Collection(microsoft.graph.workbookNamedItem)" ContainsTarget="true" />
<NavigationProperty Name="pivotTables" Type="Collection(microsoft.graph.workbookPivotTable)" ContainsTarget="true" />
<NavigationProperty Name="protection" Type="microsoft.graph.workbookWorksheetProtection" ContainsTarget="true" />
<NavigationProperty Name="tables" Type="Collection(microsoft.graph.workbookTable)" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookFunctions" BaseType="microsoft.graph.entity" />
<ComplexType Name="workbookSessionInfo">
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="persistChanges" Type="Edm.Boolean" />
</ComplexType>
<EntityType Name="workbookChart" BaseType="microsoft.graph.entity">
<Property Name="height" Type="Edm.Double" Nullable="false" />
<Property Name="left" Type="Edm.Double" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="top" Type="Edm.Double" Nullable="false" />
<Property Name="width" Type="Edm.Double" Nullable="false" />
<NavigationProperty Name="axes" Type="microsoft.graph.workbookChartAxes" ContainsTarget="true" />
<NavigationProperty Name="dataLabels" Type="microsoft.graph.workbookChartDataLabels" ContainsTarget="true" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartAreaFormat" ContainsTarget="true" />
<NavigationProperty Name="legend" Type="microsoft.graph.workbookChartLegend" ContainsTarget="true" />
<NavigationProperty Name="series" Type="Collection(microsoft.graph.workbookChartSeries)" ContainsTarget="true" />
<NavigationProperty Name="title" Type="microsoft.graph.workbookChartTitle" ContainsTarget="true" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartAxes" BaseType="microsoft.graph.entity">
<NavigationProperty Name="categoryAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
<NavigationProperty Name="seriesAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
<NavigationProperty Name="valueAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartDataLabels" BaseType="microsoft.graph.entity">
<Property Name="position" Type="Edm.String" Unicode="false" />
<Property Name="separator" Type="Edm.String" Unicode="false" />
<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="microsoft.graph.workbookChartDataLabelFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartAreaFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartLegend" BaseType="microsoft.graph.entity">
<Property Name="overlay" Type="Edm.Boolean" />
<Property Name="position" Type="Edm.String" Unicode="false" />
<Property Name="visible" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartLegendFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartSeries" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartSeriesFormat" ContainsTarget="true" />
<NavigationProperty Name="points" Type="Collection(microsoft.graph.workbookChartPoint)" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartTitle" BaseType="microsoft.graph.entity">
<Property Name="overlay" Type="Edm.Boolean" />
<Property Name="text" Type="Edm.String" Unicode="false" />
<Property Name="visible" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartTitleFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartFill" BaseType="microsoft.graph.entity" />
<EntityType Name="workbookChartFont" BaseType="microsoft.graph.entity">
<Property Name="bold" Type="Edm.Boolean" />
<Property Name="color" Type="Edm.String" Unicode="false" />
<Property Name="italic" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Double" />
<Property Name="underline" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="workbookChartAxis" BaseType="microsoft.graph.entity">
<Property Name="majorUnit" Type="microsoft.graph.Json" />
<Property Name="maximum" Type="microsoft.graph.Json" />
<Property Name="minimum" Type="microsoft.graph.Json" />
<Property Name="minorUnit" Type="microsoft.graph.Json" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartAxisFormat" ContainsTarget="true" />
<NavigationProperty Name="majorGridlines" Type="microsoft.graph.workbookChartGridlines" ContainsTarget="true" />
<NavigationProperty Name="minorGridlines" Type="microsoft.graph.workbookChartGridlines" ContainsTarget="true" />
<NavigationProperty Name="title" Type="microsoft.graph.workbookChartAxisTitle" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartAxisFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
<NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartGridlines" BaseType="microsoft.graph.entity">
<Property Name="visible" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartGridlinesFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartAxisTitle" BaseType="microsoft.graph.entity">
<Property Name="text" Type="Edm.String" Unicode="false" />
<Property Name="visible" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartAxisTitleFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartLineFormat" BaseType="microsoft.graph.entity">
<Property Name="color" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="workbookChartAxisTitleFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartDataLabelFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartGridlinesFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartLegendFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartPoint" BaseType="microsoft.graph.entity">
<Property Name="value" Type="microsoft.graph.Json" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookChartPointFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartPointFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartSeriesFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
<NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookChartTitleFormat" BaseType="microsoft.graph.entity">
<NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
<NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookFilter" BaseType="microsoft.graph.entity">
<Property Name="criteria" Type="microsoft.graph.workbookFilterCriteria" />
</EntityType>
<ComplexType Name="workbookFilterCriteria">
<Property Name="color" Type="Edm.String" Unicode="false" />
<Property Name="criterion1" Type="Edm.String" Unicode="false" />
<Property Name="criterion2" Type="Edm.String" Unicode="false" />
<Property Name="dynamicCriteria" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="filterOn" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="icon" Type="microsoft.graph.workbookIcon" />
<Property Name="operator" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="values" Type="microsoft.graph.Json" />
</ComplexType>
<ComplexType Name="workbookIcon">
<Property Name="index" Type="Edm.Int32" Nullable="false" />
<Property Name="set" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="workbookFormatProtection" BaseType="microsoft.graph.entity">
<Property Name="formulaHidden" Type="Edm.Boolean" />
<Property Name="locked" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="workbookFunctionResult" BaseType="microsoft.graph.entity">
<Property Name="error" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="microsoft.graph.Json" />
</EntityType>
<EntityType Name="workbookPivotTable" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookRange" BaseType="microsoft.graph.entity">
<Property Name="address" Type="Edm.String" Unicode="false" />
<Property Name="addressLocal" Type="Edm.String" Unicode="false" />
<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="microsoft.graph.Json" />
<Property Name="formulasLocal" Type="microsoft.graph.Json" />
<Property Name="formulasR1C1" Type="microsoft.graph.Json" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="numberFormat" Type="microsoft.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="microsoft.graph.Json" />
<Property Name="valueTypes" Type="microsoft.graph.Json" />
<Property Name="values" Type="microsoft.graph.Json" />
<NavigationProperty Name="format" Type="microsoft.graph.workbookRangeFormat" ContainsTarget="true" />
<NavigationProperty Name="sort" Type="microsoft.graph.workbookRangeSort" ContainsTarget="true" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookRangeFormat" BaseType="microsoft.graph.entity">
<Property Name="columnWidth" Type="Edm.Double" />
<Property Name="horizontalAlignment" Type="Edm.String" Unicode="false" />
<Property Name="rowHeight" Type="Edm.Double" />
<Property Name="verticalAlignment" Type="Edm.String" Unicode="false" />
<Property Name="wrapText" Type="Edm.Boolean" />
<NavigationProperty Name="borders" Type="Collection(microsoft.graph.workbookRangeBorder)" ContainsTarget="true" />
<NavigationProperty Name="fill" Type="microsoft.graph.workbookRangeFill" ContainsTarget="true" />
<NavigationProperty Name="font" Type="microsoft.graph.workbookRangeFont" ContainsTarget="true" />
<NavigationProperty Name="protection" Type="microsoft.graph.workbookFormatProtection" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookRangeSort" BaseType="microsoft.graph.entity" />
<EntityType Name="workbookRangeBorder" BaseType="microsoft.graph.entity">
<Property Name="color" Type="Edm.String" Unicode="false" />
<Property Name="sideIndex" Type="Edm.String" Unicode="false" />
<Property Name="style" Type="Edm.String" Unicode="false" />
<Property Name="weight" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="workbookRangeFill" BaseType="microsoft.graph.entity">
<Property Name="color" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="workbookRangeFont" BaseType="microsoft.graph.entity">
<Property Name="bold" Type="Edm.Boolean" />
<Property Name="color" Type="Edm.String" Unicode="false" />
<Property Name="italic" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Double" />
<Property Name="underline" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="workbookRangeView" BaseType="microsoft.graph.entity">
<Property Name="cellAddresses" Type="microsoft.graph.Json" />
<Property Name="columnCount" Type="Edm.Int32" Nullable="false" />
<Property Name="formulas" Type="microsoft.graph.Json" />
<Property Name="formulasLocal" Type="microsoft.graph.Json" />
<Property Name="formulasR1C1" Type="microsoft.graph.Json" />
<Property Name="index" Type="Edm.Int32" Nullable="false" />
<Property Name="numberFormat" Type="microsoft.graph.Json" />
<Property Name="rowCount" Type="Edm.Int32" Nullable="false" />
<Property Name="text" Type="microsoft.graph.Json" />
<Property Name="valueTypes" Type="microsoft.graph.Json" />
<Property Name="values" Type="microsoft.graph.Json" />
<NavigationProperty Name="rows" Type="Collection(microsoft.graph.workbookRangeView)" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookTableColumn" BaseType="microsoft.graph.entity">
<Property Name="index" Type="Edm.Int32" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="values" Type="microsoft.graph.Json" />
<NavigationProperty Name="filter" Type="microsoft.graph.workbookFilter" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookTableRow" BaseType="microsoft.graph.entity">
<Property Name="index" Type="Edm.Int32" Nullable="false" />
<Property Name="values" Type="microsoft.graph.Json" />
</EntityType>
<EntityType Name="workbookTableSort" BaseType="microsoft.graph.entity">
<Property Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
<Property Name="matchCase" Type="Edm.Boolean" Nullable="false" />
<Property Name="method" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<ComplexType Name="workbookSortField">
<Property Name="ascending" Type="Edm.Boolean" Nullable="false" />
<Property Name="color" Type="Edm.String" Unicode="false" />
<Property Name="dataOption" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="icon" Type="microsoft.graph.workbookIcon" />
<Property Name="key" Type="Edm.Int32" Nullable="false" />
<Property Name="sortOn" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="workbookWorksheetProtection" BaseType="microsoft.graph.entity">
<Property Name="options" Type="microsoft.graph.workbookWorksheetProtectionOptions" />
<Property Name="protected" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<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="workbookFilterDatetime">
<Property Name="date" Type="Edm.String" Unicode="false" />
<Property Name="specificity" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="workbookRangeReference">
<Property Name="address" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="attachment" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="contentType" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Int32" Nullable="false" />
<Property Name="isInline" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="customTimeZone" BaseType="microsoft.graph.timeZoneBase">
<Property Name="bias" Type="Edm.Int32" />
<Property Name="standardOffset" Type="microsoft.graph.standardTimeZoneOffset" />
<Property Name="daylightOffset" Type="microsoft.graph.daylightTimeZoneOffset" />
</ComplexType>
<ComplexType Name="standardTimeZoneOffset">
<Property Name="time" Type="Edm.TimeOfDay" />
<Property Name="dayOccurrence" Type="Edm.Int32" />
<Property Name="dayOfWeek" Type="microsoft.graph.dayOfWeek" />
<Property Name="month" Type="Edm.Int32" />
<Property Name="year" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="daylightTimeZoneOffset" BaseType="microsoft.graph.standardTimeZoneOffset">
<Property Name="daylightBias" Type="Edm.Int32" />
</ComplexType>
<EntityType Name="outlookCategory" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="color" Type="microsoft.graph.categoryColor" />
</EntityType>
<EntityType Name="outlookTaskGroup" BaseType="microsoft.graph.entity">
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<Property Name="isDefaultGroup" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="groupKey" Type="Edm.Guid" />
<NavigationProperty Name="taskFolders" Type="Collection(microsoft.graph.outlookTaskFolder)" ContainsTarget="true" />
</EntityType>
<EntityType Name="outlookTaskFolder" BaseType="microsoft.graph.entity">
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="isDefaultFolder" Type="Edm.Boolean" />
<Property Name="parentGroupKey" Type="Edm.Guid" />
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.outlookTask)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="outlookTask" BaseType="microsoft.graph.outlookItem">
<Property Name="assignedTo" Type="Edm.String" Unicode="false" />
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="completedDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="dueDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="hasAttachments" Type="Edm.Boolean" />
<Property Name="importance" Type="microsoft.graph.importance" />
<Property Name="isReminderOn" Type="Edm.Boolean" />
<Property Name="owner" Type="Edm.String" Unicode="false" />
<Property Name="parentFolderId" Type="Edm.String" Unicode="false" />
<Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
<Property Name="reminderDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
<Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="status" Type="microsoft.graph.taskStatus" />
<Property Name="subject" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="recipient">
<Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
</ComplexType>
<ComplexType Name="emailAddress">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="address" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="attendeeBase" BaseType="microsoft.graph.recipient">
<Property Name="type" Type="microsoft.graph.attendeeType" />
</ComplexType>
<ComplexType Name="meetingTimeSuggestionsResult">
<Property Name="meetingTimeSuggestions" Type="Collection(microsoft.graph.meetingTimeSuggestion)" />
<Property Name="emptySuggestionsReason" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="meetingTimeSuggestion">
<Property Name="meetingTimeSlot" Type="microsoft.graph.timeSlot" />
<Property Name="confidence" Type="Edm.Double" />
<Property Name="organizerAvailability" Type="microsoft.graph.freeBusyStatus" />
<Property Name="attendeeAvailability" Type="Collection(microsoft.graph.attendeeAvailability)" />
<Property Name="locations" Type="Collection(microsoft.graph.location)" />
<Property Name="suggestionReason" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="timeSlot">
<Property Name="start" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="end" Type="microsoft.graph.dateTimeTimeZone" />
</ComplexType>
<ComplexType Name="attendeeAvailability">
<Property Name="attendee" Type="microsoft.graph.attendeeBase" />
<Property Name="availability" Type="microsoft.graph.freeBusyStatus" />
</ComplexType>
<ComplexType Name="location">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="locationEmailAddress" Type="Edm.String" Unicode="false" />
<Property Name="address" Type="microsoft.graph.physicalAddress" />
<Property Name="coordinates" Type="microsoft.graph.outlookGeoCoordinates" />
<Property Name="locationUri" Type="Edm.String" Unicode="false" />
<Property Name="locationType" Type="microsoft.graph.locationType" />
<Property Name="uniqueId" Type="Edm.String" Unicode="false" />
<Property Name="uniqueIdType" Type="microsoft.graph.locationUniqueIdType" />
</ComplexType>
<ComplexType Name="physicalAddress">
<Property Name="type" Type="microsoft.graph.physicalAddressType" />
<Property Name="postOfficeBox" Type="Edm.String" Unicode="false" />
<Property Name="street" Type="Edm.String" Unicode="false" />
<Property Name="city" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
<Property Name="postalCode" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="outlookGeoCoordinates">
<Property Name="altitude" Type="Edm.Double" />
<Property Name="latitude" Type="Edm.Double" />
<Property Name="longitude" Type="Edm.Double" />
<Property Name="accuracy" Type="Edm.Double" />
<Property Name="altitudeAccuracy" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="locationConstraint">
<Property Name="isRequired" Type="Edm.Boolean" />
<Property Name="suggestLocation" Type="Edm.Boolean" />
<Property Name="locations" Type="Collection(microsoft.graph.locationConstraintItem)" />
</ComplexType>
<ComplexType Name="locationConstraintItem" BaseType="microsoft.graph.location">
<Property Name="resolveAvailability" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="timeConstraint">
<Property Name="activityDomain" Type="microsoft.graph.activityDomain" />
<Property Name="timeslots" Type="Collection(microsoft.graph.timeSlot)" />
</ComplexType>
<ComplexType Name="meetingTimeCandidatesResult">
<Property Name="meetingTimeSlots" Type="Collection(microsoft.graph.meetingTimeCandidate)" />
<Property Name="emptySuggestionsHint" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="meetingTimeCandidate">
<Property Name="meetingTimeSlot" Type="microsoft.graph.timeSlotOLD" />
<Property Name="confidence" Type="Edm.Double" />
<Property Name="organizerAvailability" Type="microsoft.graph.freeBusyStatus" />
<Property Name="attendeeAvailability" Type="Collection(microsoft.graph.attendeeAvailability)" />
<Property Name="locations" Type="Collection(microsoft.graph.location)" />
<Property Name="suggestionHint" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="timeSlotOLD">
<Property Name="start" Type="microsoft.graph.timeStamp" />
<Property Name="end" Type="microsoft.graph.timeStamp" />
</ComplexType>
<ComplexType Name="timeStamp">
<Property Name="date" Type="Edm.Date" />
<Property Name="time" Type="Edm.TimeOfDay" />
<Property Name="timeZone" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="mailTips">
<Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
<Property Name="automaticReplies" Type="microsoft.graph.automaticRepliesMailTips" />
<Property Name="mailboxFull" Type="Edm.Boolean" />
<Property Name="customMailTip" Type="Edm.String" Unicode="false" />
<Property Name="externalMemberCount" Type="Edm.Int32" />
<Property Name="totalMemberCount" Type="Edm.Int32" />
<Property Name="deliveryRestricted" Type="Edm.Boolean" />
<Property Name="isModerated" Type="Edm.Boolean" />
<Property Name="recipientScope" Type="microsoft.graph.recipientScopeType" />
<Property Name="recipientSuggestions" Type="Collection(microsoft.graph.recipient)" />
<Property Name="maxMessageSize" Type="Edm.Int32" />
<Property Name="error" Type="microsoft.graph.mailTipsError" />
</ComplexType>
<ComplexType Name="automaticRepliesMailTips">
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="messageLanguage" Type="microsoft.graph.localeInfo" />
<Property Name="scheduledStartTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="scheduledEndTime" Type="microsoft.graph.dateTimeTimeZone" />
</ComplexType>
<ComplexType Name="mailTipsError">
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="code" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="reminder">
<Property Name="eventId" Type="Edm.String" Unicode="false" />
<Property Name="eventStartTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="eventEndTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="changeKey" Type="Edm.String" Unicode="false" />
<Property Name="eventSubject" Type="Edm.String" Unicode="false" />
<Property Name="eventLocation" Type="microsoft.graph.location" />
<Property Name="eventWebLink" Type="Edm.String" Unicode="false" />
<Property Name="reminderFireTime" Type="microsoft.graph.dateTimeTimeZone" />
</ComplexType>
<ComplexType Name="timeZoneInformation">
<Property Name="alias" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="messageRule" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="sequence" Type="Edm.Int32" />
<Property Name="conditions" Type="microsoft.graph.messageRulePredicates" />
<Property Name="actions" Type="microsoft.graph.messageRuleActions" />
<Property Name="exceptions" Type="microsoft.graph.messageRulePredicates" />
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="hasError" Type="Edm.Boolean" />
<Property Name="isReadOnly" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="userConfiguration" BaseType="microsoft.graph.entity">
<Property Name="binaryData" Type="Edm.Binary" />
</EntityType>
<EntityType Name="singleValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
<Property Name="value" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="multiValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
<Property Name="value" Type="Collection(Edm.String)" Unicode="false" />
</EntityType>
<ComplexType Name="internetMessageHeader">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="itemBody">
<Property Name="contentType" Type="microsoft.graph.bodyType" />
<Property Name="content" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="mentionsPreview">
<Property Name="isMentioned" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="followupFlag">
<Property Name="completedDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="dueDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="flagStatus" Type="microsoft.graph.followupFlagStatus" />
</ComplexType>
<EntityType Name="mention" BaseType="microsoft.graph.entity">
<Property Name="mentioned" Type="microsoft.graph.emailAddress" Nullable="false" />
<Property Name="mentionText" Type="Edm.String" Unicode="false" />
<Property Name="clientReference" Type="Edm.String" Unicode="false" />
<Property Name="createdBy" Type="microsoft.graph.emailAddress" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="serverCreatedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="deepLink" Type="Edm.String" Unicode="false" />
<Property Name="application" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="fileAttachment" BaseType="microsoft.graph.attachment">
<Property Name="contentId" Type="Edm.String" Unicode="false" />
<Property Name="contentLocation" Type="Edm.String" Unicode="false" />
<Property Name="contentBytes" Type="Edm.Binary" />
</EntityType>
<EntityType Name="itemAttachment" BaseType="microsoft.graph.attachment">
<NavigationProperty Name="item" Type="microsoft.graph.outlookItem" ContainsTarget="true" />
</EntityType>
<ComplexType Name="responseStatus">
<Property Name="response" Type="microsoft.graph.responseType" />
<Property Name="time" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="patternedRecurrence">
<Property Name="pattern" Type="microsoft.graph.recurrencePattern" />
<Property Name="range" Type="microsoft.graph.recurrenceRange" />
</ComplexType>
<ComplexType Name="recurrencePattern">
<Property Name="type" Type="microsoft.graph.recurrencePatternType" />
<Property Name="interval" Type="Edm.Int32" Nullable="false" />
<Property Name="month" Type="Edm.Int32" Nullable="false" />
<Property Name="dayOfMonth" Type="Edm.Int32" Nullable="false" />
<Property Name="daysOfWeek" Type="Collection(microsoft.graph.dayOfWeek)" />
<Property Name="firstDayOfWeek" Type="microsoft.graph.dayOfWeek" />
<Property Name="index" Type="microsoft.graph.weekIndex" />
</ComplexType>
<ComplexType Name="recurrenceRange">
<Property Name="type" Type="microsoft.graph.recurrenceRangeType" />
<Property Name="startDate" Type="Edm.Date" />
<Property Name="endDate" Type="Edm.Date" />
<Property Name="recurrenceTimeZone" Type="Edm.String" Unicode="false" />
<Property Name="numberOfOccurrences" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="attendee" BaseType="microsoft.graph.attendeeBase">
<Property Name="status" Type="microsoft.graph.responseStatus" />
</ComplexType>
<ComplexType Name="eventCreationOptions">
<Property Name="saveToGroupCalendarOnly" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="phone">
<Property Name="type" Type="microsoft.graph.phoneType" />
<Property Name="number" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="website">
<Property Name="type" Type="microsoft.graph.websiteType" />
<Property Name="address" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="eventMessage" BaseType="microsoft.graph.message">
<Property Name="meetingMessageType" Type="microsoft.graph.meetingMessageType" />
<Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="endDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="location" Type="microsoft.graph.location" />
<Property Name="type" Type="microsoft.graph.eventType" />
<Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
<Property Name="isOutOfDate" Type="Edm.Boolean" />
<Property Name="isAllDay" Type="Edm.Boolean" />
<Property Name="isDelegated" Type="Edm.Boolean" />
<NavigationProperty Name="event" Type="microsoft.graph.event" ContainsTarget="true" />
</EntityType>
<ComplexType Name="messageRulePredicates">
<Property Name="categories" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="bodyContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="bodyOrSubjectContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="senderContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="recipientContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="headerContains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="messageActionFlag" Type="microsoft.graph.messageActionFlag" />
<Property Name="importance" Type="microsoft.graph.importance" />
<Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
<Property Name="fromAddresses" Type="Collection(microsoft.graph.recipient)" />
<Property Name="sentToAddresses" Type="Collection(microsoft.graph.recipient)" />
<Property Name="sentToMe" Type="Edm.Boolean" />
<Property Name="sentOnlyToMe" Type="Edm.Boolean" />
<Property Name="sentCcMe" Type="Edm.Boolean" />
<Property Name="sentToOrCcMe" Type="Edm.Boolean" />
<Property Name="notSentToMe" Type="Edm.Boolean" />
<Property Name="hasAttachments" Type="Edm.Boolean" />
<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="withinSizeRange" Type="microsoft.graph.sizeRange" />
</ComplexType>
<ComplexType Name="sizeRange">
<Property Name="minimumSize" Type="Edm.Int32" />
<Property Name="maximumSize" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="messageRuleActions">
<Property Name="moveToFolder" Type="Edm.String" Unicode="false" />
<Property Name="copyToFolder" Type="Edm.String" Unicode="false" />
<Property Name="delete" Type="Edm.Boolean" />
<Property Name="permanentDelete" Type="Edm.Boolean" />
<Property Name="markAsRead" Type="Edm.Boolean" />
<Property Name="markImportance" Type="microsoft.graph.importance" />
<Property Name="forwardTo" Type="Collection(microsoft.graph.recipient)" />
<Property Name="forwardAsAttachmentTo" Type="Collection(microsoft.graph.recipient)" />
<Property Name="redirectTo" Type="Collection(microsoft.graph.recipient)" />
<Property Name="assignCategories" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="stopProcessingRules" Type="Edm.Boolean" />
</ComplexType>
<EntityType Name="eventMessageRequest" BaseType="microsoft.graph.eventMessage">
<Property Name="previousLocation" Type="microsoft.graph.location" />
<Property Name="previousStartDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="previousEndDateTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="responseRequested" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="referenceAttachment" BaseType="microsoft.graph.attachment">
<Property Name="sourceUrl" Type="Edm.String" Unicode="false" />
<Property Name="providerType" Type="microsoft.graph.referenceAttachmentProvider" />
<Property Name="thumbnailUrl" Type="Edm.String" Unicode="false" />
<Property Name="previewUrl" Type="Edm.String" Unicode="false" />
<Property Name="permission" Type="microsoft.graph.referenceAttachmentPermission" />
<Property Name="isFolder" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="openTypeExtension" BaseType="microsoft.graph.extension" OpenType="true">
<Property Name="extensionName" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="post" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
<Property Name="from" Type="microsoft.graph.recipient" Nullable="false" />
<Property Name="sender" Type="microsoft.graph.recipient" />
<Property Name="conversationThreadId" Type="Edm.String" Unicode="false" />
<Property Name="newParticipants" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
<Property Name="conversationId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="inReplyTo" Type="microsoft.graph.post" ContainsTarget="true" />
<NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
<NavigationProperty Name="mentions" Type="Collection(microsoft.graph.mention)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="rankedEmailAddress">
<Property Name="address" Type="Edm.String" Unicode="false" />
<Property Name="rank" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="personDataSource">
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="inferenceClassificationOverride" BaseType="microsoft.graph.entity">
<Property Name="classifyAs" Type="microsoft.graph.inferenceClassificationType" />
<Property Name="senderEmailAddress" Type="microsoft.graph.emailAddress" />
</EntityType>
<ComplexType Name="booleanColumn" />
<ComplexType Name="calculatedColumn">
<Property Name="format" Type="Edm.String" Unicode="false" />
<Property Name="formula" Type="Edm.String" Unicode="false" />
<Property Name="outputType" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="choiceColumn">
<Property Name="allowTextEntry" Type="Edm.Boolean" />
<Property Name="choices" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="displayAs" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="currencyColumn">
<Property Name="locale" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="dateTimeColumn">
<Property Name="displayAs" Type="Edm.String" Unicode="false" />
<Property Name="format" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="defaultColumnValue">
<Property Name="formula" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="lookupColumn">
<Property Name="allowMultipleValues" Type="Edm.Boolean" />
<Property Name="allowUnlimitedLength" Type="Edm.Boolean" />
<Property Name="columnName" Type="Edm.String" Unicode="false" />
<Property Name="listId" Type="Edm.String" Unicode="false" />
<Property Name="primaryLookupColumnId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="numberColumn">
<Property Name="decimalPlaces" Type="Edm.String" Unicode="false" />
<Property Name="displayAs" Type="Edm.String" Unicode="false" />
<Property Name="maximum" Type="Edm.Double" />
<Property Name="minimum" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="personOrGroupColumn">
<Property Name="allowMultipleSelection" Type="Edm.Boolean" />
<Property Name="displayAs" Type="Edm.String" Unicode="false" />
<Property Name="chooseFromType" Type="Edm.String" Unicode="false" />
</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" Unicode="false" />
</ComplexType>
<EntityType Name="columnLink" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="contentTypeOrder">
<Property Name="default" Type="Edm.Boolean" />
<Property Name="position" Type="Edm.Int32" />
</ComplexType>
<EntityType Name="fieldValueSet" BaseType="microsoft.graph.entity" OpenType="true" />
<ComplexType Name="itemActionSet">
<Property Name="comment" Type="microsoft.graph.commentAction" />
<Property Name="create" Type="microsoft.graph.createAction" />
<Property Name="delete" Type="microsoft.graph.deleteAction" />
<Property Name="edit" Type="microsoft.graph.editAction" />
<Property Name="mention" Type="microsoft.graph.mentionAction" />
<Property Name="move" Type="microsoft.graph.moveAction" />
<Property Name="rename" Type="microsoft.graph.renameAction" />
<Property Name="restore" Type="microsoft.graph.restoreAction" />
<Property Name="share" Type="microsoft.graph.shareAction" />
<Property Name="version" Type="microsoft.graph.versionAction" />
</ComplexType>
<ComplexType Name="commentAction">
<Property Name="isReply" Type="Edm.Boolean" />
<Property Name="parentAuthor" Type="microsoft.graph.identitySet" />
<Property Name="participants" Type="Collection(microsoft.graph.identitySet)" />
</ComplexType>
<ComplexType Name="createAction" />
<ComplexType Name="deleteAction">
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="editAction" />
<ComplexType Name="mentionAction">
<Property Name="mentionees" Type="Collection(microsoft.graph.identitySet)" />
</ComplexType>
<ComplexType Name="moveAction">
<Property Name="From" Type="Edm.String" Unicode="false" />
<Property Name="to" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="renameAction">
<Property Name="oldName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="restoreAction" />
<ComplexType Name="shareAction">
<Property Name="recipients" Type="Collection(microsoft.graph.identitySet)" />
</ComplexType>
<ComplexType Name="versionAction">
<Property Name="newVersion" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="itemActivityTimeSet">
<Property Name="observedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="recordedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="contentTypeInfo">
<Property Name="id" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="listItemVersion" BaseType="microsoft.graph.baseItemVersion">
<NavigationProperty Name="fields" Type="microsoft.graph.fieldValueSet" ContainsTarget="true" />
</EntityType>
<ComplexType Name="sharingInvitation">
<Property Name="email" Type="Edm.String" Unicode="false" />
<Property Name="invitedBy" Type="microsoft.graph.identitySet" />
<Property Name="redeemedBy" Type="Edm.String" Unicode="false" />
<Property Name="signInRequired" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="sharingLink">
<Property Name="application" Type="microsoft.graph.identity" />
<Property Name="configuratorUrl" Type="Edm.String" Unicode="false" />
<Property Name="scope" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="webHtml" Type="Edm.String" Unicode="false" />
<Property Name="webUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="sharedDriveItem" BaseType="microsoft.graph.baseItem">
<Property Name="owner" Type="microsoft.graph.identitySet" />
<NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
<NavigationProperty Name="items" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
<NavigationProperty Name="list" Type="microsoft.graph.list" ContainsTarget="true" />
<NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
<NavigationProperty Name="root" Type="microsoft.graph.driveItem" ContainsTarget="true" />
<NavigationProperty Name="site" Type="microsoft.graph.site" ContainsTarget="true" />
</EntityType>
<ComplexType Name="thumbnail">
<Property Name="content" Type="Edm.Stream" />
<Property Name="height" Type="Edm.Int32" />
<Property Name="sourceItemId" Type="Edm.String" Unicode="false" />
<Property Name="url" Type="Edm.String" Unicode="false" />
<Property Name="width" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="driveItemUploadableProperties">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="driveRecipient">
<Property Name="alias" Type="Edm.String" Unicode="false" />
<Property Name="email" Type="Edm.String" Unicode="false" />
<Property Name="objectId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="flexSchemaContainer" OpenType="true" />
<ComplexType Name="uploadSession">
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="nextExpectedRanges" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="uploadUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="trending" BaseType="microsoft.graph.entity">
<Property Name="weight" Type="Edm.Double" Nullable="false" />
<Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
<Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="resource" Type="microsoft.graph.entity" />
</EntityType>
<EntityType Name="sharedInsight" BaseType="microsoft.graph.entity">
<Property Name="lastShared" Type="microsoft.graph.sharingDetail" />
<Property Name="sharingHistory" Type="Collection(microsoft.graph.sharingDetail)" />
<Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
<Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
<NavigationProperty Name="lastSharedMethod" Type="microsoft.graph.entity" />
<NavigationProperty Name="resource" Type="microsoft.graph.entity" />
</EntityType>
<EntityType Name="usedInsight" BaseType="microsoft.graph.entity">
<Property Name="lastUsed" Type="microsoft.graph.usageDetails" />
<Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
<Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
<NavigationProperty Name="resource" Type="microsoft.graph.entity" />
</EntityType>
<ComplexType Name="resourceVisualization">
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="mediaType" Type="Edm.String" Unicode="false" />
<Property Name="previewImageUrl" Type="Edm.String" Unicode="false" />
<Property Name="previewText" Type="Edm.String" Unicode="false" />
<Property Name="containerWebUrl" Type="Edm.String" Unicode="false" />
<Property Name="containerDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="containerType" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="resourceReference">
<Property Name="webUrl" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="sharingDetail">
<Property Name="sharedBy" Type="microsoft.graph.insightIdentity" />
<Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="sharingSubject" Type="Edm.String" Unicode="false" />
<Property Name="sharingType" Type="Edm.String" Unicode="false" />
<Property Name="sharingReference" Type="microsoft.graph.resourceReference" />
</ComplexType>
<ComplexType Name="insightIdentity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="address" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="usageDetails">
<Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<EntityType Name="plannerTask" BaseType="microsoft.graph.entity">
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="planId" Type="Edm.String" Unicode="false" />
<Property Name="bucketId" Type="Edm.String" Unicode="false" />
<Property Name="title" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
<Property Name="assigneePriority" Type="Edm.String" Unicode="false" />
<Property Name="percentComplete" Type="Edm.Int32" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
<Property Name="hasDescription" Type="Edm.Boolean" />
<Property Name="previewType" Type="microsoft.graph.plannerPreviewType" />
<Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="completedBy" Type="microsoft.graph.identitySet" />
<Property Name="referenceCount" Type="Edm.Int32" />
<Property Name="checklistItemCount" Type="Edm.Int32" />
<Property Name="activeChecklistItemCount" Type="Edm.Int32" />
<Property Name="appliedCategories" Type="microsoft.graph.plannerAppliedCategories" />
<Property Name="assignments" Type="microsoft.graph.plannerAssignments" />
<Property Name="conversationThreadId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="details" Type="microsoft.graph.plannerTaskDetails" ContainsTarget="true" />
<NavigationProperty Name="assignedToTaskBoardFormat" Type="microsoft.graph.plannerAssignedToTaskBoardTaskFormat" ContainsTarget="true" />
<NavigationProperty Name="progressTaskBoardFormat" Type="microsoft.graph.plannerProgressTaskBoardTaskFormat" ContainsTarget="true" />
<NavigationProperty Name="bucketTaskBoardFormat" Type="microsoft.graph.plannerBucketTaskBoardTaskFormat" ContainsTarget="true" />
</EntityType>
<EntityType Name="plannerPlan" BaseType="microsoft.graph.entity">
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="owner" Type="Edm.String" Unicode="false" />
<Property Name="title" Type="Edm.String" Nullable="false" Unicode="false" />
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
<NavigationProperty Name="buckets" Type="Collection(microsoft.graph.plannerBucket)" />
<NavigationProperty Name="details" Type="microsoft.graph.plannerPlanDetails" ContainsTarget="true" />
</EntityType>
<EntityType Name="planner" BaseType="microsoft.graph.entity">
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" ContainsTarget="true" />
<NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" ContainsTarget="true" />
<NavigationProperty Name="buckets" Type="Collection(microsoft.graph.plannerBucket)" ContainsTarget="true" />
</EntityType>
<EntityType Name="plannerBucket" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="planId" Type="Edm.String" Unicode="false" />
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
</EntityType>
<ComplexType Name="plannerAppliedCategories" OpenType="true" />
<ComplexType Name="plannerAssignments" OpenType="true" />
<EntityType Name="plannerTaskDetails" BaseType="microsoft.graph.entity">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="previewType" Type="microsoft.graph.plannerPreviewType" />
<Property Name="references" Type="microsoft.graph.plannerExternalReferences" />
<Property Name="checklist" Type="microsoft.graph.plannerChecklistItems" />
</EntityType>
<EntityType Name="plannerAssignedToTaskBoardTaskFormat" BaseType="microsoft.graph.entity">
<Property Name="unassignedOrderHint" Type="Edm.String" Unicode="false" />
<Property Name="orderHintsByAssignee" Type="microsoft.graph.plannerOrderHintsByAssignee" />
</EntityType>
<EntityType Name="plannerProgressTaskBoardTaskFormat" BaseType="microsoft.graph.entity">
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="plannerBucketTaskBoardTaskFormat" BaseType="microsoft.graph.entity">
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="plannerPlanDetails" BaseType="microsoft.graph.entity">
<Property Name="sharedWith" Type="microsoft.graph.plannerUserIds" />
<Property Name="categoryDescriptions" Type="microsoft.graph.plannerCategoryDescriptions" />
</EntityType>
<ComplexType Name="plannerExternalReference">
<Property Name="alias" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="previewPriority" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="plannerChecklistItem">
<Property Name="isChecked" Type="Edm.Boolean" />
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="plannerAssignment">
<Property Name="assignedBy" Type="microsoft.graph.identitySet" />
<Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="orderHint" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="plannerExternalReferences" OpenType="true" />
<ComplexType Name="plannerChecklistItems" OpenType="true" />
<ComplexType Name="plannerOrderHintsByAssignee" OpenType="true" />
<ComplexType Name="plannerUserIds" OpenType="true" />
<ComplexType Name="plannerCategoryDescriptions">
<Property Name="category1" Type="Edm.String" Unicode="false" />
<Property Name="category2" Type="Edm.String" Unicode="false" />
<Property Name="category3" Type="Edm.String" Unicode="false" />
<Property Name="category4" Type="Edm.String" Unicode="false" />
<Property Name="category5" Type="Edm.String" Unicode="false" />
<Property Name="category6" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="onenoteEntityBaseModel" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="self" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="onenoteEntitySchemaObjectModel" BaseType="microsoft.graph.onenoteEntityBaseModel" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="onenoteEntityHierarchyModel" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="notebook" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="userRole" Type="microsoft.graph.onenoteUserRole" />
<Property Name="isShared" Type="Edm.Boolean" />
<Property Name="sectionsUrl" Type="Edm.String" Unicode="false" />
<Property Name="sectionGroupsUrl" Type="Edm.String" Unicode="false" />
<Property Name="links" Type="microsoft.graph.notebookLinks" />
<NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
<NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
</EntityType>
<EntityType Name="onenoteSection" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="links" Type="microsoft.graph.sectionLinks" />
<Property Name="pagesUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
<NavigationProperty Name="parentSectionGroup" Type="microsoft.graph.sectionGroup" ContainsTarget="true" />
<NavigationProperty Name="pages" Type="Collection(microsoft.graph.onenotePage)" ContainsTarget="true" />
</EntityType>
<EntityType Name="sectionGroup" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
<Property Name="sectionsUrl" Type="Edm.String" Unicode="false" />
<Property Name="sectionGroupsUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
<NavigationProperty Name="parentSectionGroup" Type="microsoft.graph.sectionGroup" ContainsTarget="true" />
<NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
<NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
</EntityType>
<EntityType Name="onenotePage" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel" HasStream="true">
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="createdByAppId" Type="Edm.String" Unicode="false" />
<Property Name="links" Type="microsoft.graph.pageLinks" />
<Property Name="contentUrl" Type="Edm.String" Unicode="false" />
<Property Name="content" Type="Edm.Stream" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="level" Type="Edm.Int32" />
<Property Name="order" Type="Edm.Int32" />
<Property Name="userTags" Type="Collection(Edm.String)" Unicode="false" />
<NavigationProperty Name="parentSection" Type="microsoft.graph.onenoteSection" ContainsTarget="true" />
<NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
</EntityType>
<EntityType Name="onenoteResource" BaseType="microsoft.graph.onenoteEntityBaseModel" HasStream="true">
<Property Name="content" Type="Edm.Stream" />
<Property Name="contentUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="operation" BaseType="microsoft.graph.entity">
<Property Name="status" Type="microsoft.graph.operationStatus" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="onenoteOperation" BaseType="microsoft.graph.operation">
<Property Name="resourceLocation" Type="Edm.String" Unicode="false" />
<Property Name="resourceId" Type="Edm.String" Unicode="false" />
<Property Name="error" Type="microsoft.graph.onenoteOperationError" />
<Property Name="percentComplete" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="notebookLinks">
<Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
<Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
</ComplexType>
<ComplexType Name="externalLink">
<Property Name="href" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="sectionLinks">
<Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
<Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
</ComplexType>
<ComplexType Name="pageLinks">
<Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
<Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
</ComplexType>
<ComplexType Name="onenoteOperationError">
<Property Name="code" Type="Edm.String" Unicode="false" />
<Property Name="message" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="diagnostic">
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="url" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="onenotePatchContentCommand">
<Property Name="action" Type="microsoft.graph.onenotePatchActionType" Nullable="false" />
<Property Name="target" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="content" Type="Edm.String" Unicode="false" />
<Property Name="position" Type="microsoft.graph.onenotePatchInsertPosition" />
</ComplexType>
<ComplexType Name="onenotePagePreview">
<Property Name="previewText" Type="Edm.String" Unicode="false" />
<Property Name="links" Type="microsoft.graph.onenotePagePreviewLinks" />
</ComplexType>
<ComplexType Name="onenotePagePreviewLinks">
<Property Name="previewImageUrl" Type="microsoft.graph.externalLink" />
</ComplexType>
<ComplexType Name="recentNotebook">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="lastAccessedTime" Type="Edm.DateTimeOffset" />
<Property Name="links" Type="microsoft.graph.recentNotebookLinks" />
<Property Name="sourceService" Type="microsoft.graph.onenoteSourceService" />
</ComplexType>
<ComplexType Name="recentNotebookLinks">
<Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
<Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
</ComplexType>
<EntityType Name="subscription" BaseType="microsoft.graph.entity">
<Property Name="resource" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="changeType" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="clientState" Type="Edm.String" Unicode="false" />
<Property Name="notificationUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="identityRiskEvent" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="riskEventDateTime" Type="Edm.DateTimeOffset" />
<Property Name="riskEventType" Type="Edm.String" Unicode="false" />
<Property Name="riskLevel" Type="microsoft.graph.riskLevel" />
<Property Name="riskEventStatus" Type="microsoft.graph.riskEventStatus" />
<Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="impactedUser" Type="microsoft.graph.user" />
</EntityType>
<ComplexType Name="signInLocation">
<Property Name="city" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
<Property Name="geoCoordinates" Type="microsoft.graph.geoCoordinates" />
</ComplexType>
<EntityType Name="locatedRiskEvent" BaseType="microsoft.graph.identityRiskEvent" Abstract="true">
<Property Name="location" Type="microsoft.graph.signInLocation" />
<Property Name="ipAddress" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="impossibleTravelRiskEvent" BaseType="microsoft.graph.locatedRiskEvent">
<Property Name="userAgent" Type="Edm.String" Unicode="false" />
<Property Name="deviceInformation" Type="Edm.String" Unicode="false" />
<Property Name="isAtypicalLocation" Type="Edm.Boolean" />
<Property Name="previousSigninDateTime" Type="Edm.DateTimeOffset" />
<Property Name="previousLocation" Type="microsoft.graph.signInLocation" />
<Property Name="previousIpAddress" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="leakedCredentialsRiskEvent" BaseType="microsoft.graph.identityRiskEvent" />
<EntityType Name="anonymousIpRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
<EntityType Name="suspiciousIpRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
<EntityType Name="unfamiliarLocationRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
<EntityType Name="malwareRiskEvent" BaseType="microsoft.graph.locatedRiskEvent">
<Property Name="deviceInformation" Type="Edm.String" Unicode="false" />
<Property Name="malwareName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="privilegedRole" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="settings" Type="microsoft.graph.privilegedRoleSettings" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
<NavigationProperty Name="summary" Type="microsoft.graph.privilegedRoleSummary" ContainsTarget="true" />
</EntityType>
<EntityType Name="privilegedRoleSettings" BaseType="microsoft.graph.entity">
<Property Name="approverIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="minElevationDuration" Type="Edm.Duration" />
<Property Name="maxElavationDuration" Type="Edm.Duration" />
<Property Name="elevationDuration" Type="Edm.Duration" />
<Property Name="notificationToUserOnElevation" Type="Edm.Boolean" />
<Property Name="ticketingInfoOnElevation" Type="Edm.Boolean" />
<Property Name="mfaOnElevation" Type="Edm.Boolean" />
<Property Name="lastGlobalAdmin" Type="Edm.Boolean" />
<Property Name="isMfaOnElevationConfigurable" Type="Edm.Boolean" />
<Property Name="approvalOnElevation" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="privilegedRoleAssignment" BaseType="microsoft.graph.entity">
<Property Name="userId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="roleId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isElevated" Type="Edm.Boolean" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="resultMessage" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="roleInfo" Type="microsoft.graph.privilegedRole" ContainsTarget="true" />
</EntityType>
<EntityType Name="privilegedRoleSummary" BaseType="microsoft.graph.entity">
<Property Name="status" Type="microsoft.graph.roleSummaryStatus" />
<Property Name="usersCount" Type="Edm.Int32" />
<Property Name="managedCount" Type="Edm.Int32" />
<Property Name="elevatedCount" Type="Edm.Int32" />
<Property Name="mfaEnabled" Type="Edm.Boolean" />
</EntityType>
<EntityType Name="privilegedOperationEvent" BaseType="microsoft.graph.entity">
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userMail" Type="Edm.String" Unicode="false" />
<Property Name="roleId" Type="Edm.String" Unicode="false" />
<Property Name="roleName" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="requestorId" Type="Edm.String" Unicode="false" />
<Property Name="requestorName" Type="Edm.String" Unicode="false" />
<Property Name="tenantId" Type="Edm.String" Unicode="false" />
<Property Name="requestType" Type="Edm.String" Unicode="false" />
<Property Name="additionalInformation" Type="Edm.String" Unicode="false" />
<Property Name="referenceKey" Type="Edm.String" Unicode="false" />
<Property Name="referenceSystem" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="privilegedSignupStatus" BaseType="microsoft.graph.entity">
<Property Name="isRegistered" Type="Edm.Boolean" />
<Property Name="status" Type="microsoft.graph.setupStatus" />
</EntityType>
<EntityType Name="privilegedApproval" BaseType="microsoft.graph.entity">
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="roleId" Type="Edm.String" Unicode="false" />
<Property Name="approvalType" Type="Edm.String" Unicode="false" />
<Property Name="approvalState" Type="microsoft.graph.approvalState" />
<Property Name="approvalDuration" Type="Edm.Duration" />
<Property Name="requestorReason" Type="Edm.String" Unicode="false" />
<Property Name="approverReason" Type="Edm.String" Unicode="false" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="roleInfo" Type="microsoft.graph.privilegedRole" ContainsTarget="true" />
</EntityType>
<EntityType Name="tenantSetupInfo" BaseType="microsoft.graph.entity">
<Property Name="userRolesActions" Type="Edm.String" Unicode="false" />
<Property Name="firstTimeSetup" Type="Edm.Boolean" />
<Property Name="relevantRolesSettings" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="skipSetup" Type="Edm.Boolean" />
<Property Name="setupStatus" Type="microsoft.graph.setupStatus" />
<NavigationProperty Name="defaultRolesSettings" Type="microsoft.graph.privilegedRoleSettings" />
</EntityType>
<ComplexType Name="roleSuccessStatistics">
<Property Name="roleId" Type="Edm.String" Unicode="false" />
<Property Name="roleName" Type="Edm.String" Unicode="false" />
<Property Name="temporarySuccess" Type="Edm.Int64" />
<Property Name="temporaryFail" Type="Edm.Int64" />
<Property Name="permanentSuccess" Type="Edm.Int64" />
<Property Name="permanentFail" Type="Edm.Int64" />
<Property Name="removeSuccess" Type="Edm.Int64" />
<Property Name="removeFail" Type="Edm.Int64" />
<Property Name="unknownFail" Type="Edm.Int64" />
</ComplexType>
<EntityType Name="invitation" BaseType="microsoft.graph.entity">
<Property Name="invitedUserDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="invitedUserType" Type="Edm.String" Unicode="false" />
<Property Name="invitedUserEmailAddress" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="invitedUserMessageInfo" Type="microsoft.graph.invitedUserMessageInfo" />
<Property Name="sendInvitationMessage" Type="Edm.Boolean" />
<Property Name="inviteRedirectUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="inviteRedeemUrl" Type="Edm.String" Unicode="false" />
<Property Name="status" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="invitedUser" Type="microsoft.graph.user" />
</EntityType>
<ComplexType Name="invitedUserMessageInfo">
<Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" />
<Property Name="messageLanguage" Type="Edm.String" Unicode="false" />
<Property Name="customizedMessageBody" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="deviceManagement" BaseType="microsoft.graph.entity">
<Property Name="subscriptionState" Type="microsoft.graph.deviceManagementSubscriptionState" Nullable="false" />
<Property Name="subscriptions" Type="microsoft.graph.deviceManagementSubscriptions" Nullable="false" />
<Property Name="adminConsent" Type="microsoft.graph.adminConsent" />
<Property Name="deviceProtectionOverview" Type="microsoft.graph.deviceProtectionOverview" />
<Property Name="settings" Type="microsoft.graph.deviceManagementSettings" />
<Property Name="maximumDepTokens" Type="Edm.Int32" Nullable="false" />
<Property Name="intuneAccountId" Type="Edm.Guid" Nullable="false" />
<Property Name="intuneBrand" Type="microsoft.graph.intuneBrand" />
<NavigationProperty Name="termsAndConditions" Type="Collection(microsoft.graph.termsAndConditions)" ContainsTarget="true" />
<NavigationProperty Name="androidForWorkSettings" Type="microsoft.graph.androidForWorkSettings" ContainsTarget="true" />
<NavigationProperty Name="androidForWorkAppConfigurationSchemas" Type="Collection(microsoft.graph.androidForWorkAppConfigurationSchema)" ContainsTarget="true" />
<NavigationProperty Name="androidForWorkEnrollmentProfiles" Type="Collection(microsoft.graph.androidForWorkEnrollmentProfile)" ContainsTarget="true" />
<NavigationProperty Name="enrollmentProfiles" Type="Collection(microsoft.graph.enrollmentProfile)" ContainsTarget="true" />
<NavigationProperty Name="importedDeviceIdentities" Type="Collection(microsoft.graph.importedDeviceIdentity)" ContainsTarget="true" />
<NavigationProperty Name="importedAppleDeviceIdentities" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" ContainsTarget="true" />
<NavigationProperty Name="remoteActionAudits" Type="Collection(microsoft.graph.remoteActionAudit)" ContainsTarget="true" />
<NavigationProperty Name="applePushNotificationCertificate" Type="microsoft.graph.applePushNotificationCertificate" ContainsTarget="true" />
<NavigationProperty Name="deviceManagementScripts" Type="Collection(microsoft.graph.deviceManagementScript)" ContainsTarget="true" />
<NavigationProperty Name="managedDeviceOverview" Type="microsoft.graph.managedDeviceOverview" />
<NavigationProperty Name="detectedApps" Type="Collection(microsoft.graph.detectedApp)" ContainsTarget="true" />
<NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" ContainsTarget="true" />
<NavigationProperty Name="windowsMalwareInformation" Type="Collection(microsoft.graph.windowsMalwareInformation)" ContainsTarget="true" />
<NavigationProperty Name="deviceConfigurations" Type="Collection(microsoft.graph.deviceConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="deviceCompliancePolicies" Type="Collection(microsoft.graph.deviceCompliancePolicy)" ContainsTarget="true" />
<NavigationProperty Name="deviceSetupConfigurations" Type="Collection(microsoft.graph.deviceSetupConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="softwareUpdateStatusSummary" Type="microsoft.graph.softwareUpdateStatusSummary" />
<NavigationProperty Name="deviceCompliancePolicyDeviceStateSummary" Type="microsoft.graph.deviceCompliancePolicyDeviceStateSummary" ContainsTarget="true" />
<NavigationProperty Name="deviceCompliancePolicySettingStateSummaries" Type="Collection(microsoft.graph.deviceCompliancePolicySettingStateSummary)" ContainsTarget="true" />
<NavigationProperty Name="deviceConfigurationDeviceStateSummaries" Type="microsoft.graph.deviceConfigurationDeviceStateSummary" ContainsTarget="true" />
<NavigationProperty Name="deviceConfigurationUserStateSummaries" Type="microsoft.graph.deviceConfigurationUserStateSummary" ContainsTarget="true" />
<NavigationProperty Name="cartToClassAssociations" Type="Collection(microsoft.graph.cartToClassAssociation)" ContainsTarget="true" />
<NavigationProperty Name="iosUpdateStatuses" Type="Collection(microsoft.graph.iosUpdateDeviceStatus)" ContainsTarget="true" />
<NavigationProperty Name="ndesConnectors" Type="Collection(microsoft.graph.ndesConnector)" ContainsTarget="true" />
<NavigationProperty Name="deviceCategories" Type="Collection(microsoft.graph.deviceCategory)" ContainsTarget="true" />
<NavigationProperty Name="exchangeConnectors" Type="Collection(microsoft.graph.deviceManagementExchangeConnector)" ContainsTarget="true" />
<NavigationProperty Name="deviceEnrollmentConfigurations" Type="Collection(microsoft.graph.deviceEnrollmentConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="exchangeOnPremisesPolicy" Type="microsoft.graph.deviceManagementExchangeOnPremisesPolicy" ContainsTarget="true" />
<NavigationProperty Name="exchangeOnPremisesPolicies" Type="Collection(microsoft.graph.deviceManagementExchangeOnPremisesPolicy)" ContainsTarget="true" />
<NavigationProperty Name="conditionalAccessSettings" Type="microsoft.graph.onPremisesConditionalAccessSettings" ContainsTarget="true" />
<NavigationProperty Name="mobileThreatDefenseConnectors" Type="Collection(microsoft.graph.mobileThreatDefenseConnector)" ContainsTarget="true" />
<NavigationProperty Name="deviceManagementPartners" Type="Collection(microsoft.graph.deviceManagementPartner)" ContainsTarget="true" />
<NavigationProperty Name="depOnboardingSettings" Type="Collection(microsoft.graph.depOnboardingSetting)" ContainsTarget="true" />
<NavigationProperty Name="notificationMessageTemplates" Type="Collection(microsoft.graph.notificationMessageTemplate)" ContainsTarget="true" />
<NavigationProperty Name="roleDefinitions" Type="Collection(microsoft.graph.roleDefinition)" ContainsTarget="true" />
<NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.roleAssignment)" ContainsTarget="true" />
<NavigationProperty Name="resourceOperations" Type="Collection(microsoft.graph.resourceOperation)" ContainsTarget="true" />
<NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(microsoft.graph.telecomExpenseManagementPartner)" ContainsTarget="true" />
<NavigationProperty Name="windowsAutopilotSettings" Type="microsoft.graph.windowsAutopilotSettings" ContainsTarget="true" />
<NavigationProperty Name="windowsAutopilotDeviceIdentities" Type="Collection(microsoft.graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" />
<NavigationProperty Name="windowsAutopilotDeploymentProfiles" Type="Collection(microsoft.graph.windowsAutopilotDeploymentProfile)" ContainsTarget="true" />
<NavigationProperty Name="remoteAssistancePartners" Type="Collection(microsoft.graph.remoteAssistancePartner)" ContainsTarget="true" />
<NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(microsoft.graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" />
<NavigationProperty Name="auditEvents" Type="Collection(microsoft.graph.auditEvent)" ContainsTarget="true" />
<NavigationProperty Name="troubleshootingEvents" Type="Collection(microsoft.graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" />
</EntityType>
<EntityType Name="termsAndConditions" BaseType="microsoft.graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="bodyText" Type="Edm.String" Unicode="false" />
<Property Name="acceptanceStatement" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.termsAndConditionsGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.termsAndConditionsAssignment)" ContainsTarget="true" />
<NavigationProperty Name="acceptanceStatuses" Type="Collection(microsoft.graph.termsAndConditionsAcceptanceStatus)" ContainsTarget="true" />
</EntityType>
<EntityType Name="androidForWorkSettings" BaseType="microsoft.graph.entity">
<Property Name="bindStatus" Type="microsoft.graph.androidForWorkBindStatus" Nullable="false" />
<Property Name="lastAppSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastAppSyncStatus" Type="microsoft.graph.androidForWorkSyncStatus" Nullable="false" />
<Property Name="ownerUserPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="ownerOrganizationName" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="enrollmentTarget" Type="microsoft.graph.androidForWorkEnrollmentTarget" Nullable="false" />
<Property Name="targetGroupIds" Type="Collection(Edm.String)" Unicode="false" />
</EntityType>
<EntityType Name="androidForWorkAppConfigurationSchema" BaseType="microsoft.graph.entity">
<Property Name="exampleJson" Type="microsoft.graph.androidForWorkAppConfigurationExample" />
<Property Name="schemaItems" Type="Collection(microsoft.graph.androidForWorkAppConfigurationSchemaItem)" />
</EntityType>
<EntityType Name="androidForWorkEnrollmentProfile" BaseType="microsoft.graph.entity">
<Property Name="accountId" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="tokenValue" Type="Edm.String" Unicode="false" />
<Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="totalEnrollmentCount" Type="Edm.Int32" Nullable="false" />
<Property Name="isTokenActive" Type="Edm.Boolean" Nullable="false" />
<Property Name="qrCode" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="enrollmentProfile" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="requiresUserAuthentication" Type="Edm.Boolean" Nullable="false" />
<Property Name="configurationEndpointUrl" Type="Edm.String" Unicode="false" />
<Property Name="enableAuthenticationViaCompanyPortal" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="importedDeviceIdentity" BaseType="microsoft.graph.entity">
<Property Name="importedDeviceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="importedDeviceIdentityType" Type="microsoft.graph.importedDeviceIdentityType" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
<Property Name="platform" Type="microsoft.graph.platform" Nullable="false" />
</EntityType>
<EntityType Name="importedAppleDeviceIdentity" BaseType="microsoft.graph.entity">
<Property Name="serialNumber" Type="Edm.String" Unicode="false" />
<Property Name="requestedEnrollmentProfileId" Type="Edm.String" Unicode="false" />
<Property Name="requestedEnrollmentProfileAssignmentDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
<Property Name="discoverySource" Type="microsoft.graph.discoverySource" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
<Property Name="platform" Type="microsoft.graph.platform" Nullable="false" />
</EntityType>
<ComplexType Name="adminConsent">
<Property Name="collectFullIOSAppInventory" Type="microsoft.graph.adminConsentState" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceProtectionOverview">
<Property Name="totalReportedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="inactiveThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownStateThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingSignatureUpdateDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="cleanDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingFullScanDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingRestartDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingManualStepsDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingOfflineScanDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="criticalFailuresDeviceCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<EntityType Name="remoteActionAudit" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="initiatedByUserPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="action" Type="microsoft.graph.remoteAction" Nullable="false" />
<Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deviceOwnerUserPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="deviceIMEI" Type="Edm.String" Unicode="false" />
<Property Name="actionState" Type="microsoft.graph.deviceActionState" Nullable="false" />
</EntityType>
<EntityType Name="applePushNotificationCertificate" BaseType="microsoft.graph.entity">
<Property Name="appleIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="topicIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="certificateUploadStatus" Type="Edm.String" Unicode="false" />
<Property Name="certificateUploadFailureReason" Type="Edm.String" Unicode="false" />
<Property Name="certificate" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceManagementScript" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="runSchedule" Type="microsoft.graph.runSchedule" />
<Property Name="scriptContent" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="runAsAccount" Type="microsoft.graph.runAsAccountType" Nullable="false" />
<Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.deviceManagementScriptGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="runSummary" Type="microsoft.graph.deviceManagementScriptRunSummary" />
<NavigationProperty Name="deviceRunStates" Type="Collection(microsoft.graph.deviceManagementScriptDeviceState)" />
<NavigationProperty Name="userRunStates" Type="Collection(microsoft.graph.deviceManagementScriptUserState)" />
</EntityType>
<EntityType Name="managedDeviceOverview" BaseType="microsoft.graph.entity">
<Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="mdmEnrolledCount" Type="Edm.Int32" Nullable="false" />
<Property Name="dualEnrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="deviceOperatingSystemSummary" Type="microsoft.graph.deviceOperatingSystemSummary" />
<Property Name="deviceExchangeAccessStateSummary" Type="microsoft.graph.deviceExchangeAccessStateSummary" />
</EntityType>
<EntityType Name="detectedApp" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
<Property Name="sizeInByte" Type="Edm.Int64" Nullable="false" />
<Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" />
</EntityType>
<EntityType Name="windowsMalwareInformation" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="additionalInformationUrl" Type="Edm.String" Unicode="false" />
<Property Name="severity" Type="microsoft.graph.windowsMalwareSeverity" />
<Property Name="category" Type="microsoft.graph.windowsMalwareCategory" />
<Property Name="lastDetectionDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="windowsDevicesProtectionState" Type="Collection(microsoft.graph.windowsProtectionState)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="deviceManagementSettings">
<Property Name="windowsCommercialId" Type="Edm.String" Unicode="false" />
<Property Name="windowsCommercialIdLastModifiedTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deviceComplianceCheckinThresholdDays" Type="Edm.Int32" Nullable="false" />
<Property Name="isScheduledActionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="secureByDefault" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="deviceConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.deviceConfigurationGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceConfigurationAssignment)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.deviceConfigurationDeviceStatus)" ContainsTarget="true" />
<NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.deviceConfigurationUserStatus)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatusOverview" Type="microsoft.graph.deviceConfigurationDeviceOverview" ContainsTarget="true" />
<NavigationProperty Name="userStatusOverview" Type="microsoft.graph.deviceConfigurationUserOverview" ContainsTarget="true" />
<NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(microsoft.graph.settingStateDeviceSummary)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceCompliancePolicy" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.deviceCompliancePolicyGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="scheduledActionsForRule" Type="Collection(microsoft.graph.deviceComplianceScheduledActionForRule)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.deviceComplianceDeviceStatus)" ContainsTarget="true" />
<NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.deviceComplianceUserStatus)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatusOverview" Type="microsoft.graph.deviceComplianceDeviceOverview" ContainsTarget="true" />
<NavigationProperty Name="userStatusOverview" Type="microsoft.graph.deviceComplianceUserOverview" ContainsTarget="true" />
<NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(microsoft.graph.settingStateDeviceSummary)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceSetupConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="softwareUpdateStatusSummary" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceCompliancePolicyDeviceStateSummary" BaseType="microsoft.graph.entity">
<Property Name="inGracePeriodCount" Type="Edm.Int32" Nullable="false" />
<Property Name="configManagerCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceCompliancePolicySettingStateSummary" BaseType="microsoft.graph.entity">
<Property Name="setting" Type="Edm.String" Unicode="false" />
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="deviceComplianceSettingStates" Type="Collection(microsoft.graph.deviceComplianceSettingState)" />
</EntityType>
<EntityType Name="deviceConfigurationDeviceStateSummary" BaseType="microsoft.graph.entity">
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceConfigurationUserStateSummary" BaseType="microsoft.graph.entity">
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="cartToClassAssociation" BaseType="microsoft.graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="deviceCartIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="classroomIds" Type="Collection(Edm.String)" Unicode="false" />
</EntityType>
<EntityType Name="iosUpdateDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="installStatus" Type="microsoft.graph.iosUpdatesInstallStatus" Nullable="false" />
<Property Name="osVersion" Type="Edm.String" Unicode="false" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="deviceModel" Type="Edm.String" Unicode="false" />
<Property Name="platform" Type="Edm.Int32" Nullable="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="ndesConnector" BaseType="microsoft.graph.entity">
<Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="microsoft.graph.ndesConnectorState" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="intuneBrand">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="contactITName" Type="Edm.String" Unicode="false" />
<Property Name="contactITPhoneNumber" Type="Edm.String" Unicode="false" />
<Property Name="contactITEmailAddress" Type="Edm.String" Unicode="false" />
<Property Name="contactITNotes" Type="Edm.String" Unicode="false" />
<Property Name="privacyUrl" Type="Edm.String" Unicode="false" />
<Property Name="onlineSupportSiteUrl" Type="Edm.String" Unicode="false" />
<Property Name="onlineSupportSiteName" Type="Edm.String" Unicode="false" />
<Property Name="themeColor" Type="microsoft.graph.rgbColor" />
<Property Name="showLogo" Type="Edm.Boolean" Nullable="false" />
<Property Name="lightBackgroundLogo" Type="microsoft.graph.mimeContent" />
<Property Name="darkBackgroundLogo" Type="microsoft.graph.mimeContent" />
<Property Name="showNameNextToLogo" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="rgbColor">
<Property Name="r" Type="Edm.Byte" Nullable="false" />
<Property Name="g" Type="Edm.Byte" Nullable="false" />
<Property Name="b" Type="Edm.Byte" Nullable="false" />
</ComplexType>
<ComplexType Name="mimeContent">
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.Binary" />
</ComplexType>
<EntityType Name="deviceCategory" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceManagementExchangeConnector" BaseType="microsoft.graph.entity">
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="status" Type="microsoft.graph.deviceManagementExchangeConnectorStatus" Nullable="false" />
<Property Name="primarySmtpAddress" Type="Edm.String" Unicode="false" />
<Property Name="serverName" Type="Edm.String" Unicode="false" />
<Property Name="exchangeConnectorType" Type="microsoft.graph.deviceManagementExchangeConnectorType" Nullable="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
<Property Name="exchangeAlias" Type="Edm.String" Unicode="false" />
<Property Name="exchangeOrganization" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceEnrollmentConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="priority" Type="Edm.Int32" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.enrollmentConfigurationAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceManagementExchangeOnPremisesPolicy" BaseType="microsoft.graph.entity">
<Property Name="notificationContent" Type="Edm.Binary" />
<Property Name="defaultAccessLevel" Type="microsoft.graph.deviceManagementExchangeAccessLevel" Nullable="false" />
<Property Name="accessRules" Type="Collection(microsoft.graph.deviceManagementExchangeAccessRule)" />
<Property Name="knownDeviceClasses" Type="Collection(microsoft.graph.deviceManagementExchangeDeviceClass)" />
<NavigationProperty Name="conditionalAccessSettings" Type="microsoft.graph.onPremisesConditionalAccessSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="onPremisesConditionalAccessSettings" BaseType="microsoft.graph.entity">
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="includedGroups" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="excludedGroups" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="overrideDefaultRule" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="mobileThreatDefenseConnector" BaseType="microsoft.graph.entity">
<Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="partnerState" Type="microsoft.graph.mobileThreatPartnerTenantState" Nullable="false" />
<Property Name="androidEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="androidDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
<Property Name="iosDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
<Property Name="partnerUnsupportedOsVersionBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="iosEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="partnerUnresponsivenessThresholdInDays" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceManagementPartner" BaseType="microsoft.graph.entity">
<Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="partnerState" Type="microsoft.graph.deviceManagementPartnerTenantState" Nullable="false" />
<Property Name="partnerAppType" Type="microsoft.graph.deviceManagementPartnerAppType" Nullable="false" />
<Property Name="singleTenantAppId" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isConfigured" Type="Edm.Boolean" Nullable="false" />
<Property Name="whenPartnerDevicesWillBeRemoved" Type="Edm.DateTimeOffset" />
<Property Name="whenPartnerDevicesWillBeMarkedAsNonCompliant" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="notificationMessageTemplate" BaseType="microsoft.graph.entity">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="defaultLocale" Type="Edm.String" Unicode="false" />
<Property Name="brandingOptions" Type="microsoft.graph.notificationTemplateBrandingOptions" Nullable="false" />
<NavigationProperty Name="localizedNotificationMessages" Type="Collection(microsoft.graph.localizedNotificationMessage)" ContainsTarget="true" />
</EntityType>
<EntityType Name="roleDefinition" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="permissions" Type="Collection(microsoft.graph.rolePermission)" />
<Property Name="rolePermissions" Type="Collection(microsoft.graph.rolePermission)" />
<Property Name="isBuiltInRoleDefinition" Type="Edm.Boolean" Nullable="false" />
<Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.roleAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="roleAssignment" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="members" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="scopeMembers" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="resourceScopes" Type="Collection(Edm.String)" Unicode="false" />
<NavigationProperty Name="roleDefinition" Type="microsoft.graph.roleDefinition" />
</EntityType>
<EntityType Name="resourceOperation" BaseType="microsoft.graph.entity">
<Property Name="resourceName" Type="Edm.String" Unicode="false" />
<Property Name="actionName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="telecomExpenseManagementPartner" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="url" Type="Edm.String" Unicode="false" />
<Property Name="appAuthorized" Type="Edm.Boolean" Nullable="false" />
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="windowsAutopilotSettings" BaseType="microsoft.graph.entity">
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastManualSyncTriggerDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="syncStatus" Type="microsoft.graph.windowsAutopilotSyncStatus" Nullable="false" />
</EntityType>
<EntityType Name="windowsAutopilotDeviceIdentity" BaseType="microsoft.graph.entity">
<Property Name="deploymentProfileAssignmentStatus" Type="microsoft.graph.windowsAutopilotProfileAssignmentStatus" Nullable="false" />
<Property Name="deploymentProfileAssignedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="orderIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="serialNumber" Type="Edm.String" Unicode="false" />
<Property Name="productKey" Type="Edm.String" Unicode="false" />
<Property Name="manufacturer" Type="Edm.String" Unicode="false" />
<Property Name="model" Type="Edm.String" Unicode="false" />
<Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
<Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<NavigationProperty Name="deploymentProfile" Type="microsoft.graph.windowsAutopilotDeploymentProfile" />
</EntityType>
<EntityType Name="windowsAutopilotDeploymentProfile" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="outOfBoxExperienceSettings" Type="microsoft.graph.outOfBoxExperienceSettings" />
<NavigationProperty Name="assignedDevices" Type="Collection(microsoft.graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" />
</EntityType>
<EntityType Name="remoteAssistancePartner" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="onboardingUrl" Type="Edm.String" Unicode="false" />
<Property Name="onboardingStatus" Type="microsoft.graph.remoteAssistanceOnboardingStatus" Nullable="false" />
<Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="windowsInformationProtectionAppLearningSummary" BaseType="microsoft.graph.entity">
<Property Name="applicationName" Type="Edm.String" Unicode="false" />
<Property Name="applicationType" Type="microsoft.graph.applicationType" Nullable="false" />
<Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="auditEvent" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="componentName" Type="Edm.String" Unicode="false" />
<Property Name="actor" Type="microsoft.graph.auditActor" />
<Property Name="activity" Type="Edm.String" Unicode="false" />
<Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="activityType" Type="Edm.String" Unicode="false" />
<Property Name="activityOperationType" Type="Edm.String" Unicode="false" />
<Property Name="activityResult" Type="Edm.String" Unicode="false" />
<Property Name="correlationId" Type="Edm.Guid" Nullable="false" />
<Property Name="resources" Type="Collection(microsoft.graph.auditResource)" />
<Property Name="category" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="androidForWorkAppConfigurationExample" />
<ComplexType Name="androidForWorkAppConfigurationSchemaItem">
<Property Name="schemaItemKey" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="defaultBoolValue" Type="Edm.Boolean" />
<Property Name="defaultIntValue" Type="Edm.Int32" />
<Property Name="defaultStringValue" Type="Edm.String" Unicode="false" />
<Property Name="defaultStringArrayValue" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="dataType" Type="microsoft.graph.androidForWorkAppConfigurationSchemaItemDataType" Nullable="false" />
<Property Name="selections" Type="Collection(microsoft.graph.keyValuePair)" />
</ComplexType>
<ComplexType Name="keyValuePair">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="androidForWorkAppConfigurationExampleJson" BaseType="microsoft.graph.androidForWorkAppConfigurationExample">
<Property Name="example" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="deviceAppManagement" BaseType="microsoft.graph.entity">
<Property Name="microsoftStoreForBusinessLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="isEnabledForMicrosoftStoreForBusiness" Type="Edm.Boolean" Nullable="false" />
<Property Name="microsoftStoreForBusinessLanguage" Type="Edm.String" Unicode="false" />
<Property Name="microsoftStoreForBusinessLastCompletedApplicationSyncTime" Type="Edm.DateTimeOffset" Nullable="false" />
<NavigationProperty Name="windowsManagementApp" Type="microsoft.graph.windowsManagementApp" />
<NavigationProperty Name="mobileApps" Type="Collection(microsoft.graph.mobileApp)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppCategories" Type="Collection(microsoft.graph.mobileAppCategory)" ContainsTarget="true" />
<NavigationProperty Name="enterpriseCodeSigningCertificates" Type="Collection(microsoft.graph.enterpriseCodeSigningCertificate)" ContainsTarget="true" />
<NavigationProperty Name="iosLobAppProvisioningConfigurations" Type="Collection(microsoft.graph.iosLobAppProvisioningConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="symantecCodeSigningCertificate" Type="microsoft.graph.symantecCodeSigningCertificate" ContainsTarget="true" />
<NavigationProperty Name="mobileAppConfigurations" Type="Collection(microsoft.graph.managedDeviceMobileAppConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="sideLoadingKeys" Type="Collection(microsoft.graph.sideLoadingKey)" ContainsTarget="true" />
<NavigationProperty Name="vppTokens" Type="Collection(microsoft.graph.vppToken)" ContainsTarget="true" />
<NavigationProperty Name="managedAppPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
<NavigationProperty Name="iosManagedAppProtections" Type="Collection(microsoft.graph.iosManagedAppProtection)" ContainsTarget="true" />
<NavigationProperty Name="androidManagedAppProtections" Type="Collection(microsoft.graph.androidManagedAppProtection)" ContainsTarget="true" />
<NavigationProperty Name="defaultManagedAppProtections" Type="Collection(microsoft.graph.defaultManagedAppProtection)" ContainsTarget="true" />
<NavigationProperty Name="targetedManagedAppConfigurations" Type="Collection(microsoft.graph.targetedManagedAppConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="mdmWindowsInformationProtectionPolicies" Type="Collection(microsoft.graph.mdmWindowsInformationProtectionPolicy)" ContainsTarget="true" />
<NavigationProperty Name="windowsInformationProtectionPolicies" Type="Collection(microsoft.graph.windowsInformationProtectionPolicy)" ContainsTarget="true" />
<NavigationProperty Name="managedAppRegistrations" Type="Collection(microsoft.graph.managedAppRegistration)" ContainsTarget="true" />
<NavigationProperty Name="managedAppStatuses" Type="Collection(microsoft.graph.managedAppStatus)" ContainsTarget="true" />
<NavigationProperty Name="managedEBooks" Type="Collection(microsoft.graph.managedEBook)" ContainsTarget="true" />
</EntityType>
<EntityType Name="windowsManagementApp" BaseType="microsoft.graph.entity">
<Property Name="availableVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="healthSummary" Type="microsoft.graph.windowsManagementAppHealthSummary" />
<NavigationProperty Name="healthStates" Type="Collection(microsoft.graph.windowsManagementAppHealthState)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mobileApp" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="publisher" Type="Edm.String" Unicode="false" />
<Property Name="largeIcon" Type="microsoft.graph.mimeContent" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="isFeatured" Type="Edm.Boolean" Nullable="false" />
<Property Name="privacyInformationUrl" Type="Edm.String" Unicode="false" />
<Property Name="informationUrl" Type="Edm.String" Unicode="false" />
<Property Name="owner" Type="Edm.String" Unicode="false" />
<Property Name="developer" Type="Edm.String" Unicode="false" />
<Property Name="notes" Type="Edm.String" Unicode="false" />
<Property Name="uploadState" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="categories" Type="Collection(microsoft.graph.mobileAppCategory)" ContainsTarget="true" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.mobileAppGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.mobileAppAssignment)" ContainsTarget="true" />
<NavigationProperty Name="installSummary" Type="microsoft.graph.mobileAppInstallSummary" ContainsTarget="true" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.mobileAppInstallStatus)" ContainsTarget="true" />
<NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.userAppInstallStatus)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mobileAppCategory" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="enterpriseCodeSigningCertificate" BaseType="microsoft.graph.entity">
<Property Name="content" Type="Edm.Binary" />
<Property Name="status" Type="microsoft.graph.certificateStatus" Nullable="false" />
<Property Name="subjectName" Type="Edm.String" Unicode="false" />
<Property Name="subject" Type="Edm.String" Unicode="false" />
<Property Name="issuerName" Type="Edm.String" Unicode="false" />
<Property Name="issuer" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="iosLobAppProvisioningConfiguration" BaseType="microsoft.graph.entity">
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="payloadFileName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="payload" Type="Edm.Binary" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.mobileAppProvisioningConfigGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.iosLobAppProvisioningConfigurationAssignment)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" />
<NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" />
</EntityType>
<EntityType Name="symantecCodeSigningCertificate" BaseType="microsoft.graph.entity">
<Property Name="content" Type="Edm.Binary" />
<Property Name="status" Type="microsoft.graph.certificateStatus" Nullable="false" />
<Property Name="password" Type="Edm.String" Unicode="false" />
<Property Name="subjectName" Type="Edm.String" Unicode="false" />
<Property Name="subject" Type="Edm.String" Unicode="false" />
<Property Name="issuerName" Type="Edm.String" Unicode="false" />
<Property Name="issuer" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="targetedMobileApps" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="legacyAppConfiguration" Type="Edm.Boolean" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.mdmAppConfigGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationAssignment)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" />
<NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" />
<NavigationProperty Name="deviceStatusSummary" Type="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" ContainsTarget="true" />
<NavigationProperty Name="userStatusSummary" Type="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" ContainsTarget="true" />
</EntityType>
<EntityType Name="sideLoadingKey" BaseType="microsoft.graph.entity">
<Property Name="value" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="totalActivation" Type="Edm.Int32" Nullable="false" />
<Property Name="lastUpdatedDateTime" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="vppToken" BaseType="microsoft.graph.entity">
<Property Name="organizationName" Type="Edm.String" Unicode="false" />
<Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
<Property Name="appleId" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="token" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="microsoft.graph.vppTokenState" Nullable="false" />
<Property Name="tokenActionResults" Type="Collection(microsoft.graph.vppTokenActionResult)" />
<Property Name="lastSyncStatus" Type="microsoft.graph.vppTokenSyncStatus" Nullable="false" />
<Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="countryOrRegion" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedAppPolicy" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedAppProtection" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
<Property Name="periodOfflineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" />
<Property Name="periodOnlineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" />
<Property Name="allowedInboundDataTransferSources" Type="microsoft.graph.managedAppDataTransferLevel" Nullable="false" />
<Property Name="allowedOutboundDataTransferDestinations" Type="microsoft.graph.managedAppDataTransferLevel" Nullable="false" />
<Property Name="organizationalCredentialsRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowedOutboundClipboardSharingLevel" Type="microsoft.graph.managedAppClipboardSharingLevel" Nullable="false" />
<Property Name="dataBackupBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceComplianceRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="managedBrowserToOpenLinksRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="saveAsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="periodOfflineBeforeWipeIsEnforced" Type="Edm.Duration" Nullable="false" />
<Property Name="pinRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="maximumPinRetries" Type="Edm.Int32" Nullable="false" />
<Property Name="simplePinBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumPinLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinCharacterSet" Type="microsoft.graph.managedAppPinCharacterSet" Nullable="false" />
<Property Name="periodBeforePinReset" Type="Edm.Duration" Nullable="false" />
<Property Name="allowedDataStorageLocations" Type="Collection(microsoft.graph.managedAppDataStorageLocation)" Nullable="false" />
<Property Name="contactSyncBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="printBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="fingerprintBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableAppPinIfDevicePinIsSet" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumRequiredOsVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumWarningOsVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumRequiredAppVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumWarningAppVersion" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="targetedManagedAppProtection" BaseType="microsoft.graph.managedAppProtection" Abstract="true">
<Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="iosManagedAppProtection" BaseType="microsoft.graph.targetedManagedAppProtection">
<Property Name="appDataEncryptionType" Type="microsoft.graph.managedAppDataEncryptionType" Nullable="false" />
<Property Name="minimumRequiredSdkVersion" Type="Edm.String" Unicode="false" />
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
<NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
</EntityType>
<EntityType Name="androidManagedAppProtection" BaseType="microsoft.graph.targetedManagedAppProtection">
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" />
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<Property Name="minimumRequiredPatchVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumWarningPatchVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
<NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
</EntityType>
<EntityType Name="defaultManagedAppProtection" BaseType="microsoft.graph.managedAppProtection">
<Property Name="appDataEncryptionType" Type="microsoft.graph.managedAppDataEncryptionType" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumRequiredSdkVersion" Type="Edm.String" Unicode="false" />
<Property Name="customSettings" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<Property Name="minimumRequiredPatchVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumWarningPatchVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
<NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
</EntityType>
<EntityType Name="managedAppConfiguration" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
<Property Name="customSettings" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
</EntityType>
<EntityType Name="targetedManagedAppConfiguration" BaseType="microsoft.graph.managedAppConfiguration">
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
<NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="windowsInformationProtection" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
<Property Name="enforcementLevel" Type="microsoft.graph.windowsInformationProtectionEnforcementLevel" Nullable="false" />
<Property Name="enterpriseDomain" Type="Edm.String" Unicode="false" />
<Property Name="enterpriseProtectedDomainNames" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="protectionUnderLockConfigRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="dataRecoveryCertificate" Type="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" />
<Property Name="revokeOnUnenrollDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="rightsManagementServicesTemplateId" Type="Edm.Guid" />
<Property Name="azureRightsManagementServicesAllowed" Type="Edm.Boolean" Nullable="false" />
<Property Name="iconsVisible" Type="Edm.Boolean" Nullable="false" />
<Property Name="protectedApps" Type="Collection(microsoft.graph.windowsInformationProtectionApp)" />
<Property Name="exemptApps" Type="Collection(microsoft.graph.windowsInformationProtectionApp)" />
<Property Name="enterpriseNetworkDomainNames" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="enterpriseProxiedDomains" Type="Collection(microsoft.graph.windowsInformationProtectionProxiedDomainCollection)" />
<Property Name="enterpriseIPRanges" Type="Collection(microsoft.graph.windowsInformationProtectionIPRangeCollection)" />
<Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
<Property Name="enterpriseProxyServers" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="enterpriseInternalProxyServers" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
<Property Name="neutralDomainResources" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="indexingEncryptedStoresOrItemsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="smbAutoEncryptedFileExtensions" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
<Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="protectedAppLockerFiles" Type="Collection(microsoft.graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" />
<NavigationProperty Name="exemptAppLockerFiles" Type="Collection(microsoft.graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mdmWindowsInformationProtectionPolicy" BaseType="microsoft.graph.windowsInformationProtection" />
<EntityType Name="windowsInformationProtectionPolicy" BaseType="microsoft.graph.windowsInformationProtection">
<Property Name="revokeOnMdmHandoffDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="mdmEnrollmentUrl" Type="Edm.String" Unicode="false" />
<Property Name="windowsHelloForBusinessBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinUppercaseLetters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
<Property Name="pinLowercaseLetters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
<Property Name="pinSpecialCharacters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
<Property Name="pinExpirationDays" Type="Edm.Int32" Nullable="false" />
<Property Name="numberOfPastPinsRemembered" Type="Edm.Int32" Nullable="false" />
<Property Name="passwordMaximumAttemptCount" Type="Edm.Int32" Nullable="false" />
<Property Name="minutesOfInactivityBeforeDeviceLock" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="managedAppStatus" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedEBook" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="publisher" Type="Edm.String" Unicode="false" />
<Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="largeCover" Type="microsoft.graph.mimeContent" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="informationUrl" Type="Edm.String" Unicode="false" />
<Property Name="privacyInformationUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.eBookGroupAssignment)" ContainsTarget="true" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.managedEBookAssignment)" ContainsTarget="true" />
<NavigationProperty Name="installSummary" Type="microsoft.graph.eBookInstallSummary" ContainsTarget="true" />
<NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.deviceInstallState)" />
<NavigationProperty Name="userStateSummary" Type="Collection(microsoft.graph.userInstallStateSummary)" />
</EntityType>
<EntityType Name="mobileAppGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
<Property Name="vpnConfigurationId" Type="Edm.String" Unicode="false" />
<Property Name="installIntent" Type="microsoft.graph.appInstallIntent" Nullable="false" />
<NavigationProperty Name="app" Type="microsoft.graph.mobileApp" />
</EntityType>
<EntityType Name="mobileAppAssignment" BaseType="microsoft.graph.entity">
<Property Name="intent" Type="microsoft.graph.installIntent" Nullable="false" />
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
<Property Name="settings" Type="microsoft.graph.mobileAppAssignmentSettings" />
</EntityType>
<EntityType Name="mobileAppInstallSummary" BaseType="microsoft.graph.entity">
<Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingInstallDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="installedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pendingInstallUserCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="mobileAppInstallStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="mobileAppInstallStatusValue" Type="microsoft.graph.resultantAppState" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
<Property Name="osVersion" Type="Edm.String" Unicode="false" />
<Property Name="osDescription" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="app" Type="microsoft.graph.mobileApp" />
</EntityType>
<EntityType Name="userAppInstallStatus" BaseType="microsoft.graph.entity">
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="app" Type="microsoft.graph.mobileApp" />
<NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.mobileAppInstallStatus)" />
</EntityType>
<ComplexType Name="deviceAndAppManagementAssignmentTarget" Abstract="true" />
<ComplexType Name="mobileAppAssignmentSettings" Abstract="true" />
<EntityType Name="mobileAppContentFile" BaseType="microsoft.graph.entity">
<Property Name="azureStorageUri" Type="Edm.String" Unicode="false" />
<Property Name="isCommitted" Type="Edm.Boolean" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Int64" Nullable="false" />
<Property Name="sizeEncrypted" Type="Edm.Int64" Nullable="false" />
<Property Name="azureStorageUriExpirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="manifest" Type="Edm.Binary" />
<Property Name="uploadState" Type="microsoft.graph.mobileAppContentFileUploadState" Nullable="false" />
</EntityType>
<ComplexType Name="fileEncryptionInfo">
<Property Name="encryptionKey" Type="Edm.Binary" />
<Property Name="initializationVector" Type="Edm.Binary" />
<Property Name="mac" Type="Edm.Binary" />
<Property Name="macKey" Type="Edm.Binary" />
<Property Name="profileIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="fileDigest" Type="Edm.Binary" />
<Property Name="fileDigestAlgorithm" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="mobileAppProvisioningConfigGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="iosLobAppProvisioningConfigurationAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="deviceModel" Type="Edm.String" Unicode="false" />
<Property Name="platform" Type="Edm.Int32" Nullable="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mdmAppConfigGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="appConfiguration" Type="Edm.String" Unicode="false" />
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationDeviceSummary" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationUserSummary" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="mobileAppVppGroupAssignment" BaseType="microsoft.graph.mobileAppGroupAssignment">
<Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
<ComplexType Name="groupAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget">
<Property Name="groupId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="exclusionGroupAssignmentTarget" BaseType="microsoft.graph.groupAssignmentTarget" />
<ComplexType Name="allDevicesAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
<ComplexType Name="iosLobAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="vpnConfigurationId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="iosStoreAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="vpnConfigurationId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="iosVppAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
<Property Name="vpnConfigurationId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="microsoftStoreForBusinessAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="macOSOfficeSuiteApp" BaseType="microsoft.graph.mobileApp" />
<EntityType Name="officeSuiteApp" BaseType="microsoft.graph.mobileApp">
<Property Name="autoAcceptEula" Type="Edm.Boolean" Nullable="false" />
<Property Name="productIds" Type="Collection(microsoft.graph.officeProductId)" Nullable="false" />
<Property Name="excludedApps" Type="microsoft.graph.excludedApps" />
<Property Name="useSharedComputerActivation" Type="Edm.Boolean" Nullable="false" />
<Property Name="updateChannel" Type="microsoft.graph.officeUpdateChannel" Nullable="false" />
<Property Name="officePlatformArchitecture" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
<Property Name="localesToInstall" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="installProgressDisplayLevel" Type="microsoft.graph.officeSuiteInstallProgressDisplayLevel" Nullable="false" />
</EntityType>
<ComplexType Name="excludedApps">
<Property Name="access" 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="visio" Type="Edm.Boolean" Nullable="false" />
<Property Name="word" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="managedApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
<Property Name="appAvailability" Type="microsoft.graph.managedAppAvailability" Nullable="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedAndroidStoreApp" BaseType="microsoft.graph.managedApp">
<Property Name="packageId" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" Nullable="false" />
</EntityType>
<ComplexType Name="androidMinimumOperatingSystem">
<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" />
</ComplexType>
<EntityType Name="managedIOSStoreApp" BaseType="microsoft.graph.managedApp">
<Property Name="bundleId" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" Nullable="false" />
</EntityType>
<ComplexType Name="iosDeviceType">
<Property Name="iPad" Type="Edm.Boolean" Nullable="false" />
<Property Name="iPhoneAndIPod" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="iosMinimumOperatingSystem">
<Property Name="v8_0" Type="Edm.Boolean" Nullable="false" />
<Property Name="v9_0" Type="Edm.Boolean" Nullable="false" />
<Property Name="v10_0" Type="Edm.Boolean" Nullable="false" />
<Property Name="v11_0" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="managedMobileLobApp" BaseType="microsoft.graph.managedApp" Abstract="true">
<Property Name="committedContentVersion" Type="Edm.String" Unicode="false" />
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Int64" Nullable="false" />
<Property Name="identityVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="contentVersions" Type="Collection(microsoft.graph.mobileAppContent)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mobileAppContent" BaseType="microsoft.graph.entity">
<NavigationProperty Name="files" Type="Collection(microsoft.graph.mobileAppContentFile)" ContainsTarget="true" />
</EntityType>
<EntityType Name="managedAndroidLobApp" BaseType="microsoft.graph.managedMobileLobApp">
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
<Property Name="versionName" Type="Edm.String" Unicode="false" />
<Property Name="versionCode" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedIOSLobApp" BaseType="microsoft.graph.managedMobileLobApp">
<Property Name="bundleId" Type="Edm.String" Unicode="false" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="versionNumber" Type="Edm.String" Unicode="false" />
<Property Name="buildNumber" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mobileLobApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
<Property Name="committedContentVersion" Type="Edm.String" Unicode="false" />
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<Property Name="size" Type="Edm.Int64" Nullable="false" />
<Property Name="identityVersion" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="contentVersions" Type="Collection(microsoft.graph.mobileAppContent)" ContainsTarget="true" />
</EntityType>
<EntityType Name="windowsMobileMSI" BaseType="microsoft.graph.mobileLobApp">
<Property Name="commandLine" Type="Edm.String" Unicode="false" />
<Property Name="productCode" Type="Edm.String" Unicode="false" />
<Property Name="productVersion" Type="Edm.String" Unicode="false" />
<Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhone81AppX" BaseType="microsoft.graph.mobileLobApp">
<Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="identityResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
<Property Name="phoneProductIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="phonePublisherId" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="windowsMinimumOperatingSystem">
<Property Name="v8_0" Type="Edm.Boolean" Nullable="false" />
<Property Name="v8_1" Type="Edm.Boolean" Nullable="false" />
<Property Name="v10_0" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="windowsPhone81AppXBundle" BaseType="microsoft.graph.windowsPhone81AppX">
<Property Name="appXPackageInformationList" Type="Collection(microsoft.graph.windowsPackageInformation)" />
</EntityType>
<ComplexType Name="windowsPackageInformation">
<Property Name="applicableArchitecture" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="identityPublisher" Type="Edm.String" Unicode="false" />
<Property Name="identityResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="identityVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" />
</ComplexType>
<EntityType Name="windowsUniversalAppX" BaseType="microsoft.graph.mobileLobApp">
<Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
<Property Name="applicableDeviceTypes" Type="microsoft.graph.windowsDeviceType" Nullable="false" />
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="identityResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="isBundle" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
</EntityType>
<EntityType Name="windowsAppX" BaseType="microsoft.graph.mobileLobApp">
<Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="identityResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="isBundle" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhoneXAP" BaseType="microsoft.graph.mobileLobApp">
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
<Property Name="productIdentifier" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="androidLobApp" BaseType="microsoft.graph.mobileLobApp">
<Property Name="identityName" Type="Edm.String" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
<Property Name="versionName" Type="Edm.String" Unicode="false" />
<Property Name="versionCode" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="iosLobApp" BaseType="microsoft.graph.mobileLobApp">
<Property Name="bundleId" Type="Edm.String" Unicode="false" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="versionNumber" Type="Edm.String" Unicode="false" />
<Property Name="buildNumber" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidForWorkApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="microsoftStoreForBusinessApp" BaseType="microsoft.graph.mobileApp">
<Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="productKey" Type="Edm.String" Unicode="false" />
<Property Name="licenseType" Type="microsoft.graph.microsoftStoreForBusinessLicenseType" Nullable="false" />
<Property Name="packageIdentityName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="webApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appUrl" Type="Edm.String" Unicode="false" />
<Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhone81StoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windowsStoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidStoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
</EntityType>
<EntityType Name="iosVppApp" BaseType="microsoft.graph.mobileApp">
<Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="releaseDateTime" Type="Edm.DateTimeOffset" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
<Property Name="licensingType" Type="microsoft.graph.vppLicensingType" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" />
<Property Name="vppTokenOrganizationName" Type="Edm.String" Unicode="false" />
<Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
<Property Name="vppTokenAppleId" Type="Edm.String" Unicode="false" />
<Property Name="bundleId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="vppToken" Type="microsoft.graph.appleVolumePurchaseProgramToken" />
</EntityType>
<ComplexType Name="vppLicensingType">
<Property Name="supportUserLicensing" Type="Edm.Boolean" Nullable="false" />
<Property Name="supportDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="iosStoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="bundleId" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
</EntityType>
<EntityType Name="appReportingOverviewStatus" BaseType="microsoft.graph.entity" />
<ComplexType Name="appInstallationFailure">
<Property Name="applicationId" Type="Edm.String" Unicode="false" />
<Property Name="appName" Type="Edm.String" Unicode="false" />
<Property Name="platformId" Type="Edm.Int64" Nullable="false" />
<Property Name="userFailures" Type="Edm.Int64" Nullable="false" />
<Property Name="deviceFailures" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<EntityType Name="androidForWorkMobileAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
<Property Name="packageName" Type="Edm.String" Unicode="false" />
<Property Name="payloadJson" Type="Edm.String" Unicode="false" />
<Property Name="permissionActions" Type="Collection(microsoft.graph.androidPermissionAction)" />
</EntityType>
<ComplexType Name="androidPermissionAction">
<Property Name="permission" Type="Edm.String" Unicode="false" />
<Property Name="action" Type="microsoft.graph.androidPermissionActionType" Nullable="false" />
</ComplexType>
<EntityType Name="iosMobileAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
<Property Name="settingXml" Type="Edm.String" Unicode="false" />
<Property Name="settings" Type="Collection(microsoft.graph.appConfigurationSettingItem)" />
</EntityType>
<ComplexType Name="appConfigurationSettingItem">
<Property Name="appConfigKey" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="appConfigKeyType" Type="microsoft.graph.mdmAppConfigKeyType" Nullable="false" />
<Property Name="appConfigKeyValue" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="termsAndConditionsGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="termsAndConditions" Type="microsoft.graph.termsAndConditions" />
</EntityType>
<EntityType Name="termsAndConditionsAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<EntityType Name="termsAndConditionsAcceptanceStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="acceptedVersion" Type="Edm.Int32" Nullable="false" />
<Property Name="acceptedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<NavigationProperty Name="termsAndConditions" Type="microsoft.graph.termsAndConditions" />
</EntityType>
<EntityType Name="importedDeviceIdentityResult" BaseType="microsoft.graph.importedDeviceIdentity">
<Property Name="status" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="importedAppleDeviceIdentityResult" BaseType="microsoft.graph.importedAppleDeviceIdentity">
<Property Name="status" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="depEnrollmentProfile" BaseType="microsoft.graph.enrollmentProfile">
<Property Name="supervisedModeEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="supportDepartment" Type="Edm.String" Unicode="false" />
<Property Name="passCodeDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="isMandatory" Type="Edm.Boolean" Nullable="false" />
<Property Name="locationDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="supportPhoneNumber" Type="Edm.String" Unicode="false" />
<Property Name="iTunesPairingMode" Type="microsoft.graph.iTunesPairingMode" Nullable="false" />
<Property Name="profileRemovalDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="managementCertificates" Type="Collection(microsoft.graph.managementCertificateWithThumbprint)" />
<Property Name="restoreBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="restoreFromAndroidDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="appleIdDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="termsAndConditionsDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="touchIdDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="applePayDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="zoomDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticsDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="macOSRegistrationDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="macOSFileVaultDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="awaitDeviceConfiguredConfirmation" Type="Edm.Boolean" Nullable="false" />
<Property Name="sharedIPadMaximumUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="enableSharedIPad" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="managementCertificateWithThumbprint">
<Property Name="thumbprint" Type="Edm.String" Unicode="false" />
<Property Name="certificate" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="deviceManagementScriptGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="runSchedule" />
<EntityType Name="deviceManagementScriptRunSummary" BaseType="microsoft.graph.entity">
<Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceManagementScriptDeviceState" BaseType="microsoft.graph.entity">
<Property Name="runState" Type="microsoft.graph.runState" Nullable="false" />
<Property Name="resultMessage" Type="Edm.String" Unicode="false" />
<Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDescription" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="managedDevice" Type="microsoft.graph.managedDevice" />
</EntityType>
<EntityType Name="deviceManagementScriptUserState" BaseType="microsoft.graph.entity">
<Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="deviceRunStates" Type="Collection(microsoft.graph.deviceManagementScriptDeviceState)" />
</EntityType>
<EntityType Name="deviceConfigurationState" BaseType="microsoft.graph.entity">
<Property Name="settingStates" Type="Collection(microsoft.graph.deviceConfigurationSettingState)" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="settingCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<ComplexType Name="hardwareInformation">
<Property Name="serialNumber" Type="Edm.String" Unicode="false" />
<Property Name="totalStorageSpace" Type="Edm.Int64" Nullable="false" />
<Property Name="freeStorageSpace" Type="Edm.Int64" Nullable="false" />
<Property Name="imei" Type="Edm.String" Unicode="false" />
<Property Name="meid" Type="Edm.String" Unicode="false" />
<Property Name="manufacturer" Type="Edm.String" Unicode="false" />
<Property Name="model" Type="Edm.String" Unicode="false" />
<Property Name="phoneNumber" Type="Edm.String" Unicode="false" />
<Property Name="subscriberCarrier" Type="Edm.String" Unicode="false" />
<Property Name="cellularTechnology" Type="Edm.String" Unicode="false" />
<Property Name="wifiMac" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystemLanguage" Type="Edm.String" Unicode="false" />
<Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
<Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" />
<Property Name="isSharedDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="sharedDeviceCachedUsers" Type="Collection(microsoft.graph.sharedAppleDeviceUser)" />
<Property Name="tpmSpecificationVersion" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystemEdition" Type="Edm.String" Unicode="false" />
<Property Name="deviceFullQualifiedDomainName" Type="Edm.String" Unicode="false" />
<Property Name="deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Type="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Nullable="false" />
<Property Name="deviceGuardVirtualizationBasedSecurityState" Type="microsoft.graph.deviceGuardVirtualizationBasedSecurityState" Nullable="false" />
<Property Name="deviceGuardLocalSystemAuthorityCredentialGuardState" Type="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState" Nullable="false" />
</ComplexType>
<ComplexType Name="sharedAppleDeviceUser">
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="dataToSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="dataQuota" Type="Edm.Int64" />
<Property Name="dataUsed" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceActionResult">
<Property Name="actionName" Type="Edm.String" Unicode="false" />
<Property Name="actionState" Type="microsoft.graph.deviceActionState" Nullable="false" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="configurationManagerClientEnabledFeatures">
<Property Name="inventory" Type="Edm.Boolean" Nullable="false" />
<Property Name="modernApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="resourceAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceConfiguration" Type="Edm.Boolean" Nullable="false" />
<Property Name="compliancePolicy" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsUpdateForBusiness" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceHealthAttestationState">
<Property Name="lastUpdateDateTime" Type="Edm.String" Unicode="false" />
<Property Name="contentNamespaceUrl" Type="Edm.String" Unicode="false" />
<Property Name="deviceHealthAttestationStatus" Type="Edm.String" Unicode="false" />
<Property Name="contentVersion" Type="Edm.String" Unicode="false" />
<Property Name="issuedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="attestationIdentityKey" Type="Edm.String" Unicode="false" />
<Property Name="resetCount" Type="Edm.Int64" Nullable="false" />
<Property Name="restartCount" Type="Edm.Int64" Nullable="false" />
<Property Name="dataExcutionPolicy" Type="Edm.String" Unicode="false" />
<Property Name="bitLockerStatus" Type="Edm.String" Unicode="false" />
<Property Name="bootManagerVersion" Type="Edm.String" Unicode="false" />
<Property Name="codeIntegrityCheckVersion" Type="Edm.String" Unicode="false" />
<Property Name="secureBoot" Type="Edm.String" Unicode="false" />
<Property Name="bootDebugging" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystemKernelDebugging" Type="Edm.String" Unicode="false" />
<Property Name="codeIntegrity" Type="Edm.String" Unicode="false" />
<Property Name="testSigning" Type="Edm.String" Unicode="false" />
<Property Name="safeMode" Type="Edm.String" Unicode="false" />
<Property Name="windowsPE" Type="Edm.String" Unicode="false" />
<Property Name="earlyLaunchAntiMalwareDriverProtection" Type="Edm.String" Unicode="false" />
<Property Name="virtualSecureMode" Type="Edm.String" Unicode="false" />
<Property Name="pcrHashAlgorithm" Type="Edm.String" Unicode="false" />
<Property Name="bootAppSecurityVersion" Type="Edm.String" Unicode="false" />
<Property Name="bootManagerSecurityVersion" Type="Edm.String" Unicode="false" />
<Property Name="tpmVersion" Type="Edm.String" Unicode="false" />
<Property Name="pcr0" Type="Edm.String" Unicode="false" />
<Property Name="secureBootConfigurationPolicyFingerPrint" Type="Edm.String" Unicode="false" />
<Property Name="codeIntegrityPolicy" Type="Edm.String" Unicode="false" />
<Property Name="bootRevisionListInfo" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystemRevListInfo" Type="Edm.String" Unicode="false" />
<Property Name="healthStatusMismatchInfo" Type="Edm.String" Unicode="false" />
<Property Name="healthAttestationSupportedStatus" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="windowsProtectionState" BaseType="microsoft.graph.entity">
<Property Name="malwareProtectionEnabled" Type="Edm.Boolean" />
<Property Name="deviceState" Type="microsoft.graph.windowsDeviceHealthState" />
<Property Name="realTimeProtectionEnabled" Type="Edm.Boolean" />
<Property Name="networkInspectionSystemEnabled" Type="Edm.Boolean" />
<Property Name="quickScanOverdue" Type="Edm.Boolean" />
<Property Name="fullScanOverdue" Type="Edm.Boolean" />
<Property Name="signatureUpdateOverdue" Type="Edm.Boolean" />
<Property Name="rebootRequired" Type="Edm.Boolean" />
<Property Name="fullScanRequired" Type="Edm.Boolean" />
<Property Name="engineVersion" Type="Edm.String" Unicode="false" />
<Property Name="signatureVersion" Type="Edm.String" Unicode="false" />
<Property Name="antiMalwareVersion" Type="Edm.String" Unicode="false" />
<Property Name="lastQuickScanDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastFullScanDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastQuickScanSignatureVersion" Type="Edm.String" Unicode="false" />
<Property Name="lastFullScanSignatureVersion" Type="Edm.String" Unicode="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="detectedMalwareState" Type="Collection(microsoft.graph.windowsDeviceMalwareState)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceCompliancePolicyState" BaseType="microsoft.graph.entity">
<Property Name="settingStates" Type="Collection(microsoft.graph.deviceCompliancePolicySettingState)" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="settingCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<ComplexType Name="bulkManagedDeviceActionResult">
<Property Name="successfulDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="failedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="notFoundDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="notSupportedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<ComplexType Name="updateWindowsDeviceAccountActionParameter">
<Property Name="deviceAccount" Type="microsoft.graph.windowsDeviceAccount" />
<Property Name="passwordRotationEnabled" Type="Edm.Boolean" />
<Property Name="calendarSyncEnabled" Type="Edm.Boolean" />
<Property Name="deviceAccountEmail" Type="Edm.String" Unicode="false" />
<Property Name="exchangeServer" Type="Edm.String" Unicode="false" />
<Property Name="sessionInitiationProtocalAddress" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="windowsDeviceAccount">
<Property Name="password" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="dailySchedule" BaseType="microsoft.graph.runSchedule">
<Property Name="interval" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="hourlySchedule" BaseType="microsoft.graph.runSchedule">
<Property Name="interval" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsDefenderScanActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="scanType" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="deleteUserFromSharedAppleDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="locateDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="deviceLocation" Type="microsoft.graph.deviceGeoLocation" />
</ComplexType>
<ComplexType Name="deviceGeoLocation">
<Property Name="lastCollectedDateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastCollectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="longitude" Type="Edm.Double" Nullable="false" />
<Property Name="latitude" Type="Edm.Double" Nullable="false" />
<Property Name="altitude" Type="Edm.Double" Nullable="false" />
<Property Name="horizontalAccuracy" Type="Edm.Double" Nullable="false" />
<Property Name="verticalAccuracy" Type="Edm.Double" Nullable="false" />
<Property Name="heading" Type="Edm.Double" Nullable="false" />
<Property Name="speed" Type="Edm.Double" Nullable="false" />
</ComplexType>
<ComplexType Name="remoteLockActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="unlockPin" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="resetPasscodeActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="passcode" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="windowsDeviceMalwareState" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="additionalInformationUrl" Type="Edm.String" Unicode="false" />
<Property Name="severity" Type="microsoft.graph.windowsMalwareSeverity" />
<Property Name="catetgory" Type="microsoft.graph.windowsMalwareCategory" />
<Property Name="executionState" Type="microsoft.graph.windowsMalwareExecutionState" />
<Property Name="state" Type="microsoft.graph.windowsMalwareState" />
<Property Name="initialDetectionDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastStateChangeDateTime" Type="Edm.DateTimeOffset" />
<Property Name="detectionCount" Type="Edm.Int32" />
</EntityType>
<EntityType Name="windowsManagedDevice" BaseType="microsoft.graph.managedDevice" />
<ComplexType Name="deviceOperatingSystemSummary">
<Property Name="androidCount" Type="Edm.Int32" Nullable="false" />
<Property Name="iosCount" Type="Edm.Int32" Nullable="false" />
<Property Name="macOSCount" Type="Edm.Int32" Nullable="false" />
<Property Name="windowsMobileCount" Type="Edm.Int32" Nullable="false" />
<Property Name="windowsCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceExchangeAccessStateSummary">
<Property Name="allowedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="blockedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="quarantinedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unavailableDeviceCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<EntityType Name="windowsManagementAppHealthSummary" BaseType="microsoft.graph.entity">
<Property Name="healthyDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unhealthyDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="windowsManagementAppHealthState" BaseType="microsoft.graph.entity">
<Property Name="healthState" Type="microsoft.graph.healthState" Nullable="false" />
<Property Name="installedVersion" Type="Edm.String" Unicode="false" />
<Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="deviceOSVersion" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="windowsDeviceADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
<Property Name="domainName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="windowsDeviceAzureADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="reportRoot" BaseType="microsoft.graph.entity" />
<EntityType Name="deviceConfigurationGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
<Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="deviceConfiguration" Type="microsoft.graph.deviceConfiguration" />
</EntityType>
<EntityType Name="deviceConfigurationAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<EntityType Name="deviceConfigurationDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="deviceModel" Type="Edm.String" Unicode="false" />
<Property Name="platform" Type="Edm.Int32" Nullable="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceConfigurationUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceConfigurationDeviceOverview" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceConfigurationUserOverview" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="settingStateDeviceSummary" BaseType="microsoft.graph.entity">
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="instancePath" Type="Edm.String" Unicode="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceCompliancePolicyGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Unicode="false" />
<Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="deviceCompliancePolicy" Type="microsoft.graph.deviceCompliancePolicy" />
</EntityType>
<EntityType Name="deviceCompliancePolicyAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<EntityType Name="deviceComplianceScheduledActionForRule" BaseType="microsoft.graph.entity">
<Property Name="ruleName" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="scheduledActionConfigurations" Type="Collection(microsoft.graph.deviceComplianceActionItem)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceComplianceDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="deviceModel" Type="Edm.String" Unicode="false" />
<Property Name="platform" Type="Edm.Int32" Nullable="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceComplianceUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
<Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceComplianceDeviceOverview" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceComplianceUserOverview" BaseType="microsoft.graph.entity">
<Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
<Property Name="successCount" 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="configurationVersion" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceComplianceActionItem" BaseType="microsoft.graph.entity">
<Property Name="gracePeriodHours" Type="Edm.Int32" Nullable="false" />
<Property Name="actionType" Type="microsoft.graph.deviceComplianceActionType" Nullable="false" />
<Property Name="notificationTemplateId" Type="Edm.String" Unicode="false" />
<Property Name="notificationMessageCCList" Type="Collection(Edm.String)" Unicode="false" />
<NavigationProperty Name="notificationMessageTemplate" Type="microsoft.graph.notificationMessageTemplate" />
</EntityType>
<EntityType Name="androidDeviceComplianceLocalActionBase" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="windowsPrivacyDataAccessControlItem" BaseType="microsoft.graph.deviceConfigurationAssignment">
<Property Name="accessLevel" Type="microsoft.graph.windowsPrivacyDataAccessLevel" Nullable="false" />
<Property Name="dataCategory" Type="microsoft.graph.windowsPrivacyDataCategory" Nullable="false" />
<Property Name="appPackageFamilyName" Type="Edm.String" Unicode="false" />
<Property Name="appDisplayName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windowsAssignedAccessProfile" BaseType="microsoft.graph.entity">
<Property Name="profileName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="showTaskBar" Type="Edm.Boolean" Nullable="false" />
<Property Name="appUserModelIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="desktopAppPaths" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="userAccounts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="startMenuLayoutXml" Type="Edm.Binary" Nullable="false" />
</EntityType>
<ComplexType Name="report">
<Property Name="content" Type="Edm.Stream" />
</ComplexType>
<EntityType Name="androidForWorkEasEmailProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" Nullable="false" />
<Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
<Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
<Property Name="hostName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
<Property Name="usernameSource" Type="microsoft.graph.androidUsernameSource" Nullable="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
</EntityType>
<EntityType Name="androidForWorkCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidForWorkTrustedRootCertificate" />
</EntityType>
<ComplexType Name="extendedKeyUsage">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="objectIdentifier" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="androidForWorkTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidForWorkPkcsCertificateProfile" BaseType="microsoft.graph.androidForWorkCertificateProfileBase">
<Property Name="certificationAuthority" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidForWorkScepCertificateProfile" BaseType="microsoft.graph.androidForWorkCertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="managedDeviceCertificateState" BaseType="microsoft.graph.entity">
<Property Name="devicePlatform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
<Property Name="certificateKeyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="certificateProfileDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="deviceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="serverUrl" Type="Edm.String" Unicode="false" />
<Property Name="certificateExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastCertificateStateChangeDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="certificateIssuer" Type="Edm.String" Unicode="false" />
<Property Name="certificateThumbprint" Type="Edm.String" Unicode="false" />
<Property Name="certificateSerialNumber" Type="Edm.String" Unicode="false" />
<Property Name="certificateKeyLength" Type="Edm.Int32" Nullable="false" />
<Property Name="enhancedKeyUsage" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidForWorkGmailEasConfiguration" BaseType="microsoft.graph.androidForWorkEasEmailProfileBase" />
<EntityType Name="androidForWorkNineWorkEasConfiguration" BaseType="microsoft.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="androidCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidTrustedRootCertificate" />
</EntityType>
<EntityType Name="androidTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidPkcsCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
<Property Name="certificationAuthority" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="androidScepCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="androidCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</EntityType>
<ComplexType Name="omaSetting" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="omaUri" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="omaSettingInteger" BaseType="microsoft.graph.omaSetting">
<Property Name="value" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="omaSettingFloatingPoint" BaseType="microsoft.graph.omaSetting">
<Property Name="value" Type="Edm.Single" Nullable="false" />
</ComplexType>
<ComplexType Name="omaSettingString" BaseType="microsoft.graph.omaSetting">
<Property Name="value" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="omaSettingDateTime" BaseType="microsoft.graph.omaSetting">
<Property Name="value" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="omaSettingStringXml" BaseType="microsoft.graph.omaSetting">
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.Binary" Nullable="false" />
</ComplexType>
<ComplexType Name="omaSettingBoolean" BaseType="microsoft.graph.omaSetting">
<Property Name="value" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="omaSettingBase64" BaseType="microsoft.graph.omaSetting">
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="androidEasEmailProfileConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" Nullable="false" />
<Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncNotes" Type="Edm.Boolean" Nullable="false" />
<Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
<Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
<Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
<Property Name="hostName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="requireSmime" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
<Property Name="usernameSource" Type="microsoft.graph.androidUsernameSource" Nullable="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
<NavigationProperty Name="smimeSigningCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
</EntityType>
<EntityType Name="androidForWorkCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</EntityType>
<EntityType Name="androidForWorkWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="networkName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ssid" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiSecurityType" Type="microsoft.graph.androidWiFiSecurityType" Nullable="false" />
</EntityType>
<EntityType Name="androidForWorkEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidForWorkWiFiConfiguration">
<Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
<Property Name="nonEapAuthenticationMethodForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
<Property Name="nonEapAuthenticationMethodForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
<Property Name="enableOuterIdentityPrivacy" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidForWorkTrustedRootCertificate" />
<NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
</EntityType>
<EntityType Name="androidForWorkGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.androidForWorkRequiredPasswordType" Nullable="false" />
<Property Name="workProfileDataSharingType" Type="microsoft.graph.androidForWorkCrossProfileDataSharingType" Nullable="false" />
<Property Name="workProfileBlockNotificationsWhileDeviceLocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="blockCrossProfileCopyPaste" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileDefaultAppPermissionPolicy" Type="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType" Nullable="false" />
<Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfilePasswordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="workProfilePasswordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="workProfilePasswordRequiredType" Type="microsoft.graph.androidForWorkRequiredPasswordType" Nullable="false" />
<Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireAppVerify" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidForWorkVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="connectionName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectionType" Type="microsoft.graph.androidForWorkVpnConnectionType" Nullable="false" />
<Property Name="role" Type="Edm.String" Unicode="false" />
<Property Name="realm" Type="Edm.String" Unicode="false" />
<Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
<Property Name="fingerprint" Type="Edm.String" Unicode="false" />
<Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
<Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
</EntityType>
<ComplexType Name="vpnServer">
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="ipAddressOrFqdn" Type="Edm.String" Unicode="false" />
<Property Name="address" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isDefaultServer" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="androidGeneralDeviceConfiguration" BaseType="microsoft.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="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="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
<Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
<Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="googleAccountBlockAutoSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="googlePlayStoreBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeBlockSleepButton" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeBlockVolumeButtons" Type="Edm.Boolean" Nullable="false" />
<Property Name="dateAndTimeBlockChanges" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeApps" Type="Collection(microsoft.graph.appListItem)" />
<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="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="powerOffBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="factoryResetBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceSharingAllowed" 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="webBrowserBlockPopups" Type="Edm.Boolean" Nullable="false" />
<Property Name="webBrowserBlockAutofill" Type="Edm.Boolean" Nullable="false" />
<Property Name="webBrowserBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
<Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="webBrowserCookieSettings" Type="microsoft.graph.webBrowserCookieSettings" Nullable="false" />
<Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="appsInstallAllowList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="appsLaunchBlockList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="appsHideList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="requireAppVerify" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="appListItem">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="publisher" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
<Property Name="appId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="appsComplianceListItem">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="publisher" Type="Edm.String" Unicode="false" />
<Property Name="appStoreUrl" Type="Edm.String" Unicode="false" />
<Property Name="appId" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="androidVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="connectionName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectionType" Type="microsoft.graph.androidVpnConnectionType" Nullable="false" />
<Property Name="role" Type="Edm.String" Unicode="false" />
<Property Name="realm" Type="Edm.String" Unicode="false" />
<Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
<Property Name="fingerprint" Type="Edm.String" Unicode="false" />
<Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
<Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
</EntityType>
<EntityType Name="androidWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="networkName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ssid" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiSecurityType" Type="microsoft.graph.androidWiFiSecurityType" Nullable="false" />
</EntityType>
<EntityType Name="androidEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidWiFiConfiguration">
<Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
<Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
<Property Name="innerAuthenticationProtocolForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
<Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidTrustedRootCertificate" />
<NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidCertificateProfileBase" />
</EntityType>
<EntityType Name="iosCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.appleSubjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
</EntityType>
<EntityType Name="iosPkcsCertificateProfile" BaseType="microsoft.graph.iosCertificateProfileBase">
<Property Name="certificationAuthority" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="iosScepCertificateProfile" BaseType="microsoft.graph.iosCertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.iosTrustedRootCertificate" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="iosTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="iosCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="payloadName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="payloadFileName" Type="Edm.String" Unicode="false" />
<Property Name="payload" Type="Edm.Binary" Nullable="false" />
</EntityType>
<EntityType Name="iosEasEmailProfileConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" />
<Property Name="blockMovingMessagesToOtherEmailAccounts" Type="Edm.Boolean" Nullable="false" />
<Property Name="blockSendingEmailFromThirdPartyApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="blockSyncingRecentlyUsedEmailAddresses" Type="Edm.Boolean" Nullable="false" />
<Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
<Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
<Property Name="hostName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="requireSmime" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
<Property Name="usernameSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
<NavigationProperty Name="smimeSigningCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
</EntityType>
<EntityType Name="iosEduDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="teacherCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" Nullable="false" />
<Property Name="studentCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" />
<Property Name="deviceCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" />
</EntityType>
<ComplexType Name="iosEduCertificateSettings">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
<Property Name="certificationAuthority" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
</ComplexType>
<EntityType Name="iosEducationDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration" />
<EntityType Name="iosGeneralDeviceConfiguration" BaseType="microsoft.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="appleWatchBlockPairing" Type="Edm.Boolean" Nullable="false" />
<Property Name="appleWatchForceWristDetection" Type="Edm.Boolean" Nullable="false" />
<Property Name="appleNewsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="appsSingleAppModeList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="appsVisibilityList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="appsVisibilityListType" Type="microsoft.graph.appListType" Nullable="false" />
<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="bluetoothBlockModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockGlobalBackgroundFetchWhileRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockPerAppDataModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockPersonalHotspot" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockVoiceRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="certificatesBlockUntrustedTlsCertificates" Type="Edm.Boolean" Nullable="false" />
<Property Name="classroomAppBlockRemoteScreenObservation" Type="Edm.Boolean" Nullable="false" />
<Property Name="classroomAppForceUnpromptedScreenObservation" Type="Edm.Boolean" Nullable="false" />
<Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
<Property Name="configurationProfileBlockChanges" Type="Edm.Boolean" Nullable="false" />
<Property Name="definitionLookupBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceBlockEnableRestrictions" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceBlockEraseContentAndSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceBlockNameModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticDataBlockSubmissionModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="documentsBlockManagedDocumentsInUnmanagedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="documentsBlockUnmanagedDocumentsInManagedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="enterpriseAppBlockTrust" Type="Edm.Boolean" Nullable="false" />
<Property Name="enterpriseAppBlockTrustModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="faceTimeBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="findMyFriendsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="gamingBlockGameCenterFriends" Type="Edm.Boolean" Nullable="false" />
<Property Name="gamingBlockMultiplayer" Type="Edm.Boolean" Nullable="false" />
<Property Name="gameCenterBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="hostPairingBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="iBooksStoreBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="iBooksStoreBlockErotica" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockActivityContinuation" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockBackup" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockDocumentSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockManagedAppsSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockPhotoLibrary" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockPhotoStreamSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudBlockSharedPhotoStream" Type="Edm.Boolean" Nullable="false" />
<Property Name="iCloudRequireEncryptedBackup" Type="Edm.Boolean" Nullable="false" />
<Property Name="iTunesBlockExplicitContent" Type="Edm.Boolean" Nullable="false" />
<Property Name="iTunesBlockMusicService" Type="Edm.Boolean" Nullable="false" />
<Property Name="iTunesBlockRadio" Type="Edm.Boolean" Nullable="false" />
<Property Name="keyboardBlockAutoCorrect" Type="Edm.Boolean" Nullable="false" />
<Property Name="keyboardBlockDictation" Type="Edm.Boolean" Nullable="false" />
<Property Name="keyboardBlockPredictive" Type="Edm.Boolean" Nullable="false" />
<Property Name="keyboardBlockShortcuts" Type="Edm.Boolean" Nullable="false" />
<Property Name="keyboardBlockSpellCheck" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowAssistiveSpeak" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowAssistiveTouchSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowAutoLock" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowColorInversionSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowRingerSwitch" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowScreenRotation" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowSleepButton" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowTouchscreen" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowVoiceOverSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowVolumeButtons" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAllowZoomSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeAppStoreUrl" Type="Edm.String" Unicode="false" />
<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="kioskModeManagedAppId" Type="Edm.String" Unicode="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="mediaContentRatingAustralia" Type="microsoft.graph.mediaContentRatingAustralia" />
<Property Name="mediaContentRatingCanada" Type="microsoft.graph.mediaContentRatingCanada" />
<Property Name="mediaContentRatingFrance" Type="microsoft.graph.mediaContentRatingFrance" />
<Property Name="mediaContentRatingGermany" Type="microsoft.graph.mediaContentRatingGermany" />
<Property Name="mediaContentRatingIreland" Type="microsoft.graph.mediaContentRatingIreland" />
<Property Name="mediaContentRatingJapan" Type="microsoft.graph.mediaContentRatingJapan" />
<Property Name="mediaContentRatingNewZealand" Type="microsoft.graph.mediaContentRatingNewZealand" />
<Property Name="mediaContentRatingUnitedKingdom" Type="microsoft.graph.mediaContentRatingUnitedKingdom" />
<Property Name="mediaContentRatingUnitedStates" Type="microsoft.graph.mediaContentRatingUnitedStates" />
<Property Name="networkUsageRules" Type="Collection(microsoft.graph.iosNetworkUsageRule)" />
<Property Name="mediaContentRatingApps" Type="microsoft.graph.ratingAppsType" Nullable="false" />
<Property Name="messagesBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="notificationsBlockSettingsModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="passcodeBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
<Property Name="passcodeBlockFingerprintModification" 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="passcodeMinimumLength" Type="Edm.Int32" />
<Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passcodeMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" />
<Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" />
<Property Name="passcodeRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="podcastsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariBlockAutofill" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariBlockPopups" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariCookieSettings" Type="microsoft.graph.webBrowserCookieSettings" Nullable="false" />
<Property Name="safariManagedDomains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="safariPasswordAutoFillDomains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="safariRequireFraudWarning" Type="Edm.Boolean" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlockedWhenLocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlockUserGeneratedContent" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriRequireProfanityFilter" Type="Edm.Boolean" Nullable="false" />
<Property Name="spotlightBlockInternetResults" Type="Edm.Boolean" Nullable="false" />
<Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wallpaperBlockModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiConnectOnlyToConfiguredNetworks" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="mediaContentRatingAustralia">
<Property Name="movieRating" Type="microsoft.graph.ratingAustraliaMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingAustraliaTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingCanada">
<Property Name="movieRating" Type="microsoft.graph.ratingCanadaMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingCanadaTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingFrance">
<Property Name="movieRating" Type="microsoft.graph.ratingFranceMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingFranceTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingGermany">
<Property Name="movieRating" Type="microsoft.graph.ratingGermanyMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingGermanyTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingIreland">
<Property Name="movieRating" Type="microsoft.graph.ratingIrelandMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingIrelandTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingJapan">
<Property Name="movieRating" Type="microsoft.graph.ratingJapanMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingJapanTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingNewZealand">
<Property Name="movieRating" Type="microsoft.graph.ratingNewZealandMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingNewZealandTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingUnitedKingdom">
<Property Name="movieRating" Type="microsoft.graph.ratingUnitedKingdomMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingUnitedKingdomTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="mediaContentRatingUnitedStates">
<Property Name="movieRating" Type="microsoft.graph.ratingUnitedStatesMoviesType" Nullable="false" />
<Property Name="tvRating" Type="microsoft.graph.ratingUnitedStatesTelevisionType" Nullable="false" />
</ComplexType>
<ComplexType Name="iosNetworkUsageRule">
<Property Name="managedApps" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="cellularDataBlockWhenRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularDataBlocked" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="iosUpdateConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" />
<Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" />
<Property Name="scheduledInstallDays" Type="Collection(microsoft.graph.dayOfWeek)" Nullable="false" />
<Property Name="utcTimeOffsetInMinutes" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="iosWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="networkName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ssid" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiSecurityType" Type="microsoft.graph.wiFiSecurityType" Nullable="false" />
<Property Name="proxySettings" Type="microsoft.graph.wiFiProxySetting" Nullable="false" />
<Property Name="proxyManualAddress" Type="Edm.String" Unicode="false" />
<Property Name="proxyManualPort" Type="Edm.Int32" />
<Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" Unicode="false" />
<Property Name="preSharedKey" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="iosEnterpriseWiFiConfiguration" BaseType="microsoft.graph.iosWiFiConfiguration">
<Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
<Property Name="eapFastConfiguration" Type="microsoft.graph.eapFastConfiguration" />
<Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
<Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
<Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificatesForServerValidation" Type="Collection(microsoft.graph.iosTrustedRootCertificate)" />
<NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.iosCertificateProfileBase" />
</EntityType>
<EntityType Name="macOSCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.appleSubjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
</EntityType>
<EntityType Name="macOSScepCertificateProfile" BaseType="microsoft.graph.macOSCertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" />
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.macOSTrustedRootCertificate" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="macOSTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="macOSCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="payloadName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="payloadFileName" Type="Edm.String" Unicode="false" />
<Property Name="payload" Type="Edm.Binary" Nullable="false" />
</EntityType>
<EntityType Name="macOSGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
<Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="macOSWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="networkName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ssid" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiSecurityType" Type="microsoft.graph.wiFiSecurityType" Nullable="false" />
<Property Name="proxySettings" Type="microsoft.graph.wiFiProxySetting" Nullable="false" />
<Property Name="proxyManualAddress" Type="Edm.String" Unicode="false" />
<Property Name="proxyManualPort" Type="Edm.Int32" />
<Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" Unicode="false" />
<Property Name="preSharedKey" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="macOSEnterpriseWiFiConfiguration" BaseType="microsoft.graph.macOSWiFiConfiguration">
<Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
<Property Name="eapFastConfiguration" Type="microsoft.graph.eapFastConfiguration" />
<Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
<Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
<Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.macOSTrustedRootCertificate" />
<NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.macOSCertificateProfileBase" />
</EntityType>
<EntityType Name="appleDeviceFeaturesConfigurationBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="airPrintDestinations" Type="Collection(microsoft.graph.airPrintDestination)" />
</EntityType>
<ComplexType Name="airPrintDestination">
<Property Name="ipAddress" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="resourcePath" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="port" Type="Edm.Int32" />
<Property Name="forceTls" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="iosDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase">
<Property Name="assetTagTemplate" Type="Edm.String" Unicode="false" />
<Property Name="contentFilterSettings" Type="microsoft.graph.iosWebContentFilterBase" />
<Property Name="lockScreenFootnote" Type="Edm.String" Unicode="false" />
<Property Name="homeScreenDockIcons" Type="Collection(microsoft.graph.iosHomeScreenItem)" />
<Property Name="homeScreenPages" Type="Collection(microsoft.graph.iosHomeScreenPage)" />
<Property Name="notificationSettings" Type="Collection(microsoft.graph.iosNotificationSettings)" />
<Property Name="singleSignOnSettings" Type="microsoft.graph.iosSingleSignOnSettings" />
<NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.iosCertificateProfileBase" />
</EntityType>
<ComplexType Name="iosWebContentFilterBase" Abstract="true" />
<ComplexType Name="iosHomeScreenItem" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="iosHomeScreenPage">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="icons" Type="Collection(microsoft.graph.iosHomeScreenItem)" Nullable="false" />
</ComplexType>
<ComplexType Name="iosNotificationSettings">
<Property Name="bundleID" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="appName" Type="Edm.String" Unicode="false" />
<Property Name="publisher" Type="Edm.String" Unicode="false" />
<Property Name="enabled" Type="Edm.Boolean" />
<Property Name="showInNotificationCenter" Type="Edm.Boolean" />
<Property Name="showOnLockScreen" Type="Edm.Boolean" />
<Property Name="alertType" Type="microsoft.graph.iosNotificationAlertType" Nullable="false" />
<Property Name="badgesEnabled" Type="Edm.Boolean" />
<Property Name="soundsEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="iosSingleSignOnSettings">
<Property Name="allowedAppsList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="allowedUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="kerberosPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="kerberosRealm" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="iosWebContentFilterSpecificWebsitesAccess" BaseType="microsoft.graph.iosWebContentFilterBase">
<Property Name="specificWebsitesOnly" Type="Collection(microsoft.graph.iosBookmark)" />
</ComplexType>
<ComplexType Name="iosBookmark">
<Property Name="url" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="bookmarkFolder" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="iosWebContentFilterAutoFilter" BaseType="microsoft.graph.iosWebContentFilterBase">
<Property Name="allowedUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="blockedUrls" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<ComplexType Name="iosHomeScreenFolder" BaseType="microsoft.graph.iosHomeScreenItem">
<Property Name="pages" Type="Collection(microsoft.graph.iosHomeScreenFolderPage)" Nullable="false" />
</ComplexType>
<ComplexType Name="iosHomeScreenFolderPage">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="apps" Type="Collection(microsoft.graph.iosHomeScreenApp)" Nullable="false" />
</ComplexType>
<ComplexType Name="iosHomeScreenApp" BaseType="microsoft.graph.iosHomeScreenItem">
<Property Name="bundleID" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="macOSDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase" />
<EntityType Name="appleVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="connectionName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="connectionType" Type="microsoft.graph.appleVpnConnectionType" Nullable="false" />
<Property Name="loginGroupOrDomain" Type="Edm.String" Unicode="false" />
<Property Name="role" Type="Edm.String" Unicode="false" />
<Property Name="realm" Type="Edm.String" Unicode="false" />
<Property Name="server" Type="microsoft.graph.vpnServer" Nullable="false" />
<Property Name="identifier" Type="Edm.String" Unicode="false" />
<Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
<Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
<Property Name="enablePerApp" Type="Edm.Boolean" Nullable="false" />
<Property Name="safariDomains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="onDemandRules" Type="Collection(microsoft.graph.vpnOnDemandRule)" />
<Property Name="proxyServer" Type="microsoft.graph.vpnProxyServer" />
</EntityType>
<ComplexType Name="vpnOnDemandRule">
<Property Name="ssids" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="dnsSearchDomains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="probeUrl" Type="Edm.String" Unicode="false" />
<Property Name="action" Type="microsoft.graph.vpnOnDemandRuleConnectionAction" Nullable="false" />
<Property Name="domainAction" Type="microsoft.graph.vpnOnDemandRuleConnectionDomainAction" Nullable="false" />
<Property Name="domains" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="probeRequiredUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="vpnProxyServer">
<Property Name="automaticConfigurationScriptUrl" Type="Edm.String" Unicode="false" />
<Property Name="address" Type="Edm.String" Unicode="false" />
<Property Name="port" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="windows81VpnProxyServer" BaseType="microsoft.graph.vpnProxyServer">
<Property Name="automaticallyDetectProxySettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="windows10VpnProxyServer" BaseType="microsoft.graph.vpnProxyServer">
<Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="iosVpnConfiguration" BaseType="microsoft.graph.appleVpnConfiguration">
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
</EntityType>
<EntityType Name="macOSVpnConfiguration" BaseType="microsoft.graph.appleVpnConfiguration">
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.macOSCertificateProfileBase" />
</EntityType>
<EntityType Name="windowsDefenderAdvancedThreatProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="advancedThreatProtectionOnboardingBlob" Type="Edm.String" Unicode="false" />
<Property Name="allowSampleSharing" Type="Edm.Boolean" Nullable="false" />
<Property Name="enableExpeditedTelemetryReporting" Type="Edm.Boolean" Nullable="false" />
<Property Name="advancedThreatProtectionOffboardingBlob" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windows10EndpointProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="defenderSecurityCenterDisableAppBrowserUI" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSecurityCenterDisableFamilyUI" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSecurityCenterDisableHealthUI" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSecurityCenterDisableNetworkUI" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSecurityCenterDisableVirusUI" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSecurityCenterOrganizationDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="defenderSecurityCenterHelpEmail" Type="Edm.String" Unicode="false" />
<Property Name="defenderSecurityCenterHelpPhone" Type="Edm.String" Unicode="false" />
<Property Name="defenderSecurityCenterHelpURL" Type="Edm.String" Unicode="false" />
<Property Name="defenderSecurityCenterNotificationsFromApp" Type="microsoft.graph.defenderSecurityCenterNotificationsFromAppType" Nullable="false" />
<Property Name="defenderSecurityCenterITContactDisplay" Type="microsoft.graph.defenderSecurityCenterITContactDisplayType" Nullable="false" />
<Property Name="firewallBlockStatefulFTP" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallIdleTimeoutForSecurityAssociationInSeconds" Type="Edm.Int32" />
<Property Name="firewallPreSharedKeyEncodingMethod" Type="microsoft.graph.firewallPreSharedKeyEncodingMethodType" Nullable="false" />
<Property Name="firewallIPSecExemptionsAllowNeighborDiscovery" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallIPSecExemptionsAllowICMP" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallIPSecExemptionsAllowRouterDiscovery" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallIPSecExemptionsAllowDHCP" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallCertificateRevocationListCheckMethod" Type="microsoft.graph.firewallCertificateRevocationListCheckMethodType" Nullable="false" />
<Property Name="firewallMergeKeyingModuleSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallPacketQueueingMethod" Type="microsoft.graph.firewallPacketQueueingMethodType" Nullable="false" />
<Property Name="firewallProfileDomain" Type="microsoft.graph.windowsFirewallNetworkProfile" />
<Property Name="firewallProfilePublic" Type="microsoft.graph.windowsFirewallNetworkProfile" />
<Property Name="firewallProfilePrivate" Type="microsoft.graph.windowsFirewallNetworkProfile" />
<Property Name="defenderAttackSurfaceReductionExcludedPaths" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderOfficeAppsOtherProcessInjectionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderOfficeAppsExecutableContentCreationOrLaunchType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderOfficeAppsLaunchChildProcessType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderOfficeMacroCodeAllowWin32ImportsType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderScriptObfuscatedMacroCodeType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderScriptDownloadedPayloadExecutionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderEmailContentExecutionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
<Property Name="defenderGuardMyFoldersType" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
<Property Name="defenderGuardedFoldersAllowedAppPaths" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderAdditionalGuardedFolders" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderNetworkProtectionType" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
<Property Name="defenderExploitProtectionXml" Type="Edm.Binary" />
<Property Name="defenderExploitProtectionXmlFileName" Type="Edm.String" Unicode="false" />
<Property Name="defenderSecurityCenterBlockExploitProtectionOverride" Type="Edm.Boolean" Nullable="false" />
<Property Name="appLockerApplicationControl" Type="microsoft.graph.appLockerApplicationControlType" Nullable="false" />
<Property Name="smartScreenEnableInShell" Type="Edm.Boolean" Nullable="false" />
<Property Name="smartScreenBlockOverrideForFiles" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardBlockFileTransfer" Type="microsoft.graph.applicationGuardBlockFileTransferType" Nullable="false" />
<Property Name="applicationGuardBlockNonEnterpriseContent" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardAllowPersistence" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardForceAuditing" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardBlockClipboardSharing" Type="microsoft.graph.applicationGuardBlockClipboardSharingType" Nullable="false" />
<Property Name="applicationGuardAllowPrintToPDF" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardAllowPrintToXPS" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardAllowPrintToLocalPrinters" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardAllowPrintToNetworkPrinters" Type="Edm.Boolean" Nullable="false" />
<Property Name="applicationGuardAllowVirtualGPU" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerDisableWarningForOtherDiskEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEnableStorageCardEncryptionOnMobile" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEncryptDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerSystemDrivePolicy" Type="microsoft.graph.bitLockerSystemDrivePolicy" />
<Property Name="bitLockerFixedDrivePolicy" Type="microsoft.graph.bitLockerFixedDrivePolicy" />
<Property Name="bitLockerRemovableDrivePolicy" Type="microsoft.graph.bitLockerRemovableDrivePolicy" />
</EntityType>
<ComplexType Name="windowsFirewallNetworkProfile">
<Property Name="firewallEnabled" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
<Property Name="stealthModeBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="incomingTrafficBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="unicastResponsesToMulticastBroadcastsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="inboundNotificationsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="authorizedApplicationRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
<Property Name="globalPortRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectionSecurityRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
<Property Name="outboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="inboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="securedPacketExemptionAllowed" Type="Edm.Boolean" Nullable="false" />
<Property Name="policyRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="bitLockerSystemDrivePolicy">
<Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
<Property Name="startupAuthenticationRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="startupAuthenticationBlockWithoutTpmChip" Type="Edm.Boolean" Nullable="false" />
<Property Name="startupAuthenticationTpmUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="startupAuthenticationTpmPinUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="startupAuthenticationTpmKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="startupAuthenticationTpmPinAndKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="minimumPinLength" Type="Edm.Int32" />
<Property Name="recoveryOptions" Type="microsoft.graph.bitLockerRecoveryOptions" />
<Property Name="prebootRecoveryEnableMessageAndUrl" Type="Edm.Boolean" Nullable="false" />
<Property Name="prebootRecoveryMessage" Type="Edm.String" Unicode="false" />
<Property Name="prebootRecoveryUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="bitLockerRecoveryOptions">
<Property Name="blockDataRecoveryAgent" Type="Edm.Boolean" Nullable="false" />
<Property Name="recoveryPasswordUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="recoveryKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="hideRecoveryOptions" Type="Edm.Boolean" Nullable="false" />
<Property Name="enableRecoveryInformationSaveToStore" Type="Edm.Boolean" Nullable="false" />
<Property Name="recoveryInformationToStore" Type="microsoft.graph.bitLockerRecoveryinformationType" Nullable="false" />
<Property Name="enableBitLockerAfterRecoveryInformationToStore" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="bitLockerFixedDrivePolicy">
<Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
<Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="recoveryOptions" Type="microsoft.graph.bitLockerRecoveryOptions" />
</ComplexType>
<ComplexType Name="bitLockerRemovableDrivePolicy">
<Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
<Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="blockCrossOrganizationWriteAccess" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="windows10GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="enableAutomaticRedeployment" Type="Edm.Boolean" Nullable="false" />
<Property Name="assignedAccessSingleModeUserName" Type="Edm.String" Unicode="false" />
<Property Name="assignedAccessSingleModeAppUserModelId" Type="Edm.String" Unicode="false" />
<Property Name="microsoftAccountSignInAssistantSettings" Type="microsoft.graph.signInAssistantOptions" Nullable="false" />
<Property Name="authenticationAllowSecondaryDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="authenticationAllowFIDODevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="cryptographyAllowFipsAlgorithmPolicy" Type="Edm.Boolean" Nullable="false" />
<Property Name="displayAppListWithGdiDPIScalingTurnedOn" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="displayAppListWithGdiDPIScalingTurnedOff" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="enterpriseCloudPrintDiscoveryEndPoint" Type="Edm.String" Unicode="false" />
<Property Name="enterpriseCloudPrintOAuthAuthority" Type="Edm.String" Unicode="false" />
<Property Name="enterpriseCloudPrintOAuthClientIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="enterpriseCloudPrintResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="enterpriseCloudPrintDiscoveryMaxLimit" Type="Edm.Int32" />
<Property Name="enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="messagingBlockSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="messagingBlockMMS" Type="Edm.Boolean" Nullable="false" />
<Property Name="messagingBlockRichCommunicationServices" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchBlockDiacritics" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableAutoLanguageDetection" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableIndexingEncryptedItems" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchEnableRemoteQueries" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableUseLocation" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableIndexerBackoff" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableIndexingRemovableDrive" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchEnableAutomaticIndexSizeManangement" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityBlockAzureADJoinedDevicesAutoEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticsDataSubmissionMode" Type="microsoft.graph.diagnosticDataSubmissionMode" Nullable="false" />
<Property Name="oneDriveDisableFileSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="systemTelemetryProxyServer" Type="Edm.String" Unicode="false" />
<Property Name="inkWorkspaceAccess" Type="microsoft.graph.inkAccessSetting" Nullable="false" />
<Property Name="inkWorkspaceBlockSuggestedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="smartScreenEnableAppInstallControl" Type="Edm.Boolean" Nullable="false" />
<Property Name="personalizationDesktopImageUrl" Type="Edm.String" Unicode="false" />
<Property Name="personalizationLockScreenImageUrl" Type="Edm.String" Unicode="false" />
<Property Name="bluetoothAllowedServices" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="bluetoothBlockAdvertising" Type="Edm.Boolean" Nullable="false" />
<Property Name="bluetoothBlockDiscoverableMode" Type="Edm.Boolean" Nullable="false" />
<Property Name="bluetoothBlockPrePairing" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockAutofill" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeCookiePolicy" Type="microsoft.graph.edgeCookiePolicy" Nullable="false" />
<Property Name="edgeBlockDeveloperTools" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockExtensions" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockInPrivateBrowsing" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockPasswordManager" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockAddressBarDropdown" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockCompatibilityList" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeClearBrowsingDataOnExit" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeAllowStartPagesModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeDisableFirstRunPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockLiveTileDataCollection" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeSyncFavoritesWithInternetExplorer" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockDataWhenRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockVpn" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockVpnWhenRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularData" Type="microsoft.graph.configurationUsage" Nullable="false" />
<Property Name="defenderBlockEndUserAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderDaysBeforeDeletingQuarantinedMalware" Type="Edm.Int32" />
<Property Name="defenderDetectedMalwareActions" Type="microsoft.graph.defenderDetectedMalwareActions" />
<Property Name="defenderSystemScanSchedule" Type="microsoft.graph.weeklySchedule" Nullable="false" />
<Property Name="defenderFilesAndFoldersToExclude" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderFileExtensionsToExclude" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderScanMaxCpu" Type="Edm.Int32" />
<Property Name="defenderMonitorFileActivity" Type="microsoft.graph.defenderMonitorFileActivity" Nullable="false" />
<Property Name="defenderPotentiallyUnwantedAppAction" Type="microsoft.graph.defenderPotentiallyUnwantedAppAction" />
<Property Name="defenderProcessesToExclude" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="defenderPromptForSampleSubmission" Type="microsoft.graph.defenderPromptForSampleSubmission" Nullable="false" />
<Property Name="defenderRequireBehaviorMonitoring" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderRequireCloudProtection" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderRequireNetworkInspectionSystem" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderRequireRealTimeMonitoring" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanArchiveFiles" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanDownloads" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanNetworkFiles" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanIncomingMail" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanMappedNetworkDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanRemovableDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderScanScriptsLoadedInInternetExplorer" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderSignatureUpdateIntervalInHours" Type="Edm.Int32" />
<Property Name="defenderScanType" Type="microsoft.graph.defenderScanType" Nullable="false" />
<Property Name="defenderScheduledScanTime" Type="Edm.TimeOfDay" />
<Property Name="defenderScheduledQuickScanTime" Type="Edm.TimeOfDay" />
<Property Name="defenderCloudBlockLevel" Type="microsoft.graph.defenderCloudBlockLevelType" Nullable="false" />
<Property Name="defenderCloudExtendedTimeout" Type="Edm.Int32" />
<Property Name="lockScreenAllowTimeoutConfiguration" Type="Edm.Boolean" Nullable="false" />
<Property Name="lockScreenBlockActionCenterNotifications" Type="Edm.Boolean" Nullable="false" />
<Property Name="lockScreenBlockCortana" Type="Edm.Boolean" Nullable="false" />
<Property Name="lockScreenBlockToastNotifications" Type="Edm.Boolean" Nullable="false" />
<Property Name="lockScreenTimeoutInSeconds" Type="Edm.Int32" />
<Property Name="passwordBlockSimple" 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="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordRequireWhenResumeFromIdleState" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="privacyAdvertisingId" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
<Property Name="privacyAutoAcceptPairingAndConsentPrompts" Type="Edm.Boolean" Nullable="false" />
<Property Name="privacyBlockInputPersonalization" Type="Edm.Boolean" Nullable="false" />
<Property Name="startBlockUnpinningAppsFromTaskbar" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuAppListVisibility" Type="microsoft.graph.windowsStartMenuAppListVisibilityType" Nullable="false" />
<Property Name="startMenuHideChangeAccountSettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideFrequentlyUsedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideHibernate" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideLock" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHidePowerButton" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideRecentJumpLists" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideRecentlyAddedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideRestartOptions" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideShutDown" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideSignOut" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideSleep" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideSwitchAccount" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuHideUserTile" Type="Edm.Boolean" Nullable="false" />
<Property Name="startMenuLayoutEdgeAssetsXml" Type="Edm.Binary" />
<Property Name="startMenuLayoutXml" Type="Edm.Binary" />
<Property Name="startMenuMode" Type="microsoft.graph.windowsStartMenuModeType" Nullable="false" />
<Property Name="startMenuPinnedFolderDocuments" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderDownloads" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderFileExplorer" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderHomeGroup" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderMusic" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderNetwork" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderPersonalFolder" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderPictures" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderSettings" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="startMenuPinnedFolderVideos" Type="microsoft.graph.visibilitySetting" Nullable="false" />
<Property Name="settingsBlockSettingsApp" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockSystemPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockDevicesPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockNetworkInternetPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockPersonalizationPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockAccountsPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockTimeLanguagePage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockEaseOfAccessPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockPrivacyPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockUpdateSecurityPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockAppsPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockGamingPage" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockConsumerSpecificFeatures" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockOnActionCenter" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockTailoredExperiences" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockThirdPartyNotifications" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockWelcomeExperience" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightBlockWindowsTips" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsSpotlightConfigureOnLockScreen" Type="microsoft.graph.windowsSpotlightEnablementSettings" Nullable="false" />
<Property Name="networkProxyApplySettingsDeviceWide" Type="Edm.Boolean" Nullable="false" />
<Property Name="networkProxyDisableAutoDetect" Type="Edm.Boolean" Nullable="false" />
<Property Name="networkProxyAutomaticConfigurationUrl" Type="Edm.String" Unicode="false" />
<Property Name="networkProxyServer" Type="microsoft.graph.windows10NetworkProxyServer" />
<Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" />
<Property Name="antiTheftModeBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectedDevicesServiceBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="certificatesBlockManualRootCertificateInstallation" Type="Edm.Boolean" Nullable="false" />
<Property Name="copyPasteBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="cortanaBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceManagementBlockFactoryResetOnMobile" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceManagementBlockManualUnenroll" Type="Edm.Boolean" Nullable="false" />
<Property Name="safeSearchFilter" Type="microsoft.graph.safeSearchFilterType" Nullable="false" />
<Property Name="edgeBlockPopups" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockSearchSuggestions" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeBlockSendingIntranetTrafficToInternetExplorer" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeRequireSmartScreen" Type="Edm.Boolean" Nullable="false" />
<Property Name="edgeEnterpriseModeSiteListLocation" Type="Edm.String" Unicode="false" />
<Property Name="edgeFirstRunUrl" Type="Edm.String" Unicode="false" />
<Property Name="edgeSearchEngine" Type="microsoft.graph.edgeSearchEngineBase" />
<Property Name="edgeHomepageUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="edgeBlockAccessToAboutFlags" Type="Edm.Boolean" Nullable="false" />
<Property Name="smartScreenBlockPromptOverride" Type="Edm.Boolean" Nullable="false" />
<Property Name="smartScreenBlockPromptOverrideForFiles" Type="Edm.Boolean" Nullable="false" />
<Property Name="webRtcBlockLocalhostIpAddress" Type="Edm.Boolean" Nullable="false" />
<Property Name="internetSharingBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockAddProvisioningPackage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockRemoveProvisioningPackage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockChangeSystemTime" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockEditDeviceName" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockChangeRegion" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockChangeLanguage" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockChangePowerSleep" Type="Edm.Boolean" Nullable="false" />
<Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="microsoftAccountBlockSettingsSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="resetProtectionModeBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRequireMobileDeviceEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="usbBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="voiceRecordingBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiBlockManualConfiguration" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiScanInterval" Type="Edm.Int32" />
<Property Name="wirelessDisplayBlockProjectionToThisDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="wirelessDisplayBlockUserInputFromReceiver" Type="Edm.Boolean" Nullable="false" />
<Property Name="wirelessDisplayRequirePinForPairing" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="appsAllowTrustedAppsSideloading" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
<Property Name="windowsStoreBlockAutoUpdate" Type="Edm.Boolean" Nullable="false" />
<Property Name="developerUnlockSetting" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
<Property Name="sharedUserAppDataAllowed" Type="Edm.Boolean" Nullable="false" />
<Property Name="appsBlockWindowsStoreOriginatedApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsStoreEnablePrivateStoreOnly" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRestrictAppDataToSystemVolume" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRestrictAppInstallToSystemVolume" Type="Edm.Boolean" Nullable="false" />
<Property Name="gameDvrBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="experienceBlockDeviceDiscovery" Type="Edm.Boolean" Nullable="false" />
<Property Name="experienceBlockErrorDialogWhenNoSIM" Type="Edm.Boolean" Nullable="false" />
<Property Name="experienceBlockTaskSwitcher" Type="Edm.Boolean" Nullable="false" />
<Property Name="logonBlockFastUserSwitching" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="assignedAccessMultiModeProfiles" Type="Collection(microsoft.graph.windowsAssignedAccessProfile)" ContainsTarget="true" />
<NavigationProperty Name="privacyAccessControls" Type="Collection(microsoft.graph.windowsPrivacyDataAccessControlItem)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="defenderDetectedMalwareActions">
<Property Name="lowSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
<Property Name="moderateSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
<Property Name="highSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
<Property Name="severeSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
</ComplexType>
<ComplexType Name="windows10NetworkProxyServer">
<Property Name="address" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="exceptions" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="useForLocalAddresses" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="edgeSearchEngineBase" Abstract="true" />
<ComplexType Name="edgeSearchEngineCustom" BaseType="microsoft.graph.edgeSearchEngineBase">
<Property Name="edgeSearchEngineOpenSearchXmlUrl" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="edgeSearchEngine" BaseType="microsoft.graph.edgeSearchEngineBase">
<Property Name="edgeSearchEngineType" Type="microsoft.graph.edgeSearchEngineType" Nullable="false" />
</ComplexType>
<EntityType Name="windows10NetworkBoundaryConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="windowsNetworkIsolationPolicy" Type="microsoft.graph.windowsNetworkIsolationPolicy" />
</EntityType>
<ComplexType Name="windowsNetworkIsolationPolicy">
<Property Name="enterpriseNetworkDomainNames" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="enterpriseCloudResources" Type="Collection(microsoft.graph.proxiedDomain)" />
<Property Name="enterpriseIPRanges" Type="Collection(microsoft.graph.ipRange)" />
<Property Name="enterpriseInternalProxyServers" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
<Property Name="enterpriseProxyServers" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
<Property Name="neutralDomainResources" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<ComplexType Name="proxiedDomain">
<Property Name="ipAddressOrFQDN" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="proxy" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="ipRange" Abstract="true" />
<ComplexType Name="iPv6Range" BaseType="microsoft.graph.ipRange">
<Property Name="lowerAddress" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="upperAddress" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="iPv4Range" BaseType="microsoft.graph.ipRange">
<Property Name="lowerAddress" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="upperAddress" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="windows10CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</EntityType>
<EntityType Name="windows10EasEmailProfileConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
<Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
<Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
<Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
<Property Name="hostName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
<Property Name="usernameSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
</EntityType>
<EntityType Name="windows10EnterpriseModernAppManagementConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="uninstallBuiltInApps" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="sharedPCConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountManagerPolicy" Type="microsoft.graph.sharedPCAccountManagerPolicy" />
<Property Name="allowedAccounts" Type="microsoft.graph.sharedPCAllowedAccountType" Nullable="false" />
<Property Name="allowLocalStorage" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableAccountManager" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableEduPolicies" Type="Edm.Boolean" Nullable="false" />
<Property Name="disablePowerPolicies" Type="Edm.Boolean" Nullable="false" />
<Property Name="disableSignInOnResume" Type="Edm.Boolean" Nullable="false" />
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="idleTimeBeforeSleepInSeconds" Type="Edm.Int32" />
<Property Name="kioskAppDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="kioskAppUserModelId" Type="Edm.String" Unicode="false" />
<Property Name="maintenanceStartTime" Type="Edm.TimeOfDay" />
</EntityType>
<ComplexType Name="sharedPCAccountManagerPolicy">
<Property Name="accountDeletionPolicy" Type="microsoft.graph.sharedPCAccountDeletionPolicyType" Nullable="false" />
<Property Name="cacheAccountsAboveDiskFreePercentage" Type="Edm.Int32" />
<Property Name="inactiveThresholdDays" Type="Edm.Int32" />
<Property Name="removeAccountsBelowDiskFreePercentage" Type="Edm.Int32" />
</ComplexType>
<EntityType Name="windows10PFXImportCertificateProfile" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
</EntityType>
<EntityType Name="windows10SecureAssessmentConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="launchUri" Type="Edm.String" Unicode="false" />
<Property Name="configurationAccount" Type="Edm.String" Unicode="false" />
<Property Name="allowPrinting" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowScreenCapture" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowTextSuggestion" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windows81WifiImportConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="payloadFileName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="profileName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="payload" Type="Edm.Binary" Nullable="false" />
</EntityType>
<EntityType Name="windowsCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
</EntityType>
<EntityType Name="windows10CertificateProfileBase" BaseType="microsoft.graph.windowsCertificateProfileBase" Abstract="true" />
<EntityType Name="windows10PkcsCertificateProfile" BaseType="microsoft.graph.windows10CertificateProfileBase">
<Property Name="certificationAuthority" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windows81CertificateProfileBase" BaseType="microsoft.graph.windowsCertificateProfileBase" Abstract="true">
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
</EntityType>
<EntityType Name="windows81SCEPCertificateProfile" BaseType="microsoft.graph.windows81CertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.windows81TrustedRootCertificate" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="windows81TrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
<Property Name="destinationStore" Type="microsoft.graph.certificateDestinationStore" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhone81CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</EntityType>
<EntityType Name="windowsPhone81TrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
<Property Name="certFileName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windowsPhoneEASEmailProfileConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="applyOnlyToWindowsPhone81" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
<Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
<Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
<Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" />
<Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
<Property Name="hostName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
<Property Name="usernameSource" Type="microsoft.graph.userEmailSource" />
</EntityType>
<EntityType Name="windowsUpdateForBusinessConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="deliveryOptimizationMode" Type="microsoft.graph.windowsDeliveryOptimizationMode" Nullable="false" />
<Property Name="prereleaseFeatures" Type="microsoft.graph.prereleaseFeatures" Nullable="false" />
<Property Name="automaticUpdateMode" Type="microsoft.graph.automaticUpdateMode" Nullable="false" />
<Property Name="microsoftUpdateServiceAllowed" Type="Edm.Boolean" Nullable="false" />
<Property Name="driversExcluded" Type="Edm.Boolean" Nullable="false" />
<Property Name="installationSchedule" Type="microsoft.graph.windowsUpdateInstallScheduleType" />
<Property Name="qualityUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" />
<Property Name="featureUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" />
<Property Name="qualityUpdatesPaused" Type="Edm.Boolean" Nullable="false" />
<Property Name="featureUpdatesPaused" Type="Edm.Boolean" Nullable="false" />
<Property Name="qualityUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="featureUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="businessReadyUpdatesOnly" Type="microsoft.graph.windowsUpdateType" Nullable="false" />
<Property Name="previewBuildSetting" Type="microsoft.graph.windowsUpdateInsiderBuildControl" Nullable="false" />
</EntityType>
<ComplexType Name="windowsUpdateInstallScheduleType" Abstract="true" />
<ComplexType Name="windowsUpdateScheduledInstall" BaseType="microsoft.graph.windowsUpdateInstallScheduleType">
<Property Name="scheduledInstallDay" Type="microsoft.graph.weeklySchedule" Nullable="false" />
<Property Name="scheduledInstallTime" Type="Edm.TimeOfDay" Nullable="false" />
<Property Name="restartMode" Type="microsoft.graph.windowsUpdateRestartMode" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsUpdateActiveHoursInstall" BaseType="microsoft.graph.windowsUpdateInstallScheduleType">
<Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" />
<Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" />
</ComplexType>
<EntityType Name="windowsVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="connectionName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
<Property Name="customXml" Type="Edm.Binary" />
</EntityType>
<EntityType Name="windows10VpnConfiguration" BaseType="microsoft.graph.windowsVpnConfiguration">
<Property Name="connectionType" Type="microsoft.graph.windows10VpnConnectionType" Nullable="false" />
<Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.windows10VpnAuthenticationMethod" Nullable="false" />
<Property Name="rememberUserCredentials" Type="Edm.Boolean" Nullable="false" />
<Property Name="enableConditionalAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="enableSingleSignOnWithAlternateCertificate" Type="Edm.Boolean" Nullable="false" />
<Property Name="singleSignOnEku" Type="microsoft.graph.extendedKeyUsage" />
<Property Name="singleSignOnIssuerHash" Type="Edm.String" Unicode="false" />
<Property Name="eapXml" Type="Edm.Binary" />
<Property Name="proxyServer" Type="microsoft.graph.windows10VpnProxyServer" />
<Property Name="associatedApps" Type="Collection(microsoft.graph.windows10AssociatedApps)" />
<Property Name="onlyAssociatedAppsCanUseConnection" Type="Edm.Boolean" />
<Property Name="windowsInformationProtectionDomain" Type="Edm.String" Unicode="false" />
<Property Name="trafficRules" Type="Collection(microsoft.graph.vpnTrafficRule)" />
<Property Name="routes" Type="Collection(microsoft.graph.vpnRoute)" />
<Property Name="dnsRules" Type="Collection(microsoft.graph.vpnDnsRule)" />
<Property Name="trustedNetworkDomains" Type="Collection(Edm.String)" Unicode="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.windowsCertificateProfileBase" />
</EntityType>
<ComplexType Name="windows10AssociatedApps">
<Property Name="appType" Type="microsoft.graph.windows10AppType" Nullable="false" />
<Property Name="identifier" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="vpnTrafficRule">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="protocols" Type="Edm.Int32" />
<Property Name="localPortRanges" Type="Collection(microsoft.graph.numberRange)" />
<Property Name="remotePortRanges" Type="Collection(microsoft.graph.numberRange)" />
<Property Name="localAddressRanges" Type="Collection(microsoft.graph.iPv4Range)" />
<Property Name="remoteAddressRanges" Type="Collection(microsoft.graph.iPv4Range)" />
<Property Name="appId" Type="Edm.String" Unicode="false" />
<Property Name="appType" Type="microsoft.graph.vpnTrafficRuleAppType" Nullable="false" />
<Property Name="routingPolicyType" Type="microsoft.graph.vpnTrafficRuleRoutingPolicyType" Nullable="false" />
<Property Name="claims" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="numberRange">
<Property Name="lowerNumber" Type="Edm.Int32" Nullable="false" />
<Property Name="upperNumber" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="vpnRoute">
<Property Name="destinationPrefix" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="prefixSize" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="vpnDnsRule">
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="servers" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="proxyServerUri" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="windows81VpnConfiguration" BaseType="microsoft.graph.windowsVpnConfiguration">
<Property Name="applyOnlyToWindows81" Type="Edm.Boolean" Nullable="false" />
<Property Name="connectionType" Type="microsoft.graph.windowsVpnConnectionType" Nullable="false" />
<Property Name="loginGroupOrDomain" Type="Edm.String" Unicode="false" />
<Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
<Property Name="proxyServer" Type="microsoft.graph.windows81VpnProxyServer" />
</EntityType>
<EntityType Name="windowsPhone81VpnConfiguration" BaseType="microsoft.graph.windows81VpnConfiguration">
<Property Name="bypassVpnOnCompanyWifi" Type="Edm.Boolean" Nullable="false" />
<Property Name="bypassVpnOnHomeWifi" Type="Edm.Boolean" Nullable="false" />
<Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
<Property Name="rememberUserCredentials" Type="Edm.Boolean" Nullable="false" />
<Property Name="dnsSuffixSearchList" Type="Collection(Edm.String)" Unicode="false" />
<NavigationProperty Name="identityCertificate" Type="microsoft.graph.windowsPhone81CertificateProfileBase" />
</EntityType>
<EntityType Name="windowsPhone81CertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
<Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
<Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
<Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
<Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
<Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
<Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhone81SCEPCertificateProfile" BaseType="microsoft.graph.windowsPhone81CertificateProfileBase">
<Property Name="scepServerUrls" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="subjectNameFormatString" Type="Edm.String" Unicode="false" />
<Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
<Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
<Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
<Property Name="subjectAlternativeNameFormatString" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="rootCertificate" Type="microsoft.graph.windowsPhone81TrustedRootCertificate" />
<NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
</EntityType>
<EntityType Name="windows81GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" />
<Property Name="applyOnlyToWindows81" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockAutofill" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockAutomaticDetectionOfIntranetSites" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockEnterpriseModeAccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockPlugins" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockPopups" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserBlockSingleWordEntryOnIntranetSites" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserRequireSmartScreen" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserEnterpriseModeSiteListLocation" Type="Edm.String" Unicode="false" />
<Property Name="browserInternetSecurityLevel" Type="microsoft.graph.internetSiteSecurityLevel" Nullable="false" />
<Property Name="browserIntranetSecurityLevel" Type="microsoft.graph.siteSecurityLevel" Nullable="false" />
<Property Name="browserLoggingReportLocation" Type="Edm.String" Unicode="false" />
<Property Name="browserRequireHighSecurityForRestrictedSites" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserRequireFirewall" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserRequireFraudWarning" Type="Edm.Boolean" Nullable="false" />
<Property Name="browserTrustedSitesSecurityLevel" Type="microsoft.graph.siteSecurityLevel" Nullable="false" />
<Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticsBlockDataSubmission" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockPicturePasswordAndPin" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="storageRequireDeviceEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumAutoInstallClassification" Type="microsoft.graph.updateClassification" Nullable="false" />
<Property Name="updatesRequireAutomaticUpdates" Type="Edm.Boolean" Nullable="false" />
<Property Name="userAccountControlSettings" Type="microsoft.graph.windowsUserAccountControlSettings" Nullable="false" />
<Property Name="workFoldersUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="windowsPhone81GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="applyOnlyToWindowsPhone81" Type="Edm.Boolean" Nullable="false" />
<Property Name="appsBlockCopyPaste" Type="Edm.Boolean" Nullable="false" />
<Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="cellularBlockWifiTethering" Type="Edm.Boolean" Nullable="false" />
<Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
<Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
<Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
<Property Name="emailBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" />
<Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wifiBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wifiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" />
<Property Name="wifiBlockHotspotReporting" Type="Edm.Boolean" Nullable="false" />
<Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windows10TeamGeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="azureOperationalInsightsBlockTelemetry" Type="Edm.Boolean" Nullable="false" />
<Property Name="azureOperationalInsightsWorkspaceId" Type="Edm.String" Unicode="false" />
<Property Name="azureOperationalInsightsWorkspaceKey" Type="Edm.String" Unicode="false" />
<Property Name="connectAppBlockAutoLaunch" Type="Edm.Boolean" Nullable="false" />
<Property Name="maintenanceWindowBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="maintenanceWindowDurationInHours" Type="Edm.Int32" />
<Property Name="maintenanceWindowStartTime" Type="Edm.TimeOfDay" />
<Property Name="miracastChannel" Type="microsoft.graph.miracastChannel" Nullable="false" />
<Property Name="miracastBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="miracastRequirePin" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockMyMeetingsAndFiles" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockSessionResume" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsBlockSigninSuggestions" Type="Edm.Boolean" Nullable="false" />
<Property Name="settingsDefaultVolume" Type="Edm.Int32" />
<Property Name="settingsScreenTimeoutInMinutes" Type="Edm.Int32" />
<Property Name="settingsSessionTimeoutInMinutes" Type="Edm.Int32" />
<Property Name="settingsSleepTimeoutInMinutes" Type="Edm.Int32" />
<Property Name="welcomeScreenBlockAutomaticWakeUp" Type="Edm.Boolean" Nullable="false" />
<Property Name="welcomeScreenBackgroundImageUrl" Type="Edm.String" Unicode="false" />
<Property Name="welcomeScreenMeetingInformation" Type="microsoft.graph.welcomeScreenMeetingInformation" Nullable="false" />
</EntityType>
<EntityType Name="editionUpgradeConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="licenseType" Type="microsoft.graph.editionUpgradeLicenseType" Nullable="false" />
<Property Name="targetEdition" Type="microsoft.graph.windows10EditionType" Nullable="false" />
<Property Name="license" Type="Edm.String" Unicode="false" />
<Property Name="productKey" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="localizedNotificationMessage" BaseType="microsoft.graph.entity">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="locale" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="subject" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="messageTemplate" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidForWorkCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireAppVerify" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
<Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" Unicode="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireAppVerify" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
<Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" Unicode="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
<Property Name="requireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
<Property Name="conditionStatementId" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="localActions" Type="Collection(microsoft.graph.androidDeviceComplianceLocalActionBase)" ContainsTarget="true" />
</EntityType>
<EntityType Name="androidDeviceComplianceLocalActionLockDevice" BaseType="microsoft.graph.androidDeviceComplianceLocalActionBase" />
<EntityType Name="androidDeviceComplianceLocalActionLockDeviceWithPasscode" BaseType="microsoft.graph.androidDeviceComplianceLocalActionBase">
<Property Name="passcode" Type="Edm.String" Unicode="false" />
<Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" />
</EntityType>
<EntityType Name="iosCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passcodeBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passcodeExpirationDays" Type="Edm.Int32" />
<Property Name="passcodeMinimumLength" Type="Edm.Int32" />
<Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" />
<Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passcodeRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
<Property Name="managedEmailProfileRequired" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="macOSCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<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="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="systemIntegrityProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="defaultDeviceCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy" />
<EntityType Name="windows10CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordRequiredToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="requireHealthyDeviceReport" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumUpdateAutoInstallClassification" Type="microsoft.graph.updateClassification" Nullable="false" />
<Property Name="mobileOsMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="mobileOsMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="activeFirewallRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="uacRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="defenderVersion" Type="Edm.String" Unicode="false" />
<Property Name="signatureOutOfDate" Type="Edm.Boolean" Nullable="false" />
<Property Name="rtpEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="validOperatingSystemBuildRanges" Type="Collection(microsoft.graph.operatingSystemVersionRange)" />
</EntityType>
<ComplexType Name="operatingSystemVersionRange">
<Property Name="description" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="lowestVersion" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="highestVersion" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<EntityType Name="windows10MobileCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordRequireToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="activeFirewallRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="uacRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="validOperatingSystemBuildRanges" Type="Collection(microsoft.graph.operatingSystemVersionRange)" />
</EntityType>
<EntityType Name="windows81CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="minimumUpdateAutoInstallClassification" Type="microsoft.graph.updateClassification" Nullable="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windowsPhone81CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
<Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
<Property Name="passwordExpirationDays" Type="Edm.Int32" />
<Property Name="passwordMinimumLength" Type="Edm.Int32" />
<Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
<Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
<Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
<Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
<Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="windowsDomainJoinConfiguration" BaseType="microsoft.graph.deviceSetupConfiguration">
<Property Name="computerNameStaticPrefix" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="computerNameSuffixRandomCharCount" Type="Edm.Int32" Nullable="false" />
<Property Name="activeDirectoryDomainName" Type="Edm.String" Nullable="false" Unicode="false" />
</EntityType>
<EntityType Name="complianceSettingStateSummary" BaseType="microsoft.graph.entity">
<Property Name="setting" Type="Edm.String" Unicode="false" />
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
<Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceComplianceSettingState" BaseType="microsoft.graph.entity">
<Property Name="platformType" Type="microsoft.graph.deviceType" Nullable="false" />
<Property Name="setting" Type="Edm.String" Unicode="false" />
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="userEmail" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="deviceModel" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<ComplexType Name="deviceConfigurationSettingState">
<Property Name="setting" Type="Edm.String" Unicode="false" />
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="instanceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
<Property Name="errorDescription" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userEmail" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
<Property Name="currentValue" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="settingSource">
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="deviceCompliancePolicySettingState">
<Property Name="setting" Type="Edm.String" Unicode="false" />
<Property Name="settingName" Type="Edm.String" Unicode="false" />
<Property Name="instanceDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
<Property Name="errorDescription" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="userEmail" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
<Property Name="currentValue" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="vppTokenActionResult">
<Property Name="actionName" Type="Edm.String" Unicode="false" />
<Property Name="actionState" Type="microsoft.graph.vppTokenActionState" Nullable="false" />
<Property Name="actionMessage" Type="Edm.String" Unicode="false" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<EntityType Name="enrollmentConfigurationAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<ComplexType Name="defaultDeviceEnrollmentRestrictions">
<Property Name="iosRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
<Property Name="windowsRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
<Property Name="windowsMobileRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
<Property Name="androidRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
<Property Name="androidForWorkRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
<Property Name="macRestrictions" Type="microsoft.graph.deviceEnrollmentPlatformRestrictions" />
</ComplexType>
<ComplexType Name="deviceEnrollmentPlatformRestrictions">
<Property Name="platformBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="personalDeviceEnrollmentBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="defaultDeviceEnrollmentWindowsHelloForBusinessSettings">
<Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinMaximumLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinUppercaseLettersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="pinLowercaseLettersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="pinSpecialCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="windowsHelloForBusiness" Type="microsoft.graph.windowsHelloForBusinessConfiguration" Nullable="false" />
<Property Name="securityDeviceRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="unlockWithBiometricsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="mobilePinSignInEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="pinPreviousBlockCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pinExpirationInDays" Type="Edm.Int32" Nullable="false" />
<Property Name="enhancedBiometrics" Type="microsoft.graph.windowsHelloForBusinessConfiguration" Nullable="false" />
</ComplexType>
<EntityType Name="deviceEnrollmentLimitConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
<Property Name="limit" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceEnrollmentPlatformRestrictionsConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
<Property Name="iosRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
<Property Name="windowsRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
<Property Name="windowsMobileRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
<Property Name="androidRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
<Property Name="androidForWorkRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
<Property Name="macRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
</EntityType>
<ComplexType Name="deviceEnrollmentPlatformRestriction">
<Property Name="platformBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="personalDeviceEnrollmentBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="osMinimumVersion" Type="Edm.String" Unicode="false" />
<Property Name="osMaximumVersion" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="windows10EnrollmentCompletionPageConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
<Property Name="title" Type="Edm.String" Unicode="false" />
<Property Name="bodyText" Type="Edm.String" Unicode="false" />
<Property Name="moreInfoUrl" Type="Edm.String" Unicode="false" />
<Property Name="moreInfoText" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="deviceEnrollmentWindowsHelloForBusinessConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
<Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinMaximumLength" Type="Edm.Int32" Nullable="false" />
<Property Name="pinUppercaseCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="pinLowercaseCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="pinSpecialCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
<Property Name="state" Type="microsoft.graph.enablement" Nullable="false" />
<Property Name="securityDeviceRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="unlockWithBiometricsEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="remotePassportEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="pinPreviousBlockCount" Type="Edm.Int32" Nullable="false" />
<Property Name="pinExpirationInDays" Type="Edm.Int32" Nullable="false" />
<Property Name="enhancedBiometricsState" Type="microsoft.graph.enablement" Nullable="false" />
</EntityType>
<ComplexType Name="deviceManagementExchangeAccessRule">
<Property Name="deviceClass" Type="microsoft.graph.deviceManagementExchangeDeviceClass" />
<Property Name="accessLevel" Type="microsoft.graph.deviceManagementExchangeAccessLevel" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceManagementExchangeDeviceClass">
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="type" Type="microsoft.graph.exchangeAccessRuleType" Nullable="false" />
</ComplexType>
<EntityType Name="managedMobileApp" BaseType="microsoft.graph.entity">
<Property Name="mobileAppIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="mobileAppIdentifier" Abstract="true" />
<EntityType Name="targetedManagedAppPolicyAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<ComplexType Name="managedAppDiagnosticStatus">
<Property Name="validationName" Type="Edm.String" Unicode="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="mitigationInstruction" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="managedAppOperation" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="Edm.String" Unicode="false" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="managedAppPolicyDeploymentSummary" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="configurationDeployedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="lastRefreshTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="configurationDeploymentSummaryPerApp" Type="Collection(microsoft.graph.managedAppPolicyDeploymentSummaryPerApp)" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="windowsInformationProtectionResourceCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="resources" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionDataRecoveryCertificate">
<Property Name="subjectName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="certificate" Type="Edm.Binary" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionApp" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="publisherName" Type="Edm.String" Unicode="false" />
<Property Name="productName" Type="Edm.String" Unicode="false" />
<Property Name="denied" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionProxiedDomainCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="proxiedDomains" Type="Collection(microsoft.graph.proxiedDomain)" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionIPRangeCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="ranges" Type="Collection(microsoft.graph.ipRange)" Nullable="false" />
</ComplexType>
<EntityType Name="windowsInformationProtectionAppLockerFile" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="fileHash" Type="Edm.String" Unicode="false" />
<Property Name="file" Type="Edm.Binary" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="androidMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
<Property Name="packageId" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="iosMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
<Property Name="bundleId" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="managedAppPolicyDeploymentSummaryPerApp">
<Property Name="mobileAppIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
<Property Name="configurationAppliedUserCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionStoreApp" BaseType="microsoft.graph.windowsInformationProtectionApp" />
<ComplexType Name="windowsInformationProtectionDesktopApp" BaseType="microsoft.graph.windowsInformationProtectionApp">
<Property Name="binaryName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="binaryVersionLow" Type="Edm.String" Unicode="false" />
<Property Name="binaryVersionHigh" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="iosManagedAppRegistration" BaseType="microsoft.graph.managedAppRegistration" />
<EntityType Name="androidManagedAppRegistration" BaseType="microsoft.graph.managedAppRegistration" />
<EntityType Name="managedAppStatusRaw" BaseType="microsoft.graph.managedAppStatus">
<Property Name="content" Type="microsoft.graph.Json" />
</EntityType>
<ComplexType Name="rolePermission">
<Property Name="actions" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="resourceActions" Type="Collection(microsoft.graph.resourceAction)" />
</ComplexType>
<ComplexType Name="resourceAction">
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<EntityType Name="deviceAndAppManagementRoleAssignment" BaseType="microsoft.graph.roleAssignment" />
<EntityType Name="deviceAndAppManagementRoleDefinition" BaseType="microsoft.graph.roleDefinition" />
<EntityType Name="eBookGroupAssignment" BaseType="microsoft.graph.entity">
<Property Name="targetGroupId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="installIntent" Type="microsoft.graph.installIntent" Nullable="false" />
<NavigationProperty Name="eBook" Type="microsoft.graph.managedEBook" />
</EntityType>
<EntityType Name="managedEBookAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
<Property Name="installIntent" Type="microsoft.graph.installIntent" Nullable="false" />
</EntityType>
<EntityType Name="eBookInstallSummary" BaseType="microsoft.graph.entity">
<Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="installedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="deviceInstallState" BaseType="microsoft.graph.entity">
<Property Name="deviceName" Type="Edm.String" Unicode="false" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="installState" Type="microsoft.graph.installState" Nullable="false" />
<Property Name="errorCode" Type="Edm.String" Unicode="false" />
<Property Name="osVersion" Type="Edm.String" Unicode="false" />
<Property Name="osDescription" Type="Edm.String" Unicode="false" />
<Property Name="userName" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="userInstallStateSummary" BaseType="microsoft.graph.entity">
<Property Name="userName" Type="Edm.String" Unicode="false" />
<Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.deviceInstallState)" />
</EntityType>
<EntityType Name="eBookVppGroupAssignment" BaseType="microsoft.graph.eBookGroupAssignment">
<Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="iosVppEBookAssignment" BaseType="microsoft.graph.managedEBookAssignment" />
<EntityType Name="iosVppEBook" BaseType="microsoft.graph.managedEBook">
<Property Name="vppTokenId" Type="Edm.Guid" Nullable="false" />
<Property Name="appleId" Type="Edm.String" Unicode="false" />
<Property Name="vppOrganizationName" Type="Edm.String" Unicode="false" />
<Property Name="genres" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="language" Type="Edm.String" Unicode="false" />
<Property Name="seller" Type="Edm.String" Unicode="false" />
<Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<ComplexType Name="outOfBoxExperienceSettings">
<Property Name="hidePrivacySettings" Type="Edm.Boolean" Nullable="false" />
<Property Name="hideEULA" Type="Edm.Boolean" Nullable="false" />
<Property Name="userType" Type="microsoft.graph.windowsUserType" Nullable="false" />
</ComplexType>
<EntityType Name="activeDirectoryWindowsAutopilotDeploymentProfile" BaseType="microsoft.graph.windowsAutopilotDeploymentProfile" />
<EntityType Name="azureADWindowsAutopilotDeploymentProfile" BaseType="microsoft.graph.windowsAutopilotDeploymentProfile" />
<EntityType Name="office365ActivationsUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="userActivationCounts" Type="Collection(microsoft.graph.userActivationCounts)" />
</EntityType>
<ComplexType Name="userActivationCounts">
<Property Name="productType" Type="Edm.String" Unicode="false" />
<Property Name="lastActivatedDate" Type="Edm.Date" />
<Property Name="windows" Type="Edm.Int64" />
<Property Name="mac" Type="Edm.Int64" />
<Property Name="windows10Mobile" Type="Edm.Int64" />
<Property Name="ios" Type="Edm.Int64" />
<Property Name="android" Type="Edm.Int64" />
</ComplexType>
<EntityType Name="office365ActivationCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="productType" Type="Edm.String" Unicode="false" />
<Property Name="windows" Type="Edm.Int64" />
<Property Name="mac" Type="Edm.Int64" />
<Property Name="android" Type="Edm.Int64" />
<Property Name="ios" Type="Edm.Int64" />
<Property Name="windows10Mobile" Type="Edm.Int64" />
</EntityType>
<EntityType Name="office365ActivationsUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="productType" Type="Edm.String" Unicode="false" />
<Property Name="assigned" Type="Edm.Int64" />
<Property Name="activated" Type="Edm.Int64" />
</EntityType>
<EntityType Name="office365ActiveUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="hasExchangeLicense" Type="Edm.Boolean" />
<Property Name="hasOneDriveLicense" Type="Edm.Boolean" />
<Property Name="hasSharePointLicense" Type="Edm.Boolean" />
<Property Name="hasSkypeForBusinessLicense" Type="Edm.Boolean" />
<Property Name="hasYammerLicense" Type="Edm.Boolean" />
<Property Name="hasTeamsLicense" Type="Edm.Boolean" />
<Property Name="exchangeLastActivityDate" Type="Edm.Date" />
<Property Name="oneDriveLastActivityDate" Type="Edm.Date" />
<Property Name="sharePointLastActivityDate" Type="Edm.Date" />
<Property Name="skypeForBusinessLastActivityDate" Type="Edm.Date" />
<Property Name="yammerLastActivityDate" Type="Edm.Date" />
<Property Name="teamsLastActivityDate" Type="Edm.Date" />
<Property Name="exchangeLicenseAssignDate" Type="Edm.Date" />
<Property Name="oneDriveLicenseAssignDate" Type="Edm.Date" />
<Property Name="sharePointLicenseAssignDate" Type="Edm.Date" />
<Property Name="skypeForBusinessLicenseAssignDate" Type="Edm.Date" />
<Property Name="yammerLicenseAssignDate" Type="Edm.Date" />
<Property Name="teamsLicenseAssignDate" Type="Edm.Date" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
</EntityType>
<EntityType Name="office365ServicesUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="exchangeActive" Type="Edm.Int64" />
<Property Name="exchangeInactive" Type="Edm.Int64" />
<Property Name="oneDriveActive" Type="Edm.Int64" />
<Property Name="oneDriveInactive" Type="Edm.Int64" />
<Property Name="sharePointActive" Type="Edm.Int64" />
<Property Name="sharePointInactive" Type="Edm.Int64" />
<Property Name="skypeForBusinessActive" Type="Edm.Int64" />
<Property Name="skypeForBusinessInactive" Type="Edm.Int64" />
<Property Name="yammerActive" Type="Edm.Int64" />
<Property Name="yammerInactive" Type="Edm.Int64" />
<Property Name="teamsActive" Type="Edm.Int64" />
<Property Name="teamsInactive" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365ActiveUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="office365" Type="Edm.Int64" />
<Property Name="exchange" Type="Edm.Int64" />
<Property Name="oneDrive" Type="Edm.Int64" />
<Property Name="sharePoint" Type="Edm.Int64" />
<Property Name="skypeForBusiness" Type="Edm.Int64" />
<Property Name="yammer" Type="Edm.Int64" />
<Property Name="teams" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365GroupsActivityDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="groupDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="ownerPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="groupType" Type="Edm.String" Unicode="false" />
<Property Name="memberCount" Type="Edm.Int64" />
<Property Name="externalMemberCount" Type="Edm.Int64" />
<Property Name="exchangeReceivedEmailCount" Type="Edm.Int64" />
<Property Name="sharePointActiveFileCount" Type="Edm.Int64" />
<Property Name="yammerPostedMessageCount" Type="Edm.Int64" />
<Property Name="yammerReadMessageCount" Type="Edm.Int64" />
<Property Name="yammerLikedMessageCount" Type="Edm.Int64" />
<Property Name="exchangeMailboxTotalItemCount" Type="Edm.Int64" />
<Property Name="exchangeMailboxStorageUsedInBytes" Type="Edm.Int64" />
<Property Name="sharePointTotalFileCount" Type="Edm.Int64" />
<Property Name="sharePointSiteStorageUsedInBytes" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365GroupsActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="exchangeEmailsReceived" Type="Edm.Int64" />
<Property Name="yammerMessagesPosted" Type="Edm.Int64" />
<Property Name="yammerMessagesRead" Type="Edm.Int64" />
<Property Name="yammerMessagesLiked" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365GroupsActivityGroupCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365GroupsActivityStorage" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="mailboxStorageUsedInBytes" Type="Edm.Int64" />
<Property Name="siteStorageUsedInBytes" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="office365GroupsActivityFileCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="sendCount" Type="Edm.Int64" />
<Property Name="receiveCount" Type="Edm.Int64" />
<Property Name="readCount" Type="Edm.Int64" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailActivitySummary" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="send" Type="Edm.Int64" />
<Property Name="receive" Type="Edm.Int64" />
<Property Name="read" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailAppUsageUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="mailForMac" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="outlookForMac" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="outlookForWindows" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="outlookForMobile" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="otherForMobile" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="outlookForWeb" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="pop3App" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="imap4App" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="smtpApp" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailAppUsageAppsUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="mailForMac" Type="Edm.Int64" />
<Property Name="outlookForMac" Type="Edm.Int64" />
<Property Name="outlookForWindows" Type="Edm.Int64" />
<Property Name="outlookForMobile" Type="Edm.Int64" />
<Property Name="otherForMobile" Type="Edm.Int64" />
<Property Name="outlookForWeb" Type="Edm.Int64" />
<Property Name="pop3App" Type="Edm.Int64" />
<Property Name="imap4App" Type="Edm.Int64" />
<Property Name="smtpApp" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailAppUsageUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="mailForMac" Type="Edm.Int64" />
<Property Name="outlookForMac" Type="Edm.Int64" />
<Property Name="outlookForWindows" Type="Edm.Int64" />
<Property Name="outlookForMobile" Type="Edm.Int64" />
<Property Name="otherForMobile" Type="Edm.Int64" />
<Property Name="outlookForWeb" Type="Edm.Int64" />
<Property Name="pop3App" Type="Edm.Int64" />
<Property Name="imap4App" Type="Edm.Int64" />
<Property Name="smtpApp" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="emailAppUsageVersionsUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="outlook2016" Type="Edm.Int64" />
<Property Name="outlook2013" Type="Edm.Int64" />
<Property Name="outlook2010" Type="Edm.Int64" />
<Property Name="outlook2007" Type="Edm.Int64" />
<Property Name="undetermined" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mailboxUsageDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="createdDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="itemCount" Type="Edm.Int64" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="issueWarningQuotaInBytes" Type="Edm.Int64" />
<Property Name="prohibitSendQuotaInBytes" Type="Edm.Int64" />
<Property Name="prohibitSendReceiveQuotaInBytes" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mailboxUsageMailboxCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mailboxUsageQuotaStatusMailboxCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="underLimit" Type="Edm.Int64" />
<Property Name="warningIssued" Type="Edm.Int64" />
<Property Name="sendProhibited" Type="Edm.Int64" />
<Property Name="sendReceiveProhibited" Type="Edm.Int64" />
<Property Name="indeterminate" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="mailboxUsageStorage" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="oneDriveActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="viewedOrEditedFileCount" Type="Edm.Int64" />
<Property Name="syncedFileCount" Type="Edm.Int64" />
<Property Name="sharedInternallyFileCount" Type="Edm.Int64" />
<Property Name="sharedExternallyFileCount" Type="Edm.Int64" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="siteActivitySummary" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="viewedOrEdited" Type="Edm.Int64" />
<Property Name="synced" Type="Edm.Int64" />
<Property Name="sharedInternally" Type="Edm.Int64" />
<Property Name="sharedExternally" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="oneDriveUsageAccountDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteUrl" Type="Edm.String" Unicode="false" />
<Property Name="ownerDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="fileCount" Type="Edm.Int64" />
<Property Name="activeFileCount" Type="Edm.Int64" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="storageAllocatedInBytes" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="oneDriveUsageAccountCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="oneDriveUsageFileCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="siteUsageStorage" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="viewedOrEditedFileCount" Type="Edm.Int64" />
<Property Name="syncedFileCount" Type="Edm.Int64" />
<Property Name="sharedInternallyFileCount" Type="Edm.Int64" />
<Property Name="sharedExternallyFileCount" Type="Edm.Int64" />
<Property Name="visitedPageCount" Type="Edm.Int64" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="visitedPage" Type="Edm.Int64" />
<Property Name="viewedOrEdited" Type="Edm.Int64" />
<Property Name="synced" Type="Edm.Int64" />
<Property Name="sharedInternally" Type="Edm.Int64" />
<Property Name="sharedExternally" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointActivityPages" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="visitedPageCount" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointSiteUsageDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteUrl" Type="Edm.String" Unicode="false" />
<Property Name="ownerDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="fileCount" Type="Edm.Int64" />
<Property Name="activeFileCount" Type="Edm.Int64" />
<Property Name="pageViewCount" Type="Edm.Int64" />
<Property Name="visitedPageCount" Type="Edm.Int64" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="storageAllocatedInBytes" Type="Edm.Int64" />
<Property Name="rootWebTemplate" Type="Edm.String" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointSiteUsageFileCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointSiteUsageSiteCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="sharePointSiteUsagePages" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="siteType" Type="Edm.String" Unicode="false" />
<Property Name="pageViewCount" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="totalPeerToPeerSessionCount" Type="Edm.Int64" />
<Property Name="totalOrganizedConferenceCount" Type="Edm.Int64" />
<Property Name="totalParticipatedConferenceCount" Type="Edm.Int64" />
<Property Name="peerToPeerLastActivityDate" Type="Edm.Date" />
<Property Name="organizedConferenceLastActivityDate" Type="Edm.Date" />
<Property Name="participatedConferenceLastActivityDate" Type="Edm.Date" />
<Property Name="peerToPeerIMCount" Type="Edm.Int64" />
<Property Name="peerToPeerAudioCount" Type="Edm.Int64" />
<Property Name="peerToPeerAudioMinutes" Type="Edm.Int64" />
<Property Name="peerToPeerVideoCount" Type="Edm.Int64" />
<Property Name="peerToPeerVideoMinutes" Type="Edm.Int64" />
<Property Name="peerToPeerAppSharingCount" Type="Edm.Int64" />
<Property Name="peerToPeerFileTransferCount" Type="Edm.Int64" />
<Property Name="organizedConferenceIMCount" Type="Edm.Int64" />
<Property Name="organizedConferenceAudioVideoCount" Type="Edm.Int64" />
<Property Name="organizedConferenceAudioVideoMinutes" Type="Edm.Int64" />
<Property Name="organizedConferenceAppSharingCount" Type="Edm.Int64" />
<Property Name="organizedConferenceWebCount" Type="Edm.Int64" />
<Property Name="organizedConferenceDialInOut3rdPartyCount" Type="Edm.Int64" />
<Property Name="organizedConferenceCloudDialInOutMicrosoftCount" Type="Edm.Int64" />
<Property Name="organizedConferenceCloudDialInMicrosoftMinutes" Type="Edm.Int64" />
<Property Name="organizedConferenceCloudDialOutMicrosoftMinutes" Type="Edm.Int64" />
<Property Name="participatedConferenceIMCount" Type="Edm.Int64" />
<Property Name="participatedConferenceAudioVideoCount" Type="Edm.Int64" />
<Property Name="participatedConferenceAudioVideoMinutes" Type="Edm.Int64" />
<Property Name="participatedConferenceAppSharingCount" Type="Edm.Int64" />
<Property Name="participatedConferenceWebCount" Type="Edm.Int64" />
<Property Name="participatedConferenceDialInOut3rdPartyCount" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="peerToPeer" Type="Edm.Int64" />
<Property Name="organized" Type="Edm.Int64" />
<Property Name="participated" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="peerToPeer" Type="Edm.Int64" />
<Property Name="organized" Type="Edm.Int64" />
<Property Name="participated" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessPeerToPeerActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audio" Type="Edm.Int64" />
<Property Name="video" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="fileTransfer" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessPeerToPeerActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audio" Type="Edm.Int64" />
<Property Name="video" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="fileTransfer" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessPeerToPeerActivityMinuteCounts" BaseType="microsoft.graph.entity">
<Property Name="audio" Type="Edm.Int64" />
<Property Name="video" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessOrganizerActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audioVideo" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="dialInOut3rdParty" Type="Edm.Int64" />
<Property Name="dialInOutMicrosoft" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessOrganizerActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audioVideo" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="dialInOut3rdParty" Type="Edm.Int64" />
<Property Name="dialInOutMicrosoft" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessOrganizerActivityMinuteCounts" BaseType="microsoft.graph.entity">
<Property Name="audioVideo" Type="Edm.Int64" />
<Property Name="dialInMicrosoft" Type="Edm.Int64" />
<Property Name="dialOutMicrosoft" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessParticipantActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audioVideo" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="dialInOut3rdParty" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessParticipantActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="im" Type="Edm.Int64" />
<Property Name="audioVideo" Type="Edm.Int64" />
<Property Name="appSharing" Type="Edm.Int64" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="dialInOut3rdParty" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessParticipantActivityMinuteCounts" BaseType="microsoft.graph.entity">
<Property Name="audiovideo" Type="Edm.Int64" />
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="usedWindows" Type="Edm.Boolean" />
<Property Name="usedWindowsPhone" Type="Edm.Boolean" />
<Property Name="usedAndroidPhone" Type="Edm.Boolean" />
<Property Name="usediPhone" Type="Edm.Boolean" />
<Property Name="usediPad" Type="Edm.Boolean" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="windows" Type="Edm.Int32" />
<Property Name="windowsPhone" Type="Edm.Int32" />
<Property Name="androidPhone" Type="Edm.Int32" />
<Property Name="iPhone" Type="Edm.Int32" />
<Property Name="iPad" Type="Edm.Int32" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="skypeForBusinessDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="windows" Type="Edm.Int32" />
<Property Name="windowsPhone" Type="Edm.Int32" />
<Property Name="androidPhone" Type="Edm.Int32" />
<Property Name="iPhone" Type="Edm.Int32" />
<Property Name="iPad" Type="Edm.Int32" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="userState" Type="Edm.String" Unicode="false" />
<Property Name="stateChangeDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="postedCount" Type="Edm.Int64" />
<Property Name="readCount" Type="Edm.Int64" />
<Property Name="likedCount" Type="Edm.Int64" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerActivitySummary" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="liked" Type="Edm.Int64" />
<Property Name="posted" Type="Edm.Int64" />
<Property Name="read" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="userState" Type="Edm.String" Unicode="false" />
<Property Name="stateChangeDate" Type="Edm.Date" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="usedWeb" Type="Edm.Boolean" />
<Property Name="usedWindowsPhone" Type="Edm.Boolean" />
<Property Name="usedAndroidPhone" Type="Edm.Boolean" />
<Property Name="usediPhone" Type="Edm.Boolean" />
<Property Name="usediPad" Type="Edm.Boolean" />
<Property Name="usedOthers" Type="Edm.Boolean" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="web" Type="Edm.Int32" />
<Property Name="windowsPhone" Type="Edm.Int32" />
<Property Name="androidPhone" Type="Edm.Int32" />
<Property Name="iPhone" Type="Edm.Int32" />
<Property Name="iPad" Type="Edm.Int32" />
<Property Name="other" Type="Edm.Int32" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="web" Type="Edm.Int32" />
<Property Name="windowsPhone" Type="Edm.Int32" />
<Property Name="androidPhone" Type="Edm.Int32" />
<Property Name="iPhone" Type="Edm.Int32" />
<Property Name="iPad" Type="Edm.Int32" />
<Property Name="other" Type="Edm.Int32" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerGroupsActivityDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="groupDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="ownerPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="groupType" Type="Edm.String" Unicode="false" />
<Property Name="office365Connected" Type="Edm.Boolean" />
<Property Name="memberCount" Type="Edm.Int64" />
<Property Name="postedCount" Type="Edm.Int64" />
<Property Name="readCount" Type="Edm.Int64" />
<Property Name="likedCount" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerGroupsActivityGroupCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="active" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="yammerGroupsActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="liked" Type="Edm.Int64" />
<Property Name="posted" Type="Edm.Int64" />
<Property Name="read" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsUserActivityUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="assignedProducts" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="teamChatMessageCount" Type="Edm.Int64" />
<Property Name="privateChatMessageCount" Type="Edm.Int64" />
<Property Name="callCount" Type="Edm.Int64" />
<Property Name="meetingCount" Type="Edm.Int64" />
<Property Name="hasOtherAction" Type="Edm.Boolean" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsUserActivityCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="teamChatMessages" Type="Edm.Int64" />
<Property Name="privateChatMessages" Type="Edm.Int64" />
<Property Name="calls" Type="Edm.Int64" />
<Property Name="meetings" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsUserActivityUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="teamChatMessages" Type="Edm.Int64" />
<Property Name="privateChatMessages" Type="Edm.Int64" />
<Property Name="calls" Type="Edm.Int64" />
<Property Name="meetings" Type="Edm.Int64" />
<Property Name="otherActions" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="lastActivityDate" Type="Edm.Date" />
<Property Name="isDeleted" Type="Edm.Boolean" />
<Property Name="deletedDate" Type="Edm.Date" />
<Property Name="usedWeb" Type="Edm.Boolean" />
<Property Name="usedWindowsPhone" Type="Edm.Boolean" />
<Property Name="usediOS" Type="Edm.Boolean" />
<Property Name="usedMac" Type="Edm.Boolean" />
<Property Name="usedAndroidPhone" Type="Edm.Boolean" />
<Property Name="usedWindows" Type="Edm.Boolean" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="windowsPhone" Type="Edm.Int64" />
<Property Name="androidPhone" Type="Edm.Int64" />
<Property Name="ios" Type="Edm.Int64" />
<Property Name="mac" Type="Edm.Int64" />
<Property Name="windows" Type="Edm.Int64" />
<Property Name="reportDate" Type="Edm.Date" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="teamsDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
<Property Name="reportRefreshDate" Type="Edm.Date" />
<Property Name="web" Type="Edm.Int64" />
<Property Name="windowsPhone" Type="Edm.Int64" />
<Property Name="androidPhone" Type="Edm.Int64" />
<Property Name="ios" Type="Edm.Int64" />
<Property Name="mac" Type="Edm.Int64" />
<Property Name="windows" Type="Edm.Int64" />
<Property Name="reportPeriod" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="PayloadRequest" OpenType="true" />
<EntityType Name="payloadResponse" BaseType="microsoft.graph.entity" OpenType="true" />
<ComplexType Name="teamMemberSettings">
<Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" />
<Property Name="allowDeleteChannels" Type="Edm.Boolean" />
<Property Name="allowAddRemoveApps" Type="Edm.Boolean" />
<Property Name="allowCreateUpdateRemoveTabs" Type="Edm.Boolean" />
<Property Name="allowCreateUpdateRemoveConnectors" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="teamMessagingSettings">
<Property Name="allowUserEditMessages" Type="Edm.Boolean" />
<Property Name="allowUserDeleteMessages" Type="Edm.Boolean" />
<Property Name="allowOwnerDeleteMessages" Type="Edm.Boolean" />
<Property Name="allowTeamMentions" Type="Edm.Boolean" />
<Property Name="allowChannelMentions" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="teamFunSettings">
<Property Name="allowGiphy" Type="Edm.Boolean" />
<Property Name="giphyContentRating" Type="microsoft.graph.giphyRatingType" />
<Property Name="allowStickersAndMemes" Type="Edm.Boolean" />
<Property Name="allowCustomMemes" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="teamGuestSettings">
<Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" />
<Property Name="allowDeleteChannels" Type="Edm.Boolean" />
</ComplexType>
<EntityType Name="chatThread" BaseType="microsoft.graph.entity">
<NavigationProperty Name="chatMessages" Type="Collection(microsoft.graph.chatMessage)" ContainsTarget="true" />
<NavigationProperty Name="rootMessage" Type="microsoft.graph.chatMessage" />
</EntityType>
<EntityType Name="chatMessage" BaseType="microsoft.graph.entity">
<Property Name="body" Type="microsoft.graph.itemBody" />
<NavigationProperty Name="inReplyTo" Type="microsoft.graph.chatMessage" />
<NavigationProperty Name="replies" Type="Collection(microsoft.graph.chatMessage)" />
<NavigationProperty Name="from" Type="microsoft.graph.user" />
</EntityType>
<EntityType Name="IdentityProvider" BaseType="microsoft.graph.entity">
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="clientId" Type="Edm.String" Unicode="false" />
<Property Name="clientSecret" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="synchronizationSecretKeyStringValuePair">
<Property Name="key" Type="microsoft.graph.synchronizationSecret" Nullable="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="synchronizationJob" BaseType="microsoft.graph.entity">
<Property Name="templateId" Type="Edm.String" Unicode="false" />
<Property Name="schedule" Type="microsoft.graph.synchronizationSchedule" />
<Property Name="status" Type="microsoft.graph.synchronizationStatus" />
<NavigationProperty Name="schema" Type="microsoft.graph.synchronizationSchema" ContainsTarget="true" />
</EntityType>
<EntityType Name="synchronizationTemplate" BaseType="microsoft.graph.entity">
<Property Name="applicationId" Type="Edm.Guid" Nullable="false" />
<Property Name="default" Type="Edm.Boolean" Nullable="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="discoverable" Type="Edm.Boolean" Nullable="false" />
<Property Name="factoryTag" Type="Edm.String" Unicode="false" />
<Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
<NavigationProperty Name="schema" Type="microsoft.graph.synchronizationSchema" ContainsTarget="true" />
</EntityType>
<ComplexType Name="metadataEntry">
<Property Name="key" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="synchronizationSchema" BaseType="microsoft.graph.entity">
<Property Name="directories" Type="Collection(microsoft.graph.directoryDefinition)" />
<Property Name="synchronizationRules" Type="Collection(microsoft.graph.synchronizationRule)" />
<Property Name="version" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="synchronizationSchedule">
<Property Name="expiration" Type="Edm.DateTimeOffset" />
<Property Name="interval" Type="Edm.Duration" Nullable="false" />
<Property Name="state" Type="microsoft.graph.synchronizationScheduleState" Nullable="false" />
</ComplexType>
<ComplexType Name="synchronizationStatus">
<Property Name="countSuccessiveCompleteFailures" Type="Edm.Int64" Nullable="false" />
<Property Name="escrowsPruned" Type="Edm.Boolean" Nullable="false" />
<Property Name="synchronizedEntryCountByType" Type="Collection(microsoft.graph.stringKeyLongValuePair)" />
<Property Name="code" Type="microsoft.graph.synchronizationStatusCode" Nullable="false" />
<Property Name="lastExecution" Type="microsoft.graph.synchronizationTaskExecution" />
<Property Name="lastSuccessfulExecution" Type="microsoft.graph.synchronizationTaskExecution" />
<Property Name="lastSuccessfulExecutionWithExports" Type="microsoft.graph.synchronizationTaskExecution" />
<Property Name="steadyStateFirstAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="steadyStateLastAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="quarantine" Type="microsoft.graph.synchronizationQuarantine" />
<Property Name="troubleshootingUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="stringKeyLongValuePair">
<Property Name="key" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="synchronizationTaskExecution">
<Property Name="activityIdentifier" Type="Edm.String" Unicode="false" />
<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="state" Type="microsoft.graph.synchronizationTaskExecutionResult" Nullable="false" />
<Property Name="error" Type="microsoft.graph.synchronizationError" />
<Property Name="timeBegan" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="timeEnded" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="synchronizationError">
<Property Name="code" Type="Edm.String" Unicode="false" />
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="tenantActionable" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="synchronizationQuarantine">
<Property Name="currentBegan" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="nextAttempt" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="reason" Type="microsoft.graph.quarantineReason" Nullable="false" />
<Property Name="seriesBegan" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="seriesCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="synchronizationJobRestartCriteria">
<Property Name="resetScope" Type="microsoft.graph.synchronizationJobRestartScope" />
</ComplexType>
<ComplexType Name="directoryDefinition">
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="objects" Type="Collection(microsoft.graph.objectDefinition)" />
</ComplexType>
<ComplexType Name="objectDefinition">
<Property Name="attributes" Type="Collection(microsoft.graph.attributeDefinition)" />
<Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="attributeDefinition">
<Property Name="anchor" Type="Edm.Boolean" Nullable="false" />
<Property Name="caseExact" Type="Edm.Boolean" Nullable="false" />
<Property Name="defaultValue" Type="Edm.String" Unicode="false" />
<Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
<Property Name="multivalued" Type="Edm.Boolean" Nullable="false" />
<Property Name="mutability" Type="microsoft.graph.mutability" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="required" Type="Edm.Boolean" Nullable="false" />
<Property Name="referencedObjects" Type="Collection(microsoft.graph.referencedObject)" />
<Property Name="type" Type="microsoft.graph.attributeType" Nullable="false" />
</ComplexType>
<ComplexType Name="referencedObject">
<Property Name="referencedObjectName" Type="Edm.String" Unicode="false" />
<Property Name="referencedProperty" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="synchronizationRule">
<Property Name="editable" Type="Edm.Boolean" Nullable="false" />
<Property Name="id" Type="Edm.String" Unicode="false" />
<Property Name="metadata" Type="Collection(microsoft.graph.stringKeyStringValuePair)" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="objectMappings" Type="Collection(microsoft.graph.objectMapping)" />
<Property Name="priority" Type="Edm.Int32" Nullable="false" />
<Property Name="sourceDirectoryName" Type="Edm.String" Unicode="false" />
<Property Name="targetDirectoryName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="stringKeyStringValuePair">
<Property Name="key" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="objectMapping">
<Property Name="attributeMappings" Type="Collection(microsoft.graph.attributeMapping)" />
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="flowTypes" Type="microsoft.graph.objectFlowTypes" Nullable="false" />
<Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="scope" Type="microsoft.graph.filter" />
<Property Name="sourceObjectName" Type="Edm.String" Unicode="false" />
<Property Name="targetObjectName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="attributeMapping">
<Property Name="defaultValue" Type="Edm.String" Unicode="false" />
<Property Name="exportMissingReferences" Type="Edm.Boolean" Nullable="false" />
<Property Name="flowBehavior" Type="microsoft.graph.attributeFlowBehavior" Nullable="false" />
<Property Name="flowType" Type="microsoft.graph.attributeFlowType" Nullable="false" />
<Property Name="matchingPriority" Type="Edm.Int32" Nullable="false" />
<Property Name="source" Type="microsoft.graph.attributeMappingSource" />
<Property Name="targetAttributeName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="attributeMappingSource">
<Property Name="expression" Type="Edm.String" Unicode="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="parameters" Type="Collection(microsoft.graph.stringKeyAttributeMappingSourceValuePair)" />
<Property Name="type" Type="microsoft.graph.attributeMappingSourceType" Nullable="false" />
</ComplexType>
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
<Property Name="key" Type="Edm.String" Unicode="false" />
<Property Name="value" Type="microsoft.graph.attributeMappingSource" />
</ComplexType>
<ComplexType Name="filter">
<Property Name="groups" Type="Collection(microsoft.graph.filterGroup)" />
<Property Name="inputFilterGroups" Type="Collection(microsoft.graph.filterGroup)" />
<Property Name="categoryFilterGroups" Type="Collection(microsoft.graph.filterGroup)" />
</ComplexType>
<ComplexType Name="filterGroup">
<Property Name="clauses" Type="Collection(microsoft.graph.filterClause)" />
<Property Name="name" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="filterClause">
<Property Name="operatorName" Type="Edm.String" Unicode="false" />
<Property Name="sourceOperandName" Type="Edm.String" Unicode="false" />
<Property Name="targetOperand" Type="microsoft.graph.filterOperand" />
</ComplexType>
<ComplexType Name="filterOperand">
<Property Name="values" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<EntityType Name="attributeMappingFunctionSchema" BaseType="microsoft.graph.entity">
<Property Name="parameters" Type="Collection(microsoft.graph.attributeMappingParameterSchema)" />
</EntityType>
<ComplexType Name="attributeMappingParameterSchema">
<Property Name="allowMultipleOccurrences" Type="Edm.Boolean" Nullable="false" />
<Property Name="name" Type="Edm.String" Unicode="false" />
<Property Name="required" Type="Edm.Boolean" Nullable="false" />
<Property Name="type" Type="microsoft.graph.attributeType" Nullable="false" />
</ComplexType>
<EntityType Name="filterOperatorSchema" BaseType="microsoft.graph.entity">
<Property Name="arity" Type="microsoft.graph.scopeOperatorType" Nullable="false" />
<Property Name="multivaluedComparisonType" Type="microsoft.graph.scopeOperatorMultiValuedComparisonType" Nullable="false" />
<Property Name="supportedAttributeTypes" Type="Collection(microsoft.graph.attributeType)" Nullable="false" />
</EntityType>
<ComplexType Name="expressionInputObject">
<Property Name="definition" Type="microsoft.graph.objectDefinition" />
<Property Name="properties" Type="Collection(microsoft.graph.stringKeyObjectValuePair)" />
</ComplexType>
<ComplexType Name="stringKeyObjectValuePair" OpenType="true">
<Property Name="key" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="parseExpressionResponse">
<Property Name="error" Type="microsoft.graph.publicError" />
<Property Name="evaluationSucceeded" Type="Edm.Boolean" Nullable="false" />
<Property Name="evaluationResult" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="parsedExpression" Type="microsoft.graph.attributeMappingSource" />
<Property Name="parsingSucceeded" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="publicError">
<Property Name="code" Type="Edm.String" Unicode="false" />
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="target" Type="Edm.String" Unicode="false" />
<Property Name="details" Type="Collection(microsoft.graph.publicErrorDetail)" />
<Property Name="innerError" Type="microsoft.graph.publicInnerError" />
</ComplexType>
<ComplexType Name="publicErrorDetail">
<Property Name="code" Type="Edm.String" Unicode="false" />
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="target" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="publicInnerError" OpenType="true">
<Property Name="code" Type="Edm.String" Unicode="false" />
<Property Name="details" Type="Collection(microsoft.graph.publicErrorDetail)" />
<Property Name="message" Type="Edm.String" Unicode="false" />
<Property Name="target" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="publicErrorResponse">
<Property Name="error" Type="microsoft.graph.publicError" />
</ComplexType>
<EntityType Name="educationRoot" BaseType="microsoft.graph.entity">
<NavigationProperty Name="synchronizationProfiles" Type="Collection(microsoft.graph.educationSynchronizationProfile)" ContainsTarget="true" />
<NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" ContainsTarget="true" />
<NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" ContainsTarget="true" />
<NavigationProperty Name="users" Type="Collection(microsoft.graph.educationUser)" ContainsTarget="true" />
<NavigationProperty Name="me" Type="microsoft.graph.educationUser" ContainsTarget="true" />
</EntityType>
<EntityType Name="educationSynchronizationProfile" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="dataProvider" Type="microsoft.graph.educationSynchronizationDataProvider" Nullable="false" />
<Property Name="identitySynchronizationConfiguration" Type="microsoft.graph.educationIdentitySynchronizationConfiguration" Nullable="false" />
<Property Name="licensesToAssign" Type="Collection(microsoft.graph.educationSynchronizationLicenseAssignment)" />
<Property Name="state" Type="microsoft.graph.educationSynchronizationProfileState" />
<Property Name="handleSpecialCharacterConstraint" Type="Edm.Boolean" />
<Property Name="termStartDate" Type="Edm.String" Unicode="false" />
<Property Name="termEndDate" Type="Edm.String" Unicode="false" />
<Property Name="dateFormat" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="errors" Type="Collection(microsoft.graph.educationSynchronizationError)" ContainsTarget="true" />
<NavigationProperty Name="profileStatus" Type="microsoft.graph.educationSynchronizationProfileStatus" ContainsTarget="true" />
</EntityType>
<EntityType Name="educationClass" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="mailNickname" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="classCode" Type="Edm.String" Unicode="false" />
<Property Name="externalName" Type="Edm.String" Unicode="false" />
<Property Name="externalId" Type="Edm.String" Unicode="false" />
<Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
<Property Name="term" Type="microsoft.graph.educationTerm" />
<NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" />
<NavigationProperty Name="members" Type="Collection(microsoft.graph.educationUser)" />
<NavigationProperty Name="teachers" Type="Collection(microsoft.graph.educationUser)" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.educationAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="educationOrganization" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
<Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
</EntityType>
<EntityType Name="educationSchool" BaseType="microsoft.graph.educationOrganization">
<Property Name="principalEmail" Type="Edm.String" Unicode="false" />
<Property Name="principalName" Type="Edm.String" Unicode="false" />
<Property Name="externalPrincipalId" Type="Edm.String" Unicode="false" />
<Property Name="lowestGrade" Type="Edm.String" Unicode="false" />
<Property Name="highestGrade" Type="Edm.String" Unicode="false" />
<Property Name="schoolNumber" Type="Edm.String" Unicode="false" />
<Property Name="externalId" Type="Edm.String" Unicode="false" />
<Property Name="phone" Type="Edm.String" Unicode="false" />
<Property Name="fax" Type="Edm.String" Unicode="false" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="address" Type="microsoft.graph.physicalAddress" />
<NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" />
<NavigationProperty Name="users" Type="Collection(microsoft.graph.educationUser)" />
</EntityType>
<EntityType Name="educationUser" BaseType="microsoft.graph.entity">
<Property Name="primaryRole" Type="microsoft.graph.educationUserRole" Nullable="false" />
<Property Name="middleName" Type="Edm.String" Unicode="false" />
<Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
<Property Name="residenceAddress" Type="microsoft.graph.physicalAddress" />
<Property Name="mailingAddress" Type="microsoft.graph.physicalAddress" />
<Property Name="student" Type="microsoft.graph.educationStudent" />
<Property Name="teacher" Type="microsoft.graph.educationTeacher" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="accountEnabled" Type="Edm.Boolean" />
<Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
<Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Property Name="department" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="givenName" Type="Edm.String" Unicode="false" />
<Property Name="mail" Type="Edm.String" Unicode="false" />
<Property Name="mailNickname" Type="Edm.String" Unicode="false" />
<Property Name="mobilePhone" Type="Edm.String" Unicode="false" />
<Property Name="passwordPolicies" Type="Edm.String" Unicode="false" />
<Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
<Property Name="officeLocation" Type="Edm.String" Unicode="false" />
<Property Name="preferredLanguage" Type="Edm.String" Unicode="false" />
<Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
<Property Name="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" />
<Property Name="showInAddressList" Type="Edm.Boolean" />
<Property Name="surname" Type="Edm.String" Unicode="false" />
<Property Name="usageLocation" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="userType" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" />
<NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.educationAssignment)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="educationSynchronizationDataProvider" Abstract="true" />
<ComplexType Name="educationIdentitySynchronizationConfiguration" Abstract="true" />
<ComplexType Name="educationSynchronizationLicenseAssignment">
<Property Name="appliesTo" Type="microsoft.graph.educationUserRole" />
<Property Name="skuIds" Type="Collection(Edm.String)" Unicode="false" />
</ComplexType>
<EntityType Name="educationSynchronizationError" BaseType="microsoft.graph.entity">
<Property Name="entryType" Type="Edm.String" Unicode="false" />
<Property Name="errorCode" Type="Edm.String" Unicode="false" />
<Property Name="errorMessage" Type="Edm.String" Unicode="false" />
<Property Name="joiningValue" Type="Edm.String" Unicode="false" />
<Property Name="recordedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="reportableIdentifier" Type="Edm.String" Unicode="false" />
</EntityType>
<EntityType Name="educationSynchronizationProfileStatus" BaseType="microsoft.graph.entity">
<Property Name="status" Type="microsoft.graph.educationSynchronizationStatus" />
<Property Name="lastSynchronizationDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<ComplexType Name="educationFileSynchronizationVerificationMessage">
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="fileName" Type="Edm.String" Unicode="false" />
<Property Name="description" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationSynchronizationCustomizationsBase" Abstract="true" />
<ComplexType Name="educationSynchronizationCustomization">
<Property Name="optionalPropertiesToSync" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="synchronizationStartDate" Type="Edm.DateTimeOffset" />
<Property Name="isSyncDeferred" Type="Edm.Boolean" />
<Property Name="allowDisplayNameUpdate" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="educationSynchronizationCustomizations" BaseType="microsoft.graph.educationSynchronizationCustomizationsBase">
<Property Name="school" Type="microsoft.graph.educationSynchronizationCustomization" />
<Property Name="section" Type="microsoft.graph.educationSynchronizationCustomization" />
<Property Name="student" Type="microsoft.graph.educationSynchronizationCustomization" />
<Property Name="teacher" Type="microsoft.graph.educationSynchronizationCustomization" />
<Property Name="studentEnrollment" Type="microsoft.graph.educationSynchronizationCustomization" />
<Property Name="teacherRoster" Type="microsoft.graph.educationSynchronizationCustomization" />
</ComplexType>
<ComplexType Name="educationPowerSchoolDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
<Property Name="connectionUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="clientId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="clientSecret" Type="Edm.String" Unicode="false" />
<Property Name="schoolsIds" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="schoolYear" Type="Edm.String" Unicode="false" />
<Property Name="allowTeachersInMultipleSchools" Type="Edm.Boolean" />
<Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
</ComplexType>
<ComplexType Name="educationCsvDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
<Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
</ComplexType>
<ComplexType Name="educationOneRosterApiDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
<Property Name="connectionUrl" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="clientId" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="clientSecret" Type="Edm.String" Unicode="false" />
<Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
</ComplexType>
<ComplexType Name="educationIdentityMatchingConfiguration" BaseType="microsoft.graph.educationIdentitySynchronizationConfiguration">
<Property Name="matchingOptions" Type="Collection(microsoft.graph.educationIdentityMatchingOptions)" Nullable="false" />
</ComplexType>
<ComplexType Name="educationIdentityMatchingOptions">
<Property Name="appliesTo" Type="microsoft.graph.educationUserRole" Nullable="false" />
<Property Name="sourcePropertyName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="targetPropertyName" Type="Edm.String" Nullable="false" Unicode="false" />
<Property Name="targetDomain" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationIdentityDomain">
<Property Name="appliesTo" Type="microsoft.graph.educationUserRole" Nullable="false" />
<Property Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
</ComplexType>
<ComplexType Name="educationIdentityCreationConfiguration" BaseType="microsoft.graph.educationIdentitySynchronizationConfiguration">
<Property Name="userDomains" Type="Collection(microsoft.graph.educationIdentityDomain)" Nullable="false" />
</ComplexType>
<ComplexType Name="educationStudent">
<Property Name="graduationYear" Type="Edm.String" Unicode="false" />
<Property Name="grade" Type="Edm.String" Unicode="false" />
<Property Name="birthDate" Type="Edm.Date" />
<Property Name="gender" Type="microsoft.graph.educationGender" />
<Property Name="studentNumber" Type="Edm.String" Unicode="false" />
<Property Name="externalId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationTeacher">
<Property Name="teacherNumber" Type="Edm.String" Unicode="false" />
<Property Name="externalId" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="educationAssignment" BaseType="microsoft.graph.entity">
<Property Name="classId" Type="Edm.String" Unicode="false" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="instructions" Type="microsoft.graph.educationItemBody" />
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
<Property Name="assignDateTime" Type="Edm.DateTimeOffset" />
<Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="grading" Type="microsoft.graph.educationAssignmentGradeType" />
<Property Name="assignTo" Type="microsoft.graph.educationAssignmentRecipient" />
<Property Name="allowLateSubmissions" Type="Edm.Boolean" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="allowStudentsToAddResourcesToSubmission" Type="Edm.Boolean" />
<Property Name="status" Type="microsoft.graph.educationAssignmentStatus" />
<NavigationProperty Name="resources" Type="Collection(microsoft.graph.educationAssignmentResource)" ContainsTarget="true" />
<NavigationProperty Name="submissions" Type="Collection(microsoft.graph.educationSubmission)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="educationTerm">
<Property Name="externalId" Type="Edm.String" Unicode="false" />
<Property Name="startDate" Type="Edm.Date" />
<Property Name="endDate" Type="Edm.Date" />
<Property Name="displayName" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationItemBody">
<Property Name="contentType" Type="microsoft.graph.bodyType" />
<Property Name="content" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationAssignmentGradeType" Abstract="true" />
<ComplexType Name="educationAssignmentPointsGradeType" BaseType="microsoft.graph.educationAssignmentGradeType">
<Property Name="maxPoints" Type="Edm.Single" />
</ComplexType>
<ComplexType Name="educationAssignmentGrade" Abstract="true">
<Property Name="gradedBy" Type="microsoft.graph.identitySet" />
<Property Name="gradedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="educationAssignmentPointsGrade" BaseType="microsoft.graph.educationAssignmentGrade">
<Property Name="points" Type="Edm.Single" />
</ComplexType>
<ComplexType Name="educationAssignmentRecipient" Abstract="true" />
<EntityType Name="educationAssignmentResource" BaseType="microsoft.graph.entity">
<Property Name="distributeForStudentWork" Type="Edm.Boolean" />
<Property Name="resource" Type="microsoft.graph.educationResource" />
</EntityType>
<EntityType Name="educationSubmission" BaseType="microsoft.graph.entity">
<Property Name="recipient" Type="microsoft.graph.educationSubmissionRecipient" />
<Property Name="status" Type="microsoft.graph.educationSubmissionStatus" />
<Property Name="submittedBy" Type="microsoft.graph.identitySet" />
<Property Name="submittedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="releasedBy" Type="microsoft.graph.identitySet" />
<Property Name="releasedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="grade" Type="microsoft.graph.educationAssignmentGrade" />
<Property Name="feedback" Type="microsoft.graph.educationFeedback" />
<Property Name="resourcesFolderUrl" Type="Edm.String" Unicode="false" />
<NavigationProperty Name="resources" Type="Collection(microsoft.graph.educationSubmissionResource)" ContainsTarget="true" />
<NavigationProperty Name="submittedResources" Type="Collection(microsoft.graph.educationSubmissionResource)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="educationAssignmentClassRecipient" BaseType="microsoft.graph.educationAssignmentRecipient" />
<ComplexType Name="educationAssignmentGroupRecipient" BaseType="microsoft.graph.educationAssignmentRecipient" />
<ComplexType Name="educationResource" Abstract="true">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
</ComplexType>
<EntityType Name="educationSubmissionResource" BaseType="microsoft.graph.entity">
<Property Name="resource" Type="microsoft.graph.educationResource" />
<Property Name="assignmentResourceUrl" Type="Edm.String" Unicode="false" />
</EntityType>
<ComplexType Name="educationWordResource" BaseType="microsoft.graph.educationResource">
<Property Name="fileUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationPowerPointResource" BaseType="microsoft.graph.educationResource">
<Property Name="fileUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationExcelResource" BaseType="microsoft.graph.educationResource">
<Property Name="fileUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationOneNoteResource" BaseType="microsoft.graph.educationResource">
<Property Name="sectionName" Type="Edm.String" Unicode="false" />
<Property Name="pageUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationFileResource" BaseType="microsoft.graph.educationResource">
<Property Name="fileUrl" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationLinkResource" BaseType="microsoft.graph.educationResource">
<Property Name="link" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationSubmissionRecipient" Abstract="true" />
<ComplexType Name="educationSubmissionIndividualRecipient" BaseType="microsoft.graph.educationSubmissionRecipient">
<Property Name="userId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="educationFeedback">
<Property Name="text" Type="microsoft.graph.educationItemBody" />
<Property Name="feedbackDateTime" Type="Edm.DateTimeOffset" />
<Property Name="feedbackBy" Type="microsoft.graph.identitySet" />
</ComplexType>
<ComplexType Name="auditActor">
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="permissions" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="userPermissions" Type="Collection(Edm.String)" Unicode="false" />
<Property Name="applicationId" Type="Edm.String" Unicode="false" />
<Property Name="applicationDisplayName" Type="Edm.String" Unicode="false" />
<Property Name="userPrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="servicePrincipalName" Type="Edm.String" Unicode="false" />
<Property Name="ipAddress" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="auditResource">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="modifiedProperties" Type="Collection(microsoft.graph.auditProperty)" />
<Property Name="type" Type="Edm.String" Unicode="false" />
<Property Name="resourceId" Type="Edm.String" Unicode="false" />
</ComplexType>
<ComplexType Name="auditProperty">
<Property Name="displayName" Type="Edm.String" Unicode="false" />
<Property Name="oldValue" Type="Edm.String" Unicode="false" />
<Property Name="newValue" Type="Edm.String" Unicode="false" />
</ComplexType>
<EntityType Name="enrollmentTroubleshootingEvent" BaseType="microsoft.graph.deviceManagementTroubleshootingEvent">
<Property Name="managedDeviceIdentifier" Type="Edm.String" Unicode="false" />
<Property Name="operatingSystem" Type="Edm.String" Unicode="false" />
<Property Name="osVersion" Type="Edm.String" Unicode="false" />
<Property Name="userId" Type="Edm.String" Unicode="false" />
<Property Name="deviceId" Type="Edm.String" Unicode="false" />
<Property Name="enrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
<Property Name="failureCategory" Type="microsoft.graph.deviceEnrollmentFailureReason" Nullable="false" />
<Property Name="failureReason" Type="Edm.String" Unicode="false" />
</EntityType>
<Function Name="getRoleScopeTagsByIds" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="Collection(graph.roleScopeTag)" />
</Function>
<Function Name="getRoleScopeTagsByResource" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
<Parameter Name="resource" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(graph.roleScopeTag)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.user)" />
<ReturnType Type="Collection(microsoft.graph.user)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.group)" />
<ReturnType Type="Collection(microsoft.graph.group)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.administrativeUnit)" />
<ReturnType Type="Collection(microsoft.graph.administrativeUnit)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.orgContact)" />
<ReturnType Type="Collection(microsoft.graph.orgContact)" />
</Function>
<Action Name="getByIds" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
<Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Parameter Name="types" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
</Action>
<Action Name="checkMemberGroups" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
<Parameter Name="groupIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</Action>
<Action Name="getMemberGroups" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
<Parameter Name="securityEnabledOnly" Type="Edm.Boolean" />
<ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</Action>
<Action Name="getMemberObjects" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
<Parameter Name="securityEnabledOnly" Type="Edm.Boolean" />
<ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
</Action>
<Action Name="forceDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.domain" Nullable="false" />
<Parameter Name="disableUserAccounts" Type="Edm.Boolean" />
</Action>
<Action Name="validateProperties" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
<Parameter Name="entityType" Type="Edm.String" Unicode="false" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
<Parameter Name="mailNickname" Type="Edm.String" Unicode="false" />
<Parameter Name="onBehalfOfUserId" Type="Edm.Guid" />
</Action>
<Action Name="validateProperties" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
<Parameter Name="mailNickname" Type="Edm.String" Unicode="false" />
<Parameter Name="onBehalfOfUserId" Type="Edm.Guid" />
</Action>
<Action Name="verify" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.domain" Nullable="false" />
<ReturnType Type="microsoft.graph.domain" />
</Action>
<Action Name="renew" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
<ReturnType Type="microsoft.graph.directoryObject" />
</Action>
<Action Name="assignLicense" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
<Parameter Name="addLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
<Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false" />
<ReturnType Type="microsoft.graph.user" />
</Action>
<Action Name="changePassword" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
<Parameter Name="currentPassword" Type="Edm.String" Unicode="false" />
<Parameter Name="newPassword" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="invalidateAllRefreshTokens" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="createSession" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.workbook" />
<Parameter Name="persistChanges" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookSessionInfo" />
</Action>
<Action Name="closeSession" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.workbook" />
</Action>
<Action Name="refreshSession" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.workbook" />
</Action>
<Action Name="processQuery" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.workbook" />
<Parameter Name="input" Type="Edm.Stream" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="calculate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookApplication" />
<Parameter Name="calculationType" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Function Name="image" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Function Name="image" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<Parameter Name="width" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Function Name="image" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<Parameter Name="width" Type="Edm.Int32" Nullable="false" />
<Parameter Name="height" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Function Name="image" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<Parameter Name="width" Type="Edm.Int32" Nullable="false" />
<Parameter Name="height" Type="Edm.Int32" Nullable="false" />
<Parameter Name="fittingMode" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="setData" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<Parameter Name="sourceData" Type="microsoft.graph.Json" />
<Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="setPosition" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
<Parameter Name="startCell" Type="microsoft.graph.Json" />
<Parameter Name="endCell" Type="microsoft.graph.Json" />
</Action>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
<Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="sourceData" Type="microsoft.graph.Json" />
<Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookChart" />
</Action>
<Function Name="item" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookChart" />
</Function>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookChart" />
</Function>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChartFill" />
</Action>
<Action Name="setSolidColor" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChartFill" />
<Parameter Name="color" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookChartLineFormat" />
</Action>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartPoint)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookChartPoint" />
</Function>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartSeries)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookChartSeries" />
</Function>
<Action Name="apply" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="criteria" Type="microsoft.graph.workbookFilterCriteria" />
</Action>
<Action Name="applyBottomItemsFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="count" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="applyBottomPercentFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="percent" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="applyCellColorFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="color" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="applyCustomFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="criteria1" Type="Edm.String" Unicode="false" />
<Parameter Name="criteria2" Type="Edm.String" Unicode="false" />
<Parameter Name="oper" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="applyDynamicFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="criteria" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="applyFontColorFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="color" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="applyIconFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="icon" Type="microsoft.graph.workbookIcon" />
</Action>
<Action Name="applyTopItemsFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="count" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="applyTopPercentFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="percent" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="applyValuesFilter" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
<Parameter Name="values" Type="microsoft.graph.Json" />
</Action>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
</Action>
<Action Name="abs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="accrInt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="firstInterest" Type="microsoft.graph.Json" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="par" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<Parameter Name="calcMethod" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="accrIntM" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="par" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="acos" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="acosh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="acot" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="acoth" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="amorDegrc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="datePurchased" Type="microsoft.graph.Json" />
<Parameter Name="firstPeriod" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="period" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="amorLinc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="datePurchased" Type="microsoft.graph.Json" />
<Parameter Name="firstPeriod" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="period" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="and" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="arabic" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="areas" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="reference" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="asc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="asin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="asinh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="atan" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="atan2" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="xNum" Type="microsoft.graph.Json" />
<Parameter Name="yNum" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="atanh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="aveDev" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="average" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="averageA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="averageIf" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="range" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<Parameter Name="averageRange" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="averageIfs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="averageRange" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bahtText" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="base" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="radix" Type="microsoft.graph.Json" />
<Parameter Name="minLength" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="besselI" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="n" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="besselJ" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="n" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="besselK" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="n" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="besselY" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="n" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="beta_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="beta" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<Parameter Name="A" Type="microsoft.graph.Json" />
<Parameter Name="B" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="beta_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="beta" Type="microsoft.graph.Json" />
<Parameter Name="A" Type="microsoft.graph.Json" />
<Parameter Name="B" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bin2Dec" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bin2Hex" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bin2Oct" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="binom_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="numberS" Type="microsoft.graph.Json" />
<Parameter Name="trials" Type="microsoft.graph.Json" />
<Parameter Name="probabilityS" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="binom_Dist_Range" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="trials" Type="microsoft.graph.Json" />
<Parameter Name="probabilityS" Type="microsoft.graph.Json" />
<Parameter Name="numberS" Type="microsoft.graph.Json" />
<Parameter Name="numberS2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="binom_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="trials" Type="microsoft.graph.Json" />
<Parameter Name="probabilityS" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bitand" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number1" Type="microsoft.graph.Json" />
<Parameter Name="number2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bitlshift" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="shiftAmount" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bitor" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number1" Type="microsoft.graph.Json" />
<Parameter Name="number2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bitrshift" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="shiftAmount" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="bitxor" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number1" Type="microsoft.graph.Json" />
<Parameter Name="number2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ceiling_Math" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<Parameter Name="mode" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ceiling_Precise" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="char" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="chiSq_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="chiSq_Dist_RT" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="chiSq_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="chiSq_Inv_RT" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="choose" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="indexNum" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="clean" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="code" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="columns" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="combin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numberChosen" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="combina" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numberChosen" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="complex" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="realNum" Type="microsoft.graph.Json" />
<Parameter Name="iNum" Type="microsoft.graph.Json" />
<Parameter Name="suffix" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="concatenate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="confidence_Norm" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<Parameter Name="size" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="confidence_T" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<Parameter Name="size" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="convert" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="fromUnit" Type="microsoft.graph.Json" />
<Parameter Name="toUnit" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="cos" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="cosh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="cot" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coth" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="countA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="countBlank" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="range" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="countIf" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="range" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="countIfs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupDayBs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupDays" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupDaysNc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupNcd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupNum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="coupPcd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="csc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="csch" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="cumIPmt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="startPeriod" Type="microsoft.graph.Json" />
<Parameter Name="endPeriod" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="cumPrinc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="startPeriod" Type="microsoft.graph.Json" />
<Parameter Name="endPeriod" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="daverage" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dcount" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dcountA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dget" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dmax" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dmin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dproduct" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dstDev" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dstDevP" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dsum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dvar" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dvarP" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="database" Type="microsoft.graph.Json" />
<Parameter Name="field" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="date" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="year" Type="microsoft.graph.Json" />
<Parameter Name="month" Type="microsoft.graph.Json" />
<Parameter Name="day" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="datevalue" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="dateText" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="day" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="days" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="endDate" Type="microsoft.graph.Json" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="days360" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="endDate" Type="microsoft.graph.Json" />
<Parameter Name="method" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="db" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="life" Type="microsoft.graph.Json" />
<Parameter Name="period" Type="microsoft.graph.Json" />
<Parameter Name="month" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dbcs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ddb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="life" Type="microsoft.graph.Json" />
<Parameter Name="period" Type="microsoft.graph.Json" />
<Parameter Name="factor" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dec2Bin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dec2Hex" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dec2Oct" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="decimal" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="radix" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="degrees" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="angle" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="delta" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number1" Type="microsoft.graph.Json" />
<Parameter Name="number2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="devSq" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="disc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dollar" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="decimals" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dollarDe" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="fractionalDollar" Type="microsoft.graph.Json" />
<Parameter Name="fraction" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="dollarFr" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="decimalDollar" Type="microsoft.graph.Json" />
<Parameter Name="fraction" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="duration" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="coupon" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ecma_Ceiling" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="edate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="months" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="effect" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="nominalRate" Type="microsoft.graph.Json" />
<Parameter Name="npery" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="eoMonth" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="months" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="erf" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="lowerLimit" Type="microsoft.graph.Json" />
<Parameter Name="upperLimit" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="erfC" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="erfC_Precise" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="X" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="erf_Precise" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="X" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="error_Type" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="errorVal" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="even" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="exact" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text1" Type="microsoft.graph.Json" />
<Parameter Name="text2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="exp" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="expon_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="lambda" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fvschedule" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="principal" Type="microsoft.graph.Json" />
<Parameter Name="schedule" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="f_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="f_Dist_RT" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="f_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="f_Inv_RT" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fact" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="factDouble" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="false" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="find" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="findText" Type="microsoft.graph.Json" />
<Parameter Name="withinText" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="findB" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="findText" Type="microsoft.graph.Json" />
<Parameter Name="withinText" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fisher" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fisherInv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="y" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fixed" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="decimals" Type="microsoft.graph.Json" />
<Parameter Name="noCommas" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="floor_Math" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<Parameter Name="mode" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="floor_Precise" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="fv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pmt" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gamma" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gammaLn" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gammaLn_Precise" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gamma_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="beta" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gamma_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="beta" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gauss" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="gcd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="geStep" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="step" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="geoMean" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hlookup" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="lookupValue" Type="microsoft.graph.Json" />
<Parameter Name="tableArray" Type="microsoft.graph.Json" />
<Parameter Name="rowIndexNum" Type="microsoft.graph.Json" />
<Parameter Name="rangeLookup" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="harMean" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hex2Bin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hex2Dec" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hex2Oct" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hour" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hypGeom_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="sampleS" Type="microsoft.graph.Json" />
<Parameter Name="numberSample" Type="microsoft.graph.Json" />
<Parameter Name="populationS" Type="microsoft.graph.Json" />
<Parameter Name="numberPop" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="hyperlink" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="linkLocation" Type="microsoft.graph.Json" />
<Parameter Name="friendlyName" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="iso_Ceiling" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="if" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="logicalTest" Type="microsoft.graph.Json" />
<Parameter Name="valueIfTrue" Type="microsoft.graph.Json" />
<Parameter Name="valueIfFalse" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imAbs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imArgument" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imConjugate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imCos" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imCosh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imCot" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imCsc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imCsch" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imDiv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber1" Type="microsoft.graph.Json" />
<Parameter Name="inumber2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imExp" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imLn" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imLog10" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imLog2" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imPower" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imProduct" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imReal" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSec" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSech" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSinh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSqrt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSub" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber1" Type="microsoft.graph.Json" />
<Parameter Name="inumber2" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imSum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imTan" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="imaginary" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="inumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="int" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="intRate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="investment" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ipmt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="per" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="irr" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<Parameter Name="guess" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isErr" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isError" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isEven" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isFormula" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="reference" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isLogical" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isNA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isNonText" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isNumber" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isOdd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isText" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isoWeekNum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="date" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ispmt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="per" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="isref" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="kurt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="large" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="k" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="lcm" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="left" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="numChars" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="leftb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="numBytes" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="len" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="lenb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ln" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="log" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="base" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="log10" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="logNorm_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="logNorm_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="lookup" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="lookupValue" Type="microsoft.graph.Json" />
<Parameter Name="lookupVector" Type="microsoft.graph.Json" />
<Parameter Name="resultVector" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="lower" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="mduration" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="coupon" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="mirr" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<Parameter Name="financeRate" Type="microsoft.graph.Json" />
<Parameter Name="reinvestRate" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="mround" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="multiple" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="match" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="lookupValue" Type="microsoft.graph.Json" />
<Parameter Name="lookupArray" Type="microsoft.graph.Json" />
<Parameter Name="matchType" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="max" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="maxA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="median" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="mid" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<Parameter Name="numChars" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="midb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<Parameter Name="numBytes" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="min" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="minA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="minute" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="mod" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="divisor" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="month" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="multiNomial" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="n" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="nper" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pmt" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="na" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="negBinom_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="numberF" Type="microsoft.graph.Json" />
<Parameter Name="numberS" Type="microsoft.graph.Json" />
<Parameter Name="probabilityS" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="networkDays" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="endDate" Type="microsoft.graph.Json" />
<Parameter Name="holidays" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="networkDays_Intl" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="endDate" Type="microsoft.graph.Json" />
<Parameter Name="weekend" Type="microsoft.graph.Json" />
<Parameter Name="holidays" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="nominal" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="effectRate" Type="microsoft.graph.Json" />
<Parameter Name="npery" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="norm_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="norm_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="norm_S_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="z" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="norm_S_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="not" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="logical" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="now" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="npv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="numberValue" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="decimalSeparator" Type="microsoft.graph.Json" />
<Parameter Name="groupSeparator" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oct2Bin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oct2Dec" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oct2Hex" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="places" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="odd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oddFPrice" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="firstCoupon" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oddFYield" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="firstCoupon" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oddLPrice" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="lastInterest" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="oddLYield" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="lastInterest" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="or" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="pduration" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="percentRank_Exc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="percentRank_Inc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="significance" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="percentile_Exc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="k" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="percentile_Inc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="k" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="permut" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numberChosen" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="permutationa" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numberChosen" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="phi" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="pi" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="pmt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="poisson_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="power" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="power" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="ppmt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="per" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="price" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="priceDisc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="discount" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="priceMat" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="yld" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="product" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="proper" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="pv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pmt" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="quartile_Exc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="quart" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="quartile_Inc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="quart" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="quotient" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="numerator" Type="microsoft.graph.Json" />
<Parameter Name="denominator" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="radians" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="angle" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rand" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="randBetween" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="bottom" Type="microsoft.graph.Json" />
<Parameter Name="top" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rank_Avg" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="ref" Type="microsoft.graph.Json" />
<Parameter Name="order" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rank_Eq" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="ref" Type="microsoft.graph.Json" />
<Parameter Name="order" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rate" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pmt" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<Parameter Name="type" Type="microsoft.graph.Json" />
<Parameter Name="guess" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="received" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="investment" Type="microsoft.graph.Json" />
<Parameter Name="discount" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="replace" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="oldText" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<Parameter Name="numChars" Type="microsoft.graph.Json" />
<Parameter Name="newText" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="replaceB" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="oldText" Type="microsoft.graph.Json" />
<Parameter Name="startNum" Type="microsoft.graph.Json" />
<Parameter Name="numBytes" Type="microsoft.graph.Json" />
<Parameter Name="newText" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rept" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="numberTimes" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="right" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="numChars" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rightb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="numBytes" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="roman" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="form" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="round" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numDigits" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="roundDown" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numDigits" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="roundUp" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numDigits" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rows" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="rri" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="nper" Type="microsoft.graph.Json" />
<Parameter Name="pv" Type="microsoft.graph.Json" />
<Parameter Name="fv" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sec" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sech" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="second" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="seriesSum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="n" Type="microsoft.graph.Json" />
<Parameter Name="m" Type="microsoft.graph.Json" />
<Parameter Name="coefficients" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sheet" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sheets" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="reference" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sign" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sin" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sinh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="skew" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="skew_p" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sln" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="life" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="small" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="k" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sqrt" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sqrtPi" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="stDevA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="stDevPA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="stDev_P" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="stDev_S" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="standardize" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="mean" Type="microsoft.graph.Json" />
<Parameter Name="standardDev" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="substitute" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<Parameter Name="oldText" Type="microsoft.graph.Json" />
<Parameter Name="newText" Type="microsoft.graph.Json" />
<Parameter Name="instanceNum" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="subtotal" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="functionNum" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sumIf" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="range" Type="microsoft.graph.Json" />
<Parameter Name="criteria" Type="microsoft.graph.Json" />
<Parameter Name="sumRange" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sumIfs" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="sumRange" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="sumSq" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="syd" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="life" Type="microsoft.graph.Json" />
<Parameter Name="per" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="tbillEq" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="discount" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="tbillPrice" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="discount" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="tbillYield" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t_Dist_2T" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t_Dist_RT" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t_Inv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="t_Inv_2T" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="probability" Type="microsoft.graph.Json" />
<Parameter Name="degFreedom" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="tan" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="tanh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="text" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<Parameter Name="formatText" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="time" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="hour" Type="microsoft.graph.Json" />
<Parameter Name="minute" Type="microsoft.graph.Json" />
<Parameter Name="second" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="timevalue" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="timeText" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="today" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="trim" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="trimMean" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="percent" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="true" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="trunc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="numDigits" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="type" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="value" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="usdollar" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<Parameter Name="decimals" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="unichar" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="number" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="unicode" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="upper" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="vlookup" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="lookupValue" Type="microsoft.graph.Json" />
<Parameter Name="tableArray" Type="microsoft.graph.Json" />
<Parameter Name="colIndexNum" Type="microsoft.graph.Json" />
<Parameter Name="rangeLookup" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="value" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="text" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="varA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="varPA" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="var_P" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="var_S" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="vdb" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="cost" Type="microsoft.graph.Json" />
<Parameter Name="salvage" Type="microsoft.graph.Json" />
<Parameter Name="life" Type="microsoft.graph.Json" />
<Parameter Name="startPeriod" Type="microsoft.graph.Json" />
<Parameter Name="endPeriod" Type="microsoft.graph.Json" />
<Parameter Name="factor" Type="microsoft.graph.Json" />
<Parameter Name="noSwitch" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="weekNum" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<Parameter Name="returnType" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="weekday" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<Parameter Name="returnType" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="weibull_Dist" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="alpha" Type="microsoft.graph.Json" />
<Parameter Name="beta" Type="microsoft.graph.Json" />
<Parameter Name="cumulative" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="workDay" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="days" Type="microsoft.graph.Json" />
<Parameter Name="holidays" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="workDay_Intl" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="days" Type="microsoft.graph.Json" />
<Parameter Name="weekend" Type="microsoft.graph.Json" />
<Parameter Name="holidays" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="xirr" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<Parameter Name="dates" Type="microsoft.graph.Json" />
<Parameter Name="guess" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="xnpv" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<Parameter Name="dates" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="xor" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="year" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="serialNumber" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="yearFrac" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="startDate" Type="microsoft.graph.Json" />
<Parameter Name="endDate" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="yield" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="frequency" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="yieldDisc" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="redemption" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="yieldMat" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="settlement" Type="microsoft.graph.Json" />
<Parameter Name="maturity" Type="microsoft.graph.Json" />
<Parameter Name="issue" Type="microsoft.graph.Json" />
<Parameter Name="rate" Type="microsoft.graph.Json" />
<Parameter Name="pr" Type="microsoft.graph.Json" />
<Parameter Name="basis" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Action Name="z_Test" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
<Parameter Name="array" Type="microsoft.graph.Json" />
<Parameter Name="x" Type="microsoft.graph.Json" />
<Parameter Name="sigma" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookFunctionResult" />
</Action>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookNamedItem" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookNamedItem)" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<Parameter Name="reference" Type="microsoft.graph.Json" />
<Parameter Name="comment" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookNamedItem" />
</Action>
<Action Name="addFormulaLocal" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookNamedItem)" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<Parameter Name="formula" Type="Edm.String" Unicode="false" />
<Parameter Name="comment" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookNamedItem" />
</Action>
<Action Name="refresh" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookPivotTable" />
</Action>
<Action Name="refreshAll" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookPivotTable)" />
</Action>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="applyTo" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="delete" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Function Name="boundingRect" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="anotherRange" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="cell" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="row" Type="Edm.Int32" Nullable="false" />
<Parameter Name="column" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="column" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="column" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="columnsAfter" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="columnsAfter" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="count" Type="Edm.Int32" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="columnsBefore" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="columnsBefore" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="count" Type="Edm.Int32" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="entireColumn" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="entireRow" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="intersection" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="anotherRange" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="lastCell" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="lastColumn" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="lastRow" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="offsetRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="rowOffset" Type="Edm.Int32" Nullable="false" />
<Parameter Name="columnOffset" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="resizedRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="deltaRows" Type="Edm.Int32" Nullable="false" />
<Parameter Name="deltaColumns" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="row" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="row" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="rowsAbove" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="rowsAbove" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="count" Type="Edm.Int32" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="rowsBelow" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="rowsBelow" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="count" Type="Edm.Int32" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="usedRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="usedRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="visibleView" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<ReturnType Type="microsoft.graph.workbookRangeView" />
</Function>
<Action Name="insert" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Action>
<Action Name="merge" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
<Parameter Name="across" Type="Edm.Boolean" Nullable="false" />
</Action>
<Action Name="unmerge" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
</Action>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeBorder)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRangeBorder" />
</Function>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFill" />
</Action>
<Action Name="autofitColumns" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFormat" />
</Action>
<Action Name="autofitRows" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFormat" />
</Action>
<Action Name="apply" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeSort" />
<Parameter Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
<Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" />
<Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" />
<Parameter Name="orientation" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeView" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeView)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRangeView" />
</Function>
<Action Name="clearFilters" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
</Action>
<Action Name="convertToRange" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Action>
<Function Name="dataBodyRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="headerRowRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="totalRowRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Action Name="reapplyFilters" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
</Action>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
<Parameter Name="address" Type="Edm.String" Unicode="false" />
<Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookTable" />
</Action>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookTable" />
</Function>
<Function Name="dataBodyRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="headerRowRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="totalRowRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
<Parameter Name="index" Type="Edm.Int32" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookTableColumn" />
</Action>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookTableColumn" />
</Function>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableRow" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
<Parameter Name="index" Type="Edm.Int32" />
<Parameter Name="values" Type="microsoft.graph.Json" />
<ReturnType Type="microsoft.graph.workbookTableRow" />
</Action>
<Function Name="itemAt" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
<Parameter Name="index" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookTableRow" />
</Function>
<Action Name="apply" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
<Parameter Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
<Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" />
<Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="clear" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
</Action>
<Action Name="reapply" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
</Action>
<Function Name="cell" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
<Parameter Name="row" Type="Edm.Int32" Nullable="false" />
<Parameter Name="column" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="range" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
<Parameter Name="address" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="usedRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Function Name="usedRange" IsBound="true" IsComposable="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
<Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="microsoft.graph.workbookRange" />
</Function>
<Action Name="add" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookWorksheet)" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.workbookWorksheet" />
</Action>
<Action Name="protect" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheetProtection" />
<Parameter Name="options" Type="microsoft.graph.workbookWorksheetProtectionOptions" />
</Action>
<Action Name="unprotect" IsBound="true">
<Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheetProtection" />
</Action>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartPoint)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartSeries)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeBorder)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Function Name="count" IsBound="true">
<Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Function>
<Action Name="sendMail" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<Parameter Name="Message" Type="microsoft.graph.message" Nullable="false" />
<Parameter Name="SaveToSentItems" Type="Edm.Boolean" />
</Action>
<Action Name="findMeetingTimesOLD" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<Parameter Name="Attendees" Type="Collection(microsoft.graph.attendeeBase)" />
<Parameter Name="LocationConstraint" Type="microsoft.graph.locationConstraint" />
<Parameter Name="TimeConstraint" Type="microsoft.graph.timeConstraint" />
<Parameter Name="MeetingDuration" Type="Edm.Duration" />
<Parameter Name="MaxCandidates" Type="Edm.Int32" />
<Parameter Name="IsOrganizerOptional" Type="Edm.Boolean" />
<Parameter Name="ReturnSuggestionHints" Type="Edm.Boolean" />
<ReturnType Type="microsoft.graph.meetingTimeCandidatesResult" Nullable="false" />
</Action>
<Action Name="findMeetingTimes" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<Parameter Name="Attendees" Type="Collection(microsoft.graph.attendeeBase)" />
<Parameter Name="LocationConstraint" Type="microsoft.graph.locationConstraint" />
<Parameter Name="TimeConstraint" Type="microsoft.graph.timeConstraint" />
<Parameter Name="MeetingDuration" Type="Edm.Duration" />
<Parameter Name="MaxCandidates" Type="Edm.Int32" />
<Parameter Name="IsOrganizerOptional" Type="Edm.Boolean" />
<Parameter Name="ReturnSuggestionReasons" Type="Edm.Boolean" />
<Parameter Name="MinimumAttendeePercentage" Type="Edm.Double" />
<ReturnType Type="microsoft.graph.meetingTimeSuggestionsResult" Nullable="false" />
</Action>
<Action Name="getMailTips" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<Parameter Name="EmailAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Parameter Name="MailTipsOptions" Type="microsoft.graph.mailTipsType" />
<ReturnType Type="Collection(microsoft.graph.mailTips)" Nullable="false" />
</Action>
<Function Name="reminderView" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.user" />
<Parameter Name="StartDateTime" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="EndDateTime" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.reminder)" Nullable="false" />
</Function>
<Function Name="findRoomLists" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.user" />
<ReturnType Type="Collection(microsoft.graph.emailAddress)" Nullable="false" />
</Function>
<Function Name="findRooms" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.user" />
<Parameter Name="RoomList" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailAddress)" Nullable="false" />
</Function>
<Function Name="findRooms" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.user" />
<ReturnType Type="Collection(microsoft.graph.emailAddress)" Nullable="false" />
</Function>
<Function Name="supportedLanguages" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
<ReturnType Type="Collection(microsoft.graph.localeInfo)" Nullable="false" />
</Function>
<Function Name="supportedTimeZones" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
<ReturnType Type="Collection(microsoft.graph.timeZoneInformation)" Nullable="false" />
</Function>
<Function Name="supportedTimeZones" IsBound="true">
<Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
<Parameter Name="TimeZoneStandard" Type="microsoft.graph.timeZoneStandard" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.timeZoneInformation)" Nullable="false" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingparameter" Type="Collection(microsoft.graph.message)" />
<ReturnType Type="Collection(microsoft.graph.message)" Nullable="false" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingparameter" Type="Collection(microsoft.graph.mailFolder)" />
<ReturnType Type="Collection(microsoft.graph.mailFolder)" Nullable="false" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingparameter" Type="Collection(microsoft.graph.event)" />
<ReturnType Type="Collection(microsoft.graph.event)" Nullable="false" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingparameter" Type="Collection(microsoft.graph.contactFolder)" />
<ReturnType Type="Collection(microsoft.graph.contactFolder)" Nullable="false" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingparameter" Type="Collection(microsoft.graph.contact)" />
<ReturnType Type="Collection(microsoft.graph.contact)" Nullable="false" />
</Function>
<Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder" />
<Parameter Name="DestinationId" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.mailFolder" />
</Action>
<Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder" />
<Parameter Name="DestinationId" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.mailFolder" />
</Action>
<Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="DestinationId" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="DestinationId" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="createReply" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="createReplyAll" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="createForward" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="reply" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="replyAll" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="forward" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<Parameter Name="Message" Type="microsoft.graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
</Action>
<Action Name="send" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
</Action>
<Action Name="unsubscribe" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
</Action>
<Action Name="accept" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="decline" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="tentativelyAccept" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="forward" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
</Action>
<Action Name="snoozeReminder" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="NewReminderTime" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
</Action>
<Action Name="dismissReminder" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
</Action>
<Action Name="cancel" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.event" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="accept" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="decline" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="tentativelyAccept" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="SendResponse" Type="Edm.Boolean" />
</Action>
<Action Name="subscribeByMail" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="unsubscribeByMail" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="addFavorite" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="removeFavorite" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="resetUnseenCount" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="reply" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.conversationThread" />
<Parameter Name="Post" Type="microsoft.graph.post" Nullable="false" />
</Action>
<Action Name="forward" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.post" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
</Action>
<Action Name="reply" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.post" />
<Parameter Name="Post" Type="microsoft.graph.post" Nullable="false" />
</Action>
<Action Name="complete" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.outlookTask" />
<ReturnType Type="Collection(microsoft.graph.outlookTask)" Nullable="false" />
</Action>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="token" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Function Name="delta" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Function Name="getByPath" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.site" />
<Parameter Name="path" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.site" />
</Function>
<Function Name="recent" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Function Name="search" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="q" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Function Name="search" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
<Parameter Name="q" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Function Name="sharedWithMe" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
<ReturnType Type="Collection(microsoft.graph.driveItem)" />
</Function>
<Action Name="checkin" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="checkInAs" Type="Edm.String" Unicode="false" />
<Parameter Name="comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="checkout" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
</Action>
<Action Name="copy" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<Parameter Name="parentReference" Type="microsoft.graph.itemReference" />
<ReturnType Type="microsoft.graph.driveItem" />
</Action>
<Action Name="createLink" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="scope" Type="Edm.String" Unicode="false" />
<Parameter Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Parameter Name="password" Type="Edm.String" Unicode="false" />
<Parameter Name="message" Type="Edm.String" Unicode="false" />
<Parameter Name="recipients" Type="Collection(microsoft.graph.driveRecipient)" />
<ReturnType Type="microsoft.graph.permission" />
</Action>
<Action Name="createUploadSession" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="item" Type="microsoft.graph.driveItemUploadableProperties" />
<ReturnType Type="microsoft.graph.uploadSession" />
</Action>
<Action Name="invite" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="requireSignIn" Type="Edm.Boolean" />
<Parameter Name="roles" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="sendInvitation" Type="Edm.Boolean" />
<Parameter Name="message" Type="Edm.String" Unicode="false" />
<Parameter Name="recipients" Type="Collection(microsoft.graph.driveRecipient)" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.permission)" />
</Action>
<Action Name="restoreVersion" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItemVersion" />
</Action>
<Action Name="restoreVersion" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.listItemVersion" />
</Action>
<Action Name="validatePermission" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="challengeToken" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="password" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="onenotePatchContent" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
<Parameter Name="commands" Type="Collection(microsoft.graph.onenotePatchContentCommand)" />
</Action>
<Function Name="preview" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
<ReturnType Type="microsoft.graph.onenotePagePreview" />
</Function>
<Action Name="copyNotebook" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.notebook" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<Parameter Name="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<Parameter Name="notebookFolder" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.onenoteOperation" />
</Action>
<Action Name="copyToNotebook" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.onenoteSection" />
<Parameter Name="id" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<Parameter Name="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.onenoteOperation" />
</Action>
<Action Name="copyToSectionGroup" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.onenoteSection" />
<Parameter Name="id" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<Parameter Name="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.onenoteOperation" />
</Action>
<Action Name="copyToSection" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
<Parameter Name="id" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<Parameter Name="groupId" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.onenoteOperation" />
</Action>
<Function Name="getRecentNotebooks" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.notebook)" />
<Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.recentNotebook)" />
</Function>
<Action Name="makePermanent" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRoleAssignment" />
<Parameter Name="reason" Type="Edm.String" Unicode="false" />
<Parameter Name="ticketNumber" Type="Edm.String" Unicode="false" />
<Parameter Name="ticketSystem" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
</Action>
<Action Name="makeEligible" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRoleAssignment" />
<ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
</Action>
<Action Name="selfActivate" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRole" />
<Parameter Name="reason" Type="Edm.String" Unicode="false" />
<Parameter Name="duration" Type="Edm.String" Unicode="false" />
<Parameter Name="ticketNumber" Type="Edm.String" Unicode="false" />
<Parameter Name="ticketSystem" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
</Action>
<Action Name="selfDeactivate" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRole" />
<ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
</Action>
<Function Name="my" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
<ReturnType Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
</Function>
<Action Name="signUp" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
<ReturnType Type="microsoft.graph.privilegedSignupStatus" />
</Action>
<Function Name="isSignedUp" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Function>
<Function Name="canSignUp" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Function>
<Action Name="completeSetup" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
<Parameter Name="tenantSetupInfo" Type="microsoft.graph.tenantSetupInfo" />
<ReturnType Type="Collection(microsoft.graph.roleSuccessStatistics)" />
</Action>
<Function Name="myRequests" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedApproval)" />
<ReturnType Type="Collection(microsoft.graph.privilegedApproval)" />
</Function>
<Action Name="requestSignupUrl" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
<Parameter Name="hostName" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.String" Unicode="false" />
</Action>
<Action Name="completeSignup" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
<Parameter Name="enterpriseToken" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="syncApps" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
</Action>
<Action Name="unbind" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
</Action>
<Action Name="revokeTokens" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkEnrollmentProfile" />
</Action>
<Action Name="createToken" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkEnrollmentProfile" />
<Parameter Name="tokenValidityInSeconds" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.mobileApp" />
<Parameter Name="mobileAppGroupAssignments" Type="Collection(microsoft.graph.mobileAppGroupAssignment)" />
<Parameter Name="mobileAppAssignments" Type="Collection(microsoft.graph.mobileAppAssignment)" />
</Action>
<Action Name="commit" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.mobileAppContentFile" />
<Parameter Name="fileEncryptionInfo" Type="microsoft.graph.fileEncryptionInfo" />
</Action>
<Action Name="renewUpload" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.mobileAppContentFile" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.iosLobAppProvisioningConfiguration" />
<Parameter Name="appProvisioningConfigurationGroupAssignments" Type="Collection(microsoft.graph.mobileAppProvisioningConfigGroupAssignment)" />
<Parameter Name="iOSLobAppProvisioningConfigAssignments" Type="Collection(microsoft.graph.iosLobAppProvisioningConfigurationAssignment)" />
</Action>
<Function Name="getMobileAppCount" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mobileApp)" />
<Parameter Name="status" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Int64" Nullable="false" />
</Function>
<Function Name="getTopMobileApps" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mobileApp)" />
<Parameter Name="status" Type="Edm.String" Unicode="false" />
<Parameter Name="count" Type="Edm.Int64" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.mobileApp)" />
</Function>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDeviceMobileAppConfiguration" />
<Parameter Name="appConfigurationGroupAssignments" Type="Collection(microsoft.graph.mdmAppConfigGroupAssignment)" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationAssignment)" />
</Action>
<Action Name="importDeviceIdentityList" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
<Parameter Name="importedDeviceIdentities" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
<Parameter Name="overwriteImportedDeviceIdentities" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.importedDeviceIdentityResult)" />
</Action>
<Action Name="importAppleDeviceIdentityList" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" />
<Parameter Name="importedAppleDeviceIdentities" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" />
<Parameter Name="overwriteImportedDeviceIdentities" Type="Edm.Boolean" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.importedAppleDeviceIdentityResult)" />
</Action>
<Function Name="exportMobileConfig" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="updateDeviceProfileAssignment" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
<Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
</Action>
<Function Name="downloadApplePushNotificationCertificateSigningRequest" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.applePushNotificationCertificate" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementScript" />
<Parameter Name="deviceManagementScriptGroupAssignments" Type="Collection(microsoft.graph.deviceManagementScriptGroupAssignment)" />
</Action>
<Action Name="executeAction" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managedDevice)" />
<Parameter Name="actionName" Type="microsoft.graph.managedDeviceRemoteAction" Nullable="false" />
<Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="microsoft.graph.bulkManagedDeviceActionResult" />
</Action>
<Action Name="retire" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="wipe" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="keepEnrollmentData" Type="Edm.Boolean" />
<Parameter Name="keepUserData" Type="Edm.Boolean" />
<Parameter Name="macOsUnlockCode" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="resetPasscode" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="remoteLock" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="requestRemoteAssistance" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="enableLostMode" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="message" Type="Edm.String" Unicode="false" />
<Parameter Name="phoneNumber" Type="Edm.String" Unicode="false" />
<Parameter Name="footer" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="disableLostMode" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="locateDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="bypassActivationLock" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="rebootNow" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="shutDown" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="recoverPasscode" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="cleanWindowsDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="keepUserData" Type="Edm.Boolean" Nullable="false" />
</Action>
<Action Name="logoutSharedAppleDeviceActiveUser" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="deleteUserFromSharedAppleDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="syncDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="windowsDefenderScan" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="quickScan" Type="Edm.Boolean" Nullable="false" />
</Action>
<Action Name="windowsDefenderUpdateSignatures" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
</Action>
<Action Name="updateWindowsDeviceAccount" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
<Parameter Name="updateWindowsDeviceAccountActionParameter" Type="microsoft.graph.updateWindowsDeviceAccountActionParameter" />
</Action>
<Action Name="removeAllDevicesFromManagement" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
<Parameter Name="deviceConfigurationGroupAssignments" Type="Collection(microsoft.graph.deviceConfigurationGroupAssignment)" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.deviceConfigurationAssignment)" />
<ReturnType Type="Collection(microsoft.graph.deviceConfigurationAssignment)" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceCompliancePolicy" />
<Parameter Name="deviceCompliancePolicyGroupAssignments" Type="Collection(microsoft.graph.deviceCompliancePolicyGroupAssignment)" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" />
<ReturnType Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" />
</Action>
<Action Name="scheduleActionsForRules" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceCompliancePolicy" />
<Parameter Name="deviceComplianceScheduledActionForRules" Type="Collection(microsoft.graph.deviceComplianceScheduledActionForRule)" />
</Action>
<Action Name="localActions" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceCompliancePolicy" />
<Parameter Name="deviceComplianceLocalActions" Type="Collection(microsoft.graph.androidDeviceComplianceLocalActionBase)" />
</Action>
<Function Name="getDevicePasscode" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceCompliancePolicy)" />
<Parameter Name="key" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="windowsPrivacyAccessControls" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
<Parameter Name="windowsPrivacyAccessControls" Type="Collection(microsoft.graph.windowsPrivacyDataAccessControlItem)" />
</Action>
<Action Name="assignedAccessMultiModeProfiles" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
<Parameter Name="assignedAccessMultiModeProfiles" Type="Collection(microsoft.graph.windowsAssignedAccessProfile)" />
</Action>
<Function Name="deviceConfigurationUserActivity" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Function Name="deviceConfigurationDeviceActivity" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Action Name="setMobileDeviceManagementAuthority" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.organization" />
<ReturnType Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="syncApps" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.appleVolumePurchaseProgramToken" />
<ReturnType Type="microsoft.graph.appleVolumePurchaseProgramToken" />
</Action>
<Action Name="syncLicenses" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.appleVolumePurchaseProgramToken" />
<ReturnType Type="microsoft.graph.appleVolumePurchaseProgramToken" />
</Action>
<Function Name="getEncryptionPublicKey" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.organization" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="uploadDepToken" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.organization" />
<Parameter Name="appleId" Type="Edm.String" Unicode="false" />
<Parameter Name="depToken" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="syncWithAppleDeviceEnrollmentProgram" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.organization" />
</Action>
<Action Name="syncMicrosoftStoreForBusinessApps" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceAppManagement" />
</Action>
<Action Name="syncLicenses" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.vppToken" />
<ReturnType Type="microsoft.graph.vppToken" />
</Action>
<Action Name="revokeLicenses" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.vppToken" />
</Action>
<Action Name="sync" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementExchangeConnector" />
<Parameter Name="syncType" Type="microsoft.graph.deviceManagementExchangeConnectorSyncType" Nullable="false" />
</Action>
<Function Name="verifyWindowsEnrollmentAutoDiscovery" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
<Parameter Name="domainName" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Function>
<Action Name="setPriority" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceEnrollmentConfiguration" />
<Parameter Name="priority" Type="Edm.Int32" Nullable="false" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceEnrollmentConfiguration" />
<Parameter Name="enrollmentConfigurationAssignments" Type="Collection(microsoft.graph.enrollmentConfigurationAssignment)" />
</Action>
<Function Name="getEncryptionPublicKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.depOnboardingSetting)" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="uploadDepToken" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.depOnboardingSetting)" />
<Parameter Name="appleId" Type="Edm.String" Unicode="false" />
<Parameter Name="depToken" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="syncWithAppleDeviceEnrollmentProgram" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.depOnboardingSetting)" />
</Action>
<Function Name="getUserIdsWithFlaggedAppRegistration" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managedAppRegistration)" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppProtection" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppConfiguration" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.windowsInformationProtection" />
<Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
</Action>
<Action Name="targetApps" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedAppPolicy" />
<Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
</Action>
<Action Name="targetApps" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedAppProtection" />
<Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
</Action>
<Action Name="targetApps" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppConfiguration" />
<Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
</Action>
<Function Name="getManagedAppDiagnosticStatuses" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<ReturnType Type="Collection(microsoft.graph.managedAppDiagnosticStatus)" />
</Function>
<Function Name="getManagedAppPolicies" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<ReturnType Type="Collection(microsoft.graph.managedAppPolicy)" />
</Function>
<Action Name="wipeManagedAppRegistrationByDeviceTag" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.user" />
<Parameter Name="deviceTag" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="sendTestMessage" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.notificationMessageTemplate" />
</Action>
<Function Name="getEffectivePermissions" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Function Name="getEffectivePermissions" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
<Parameter Name="scope" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.rolePermission)" />
</Function>
<Function Name="getScopesForUser" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.resourceOperation" />
<Parameter Name="userid" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedEBook" />
<Parameter Name="eBookGroupAssignments" Type="Collection(microsoft.graph.eBookGroupAssignment)" />
<Parameter Name="managedEBookAssignments" Type="Collection(microsoft.graph.managedEBookAssignment)" />
</Action>
<Action Name="sync" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotSettings" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeploymentProfile" />
<Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
</Action>
<Action Name="setDefaultProfile" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
</Action>
<Action Name="shareForSchoolDataSyncService" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
</Action>
<Action Name="unshareForSchoolDataSyncService" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
</Action>
<Action Name="beginOnboarding" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.remoteAssistancePartner" />
</Action>
<Action Name="disconnect" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.remoteAssistancePartner" />
</Action>
<Function Name="getOffice365ActivationsUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<ReturnType Type="Collection(microsoft.graph.office365ActivationsUserDetail)" Nullable="false" />
</Function>
<Function Name="getOffice365ActivationCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<ReturnType Type="Collection(microsoft.graph.office365ActivationCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365ActivationsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<ReturnType Type="Collection(microsoft.graph.office365ActivationsUserCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.office365ActiveUserDetail)" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365ActiveUserDetail)" Nullable="false" />
</Function>
<Function Name="getOffice365ServicesUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365ServicesUserCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365ActiveUserCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityDetail)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityDetail)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityGroupCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityGroupCounts)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityStorage" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityStorage)" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.office365GroupsActivityFileCounts)" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.emailActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getEmailActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailActivitySummary)" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailActivitySummary)" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.emailAppUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailAppUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageAppsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailAppUsageAppsUserCounts)" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailAppUsageUserCounts)" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageVersionsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.emailAppUsageVersionsUserCounts)" Nullable="false" />
</Function>
<Function Name="getMailboxUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.mailboxUsageDetail)" Nullable="false" />
</Function>
<Function Name="getMailboxUsageMailboxCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.mailboxUsageMailboxCounts)" Nullable="false" />
</Function>
<Function Name="getMailboxUsageQuotaStatusMailboxCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.mailboxUsageQuotaStatusMailboxCounts)" Nullable="false" />
</Function>
<Function Name="getMailboxUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.mailboxUsageStorage)" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountDetail)" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountDetail)" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountCounts)" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.oneDriveUsageFileCounts)" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.siteUsageStorage)" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getSharePointActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getSharePointActivityPages" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointActivityPages)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageDetail)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageDetail)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageFileCounts)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageSiteCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageSiteCounts)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.siteUsageStorage)" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsagePages" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.sharePointSiteUsagePages)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityMinuteCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityMinuteCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityMinuteCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageDistributionUserCounts)" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserCounts)" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.yammerActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getYammerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerActivitySummary)" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerActivitySummary)" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageDistributionUserCounts)" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserCounts)" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityDetail)" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityDetail)" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityGroupCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityGroupCounts)" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityCounts)" Nullable="false" />
</Function>
<Function Name="getTeamsUserActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getTeamsUserActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserDetail)" Nullable="false" />
</Function>
<Function Name="getTeamsUserActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsUserActivityCounts)" Nullable="false" />
</Function>
<Function Name="getTeamsUserActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserCounts)" Nullable="false" />
</Function>
<Function Name="getTeamsDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getTeamsDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserDetail)" Nullable="false" />
</Function>
<Function Name="getTeamsDeviceUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserCounts)" Nullable="false" />
</Function>
<Function Name="getTeamsDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageDistributionUserCounts)" Nullable="false" />
</Function>
<Function Name="getTenantSecureScores" IsBound="true" IsComposable="true">
<Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.Int32" Nullable="false" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Action Name="addGroup" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.groupLifecyclePolicy" />
<Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Action>
<Action Name="removeGroup" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.groupLifecyclePolicy" />
<Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Action>
<Action Name="renewGroup" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.groupLifecyclePolicy)" Nullable="false" />
<Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Boolean" Nullable="false" />
</Action>
<Function Name="Ping" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronization" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="pause" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
</Action>
<Action Name="start" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
</Action>
<Action Name="stop" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
</Action>
<Action Name="restart" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
<Parameter Name="criteria" Type="microsoft.graph.synchronizationJobRestartCriteria" />
</Action>
<Action Name="validateCredentials" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
<Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" />
<Parameter Name="templateId" Type="Edm.String" Unicode="false" />
<Parameter Name="useSavedCredentials" Type="Edm.Boolean" />
<Parameter Name="credentials" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
</Action>
<Action Name="validateCredentials" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.synchronizationJob)" />
<Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" />
<Parameter Name="templateId" Type="Edm.String" Unicode="false" />
<Parameter Name="useSavedCredentials" Type="Edm.Boolean" />
<Parameter Name="credentials" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
</Action>
<Function Name="functions" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
<ReturnType Type="Collection(microsoft.graph.attributeMappingFunctionSchema)" />
</Function>
<Function Name="filterOperators" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
<ReturnType Type="Collection(microsoft.graph.filterOperatorSchema)" />
</Function>
<Action Name="parseExpression" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
<Parameter Name="expression" Type="Edm.String" Unicode="false" />
<Parameter Name="testInputObject" Type="microsoft.graph.expressionInputObject" />
<Parameter Name="targetAttributeDefinition" Type="microsoft.graph.attributeDefinition" />
<ReturnType Type="microsoft.graph.parseExpressionResponse" />
</Action>
<Action Name="resume" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
</Action>
<Action Name="pause" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
</Action>
<Action Name="reset" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
</Action>
<Action Name="start" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
<ReturnType Type="Collection(microsoft.graph.educationFileSynchronizationVerificationMessage)" />
</Action>
<Function Name="uploadUrl" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="renew" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationClass" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="publish" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationAssignment" />
<ReturnType Type="microsoft.graph.educationAssignment" />
</Action>
<Function Name="getResourcesFolderUrl" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationAssignment" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Action Name="recall" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
<ReturnType Type="microsoft.graph.educationSubmission" />
</Action>
<Action Name="release" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
<ReturnType Type="microsoft.graph.educationSubmission" />
</Action>
<Action Name="submit" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
<ReturnType Type="microsoft.graph.educationSubmission" />
</Action>
<Function Name="getAuditCategories" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.auditEvent)" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Function Name="getAuditActivityTypes" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.auditEvent)" />
<Parameter Name="category" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Term Name="conflictBehavior" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
<Term Name="downloadUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
<Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
<EntityContainer Name="GraphService">
<EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" />
<EntitySet Name="directoryObjects" EntityType="microsoft.graph.directoryObject" />
<EntitySet Name="applications" EntityType="microsoft.graph.application">
<NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
<NavigationPropertyBinding Path="policies" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="administrativeUnits" EntityType="microsoft.graph.administrativeUnit">
<NavigationPropertyBinding Path="members" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="allowedDataLocations" EntityType="microsoft.graph.allowedDataLocation" />
<EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
<EntitySet Name="contacts" EntityType="microsoft.graph.orgContact">
<NavigationPropertyBinding Path="manager" Target="directoryObjects" />
<NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="devices" EntityType="microsoft.graph.device">
<NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredUsers" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="domains" EntityType="microsoft.graph.domain">
<NavigationPropertyBinding Path="domainNameReferences" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="domainDnsRecords" EntityType="microsoft.graph.domainDnsRecord" />
<EntitySet Name="groups" EntityType="microsoft.graph.group">
<NavigationPropertyBinding Path="members" Target="directoryObjects" />
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
<NavigationPropertyBinding Path="settings" Target="settings" />
<NavigationPropertyBinding Path="microsoft.graph.baseItem/createdByUser" Target="users" />
<NavigationPropertyBinding Path="microsoft.graph.baseItem/lastModifiedByUser" Target="users" />
<NavigationPropertyBinding Path="groupLifecyclePolicies" Target="groupLifecyclePolicies" />
</EntitySet>
<EntitySet Name="directoryRoles" EntityType="microsoft.graph.directoryRole">
<NavigationPropertyBinding Path="members" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="directoryRoleTemplates" EntityType="microsoft.graph.directoryRoleTemplate" />
<EntitySet Name="directorySettingTemplates" EntityType="microsoft.graph.directorySettingTemplate" />
<EntitySet Name="organization" EntityType="microsoft.graph.organization" />
<EntitySet Name="oauth2PermissionGrants" EntityType="microsoft.graph.oAuth2PermissionGrant" />
<EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" />
<EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal">
<NavigationPropertyBinding Path="appRoleAssignedTo" Target="directoryObjects" />
<NavigationPropertyBinding Path="appRoleAssignments" Target="directoryObjects" />
<NavigationPropertyBinding Path="oauth2PermissionGrants" Target="oauth2PermissionGrants" />
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="policies" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="settings" EntityType="microsoft.graph.directorySetting" />
<EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" />
<EntitySet Name="users" EntityType="microsoft.graph.user">
<NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="manager" Target="directoryObjects" />
<NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="microsoft.graph.baseItem/createdByUser" Target="users" />
<NavigationPropertyBinding Path="microsoft.graph.baseItem/lastModifiedByUser" Target="users" />
</EntitySet>
<EntitySet Name="policies" EntityType="microsoft.graph.policy">
<NavigationPropertyBinding Path="appliesTo" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="contracts" EntityType="microsoft.graph.contract" />
<EntitySet Name="workbooks" EntityType="microsoft.graph.driveItem" />
<EntitySet Name="drives" EntityType="microsoft.graph.drive">
<NavigationPropertyBinding Path="createdByUser" Target="users" />
<NavigationPropertyBinding Path="lastModifiedByUser" Target="users" />
</EntitySet>
<EntitySet Name="shares" EntityType="microsoft.graph.sharedDriveItem" />
<EntitySet Name="sites" EntityType="microsoft.graph.site" />
<EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" />
<EntitySet Name="identityRiskEvents" EntityType="microsoft.graph.identityRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="impossibleTravelRiskEvents" EntityType="microsoft.graph.impossibleTravelRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="leakedCredentialsRiskEvents" EntityType="microsoft.graph.leakedCredentialsRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="anonymousIpRiskEvents" EntityType="microsoft.graph.anonymousIpRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="suspiciousIpRiskEvents" EntityType="microsoft.graph.suspiciousIpRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="unfamiliarLocationRiskEvents" EntityType="microsoft.graph.unfamiliarLocationRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="malwareRiskEvents" EntityType="microsoft.graph.malwareRiskEvent">
<NavigationPropertyBinding Path="impactedUser" Target="users" />
</EntitySet>
<EntitySet Name="privilegedRoles" EntityType="microsoft.graph.privilegedRole">
<NavigationPropertyBinding Path="assignments" Target="privilegedRoleAssignments" />
</EntitySet>
<EntitySet Name="privilegedRoleAssignments" EntityType="microsoft.graph.privilegedRoleAssignment" />
<EntitySet Name="privilegedOperationEvents" EntityType="microsoft.graph.privilegedOperationEvent" />
<EntitySet Name="privilegedSignupStatus" EntityType="microsoft.graph.privilegedSignupStatus" />
<EntitySet Name="privilegedApproval" EntityType="microsoft.graph.privilegedApproval" />
<EntitySet Name="invitations" EntityType="microsoft.graph.invitation">
<NavigationPropertyBinding Path="invitedUser" Target="users" />
</EntitySet>
<EntitySet Name="appConfigurationGroupAssignments" EntityType="microsoft.graph.mdmAppConfigGroupAssignment" />
<EntitySet Name="assignments" EntityType="microsoft.graph.managedDeviceMobileAppConfigurationAssignment" />
<EntitySet Name="vppTokens" EntityType="microsoft.graph.vppToken" />
<EntitySet Name="enrollmentConfigurationAssignment" EntityType="microsoft.graph.enrollmentConfigurationAssignment" />
<EntitySet Name="commands" EntityType="microsoft.graph.command" />
<EntitySet Name="payloadResponse" EntityType="microsoft.graph.payloadResponse" />
<EntitySet Name="team" EntityType="microsoft.graph.team" />
<EntitySet Name="channels" EntityType="microsoft.graph.channel" />
<EntitySet Name="chatThreads" EntityType="microsoft.graph.chatThread" />
<EntitySet Name="groupLifecyclePolicies" EntityType="microsoft.graph.groupLifecyclePolicy" />
<EntitySet Name="identityProviders" EntityType="microsoft.graph.IdentityProvider" />
<EntitySet Name="functions" EntityType="microsoft.graph.attributeMappingFunctionSchema" />
<EntitySet Name="filterOperators" EntityType="microsoft.graph.filterOperatorSchema" />
<Singleton Name="me" Type="microsoft.graph.user">
<NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="manager" Target="directoryObjects" />
<NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
</Singleton>
<Singleton Name="directory" Type="microsoft.graph.directory" />
<Singleton Name="drive" Type="microsoft.graph.drive">
<NavigationPropertyBinding Path="createdByUser" Target="users" />
<NavigationPropertyBinding Path="lastModifiedByUser" Target="users" />
</Singleton>
<Singleton Name="planner" Type="microsoft.graph.planner" />
<Singleton Name="deviceManagement" Type="microsoft.graph.deviceManagement" />
<Singleton Name="deviceAppManagement" Type="microsoft.graph.deviceAppManagement" />
<Singleton Name="reports" Type="microsoft.graph.reportRoot" />
<Singleton Name="education" Type="microsoft.graph.educationRoot">
<NavigationPropertyBinding Path="microsoft.graph.educationClass/teachers" Target="users" />
<NavigationPropertyBinding Path="microsoft.graph.educationClass/members" Target="users" />
<NavigationPropertyBinding Path="microsoft.graph.educationClass/schools" Target="schools" />
<NavigationPropertyBinding Path="microsoft.graph.educationSchool/classes" Target="classes" />
<NavigationPropertyBinding Path="microsoft.graph.educationSchool/users" Target="users" />
<NavigationPropertyBinding Path="microsoft.graph.educationUser/schools" Target="schools" />
<NavigationPropertyBinding Path="microsoft.graph.educationUser/classes" Target="classes" />
</Singleton>
</EntityContainer>
<Annotations Target="microsoft.graph.driveItem/workbook">
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/None</EnumMember>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.directoryObject">
<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.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" />
</Annotations>
<Annotations Target="microsoft.graph.activity">
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" 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.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" />
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" 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/joinedGroups">
<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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="IndexableByKey" Bool="false" />
</Record>
</Collection>
</PropertyValue>
</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/calendar">
<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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/calendars">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/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/calendarView">
<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>
<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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/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.user/people">
<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.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/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/inferenceClassification">
<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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</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.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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.managedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices that are managed or pre-enrolled through Intune" />
</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.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.managedAppRegistration">
<Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppEntity is the base entity type for all other entity types under app management workflow." />
<Annotation Term="Org.OData.Core.V1.LongDescription" String="The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization." />
</Annotations>
<Annotations Target="microsoft.graph.user/managedAppRegistrations">
<Annotation Term="Org.OData.Core.V1.Description" String="Zero or more managed app registrations that belong to the user." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent">
<Annotation Term="Org.OData.Core.V1.Description" String="Event representing an general failure." />
</Annotations>
<Annotations Target="microsoft.graph.user/deviceManagementTroubleshootingEvents">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for this user." />
</Annotations>
<Annotations Target="microsoft.graph.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/calendar">
<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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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/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/photo">
<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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</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/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.organization/mobileDeviceManagementAuthority">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
</Annotations>
<Annotations Target="microsoft.graph.certificateConnectorSetting/status">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector status" />
</Annotations>
<Annotations Target="microsoft.graph.certificateConnectorSetting/certExpiryTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate expire time" />
</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/connectorVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of certificate connector" />
</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.organization/certificateConnectorSetting">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector setting." />
</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.organization/depOnboardingSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Intune only supports using 1 DEP token per tenant. This collections will support potential future development of multiple DEP tokens per-tenant." />
</Annotations>
<Annotations Target="microsoft.graph.organization/appleVolumePurchaseProgramTokens">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Vpp tokens for this organization." />
</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.directoryRole">
<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.subscribedSku">
<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.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.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.historyItem">
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" 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.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" />
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" 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/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>
</Annotations>
<Annotations Target="microsoft.graph.outlookUser/taskFolders">
<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/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>
</Annotations>
<Annotations Target="microsoft.graph.mailFolder/messages">
<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>
</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/childFolders">
<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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</Record>
</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.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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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>
</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.itemAttachment/item">
<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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.calendar/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>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.calendarGroup/calendars">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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>
</Annotations>
<Annotations Target="microsoft.graph.event/creationOptions">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</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.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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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/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.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.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.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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>
</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.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</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.referenceAttachment/previewUrl">
<Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
</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.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" 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.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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.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.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.post/attachments">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.post/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.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.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.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" 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>
</Annotations>
<Annotations Target="microsoft.graph.outlookTaskFolder/tasks">
<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.NavigationRestrictions">
<Record>
<PropertyValue Property="Navigability">
<EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember>
</PropertyValue>
</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.trending/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.sharingDetail/sharingReference">
<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.sharedInsight/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.usedInsight/resourceReference">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.subscription">
<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.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" 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.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" 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.identityRiskEvent">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" 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.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" Bool="true" />
</Record>
</Annotation>
<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.TopSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for Android for Work settings functionality under device management." />
</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.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.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.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.deviceManagement/enrollmentProfiles">
<Annotation Term="Org.OData.Core.V1.Description" String="The enrollment profiles." />
</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.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.deviceManagement/importedAppleDeviceIdentities">
<Annotation Term="Org.OData.Core.V1.Description" String="The imported Apple device identities." />
</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.deviceManagement/subscriptions">
<Annotation Term="Org.OData.Core.V1.Description" String="Tenant's Subscription." />
</Annotations>
<Annotations Target="microsoft.graph.adminConsent/collectFullIOSAppInventory">
<Annotation Term="Org.OData.Core.V1.Description" String="The admin consent state of collecting full iOS app inventory." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/adminConsent">
<Annotation Term="Org.OData.Core.V1.Description" String="Admin consent information." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/totalReportedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Total device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/inactiveThreatAgentDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device with inactive threat agent count" />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/unknownStateThreatAgentDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device with threat agent state as unknown count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/pendingSignatureUpdateDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device with old signature count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/cleanDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Clean device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/pendingFullScanDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Pending full scan device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/pendingRestartDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Pending restart device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/pendingManualStepsDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Pending manual steps device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/pendingOfflineScanDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Pending offline scan device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceProtectionOverview/criticalFailuresDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Critical failures device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/deviceProtectionOverview">
<Annotation Term="Org.OData.Core.V1.Description" String="Device protection overview." />
</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.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.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.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.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.deviceManagement/managedDevices">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of managed devices." />
</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.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. Valid values 0 to 120" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementSettings/isScheduledActionEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Is feature enabled or not for scheduled action for rule." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementSettings/secureByDefault">
<Annotation Term="Org.OData.Core.V1.Description" String="Device should be noncompliant when there is no compliance policy targeted when this is true" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/settings">
<Annotation Term="Org.OData.Core.V1.Description" String="Account level settings." />
</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/intuneAccountId">
<Annotation Term="Org.OData.Core.V1.Description" String="Intune Account Id for given tenant" />
</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.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.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.deviceManagement/deviceSetupConfigurations">
<Annotation Term="Org.OData.Core.V1.Description" String="The device setup configurations." />
</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.deviceManagement/deviceCompliancePolicyDeviceStateSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="The device compliance state summary for this account." />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy Setting State summary across the account." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicySettingStateSummaries">
<Annotation Term="Org.OData.Core.V1.Description" String="The summary states of compliance policy settings for this account." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationDeviceStateSummaries">
<Annotation Term="Org.OData.Core.V1.Description" String="The device configuration device state summary for this account." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationUserStateSummaries">
<Annotation Term="Org.OData.Core.V1.Description" String="The device configuration user state summary 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.deviceManagement/iosUpdateStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="The IOS software update installation statuses for 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.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/contactITName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of 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/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/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/privacyUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organizations privacy policy." />
</Annotations>
<Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organizations IT helpdesk site." />
</Annotations>
<Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name of the company/organizations IT helpdesk site." />
</Annotations>
<Annotations Target="microsoft.graph.rgbColor/r">
<Annotation Term="Org.OData.Core.V1.Description" String="Red value" />
</Annotations>
<Annotations Target="microsoft.graph.rgbColor/g">
<Annotation Term="Org.OData.Core.V1.Description" String="Green value" />
</Annotations>
<Annotations Target="microsoft.graph.rgbColor/b">
<Annotation Term="Org.OData.Core.V1.Description" String="Blue value" />
</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.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.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.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/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/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.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.deviceManagement/deviceCategories">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of device categories with 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.deviceManagement/deviceEnrollmentConfigurations">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of device enrollment configurations" />
</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/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.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.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.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.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.deviceManagement/depOnboardingSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Intune only supports using 1 DEP token per tenant. This collections will support potential future development of multiple DEP tokens per-tenant." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/notificationMessageTemplates">
<Annotation Term="Org.OData.Core.V1.Description" String="The Notification Message Templates." />
</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.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.deviceManagement/roleAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignments." />
</Annotations>
<Annotations Target="microsoft.graph.resourceOperation">
<Annotation Term="Org.OData.Core.V1.Description" String="This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Read, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the Assign operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles.This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Get, List, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the &quot;Assign&quot; operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/resourceOperations">
<Annotation Term="Org.OData.Core.V1.Description" String="The Resource Operations." />
</Annotations>
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner">
<Annotation Term="Org.OData.Core.V1.Description" String="telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/telecomExpenseManagementPartners">
<Annotation Term="Org.OData.Core.V1.Description" String="The telecom expense management partners." />
</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.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.windowsAutopilotDeploymentProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Auto Pilot 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.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.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.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.deviceManagement/troubleshootingEvents">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for the tenant." />
</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/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/ownerUserPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="Owner UPN that created the enterprise" />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modification time for Android for Work settings" />
</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/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.androidForWorkEnrollmentProfile/accountId">
<Annotation Term="Org.OData.Core.V1.Description" String="Tenant GUID the enrollment profile belongs to." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/name">
<Annotation Term="Org.OData.Core.V1.Description" String="Friendly name for the enrollment profile." />
</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/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was created." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/modifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was last modified." />
</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.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/totalEnrollmentCount">
<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/isTokenActive">
<Annotation Term="Org.OData.Core.V1.Description" String="True if the token is still active; false it if has expired or been revoked." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/qrCode">
<Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema/exampleJson">
<Annotation Term="Org.OData.Core.V1.Description" String="Example JSON confirming to this schema that demonstrates how to set the configuration for this app" />
</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/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Human readable name" />
</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/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/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/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/dataType">
<Annotation Term="Org.OData.Core.V1.Description" String="The type of value this item describes" />
</Annotations>
<Annotations Target="microsoft.graph.keyValuePair/name">
<Annotation Term="Org.OData.Core.V1.Description" String="Name for this key-value pair" />
</Annotations>
<Annotations Target="microsoft.graph.keyValuePair/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for this key-value pair" />
</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.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.androidForWorkAppConfigurationExampleJson/example">
<Annotation Term="Org.OData.Core.V1.Description" String="Example as JSON." />
</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.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.mobileApp">
<Annotation Term="Org.OData.Core.V1.Description" String="An abstract class containing the base properties for Intune mobile apps." />
</Annotations>
<Annotations Target="microsoft.graph.deviceAppManagement/mobileApps">
<Annotation Term="Org.OData.Core.V1.Description" String="The mobile apps." />
</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/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.deviceAppManagement/symantecCodeSigningCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="The WinPhone Symantec Code Signing Certificate." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="An abstract class for Mobile app configuration for enrolled devices." />
</Annotations>
<Annotations Target="microsoft.graph.deviceAppManagement/mobileAppConfigurations">
<Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device Mobile Application Configurations." />
</Annotations>
<Annotations Target="microsoft.graph.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/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.sideLoadingKey">
<Annotation Term="Org.OData.Core.V1.Description" String="SideLoadingKey entity is required for Windows 8 and 8.1 devices to intall Line Of Business Apps for a tenant." />
</Annotations>
<Annotations Target="microsoft.graph.deviceAppManagement/sideLoadingKeys">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Keys that are required for the Windows 8 and 8.1 Apps installation." />
</Annotations>
<Annotations Target="microsoft.graph.vppToken">
<Annotation Term="Org.OData.Core.V1.Description" String="You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens." />
</Annotations>
<Annotations Target="microsoft.graph.deviceAppManagement/vppTokens">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Vpp tokens for this organization." />
</Annotations>
<Annotations Target="microsoft.graph.managedAppPolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppPolicy resource represents a base type for platform specific policies." />
</Annotations>
<Annotations Target="microsoft.graph.deviceAppManagement/managedAppPolicies">
<Annotation Term="Org.OData.Core.V1.Description" String="Managed app 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.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.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.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.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.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.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.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.mobileAppGroupAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a mobile app to a group." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppGroupAssignment/targetGroupId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the mobile app to." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppGroupAssignment/vpnConfigurationId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Vpn Profile to apply for this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppGroupAssignment/installIntent">
<Annotation Term="Org.OData.Core.V1.Description" String="The install intent defined by the admin." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppGroupAssignment/app">
<Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mobile app being targeted." />
</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/description">
<Annotation Term="Org.OData.Core.V1.Description" String="The description of the app." />
</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/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/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was created." />
</Annotations>
<Annotations Target="microsoft.graph.mobileApp/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was last modified." />
</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/privacyInformationUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." />
</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/owner">
<Annotation Term="Org.OData.Core.V1.Description" String="The owner 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/notes">
<Annotation Term="Org.OData.Core.V1.Description" String="Notes for the app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileApp/uploadState">
<Annotation Term="Org.OData.Core.V1.Description" String="The upload state." />
</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/groupAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this mobile app." />
</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.mobileAppInstallSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation summary of a mobile app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileApp/installSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Install Summary." />
</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." />
</Annotations>
<Annotations Target="microsoft.graph.mobileApp/deviceStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this mobile app." />
</Annotations>
<Annotations Target="microsoft.graph.userAppInstallStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation status for a user." />
</Annotations>
<Annotations Target="microsoft.graph.mobileApp/userStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this mobile 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/target">
<Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment 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.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.mobileAppContentFile/azureStorageUri">
<Annotation Term="Org.OData.Core.V1.Description" String="The Azure Storage URI." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/isCommitted">
<Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the file is committed." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The time the file was created." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/name">
<Annotation Term="Org.OData.Core.V1.Description" String="the file name." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/size">
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file prior to encryption." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted">
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file after encryption." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/azureStorageUriExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The time the Azure storage Uri expires." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/manifest">
<Annotation Term="Org.OData.Core.V1.Description" String="The manifest information." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/uploadState">
<Annotation Term="Org.OData.Core.V1.Description" String="The state of the current upload request." />
</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/initializationVector">
<Annotation Term="Org.OData.Core.V1.Description" String="The initialization vector used for the encryption algorithm." />
</Annotations>
<Annotations Target="microsoft.graph.fileEncryptionInfo/mac">
<Annotation Term="Org.OData.Core.V1.Description" String="The hash of the encrypted file content + IV (content hash)." />
</Annotations>
<Annotations Target="microsoft.graph.fileEncryptionInfo/macKey">
<Annotation Term="Org.OData.Core.V1.Description" String="The key used to get mac." />
</Annotations>
<Annotations Target="microsoft.graph.fileEncryptionInfo/profileIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="The the profile identifier." />
</Annotations>
<Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigest">
<Annotation Term="Org.OData.Core.V1.Description" String="The file digest prior to encryption." />
</Annotations>
<Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigestAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="The file digest algorithm." />
</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.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.iosLobAppProvisioningConfigurationAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Group Assignment of an iOS LOB App Provisioning and Configuration." />
</Annotations>
<Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationAssignment/target">
<Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." />
</Annotations>
<Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/expirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Optional profile expiration date and time." />
</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/payload">
<Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/groupAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments." />
</Annotations>
<Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments for IosLobAppProvisioningConfiguration." />
</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.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.mdmAppConfigGroupAssignment">
<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.mdmAppConfigGroupAssignment/appConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mdm app Configuration being targeted." />
</Annotations>
<Annotations Target="microsoft.graph.mdmAppConfigGroupAssignment/targetGroupId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the mdm app configuration to." />
</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.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.managedDeviceMobileAppConfiguration/targetedMobileApps">
<Annotation Term="Org.OData.Core.V1.Description" String="the associated app." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/legacyAppConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="App configuration creation source check." />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/groupAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="the associated group assignments." />
</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.managedDeviceMobileAppConfiguration/userStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationUserStatus." />
</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.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.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.Description" String="The date and time the mobileAppCategory was last modified." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppVppGroupAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a Vpp mobile app to a group." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppVppGroupAssignment/useDeviceLicensing">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." />
</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.iosLobAppAssignmentSettings/vpnConfigurationId">
<Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." />
</Annotations>
<Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/vpnConfigurationId">
<Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." />
</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.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.mobileAppInstallSummary/installedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully installed this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/failedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to install this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/notApplicableDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that are not applicable for this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/notInstalledDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that does not have this app installed." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/pendingInstallDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have been notified to install this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/installedUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices have all succeeded to install this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/failedUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that failed to install this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/notApplicableUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices were all not applicable for this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/notInstalledUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more devices that did not install this app." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallSummary/pendingInstallUserCount">
<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." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device name" />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="Device ID" />
</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/errorCode">
<Annotation Term="Org.OData.Core.V1.Description" String="The error code for install failures." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallStatus/osVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="OS Version" />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppInstallStatus/osDescription">
<Annotation Term="Org.OData.Core.V1.Description" String="OS Description" />
</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/displayVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the application" />
</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.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/installedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." />
</Annotations>
<Annotations Target="microsoft.graph.userAppInstallStatus/failedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Failed 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/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." />
</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.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/productIds">
<Annotation Term="Org.OData.Core.V1.Description" String="The Product Ids that represent the Office365 Suite SKU." />
</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/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/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.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/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.officeSuiteApp/updateChannel">
<Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 Update Channel." />
</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/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/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.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.managedApp/appAvailability">
<Annotation Term="Org.OData.Core.V1.Description" String="The Application's availability." />
</Annotations>
<Annotations Target="microsoft.graph.managedApp/version">
<Annotation Term="Org.OData.Core.V1.Description" String="The Application's version." />
</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/packageId">
<Annotation Term="Org.OData.Core.V1.Description" String="The app's package ID." />
</Annotations>
<Annotations Target="microsoft.graph.managedAndroidStoreApp/appStoreUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The Android AppStoreUrl." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.0 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0_3">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.0.3 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_1">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.1 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_2">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.2 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_3">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.3 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_4">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 4.4 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 5.0 or later." />
</Annotations>
<Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_1">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 5.1 or later." />
</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.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/bundleId">
<Annotation Term="Org.OData.Core.V1.Description" String="The app's Bundle ID." />
</Annotations>
<Annotations Target="microsoft.graph.managedIOSStoreApp/appStoreUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The Apple AppStoreUrl." />
</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.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.iosMinimumOperatingSystem/v8_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 8.0 or later." />
</Annotations>
<Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v9_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 9.0 or later." />
</Annotations>
<Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v10_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 10.0 or later." />
</Annotations>
<Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v11_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Version 11.0 or later." />
</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">
<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.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.Description" String="The total size, including all uploaded files." />
</Annotations>
<Annotations Target="microsoft.graph.managedMobileLobApp/identityVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
</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.Description" String="The list of content versions for this app." />
</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.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/identityName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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/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.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.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/bundleId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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/minimumSupportedOperatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
</Annotations>
<Annotations Target="microsoft.graph.managedIOSLobApp/expirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." />
</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.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.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.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.Description" String="The total size, including all uploaded files." />
</Annotations>
<Annotations Target="microsoft.graph.mobileLobApp/identityVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
</Annotations>
<Annotations Target="microsoft.graph.mobileLobApp/contentVersions">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app." />
</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/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/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.windowsPhone81AppX">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 AppX Line Of Business apps." />
</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.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.windowsMinimumOperatingSystem/v10_0">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows version 10.0 or later." />
</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." />
</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.windowsPhone81AppXBundle/appXPackageInformationList">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of AppX Package Information." />
</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." />
</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." />
</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." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUniversalAppX/identityName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUniversalAppX/identityPublisherHash">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUniversalAppX/identityResourceIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUniversalAppX/isBundle">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app is a bundle." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUniversalAppX/minimumSupportedOperatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
</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) for which this app can run on." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAppX/identityName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAppX/identityPublisherHash">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAppX/identityResourceIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAppX/isBundle">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app is a bundle." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAppX/minimumSupportedOperatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
</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/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.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/identityName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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/versionName">
<Annotation Term="Org.OData.Core.V1.Description" String="The version name of Android Line of Business (LoB) app." />
</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.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/bundleId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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/minimumSupportedOperatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
</Annotations>
<Annotations Target="microsoft.graph.iosLobApp/expirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." />
</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.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.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.Description" String="The Identity Name." />
</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.androidForWorkApp/totalLicenseCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." />
</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.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/usedLicenseCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of Microsoft Store for Business licenses in use." />
</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/productKey">
<Annotation Term="Org.OData.Core.V1.Description" String="The app product key" />
</Annotations>
<Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/licenseType">
<Annotation Term="Org.OData.Core.V1.Description" String="The app license type" />
</Annotations>
<Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/packageIdentityName">
<Annotation Term="Org.OData.Core.V1.Description" String="The app package identifier" />
</Annotations>
<Annotations Target="microsoft.graph.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." />
</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.windowsPhone81StoreApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 Store apps." />
</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.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.androidStoreApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android store apps." />
</Annotations>
<Annotations Target="microsoft.graph.androidStoreApp/appIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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.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/usedLicenseCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
</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/releaseDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The VPP application release date and time." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppApp/appStoreUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The store URL." />
</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.vppLicensingType/supportDeviceLicensing">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device licensing type." />
</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/applicableDeviceType">
<Annotation Term="Org.OData.Core.V1.Description" String="The applicable iOS Device Type." />
</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.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/bundleId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppApp/vppToken">
<Annotation Term="Org.OData.Core.V1.Description" String="The VPP token assigned to the app." />
</Annotations>
<Annotations Target="microsoft.graph.appleVolumePurchaseProgramToken/organizationName">
<Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" />
</Annotations>
<Annotations Target="microsoft.graph.appleVolumePurchaseProgramToken/volumePurchaseProgramTokenAccountType">
<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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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`." />
</Annotations>
<Annotations Target="microsoft.graph.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.appleVolumePurchaseProgramToken/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.iosStoreApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS store apps." />
</Annotations>
<Annotations Target="microsoft.graph.iosStoreApp/bundleId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
</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/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/minimumSupportedOperatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
</Annotations>
<Annotations Target="microsoft.graph.appReportingOverviewStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="Class for reporting status of all mobile apps." />
</Annotations>
<Annotations Target="microsoft.graph.appInstallationFailure/applicationId">
<Annotation Term="Org.OData.Core.V1.Description" String="Key of the entity." />
</Annotations>
<Annotations Target="microsoft.graph.appInstallationFailure/appName">
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the App" />
</Annotations>
<Annotations Target="microsoft.graph.appInstallationFailure/platformId">
<Annotation Term="Org.OData.Core.V1.Description" String="The platform ID for the App" />
</Annotations>
<Annotations Target="microsoft.graph.appInstallationFailure/userFailures">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of users in failure for this App." />
</Annotations>
<Annotations Target="microsoft.graph.appInstallationFailure/deviceFailures">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of devices in failure for this App." />
</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." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/status">
<Annotation Term="Org.OData.Core.V1.Description" String="The Certificate Status Provisioned or not Provisioned." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subjectName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Subject Name for the cert." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subject">
<Annotation Term="Org.OData.Core.V1.Description" String="The Subject Value for the cert." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuerName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Issuer Name for the cert." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuer">
<Annotation Term="Org.OData.Core.V1.Description" String="The Issuer value for the cert." />
</Annotations>
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/expirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The Cert Expiration Date." />
</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." />
</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/userName">
<Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
</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/platform">
<Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
</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/status">
<Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
</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/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/devicesCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/status">
<Annotation Term="Org.OData.Core.V1.Description" String="The Cert Status Provisioned or not Provisioned." />
</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/subjectName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Subject Name for the cert." />
</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/issuerName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Issuer Name for the cert." />
</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/expirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The Cert Expiration Date." />
</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.managedDeviceMobileAppConfigurationDeviceSummary/pendingCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" />
</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/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" />
</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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/notApplicableCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/packageName">
<Annotation Term="Org.OData.Core.V1.Description" String="Android For Work app configuration package name." />
</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.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.androidPermissionAction/action">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of Android permission action." />
</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.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/settingXml">
<Annotation Term="Org.OData.Core.V1.Description" String="mdm app configuration." />
</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.iosMobileAppConfiguration/settings">
<Annotation Term="Org.OData.Core.V1.Description" String="app configuration setting items." />
</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/modifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
</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/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied description of the T&amp;C policy." />
</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/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/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/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.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.termsAndConditionsAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&amp;C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune." />
</Annotations>
<Annotations Target="microsoft.graph.termsAndConditions/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this T&amp;C policy." />
</Annotations>
<Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus">
<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.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.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.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/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/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/termsAndConditions">
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last Modified DateTime of the description" />
</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/lastContactedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted 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/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.importedAppleDeviceIdentity/serialNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="Device serial number" />
</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/requestedEnrollmentProfileAssignmentDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The time enrollment profile was assigned to the device" />
</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/discoverySource">
<Annotation Term="Org.OData.Core.V1.Description" String="Apple device discovery source." />
</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/lastContactedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted 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/enrollmentState">
<Annotation Term="Org.OData.Core.V1.Description" String="The state of the device in Intune" />
</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.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.enrollmentProfile/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
</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/requiresUserAuthentication">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile requires user authentication" />
</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/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.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/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/passCodeDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" />
</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/locationDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Location service setup pane is disabled" />
</Annotations>
<Annotations Target="microsoft.graph.depEnrollmentProfile/supportPhoneNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="Support phone number" />
</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/profileRemovalDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile removal option 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/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/appleIdDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple id setup pane is disabled" />
</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/applePayDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple pay 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.depEnrollmentProfile/siriDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if siri setup pane is disabled" />
</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/macOSRegistrationDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Mac OS registration 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/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/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/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.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/topicIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="Topic Id." />
</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/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/certificateUploadStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="The certificate upload status." />
</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.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.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.deviceManagementScript/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the device management script." />
</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/runSchedule">
<Annotation Term="Org.OData.Core.V1.Description" String="The the interval for script to run. If not defined the script will run once" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScript/scriptContent">
<Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded script text." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScript/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script was created." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScript/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script was last modified." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScript/runAsAccount">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the device management script runs in." />
</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/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.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.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.deviceConfigurationState">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration State for a given device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceConfigurationStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Device configuration states for this device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/userId">
<Annotation Term="Org.OData.Core.V1.Description" String="Unique Identifier for the user associated with the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the device" />
</Annotations>
<Annotations Target="microsoft.graph.hardwareInformation/serialNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="Serial number." />
</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/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/meid">
<Annotation Term="Org.OData.Core.V1.Description" String="MEID" />
</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/model">
<Annotation Term="Org.OData.Core.V1.Description" String="Model of the 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/subscriberCarrier">
<Annotation Term="Org.OData.Core.V1.Description" String="Subscriber carrier of the device" />
</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/wifiMac">
<Annotation Term="Org.OData.Core.V1.Description" String="WiFi MAC address of the device" />
</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/isSupervised">
<Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode of the device" />
</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.sharedAppleDeviceUser/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="User name" />
</Annotations>
<Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataToSync">
<Annotation Term="Org.OData.Core.V1.Description" String="Data to sync" />
</Annotations>
<Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataQuota">
<Annotation Term="Org.OData.Core.V1.Description" String="Data quota" />
</Annotations>
<Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataUsed">
<Annotation Term="Org.OData.Core.V1.Description" String="Data quota" />
</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/tpmSpecificationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="String that specifies the specification version." />
</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/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/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/deviceGuardLocalSystemAuthorityCredentialGuardState">
<Annotation Term="Org.OData.Core.V1.Description" String="Local System Authority (LSA) credential guard status. " />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/hardwareInformation">
<Annotation Term="Org.OData.Core.V1.Description" String="The hardward details for the device. Includes information such as storage space, manufacturer, serial number, etc." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/ownerType">
<Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Can be 'company' or 'personal'" />
</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/startDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" />
</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.managedDevice/deviceActionResults">
<Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType deviceActionResult objects." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/managementState">
<Annotation Term="Org.OData.Core.V1.Description" String="Management state of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/enrolledDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Enrollment time of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/lastSyncDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time that the device last completed a successful sync with Intune." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/chassisType">
<Annotation Term="Org.OData.Core.V1.Description" String="Chassis type of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/operatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="Operating system of the device. Windows, iOS, etc." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceType">
<Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/complianceState">
<Annotation Term="Org.OData.Core.V1.Description" String="Compliance state of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/jailBroken">
<Annotation Term="Org.OData.Core.V1.Description" String="whether the device is jail broken or rooted." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/managementAgent">
<Annotation Term="Org.OData.Core.V1.Description" String="Management channel of the device. Intune, EAS, etc." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/osVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/easActivated">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Exchange ActiveSync activated." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/easDeviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActiveSync Id of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/easActivationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActivationSync activation time of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/aadRegistered">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Azure Active Directory registered." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/azureADRegistered">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Azure Active Directory registered." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceEnrollmentType">
<Annotation Term="Org.OData.Core.V1.Description" String="Enrollment type of the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/lostModeState">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Lost mode is enabled or disabled" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/activationLockBypassCode">
<Annotation Term="Org.OData.Core.V1.Description" String="Code that allows the Activation Lock on a device to be bypassed." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/emailAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Email(s) for the user associated with the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/azureActiveDirectoryDeviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the Azure Active Directory device. Read only." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceRegistrationState">
<Annotation Term="Org.OData.Core.V1.Description" String="Device registration state." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceCategoryDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device category display name" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/isSupervised">
<Annotation Term="Org.OData.Core.V1.Description" String="Device supervised status" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/exchangeLastSuccessfulSyncDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last time the device contacted Exchange." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/exchangeAccessState">
<Annotation Term="Org.OData.Core.V1.Description" String="The Access State of the device in Exchange." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/exchangeAccessStateReason">
<Annotation Term="Org.OData.Core.V1.Description" String="The reason for the device's access state in Exchange." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="Url that allows a Remote Assistance session to be established with the device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionErrorString">
<Annotation Term="Org.OData.Core.V1.Description" String="An error string that identifies issues when creating Remote Assistance session objects." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/isEncrypted">
<Annotation Term="Org.OData.Core.V1.Description" String="Device encryption status" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device user principal name" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/model">
<Annotation Term="Org.OData.Core.V1.Description" String="Model of the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/manufacturer">
<Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer of the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/imei">
<Annotation Term="Org.OData.Core.V1.Description" String="IMEI" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/complianceGracePeriodExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/serialNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="SerialNumber" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/phoneNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/androidSecurityPatchLevel">
<Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/userDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="User display name" />
</Annotations>
<Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/inventory">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether inventory is managed by Intune" />
</Annotations>
<Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/modernApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether modern application is managed by Intune" />
</Annotations>
<Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/resourceAccess">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether resource access is managed by Intune" />
</Annotations>
<Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/deviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether device configuration is managed by Intune" />
</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/windowsUpdateForBusiness">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether Windows Update for Business is managed by Intune" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/configurationManagerClientEnabledFeatures">
<Annotation Term="Org.OData.Core.V1.Description" String="ConfigrMgr client enabled features" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/wiFiMacAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi MAC" />
</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/contentNamespaceUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The DHA report version. (Namespace version)" />
</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/contentVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The HealthAttestation state schema version" />
</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/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/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/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/bitLockerStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="On or Off of BitLocker Drive Encryption" />
</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/codeIntegrityCheckVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The version of the Boot Manager" />
</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/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/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/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/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/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/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.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/virtualSecureMode">
<Annotation Term="Org.OData.Core.V1.Description" String="VSM is a container that protects high value assets from a compromised kernel" />
</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/bootAppSecurityVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" />
</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/tpmVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" />
</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/secureBootConfigurationPolicyFingerPrint">
<Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint of the Custom Secure Boot Configuration Policy" />
</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/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/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/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/healthAttestationSupportedStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="This attribute indicates if DHA is supported for the device" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/deviceHealthAttestationState">
<Annotation Term="Org.OData.Core.V1.Description" String="The device health attestation state." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/subscriberCarrier">
<Annotation Term="Org.OData.Core.V1.Description" String="Subscriber Carrier" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/meid">
<Annotation Term="Org.OData.Core.V1.Description" String="MEID" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/totalStorageSpaceInBytes">
<Annotation Term="Org.OData.Core.V1.Description" String="Total Storage in Bytes" />
</Annotations>
<Annotations Target="microsoft.graph.managedDevice/freeStorageSpaceInBytes">
<Annotation Term="Org.OData.Core.V1.Description" String="Free Storage in Bytes" />
</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/partnerReportedThreatState">
<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." />
</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.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.Description" String="The device protection status." />
</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.bulkManagedDeviceActionResult/successfulDeviceIds">
<Annotation Term="Org.OData.Core.V1.Description" String="Successful devices" />
</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.remoteActionAudit/deviceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Intune device name." />
</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.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/action">
<Annotation Term="Org.OData.Core.V1.Description" String="The action name." />
</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/deviceOwnerUserPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="Upn of the device owner." />
</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/actionState">
<Annotation Term="Org.OData.Core.V1.Description" String="Action state." />
</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/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device category." />
</Annotations>
<Annotations Target="microsoft.graph.dailySchedule/interval">
<Annotation Term="Org.OData.Core.V1.Description" String="Interval in number of days" />
</Annotations>
<Annotations Target="microsoft.graph.hourlySchedule/interval">
<Annotation Term="Org.OData.Core.V1.Description" String="Interval in number of hours" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/successDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Success device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/errorDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Error 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.deviceManagementScriptRunSummary/errorUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Error user count." />
</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/resultMessage">
<Annotation Term="Org.OData.Core.V1.Description" String="Details of execution output." />
</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/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/managedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="The managed devices that executes the device management script." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the discovered application. Read-only" />
</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/deviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that have installed this application" />
</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.windowsDefenderScanActionResult/scanType">
<Annotation Term="Org.OData.Core.V1.Description" String="Scan type either full scan or quick scan" />
</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.deviceGeoLocation/lastCollectedDateTimeUtc">
<Annotation Term="Org.OData.Core.V1.Description" String="Time at which location was recorded, relative to UTC" />
</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/longitude">
<Annotation Term="Org.OData.Core.V1.Description" String="Longitude coordinate of the device's location" />
</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/altitude">
<Annotation Term="Org.OData.Core.V1.Description" String="Altitude, given in meters above sea level" />
</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/verticalAccuracy">
<Annotation Term="Org.OData.Core.V1.Description" String="Accuracy of altitude in meters" />
</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/speed">
<Annotation Term="Org.OData.Core.V1.Description" String="Speed the device is traveling in meters per second" />
</Annotations>
<Annotations Target="microsoft.graph.locateDeviceActionResult/deviceLocation">
<Annotation Term="Org.OData.Core.V1.Description" String="device location" />
</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/passcode">
<Annotation Term="Org.OData.Core.V1.Description" String="Newly generated passcode for the device " />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/malwareProtectionEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Anti malware is enabled or not" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/deviceState">
<Annotation Term="Org.OData.Core.V1.Description" String="Computer's state (like clean or pending full scan or pending reboot etc)" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/realTimeProtectionEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Real time protection is enabled or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/networkInspectionSystemEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Network inspection system enabled or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/quickScanOverdue">
<Annotation Term="Org.OData.Core.V1.Description" String="Quick scan overdue or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/fullScanOverdue">
<Annotation Term="Org.OData.Core.V1.Description" String="Full scan overdue or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/signatureUpdateOverdue">
<Annotation Term="Org.OData.Core.V1.Description" String="Signature out of date or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/rebootRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Reboot required or not?" />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/fullScanRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Full scan required or not?" />
</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/signatureVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Current malware definitions version" />
</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/lastQuickScanDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan datetime" />
</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/lastQuickScanSignatureVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan signature version" />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last device health status reported time" />
</Annotations>
<Annotations Target="microsoft.graph.windowsDeviceMalwareState">
<Annotation Term="Org.OData.Core.V1.Description" String="Malware detection entity." />
</Annotations>
<Annotations Target="microsoft.graph.windowsProtectionState/detectedMalwareState">
<Annotation Term="Org.OData.Core.V1.Description" String="Device malware list" />
</Annotations>
<Annotations Target="microsoft.graph.windowsDeviceMalwareState/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Malware name" />
</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/severity">
<Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware" />
</Annotations>
<Annotations Target="microsoft.graph.windowsDeviceMalwareState/catetgory">
<Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" />
</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/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/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/detectionCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of times the malware is detected" />
</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.deviceManagementScriptUserState/successDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Success device count for specific user." />
</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/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.managedDeviceOverview/enrolledDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Total enrolled device count. Does not include PC devices managed via Intune PC Agent" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOverview/mdmEnrolledCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of devices enrolled in MDM" />
</Annotations>
<Annotations Target="microsoft.graph.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.deviceOperatingSystemSummary/androidCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of android device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceOperatingSystemSummary/iosCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of iOS device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceOperatingSystemSummary/macOSCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Mac OS X device count." />
</Annotations>
<Annotations Target="microsoft.graph.deviceOperatingSystemSummary/windowsMobileCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Windows mobile 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/unknownCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown device count." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOverview/deviceOperatingSystemSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Device operating system 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/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Unknown." />
</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.managedDeviceOverview/deviceExchangeAccessStateSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Distribution of Exchange Access State in Intune" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Malware name" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/additionalInformationUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="Information URL to learn more about the malware" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/severity">
<Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/category">
<Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/lastDetectionDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The last time the malware is detected" />
</Annotations>
<Annotations Target="microsoft.graph.windowsMalwareInformation/windowsDevicesProtectionState">
<Annotation Term="Org.OData.Core.V1.Description" String="List of devices' protection status affected with the current malware" />
</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.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.windowsManagementApp/healthSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Health summary for Windows management app." />
</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.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.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.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.reportRoot">
<Annotation Term="Org.OData.Core.V1.Description" String="The resource that represents an instance of History Reports." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Device configuration group assignment." />
</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/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/deviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the Device Configuration being targeted." />
</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.deviceConfigurationAssignment/target">
<Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for 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/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfiguration/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfiguration/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfiguration/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
</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/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for the device configuration profile." />
</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/userStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="Device configuration installation stauts by user." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfiguration/deviceStatusOverview">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration devices status overview" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfiguration/userStatusOverview">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration users status overview" />
</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.deviceConfiguration/deviceSettingStateSummaries">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration Setting State Device Summary" />
</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/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/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/deviceCompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the device compliance polic targeted." />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy 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.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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicy/groupAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this compliance policy." />
</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 for this rule" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceDeviceStatus." />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicy/userStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceUserStatus." />
</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.deviceCompliancePolicy/userStatusOverview">
<Annotation Term="Org.OData.Core.V1.Description" String="Device compliance users status overview" />
</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/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The collection of assignments for this compliance 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." />
</Annotations>
<Annotations Target="microsoft.graph.deviceComplianceActionItem">
<Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action Configuration" />
</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." />
</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.windowsPrivacyDataAccessControlItem">
<Annotation Term="Org.OData.Core.V1.Description" String="Specify access control level per privacy data category" />
</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/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.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/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.windowsAssignedAccessProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Assigned Access profile for Windows." />
</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/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/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.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.deviceConfigurationDeviceStatus/deviceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
</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/deviceModel">
<Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
</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/complianceGracePeriodExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/devicesCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStatus/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/notApplicableCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable 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.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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/notApplicableCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserOverview/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/instancePath">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the InstancePath for 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.settingStateDeviceSummary/notApplicableDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Not Applicable count for the setting" />
</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/remediatedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Compliant count 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/errorDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device error 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.deviceConfigurationDeviceStateSummary/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown 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/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant 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/nonCompliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant 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/conflictDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
</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.androidForWorkCertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Android For Work certificate profile base." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/identityCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." />
</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/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
</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.extendedKeyUsage/name">
<Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage Name" />
</Annotations>
<Annotations Target="microsoft.graph.extendedKeyUsage/objectIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage Object Identifier" />
</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.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.androidForWorkTrustedRootCertificate/trustedRootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
</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.androidForWorkPkcsCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Android For Work PKCS certificate profile" />
</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/certificateTemplateName">
<Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template 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.androidForWorkScepCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Android For Work SCEP certificate profile" />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/hashAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
</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/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/devicePlatform">
<Annotation Term="Org.OData.Core.V1.Description" String="Device platform" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="Key usage" />
</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/deviceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device display name" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/userDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="User display name" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/serverUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="Server URL" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate expiry date" />
</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/certificateIssuer">
<Annotation Term="Org.OData.Core.V1.Description" String="Issuer" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateThumbprint">
<Annotation Term="Org.OData.Core.V1.Description" String="Thumbprint" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSerialNumber">
<Annotation Term="Org.OData.Core.V1.Description" String="Serial number" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Key length" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceCertificateState/enhancedKeyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="Extended key usage" />
</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.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.androidCertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Android certificate profile base." />
</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/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
</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/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.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.androidTrustedRootCertificate/trustedRootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
</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.androidPkcsCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Android PKCS certificate profile" />
</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/certificateTemplateName">
<Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template 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.androidScepCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Android SCEP certificate profile" />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
</Annotations>
<Annotations Target="microsoft.graph.androidScepCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
</Annotations>
<Annotations Target="microsoft.graph.androidScepCertificateProfile/hashAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
</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/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for 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.omaSetting/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display Name." />
</Annotations>
<Annotations Target="microsoft.graph.omaSetting/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Description." />
</Annotations>
<Annotations Target="microsoft.graph.omaSetting/omaUri">
<Annotation Term="Org.OData.Core.V1.Description" String="OMA." />
</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.omaSettingInteger/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingFloatingPoint/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingString/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingDateTime/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value." />
</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.omaSettingBoolean/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingBase64/fileName">
<Annotation Term="Org.OData.Core.V1.Description" String="File name associated with the Value property (*.cer | *.crt )." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingBase64/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value. (Base64 encoded string)" />
</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/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/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/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/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/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.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.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.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/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/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.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/eapType">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the the Wi-Fi endpoint (router)." />
</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/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.androidForWorkEnterpriseWiFiConfiguration/nonEapAuthenticationMethodForPeap">
<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/enableOuterIdentityPrivacy">
<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/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.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.androidForWorkGeneralDeviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Android For Work general device configuration." />
</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/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 255" />
</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/passwordSignInFailureCountBeforeFactoryReset">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 4 to 11" />
</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/workProfileDataSharingType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." />
</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/blockCrossProfileCopyPaste">
<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/workProfileDefaultAppPermissionPolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
</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/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 255" />
</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/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/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 4 to 11" />
</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/workProfileRequirePassword">
<Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/requireAppVerify">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</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/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/role">
<Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
</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.vpnServer/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Description." />
</Annotations>
<Annotations Target="microsoft.graph.vpnServer/ipAddressOrFqdn">
<Annotation Term="Org.OData.Core.V1.Description" String="IP Address or FQDN." />
</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/isDefaultServer">
<Annotation Term="Org.OData.Core.V1.Description" String="Default server." />
</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/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/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/authenticationMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
</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.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/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.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.appListItem/appStoreUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The Store URL of the application" />
</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.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/compliantAppListType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of list that is in the CompliantAppsList." />
</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/locationServicesBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block location services." />
</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/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/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/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/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 255" />
</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/passwordSignInFailureCountBeforeFactoryReset">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 4 to 11" />
</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/passwordRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." />
</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/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/screenCaptureBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screenshots." />
</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/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/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/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/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/webBrowserBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block 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.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/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/requireAppVerify">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</Annotations>
<Annotations Target="microsoft.graph.appsComplianceListItem/name">
<Annotation Term="Org.OData.Core.V1.Description" String="The application name" />
</Annotations>
<Annotations Target="microsoft.graph.appsComplianceListItem/publisher">
<Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application" />
</Annotations>
<Annotations Target="microsoft.graph.appsComplianceListItem/appStoreUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The Store URL of the application" />
</Annotations>
<Annotations Target="microsoft.graph.appsComplianceListItem/appId">
<Annotation Term="Org.OData.Core.V1.Description" String="The application or bundle identifier of the application" />
</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/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/role">
<Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
</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/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/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/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/authenticationMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
</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">
<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.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/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/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.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/eapType">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the the Wi-Fi endpoint (router)." />
</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/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/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.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.iosCertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="iOS certificate profile base." />
</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/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
</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.iosPkcsCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="iOS PKCS certificate profile." />
</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/certificateTemplateName">
<Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name." />
</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.iosScepCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="iOS SCEP certificate profile." />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
</Annotations>
<Annotations Target="microsoft.graph.iosScepCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
</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/subjectAlternativeNameFormatString">
<Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
</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.iosScepCertificateProfile/rootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
</Annotations>
<Annotations Target="microsoft.graph.iosScepCertificateProfile/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
</Annotations>
<Annotations Target="microsoft.graph.iosTrustedRootCertificate/trustedRootCertificate">
<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.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/payloadName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." />
</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/payload">
<Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
</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/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/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/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/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.iosEasEmailProfileConfiguration/identityCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Identity 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.iosEduDeviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="iOS Education device configuration" />
</Annotations>
<Annotations Target="microsoft.graph.iosEduCertificateSettings/trustedRootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
</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/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/certificateTemplateName">
<Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template 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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
</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.iosEduDeviceConfiguration/teacherCertificateSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Teacher" />
</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/deviceCertificateSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Device" />
</Annotations>
<Annotations Target="microsoft.graph.iosEducationDeviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="iOS Education configuration profile" />
</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/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/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/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/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/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." />
</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/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." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockDataRoaming">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockGlobalBackgroundFetchWhileRoaming">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block global background fetch while roaming." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPerAppDataModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPersonalHotspot">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Personal Hotspot." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockVoiceRoaming">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice roaming." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/certificatesBlockUntrustedTlsCertificates">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block untrusted TLS certificates." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppBlockRemoteScreenObservation">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppForceUnpromptedScreenObservation">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/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/compliantAppListType">
<Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/configurationProfileBlockChanges">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/definitionLookupBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later )." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEnableRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEraseContentAndSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockNameModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmission">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmissionModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockManagedDocumentsInUnmanagedApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing managed documents in unmanaged apps." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockUnmanagedDocumentsInManagedApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing unmanaged documents in managed apps." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/emailInDomainSuffixes">
<Annotation Term="Org.OData.Core.V1.Description" String="An email address lacking a suffix that matches any of these strings will be considered out-of-domain." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrust">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from trusting an enterprise app." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrustModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from modifying the enterprise app trust settings." />
</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." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyFriendsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Find My Friends 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." />
</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." />
</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/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 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." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockDocumentSync">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud document sync." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockManagedAppsSync">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Managed Apps Cloud Sync." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoLibrary">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Library." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoStreamSync">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Stream Sync." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockSharedPhotoStream">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Shared Photo Stream." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudRequireEncryptedBackup">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require backups to iCloud be encrypted." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockExplicitContent">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockMusicService">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockRadio">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockAutoCorrect">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockDictation">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using dictation input when the device is in supervised mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockPredictive">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockShortcuts">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockSpellCheck">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveSpeak">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow assistive speak while in kiosk mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveTouchSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAutoLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device auto lock while in kiosk mode." />
</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." />
</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." />
</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." />
</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." />
</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." />
</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/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/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/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.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.iosGeneralDeviceConfiguration/mediaContentRatingAustralia">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingCanada">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingFrance">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingGermany">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingIreland">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingJapan">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingNewZealand">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingUnitedKingdom">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings 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.iosGeneralDeviceConfiguration/mediaContentRatingUnitedStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for United States" />
</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.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/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.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/mediaContentRatingApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Apps" />
</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/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/passcodeBlockFingerprintUnlock">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
</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/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 255" />
</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/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/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/passcodeSignInFailureCountBeforeWipe">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before wiping the device. Valid values 4 to 11" />
</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/passcodeRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/podcastsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockAutofill">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Auto fill in Safari." />
</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/safariBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Safari." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariCookieSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Cookie settings for Safari." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariManagedDomains">
<Annotation Term="Org.OData.Core.V1.Description" String="URLs matching the patterns listed here will be considered managed." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariPasswordAutoFillDomains">
<Annotation Term="Org.OData.Core.V1.Description" String="Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later)." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariRequireFraudWarning">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require fraud warning in Safari." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/screenCaptureBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from taking Screenshots." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockedWhenLocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri when locked." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockUserGeneratedContent">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Siri from querying user-generated content when used on a supervised device." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriRequireProfanityFilter">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/spotlightBlockInternetResults">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Spotlight search from returning internet results on supervised device." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/voiceDialingBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice dialing." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wallpaperBlockModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) ." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wiFiConnectOnlyToConfiguredNetworks">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode." />
</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/isEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Is setting enabled in UI" />
</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/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/scheduledInstallDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Days in week for which active hours are configured. This collection can contain a maximum of 7 elements." />
</Annotations>
<Annotations Target="microsoft.graph.iosUpdateConfiguration/utcTimeOffsetInMinutes">
<Annotation Term="Org.OData.Core.V1.Description" String="UTC Time Offset indicated in minutes" />
</Annotations>
<Annotations Target="microsoft.graph.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.iosWiFiConfiguration/networkName">
<Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
</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/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/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.iosWiFiConfiguration/proxySettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" />
</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/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/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.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/eapType">
<Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the the Wi-Fi endpoint (router)." />
</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/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/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/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/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." />
</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.macOSCertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Mac OS certificate profile." />
</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/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
</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.macOSScepCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Mac OS SCEP certificate profile." />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
</Annotations>
<Annotations Target="microsoft.graph.macOSScepCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
</Annotations>
<Annotations Target="microsoft.graph.macOSScepCertificateProfile/hashAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
</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/subjectAlternativeNameFormatString">
<Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
</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.macOSScepCertificateProfile/rootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
</Annotations>
<Annotations Target="microsoft.graph.macOSScepCertificateProfile/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
</Annotations>
<Annotations Target="microsoft.graph.macOSTrustedRootCertificate/trustedRootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
</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.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/payloadName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." />
</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/payload">
<Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
</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/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/compliantAppListType">
<Annotation Term="Org.OData.Core.V1.Description" String="List that is in the CompliantAppsList." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/emailInDomainSuffixes">
<Annotation Term="Org.OData.Core.V1.Description" String="An email address lacking a suffix that matches any of these strings will be considered out-of-domain." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockSimple">
<Annotation Term="Org.OData.Core.V1.Description" String="Block simple passwords." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain. Valid values 0 to 4" />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before a password is required." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before the screen times out." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." />
</Annotations>
<Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
</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.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.macOSWiFiConfiguration/networkName">
<Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
</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/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.macOSWiFiConfiguration/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.macOSWiFiConfiguration/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.macOSWiFiConfiguration/proxySettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" />
</Annotations>
<Annotations Target="microsoft.graph.macOSWiFiConfiguration/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.macOSWiFiConfiguration/proxyManualPort">
<Annotation Term="Org.OData.Core.V1.Description" String="Port of the proxy server when manual configuration is selected." />
</Annotations>
<Annotations Target="microsoft.graph.macOSWiFiConfiguration/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.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.macOSEnterpriseWiFiConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="MacOS Wi-Fi WPA-Enterprise/WPA2-Enterprise configuration profile." />
</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 the Wi-Fi endpoint (router)." />
</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/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/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/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/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/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.appleDeviceFeaturesConfigurationBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." />
</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/resourcePath">
<Annotation Term="Org.OData.Core.V1.Description" 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.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/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.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.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/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.iosHomeScreenItem/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the app" />
</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.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 and folders to appear on a page. This collection can contain a maximum of 500 elements." />
</Annotations>
<Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenPages">
<Annotation Term="Org.OData.Core.V1.Description" String="A list of pages on the Home Screen. This collection can contain a maximum of 500 elements." />
</Annotations>
<Annotations Target="microsoft.graph.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/appName">
<Annotation Term="Org.OData.Core.V1.Description" String="Application name to be associated with the bundleID." />
</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/enabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications are allowed for this app." />
</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/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/badgesEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether badges are allowed for this app." />
</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.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.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.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/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.iosBookmark/url">
<Annotation Term="Org.OData.Core.V1.Description" String="URL allowed to access" />
</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.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.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.iosHomeScreenFolderPage/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the folder page" />
</Annotations>
<Annotations Target="microsoft.graph.iosHomeScreenApp/bundleID">
<Annotation Term="Org.OData.Core.V1.Description" String="BundleID of app" />
</Annotations>
<Annotations Target="microsoft.graph.iosHomeScreenFolderPage/apps">
<Annotation Term="Org.OData.Core.V1.Description" String="A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements." />
</Annotations>
<Annotations Target="microsoft.graph.iosHomeScreenFolder/pages">
<Annotation Term="Org.OData.Core.V1.Description" String="Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements." />
</Annotations>
<Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="MacOS device features configuration profile." />
</Annotations>
<Annotations Target="microsoft.graph.appleVpnConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Apple VPN configuration profile." />
</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/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/role">
<Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
</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/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.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/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/enableSplitTunneling">
<Annotation Term="Org.OData.Core.V1.Description" String="Send all network traffic through VPN." />
</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/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/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.vpnOnDemandRule/ssids">
<Annotation Term="Org.OData.Core.V1.Description" String="Network Service Set Identifiers (SSIDs)." />
</Annotations>
<Annotations Target="microsoft.graph.vpnOnDemandRule/dnsSearchDomains">
<Annotation Term="Org.OData.Core.V1.Description" String="DNS Search Domains." />
</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/action">
<Annotation Term="Org.OData.Core.V1.Description" String="Action." />
</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/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.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.vpnProxyServer/automaticConfigurationScriptUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy's automatic configuration script url." />
</Annotations>
<Annotations Target="microsoft.graph.vpnProxyServer/address">
<Annotation Term="Org.OData.Core.V1.Description" String="Address." />
</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.appleVpnConfiguration/proxyServer">
<Annotation Term="Org.OData.Core.V1.Description" String="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.windows10VpnProxyServer/bypassProxyServerForLocalAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Bypass proxy server for local address." />
</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.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.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/identityCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Configuration." />
</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/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.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOffboardingBlob">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Offboarding Blob." />
</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/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/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/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/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/defenderSecurityCenterOrganizationDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The company name that is displayed to the users." />
</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/defenderSecurityCenterNotificationsFromApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Notifications to show from the displayed areas of app" />
</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/firewallBlockStatefulFTP">
<Annotation Term="Org.OData.Core.V1.Description" String="Blocks stateful FTP connections to the device" />
</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/firewallPreSharedKeyEncodingMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Select the preshared key encoding to be used" />
</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/firewallIPSecExemptionsAllowICMP">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow ICMP" />
</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/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/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/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.windowsFirewallNetworkProfile/firewallEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Turn on the firewall and advanced security enforcement" />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/stealthModeBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Prevent the server from operating in stealth mode" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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" />
</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/firewallProfilePublic">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for public 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/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/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/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/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/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/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/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/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/defenderGuardMyFoldersType">
<Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of protected folders" />
</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/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/defenderNetworkProtectionType">
<Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of NetworkProtection" />
</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/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/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/smartScreenEnableInShell">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to configure SmartScreen for Windows." />
</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/applicationGuardEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Defender Application Guard" />
</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/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/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/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/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/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/applicationGuardAllowVirtualGPU">
<Annotation Term="Org.OData.Core.V1.Description" String="Allow application guard to use virtual GPU" />
</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.bitLockerSystemDrivePolicy/encryptionMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for operating system drives." />
</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/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/startupAuthenticationTpmUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup is 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/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/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.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/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.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/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/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/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/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.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/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.windows10EndpointProtectionConfiguration/bitLockerSystemDrivePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker System Drive Policy." />
</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.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.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.windows10EndpointProtectionConfiguration/bitLockerFixedDrivePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Fixed Drive Policy." />
</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.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.windows10EndpointProtectionConfiguration/bitLockerRemovableDrivePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Removable Drive Policy." />
</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/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/assignedAccessSingleModeUserName">
<Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows to define the user account that will be locked to Single App Kiosk Mode." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/assignedAccessSingleModeAppUserModelId">
<Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows to define the Application User Model ID (AUMID) that will be locked to Single App Kiosk Mode." />
</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/authenticationAllowSecondaryDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows secondary authentication devices to work with Windows." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationAllowFIDODevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow authentication using FIDO device (https://fidoalliance.org/)" />
</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/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/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/enterpriseCloudPrintDiscoveryEndPoint">
<Annotation Term="Org.OData.Core.V1.Description" String="Endpoint for discovering cloud printers." />
</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/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/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/messagingBlockMMS">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the 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 the RCS send/receive functionality on the device." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchBlockDiacritics">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use diacritics." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableAutoLanguageDetection">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to use automatic language detection when indexing content and properties." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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/searchEnableRemoteQueries">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block remote queries of this computers index." />
</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/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/searchDisableIndexingRemovableDrive">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchEnableAutomaticIndexSizeManangement">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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/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/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/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/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/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/smartScreenEnableAppInstallControl">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to control whether users are allowed to install apps from places other than the Store." />
</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/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/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/edgeBlockAutofill">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block auto fill." />
</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 Microsoft Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeCookiePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates which cookies to block in the Microsoft Edge browser." />
</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 Microsoft Edge browser." />
</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/edgeBlockExtensions">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block extensions in the Microsoft Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockInPrivateBrowsing">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block InPrivate browsing on corporate networks, in the Microsoft 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/edgeBlockPasswordManager">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block password manager." />
</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/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/edgeClearBrowsingDataOnExit">
<Annotation Term="Org.OData.Core.V1.Description" String="Clear browsing data on exiting Microsoft Edge." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeAllowStartPagesModification">
<Annotation Term="Org.OData.Core.V1.Description" String="Allow users to change Start pages on Microsoft Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Microsoft Edge." />
</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/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/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/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/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/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.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/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/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.windows10GeneralConfiguration/defenderDetectedMalwareActions">
<Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defenders actions to take on detected Malware per threat level." />
</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/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/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/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/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 Defenders 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/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/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/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/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/defenderScanType">
<Annotation Term="Org.OData.Core.V1.Description" String="The defender system scan type." />
</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/defenderScheduledQuickScanTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The time to perform a daily quick scan." />
</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/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/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/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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
</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/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/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
</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/privacyAdvertisingId">
<Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables the use of advertising ID. Added in Windows 10, version 1607." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAutoAcceptPairingAndConsentPrompts">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyBlockInputPersonalization">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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 Microsoft Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Microsoft Edge app which looks for Microsoft Edge local asset file. Microsoft Edge local asset would not exist and cause Microsoft 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/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/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/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/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/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/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/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/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/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/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/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 users 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/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 thats enrolled into MDM." />
</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/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.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.windows10GeneralConfiguration/networkProxyServer">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies manual proxy server settings." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/accountsBlockAddingNonMicrosoftAccountEmail">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/antiTheftModeBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only)." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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/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/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/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/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/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/safeSearchFilter">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies what filter level of safe search is required." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPopups">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSearchSuggestions">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using the search suggestions in the address bar." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSendingIntranetTrafficToInternetExplorer">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from sending Intranet traffic to Internet Explorer from Microsoft Edge." />
</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/edgeEnterpriseModeSiteListLocation">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the enterprise mode site list location. Could be a local file, local network or http location." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFirstRunUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The first run URL for when Microsoft Edge browser is opened for the first time." />
</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/edgeHomepageUrls">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of URLs for homepages shodwn on MDM-enrolled devices on Microsoft Edge browser." />
</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 Microsoft Edge browser." />
</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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.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/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/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/developerUnlockSetting">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow developer unlock." />
</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/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/windowsStoreEnablePrivateStoreOnly">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable Private Store Only." />
</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/gameDvrBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block DVR and broadcasting." />
</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/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/assignedAccessMultiModeProfiles">
<Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows to define a list of assigned access profiles for multi app mode." />
</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." />
</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.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.windows10NetworkBoundaryConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows10 Network Boundary Configuration" />
</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.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" />
</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/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/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/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/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.windows10NetworkBoundaryConfiguration/windowsNetworkIsolationPolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Network Isolation Policy" />
</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.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.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.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/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.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/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.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.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.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.sharedPCConfiguration/accountManagerPolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/allowedAccounts">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates which type of accounts are allowed to use on a shared PC." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/allowLocalStorage">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether local storage is allowed on a shared PC." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/disableAccountManager">
<Annotation Term="Org.OData.Core.V1.Description" String="Disables the account manager for shared PC mode." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/disableEduPolicies">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/disablePowerPolicies">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC power policies should be disabled." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/disableSignInOnResume">
<Annotation Term="Org.OData.Core.V1.Description" String="Disables the requirement to sign in whenever the device wakes up from sleep mode." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/enabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Enables shared PC mode and applies the shared pc policies." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/idleTimeBeforeSleepInSeconds">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppUserModelId">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application user model ID of the app to use with assigned access." />
</Annotations>
<Annotations Target="microsoft.graph.sharedPCConfiguration/maintenanceStartTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the daily start time of maintenance hour." />
</Annotations>
<Annotations Target="microsoft.graph.windows10PFXImportCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Deprecated" />
</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/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/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/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.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/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.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.windowsCertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
</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/keyStorageProvider">
<Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)" />
</Annotations>
<Annotations Target="microsoft.graph.windowsCertificateProfileBase/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format" />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period" />
</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.windows10CertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Base class for Windows 10 certificate profile." />
</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/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/certificateTemplateName">
<Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" />
</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.windows81CertificateProfileBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
</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.windows81SCEPCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1+ SCEP certificate profile" />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
</Annotations>
<Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
</Annotations>
<Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/hashAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
</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.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.windows81SCEPCertificateProfile/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
</Annotations>
<Annotations Target="microsoft.graph.windows81TrustedRootCertificate/trustedRootCertificate">
<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.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.windowsPhone81TrustedRootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ Trusted Root Certificate configuration profile" />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate/trustedRootCertificate">
<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.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.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
</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.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/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.windowsUpdateForBusinessConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Update for business configuration." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deliveryOptimizationMode">
<Annotation Term="Org.OData.Core.V1.Description" String="Delivery Optimization Mode" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/prereleaseFeatures">
<Annotation Term="Org.OData.Core.V1.Description" String="The pre-release features." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/automaticUpdateMode">
<Annotation Term="Org.OData.Core.V1.Description" String="Automatic update mode." />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/microsoftUpdateServiceAllowed">
<Annotation Term="Org.OData.Core.V1.Description" String="Allow Microsoft Update Service" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/driversExcluded">
<Annotation Term="Org.OData.Core.V1.Description" String="Exclude Windows update Drivers" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/installationSchedule">
<Annotation Term="Org.OData.Core.V1.Description" String="Installation schedule" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesDeferralPeriodInDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Defer Quality Updates by these many days" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesDeferralPeriodInDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Defer Feature Updates by these many days" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPaused">
<Annotation Term="Org.OData.Core.V1.Description" String="Pause Quality Updates" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPaused">
<Annotation Term="Org.OData.Core.V1.Description" String="Pause Feature Updates" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPauseExpiryDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Quality Updates Pause Expiry datetime" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPauseExpiryDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Feature Updates Pause Expiry datetime" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/businessReadyUpdatesOnly">
<Annotation Term="Org.OData.Core.V1.Description" String="Business ready updates only or regular updates allowed too" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/previewBuildSetting">
<Annotation Term="Org.OData.Core.V1.Description" String="Set the insider build control in the advanced options for Windows Update" />
</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.windowsUpdateScheduledInstall/restartMode">
<Annotation Term="Org.OData.Core.V1.Description" String="Set restart mode allowed level to power or battery" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursStart">
<Annotation Term="Org.OData.Core.V1.Description" String="Active Hours Start" />
</Annotations>
<Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursEnd">
<Annotation Term="Org.OData.Core.V1.Description" String="Active Hours End" />
</Annotations>
<Annotations Target="microsoft.graph.windowsVpnConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows VPN configuration profile." />
</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/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.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.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/connectionType">
<Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
</Annotations>
<Annotations Target="microsoft.graph.windows10VpnConfiguration/enableSplitTunneling">
<Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling." />
</Annotations>
<Annotations Target="microsoft.graph.windows10VpnConfiguration/authenticationMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
</Annotations>
<Annotations Target="microsoft.graph.windows10VpnConfiguration/rememberUserCredentials">
<Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." />
</Annotations>
<Annotations Target="microsoft.graph.windows10VpnConfiguration/enableConditionalAccess">
<Annotation Term="Org.OData.Core.V1.Description" String="Enable conditional access." />
</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/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/eapXml">
<Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) XML. (UTF8 encoded byte array)" />
</Annotations>
<Annotations Target="microsoft.graph.windows10VpnConfiguration/proxyServer">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." />
</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.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/onlyAssociatedAppsCanUseConnection">
<Annotation Term="Org.OData.Core.V1.Description" String="Only associated Apps can use connection (per-app VPN)." />
</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.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.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.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/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/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/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/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/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/claims">
<Annotation Term="Org.OData.Core.V1.Description" String="Claims associated with this traffic rule." />
</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.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.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.vpnDnsRule/name">
<Annotation Term="Org.OData.Core.V1.Description" String="Name." />
</Annotations>
<Annotations Target="microsoft.graph.vpnDnsRule/servers">
<Annotation Term="Org.OData.Core.V1.Description" String="Servers." />
</Annotations>
<Annotations Target="microsoft.graph.vpnDnsRule/proxyServerUri">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server Uri." />
</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/trustedNetworkDomains">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Network Domains" />
</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.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.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
<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/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/enableSplitTunneling">
<Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling for the VPN." />
</Annotations>
<Annotations Target="microsoft.graph.windows81VpnConfiguration/proxyServer">
<Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." />
</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/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/authenticationMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/rememberUserCredentials">
<Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/dnsSuffixSearchList">
<Annotation Term="Org.OData.Core.V1.Description" String="DNS suffix search list." />
</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.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.windowsPhone81CertificateProfileBase/renewalThresholdPercentage">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage." />
</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/subjectNameFormat">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
</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/certificateValidityPeriodValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validtiy Period." />
</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/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.windowsPhone81SCEPCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ SCEP certificate profile" />
</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/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/keyUsage">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/keySize">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/hashAlgorithm">
<Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
</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/rootCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
</Annotations>
<Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/managedDeviceCertificateStates">
<Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
</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.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
</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/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/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/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/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/browserTrustedSitesSecurityLevel">
<Annotation Term="Org.OData.Core.V1.Description" String="The trusted sites security level." />
</Annotations>
<Annotations Target="microsoft.graph.windows81GeneralConfiguration/cellularBlockDataRoaming">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." />
</Annotations>
<Annotations Target="microsoft.graph.windows81GeneralConfiguration/diagnosticsBlockDataSubmission">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
</Annotations>
<Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordBlockPicturePasswordAndPin">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using a pictures password and pin." />
</Annotations>
<Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Password expiration in days." />
</Annotations>
<Annotations Target="microsoft.graph.windows81GeneralConfiguration/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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
</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/minimumAutoInstallClassification">
<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.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.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember>
</Annotation>
<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." />
</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/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/compliantAppListType">
<Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." />
</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/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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain." />
</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/passwordSignInFailureCountBeforeFactoryReset">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset." />
</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/passwordRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." />
</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/wifiBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi." />
</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/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.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 1 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/miracastChannel">
<Annotation Term="Org.OData.Core.V1.Description" String="The channel." />
</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/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/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/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/welcomeScreenMeetingInformation">
<Annotation Term="Org.OData.Core.V1.Description" String="The welcome screen meeting information shown." />
</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/licenseType">
<Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License Type." />
</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/license">
<Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License File Content." />
</Annotations>
<Annotations Target="microsoft.graph.editionUpgradeConfiguration/productKey">
<Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade Product Key." />
</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/actionType">
<Annotation Term="Org.OData.Core.V1.Description" String="What action to take" />
</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.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/notificationMessageTemplate">
<Annotation Term="Org.OData.Core.V1.Description" String="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/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name for the Notification Message Template." />
</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/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/localizedNotificationMessages">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of localized messages for this Notification Message Template." />
</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/subject">
<Annotation Term="Org.OData.Core.V1.Description" String="The Message Template Subject." />
</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/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.deviceComplianceDeviceStatus/deviceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
</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/deviceModel">
<Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
</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/complianceGracePeriodExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
</Annotations>
<Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/devicesCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
</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/lastReportedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
</Annotations>
<Annotations Target="microsoft.graph.deviceComplianceUserStatus/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/notApplicableCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable 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.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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/notApplicableCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceComplianceUserOverview/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</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/configurationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
</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/passwordRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
</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/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
</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/passwordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 255" />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." />
</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/securityDisableUsbDebugging">
<Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/requireAppVerify">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</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/securityBlockJailbrokenDevices">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
</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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/requireSafetyNetAttestationBasicIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/requireSafetyNetAttestationCertifiedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
</Annotations>
<Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/requireGooglePlayServices">
<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/requireUpToDateSecurityProviders">
<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/requireCompanyPortalAppIntegrity">
<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">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android." />
</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/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
</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/passwordMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
</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 255" />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." />
</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/securityDisableUsbDebugging">
<Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/requireAppVerify">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</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/securityBlockJailbrokenDevices">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
</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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/requireSafetyNetAttestationBasicIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/requireSafetyNetAttestationCertifiedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/requireGooglePlayServices">
<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/requireUpToDateSecurityProviders">
<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/requireCompanyPortalAppIntegrity">
<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/conditionStatementId">
<Annotation Term="Org.OData.Core.V1.Description" String="Condition statement id." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/localActions">
<Annotation Term="Org.OData.Core.V1.Description" String="List of local actions." />
</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.Permissions">
<EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember>
</Annotation>
<Annotation Term="Org.OData.Core.V1.Description" String="Passcode to reset to Android device. This property is read-only." />
</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.iosCompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for IOS." />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeBlockSimple">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passcodes." />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the passcode expires. Valid values 1 to 255" />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passcode. Valid values 4 to 14" />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a passcode is required." />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodePreviousPasscodeBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passcodes to block. Valid values 1 to 24" />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
</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/passcodeRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." />
</Annotations>
<Annotations Target="microsoft.graph.iosCompliancePolicy/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS 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/securityBlockJailbrokenDevices">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
</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.macOSCompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Mac OS." />
</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/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 255" />
</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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the 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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS version." />
</Annotations>
<Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS version." />
</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.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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Mac OS devices." />
</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.windows10CompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10." />
</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/passwordBlockSimple">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple password." />
</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/passwordMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
</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/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." />
</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/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
</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/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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 10 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/minimumUpdateAutoInstallClassification">
<Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." />
</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/mobileOsMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." />
</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/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/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/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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." />
</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/uacRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Require UAC on Windows devices." />
</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/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/rtpEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware Real-Time Protection on Windows devices." />
</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/lowestVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The lowest inclusive version that this range contains." />
</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.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.windows10MobileCompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10 Mobile." />
</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/passwordBlockSimple">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block syncing the calendar." />
</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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
</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/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/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/passwordMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
</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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." />
</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/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/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/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/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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." />
</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/uacRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Require UAC 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.windows81CompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 8.1." />
</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/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/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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
</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/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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 8.1 version." />
</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/minimumUpdateAutoInstallClassification">
<Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." />
</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.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/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/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/passwordMinimumCharacterSetCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the 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/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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." />
</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/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows phone devices." />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDomainJoinConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Domain Join device setup configuration." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameStaticPrefix">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
<Annotation Term="Org.OData.Core.V1.Description" String="Fixed prefix to be used for computer name. This property can only be set during creation." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameSuffixRandomCharCount">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
<Annotation Term="Org.OData.Core.V1.Description" String="Dynamically generated characters used as suffix for computer name. Valid values 3 to 14. This property can only be set during creation." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/activeDirectoryDomainName">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
<Annotation Term="Org.OData.Core.V1.Description" String="Active Directory domain name to join. This property can only be set during creation." />
</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/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices." />
</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/remediatedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices." />
</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/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices." />
</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/notApplicableDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable 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/nonCompliantUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant users." />
</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/errorUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of users had error." />
</Annotations>
<Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown users." />
</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/notApplicableUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users." />
</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/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/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown 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/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant 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/nonCompliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant 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/conflictDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy Setting State summary across the account." />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/setting">
<Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/settingName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting." />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/platformType">
<Annotation Term="Org.OData.Core.V1.Description" String="Setting platform" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/notApplicableDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/remediatedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/nonCompliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/errorDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
</Annotations>
<Annotations Target="microsoft.graph.complianceSettingStateSummary/conflictDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict 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/platformType">
<Annotation Term="Org.OData.Core.V1.Description" String="Setting platform" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown 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/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
</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/nonCompliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant 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/conflictDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict 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.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/deviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Device Id 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/userId">
<Annotation Term="Org.OData.Core.V1.Description" String="The user Id that is being reported" />
</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/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.deviceComplianceSettingState/deviceModel">
<Annotation Term="Org.OData.Core.V1.Description" String="The device model 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/complianceGracePeriodExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/notApplicableDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/compliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/remediatedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/nonCompliantDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/errorDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/conflictDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
</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/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.cartToClassAssociation/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
</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/classroomIds">
<Annotation Term="Org.OData.Core.V1.Description" String="Identifiers of classrooms to be associated with device carts." />
</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/osVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The device version that is being reported." />
</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/userId">
<Annotation Term="Org.OData.Core.V1.Description" String="The User id that is being reported." />
</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/userName">
<Annotation Term="Org.OData.Core.V1.Description" String="The User Name 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/platform">
<Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
</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/status">
<Annotation Term="Org.OData.Core.V1.Description" String="Compliance 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/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</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/state">
<Annotation Term="Org.OData.Core.V1.Description" String="Ndes Connector Status" />
</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.deviceConfigurationSettingState/setting">
<Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationSettingState/settingName">
<Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationSettingState/instanceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." />
</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/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/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/userEmail">
<Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationSettingState/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationSettingState/sources">
<Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" />
</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.deviceConfigurationState/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
</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.deviceConfigurationState/platformType">
<Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" />
</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/settingCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/setting">
<Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/settingName">
<Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/instanceDisplayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." />
</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/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/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/userEmail">
<Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</Annotations>
<Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/sources">
<Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" />
</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.deviceCompliancePolicyState/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
</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.deviceCompliancePolicyState/platformType">
<Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" />
</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/settingCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" />
</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/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.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/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/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/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/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/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`." />
</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/actionMessage">
<Annotation Term="Org.OData.Core.V1.Description" String="Message about the action status" />
</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.vppTokenActionResult/lastUpdatedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" />
</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/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/automaticallyUpdateApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." />
</Annotations>
<Annotations Target="microsoft.graph.vppToken/countryOrRegion">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementExchangeConnector/lastSyncDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last sync time for the Exchange Connector" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementExchangeConnector/status">
<Annotation Term="Org.OData.Core.V1.Description" String="Exchange Connector Status" />
</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 server hosting the Exchange Connector." />
</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/version">
<Annotation Term="Org.OData.Core.V1.Description" String="The version of the ExchangeConnectorAgent" />
</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/exchangeOrganization">
<Annotation Term="Org.OData.Core.V1.Description" String="Exchange Organization to the Exchange server" />
</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.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/tokenExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="When the token will expire." />
</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/lastSyncTriggeredDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="When Intune last requested a sync." />
</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/lastSyncErrorCode">
<Annotation Term="Org.OData.Core.V1.Description" String="Error code reported by Apple during last dep sync." />
</Annotations>
<Annotations Target="microsoft.graph.sideLoadingKey/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Value, it is 5x5 value, seperated by hiphens." />
</Annotations>
<Annotations Target="microsoft.graph.sideLoadingKey/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Name displayed to the ITPro Admins." />
</Annotations>
<Annotations Target="microsoft.graph.sideLoadingKey/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key description displayed to the ITPro Admins.." />
</Annotations>
<Annotations Target="microsoft.graph.sideLoadingKey/totalActivation">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Total Activation displayed to the ITPro Admins." />
</Annotations>
<Annotations Target="microsoft.graph.sideLoadingKey/lastUpdatedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Last Updated Date displayed to the ITPro Admins." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictions/platformBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Block the platform from enrolling" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictions/personalDeviceEnrollmentBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Block personally owned devices from enrolling" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictions/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Min OS version supported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictions/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Max OS version supported" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/iosRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on iOS enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/windowsRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on Windows Desktop enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/windowsMobileRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on Windows Mobile enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/androidRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on Android enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/androidForWorkRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on Android for Work enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentRestrictions/macRestrictions">
<Annotation Term="Org.OData.Core.V1.Description" String="Restrictions on Mac enrollment" />
</Annotations>
<Annotations Target="microsoft.graph.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/pinUppercaseLettersUsage">
<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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/pinLowercaseLettersUsage">
<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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/windowsHelloForBusiness">
<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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/mobilePinSignInEnabled">
<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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/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.defaultDeviceEnrollmentWindowsHelloForBusinessSettings/enhancedBiometrics">
<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.deviceEnrollmentPlatformRestriction/platformBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Block the platform from enrolling" />
</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/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Min OS version supported" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Max OS version supported" />
</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/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.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.deviceManagementExchangeAccessRule/deviceClass">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Class which will be impacted by this rule." />
</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.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/knownDeviceClasses">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of device classes known to Exchange" />
</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.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/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/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/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.mobileThreatDefenseConnector/lastHeartbeatDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of last heartbeat after admin enabled option Connect to MTP" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerState">
<Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Android Toggle On or Off" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidDeviceBlockedOnMissingPartnerData">
<Annotation Term="Org.OData.Core.V1.Description" String="For Android, Allows admin to config must receive data from the data sync partner prior to being considered compliant" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosDeviceBlockedOnMissingPartnerData">
<Annotation Term="Org.OData.Core.V1.Description" String="For IOS, Allows admin to config must receive data from the data sync partner prior to being considered compliant" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnsupportedOsVersionBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows admin to block devices on the enabled platforms that do not meet minimum version requirements" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="IOS Toggle On or Off" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnresponsivenessThresholdInDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Get or Set days the per tenant tolerance to unresponsiveness for this partner integration" />
</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/partnerState">
<Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementPartner/partnerAppType">
<Annotation Term="Org.OData.Core.V1.Description" String="Partner App type" />
</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/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Partner display name" />
</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/whenPartnerDevicesWillBeRemoved">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be removed" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeMarkedAsNonCompliant">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be marked as NonCompliant" />
</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.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">
<Annotation Term="Org.OData.Core.V1.Description" String="The type for deployment of groups or apps." />
</Annotations>
<Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/target">
<Annotation Term="Org.OData.Core.V1.Description" String="Identifier for deployment of a group or app" />
</Annotations>
<Annotations Target="microsoft.graph.managedAppDiagnosticStatus/validationName">
<Annotation Term="Org.OData.Core.V1.Description" String="The validation friendly name" />
</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/mitigationInstruction">
<Annotation Term="Org.OData.Core.V1.Description" String="Instruction on how to mitigate a failed validation" />
</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/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/applicationVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="App version" />
</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/deviceType">
<Annotation Term="Org.OData.Core.V1.Description" String="Host device type" />
</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/deviceName">
<Annotation Term="Org.OData.Core.V1.Description" String="Host device name" />
</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/userId">
<Annotation Term="Org.OData.Core.V1.Description" String="The user Id to who this app registration belongs." />
</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/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.managedAppOperation">
<Annotation Term="Org.OData.Core.V1.Description" String="Represents an operation applied against an app registration." />
</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.managedAppPolicy/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Policy display name." />
</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/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time the policy was created." />
</Annotations>
<Annotations Target="microsoft.graph.managedAppPolicy/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last time the policy was modified." />
</Annotations>
<Annotations Target="microsoft.graph.managedAppPolicy/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
</Annotations>
<Annotations Target="microsoft.graph.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/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/allowedInboundDataTransferSources">
<Annotation Term="Org.OData.Core.V1.Description" String="Sources from which data is allowed to be transferred." />
</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/organizationalCredentialsRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether organizational credentials are required for app use." />
</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/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/managedBrowserToOpenLinksRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether internet links should be opened in the managed browser app." />
</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/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/pinRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether an app-level pin is required." />
</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 wiped." />
</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.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/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/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/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/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/printBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether printing is allowed from managed apps." />
</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/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/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/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/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/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.targetedManagedAppProtection/isAssigned">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." />
</Annotations>
<Annotations Target="microsoft.graph.targetedManagedAppProtection/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of inclusion and exclusion groups to which the policy is deployed." />
</Annotations>
<Annotations Target="microsoft.graph.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.targetedManagedAppConfiguration/deployedAppCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." />
</Annotations>
<Annotations Target="microsoft.graph.targetedManagedAppConfiguration/isAssigned">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." />
</Annotations>
<Annotations Target="microsoft.graph.targetedManagedAppConfiguration/apps">
<Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
</Annotations>
<Annotations Target="microsoft.graph.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.targetedManagedAppConfiguration/deploymentSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." />
</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.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.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.windowsInformationProtection/enterpriseProtectedDomainNames">
<Annotation Term="Org.OData.Core.V1.Description" String="List of enterprise domains to be protected" />
</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.windowsInformationProtectionDataRecoveryCertificate/subjectName">
<Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate subject name" />
</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/certificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate" />
</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/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/azureRightsManagementServicesAllowed">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to allow Azure RMS encryption for WIP" />
</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.windowsInformationProtectionApp/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="App display name." />
</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/publisherName">
<Annotation Term="Org.OData.Core.V1.Description" String="The publisher 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/denied">
<Annotation Term="Org.OData.Core.V1.Description" String="If true, app is denied protection or exemption." />
</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/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/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.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.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.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.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/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/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/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/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/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/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/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.windowsInformationProtectionAppLockerFile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection AppLocker File" />
</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.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/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of security groups targeted for policy." />
</Annotations>
<Annotations Target="microsoft.graph.androidMobileAppIdentifier/packageId">
<Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the play store." />
</Annotations>
<Annotations Target="microsoft.graph.iosMobileAppIdentifier/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.managedAppPolicyDeploymentSummaryPerApp/mobileAppIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="Deployment of an 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.managedAppPolicyDeploymentSummary/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
</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/screenCaptureBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether screen capture is blocked." />
</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/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.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." />
</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/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.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." />
</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.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/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/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/minimumRequiredPatchVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest required Android security patch level a user can have to gain secure access to the app." />
</Annotations>
<Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWarningPatchVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest recommended Android security patch level a user can have for secure access to the app." />
</Annotations>
<Annotations Target="microsoft.graph.androidManagedAppProtection/apps">
<Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
</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.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/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/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/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.windowsInformationProtectionDesktopApp/binaryName">
<Annotation Term="Org.OData.Core.V1.Description" String="The binary name." />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionLow">
<Annotation Term="Org.OData.Core.V1.Description" String="The lower binary version." />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionHigh">
<Annotation Term="Org.OData.Core.V1.Description" String="The high binary version." />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The friendly name" />
</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/file">
<Annotation Term="Org.OData.Core.V1.Description" String="File as a byte array" />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/version">
<Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/revokeOnMdmHandoffDisabled">
<Annotation Term="Org.OData.Core.V1.Description" String="New property in RS2, pending documentation" />
</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/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.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." />
</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/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/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/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." />
</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." />
</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." />
</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." />
</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.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.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.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.rolePermission/actions">
<Annotation Term="Org.OData.Core.V1.Description" String="Allowed Actions" />
</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/resourceActions">
<Annotation Term="Org.OData.Core.V1.Description" String="Actions" />
</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.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.roleDefinition/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display Name of the Role definition." />
</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/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/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/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/roleAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Role assignments for this role definition." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The display or friendly name of the role Assignment." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Assignment." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/members">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of ids of role member security groups. These are IDs from Azure Active Directory." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/scopeMembers">
<Annotation Term="Org.OData.Core.V1.Description" String="List of ids of role scope member security groups. These are IDs from Azure Active Directory." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/resourceScopes">
<Annotation Term="Org.OData.Core.V1.Description" String="List of ids of role scope member security groups. These are IDs from Azure Active Directory." />
</Annotations>
<Annotations Target="microsoft.graph.roleAssignment/roleDefinition">
<Annotation Term="Org.OData.Core.V1.Description" String="Role definition this assignment is part of." />
</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.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.telecomExpenseManagementPartner/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name of the TEM partner." />
</Annotations>
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/url">
<Annotation Term="Org.OData.Core.V1.Description" String="URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service." />
</Annotations>
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/appAuthorized">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the partner's AAD app has been authorized to access Intune." />
</Annotations>
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/enabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether Intune's connection to the TEM service is currently enabled or disabled." />
</Annotations>
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/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.eBookGroupAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a eBook to a group." />
</Annotations>
<Annotations Target="microsoft.graph.eBookGroupAssignment/targetGroupId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the eBook to." />
</Annotations>
<Annotations Target="microsoft.graph.eBookGroupAssignment/installIntent">
<Annotation Term="Org.OData.Core.V1.Description" String="The install intent defined by the admin." />
</Annotations>
<Annotations Target="microsoft.graph.eBookGroupAssignment/eBook">
<Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the eBook being targeted." />
</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.managedEBookAssignment/target">
<Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for 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.managedEBook/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the eBook." />
</Annotations>
<Annotations Target="microsoft.graph.managedEBook/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Description." />
</Annotations>
<Annotations Target="microsoft.graph.managedEBook/publisher">
<Annotation Term="Org.OData.Core.V1.Description" String="Publisher." />
</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/largeCover">
<Annotation Term="Org.OData.Core.V1.Description" String="Book cover." />
</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/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when teh eBook was last modified." />
</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/privacyInformationUrl">
<Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." />
</Annotations>
<Annotations Target="microsoft.graph.managedEBook/groupAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this eBook." />
</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.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.managedEBook/installSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Install Summary." />
</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.managedEBook/deviceStates">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this eBook." />
</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.eBookVppGroupAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a VPP eBook to a group." />
</Annotations>
<Annotations Target="microsoft.graph.eBookVppGroupAssignment/useDeviceLicensing">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." />
</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.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/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/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/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/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/notInstalledUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that did not install this book." />
</Annotations>
<Annotations Target="microsoft.graph.deviceInstallState/deviceName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device name." />
</Annotations>
<Annotations Target="microsoft.graph.deviceInstallState/deviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Id." />
</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/installState">
<Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." />
</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/osVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="OS Version." />
</Annotations>
<Annotations Target="microsoft.graph.deviceInstallState/osDescription">
<Annotation Term="Org.OData.Core.V1.Description" String="OS Description." />
</Annotations>
<Annotations Target="microsoft.graph.deviceInstallState/userName">
<Annotation Term="Org.OData.Core.V1.Description" String="Device User Name." />
</Annotations>
<Annotations Target="microsoft.graph.userInstallStateSummary/userName">
<Annotation Term="Org.OData.Core.V1.Description" String="User name." />
</Annotations>
<Annotations Target="microsoft.graph.userInstallStateSummary/installedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." />
</Annotations>
<Annotations Target="microsoft.graph.userInstallStateSummary/failedDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Failed 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/deviceStates">
<Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." />
</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/vppTokenId">
<Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token ID." />
</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/vppOrganizationName">
<Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token's organization name." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppEBook/genres">
<Annotation Term="Org.OData.Core.V1.Description" String="Genres." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppEBook/language">
<Annotation Term="Org.OData.Core.V1.Description" String="Language." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppEBook/seller">
<Annotation Term="Org.OData.Core.V1.Description" String="Seller." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppEBook/totalLicenseCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Total license count." />
</Annotations>
<Annotations Target="microsoft.graph.iosVppEBook/usedLicenseCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Used license count." />
</Annotations>
<Annotations Target="microsoft.graph.windowsAutopilotSettings/lastSyncDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Last data sync date time with DDS service." />
</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/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.windowsAutopilotDeploymentProfile/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
</Annotations>
<Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/description">
<Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" />
</Annotations>
<Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Profile creation time" />
</Annotations>
<Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Profile last modified time" />
</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/hideEULA">
<Annotation Term="Org.OData.Core.V1.Description" String="Show or hide EULA to user" />
</Annotations>
<Annotations Target="microsoft.graph.outOfBoxExperienceSettings/userType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of user" />
</Annotations>
<Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/outOfBoxExperienceSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Out of box experience setting" />
</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.windowsAutopilotDeviceIdentity/deploymentProfileAssignmentStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="Profile assignment status of the Windows autopilot device." />
</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/orderIdentifier">
<Annotation Term="Org.OData.Core.V1.Description" String="Order Identifier of the Windows autopilot device." />
</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/productKey">
<Annotation Term="Org.OData.Core.V1.Description" String="Product Key of the Windows autopilot device." />
</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/enrollmentState">
<Annotation Term="Org.OData.Core.V1.Description" String="Intune enrollment state 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/deploymentProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Deployment profile assigned to the Windows autopilot device." />
</Annotations>
<Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Auto Pilot Deployment Profile" />
</Annotations>
<Annotations Target="microsoft.graph.azureADWindowsAutopilotDeploymentProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Auto Pilot Deployment Profile" />
</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/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.remoteAssistancePartner/onboardingStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="TBD" />
</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.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.auditEvent/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Event display name." />
</Annotations>
<Annotations Target="microsoft.graph.auditEvent/componentName">
<Annotation Term="Org.OData.Core.V1.Description" String="Component name." />
</Annotations>
<Annotations Target="microsoft.graph.auditActor/type">
<Annotation Term="Org.OData.Core.V1.Description" String="Actor Type." />
</Annotations>
<Annotations Target="microsoft.graph.auditActor/permissions">
<Annotation Term="Org.OData.Core.V1.Description" String="List of user permissions when the audit was performed." />
</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/applicationId">
<Annotation Term="Org.OData.Core.V1.Description" String="AAD Application Id." />
</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/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." />
</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/ipAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="IPAddress." />
</Annotations>
<Annotations Target="microsoft.graph.auditActor/userId">
<Annotation Term="Org.OData.Core.V1.Description" String="User Id." />
</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/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/activityType">
<Annotation Term="Org.OData.Core.V1.Description" String="The type of activity that was being 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/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.auditResource/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name." />
</Annotations>
<Annotations Target="microsoft.graph.auditProperty/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name." />
</Annotations>
<Annotations Target="microsoft.graph.auditProperty/oldValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Old value." />
</Annotations>
<Annotations Target="microsoft.graph.auditProperty/newValue">
<Annotation Term="Org.OData.Core.V1.Description" String="New value." />
</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/type">
<Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's type." />
</Annotations>
<Annotations Target="microsoft.graph.auditResource/resourceId">
<Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's Id." />
</Annotations>
<Annotations Target="microsoft.graph.auditEvent/resources">
<Annotation Term="Org.OData.Core.V1.Description" String="Resources being modified." />
</Annotations>
<Annotations Target="microsoft.graph.auditEvent/category">
<Annotation Term="Org.OData.Core.V1.Description" String="Audit category." />
</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/correlationId">
<Annotation Term="Org.OData.Core.V1.Description" String="Id used for tracing the failure in the service." />
</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/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.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>
</Schema>
</edmx:DataServices>
</edmx:Edmx>