OpenAPI.NET.OData/docs/csdl/graph1.0.xml

16267 lines
1.2 MiB
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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="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="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="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="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="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="meetingMessageType">
<Member Name="none" Value="0" />
<Member Name="meetingRequest" Value="1" />
<Member Name="meetingCancelled" Value="2" />
<Member Name="meetingAccepted" Value="3" />
<Member Name="meetingTenativelyAccepted" Value="4" />
<Member Name="meetingDeclined" Value="5" />
</EnumType>
<EnumType Name="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="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="selectionLikelihoodInfo">
<Member Name="notSpecified" Value="0" />
<Member Name="high" Value="1" />
</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="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="educationUserRole">
<Member Name="student" Value="0" />
<Member Name="teacher" Value="1" />
<Member Name="none" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</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="educationContactRelationship">
<Member Name="parent" Value="0" />
<Member Name="relative" Value="1" />
<Member Name="aide" Value="2" />
<Member Name="doctor" Value="3" />
<Member Name="guardian" Value="4" />
<Member Name="child" Value="5" />
<Member Name="other" Value="6" />
<Member Name="unknownFutureValue" Value="7" />
</EnumType>
<EnumType Name="installIntent">
<Member Name="available" Value="0" />
<Member Name="required" Value="1" />
<Member Name="uninstall" Value="2" />
<Member Name="availableWithoutEnrollment" Value="3" />
</EnumType>
<EnumType Name="mobileAppPublishingState">
<Member Name="notPublished" Value="0" />
<Member Name="processing" Value="1" />
<Member Name="published" Value="2" />
</EnumType>
<EnumType Name="windowsArchitecture" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="x86" Value="1" />
<Member Name="x64" Value="2" />
<Member Name="arm" Value="4" />
<Member Name="neutral" Value="8" />
</EnumType>
<EnumType Name="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="vppTokenAccountType">
<Member Name="business" Value="0" />
<Member Name="education" Value="1" />
</EnumType>
<EnumType Name="complianceStatus">
<Member Name="unknown" Value="0" />
<Member Name="notApplicable" Value="1" />
<Member Name="compliant" Value="2" />
<Member Name="remediated" Value="3" />
<Member Name="nonCompliant" Value="4" />
<Member Name="error" Value="5" />
<Member Name="conflict" Value="6" />
<Member Name="notAssigned" Value="7" />
</EnumType>
<EnumType Name="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="actionState">
<Member Name="none" Value="0" />
<Member Name="pending" Value="1" />
<Member Name="canceled" Value="2" />
<Member Name="active" Value="3" />
<Member Name="done" Value="4" />
<Member Name="failed" Value="5" />
<Member Name="notSupported" Value="6" />
</EnumType>
<EnumType Name="managedDeviceOwnerType">
<Member Name="unknown" Value="0" />
<Member Name="company" Value="1" />
<Member Name="personal" Value="2" />
</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="configurationManagerClient" Value="8" />
<Member Name="configurationManagerClientMdm" Value="10" />
<Member Name="configurationManagerClientMdmEas" Value="11" />
<Member Name="unknown" Value="16" />
<Member Name="jamf" Value="32" />
<Member Name="googleCloudDevicePolicyController" Value="64" />
</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="deviceRegistrationState">
<Member Name="notRegistered" Value="0" />
<Member Name="registered" Value="2" />
<Member Name="revoked" Value="3" />
<Member Name="keyConflict" Value="4" />
<Member Name="approvalPending" Value="5" />
<Member Name="certificateReset" Value="6" />
<Member Name="notRegisteredPendingEnrollment" Value="7" />
<Member Name="unknown" Value="8" />
</EnumType>
<EnumType Name="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="managedDevicePartnerReportedHealthState">
<Member Name="unknown" Value="0" />
<Member Name="activated" Value="1" />
<Member Name="deactivated" Value="2" />
<Member Name="secured" Value="3" />
<Member Name="lowSeverity" Value="4" />
<Member Name="mediumSeverity" Value="5" />
<Member Name="highSeverity" Value="6" />
<Member Name="unresponsive" Value="7" />
<Member Name="compromised" Value="8" />
<Member Name="misconfigured" Value="9" />
</EnumType>
<EnumType Name="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="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="androidWorkProfileRequiredPasswordType">
<Member Name="deviceDefault" Value="0" />
<Member Name="lowSecurityBiometric" Value="1" />
<Member Name="required" Value="2" />
<Member Name="atLeastNumeric" Value="3" />
<Member Name="numericComplex" Value="4" />
<Member Name="atLeastAlphabetic" Value="5" />
<Member Name="atLeastAlphanumeric" Value="6" />
<Member Name="alphanumericWithSymbols" Value="7" />
</EnumType>
<EnumType Name="androidWorkProfileCrossProfileDataSharingType">
<Member Name="deviceDefault" Value="0" />
<Member Name="preventAny" Value="1" />
<Member Name="allowPersonalToWork" Value="2" />
<Member Name="noRestrictions" Value="3" />
</EnumType>
<EnumType Name="androidWorkProfileDefaultAppPermissionPolicyType">
<Member Name="deviceDefault" Value="0" />
<Member Name="prompt" Value="1" />
<Member Name="autoGrant" Value="2" />
<Member Name="autoDeny" Value="3" />
</EnumType>
<EnumType Name="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="iosNotificationAlertType">
<Member Name="deviceDefault" Value="0" />
<Member Name="banner" Value="1" />
<Member Name="modal" Value="2" />
<Member Name="none" Value="3" />
</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" />
<Member Name="windows10ProfessionalWorkstation" Value="10" />
<Member Name="windows10ProfessionalWorkstationN" Value="11" />
</EnumType>
<EnumType Name="stateManagementSetting">
<Member Name="notConfigured" Value="0" />
<Member Name="blocked" Value="1" />
<Member Name="allowed" Value="2" />
</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="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="diagnosticDataSubmissionMode">
<Member Name="userDefined" Value="0" />
<Member Name="none" Value="1" />
<Member Name="basic" Value="2" />
<Member Name="enhanced" Value="3" />
<Member Name="full" Value="4" />
</EnumType>
<EnumType Name="edgeCookiePolicy">
<Member Name="userDefined" Value="0" />
<Member Name="allow" Value="1" />
<Member Name="blockThirdParty" Value="2" />
<Member Name="blockAll" Value="3" />
</EnumType>
<EnumType Name="visibilitySetting">
<Member Name="notConfigured" Value="0" />
<Member Name="hide" Value="1" />
<Member Name="show" Value="2" />
</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="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="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="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="windowsUpdateType">
<Member Name="userDefined" Value="0" />
<Member Name="all" Value="1" />
<Member Name="businessReadyOnly" Value="2" />
<Member Name="windowsInsiderBuildFast" Value="3" />
<Member Name="windowsInsiderBuildSlow" Value="4" />
<Member Name="windowsInsiderBuildRelease" Value="5" />
</EnumType>
<EnumType Name="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="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="deviceComplianceActionType">
<Member Name="noAction" Value="0" />
<Member Name="notification" Value="1" />
<Member Name="block" Value="2" />
<Member Name="retire" Value="3" />
<Member Name="wipe" Value="4" />
<Member Name="removeResourceAccessProfiles" Value="5" />
<Member Name="pushNotification" Value="9" />
</EnumType>
<EnumType Name="deviceThreatProtectionLevel">
<Member Name="unavailable" Value="0" />
<Member Name="secured" Value="1" />
<Member Name="low" Value="2" />
<Member Name="medium" Value="3" />
<Member Name="high" Value="4" />
<Member Name="notSet" Value="10" />
</EnumType>
<EnumType Name="policyPlatformType">
<Member Name="android" Value="0" />
<Member Name="iOS" Value="2" />
<Member Name="macOS" Value="3" />
<Member Name="windowsPhone81" Value="4" />
<Member Name="windows81AndLater" Value="5" />
<Member Name="windows10AndLater" Value="6" />
<Member Name="androidWorkProfile" Value="7" />
<Member Name="all" Value="100" />
</EnumType>
<EnumType Name="iosUpdatesInstallStatus">
<Member Name="success" Value="0" />
<Member Name="available" Value="1" />
<Member Name="idle" Value="2" />
<Member Name="unknown" Value="3" />
<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="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="enablement">
<Member Name="notConfigured" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="disabled" Value="2" />
</EnumType>
<EnumType Name="vppTokenState">
<Member Name="unknown" Value="0" />
<Member Name="valid" Value="1" />
<Member Name="expired" Value="2" />
<Member Name="invalid" Value="3" />
<Member Name="assignedToExternalMDM" Value="4" />
</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="none" Value="0" />
<Member Name="connectionPending" Value="1" />
<Member Name="connected" Value="2" />
<Member Name="disconnected" 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="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="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="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="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="deviceEnrollmentFailureReason">
<Member Name="unknown" Value="0" />
<Member Name="authentication" Value="1" />
<Member Name="authorization" Value="2" />
<Member Name="accountValidation" Value="3" />
<Member Name="userValidation" Value="4" />
<Member Name="deviceNotSupported" Value="5" />
<Member Name="inMaintenance" Value="6" />
<Member Name="badRequest" Value="7" />
<Member Name="featureNotSupported" Value="8" />
<Member Name="enrollmentRestrictionsEnforced" Value="9" />
<Member Name="clientDisconnected" Value="10" />
<Member Name="userAbandonment" Value="11" />
</EnumType>
<EnumType Name="status">
<Member Name="active" Value="0" />
<Member Name="updated" Value="1" />
<Member Name="deleted" Value="2" />
<Member Name="ignored" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="alertFeedback">
<Member Name="unknown" Value="0" />
<Member Name="truePositive" Value="1" />
<Member Name="falsePositive" Value="2" />
<Member Name="benignPositive" Value="3" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="alertSeverity">
<Member Name="unknown" Value="0" />
<Member Name="informational" Value="1" />
<Member Name="low" Value="2" />
<Member Name="medium" Value="3" />
<Member Name="high" Value="4" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="alertStatus">
<Member Name="unknown" Value="0" />
<Member Name="newAlert" Value="1" />
<Member Name="inProgress" Value="2" />
<Member Name="resolved" Value="3" />
<Member Name="dismissed" Value="4" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="connectionDirection">
<Member Name="unknown" Value="0" />
<Member Name="inbound" Value="1" />
<Member Name="outbound" Value="2" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="connectionStatus">
<Member Name="unknown" Value="0" />
<Member Name="attempted" Value="1" />
<Member Name="succeeded" Value="2" />
<Member Name="blocked" Value="3" />
<Member Name="failed" Value="4" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="emailRole">
<Member Name="unknown" Value="0" />
<Member Name="sender" Value="1" />
<Member Name="recipient" Value="2" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="fileHashType">
<Member Name="unknown" Value="0" />
<Member Name="sha1" Value="1" />
<Member Name="sha256" Value="2" />
<Member Name="md5" Value="3" />
<Member Name="authenticodeHash256" Value="4" />
<Member Name="lsHash" Value="5" />
<Member Name="ctph" Value="6" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="logonType">
<Member Name="unknown" Value="0" />
<Member Name="interactive" Value="1" />
<Member Name="remoteInteractive" Value="2" />
<Member Name="network" Value="3" />
<Member Name="batch" Value="4" />
<Member Name="service" Value="5" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="processIntegrityLevel">
<Member Name="unknown" Value="0" />
<Member Name="untrusted" Value="1" />
<Member Name="low" Value="2" />
<Member Name="medium" Value="3" />
<Member Name="high" Value="4" />
<Member Name="system" Value="5" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="registryHive">
<Member Name="unknown" Value="0" />
<Member Name="currentConfig" Value="1" />
<Member Name="currentUser" Value="2" />
<Member Name="localMachineSam" Value="3" />
<Member Name="localMachineSecurity" Value="4" />
<Member Name="localMachineSoftware" Value="5" />
<Member Name="localMachineSystem" Value="6" />
<Member Name="usersDefault" Value="7" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="registryOperation">
<Member Name="unknown" Value="0" />
<Member Name="create" Value="1" />
<Member Name="modify" Value="2" />
<Member Name="delete" Value="3" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="registryValueType">
<Member Name="unknown" Value="0" />
<Member Name="binary" Value="1" />
<Member Name="dword" Value="2" />
<Member Name="dwordLittleEndian" Value="3" />
<Member Name="dwordBigEndian" Value="4" />
<Member Name="expandSz" Value="5" />
<Member Name="link" Value="6" />
<Member Name="multiSz" Value="7" />
<Member Name="none" Value="8" />
<Member Name="qword" Value="9" />
<Member Name="qwordlittleEndian" Value="10" />
<Member Name="sz" Value="11" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="securityNetworkProtocol">
<Member Name="ip" Value="0" />
<Member Name="icmp" Value="1" />
<Member Name="igmp" Value="2" />
<Member Name="ggp" Value="3" />
<Member Name="ipv4" Value="4" />
<Member Name="tcp" Value="6" />
<Member Name="pup" Value="12" />
<Member Name="udp" Value="17" />
<Member Name="idp" Value="22" />
<Member Name="ipv6" Value="41" />
<Member Name="ipv6RoutingHeader" Value="43" />
<Member Name="ipv6FragmentHeader" Value="44" />
<Member Name="ipSecEncapsulatingSecurityPayload" Value="50" />
<Member Name="ipSecAuthenticationHeader" Value="51" />
<Member Name="icmpV6" Value="58" />
<Member Name="ipv6NoNextHeader" Value="59" />
<Member Name="ipv6DestinationOptions" Value="60" />
<Member Name="nd" Value="77" />
<Member Name="raw" Value="255" />
<Member Name="ipx" Value="1000" />
<Member Name="spx" Value="1256" />
<Member Name="spxII" Value="1257" />
<Member Name="unknownFutureValue" Value="32767" />
<Member Name="unknown" Value="-1" />
</EnumType>
<EnumType Name="userAccountSecurityType">
<Member Name="unknown" Value="0" />
<Member Name="standard" Value="1" />
<Member Name="power" Value="2" />
<Member Name="administrator" Value="3" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EntityType Name="entity" Abstract="true">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="directory" BaseType="microsoft.graph.entity">
<NavigationProperty Name="deletedItems" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
</EntityType>
<EntityType Name="directoryObject" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
</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" />
<Property Name="deviceMetadata" Type="Edm.String" />
<Property Name="deviceVersion" Type="Edm.Int32" />
<Property Name="displayName" Type="Edm.String" />
<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" />
<Property Name="operatingSystemVersion" Type="Edm.String" />
<Property Name="physicalIds" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="trustType" Type="Edm.String" />
<NavigationProperty Name="registeredOwners" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="registeredUsers" Type="Collection(microsoft.graph.directoryObject)" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="alternativeSecurityId">
<Property Name="type" Type="Edm.Int32" />
<Property Name="identityProvider" Type="Edm.String" />
<Property Name="key" Type="Edm.Binary" />
</ComplexType>
<EntityType Name="extension" BaseType="microsoft.graph.entity" Abstract="true" OpenType="true" />
<EntityType Name="directoryRole" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="roleTemplateId" Type="Edm.String" />
<NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
</EntityType>
<EntityType Name="directoryRoleTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</EntityType>
<EntityType Name="domain" BaseType="microsoft.graph.entity">
<Property Name="authenticationType" Type="Edm.String" Nullable="false" />
<Property Name="availabilityStatus" Type="Edm.String" />
<Property Name="isAdminManaged" Type="Edm.Boolean" Nullable="false" />
<Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
<Property Name="isInitial" Type="Edm.Boolean" Nullable="false" />
<Property Name="isRoot" Type="Edm.Boolean" Nullable="false" />
<Property Name="isVerified" Type="Edm.Boolean" Nullable="false" />
<Property Name="supportedServices" Type="Collection(Edm.String)" Nullable="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" />
<Property Name="operation" Type="Edm.String" />
<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" />
<Property Name="recordType" Type="Edm.String" />
<Property Name="supportedService" Type="Edm.String" Nullable="false" />
<Property Name="ttl" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="domainDnsCnameRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="canonicalName" Type="Edm.String" />
</EntityType>
<EntityType Name="domainDnsMxRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="mailExchange" Type="Edm.String" Nullable="false" />
<Property Name="preference" Type="Edm.Int32" />
</EntityType>
<EntityType Name="domainDnsSrvRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="nameTarget" Type="Edm.String" />
<Property Name="port" Type="Edm.Int32" />
<Property Name="priority" Type="Edm.Int32" />
<Property Name="protocol" Type="Edm.String" />
<Property Name="service" Type="Edm.String" />
<Property Name="weight" Type="Edm.Int32" />
</EntityType>
<EntityType Name="domainDnsTxtRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="text" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="domainDnsUnavailableRecord" BaseType="microsoft.graph.domainDnsRecord">
<Property Name="description" Type="Edm.String" />
</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" />
</EntityType>
<ComplexType Name="servicePlanInfo">
<Property Name="servicePlanId" Type="Edm.Guid" />
<Property Name="servicePlanName" Type="Edm.String" />
<Property Name="provisioningStatus" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
</ComplexType>
<EntityType Name="group" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="classification" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="groupTypes" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="mail" Type="Edm.String" />
<Property Name="mailEnabled" Type="Edm.Boolean" />
<Property Name="mailNickname" Type="Edm.String" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="renewedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="securityEnabled" Type="Edm.Boolean" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="allowExternalSenders" Type="Edm.Boolean" />
<Property Name="autoSubscribeNewMembers" Type="Edm.Boolean" />
<Property Name="isSubscribedByMail" Type="Edm.Boolean" />
<Property Name="unseenCount" Type="Edm.Int32" />
<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.groupSetting)" ContainsTarget="true" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" 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="groupLifecyclePolicies" Type="Collection(microsoft.graph.groupLifecyclePolicy)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="onPremisesProvisioningError">
<Property Name="value" Type="Edm.String" />
<Property Name="category" Type="Edm.String" />
<Property Name="propertyCausingError" Type="Edm.String" />
<Property Name="occurredDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<EntityType Name="groupSetting" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="templateId" Type="Edm.String" />
<Property Name="values" Type="Collection(microsoft.graph.settingValue)" Nullable="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" />
<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" />
<Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
<Property Name="preview" Type="Edm.String" Nullable="false" />
<Property Name="isLocked" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="posts" Type="Collection(microsoft.graph.post)" ContainsTarget="true" />
</EntityType>
<EntityType Name="calendar" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" />
<Property Name="color" Type="microsoft.graph.calendarColor" />
<Property Name="changeKey" Type="Edm.String" />
<Property Name="canShare" Type="Edm.Boolean" />
<Property Name="canViewPrivateItems" 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="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" />
<Property Name="categories" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="event" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="originalStartTimeZone" Type="Edm.String" />
<Property Name="originalEndTimeZone" Type="Edm.String" />
<Property Name="responseStatus" Type="microsoft.graph.responseStatus" />
<Property Name="iCalUId" Type="Edm.String" />
<Property Name="reminderMinutesBeforeStart" Type="Edm.Int32" />
<Property Name="isReminderOn" Type="Edm.Boolean" />
<Property Name="hasAttachments" Type="Edm.Boolean" />
<Property Name="subject" Type="Edm.String" />
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="bodyPreview" Type="Edm.String" />
<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" />
<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" />
<Property Name="onlineMeetingUrl" Type="Edm.String" />
<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="conversation" BaseType="microsoft.graph.entity">
<Property Name="topic" Type="Edm.String" Nullable="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" />
<Property Name="preview" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" 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" />
<Property Name="eTag" Type="Edm.String" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" />
<Property Name="parentReference" Type="microsoft.graph.itemReference" />
<Property Name="webUrl" Type="Edm.String" />
<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" />
<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="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="site" BaseType="microsoft.graph.baseItem">
<Property Name="displayName" Type="Edm.String" />
<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="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>
<EntityType Name="groupLifecyclePolicy" BaseType="microsoft.graph.entity">
<Property Name="groupLifetimeInDays" Type="Edm.Int32" />
<Property Name="managedGroupTypes" Type="Edm.String" />
<Property Name="alternateNotificationEmails" Type="Edm.String" />
</EntityType>
<EntityType Name="contract" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="contractType" Type="Edm.String" />
<Property Name="customerId" Type="Edm.Guid" />
<Property Name="defaultDomainName" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="microsoft.graph.entity">
<Property Name="capabilityStatus" Type="Edm.String" />
<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" />
<Property Name="appliesTo" Type="Edm.String" />
</EntityType>
<ComplexType Name="licenseUnitsDetail">
<Property Name="enabled" Type="Edm.Int32" />
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<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" />
<Property Name="city" Type="Edm.String" />
<Property Name="country" Type="Edm.String" />
<Property Name="countryLetterCode" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="postalCode" Type="Edm.String" />
<Property Name="preferredLanguage" Type="Edm.String" />
<Property Name="privacyProfile" Type="microsoft.graph.privacyProfile" />
<Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
<Property Name="securityComplianceNotificationMails" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="securityComplianceNotificationPhones" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="state" Type="Edm.String" />
<Property Name="street" Type="Edm.String" />
<Property Name="technicalNotificationMails" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="verifiedDomains" Type="Collection(microsoft.graph.verifiedDomain)" Nullable="false" />
<Property Name="mobileDeviceManagementAuthority" Type="microsoft.graph.mdmAuthority" Nullable="false" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="assignedPlan">
<Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="service" Type="Edm.String" />
<Property Name="servicePlanId" Type="Edm.Guid" />
</ComplexType>
<ComplexType Name="privacyProfile">
<Property Name="contactEmail" Type="Edm.String" />
<Property Name="statementUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="provisionedPlan">
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="provisioningStatus" Type="Edm.String" />
<Property Name="service" Type="Edm.String" />
</ComplexType>
<ComplexType Name="verifiedDomain">
<Property Name="capabilities" Type="Edm.String" />
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="isInitial" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
</ComplexType>
<EntityType Name="user" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="accountEnabled" Type="Edm.Boolean" />
<Property Name="ageGroup" Type="Edm.String" />
<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" />
<Property Name="city" Type="Edm.String" />
<Property Name="companyName" Type="Edm.String" />
<Property Name="consentProvidedForMinor" Type="Edm.String" />
<Property Name="country" Type="Edm.String" />
<Property Name="department" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="givenName" Type="Edm.String" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="jobTitle" Type="Edm.String" />
<Property Name="legalAgeGroupClassification" Type="Edm.String" />
<Property Name="mail" Type="Edm.String" />
<Property Name="mailNickname" Type="Edm.String" />
<Property Name="mobilePhone" Type="Edm.String" />
<Property Name="onPremisesExtensionAttributes" Type="microsoft.graph.onPremisesExtensionAttributes" />
<Property Name="onPremisesImmutableId" Type="Edm.String" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="onPremisesDomainName" Type="Edm.String" />
<Property Name="onPremisesSamAccountName" Type="Edm.String" />
<Property Name="onPremisesUserPrincipalName" Type="Edm.String" />
<Property Name="passwordPolicies" Type="Edm.String" />
<Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
<Property Name="officeLocation" Type="Edm.String" />
<Property Name="postalCode" Type="Edm.String" />
<Property Name="preferredLanguage" Type="Edm.String" />
<Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="state" Type="Edm.String" />
<Property Name="streetAddress" Type="Edm.String" />
<Property Name="surname" Type="Edm.String" />
<Property Name="usageLocation" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="userType" Type="Edm.String" />
<Property Name="mailboxSettings" Type="microsoft.graph.mailboxSettings" />
<Property Name="aboutMe" Type="Edm.String" />
<Property Name="birthday" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="interests" Type="Collection(Edm.String)" />
<Property Name="mySite" Type="Edm.String" />
<Property Name="pastProjects" Type="Collection(Edm.String)" />
<Property Name="preferredName" Type="Edm.String" />
<Property Name="responsibilities" Type="Collection(Edm.String)" />
<Property Name="schools" Type="Collection(Edm.String)" />
<Property Name="skills" Type="Collection(Edm.String)" />
<Property Name="deviceEnrollmentLimit" Type="Edm.Int32" Nullable="false" />
<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="licenseDetails" Type="Collection(microsoft.graph.licenseDetails)" ContainsTarget="true" />
<NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="outlook" Type="microsoft.graph.outlookUser" ContainsTarget="true" />
<NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" 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="planner" Type="microsoft.graph.plannerUser" ContainsTarget="true" />
<NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
<NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" ContainsTarget="true" />
<NavigationProperty Name="managedAppRegistrations" Type="Collection(microsoft.graph.managedAppRegistration)" />
<NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(microsoft.graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" />
<NavigationProperty Name="activities" Type="Collection(microsoft.graph.userActivity)" ContainsTarget="true" />
<NavigationProperty Name="insights" Type="microsoft.graph.officeGraphInsights" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="microsoft.graph.userSettings" ContainsTarget="true" />
</EntityType>
<ComplexType Name="assignedLicense">
<Property Name="disabledPlans" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
</ComplexType>
<ComplexType Name="onPremisesExtensionAttributes">
<Property Name="extensionAttribute1" Type="Edm.String" />
<Property Name="extensionAttribute2" Type="Edm.String" />
<Property Name="extensionAttribute3" Type="Edm.String" />
<Property Name="extensionAttribute4" Type="Edm.String" />
<Property Name="extensionAttribute5" Type="Edm.String" />
<Property Name="extensionAttribute6" Type="Edm.String" />
<Property Name="extensionAttribute7" Type="Edm.String" />
<Property Name="extensionAttribute8" Type="Edm.String" />
<Property Name="extensionAttribute9" Type="Edm.String" />
<Property Name="extensionAttribute10" Type="Edm.String" />
<Property Name="extensionAttribute11" Type="Edm.String" />
<Property Name="extensionAttribute12" Type="Edm.String" />
<Property Name="extensionAttribute13" Type="Edm.String" />
<Property Name="extensionAttribute14" Type="Edm.String" />
<Property Name="extensionAttribute15" Type="Edm.String" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="password" Type="Edm.String" />
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="mailboxSettings">
<Property Name="automaticRepliesSetting" Type="microsoft.graph.automaticRepliesSetting" />
<Property Name="archiveFolder" Type="Edm.String" />
<Property Name="timeZone" Type="Edm.String" />
<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" />
<Property Name="externalReplyMessage" Type="Edm.String" />
</ComplexType>
<ComplexType Name="dateTimeTimeZone">
<Property Name="dateTime" Type="Edm.String" Nullable="false" />
<Property Name="timeZone" Type="Edm.String" />
</ComplexType>
<ComplexType Name="localeInfo">
<Property Name="locale" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</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" />
</ComplexType>
<EntityType Name="outlookUser" BaseType="microsoft.graph.entity">
<NavigationProperty Name="masterCategories" Type="Collection(microsoft.graph.outlookCategory)" ContainsTarget="true" />
</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" />
<Property Name="internetMessageHeaders" Type="Collection(microsoft.graph.internetMessageHeader)" />
<Property Name="subject" Type="Edm.String" />
<Property Name="body" Type="microsoft.graph.itemBody" />
<Property Name="bodyPreview" Type="Edm.String" />
<Property Name="importance" Type="microsoft.graph.importance" />
<Property Name="parentFolderId" Type="Edm.String" />
<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" />
<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" />
<Property Name="inferenceClassification" Type="microsoft.graph.inferenceClassificationType" />
<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" />
</EntityType>
<EntityType Name="mailFolder" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="parentFolderId" Type="Edm.String" />
<Property Name="childFolderCount" Type="Edm.Int32" />
<Property Name="unreadItemCount" Type="Edm.Int32" />
<Property Name="totalItemCount" Type="Edm.Int32" />
<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="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" />
<Property Name="classId" Type="Edm.Guid" />
<Property Name="changeKey" Type="Edm.String" />
<NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true" />
</EntityType>
<EntityType Name="person" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="givenName" Type="Edm.String" />
<Property Name="surname" Type="Edm.String" />
<Property Name="birthday" Type="Edm.String" />
<Property Name="personNotes" Type="Edm.String" />
<Property Name="isFavorite" Type="Edm.Boolean" />
<Property Name="scoredEmailAddresses" Type="Collection(microsoft.graph.scoredEmailAddress)" />
<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="jobTitle" Type="Edm.String" />
<Property Name="companyName" Type="Edm.String" />
<Property Name="yomiCompany" Type="Edm.String" />
<Property Name="department" Type="Edm.String" />
<Property Name="officeLocation" Type="Edm.String" />
<Property Name="profession" Type="Edm.String" />
<Property Name="personType" Type="microsoft.graph.personType" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="imAddress" Type="Edm.String" />
</EntityType>
<EntityType Name="contact" BaseType="microsoft.graph.outlookItem" OpenType="true">
<Property Name="parentFolderId" Type="Edm.String" />
<Property Name="birthday" Type="Edm.DateTimeOffset" />
<Property Name="fileAs" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="givenName" Type="Edm.String" />
<Property Name="initials" Type="Edm.String" />
<Property Name="middleName" Type="Edm.String" />
<Property Name="nickName" Type="Edm.String" />
<Property Name="surname" Type="Edm.String" />
<Property Name="title" Type="Edm.String" />
<Property Name="yomiGivenName" Type="Edm.String" />
<Property Name="yomiSurname" Type="Edm.String" />
<Property Name="yomiCompanyName" Type="Edm.String" />
<Property Name="generation" Type="Edm.String" />
<Property Name="emailAddresses" Type="Collection(microsoft.graph.emailAddress)" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="jobTitle" Type="Edm.String" />
<Property Name="companyName" Type="Edm.String" />
<Property Name="department" Type="Edm.String" />
<Property Name="officeLocation" Type="Edm.String" />
<Property Name="profession" Type="Edm.String" />
<Property Name="businessHomePage" Type="Edm.String" />
<Property Name="assistantName" Type="Edm.String" />
<Property Name="manager" Type="Edm.String" />
<Property Name="homePhones" Type="Collection(Edm.String)" />
<Property Name="mobilePhone" Type="Edm.String" />
<Property Name="businessPhones" Type="Collection(Edm.String)" />
<Property Name="homeAddress" Type="microsoft.graph.physicalAddress" />
<Property Name="businessAddress" Type="microsoft.graph.physicalAddress" />
<Property Name="otherAddress" Type="microsoft.graph.physicalAddress" />
<Property Name="spouseName" Type="Edm.String" />
<Property Name="personalNotes" Type="Edm.String" />
<Property Name="children" Type="Collection(Edm.String)" />
<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" />
<Property Name="displayName" Type="Edm.String" />
<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="plannerUser" BaseType="microsoft.graph.entity">
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
<NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" />
</EntityType>
<EntityType Name="managedDevice" BaseType="microsoft.graph.entity">
<Property Name="userId" Type="Edm.String" />
<Property Name="deviceName" Type="Edm.String" />
<Property Name="managedDeviceOwnerType" Type="microsoft.graph.managedDeviceOwnerType" Nullable="false" />
<Property Name="deviceActionResults" Type="Collection(microsoft.graph.deviceActionResult)" />
<Property Name="enrolledDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="complianceState" Type="microsoft.graph.complianceState" Nullable="false" />
<Property Name="jailBroken" Type="Edm.String" />
<Property Name="managementAgent" Type="microsoft.graph.managementAgentType" Nullable="false" />
<Property Name="osVersion" Type="Edm.String" />
<Property Name="easActivated" Type="Edm.Boolean" Nullable="false" />
<Property Name="easDeviceId" Type="Edm.String" />
<Property Name="easActivationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="azureADRegistered" Type="Edm.Boolean" />
<Property Name="deviceEnrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
<Property Name="activationLockBypassCode" Type="Edm.String" />
<Property Name="emailAddress" Type="Edm.String" />
<Property Name="azureADDeviceId" Type="Edm.String" />
<Property Name="deviceRegistrationState" Type="microsoft.graph.deviceRegistrationState" Nullable="false" />
<Property Name="deviceCategoryDisplayName" Type="Edm.String" />
<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" />
<Property Name="remoteAssistanceSessionErrorDetails" Type="Edm.String" />
<Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="imei" Type="Edm.String" />
<Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="serialNumber" Type="Edm.String" />
<Property Name="phoneNumber" Type="Edm.String" />
<Property Name="androidSecurityPatchLevel" Type="Edm.String" />
<Property Name="userDisplayName" Type="Edm.String" />
<Property Name="configurationManagerClientEnabledFeatures" Type="microsoft.graph.configurationManagerClientEnabledFeatures" />
<Property Name="wiFiMacAddress" Type="Edm.String" />
<Property Name="deviceHealthAttestationState" Type="microsoft.graph.deviceHealthAttestationState" />
<Property Name="subscriberCarrier" Type="Edm.String" />
<Property Name="meid" Type="Edm.String" />
<Property Name="totalStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
<Property Name="freeStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
<Property Name="managedDeviceName" Type="Edm.String" />
<Property Name="partnerReportedThreatState" Type="microsoft.graph.managedDevicePartnerReportedHealthState" Nullable="false" />
<NavigationProperty Name="deviceConfigurationStates" Type="Collection(microsoft.graph.deviceConfigurationState)" ContainsTarget="true" />
<NavigationProperty Name="deviceCategory" Type="microsoft.graph.deviceCategory" 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" />
<Property Name="managementSdkVersion" Type="Edm.String" />
<Property Name="platformVersion" Type="Edm.String" />
<Property Name="deviceType" Type="Edm.String" />
<Property Name="deviceTag" Type="Edm.String" />
<Property Name="deviceName" Type="Edm.String" />
<Property Name="flaggedReasons" Type="Collection(microsoft.graph.managedAppFlaggedReason)" Nullable="false" />
<Property Name="userId" Type="Edm.String" />
<Property Name="appIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
<Property Name="version" Type="Edm.String" />
<NavigationProperty Name="appliedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
<NavigationProperty Name="intendedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
<NavigationProperty Name="operations" Type="Collection(microsoft.graph.managedAppOperation)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceManagementTroubleshootingEvent" BaseType="microsoft.graph.entity">
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="correlationId" Type="Edm.String" />
</EntityType>
<EntityType Name="userActivity" BaseType="microsoft.graph.entity">
<Property Name="visualElements" Type="microsoft.graph.visualInfo" Nullable="false" />
<Property Name="activitySourceHost" Type="Edm.String" Nullable="false" />
<Property Name="activationUrl" Type="Edm.String" Nullable="false" />
<Property Name="appActivityId" Type="Edm.String" Nullable="false" />
<Property Name="appDisplayName" Type="Edm.String" />
<Property Name="contentUrl" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="fallbackUrl" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="userTimezone" Type="Edm.String" />
<Property Name="contentInfo" Type="microsoft.graph.Json" />
<Property Name="status" Type="microsoft.graph.status" />
<NavigationProperty Name="historyItems" Type="Collection(microsoft.graph.activityHistoryItem)" 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="userSettings" BaseType="microsoft.graph.entity">
<Property Name="contributionToContentDiscoveryDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="contributionToContentDiscoveryAsOrganizationDisabled" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="settingValue">
<Property Name="name" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<EntityType Name="groupSettingTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="values" Type="Collection(microsoft.graph.settingTemplateValue)" Nullable="false" />
</EntityType>
<ComplexType Name="settingTemplateValue">
<Property Name="name" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
<Property Name="defaultValue" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
</ComplexType>
<ComplexType Name="ComplexExtensionValue" OpenType="true" />
<EntityType Name="schemaExtension" BaseType="microsoft.graph.entity">
<Property Name="description" Type="Edm.String" />
<Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="properties" Type="Collection(microsoft.graph.extensionSchemaProperty)" Nullable="false" />
<Property Name="status" Type="Edm.String" Nullable="false" />
<Property Name="owner" Type="Edm.String" Nullable="false" />
</EntityType>
<ComplexType Name="extensionSchemaProperty">
<Property Name="name" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
</ComplexType>
<EntityType Name="attachment" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="name" Type="Edm.String" />
<Property Name="contentType" Type="Edm.String" />
<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" />
<Property Name="color" Type="microsoft.graph.categoryColor" />
</EntityType>
<ComplexType Name="recipient">
<Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
</ComplexType>
<ComplexType Name="emailAddress">
<Property Name="name" Type="Edm.String" />
<Property Name="address" Type="Edm.String" />
</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" />
</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" />
</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" />
<Property Name="locationEmailAddress" Type="Edm.String" />
<Property Name="address" Type="microsoft.graph.physicalAddress" />
<Property Name="coordinates" Type="microsoft.graph.outlookGeoCoordinates" />
<Property Name="locationUri" Type="Edm.String" />
<Property Name="locationType" Type="microsoft.graph.locationType" />
<Property Name="uniqueId" Type="Edm.String" />
<Property Name="uniqueIdType" Type="microsoft.graph.locationUniqueIdType" />
</ComplexType>
<ComplexType Name="physicalAddress">
<Property Name="street" Type="Edm.String" />
<Property Name="city" Type="Edm.String" />
<Property Name="state" Type="Edm.String" />
<Property Name="countryOrRegion" Type="Edm.String" />
<Property Name="postalCode" Type="Edm.String" />
</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="reminder">
<Property Name="eventId" Type="Edm.String" />
<Property Name="eventStartTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="eventEndTime" Type="microsoft.graph.dateTimeTimeZone" />
<Property Name="changeKey" Type="Edm.String" />
<Property Name="eventSubject" Type="Edm.String" />
<Property Name="eventLocation" Type="microsoft.graph.location" />
<Property Name="eventWebLink" Type="Edm.String" />
<Property Name="reminderFireTime" Type="microsoft.graph.dateTimeTimeZone" />
</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" />
<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" />
<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" />
<Property Name="code" Type="Edm.String" />
</ComplexType>
<ComplexType Name="timeZoneInformation">
<Property Name="alias" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<EntityType Name="messageRule" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<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="singleValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
<Property Name="value" Type="Edm.String" />
</EntityType>
<EntityType Name="multiValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
<Property Name="value" Type="Collection(Edm.String)" />
</EntityType>
<ComplexType Name="internetMessageHeader">
<Property Name="name" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="itemBody">
<Property Name="contentType" Type="microsoft.graph.bodyType" />
<Property Name="content" Type="Edm.String" />
</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="fileAttachment" BaseType="microsoft.graph.attachment">
<Property Name="contentId" Type="Edm.String" />
<Property Name="contentLocation" Type="Edm.String" />
<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" />
<Property Name="numberOfOccurrences" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="attendee" BaseType="microsoft.graph.attendeeBase">
<Property Name="status" Type="microsoft.graph.responseStatus" />
</ComplexType>
<EntityType Name="eventMessage" BaseType="microsoft.graph.message">
<Property Name="meetingMessageType" Type="microsoft.graph.meetingMessageType" />
<NavigationProperty Name="event" Type="microsoft.graph.event" ContainsTarget="true" />
</EntityType>
<ComplexType Name="messageRulePredicates">
<Property Name="categories" Type="Collection(Edm.String)" />
<Property Name="subjectContains" Type="Collection(Edm.String)" />
<Property Name="bodyContains" Type="Collection(Edm.String)" />
<Property Name="bodyOrSubjectContains" Type="Collection(Edm.String)" />
<Property Name="senderContains" Type="Collection(Edm.String)" />
<Property Name="recipientContains" Type="Collection(Edm.String)" />
<Property Name="headerContains" Type="Collection(Edm.String)" />
<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" />
<Property Name="copyToFolder" Type="Edm.String" />
<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)" />
<Property Name="stopProcessingRules" Type="Edm.Boolean" />
</ComplexType>
<EntityType Name="referenceAttachment" BaseType="microsoft.graph.attachment" />
<EntityType Name="openTypeExtension" BaseType="microsoft.graph.extension" OpenType="true">
<Property Name="extensionName" Type="Edm.String" Nullable="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" />
<Property Name="newParticipants" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
<Property Name="conversationId" Type="Edm.String" />
<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" />
</EntityType>
<EntityType Name="inferenceClassificationOverride" BaseType="microsoft.graph.entity">
<Property Name="classifyAs" Type="microsoft.graph.inferenceClassificationType" />
<Property Name="senderEmailAddress" Type="microsoft.graph.emailAddress" />
</EntityType>
<ComplexType Name="scoredEmailAddress">
<Property Name="address" Type="Edm.String" />
<Property Name="relevanceScore" Type="Edm.Double" />
<Property Name="selectionLikelihood" Type="microsoft.graph.selectionLikelihoodInfo" />
<Property Name="ItemId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="phone">
<Property Name="type" Type="microsoft.graph.phoneType" />
<Property Name="number" Type="Edm.String" />
<Property Name="region" Type="Edm.String" />
<Property Name="language" Type="Edm.String" />
</ComplexType>
<ComplexType Name="website">
<Property Name="type" Type="microsoft.graph.websiteType" />
<Property Name="address" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="personType">
<Property Name="class" Type="Edm.String" />
<Property Name="subclass" Type="Edm.String" />
</ComplexType>
<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="identity" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="id" Type="Edm.String" />
</ComplexType>
<ComplexType Name="itemReference">
<Property Name="driveId" Type="Edm.String" />
<Property Name="driveType" Type="Edm.String" />
<Property Name="id" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="path" Type="Edm.String" />
<Property Name="shareId" Type="Edm.String" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
</ComplexType>
<ComplexType Name="sharepointIds">
<Property Name="listId" Type="Edm.String" />
<Property Name="listItemId" Type="Edm.String" />
<Property Name="listItemUniqueId" Type="Edm.String" />
<Property Name="siteId" Type="Edm.String" />
<Property Name="siteUrl" Type="Edm.String" />
<Property Name="webId" Type="Edm.String" />
</ComplexType>
<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>
<ComplexType Name="publicationFacet">
<Property Name="level" Type="Edm.String" />
<Property Name="versionId" Type="Edm.String" />
</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" />
<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" />
<Property Name="displayName" Type="Edm.String" />
<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" />
<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>
<ComplexType Name="booleanColumn" />
<ComplexType Name="calculatedColumn">
<Property Name="format" Type="Edm.String" />
<Property Name="formula" Type="Edm.String" />
<Property Name="outputType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="choiceColumn">
<Property Name="allowTextEntry" Type="Edm.Boolean" />
<Property Name="choices" Type="Collection(Edm.String)" />
<Property Name="displayAs" Type="Edm.String" />
</ComplexType>
<ComplexType Name="currencyColumn">
<Property Name="locale" Type="Edm.String" />
</ComplexType>
<ComplexType Name="dateTimeColumn">
<Property Name="displayAs" Type="Edm.String" />
<Property Name="format" Type="Edm.String" />
</ComplexType>
<ComplexType Name="defaultColumnValue">
<Property Name="formula" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="lookupColumn">
<Property Name="allowMultipleValues" Type="Edm.Boolean" />
<Property Name="allowUnlimitedLength" Type="Edm.Boolean" />
<Property Name="columnName" Type="Edm.String" />
<Property Name="listId" Type="Edm.String" />
<Property Name="primaryLookupColumnId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="numberColumn">
<Property Name="decimalPlaces" Type="Edm.String" />
<Property Name="displayAs" Type="Edm.String" />
<Property Name="maximum" Type="Edm.Double" />
<Property Name="minimum" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="personOrGroupColumn">
<Property Name="allowMultipleSelection" Type="Edm.Boolean" />
<Property Name="chooseFromType" Type="Edm.String" />
<Property Name="displayAs" Type="Edm.String" />
</ComplexType>
<ComplexType Name="textColumn">
<Property Name="allowMultipleLines" Type="Edm.Boolean" />
<Property Name="appendChangesToExistingText" Type="Edm.Boolean" />
<Property Name="linesForEditing" Type="Edm.Int32" />
<Property Name="maxLength" Type="Edm.Int32" />
<Property Name="textType" Type="Edm.String" />
</ComplexType>
<EntityType Name="columnLink" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" />
</EntityType>
<EntityType Name="contentType" BaseType="microsoft.graph.entity">
<Property Name="description" Type="Edm.String" />
<Property Name="group" Type="Edm.String" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="inheritedFrom" Type="microsoft.graph.itemReference" />
<Property Name="name" Type="Edm.String" />
<Property Name="order" Type="microsoft.graph.contentTypeOrder" />
<Property Name="parentId" Type="Edm.String" />
<Property Name="readOnly" Type="Edm.Boolean" />
<Property Name="sealed" Type="Edm.Boolean" />
<NavigationProperty Name="columnLinks" Type="Collection(microsoft.graph.columnLink)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="contentTypeOrder">
<Property Name="default" Type="Edm.Boolean" />
<Property Name="position" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="quota">
<Property Name="deleted" Type="Edm.Int64" />
<Property Name="remaining" Type="Edm.Int64" />
<Property Name="state" Type="Edm.String" />
<Property Name="total" Type="Edm.Int64" />
<Property Name="used" Type="Edm.Int64" />
</ComplexType>
<ComplexType Name="systemFacet" />
<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" />
<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" />
<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" />
<NavigationProperty Name="workbook" Type="microsoft.graph.workbook" ContainsTarget="true" />
</EntityType>
<EntityType Name="list" BaseType="microsoft.graph.baseItem">
<Property Name="displayName" Type="Edm.String" />
<Property Name="list" Type="microsoft.graph.listInfo" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<Property Name="system" Type="microsoft.graph.systemFacet" />
<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="audio">
<Property Name="album" Type="Edm.String" />
<Property Name="albumArtist" Type="Edm.String" />
<Property Name="artist" Type="Edm.String" />
<Property Name="bitrate" Type="Edm.Int64" />
<Property Name="composers" Type="Edm.String" />
<Property Name="copyright" Type="Edm.String" />
<Property Name="disc" Type="Edm.Int16" />
<Property Name="discCount" Type="Edm.Int16" />
<Property Name="duration" Type="Edm.Int64" />
<Property Name="genre" Type="Edm.String" />
<Property Name="hasDrm" Type="Edm.Boolean" />
<Property Name="isVariableBitrate" Type="Edm.Boolean" />
<Property Name="title" Type="Edm.String" />
<Property Name="track" Type="Edm.Int32" />
<Property Name="trackCount" Type="Edm.Int32" />
<Property Name="year" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="deleted">
<Property Name="state" Type="Edm.String" />
</ComplexType>
<ComplexType Name="file">
<Property Name="hashes" Type="microsoft.graph.hashes" />
<Property Name="mimeType" Type="Edm.String" />
<Property Name="processingMetadata" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="hashes">
<Property Name="crc32Hash" Type="Edm.String" />
<Property Name="quickXorHash" Type="Edm.String" />
<Property Name="sha1Hash" Type="Edm.String" />
</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" />
<Property Name="sortOrder" Type="Edm.String" />
<Property Name="viewType" Type="Edm.String" />
</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" />
</ComplexType>
<ComplexType Name="photo">
<Property Name="cameraMake" Type="Edm.String" />
<Property Name="cameraModel" Type="Edm.String" />
<Property Name="exposureDenominator" Type="Edm.Double" />
<Property Name="exposureNumerator" Type="Edm.Double" />
<Property Name="fNumber" Type="Edm.Double" />
<Property Name="focalLength" Type="Edm.Double" />
<Property Name="iso" Type="Edm.Int32" />
<Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
</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" />
<Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="name" Type="Edm.String" />
<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" />
<Property Name="webUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="shared">
<Property Name="owner" Type="microsoft.graph.identitySet" />
<Property Name="scope" Type="Edm.String" />
<Property Name="sharedBy" Type="microsoft.graph.identitySet" />
<Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="specialFolder">
<Property Name="name" Type="Edm.String" />
</ComplexType>
<ComplexType Name="root" />
<ComplexType Name="searchResult">
<Property Name="onClickTelemetryUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="video">
<Property Name="audioBitsPerSample" Type="Edm.Int32" />
<Property Name="audioChannels" Type="Edm.Int32" />
<Property Name="audioFormat" Type="Edm.String" />
<Property Name="audioSamplesPerSecond" Type="Edm.Int32" />
<Property Name="bitrate" Type="Edm.Int32" />
<Property Name="duration" Type="Edm.Int64" />
<Property Name="fourCC" Type="Edm.String" />
<Property Name="frameRate" Type="Edm.Double" />
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</ComplexType>
<EntityType Name="listItem" BaseType="microsoft.graph.baseItem">
<Property Name="contentType" Type="microsoft.graph.contentTypeInfo" />
<Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
<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>
<EntityType Name="permission" BaseType="microsoft.graph.entity">
<Property Name="grantedTo" Type="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)" />
<Property Name="shareId" Type="Edm.String" />
</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="driveItemVersion" BaseType="microsoft.graph.baseItemVersion">
<Property Name="content" Type="Edm.Stream" />
<Property Name="size" Type="Edm.Int64" />
</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>
<EntityType Name="fieldValueSet" BaseType="microsoft.graph.entity" OpenType="true" />
<ComplexType Name="listInfo">
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
<Property Name="hidden" Type="Edm.Boolean" />
<Property Name="template" Type="Edm.String" />
</ComplexType>
<ComplexType Name="contentTypeInfo">
<Property Name="id" Type="Edm.String" />
</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" />
<Property Name="invitedBy" Type="microsoft.graph.identitySet" />
<Property Name="redeemedBy" Type="Edm.String" />
<Property Name="signInRequired" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="sharingLink">
<Property Name="application" Type="microsoft.graph.identity" />
<Property Name="scope" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
</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="siteCollection">
<Property Name="hostname" Type="Edm.String" />
<Property Name="root" Type="microsoft.graph.root" />
</ComplexType>
<ComplexType Name="thumbnail">
<Property Name="content" Type="Edm.Stream" />
<Property Name="height" Type="Edm.Int32" />
<Property Name="sourceItemId" Type="Edm.String" />
<Property Name="url" Type="Edm.String" />
<Property Name="width" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="driveItemUploadableProperties">
<Property Name="description" Type="Edm.String" />
<Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
<Property Name="name" Type="Edm.String" />
</ComplexType>
<ComplexType Name="driveRecipient">
<Property Name="alias" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
<Property Name="objectId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="itemPreviewInfo">
<Property Name="getUrl" Type="Edm.String" />
<Property Name="postParameters" Type="Edm.String" />
<Property Name="postUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="uploadSession">
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="nextExpectedRanges" Type="Collection(Edm.String)" />
<Property Name="uploadUrl" Type="Edm.String" />
</ComplexType>
<EntityType Name="workbookApplication" BaseType="microsoft.graph.entity">
<Property Name="calculationMode" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="workbookNamedItem" BaseType="microsoft.graph.entity">
<Property Name="comment" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="scope" Type="Edm.String" Nullable="false" />
<Property Name="type" Type="Edm.String" />
<Property Name="value" Type="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" />
<Property Name="showBandedColumns" Type="Edm.Boolean" Nullable="false" />
<Property Name="showBandedRows" Type="Edm.Boolean" Nullable="false" />
<Property Name="showFilterButton" Type="Edm.Boolean" Nullable="false" />
<Property Name="showHeaders" Type="Edm.Boolean" Nullable="false" />
<Property Name="showTotals" Type="Edm.Boolean" Nullable="false" />
<Property Name="style" Type="Edm.String" />
<NavigationProperty Name="columns" Type="Collection(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" />
<Property Name="position" Type="Edm.Int32" Nullable="false" />
<Property Name="visibility" Type="Edm.String" Nullable="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" />
<Property Name="persistChanges" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="Json" />
<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" />
<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" />
<Property Name="separator" Type="Edm.String" />
<Property Name="showBubbleSize" Type="Edm.Boolean" />
<Property Name="showCategoryName" Type="Edm.Boolean" />
<Property Name="showLegendKey" Type="Edm.Boolean" />
<Property Name="showPercentage" Type="Edm.Boolean" />
<Property Name="showSeriesName" Type="Edm.Boolean" />
<Property Name="showValue" Type="Edm.Boolean" />
<NavigationProperty Name="format" Type="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" />
<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" />
<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" />
<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" />
<Property Name="italic" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
<Property Name="size" Type="Edm.Double" />
<Property Name="underline" Type="Edm.String" />
</EntityType>
<EntityType Name="workbookChartAxis" BaseType="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" />
<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" />
</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" />
<Property Name="criterion1" Type="Edm.String" />
<Property Name="criterion2" Type="Edm.String" />
<Property Name="dynamicCriteria" Type="Edm.String" Nullable="false" />
<Property Name="filterOn" Type="Edm.String" Nullable="false" />
<Property Name="icon" Type="microsoft.graph.workbookIcon" />
<Property Name="operator" Type="Edm.String" Nullable="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" />
</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" />
<Property Name="value" Type="microsoft.graph.Json" />
</EntityType>
<EntityType Name="workbookPivotTable" BaseType="microsoft.graph.entity">
<Property Name="name" Type="Edm.String" />
<NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
</EntityType>
<EntityType Name="workbookRange" BaseType="microsoft.graph.entity">
<Property Name="address" Type="Edm.String" />
<Property Name="addressLocal" Type="Edm.String" />
<Property Name="cellCount" Type="Edm.Int32" Nullable="false" />
<Property Name="columnCount" Type="Edm.Int32" Nullable="false" />
<Property Name="columnHidden" Type="Edm.Boolean" />
<Property Name="columnIndex" Type="Edm.Int32" Nullable="false" />
<Property Name="formulas" Type="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" />
<Property Name="rowHeight" Type="Edm.Double" />
<Property Name="verticalAlignment" Type="Edm.String" />
<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" />
<Property Name="sideIndex" Type="Edm.String" />
<Property Name="style" Type="Edm.String" />
<Property Name="weight" Type="Edm.String" />
</EntityType>
<EntityType Name="workbookRangeFill" BaseType="microsoft.graph.entity">
<Property Name="color" Type="Edm.String" />
</EntityType>
<EntityType Name="workbookRangeFont" BaseType="microsoft.graph.entity">
<Property Name="bold" Type="Edm.Boolean" />
<Property Name="color" Type="Edm.String" />
<Property Name="italic" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
<Property Name="size" Type="Edm.Double" />
<Property Name="underline" Type="Edm.String" />
</EntityType>
<EntityType Name="workbookRangeView" BaseType="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" />
<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" />
</EntityType>
<ComplexType Name="workbookSortField">
<Property Name="ascending" Type="Edm.Boolean" Nullable="false" />
<Property Name="color" Type="Edm.String" />
<Property Name="dataOption" Type="Edm.String" Nullable="false" />
<Property Name="icon" Type="microsoft.graph.workbookIcon" />
<Property Name="key" Type="Edm.Int32" Nullable="false" />
<Property Name="sortOn" Type="Edm.String" Nullable="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" />
<Property Name="specificity" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="workbookRangeReference">
<Property Name="address" Type="Edm.String" />
</ComplexType>
<EntityType Name="subscription" BaseType="microsoft.graph.entity">
<Property Name="resource" Type="Edm.String" Nullable="false" />
<Property Name="changeType" Type="Edm.String" Nullable="false" />
<Property Name="clientState" Type="Edm.String" />
<Property Name="notificationUrl" Type="Edm.String" Nullable="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="applicationId" Type="Edm.String" />
<Property Name="creatorId" Type="Edm.String" />
</EntityType>
<EntityType Name="invitation" BaseType="microsoft.graph.entity">
<Property Name="invitedUserDisplayName" Type="Edm.String" />
<Property Name="invitedUserType" Type="Edm.String" />
<Property Name="invitedUserEmailAddress" Type="Edm.String" Nullable="false" />
<Property Name="invitedUserMessageInfo" Type="microsoft.graph.invitedUserMessageInfo" />
<Property Name="sendInvitationMessage" Type="Edm.Boolean" />
<Property Name="inviteRedirectUrl" Type="Edm.String" Nullable="false" />
<Property Name="inviteRedeemUrl" Type="Edm.String" />
<Property Name="status" Type="Edm.String" />
<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" />
<Property Name="customizedMessageBody" Type="Edm.String" />
</ComplexType>
<EntityType Name="plannerTask" BaseType="microsoft.graph.entity">
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="planId" Type="Edm.String" />
<Property Name="bucketId" Type="Edm.String" />
<Property Name="title" Type="Edm.String" Nullable="false" />
<Property Name="orderHint" Type="Edm.String" />
<Property Name="assigneePriority" Type="Edm.String" />
<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" />
<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" />
<Property Name="title" Type="Edm.String" Nullable="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" />
<Property Name="planId" Type="Edm.String" />
<Property Name="orderHint" Type="Edm.String" />
<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" />
<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" />
<Property Name="orderHintsByAssignee" Type="microsoft.graph.plannerOrderHintsByAssignee" />
</EntityType>
<EntityType Name="plannerProgressTaskBoardTaskFormat" BaseType="microsoft.graph.entity">
<Property Name="orderHint" Type="Edm.String" />
</EntityType>
<EntityType Name="plannerBucketTaskBoardTaskFormat" BaseType="microsoft.graph.entity">
<Property Name="orderHint" Type="Edm.String" />
</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" />
<Property Name="type" Type="Edm.String" />
<Property Name="previewPriority" Type="Edm.String" />
<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" />
<Property Name="orderHint" Type="Edm.String" />
<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" />
</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" />
<Property Name="category2" Type="Edm.String" />
<Property Name="category3" Type="Edm.String" />
<Property Name="category4" Type="Edm.String" />
<Property Name="category5" Type="Edm.String" />
<Property Name="category6" Type="Edm.String" />
</ComplexType>
<EntityType Name="onenoteEntityBaseModel" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="self" Type="Edm.String" />
</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" />
<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" />
<Property Name="sectionGroupsUrl" Type="Edm.String" />
<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" />
<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" />
<Property Name="sectionGroupsUrl" Type="Edm.String" />
<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" />
<Property Name="createdByAppId" Type="Edm.String" />
<Property Name="links" Type="microsoft.graph.pageLinks" />
<Property Name="contentUrl" Type="Edm.String" />
<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)" />
<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" />
</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" />
<Property Name="resourceId" Type="Edm.String" />
<Property Name="error" Type="microsoft.graph.onenoteOperationError" />
<Property Name="percentComplete" Type="Edm.String" />
</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" />
</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" />
<Property Name="message" Type="Edm.String" />
</ComplexType>
<ComplexType Name="diagnostic">
<Property Name="message" Type="Edm.String" />
<Property Name="url" Type="Edm.String" />
</ComplexType>
<ComplexType Name="onenotePatchContentCommand">
<Property Name="action" Type="microsoft.graph.onenotePatchActionType" Nullable="false" />
<Property Name="target" Type="Edm.String" Nullable="false" />
<Property Name="content" Type="Edm.String" />
<Property Name="position" Type="microsoft.graph.onenotePatchInsertPosition" />
</ComplexType>
<ComplexType Name="onenotePagePreview">
<Property Name="previewText" Type="Edm.String" />
<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" />
<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="reportRoot" BaseType="microsoft.graph.entity" />
<ComplexType Name="report">
<Property Name="content" Type="Edm.Stream" />
</ComplexType>
<EntityType Name="administrativeUnit" BaseType="microsoft.graph.directoryObject" OpenType="true" />
<EntityType Name="educationRoot" BaseType="microsoft.graph.entity">
<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="educationClass" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="mailNickname" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="createdBy" Type="microsoft.graph.identitySet" />
<Property Name="classCode" Type="Edm.String" />
<Property Name="externalName" Type="Edm.String" />
<Property Name="externalId" Type="Edm.String" />
<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="group" Type="microsoft.graph.group" />
</EntityType>
<EntityType Name="educationOrganization" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
</EntityType>
<EntityType Name="educationSchool" BaseType="microsoft.graph.educationOrganization">
<Property Name="principalEmail" Type="Edm.String" />
<Property Name="principalName" Type="Edm.String" />
<Property Name="externalPrincipalId" Type="Edm.String" />
<Property Name="lowestGrade" Type="Edm.String" />
<Property Name="highestGrade" Type="Edm.String" />
<Property Name="schoolNumber" Type="Edm.String" />
<Property Name="externalId" Type="Edm.String" />
<Property Name="phone" Type="Edm.String" />
<Property Name="fax" Type="Edm.String" />
<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" />
<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="relatedContacts" Type="Collection(microsoft.graph.educationRelatedContact)" />
<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" />
<Property Name="department" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="givenName" Type="Edm.String" />
<Property Name="mail" Type="Edm.String" />
<Property Name="mailNickname" Type="Edm.String" />
<Property Name="mobilePhone" Type="Edm.String" />
<Property Name="passwordPolicies" Type="Edm.String" />
<Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
<Property Name="officeLocation" Type="Edm.String" />
<Property Name="preferredLanguage" Type="Edm.String" />
<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" />
<Property Name="usageLocation" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="userType" Type="Edm.String" />
<NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" />
<NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" />
<NavigationProperty Name="user" Type="microsoft.graph.user" />
</EntityType>
<ComplexType Name="educationStudent">
<Property Name="graduationYear" Type="Edm.String" />
<Property Name="grade" Type="Edm.String" />
<Property Name="birthDate" Type="Edm.Date" />
<Property Name="gender" Type="microsoft.graph.educationGender" />
<Property Name="studentNumber" Type="Edm.String" />
<Property Name="externalId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="educationRelatedContact">
<Property Name="id" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="emailAddress" Type="Edm.String" />
<Property Name="mobilePhone" Type="Edm.String" />
<Property Name="relationship" Type="microsoft.graph.educationContactRelationship" Nullable="false" />
<Property Name="accessConsent" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="educationTeacher">
<Property Name="teacherNumber" Type="Edm.String" />
<Property Name="externalId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="educationTerm">
<Property Name="externalId" Type="Edm.String" />
<Property Name="startDate" Type="Edm.Date" />
<Property Name="endDate" Type="Edm.Date" />
<Property Name="displayName" Type="Edm.String" />
</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" />
<Property Name="microsoftStoreForBusinessLastCompletedApplicationSyncTime" Type="Edm.DateTimeOffset" Nullable="false" />
<NavigationProperty Name="mobileApps" Type="Collection(microsoft.graph.mobileApp)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppCategories" Type="Collection(microsoft.graph.mobileAppCategory)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppConfigurations" Type="Collection(microsoft.graph.managedDeviceMobileAppConfiguration)" 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="mobileApp" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<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" />
<Property Name="informationUrl" Type="Edm.String" />
<Property Name="owner" Type="Edm.String" />
<Property Name="developer" Type="Edm.String" />
<Property Name="notes" Type="Edm.String" />
<Property Name="publishingState" Type="microsoft.graph.mobileAppPublishingState" Nullable="false" />
<NavigationProperty Name="categories" Type="Collection(microsoft.graph.mobileAppCategory)" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.mobileAppAssignment)" ContainsTarget="true" />
</EntityType>
<EntityType Name="mobileAppCategory" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="targetedMobileApps" Type="Collection(Edm.String)" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<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="vppToken" BaseType="microsoft.graph.entity">
<Property Name="organizationName" Type="Edm.String" />
<Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
<Property Name="appleId" Type="Edm.String" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="token" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="microsoft.graph.vppTokenState" Nullable="false" />
<Property Name="lastSyncStatus" Type="microsoft.graph.vppTokenSyncStatus" Nullable="false" />
<Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="countryOrRegion" Type="Edm.String" />
</EntityType>
<EntityType Name="managedAppPolicy" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="version" Type="Edm.String" />
</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" />
<Property Name="minimumWarningOsVersion" Type="Edm.String" />
<Property Name="minimumRequiredAppVersion" Type="Edm.String" />
<Property Name="minimumWarningAppVersion" Type="Edm.String" />
</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" />
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<Property Name="faceIdBlocked" Type="Edm.Boolean" 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" />
<Property Name="minimumWarningPatchVersion" Type="Edm.String" />
<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" />
<Property Name="customSettings" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
<Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
<Property Name="minimumRequiredPatchVersion" Type="Edm.String" />
<Property Name="minimumWarningPatchVersion" Type="Edm.String" />
<Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="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" />
<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" />
<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" />
<Property Name="daysWithoutContactBeforeUnenroll" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="managedAppStatus" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="version" Type="Edm.String" />
</EntityType>
<EntityType Name="managedEBook" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<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" />
<Property Name="privacyInformationUrl" Type="Edm.String" />
<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)" ContainsTarget="true" />
<NavigationProperty Name="userStateSummary" Type="Collection(microsoft.graph.userInstallStateSummary)" ContainsTarget="true" />
</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>
<ComplexType Name="deviceAndAppManagementAssignmentTarget" Abstract="true" />
<ComplexType Name="mobileAppAssignmentSettings" Abstract="true" />
<ComplexType Name="mimeContent">
<Property Name="type" Type="Edm.String" />
<Property Name="value" Type="Edm.Binary" />
</ComplexType>
<EntityType Name="mobileAppContentFile" BaseType="microsoft.graph.entity">
<Property Name="azureStorageUri" Type="Edm.String" />
<Property Name="isCommitted" Type="Edm.Boolean" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" />
<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" />
<Property Name="fileDigest" Type="Edm.Binary" />
<Property Name="fileDigestAlgorithm" Type="Edm.String" />
</ComplexType>
<ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
<ComplexType Name="groupAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget">
<Property Name="groupId" Type="Edm.String" />
</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" />
</ComplexType>
<ComplexType Name="iosStoreAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="vpnConfigurationId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="iosVppAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
<Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
<Property Name="vpnConfigurationId" Type="Edm.String" />
</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="managedApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
<Property Name="appAvailability" Type="microsoft.graph.managedAppAvailability" Nullable="false" />
<Property Name="version" Type="Edm.String" />
</EntityType>
<EntityType Name="managedAndroidStoreApp" BaseType="microsoft.graph.managedApp">
<Property Name="packageId" Type="Edm.String" />
<Property Name="appStoreUrl" Type="Edm.String" Nullable="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" />
<Property Name="appStoreUrl" Type="Edm.String" Nullable="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" />
<Property Name="fileName" Type="Edm.String" />
<Property Name="size" Type="Edm.Int64" Nullable="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="packageId" Type="Edm.String" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
<Property Name="versionName" Type="Edm.String" />
<Property Name="versionCode" Type="Edm.String" />
</EntityType>
<EntityType Name="managedIOSLobApp" BaseType="microsoft.graph.managedMobileLobApp">
<Property Name="bundleId" Type="Edm.String" />
<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" />
<Property Name="buildNumber" Type="Edm.String" />
</EntityType>
<EntityType Name="mobileLobApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
<Property Name="committedContentVersion" Type="Edm.String" />
<Property Name="fileName" Type="Edm.String" />
<Property Name="size" Type="Edm.Int64" Nullable="false" />
<NavigationProperty Name="contentVersions" Type="Collection(microsoft.graph.mobileAppContent)" ContainsTarget="true" />
</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="windowsMobileMSI" BaseType="microsoft.graph.mobileLobApp">
<Property Name="commandLine" Type="Edm.String" />
<Property Name="productCode" Type="Edm.String" />
<Property Name="productVersion" Type="Edm.String" />
<Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<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" />
<Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" />
<Property Name="identityResourceIdentifier" Type="Edm.String" />
<Property Name="isBundle" Type="Edm.Boolean" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
<Property Name="identityVersion" Type="Edm.String" />
</EntityType>
<EntityType Name="androidLobApp" BaseType="microsoft.graph.mobileLobApp">
<Property Name="packageId" Type="Edm.String" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
<Property Name="versionName" Type="Edm.String" />
<Property Name="versionCode" Type="Edm.String" />
</EntityType>
<EntityType Name="iosLobApp" BaseType="microsoft.graph.mobileLobApp">
<Property Name="bundleId" Type="Edm.String" />
<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" />
<Property Name="buildNumber" Type="Edm.String" />
</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" />
<Property Name="licenseType" Type="microsoft.graph.microsoftStoreForBusinessLicenseType" Nullable="false" />
<Property Name="packageIdentityName" Type="Edm.String" />
</EntityType>
<EntityType Name="webApp" BaseType="microsoft.graph.mobileApp">
<Property Name="appUrl" Type="Edm.String" />
<Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidStoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="packageId" Type="Edm.String" />
<Property Name="appStoreUrl" Type="Edm.String" />
<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" />
<Property Name="licensingType" Type="microsoft.graph.vppLicensingType" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" />
<Property Name="vppTokenOrganizationName" Type="Edm.String" />
<Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
<Property Name="vppTokenAppleId" Type="Edm.String" />
<Property Name="bundleId" Type="Edm.String" />
</EntityType>
<ComplexType Name="vppLicensingType">
<Property Name="supportsUserLicensing" Type="Edm.Boolean" Nullable="false" />
<Property Name="supportsDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="iosStoreApp" BaseType="microsoft.graph.mobileApp">
<Property Name="bundleId" Type="Edm.String" />
<Property Name="appStoreUrl" Type="Edm.String" />
<Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
<Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="deviceModel" Type="Edm.String" />
<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" />
</EntityType>
<EntityType Name="managedDeviceMobileAppConfigurationUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" />
<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" />
</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="iosMobileAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
<Property Name="encodedSettingXml" Type="Edm.Binary" />
<Property Name="settings" Type="Collection(microsoft.graph.appConfigurationSettingItem)" />
</EntityType>
<ComplexType Name="appConfigurationSettingItem">
<Property Name="appConfigKey" Type="Edm.String" Nullable="false" />
<Property Name="appConfigKeyType" Type="microsoft.graph.mdmAppConfigKeyType" Nullable="false" />
<Property Name="appConfigKeyValue" Type="Edm.String" Nullable="false" />
</ComplexType>
<EntityType Name="deviceManagement" BaseType="microsoft.graph.entity">
<Property Name="subscriptionState" Type="microsoft.graph.deviceManagementSubscriptionState" Nullable="false" />
<Property Name="settings" Type="microsoft.graph.deviceManagementSettings" />
<Property Name="intuneBrand" Type="microsoft.graph.intuneBrand" />
<NavigationProperty Name="termsAndConditions" Type="Collection(microsoft.graph.termsAndConditions)" ContainsTarget="true" />
<NavigationProperty Name="applePushNotificationCertificate" Type="microsoft.graph.applePushNotificationCertificate" 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="deviceConfigurations" Type="Collection(microsoft.graph.deviceConfiguration)" ContainsTarget="true" />
<NavigationProperty Name="deviceCompliancePolicies" Type="Collection(microsoft.graph.deviceCompliancePolicy)" 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="iosUpdateStatuses" Type="Collection(microsoft.graph.iosUpdateDeviceStatus)" 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="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="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.deviceAndAppManagementRoleAssignment)" ContainsTarget="true" />
<NavigationProperty Name="resourceOperations" Type="Collection(microsoft.graph.resourceOperation)" ContainsTarget="true" />
<NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(microsoft.graph.telecomExpenseManagementPartner)" ContainsTarget="true" />
<NavigationProperty Name="remoteAssistancePartners" Type="Collection(microsoft.graph.remoteAssistancePartner)" ContainsTarget="true" />
<NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(microsoft.graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" />
<NavigationProperty Name="windowsInformationProtectionNetworkLearningSummaries" Type="Collection(microsoft.graph.windowsInformationProtectionNetworkLearningSummary)" 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="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="title" Type="Edm.String" />
<Property Name="bodyText" Type="Edm.String" />
<Property Name="acceptanceStatement" Type="Edm.String" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="assignments" Type="Collection(microsoft.graph.termsAndConditionsAssignment)" ContainsTarget="true" />
<NavigationProperty Name="acceptanceStatuses" Type="Collection(microsoft.graph.termsAndConditionsAcceptanceStatus)" ContainsTarget="true" />
</EntityType>
<EntityType Name="applePushNotificationCertificate" BaseType="microsoft.graph.entity">
<Property Name="appleIdentifier" Type="Edm.String" />
<Property Name="topicIdentifier" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="certificate" Type="Edm.String" />
</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" />
<Property Name="version" Type="Edm.String" />
<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>
<ComplexType Name="deviceManagementSettings">
<Property Name="deviceComplianceCheckinThresholdDays" Type="Edm.Int32" Nullable="false" />
<Property Name="isScheduledActionEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="secureByDefault" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<EntityType Name="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" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<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" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
<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="softwareUpdateStatusSummary" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<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" />
<Property Name="settingName" Type="Edm.String" />
<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)" ContainsTarget="true" />
</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="iosUpdateDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="installStatus" Type="microsoft.graph.iosUpdatesInstallStatus" Nullable="false" />
<Property Name="osVersion" Type="Edm.String" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
<Property Name="deviceDisplayName" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="deviceModel" Type="Edm.String" />
<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" />
</EntityType>
<ComplexType Name="intuneBrand">
<Property Name="displayName" Type="Edm.String" />
<Property Name="contactITName" Type="Edm.String" />
<Property Name="contactITPhoneNumber" Type="Edm.String" />
<Property Name="contactITEmailAddress" Type="Edm.String" />
<Property Name="contactITNotes" Type="Edm.String" />
<Property Name="privacyUrl" Type="Edm.String" />
<Property Name="onlineSupportSiteUrl" Type="Edm.String" />
<Property Name="onlineSupportSiteName" Type="Edm.String" />
<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" />
<Property Name="showDisplayNameNextToLogo" 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>
<EntityType Name="deviceCategory" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
</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" />
<Property Name="serverName" Type="Edm.String" />
<Property Name="connectorServerName" Type="Edm.String" />
<Property Name="exchangeConnectorType" Type="microsoft.graph.deviceManagementExchangeConnectorType" Nullable="false" />
<Property Name="version" Type="Edm.String" />
<Property Name="exchangeAlias" Type="Edm.String" />
<Property Name="exchangeOrganization" Type="Edm.String" />
</EntityType>
<EntityType Name="deviceEnrollmentConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<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="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="iosEnabled" 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="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" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="isConfigured" Type="Edm.Boolean" Nullable="false" />
<Property Name="whenPartnerDevicesWillBeRemovedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" 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" />
<Property Name="defaultLocale" Type="Edm.String" />
<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" />
<Property Name="description" Type="Edm.String" />
<Property Name="rolePermissions" Type="Collection(microsoft.graph.rolePermission)" />
<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" />
<Property Name="description" Type="Edm.String" />
<Property Name="resourceScopes" Type="Collection(Edm.String)" />
<NavigationProperty Name="roleDefinition" Type="microsoft.graph.roleDefinition" />
</EntityType>
<EntityType Name="deviceAndAppManagementRoleAssignment" BaseType="microsoft.graph.roleAssignment">
<Property Name="members" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="resourceOperation" BaseType="microsoft.graph.entity">
<Property Name="resourceName" Type="Edm.String" />
<Property Name="actionName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
</EntityType>
<EntityType Name="telecomExpenseManagementPartner" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="url" Type="Edm.String" />
<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="remoteAssistancePartner" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="onboardingUrl" Type="Edm.String" />
<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" />
<Property Name="applicationType" Type="microsoft.graph.applicationType" Nullable="false" />
<Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="windowsInformationProtectionNetworkLearningSummary" BaseType="microsoft.graph.entity">
<Property Name="url" Type="Edm.String" />
<Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
</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" />
<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="deviceConfigurationState" BaseType="microsoft.graph.entity">
<Property Name="settingStates" Type="Collection(microsoft.graph.deviceConfigurationSettingState)" />
<Property Name="displayName" Type="Edm.String" />
<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="deviceActionResult">
<Property Name="actionName" Type="Edm.String" />
<Property Name="actionState" Type="microsoft.graph.actionState" 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" />
<Property Name="contentNamespaceUrl" Type="Edm.String" />
<Property Name="deviceHealthAttestationStatus" Type="Edm.String" />
<Property Name="contentVersion" Type="Edm.String" />
<Property Name="issuedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="attestationIdentityKey" Type="Edm.String" />
<Property Name="resetCount" Type="Edm.Int64" Nullable="false" />
<Property Name="restartCount" Type="Edm.Int64" Nullable="false" />
<Property Name="dataExcutionPolicy" Type="Edm.String" />
<Property Name="bitLockerStatus" Type="Edm.String" />
<Property Name="bootManagerVersion" Type="Edm.String" />
<Property Name="codeIntegrityCheckVersion" Type="Edm.String" />
<Property Name="secureBoot" Type="Edm.String" />
<Property Name="bootDebugging" Type="Edm.String" />
<Property Name="operatingSystemKernelDebugging" Type="Edm.String" />
<Property Name="codeIntegrity" Type="Edm.String" />
<Property Name="testSigning" Type="Edm.String" />
<Property Name="safeMode" Type="Edm.String" />
<Property Name="windowsPE" Type="Edm.String" />
<Property Name="earlyLaunchAntiMalwareDriverProtection" Type="Edm.String" />
<Property Name="virtualSecureMode" Type="Edm.String" />
<Property Name="pcrHashAlgorithm" Type="Edm.String" />
<Property Name="bootAppSecurityVersion" Type="Edm.String" />
<Property Name="bootManagerSecurityVersion" Type="Edm.String" />
<Property Name="tpmVersion" Type="Edm.String" />
<Property Name="pcr0" Type="Edm.String" />
<Property Name="secureBootConfigurationPolicyFingerPrint" Type="Edm.String" />
<Property Name="codeIntegrityPolicy" Type="Edm.String" />
<Property Name="bootRevisionListInfo" Type="Edm.String" />
<Property Name="operatingSystemRevListInfo" Type="Edm.String" />
<Property Name="healthStatusMismatchInfo" Type="Edm.String" />
<Property Name="healthAttestationSupportedStatus" Type="Edm.String" />
</ComplexType>
<EntityType Name="deviceCompliancePolicyState" BaseType="microsoft.graph.entity">
<Property Name="settingStates" Type="Collection(microsoft.graph.deviceCompliancePolicySettingState)" />
<Property Name="displayName" Type="Edm.String" />
<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="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" />
<Property Name="exchangeServer" Type="Edm.String" />
<Property Name="sessionInitiationProtocalAddress" Type="Edm.String" />
</ComplexType>
<ComplexType Name="windowsDeviceAccount">
<Property Name="password" Type="Edm.String" />
</ComplexType>
<ComplexType Name="windowsDefenderScanActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="scanType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="deleteUserFromSharedAppleDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="userPrincipalName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="deviceGeoLocation">
<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="locateDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="deviceLocation" Type="microsoft.graph.deviceGeoLocation" />
</ComplexType>
<ComplexType Name="remoteLockActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="unlockPin" Type="Edm.String" />
</ComplexType>
<ComplexType Name="resetPasscodeActionResult" BaseType="microsoft.graph.deviceActionResult">
<Property Name="passcode" Type="Edm.String" />
</ComplexType>
<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>
<ComplexType Name="windowsDeviceADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
<Property Name="domainName" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="windowsDeviceAzureADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
<Property Name="userPrincipalName" Type="Edm.String" />
</ComplexType>
<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" />
<Property Name="userName" Type="Edm.String" />
<Property Name="deviceModel" Type="Edm.String" />
<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" />
</EntityType>
<EntityType Name="deviceConfigurationUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" />
<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" />
</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" />
<Property Name="instancePath" Type="Edm.String" />
<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="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" />
<NavigationProperty Name="scheduledActionConfigurations" Type="Collection(microsoft.graph.deviceComplianceActionItem)" ContainsTarget="true" />
</EntityType>
<EntityType Name="deviceComplianceDeviceStatus" BaseType="microsoft.graph.entity">
<Property Name="deviceDisplayName" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="deviceModel" Type="Edm.String" />
<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" />
</EntityType>
<EntityType Name="deviceComplianceUserStatus" BaseType="microsoft.graph.entity">
<Property Name="userDisplayName" Type="Edm.String" />
<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" />
</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" />
<Property Name="notificationMessageCCList" Type="Collection(Edm.String)" />
</EntityType>
<ComplexType Name="appListItem">
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="publisher" Type="Edm.String" />
<Property Name="appStoreUrl" Type="Edm.String" />
<Property Name="appId" Type="Edm.String" />
</ComplexType>
<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" />
<Property Name="description" Type="Edm.String" />
<Property Name="omaUri" Type="Edm.String" Nullable="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" />
</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" />
<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" />
<Property Name="value" Type="Edm.String" 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="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="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidWorkProfileCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</EntityType>
<EntityType Name="androidWorkProfileGeneralDeviceConfiguration" 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.androidWorkProfileRequiredPasswordType" Nullable="false" />
<Property Name="workProfileDataSharingType" Type="microsoft.graph.androidWorkProfileCrossProfileDataSharingType" Nullable="false" />
<Property Name="workProfileBlockNotificationsWhileDeviceLocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBluetoothEnableContactSharing" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockScreenCapture" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockCrossProfileCallerId" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockCamera" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockCrossProfileContactsSearch" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileBlockCrossProfileCopyPaste" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfileDefaultAppPermissionPolicy" Type="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType" Nullable="false" />
<Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfilePasswordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
<Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinNumericCharacters" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinNonLetterCharacters" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinLetterCharacters" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinLowerCaseCharacters" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinUpperCaseCharacters" Type="Edm.Int32" />
<Property Name="workProfilePasswordMinSymbolCharacters" 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.androidWorkProfileRequiredPasswordType" Nullable="false" />
<Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="iosCertificateProfile" BaseType="microsoft.graph.deviceConfiguration" Abstract="true" />
<EntityType Name="iosCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="payloadName" Type="Edm.String" Nullable="false" />
<Property Name="payloadFileName" Type="Edm.String" />
<Property Name="payload" Type="Edm.Binary" Nullable="false" />
</EntityType>
<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)" />
<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" />
<Property Name="kioskModeBuiltInAppId" Type="Edm.String" />
<Property Name="kioskModeRequireAssistiveTouch" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeRequireColorInversion" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeRequireMonoAudio" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeRequireVoiceOver" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeRequireZoom" Type="Edm.Boolean" Nullable="false" />
<Property Name="kioskModeManagedAppId" Type="Edm.String" />
<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)" />
<Property Name="safariPasswordAutoFillDomains" Type="Collection(Edm.String)" />
<Property Name="safariRequireFraudWarning" Type="Edm.Boolean" Nullable="false" />
<Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlockedWhenLocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriBlockUserGeneratedContent" Type="Edm.Boolean" Nullable="false" />
<Property Name="siriRequireProfanityFilter" Type="Edm.Boolean" Nullable="false" />
<Property Name="spotlightBlockInternetResults" Type="Edm.Boolean" Nullable="false" />
<Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="wallpaperBlockModification" Type="Edm.Boolean" Nullable="false" />
<Property Name="wiFiConnectOnlyToConfiguredNetworks" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<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="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="macOSCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="payloadName" Type="Edm.String" Nullable="false" />
<Property Name="payloadFileName" Type="Edm.String" />
<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)" />
<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="appleDeviceFeaturesConfigurationBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true" />
<EntityType Name="iosDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase">
<Property Name="assetTagTemplate" Type="Edm.String" />
<Property Name="lockScreenFootnote" Type="Edm.String" />
<Property Name="homeScreenDockIcons" Type="Collection(microsoft.graph.iosHomeScreenItem)" />
<Property Name="homeScreenPages" Type="Collection(microsoft.graph.iosHomeScreenPage)" />
<Property Name="notificationSettings" Type="Collection(microsoft.graph.iosNotificationSettings)" />
</EntityType>
<ComplexType Name="iosHomeScreenItem" Abstract="true">
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="iosHomeScreenPage">
<Property Name="displayName" Type="Edm.String" />
<Property Name="icons" Type="Collection(microsoft.graph.iosHomeScreenItem)" Nullable="false" />
</ComplexType>
<ComplexType Name="iosNotificationSettings">
<Property Name="bundleID" Type="Edm.String" Nullable="false" />
<Property Name="appName" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<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="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" />
<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" />
</ComplexType>
<EntityType Name="macOSDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase" />
<EntityType Name="windowsDefenderAdvancedThreatProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="allowSampleSharing" Type="Edm.Boolean" Nullable="false" />
<Property Name="enableExpeditedTelemetryReporting" Type="Edm.Boolean" 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" />
<Property Name="productKey" Type="Edm.String" />
</EntityType>
<EntityType Name="windows10EndpointProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<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)" />
<Property Name="defenderGuardedFoldersAllowedAppPaths" Type="Collection(Edm.String)" />
<Property Name="defenderAdditionalGuardedFolders" Type="Collection(Edm.String)" />
<Property Name="defenderExploitProtectionXml" Type="Edm.Binary" />
<Property Name="defenderExploitProtectionXmlFileName" Type="Edm.String" />
<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="bitLockerDisableWarningForOtherDiskEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEnableStorageCardEncryptionOnMobile" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerEncryptDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="bitLockerRemovableDrivePolicy" Type="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="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="enterpriseCloudPrintDiscoveryEndPoint" Type="Edm.String" />
<Property Name="enterpriseCloudPrintOAuthAuthority" Type="Edm.String" />
<Property Name="enterpriseCloudPrintOAuthClientIdentifier" Type="Edm.String" />
<Property Name="enterpriseCloudPrintResourceIdentifier" Type="Edm.String" />
<Property Name="enterpriseCloudPrintDiscoveryMaxLimit" Type="Edm.Int32" />
<Property Name="enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" Type="Edm.String" />
<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="searchDisableIndexerBackoff" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchDisableIndexingRemovableDrive" Type="Edm.Boolean" Nullable="false" />
<Property Name="searchEnableAutomaticIndexSizeManangement" Type="Edm.Boolean" Nullable="false" />
<Property Name="diagnosticsDataSubmissionMode" Type="microsoft.graph.diagnosticDataSubmissionMode" Nullable="false" />
<Property Name="oneDriveDisableFileSync" Type="Edm.Boolean" Nullable="false" />
<Property Name="smartScreenEnableAppInstallControl" Type="Edm.Boolean" Nullable="false" />
<Property Name="personalizationDesktopImageUrl" Type="Edm.String" />
<Property Name="personalizationLockScreenImageUrl" Type="Edm.String" />
<Property Name="bluetoothAllowedServices" Type="Collection(Edm.String)" />
<Property Name="bluetoothBlockAdvertising" Type="Edm.Boolean" Nullable="false" />
<Property Name="bluetoothBlockDiscoverableMode" Type="Edm.Boolean" Nullable="false" />
<Property Name="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="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)" />
<Property Name="defenderFileExtensionsToExclude" Type="Collection(Edm.String)" />
<Property Name="defenderScanMaxCpu" Type="Edm.Int32" />
<Property Name="defenderMonitorFileActivity" Type="microsoft.graph.defenderMonitorFileActivity" Nullable="false" />
<Property Name="defenderProcessesToExclude" Type="Collection(Edm.String)" />
<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="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" />
<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" />
<Property Name="edgeFirstRunUrl" Type="Edm.String" />
<Property Name="edgeSearchEngine" Type="microsoft.graph.edgeSearchEngineBase" />
<Property Name="edgeHomepageUrls" Type="Collection(Edm.String)" />
<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" />
</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" />
<Property Name="exceptions" Type="Collection(Edm.String)" />
<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" />
</ComplexType>
<ComplexType Name="edgeSearchEngine" BaseType="microsoft.graph.edgeSearchEngineBase">
<Property Name="edgeSearchEngineType" Type="microsoft.graph.edgeSearchEngineType" Nullable="false" />
</ComplexType>
<EntityType Name="windows10CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</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" />
<Property Name="kioskAppUserModelId" Type="Edm.String" />
<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="windows10SecureAssessmentConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="launchUri" Type="Edm.String" />
<Property Name="configurationAccount" Type="Edm.String" />
<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="windowsPhone81CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
<Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
</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" />
</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" />
</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="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" />
<Property Name="browserInternetSecurityLevel" Type="microsoft.graph.internetSiteSecurityLevel" Nullable="false" />
<Property Name="browserIntranetSecurityLevel" Type="microsoft.graph.siteSecurityLevel" Nullable="false" />
<Property Name="browserLoggingReportLocation" Type="Edm.String" />
<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="updatesRequireAutomaticUpdates" Type="Edm.Boolean" Nullable="false" />
<Property Name="userAccountControlSettings" Type="microsoft.graph.windowsUserAccountControlSettings" Nullable="false" />
<Property Name="workFoldersUrl" Type="Edm.String" />
</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" />
<Property Name="azureOperationalInsightsWorkspaceKey" Type="Edm.String" />
<Property Name="connectAppBlockAutoLaunch" Type="Edm.Boolean" Nullable="false" />
<Property Name="maintenanceWindowBlocked" Type="Edm.Boolean" Nullable="false" />
<Property Name="maintenanceWindowDurationInHours" Type="Edm.Int32" />
<Property Name="maintenanceWindowStartTime" Type="Edm.TimeOfDay" />
<Property Name="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" />
<Property Name="welcomeScreenMeetingInformation" Type="microsoft.graph.welcomeScreenMeetingInformation" 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="securityRequireVerifyApps" 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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="androidWorkProfileCompliancePolicy" 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="securityRequireVerifyApps" 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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
<Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
</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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<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" />
<Property Name="firewallEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallBlockAllIncoming" Type="Edm.Boolean" Nullable="false" />
<Property Name="firewallEnableStealthMode" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<Property Name="mobileOsMinimumVersion" Type="Edm.String" />
<Property Name="mobileOsMaximumVersion" Type="Edm.String" />
<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" />
</EntityType>
<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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<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" />
</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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
<Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="deviceComplianceSettingState" BaseType="microsoft.graph.entity">
<Property Name="setting" Type="Edm.String" />
<Property Name="settingName" Type="Edm.String" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="deviceName" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
<Property Name="userEmail" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="deviceModel" Type="Edm.String" />
<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" />
<Property Name="settingName" Type="Edm.String" />
<Property Name="instanceDisplayName" Type="Edm.String" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
<Property Name="errorDescription" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="userEmail" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
<Property Name="currentValue" Type="Edm.String" />
</ComplexType>
<ComplexType Name="settingSource">
<Property Name="id" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="deviceCompliancePolicySettingState">
<Property Name="setting" Type="Edm.String" />
<Property Name="settingName" Type="Edm.String" />
<Property Name="instanceDisplayName" Type="Edm.String" />
<Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
<Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
<Property Name="errorDescription" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
<Property Name="userEmail" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
<Property Name="currentValue" Type="Edm.String" />
</ComplexType>
<EntityType Name="enrollmentConfigurationAssignment" BaseType="microsoft.graph.entity">
<Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
</EntityType>
<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="macOSRestriction" 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" />
<Property Name="osMaximumVersion" Type="Edm.String" />
</ComplexType>
<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>
<EntityType Name="managedMobileApp" BaseType="microsoft.graph.entity">
<Property Name="mobileAppIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
<Property Name="version" Type="Edm.String" />
</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" />
<Property Name="state" Type="Edm.String" />
<Property Name="mitigationInstruction" Type="Edm.String" />
</ComplexType>
<EntityType Name="managedAppOperation" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="state" Type="Edm.String" />
<Property Name="version" Type="Edm.String" />
</EntityType>
<ComplexType Name="keyValuePair">
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<EntityType Name="managedAppPolicyDeploymentSummary" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<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" />
</EntityType>
<ComplexType Name="windowsInformationProtectionResourceCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="resources" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionDataRecoveryCertificate">
<Property Name="subjectName" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<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" />
<Property Name="description" Type="Edm.String" />
<Property Name="publisherName" Type="Edm.String" />
<Property Name="productName" Type="Edm.String" />
<Property Name="denied" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionProxiedDomainCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="proxiedDomains" Type="Collection(microsoft.graph.proxiedDomain)" Nullable="false" />
</ComplexType>
<ComplexType Name="proxiedDomain">
<Property Name="ipAddressOrFQDN" Type="Edm.String" Nullable="false" />
<Property Name="proxy" Type="Edm.String" />
</ComplexType>
<ComplexType Name="windowsInformationProtectionIPRangeCollection">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="ranges" Type="Collection(microsoft.graph.ipRange)" Nullable="false" />
</ComplexType>
<ComplexType Name="ipRange" Abstract="true" />
<EntityType Name="windowsInformationProtectionAppLockerFile" BaseType="microsoft.graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="fileHash" Type="Edm.String" />
<Property Name="file" Type="Edm.Binary" />
<Property Name="version" Type="Edm.String" />
</EntityType>
<ComplexType Name="androidMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
<Property Name="packageId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="iosMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
<Property Name="bundleId" Type="Edm.String" Nullable="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" />
<Property Name="binaryVersionLow" Type="Edm.String" />
<Property Name="binaryVersionHigh" Type="Edm.String" />
</ComplexType>
<ComplexType Name="iPv6Range" BaseType="microsoft.graph.ipRange">
<Property Name="lowerAddress" Type="Edm.String" Nullable="false" />
<Property Name="upperAddress" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="iPv4Range" BaseType="microsoft.graph.ipRange">
<Property Name="lowerAddress" Type="Edm.String" Nullable="false" />
<Property Name="upperAddress" Type="Edm.String" Nullable="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>
<EntityType Name="localizedNotificationMessage" BaseType="microsoft.graph.entity">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="locale" Type="Edm.String" Nullable="false" />
<Property Name="subject" Type="Edm.String" Nullable="false" />
<Property Name="messageTemplate" Type="Edm.String" Nullable="false" />
<Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<ComplexType Name="rolePermission">
<Property Name="resourceActions" Type="Collection(microsoft.graph.resourceAction)" />
</ComplexType>
<ComplexType Name="resourceAction">
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" />
<Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" />
</ComplexType>
<EntityType Name="deviceAndAppManagementRoleDefinition" BaseType="microsoft.graph.roleDefinition" />
<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" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="installState" Type="microsoft.graph.installState" Nullable="false" />
<Property Name="errorCode" Type="Edm.String" />
<Property Name="osVersion" Type="Edm.String" />
<Property Name="osDescription" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
</EntityType>
<EntityType Name="userInstallStateSummary" BaseType="microsoft.graph.entity">
<Property Name="userName" Type="Edm.String" />
<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)" ContainsTarget="true" />
</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" />
<Property Name="vppOrganizationName" Type="Edm.String" />
<Property Name="genres" Type="Collection(Edm.String)" />
<Property Name="language" Type="Edm.String" />
<Property Name="seller" Type="Edm.String" />
<Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
<Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="enrollmentTroubleshootingEvent" BaseType="microsoft.graph.deviceManagementTroubleshootingEvent">
<Property Name="managedDeviceIdentifier" Type="Edm.String" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="osVersion" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="enrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
<Property Name="failureCategory" Type="microsoft.graph.deviceEnrollmentFailureReason" Nullable="false" />
<Property Name="failureReason" Type="Edm.String" />
</EntityType>
<EntityType Name="activityHistoryItem" 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" />
<NavigationProperty Name="activity" Type="microsoft.graph.userActivity" Nullable="false" />
</EntityType>
<ComplexType Name="imageInfo">
<Property Name="iconUrl" Type="Edm.String" />
<Property Name="alternativeText" Type="Edm.String" />
<Property Name="alternateText" Type="Edm.String" />
<Property Name="addImageQuery" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="visualInfo">
<Property Name="attribution" Type="microsoft.graph.imageInfo" />
<Property Name="backgroundColor" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayText" Type="Edm.String" Nullable="false" />
<Property Name="content" Type="microsoft.graph.Json" />
</ComplexType>
<EntityType Name="security" BaseType="microsoft.graph.entity">
<NavigationProperty Name="alerts" Type="Collection(microsoft.graph.alert)" ContainsTarget="true" />
</EntityType>
<EntityType Name="alert" BaseType="microsoft.graph.entity" OpenType="true">
<Property Name="activityGroupName" Type="Edm.String" />
<Property Name="assignedTo" Type="Edm.String" />
<Property Name="azureSubscriptionId" Type="Edm.String" />
<Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
<Property Name="category" Type="Edm.String" />
<Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="cloudAppStates" Type="Collection(microsoft.graph.cloudAppSecurityState)" />
<Property Name="comments" Type="Collection(Edm.String)" />
<Property Name="confidence" Type="Edm.Int32" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="detectionIds" Type="Collection(Edm.String)" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="feedback" Type="microsoft.graph.alertFeedback" />
<Property Name="fileStates" Type="Collection(microsoft.graph.fileSecurityState)" />
<Property Name="hostStates" Type="Collection(microsoft.graph.hostSecurityState)" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="malwareStates" Type="Collection(microsoft.graph.malwareState)" />
<Property Name="networkConnections" Type="Collection(microsoft.graph.networkConnection)" />
<Property Name="processes" Type="Collection(microsoft.graph.process)" />
<Property Name="recommendedActions" Type="Collection(Edm.String)" />
<Property Name="registryKeyStates" Type="Collection(microsoft.graph.registryKeyState)" />
<Property Name="severity" Type="microsoft.graph.alertSeverity" Nullable="false" />
<Property Name="sourceMaterials" Type="Collection(Edm.String)" />
<Property Name="status" Type="microsoft.graph.alertStatus" Nullable="false" />
<Property Name="tags" Type="Collection(Edm.String)" />
<Property Name="title" Type="Edm.String" />
<Property Name="triggers" Type="Collection(microsoft.graph.alertTrigger)" />
<Property Name="userStates" Type="Collection(microsoft.graph.userSecurityState)" />
<Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" Nullable="false" />
<Property Name="vulnerabilityStates" Type="Collection(microsoft.graph.vulnerabilityState)" />
</EntityType>
<ComplexType Name="cloudAppSecurityState">
<Property Name="destinationServiceIp" Type="Edm.String" />
<Property Name="destinationServiceName" Type="Edm.String" />
<Property Name="riskScore" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileSecurityState">
<Property Name="fileHash" Type="microsoft.graph.fileHash" />
<Property Name="name" Type="Edm.String" />
<Property Name="path" Type="Edm.String" />
<Property Name="riskScore" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileHash">
<Property Name="hashType" Type="microsoft.graph.fileHashType" />
<Property Name="hashValue" Type="Edm.String" />
</ComplexType>
<ComplexType Name="hostSecurityState">
<Property Name="fqdn" Type="Edm.String" />
<Property Name="isAzureAdJoined" Type="Edm.Boolean" />
<Property Name="isAzureAdRegistered" Type="Edm.Boolean" />
<Property Name="isHybridAzureDomainJoined" Type="Edm.Boolean" />
<Property Name="netBiosName" Type="Edm.String" />
<Property Name="os" Type="Edm.String" />
<Property Name="privateIpAddress" Type="Edm.String" />
<Property Name="publicIpAddress" Type="Edm.String" />
<Property Name="riskScore" Type="Edm.String" />
</ComplexType>
<ComplexType Name="malwareState">
<Property Name="category" Type="Edm.String" />
<Property Name="family" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="severity" Type="Edm.String" />
<Property Name="wasRunning" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="networkConnection">
<Property Name="applicationName" Type="Edm.String" />
<Property Name="destinationAddress" Type="Edm.String" />
<Property Name="destinationDomain" Type="Edm.String" />
<Property Name="destinationPort" Type="Edm.String" />
<Property Name="destinationUrl" Type="Edm.String" />
<Property Name="direction" Type="microsoft.graph.connectionDirection" />
<Property Name="domainRegisteredDateTime" Type="Edm.DateTimeOffset" />
<Property Name="localDnsName" Type="Edm.String" />
<Property Name="natDestinationAddress" Type="Edm.String" />
<Property Name="natDestinationPort" Type="Edm.String" />
<Property Name="natSourceAddress" Type="Edm.String" />
<Property Name="natSourcePort" Type="Edm.String" />
<Property Name="protocol" Type="microsoft.graph.securityNetworkProtocol" />
<Property Name="riskScore" Type="Edm.String" />
<Property Name="sourceAddress" Type="Edm.String" />
<Property Name="sourcePort" Type="Edm.String" />
<Property Name="status" Type="microsoft.graph.connectionStatus" />
<Property Name="urlParameters" Type="Edm.String" />
</ComplexType>
<ComplexType Name="process">
<Property Name="accountName" Type="Edm.String" />
<Property Name="commandLine" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="fileHash" Type="microsoft.graph.fileHash" />
<Property Name="integrityLevel" Type="microsoft.graph.processIntegrityLevel" />
<Property Name="isElevated" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
<Property Name="parentProcessCreatedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="parentProcessId" Type="Edm.Int32" />
<Property Name="parentProcessName" Type="Edm.String" />
<Property Name="path" Type="Edm.String" />
<Property Name="processId" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="registryKeyState">
<Property Name="hive" Type="microsoft.graph.registryHive" />
<Property Name="key" Type="Edm.String" />
<Property Name="oldKey" Type="Edm.String" />
<Property Name="oldValueData" Type="Edm.String" />
<Property Name="oldValueName" Type="Edm.String" />
<Property Name="operation" Type="microsoft.graph.registryOperation" />
<Property Name="processId" Type="Edm.Int32" />
<Property Name="valueData" Type="Edm.String" />
<Property Name="valueName" Type="Edm.String" />
<Property Name="valueType" Type="microsoft.graph.registryValueType" />
</ComplexType>
<ComplexType Name="alertTrigger">
<Property Name="name" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="userSecurityState">
<Property Name="aadUserId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="domainName" Type="Edm.String" />
<Property Name="emailRole" Type="microsoft.graph.emailRole" />
<Property Name="isVpn" Type="Edm.Boolean" />
<Property Name="logonDateTime" Type="Edm.DateTimeOffset" />
<Property Name="logonId" Type="Edm.String" />
<Property Name="logonIp" Type="Edm.String" />
<Property Name="logonLocation" Type="Edm.String" />
<Property Name="logonType" Type="microsoft.graph.logonType" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="riskScore" Type="Edm.String" />
<Property Name="userAccountType" Type="microsoft.graph.userAccountSecurityType" />
<Property Name="userPrincipalName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="securityVendorInformation">
<Property Name="provider" Type="Edm.String" Nullable="false" />
<Property Name="providerVersion" Type="Edm.String" />
<Property Name="subProvider" Type="Edm.String" />
<Property Name="vendor" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="vulnerabilityState">
<Property Name="cve" Type="Edm.String" />
<Property Name="severity" Type="Edm.String" />
<Property Name="wasRunning" Type="Edm.Boolean" />
</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" />
<Property Name="type" Type="Edm.String" />
<Property Name="mediaType" Type="Edm.String" />
<Property Name="previewImageUrl" Type="Edm.String" />
<Property Name="previewText" Type="Edm.String" />
<Property Name="containerWebUrl" Type="Edm.String" />
<Property Name="containerDisplayName" Type="Edm.String" />
<Property Name="containerType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="resourceReference">
<Property Name="webUrl" Type="Edm.String" />
<Property Name="id" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
</ComplexType>
<ComplexType Name="sharingDetail">
<Property Name="sharedBy" Type="microsoft.graph.insightIdentity" />
<Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="sharingSubject" Type="Edm.String" />
<Property Name="sharingType" Type="Edm.String" />
<Property Name="sharingReference" Type="microsoft.graph.resourceReference" />
</ComplexType>
<ComplexType Name="insightIdentity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="id" Type="Edm.String" />
<Property Name="address" Type="Edm.String" />
</ComplexType>
<ComplexType Name="usageDetails">
<Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<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>
<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>
<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="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="verify" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.domain" Nullable="false" />
<ReturnType Type="microsoft.graph.domain" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
<ReturnType Type="microsoft.graph.directoryObject" />
</Action>
<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="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>
<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>
<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="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" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="createReplyAll" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="createForward" IsBound="true" EntitySetPath="bindingParameter">
<Parameter Name="bindingParameter" Type="microsoft.graph.message" />
<ReturnType Type="microsoft.graph.message" />
</Action>
<Action Name="reply" IsBound="true">
<Parameter Name="bindingParameter" 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="Comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="forward" IsBound="true">
<Parameter Name="bindingParameter" 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="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="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="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>
<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.drive" />
<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.driveItem" />
<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="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" />
<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="preview" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
<Parameter Name="page" Type="Edm.String" Unicode="false" />
<Parameter Name="zoom" Type="Edm.Double" />
<ReturnType Type="microsoft.graph.itemPreviewInfo" />
</Action>
<Action Name="restoreVersion" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.listItemVersion" />
</Action>
<Action Name="restoreVersion" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItemVersion" />
</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="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="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<Parameter Name="notebookFolder" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<ReturnType Type="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="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<ReturnType Type="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="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" Type="Edm.String" Unicode="false" />
<ReturnType Type="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="groupId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
<Parameter Name="siteId" 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>
<Function Name="getOffice365ActivationsUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ActivationCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ActivationsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ServicesUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365ActiveUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityGroupCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityStorage" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOffice365GroupsActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageAppsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getEmailAppUsageVersionsUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getMailboxUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getMailboxUsageMailboxCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getMailboxUsageQuotaStatusMailboxCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getMailboxUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageAccountCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getOneDriveUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointActivityFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointActivityPages" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageFileCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageSiteCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsageStorage" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSharePointSiteUsagePages" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessPeerToPeerActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessOrganizerActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessParticipantActivityMinuteCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getSkypeForBusinessDeviceUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerActivityUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerDeviceUsageUserCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityGroupCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" Nullable="false" />
</Function>
<Function Name="getYammerGroupsActivityCounts" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" 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="microsoft.graph.report" Nullable="false" />
</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="renew" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.group" />
</Action>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.mobileApp" />
<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>
<Function Name="downloadApplePushNotificationCertificateSigningRequest" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.applePushNotificationCertificate" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<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="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="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="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>
<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="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="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="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="wipeManagedAppRegistrationsByDeviceTag" 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" />
<Parameter Name="scope" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(microsoft.graph.rolePermission)" />
</Function>
<Action Name="assign" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.managedEBook" />
<Parameter Name="managedEBookAssignments" Type="Collection(microsoft.graph.managedEBookAssignment)" />
</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="managedDeviceEnrollmentFailureDetails" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Function Name="managedDeviceEnrollmentFailureDetails" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="skipToken" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Function Name="managedDeviceEnrollmentTopFailures" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Function Name="managedDeviceEnrollmentTopFailures" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Unicode="false" />
<ReturnType Type="microsoft.graph.report" />
</Function>
<Function Name="recent" IsBound="true" EntitySetPath="activities">
<Parameter Name="activities" Type="Collection(microsoft.graph.userActivity)" />
<ReturnType Type="Collection(microsoft.graph.userActivity)" />
</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="directoryObjects" EntityType="microsoft.graph.directoryObject" />
<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="drive/items/createdByUser" Target="users" />
<NavigationPropertyBinding Path="drive/items/lastModifiedByUser" Target="users" />
</EntitySet>
<EntitySet Name="directoryRoles" EntityType="microsoft.graph.directoryRole">
<NavigationPropertyBinding Path="members" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="directoryRoleTemplates" EntityType="microsoft.graph.directoryRoleTemplate" />
<EntitySet Name="organization" EntityType="microsoft.graph.organization" />
<EntitySet Name="groupSettings" EntityType="microsoft.graph.groupSetting" />
<EntitySet Name="groupSettingTemplates" EntityType="microsoft.graph.groupSettingTemplate" />
<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="drive/items/createdByUser" Target="users" />
<NavigationPropertyBinding Path="drive/items/lastModifiedByUser" Target="users" />
</EntitySet>
<EntitySet Name="contracts" EntityType="microsoft.graph.contract" />
<EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" />
<EntitySet Name="drives" EntityType="microsoft.graph.drive">
<NavigationPropertyBinding Path="items/createdByUser" Target="users" />
<NavigationPropertyBinding Path="items/lastModifiedByUser" Target="users" />
</EntitySet>
<EntitySet Name="shares" EntityType="microsoft.graph.sharedDriveItem" />
<EntitySet Name="sites" EntityType="microsoft.graph.site" />
<EntitySet Name="workbooks" EntityType="microsoft.graph.driveItem" />
<EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" />
<EntitySet Name="invitations" EntityType="microsoft.graph.invitation">
<NavigationPropertyBinding Path="invitedUser" Target="users" />
</EntitySet>
<EntitySet Name="groupLifecyclePolicies" EntityType="microsoft.graph.groupLifecyclePolicy" />
<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="items/createdByUser" Target="users" />
<NavigationPropertyBinding Path="items/lastModifiedByUser" Target="users" />
</Singleton>
<Singleton Name="planner" Type="microsoft.graph.planner" />
<Singleton Name="reports" Type="microsoft.graph.reportRoot" />
<Singleton Name="education" Type="microsoft.graph.educationRoot">
<NavigationPropertyBinding Path="classes/teachers" Target="users" />
<NavigationPropertyBinding Path="classes/members" Target="users" />
<NavigationPropertyBinding Path="classes/schools" Target="schools" />
<NavigationPropertyBinding Path="schools/classes" Target="classes" />
<NavigationPropertyBinding Path="schools/users" Target="users" />
<NavigationPropertyBinding Path="users/schools" Target="schools" />
<NavigationPropertyBinding Path="users/classes" Target="classes" />
</Singleton>
<Singleton Name="deviceAppManagement" Type="microsoft.graph.deviceAppManagement" />
<Singleton Name="deviceManagement" Type="microsoft.graph.deviceManagement" />
<Singleton Name="Security" Type="microsoft.graph.security" />
</EntityContainer>
<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.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" />
</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.group">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.group/threads">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.group/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.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.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.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
</Annotations>
<Annotations Target="microsoft.graph.user">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.user/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/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="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>
<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.userActivity">
<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.SkipSupported" Bool="false" />
</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.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.message/attachments">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.message/extensions">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.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/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.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.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/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.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.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.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.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.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.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/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.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.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.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.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.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.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/publishingState">
<Annotation Term="Org.OData.Core.V1.Description" String="The publishing state for the app. The app cannot be assigned unless the app is published." />
</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/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this mobile app." />
</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.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.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.macOSOfficeSuiteApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS Office Suite App." />
</Annotations>
<Annotations Target="microsoft.graph.managedApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy." />
</Annotations>
<Annotations Target="microsoft.graph.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.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/packageId">
<Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
</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/contentVersions">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app." />
</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.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.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.windowsUniversalAppX/identityVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
</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/packageId">
<Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
</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.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.androidStoreApp">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android store apps." />
</Annotations>
<Annotations Target="microsoft.graph.androidStoreApp/packageId">
<Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
</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/supportsUserLicensing">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the user licensing type." />
</Annotations>
<Annotations Target="microsoft.graph.vppLicensingType/supportsDeviceLicensing">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device licensing type." />
</Annotations>
<Annotations Target="microsoft.graph.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.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.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.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/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">
<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.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.managedDeviceMobileAppConfiguration/targetedMobileApps">
<Annotation Term="Org.OData.Core.V1.Description" String="the associated app." />
</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.managedDeviceMobileAppConfigurationAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties used to assign an MDM app configuration to a group." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/assignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignemenets for app configration." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/deviceStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationDeviceStatus." />
</Annotations>
<Annotations Target="microsoft.graph.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.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.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 users" />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</Annotations>
<Annotations Target="microsoft.graph.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.iosMobileAppConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for iOS mobile app configurations." />
</Annotations>
<Annotations Target="microsoft.graph.iosMobileAppConfiguration/encodedSettingXml">
<Annotation Term="Org.OData.Core.V1.Description" String="mdm app configuration Base64 binary." />
</Annotations>
<Annotations Target="microsoft.graph.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.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
</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.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.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.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.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.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.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/iosUpdateStatuses">
<Annotation Term="Org.OData.Core.V1.Description" String="The IOS software update installation statuses 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.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.intuneBrand/showDisplayNameNextToLogo">
<Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied display name will be shown next to the logo image." />
</Annotations>
<Annotations Target="microsoft.graph.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.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.notificationMessageTemplate">
<Annotation Term="Org.OData.Core.V1.Description" String="Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/notificationMessageTemplates">
<Annotation Term="Org.OData.Core.V1.Description" String="The Notification Message Templates." />
</Annotations>
<Annotations Target="microsoft.graph.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.deviceAndAppManagementRoleAssignment">
<Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/roleAssignments">
<Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignments." />
</Annotations>
<Annotations Target="microsoft.graph.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.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.windowsInformationProtectionNetworkLearningSummary">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection Network learning Summary entity." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/windowsInformationProtectionNetworkLearningSummaries">
<Annotation Term="Org.OData.Core.V1.Description" String="The windows information protection network learning summaries." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/troubleshootingEvents">
<Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for the tenant." />
</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/lastModifiedDateTime">
<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.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.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.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.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.managedDevice/managedDeviceOwnerType">
<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/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/operatingSystem">
<Annotation Term="Org.OData.Core.V1.Description" String="Operating system of the device. Windows, iOS, etc." />
</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/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/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/azureADDeviceId">
<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/remoteAssistanceSessionErrorDetails">
<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/deviceCategory">
<Annotation Term="Org.OData.Core.V1.Description" String="Device category" />
</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.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.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/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.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.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/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 status 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.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.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.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/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 users" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationUserOverview/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</Annotations>
<Annotations Target="microsoft.graph.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.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.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 | *.p7b | *.bin)." />
</Annotations>
<Annotations Target="microsoft.graph.omaSettingBase64/value">
<Annotation Term="Org.OData.Core.V1.Description" String="Value. (Base64 encoded string)" />
</Annotations>
<Annotations Target="microsoft.graph.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.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/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 365" />
</Annotations>
<Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" />
</Annotations>
<Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
</Annotations>
<Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
</Annotations>
<Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/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/securityRequireVerifyApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile custom configuration" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration/omaSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 500 elements." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile general device configuration." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockFingerprintUnlock">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockTrustAgents">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/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.androidWorkProfileGeneralDeviceConfiguration/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDataSharingType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockNotificationsWhileDeviceLocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block notifications while device locked." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockAddingAccounts">
<Annotation Term="Org.OData.Core.V1.Description" String="Block users from adding/removing accounts in work profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBluetoothEnableContactSharing">
<Annotation Term="Org.OData.Core.V1.Description" String="Allow bluetooth devices to access enterprise contacts." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockScreenCapture">
<Annotation Term="Org.OData.Core.V1.Description" String="Block screen capture in work profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCallerId">
<Annotation Term="Org.OData.Core.V1.Description" String="Block display work profile caller ID in personal profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCamera">
<Annotation Term="Org.OData.Core.V1.Description" String="Block work profile camera." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileContactsSearch">
<Annotation Term="Org.OData.Core.V1.Description" String="Block work profile contacts availability in personal profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCopyPaste">
<Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if the setting disallow cross profile copy/paste is enabled." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDefaultAppPermissionPolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockFingerprintUnlock">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock for work profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockTrustAgents">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents for work profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the work profile password expires. Valid values 1 to 365" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of work profile password. Valid values 4 to 16" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNumericCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of numeric characters required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNonLetterCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of non-letter characters required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLetterCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of letter characters required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLowerCaseCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of lower-case characters required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinUpperCaseCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of upper-case characters required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinSymbolCharacters">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of symbols required in work profile password. Valid values 1 to 10" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous work profile passwords to block. Valid values 0 to 24" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/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.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileRequirePassword">
<Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/securityRequireVerifyApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</Annotations>
<Annotations Target="microsoft.graph.iosCertificateProfile">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
</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.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/kioskModeBuiltInAppId">
<Annotation Term="Org.OData.Core.V1.Description" String="ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set." />
</Annotations>
<Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/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 65535" />
</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/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.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.appleDeviceFeaturesConfigurationBase">
<Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." />
</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/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.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.windowsDefenderAdvancedThreatProtectionConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Configuration." />
</Annotations>
<Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/allowSampleSharing">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection &quot;Allow Sample Sharing&quot; Rule" />
</Annotations>
<Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/enableExpeditedTelemetryReporting">
<Annotation Term="Org.OData.Core.V1.Description" String="Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency." />
</Annotations>
<Annotations Target="microsoft.graph.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.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/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="Configures the host device to allow or block the firewall and advanced security enforcement for the network profile." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/stealthModeBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/incomingTrafficBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/unicastResponsesToMulticastBroadcastsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundNotificationsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/authorizedApplicationRulesFromGroupPolicyMerged">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/globalPortRulesFromGroupPolicyMerged">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/connectionSecurityRulesFromGroupPolicyMerged">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/outboundConnectionsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundConnectionsBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/securedPacketExemptionAllowed">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/policyRulesFromGroupPolicyMerged">
<Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority." />
</Annotations>
<Annotations Target="microsoft.graph.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/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/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/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.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/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/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/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/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/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 Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeCookiePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates which cookies to block in the Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockDeveloperTools">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block developer tools in the Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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 Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockInPrivateBrowsing">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockJavaScript">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using JavaScript." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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 Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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/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/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/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 Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuLayoutXml">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuMode">
<Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to decide how the Start menu is displayed." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDocuments">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDownloads">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderFileExplorer">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderHomeGroup">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderMusic">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderNetwork">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPersonalFolder">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPictures">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderVideos">
<Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu." />
</Annotations>
<Annotations Target="microsoft.graph.windows10GeneralConfiguration/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 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 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 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 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.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.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.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.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.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.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="Determines which branch devices will receive their updates from" />
</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.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.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/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 0 to 5" />
</Annotations>
<Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowStartTime">
<Annotation Term="Org.OData.Core.V1.Description" String="Maintenance window start time for device updates." />
</Annotations>
<Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/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.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.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/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 users" />
</Annotations>
<Annotations Target="microsoft.graph.deviceComplianceUserOverview/successCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
</Annotations>
<Annotations Target="microsoft.graph.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.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 65535" />
</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/securityRequireVerifyApps">
<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/securityRequireSafetyNetAttestationBasicIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireGooglePlayServices">
<Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireUpToDateSecurityProviders">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." />
</Annotations>
<Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireCompanyPortalAppIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy">
<Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android Work Profile." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequired">
<Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinimumLength">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequiredType">
<Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
<Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordExpirationDays">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordPreviousPasswordBlockCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityPreventInstallAppsFromUnknownSources">
<Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityDisableUsbDebugging">
<Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireVerifyApps">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
<Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityBlockJailbrokenDevices">
<Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMinimumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMaximumVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/minAndroidSecurityPatchLevel">
<Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/storageRequireEncryption">
<Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireGooglePlayServices">
<Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireUpToDateSecurityProviders">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." />
</Annotations>
<Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireCompanyPortalAppIntegrity">
<Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." />
</Annotations>
<Annotations Target="microsoft.graph.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 65535" />
</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 65535" />
</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.macOSCompliancePolicy/firewallEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the firewall should be enabled or not." />
</Annotations>
<Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallBlockAllIncoming">
<Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to the “Block all incoming connections” option." />
</Annotations>
<Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallEnableStealthMode">
<Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to “Enable stealth mode.”" />
</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/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.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.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/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.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.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/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.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/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.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`, `assignedToExternalMDM`." />
</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 Exchange server." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementExchangeConnector/connectorServerName">
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the server hosting the Exchange Connector." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementExchangeConnector/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.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.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="DateTime of last Heartbeat recieved from the Data Sync Partner" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerState">
<Annotation Term="Org.OData.Core.V1.Description" String="Data Sync Partner state for this account" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="For Android, set whether data from the data sync partner should be used during compliance evaluations" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="For IOS, get or set whether data from the data sync partner should be used during compliance evaluations" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidDeviceBlockedOnMissingPartnerData">
<Annotation Term="Org.OData.Core.V1.Description" String="For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosDeviceBlockedOnMissingPartnerData">
<Annotation Term="Org.OData.Core.V1.Description" String="For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant" />
</Annotations>
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnsupportedOsVersionBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner" />
</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/whenPartnerDevicesWillBeRemovedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be removed" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be marked as NonCompliant" />
</Annotations>
<Annotations Target="microsoft.graph.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 either blocked or 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.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.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.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.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. (Android only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/encryptAppData">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether managed-app data should be encrypted. (Android only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/disableAppEncryptionIfDeviceEncryptionIsEnabled">
<Annotation Term="Org.OData.Core.V1.Description" String="When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredSdkVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data. (iOS Only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/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. (Android only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWarningPatchVersion">
<Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/faceIdBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)" />
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection/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/faceIdBlocked">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True." />
</Annotations>
<Annotations Target="microsoft.graph.iosManagedAppProtection/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.iPv6Range/lowerAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Lower IP Address" />
</Annotations>
<Annotations Target="microsoft.graph.iPv6Range/upperAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Upper IP Address" />
</Annotations>
<Annotations Target="microsoft.graph.iPv4Range/lowerAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Lower IP Address" />
</Annotations>
<Annotations Target="microsoft.graph.iPv4Range/upperAddress">
<Annotation Term="Org.OData.Core.V1.Description" String="Upper IP Address" />
</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.windowsInformationProtectionPolicy/daysWithoutContactBeforeUnenroll">
<Annotation Term="Org.OData.Core.V1.Description" String="Offline interval before app data is wiped (days) " />
</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.localizedNotificationMessage">
<Annotation Term="Org.OData.Core.V1.Description" String="The text content of a Notification Message Template for the specified locale." />
</Annotations>
<Annotations Target="microsoft.graph.localizedNotificationMessage/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.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.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.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/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/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/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/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.deviceAndAppManagementRoleDefinition">
<Annotation Term="Org.OData.Core.V1.Description" String="The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role." />
</Annotations>
<Annotations Target="microsoft.graph.resourceOperation/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.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.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 the 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/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.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.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.windowsInformationProtectionNetworkLearningSummary/url">
<Annotation Term="Org.OData.Core.V1.Description" String="Website url" />
</Annotations>
<Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary/deviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Count" />
</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>
<Annotations Target="microsoft.graph.activityHistoryItem">
<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.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.security">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
</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.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.alert">
<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.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" 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.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>
</Schema>
</edmx:DataServices>
</edmx:Edmx>