github.com/yaegashi/msgraph.go@v0.1.4/gen/metadata/beta.xml (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  <edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
     3    <edmx:DataServices>
     4      <Schema Namespace="microsoft.graph" xmlns="http://docs.oasis-open.org/odata/ns/edm">
     5        <EnumType Name="appliedConditionalAccessPolicyResult">
     6          <Member Name="success" Value="0" />
     7          <Member Name="failure" Value="1" />
     8          <Member Name="notApplied" Value="2" />
     9          <Member Name="notEnabled" Value="3" />
    10          <Member Name="unknown" Value="4" />
    11          <Member Name="unknownFutureValue" Value="5" />
    12          <Member Name="reportOnlySuccess" Value="6" />
    13          <Member Name="reportOnlyFailure" Value="7" />
    14          <Member Name="reportOnlyNotApplied" Value="8" />
    15          <Member Name="reportOnlyInterrupted" Value="9" />
    16        </EnumType>
    17        <EnumType Name="authMethodsType">
    18          <Member Name="email" Value="0" />
    19          <Member Name="mobileSMS" Value="1" />
    20          <Member Name="mobilePhone" Value="2" />
    21          <Member Name="officePhone" Value="3" />
    22          <Member Name="securityQuestion" Value="4" />
    23          <Member Name="appNotification" Value="5" />
    24          <Member Name="appNotificationCode" Value="6" />
    25          <Member Name="appNotificationAndCode" Value="7" />
    26          <Member Name="appPassword" Value="8" />
    27          <Member Name="fido" Value="9" />
    28          <Member Name="alternateMobilePhone" Value="10" />
    29          <Member Name="mobilePhoneAndSMS" Value="11" />
    30          <Member Name="unknownFutureValue" Value="12" />
    31        </EnumType>
    32        <EnumType Name="azureADLicenseType">
    33          <Member Name="none" Value="0" />
    34          <Member Name="free" Value="1" />
    35          <Member Name="basic" Value="2" />
    36          <Member Name="premiumP1" Value="3" />
    37          <Member Name="premiumP2" Value="4" />
    38          <Member Name="unknownFutureValue" Value="5" />
    39        </EnumType>
    40        <EnumType Name="conditionalAccessConditions" IsFlags="true">
    41          <Member Name="none" Value="0" />
    42          <Member Name="application" Value="1" />
    43          <Member Name="users" Value="2" />
    44          <Member Name="devicePlatform" Value="4" />
    45          <Member Name="location" Value="8" />
    46          <Member Name="clientType" Value="16" />
    47          <Member Name="signInRisk" Value="32" />
    48          <Member Name="userRisk" Value="64" />
    49          <Member Name="time" Value="128" />
    50          <Member Name="deviceState" Value="256" />
    51          <Member Name="client" Value="512" />
    52        </EnumType>
    53        <EnumType Name="conditionalAccessStatus">
    54          <Member Name="success" Value="0" />
    55          <Member Name="failure" Value="1" />
    56          <Member Name="notApplied" Value="2" />
    57          <Member Name="unknownFutureValue" Value="3" />
    58        </EnumType>
    59        <EnumType Name="featureType">
    60          <Member Name="registration" Value="0" />
    61          <Member Name="reset" Value="1" />
    62          <Member Name="unknownFutureValue" Value="2" />
    63        </EnumType>
    64        <EnumType Name="groupType">
    65          <Member Name="unifiedGroups" Value="0" />
    66          <Member Name="azureAD" Value="1" />
    67          <Member Name="unknownFutureValue" Value="2" />
    68        </EnumType>
    69        <EnumType Name="networkType">
    70          <Member Name="intranet" Value="0" />
    71          <Member Name="extranet" Value="1" />
    72          <Member Name="namedNetwork" Value="2" />
    73          <Member Name="trusted" Value="3" />
    74          <Member Name="unknownFutureValue" Value="4" />
    75        </EnumType>
    76        <EnumType Name="operationResult">
    77          <Member Name="success" Value="0" />
    78          <Member Name="failure" Value="1" />
    79          <Member Name="timeout" Value="2" />
    80          <Member Name="unknownFutureValue" Value="3" />
    81        </EnumType>
    82        <EnumType Name="registrationStatusType">
    83          <Member Name="registered" Value="0" />
    84          <Member Name="enabled" Value="1" />
    85          <Member Name="capable" Value="2" />
    86          <Member Name="mfaRegistered" Value="3" />
    87          <Member Name="unknownFutureValue" Value="4" />
    88        </EnumType>
    89        <EnumType Name="requirementProvider">
    90          <Member Name="MFA" Value="0" />
    91          <Member Name="CA" Value="1" />
    92          <Member Name="unknownFutureValue" Value="2" />
    93        </EnumType>
    94        <EnumType Name="riskDetail">
    95          <Member Name="none" Value="0" />
    96          <Member Name="adminGeneratedTemporaryPassword" Value="1" />
    97          <Member Name="userPerformedSecuredPasswordChange" Value="2" />
    98          <Member Name="userPerformedSecuredPasswordReset" Value="3" />
    99          <Member Name="adminConfirmedSigninSafe" Value="4" />
   100          <Member Name="aiConfirmedSigninSafe" Value="5" />
   101          <Member Name="userPassedMFADrivenByRiskBasedPolicy" Value="6" />
   102          <Member Name="adminDismissedAllRiskForUser" Value="7" />
   103          <Member Name="adminConfirmedSigninCompromised" Value="8" />
   104          <Member Name="hidden" Value="9" />
   105          <Member Name="adminConfirmedUserCompromised" Value="10" />
   106          <Member Name="unknownFutureValue" Value="11" />
   107        </EnumType>
   108        <EnumType Name="riskEventType">
   109          <Member Name="unlikelyTravel" Value="0" />
   110          <Member Name="anonymizedIPAddress" Value="1" />
   111          <Member Name="maliciousIPAddress" Value="2" />
   112          <Member Name="unfamiliarFeatures" Value="3" />
   113          <Member Name="malwareInfectedIPAddress" Value="4" />
   114          <Member Name="suspiciousIPAddress" Value="5" />
   115          <Member Name="leakedCredentials" Value="6" />
   116          <Member Name="investigationsThreatIntelligence" Value="7" />
   117          <Member Name="generic" Value="8" />
   118          <Member Name="adminConfirmedUserCompromised" Value="9" />
   119          <Member Name="mcasImpossibleTravel" Value="10" />
   120          <Member Name="mcasSuspiciousInboxManipulationRules" Value="11" />
   121          <Member Name="investigationsThreatIntelligenceSigninLinked" Value="12" />
   122          <Member Name="maliciousIPAddressValidCredentialsBlockedIP" Value="13" />
   123          <Member Name="unknownFutureValue" Value="14" />
   124        </EnumType>
   125        <EnumType Name="riskLevel">
   126          <Member Name="low" Value="0" />
   127          <Member Name="medium" Value="1" />
   128          <Member Name="high" Value="2" />
   129          <Member Name="hidden" Value="3" />
   130          <Member Name="none" Value="4" />
   131          <Member Name="unknownFutureValue" Value="5" />
   132        </EnumType>
   133        <EnumType Name="riskState">
   134          <Member Name="none" Value="0" />
   135          <Member Name="confirmedSafe" Value="1" />
   136          <Member Name="remediated" Value="2" />
   137          <Member Name="dismissed" Value="3" />
   138          <Member Name="atRisk" Value="4" />
   139          <Member Name="confirmedCompromised" Value="5" />
   140          <Member Name="unknownFutureValue" Value="6" />
   141        </EnumType>
   142        <EnumType Name="registrationAuthMethod">
   143          <Member Name="email" Value="0" />
   144          <Member Name="mobilePhone" Value="1" />
   145          <Member Name="officePhone" Value="2" />
   146          <Member Name="securityQuestion" Value="3" />
   147          <Member Name="appNotification" Value="4" />
   148          <Member Name="appCode" Value="5" />
   149          <Member Name="alternateMobilePhone" Value="6" />
   150          <Member Name="fido" Value="7" />
   151          <Member Name="appPassword" Value="8" />
   152          <Member Name="unknownFutureValue" Value="9" />
   153        </EnumType>
   154        <EnumType Name="usageAuthMethod">
   155          <Member Name="email" Value="0" />
   156          <Member Name="mobileSMS" Value="1" />
   157          <Member Name="mobileCall" Value="2" />
   158          <Member Name="officePhone" Value="3" />
   159          <Member Name="securityQuestion" Value="4" />
   160          <Member Name="appNotification" Value="5" />
   161          <Member Name="appCode" Value="6" />
   162          <Member Name="alternateMobileCall" Value="7" />
   163          <Member Name="fido" Value="8" />
   164          <Member Name="appPassword" Value="9" />
   165          <Member Name="unknownFutureValue" Value="10" />
   166        </EnumType>
   167        <EnumType Name="tokenIssuerType">
   168          <Member Name="AzureAD" Value="0" />
   169          <Member Name="ADFederationServices" Value="1" />
   170          <Member Name="UnknownFutureValue" Value="2" />
   171        </EnumType>
   172        <EnumType Name="initiatorType">
   173          <Member Name="user" Value="0" />
   174          <Member Name="app" Value="1" />
   175          <Member Name="system" Value="2" />
   176          <Member Name="unknownFutureValue" Value="3" />
   177        </EnumType>
   178        <EnumType Name="provisioningResult">
   179          <Member Name="success" Value="0" />
   180          <Member Name="failure" Value="1" />
   181          <Member Name="skipped" Value="2" />
   182          <Member Name="unknownFutureValue" Value="3" />
   183        </EnumType>
   184        <EnumType Name="provisioningStepType">
   185          <Member Name="import" Value="0" />
   186          <Member Name="scoping" Value="1" />
   187          <Member Name="matching" Value="2" />
   188          <Member Name="processing" Value="3" />
   189          <Member Name="referenceResolution" Value="4" />
   190          <Member Name="export" Value="5" />
   191          <Member Name="unknownFutureValue" Value="6" />
   192        </EnumType>
   193        <EnumType Name="migrationStatus">
   194          <Member Name="ready" Value="0" />
   195          <Member Name="needsReview" Value="1" />
   196          <Member Name="additionalStepsRequired" Value="2" />
   197          <Member Name="unknownFutureValue" Value="3" />
   198        </EnumType>
   199        <EnumType Name="analyticsActivityType">
   200          <Member Name="Email" Value="0" />
   201          <Member Name="Meeting" Value="1" />
   202          <Member Name="Focus" Value="2" />
   203          <Member Name="Chat" Value="3" />
   204          <Member Name="Call" Value="4" />
   205        </EnumType>
   206        <EnumType Name="locationType">
   207          <Member Name="default" Value="0" />
   208          <Member Name="conferenceRoom" Value="1" />
   209          <Member Name="homeAddress" Value="2" />
   210          <Member Name="businessAddress" Value="3" />
   211          <Member Name="geoCoordinates" Value="4" />
   212          <Member Name="streetAddress" Value="5" />
   213          <Member Name="hotel" Value="6" />
   214          <Member Name="restaurant" Value="7" />
   215          <Member Name="localBusiness" Value="8" />
   216          <Member Name="postalAddress" Value="9" />
   217        </EnumType>
   218        <EnumType Name="locationUniqueIdType">
   219          <Member Name="unknown" Value="0" />
   220          <Member Name="locationStore" Value="1" />
   221          <Member Name="directory" Value="2" />
   222          <Member Name="private" Value="3" />
   223          <Member Name="bing" Value="4" />
   224        </EnumType>
   225        <EnumType Name="physicalAddressType">
   226          <Member Name="unknown" Value="0" />
   227          <Member Name="home" Value="1" />
   228          <Member Name="business" Value="2" />
   229          <Member Name="other" Value="3" />
   230        </EnumType>
   231        <EnumType Name="dayOfWeek">
   232          <Member Name="sunday" Value="0" />
   233          <Member Name="monday" Value="1" />
   234          <Member Name="tuesday" Value="2" />
   235          <Member Name="wednesday" Value="3" />
   236          <Member Name="thursday" Value="4" />
   237          <Member Name="friday" Value="5" />
   238          <Member Name="saturday" Value="6" />
   239        </EnumType>
   240        <EnumType Name="bookingInvoiceStatus">
   241          <Member Name="draft" Value="0" />
   242          <Member Name="reviewing" Value="1" />
   243          <Member Name="open" Value="2" />
   244          <Member Name="canceled" Value="3" />
   245          <Member Name="paid" Value="4" />
   246          <Member Name="corrective" Value="5" />
   247        </EnumType>
   248        <EnumType Name="bookingPriceType">
   249          <Member Name="undefined" Value="0" />
   250          <Member Name="fixedPrice" Value="1" />
   251          <Member Name="startingAt" Value="2" />
   252          <Member Name="hourly" Value="3" />
   253          <Member Name="free" Value="4" />
   254          <Member Name="priceVaries" Value="5" />
   255          <Member Name="callUs" Value="6" />
   256          <Member Name="notSet" Value="7" />
   257        </EnumType>
   258        <EnumType Name="bookingReminderRecipients">
   259          <Member Name="allAttendees" Value="0" />
   260          <Member Name="staff" Value="1" />
   261          <Member Name="customer" Value="2" />
   262        </EnumType>
   263        <EnumType Name="bookingStaffRole">
   264          <Member Name="guest" Value="0" />
   265          <Member Name="administrator" Value="1" />
   266          <Member Name="viewer" Value="2" />
   267          <Member Name="externalGuest" Value="3" />
   268        </EnumType>
   269        <EnumType Name="userFlowType">
   270          <Member Name="signUp" Value="1" />
   271          <Member Name="signIn" Value="2" />
   272          <Member Name="signUpOrSignIn" Value="3" />
   273          <Member Name="passwordReset" Value="4" />
   274          <Member Name="profileUpdate" Value="5" />
   275          <Member Name="resourceOwner" Value="6" />
   276          <Member Name="unknownFutureValue" Value="7" />
   277        </EnumType>
   278        <EnumType Name="dlpAction">
   279          <Member Name="notifyUser" Value="0" />
   280          <Member Name="blockAccess" Value="1" />
   281          <Member Name="deviceRestriction" Value="2" />
   282        </EnumType>
   283        <EnumType Name="accessScope">
   284          <Member Name="inOrganization" Value="0" />
   285          <Member Name="notInOrganization" Value="1" />
   286        </EnumType>
   287        <EnumType Name="component">
   288          <Member Name="Label" Value="0" />
   289        </EnumType>
   290        <EnumType Name="ruleMode">
   291          <Member Name="audit" Value="1" />
   292          <Member Name="auditAndNotify" Value="2" />
   293          <Member Name="enforce" Value="3" />
   294          <Member Name="pendingDeletion" Value="4" />
   295          <Member Name="test" Value="5" />
   296        </EnumType>
   297        <EnumType Name="overrideOption">
   298          <Member Name="notAllowed" Value="0" />
   299          <Member Name="allowFalsePositiveOverride" Value="1" />
   300          <Member Name="allowWithJustification" Value="2" />
   301          <Member Name="allowWithoutJustification" Value="4" />
   302        </EnumType>
   303        <EnumType Name="restrictionAction">
   304          <Member Name="warn" Value="0" />
   305          <Member Name="audit" Value="1" />
   306          <Member Name="block" Value="2" />
   307        </EnumType>
   308        <EnumType Name="restrictionTrigger">
   309          <Member Name="copyPaste" Value="0" />
   310          <Member Name="copyToNetworkShare" Value="1" />
   311          <Member Name="copyToRemovableMedia" Value="2" />
   312          <Member Name="screenCapture" Value="3" />
   313          <Member Name="print" Value="4" />
   314          <Member Name="cloudEgress" Value="5" />
   315          <Member Name="unallowedApps" Value="6" />
   316        </EnumType>
   317        <EnumType Name="applicationMode">
   318          <Member Name="manual" Value="0" />
   319          <Member Name="automatic" Value="1" />
   320          <Member Name="recommended" Value="2" />
   321        </EnumType>
   322        <EnumType Name="alignment">
   323          <Member Name="left" Value="0" />
   324          <Member Name="right" Value="1" />
   325          <Member Name="center" Value="2" />
   326        </EnumType>
   327        <EnumType Name="pageOrientation">
   328          <Member Name="horizontal" Value="0" />
   329          <Member Name="diagonal" Value="1" />
   330        </EnumType>
   331        <EnumType Name="groupPrivacy">
   332          <Member Name="public" Value="0" />
   333          <Member Name="private" Value="1" />
   334        </EnumType>
   335        <EnumType Name="siteAccessType">
   336          <Member Name="block" Value="0" />
   337          <Member Name="full" Value="1" />
   338          <Member Name="limited" Value="2" />
   339        </EnumType>
   340        <EnumType Name="encryptWith">
   341          <Member Name="template" Value="0" />
   342          <Member Name="userDefinedRights" Value="1" />
   343        </EnumType>
   344        <EnumType Name="permissionClassificationType">
   345          <Member Name="low" Value="1" />
   346          <Member Name="medium" Value="2" />
   347          <Member Name="high" Value="3" />
   348          <Member Name="unknownFutureValue" Value="4" />
   349        </EnumType>
   350        <EnumType Name="phoneType">
   351          <Member Name="home" Value="0" />
   352          <Member Name="business" Value="1" />
   353          <Member Name="mobile" Value="2" />
   354          <Member Name="other" Value="3" />
   355          <Member Name="assistant" Value="4" />
   356          <Member Name="homeFax" Value="5" />
   357          <Member Name="businessFax" Value="6" />
   358          <Member Name="otherFax" Value="7" />
   359          <Member Name="pager" Value="8" />
   360          <Member Name="radio" Value="9" />
   361        </EnumType>
   362        <EnumType Name="bodyType">
   363          <Member Name="text" Value="0" />
   364          <Member Name="html" Value="1" />
   365        </EnumType>
   366        <EnumType Name="educationAssignmentStatus">
   367          <Member Name="draft" Value="0" />
   368          <Member Name="published" Value="1" />
   369          <Member Name="assigned" Value="2" />
   370          <Member Name="unknownFutureValue" Value="3" />
   371        </EnumType>
   372        <EnumType Name="educationSubmissionStatus">
   373          <Member Name="working" Value="0" />
   374          <Member Name="submitted" Value="1" />
   375          <Member Name="released" Value="2" />
   376          <Member Name="returned" Value="3" />
   377          <Member Name="unknownFutureValue" Value="4" />
   378        </EnumType>
   379        <EnumType Name="contactRelationship">
   380          <Member Name="parent" Value="0" />
   381          <Member Name="relative" Value="1" />
   382          <Member Name="aide" Value="2" />
   383          <Member Name="doctor" Value="3" />
   384          <Member Name="guardian" Value="4" />
   385          <Member Name="child" Value="5" />
   386          <Member Name="other" Value="6" />
   387          <Member Name="unknownFutureValue" Value="7" />
   388        </EnumType>
   389        <EnumType Name="educationUserRole">
   390          <Member Name="student" Value="0" />
   391          <Member Name="teacher" Value="1" />
   392          <Member Name="none" Value="2" />
   393          <Member Name="unknownFutureValue" Value="3" />
   394          <Member Name="faculty" Value="4" />
   395        </EnumType>
   396        <EnumType Name="educationSynchronizationProfileState">
   397          <Member Name="deleting" Value="2" />
   398          <Member Name="deletionFailed" Value="3" />
   399          <Member Name="provisioningFailed" Value="5" />
   400          <Member Name="provisioned" Value="6" />
   401          <Member Name="provisioning" Value="7" />
   402          <Member Name="unknownFutureValue" Value="8" />
   403        </EnumType>
   404        <EnumType Name="educationSynchronizationStatus">
   405          <Member Name="paused" Value="0" />
   406          <Member Name="inProgress" Value="1" />
   407          <Member Name="success" Value="2" />
   408          <Member Name="error" Value="3" />
   409          <Member Name="validationError" Value="4" />
   410          <Member Name="quarantined" Value="5" />
   411          <Member Name="unknownFutureValue" Value="6" />
   412        </EnumType>
   413        <EnumType Name="educationExternalSource">
   414          <Member Name="sis" Value="0" />
   415          <Member Name="manual" Value="1" />
   416          <Member Name="unknownFutureValue" Value="2" />
   417        </EnumType>
   418        <EnumType Name="educationGender">
   419          <Member Name="female" Value="0" />
   420          <Member Name="male" Value="1" />
   421          <Member Name="other" Value="2" />
   422          <Member Name="unknownFutureValue" Value="3" />
   423        </EnumType>
   424        <EnumType Name="attendeeType">
   425          <Member Name="required" Value="0" />
   426          <Member Name="optional" Value="1" />
   427          <Member Name="resource" Value="2" />
   428        </EnumType>
   429        <EnumType Name="activityDomain">
   430          <Member Name="unknown" Value="0" />
   431          <Member Name="work" Value="1" />
   432          <Member Name="personal" Value="2" />
   433          <Member Name="unrestricted" Value="3" />
   434        </EnumType>
   435        <EnumType Name="freeBusyStatus">
   436          <Member Name="free" Value="0" />
   437          <Member Name="tentative" Value="1" />
   438          <Member Name="busy" Value="2" />
   439          <Member Name="oof" Value="3" />
   440          <Member Name="workingElsewhere" Value="4" />
   441          <Member Name="unknown" Value="-1" />
   442        </EnumType>
   443        <EnumType Name="placeType">
   444          <Member Name="unknown" Value="0" />
   445          <Member Name="room" Value="1" />
   446          <Member Name="roomList" Value="2" />
   447          <Member Name="publicPlace" Value="3" />
   448          <Member Name="personalPlace" Value="4" />
   449        </EnumType>
   450        <EnumType Name="bookingType">
   451          <Member Name="unknown" Value="0" />
   452          <Member Name="standard" Value="1" />
   453          <Member Name="reserved" Value="2" />
   454        </EnumType>
   455        <EnumType Name="automaticRepliesStatus">
   456          <Member Name="disabled" Value="0" />
   457          <Member Name="alwaysEnabled" Value="1" />
   458          <Member Name="scheduled" Value="2" />
   459        </EnumType>
   460        <EnumType Name="externalAudienceScope">
   461          <Member Name="none" Value="0" />
   462          <Member Name="contactsOnly" Value="1" />
   463          <Member Name="all" Value="2" />
   464        </EnumType>
   465        <EnumType Name="delegateMeetingMessageDeliveryOptions">
   466          <Member Name="sendToDelegateAndInformationToPrincipal" Value="0" />
   467          <Member Name="sendToDelegateAndPrincipal" Value="1" />
   468          <Member Name="sendToDelegateOnly" Value="2" />
   469        </EnumType>
   470        <EnumType Name="mailTipsType" IsFlags="true">
   471          <Member Name="automaticReplies" Value="1" />
   472          <Member Name="mailboxFullStatus" Value="2" />
   473          <Member Name="customMailTip" Value="4" />
   474          <Member Name="externalMemberCount" Value="8" />
   475          <Member Name="totalMemberCount" Value="16" />
   476          <Member Name="maxMessageSize" Value="32" />
   477          <Member Name="deliveryRestriction" Value="64" />
   478          <Member Name="moderationStatus" Value="128" />
   479          <Member Name="recipientScope" Value="256" />
   480          <Member Name="recipientSuggestions" Value="512" />
   481        </EnumType>
   482        <EnumType Name="recipientScopeType" IsFlags="true">
   483          <Member Name="none" Value="0" />
   484          <Member Name="internal" Value="1" />
   485          <Member Name="external" Value="2" />
   486          <Member Name="externalPartner" Value="4" />
   487          <Member Name="externalNonPartner" Value="8" />
   488        </EnumType>
   489        <EnumType Name="exchangeIdFormat">
   490          <Member Name="entryId" Value="0" />
   491          <Member Name="ewsId" Value="1" />
   492          <Member Name="immutableEntryId" Value="2" />
   493          <Member Name="restId" Value="3" />
   494          <Member Name="restImmutableEntryId" Value="4" />
   495        </EnumType>
   496        <EnumType Name="groupAccessType">
   497          <Member Name="none" Value="0" />
   498          <Member Name="private" Value="1" />
   499          <Member Name="secret" Value="2" />
   500          <Member Name="public" Value="3" />
   501        </EnumType>
   502        <EnumType Name="timeZoneStandard">
   503          <Member Name="windows" Value="0" />
   504          <Member Name="iana" Value="1" />
   505        </EnumType>
   506        <EnumType Name="importance">
   507          <Member Name="low" Value="0" />
   508          <Member Name="normal" Value="1" />
   509          <Member Name="high" Value="2" />
   510        </EnumType>
   511        <EnumType Name="inferenceClassificationType">
   512          <Member Name="focused" Value="0" />
   513          <Member Name="other" Value="1" />
   514        </EnumType>
   515        <EnumType Name="followupFlagStatus">
   516          <Member Name="notFlagged" Value="0" />
   517          <Member Name="complete" Value="1" />
   518          <Member Name="flagged" Value="2" />
   519        </EnumType>
   520        <EnumType Name="calendarSharingActionImportance">
   521          <Member Name="primary" Value="0" />
   522          <Member Name="secondary" Value="1" />
   523        </EnumType>
   524        <EnumType Name="calendarSharingActionType">
   525          <Member Name="accept" Value="0" />
   526        </EnumType>
   527        <EnumType Name="calendarSharingAction">
   528          <Member Name="accept" Value="0" />
   529          <Member Name="acceptAndViewCalendar" Value="1" />
   530          <Member Name="viewCalendar" Value="2" />
   531          <Member Name="addThisCalendar" Value="3" />
   532        </EnumType>
   533        <EnumType Name="meetingMessageType">
   534          <Member Name="none" Value="0" />
   535          <Member Name="meetingRequest" Value="1" />
   536          <Member Name="meetingCancelled" Value="2" />
   537          <Member Name="meetingAccepted" Value="3" />
   538          <Member Name="meetingTentativelyAccepted" Value="4" />
   539          <Member Name="meetingDeclined" Value="5" />
   540        </EnumType>
   541        <EnumType Name="eventType">
   542          <Member Name="singleInstance" Value="0" />
   543          <Member Name="occurrence" Value="1" />
   544          <Member Name="exception" Value="2" />
   545          <Member Name="seriesMaster" Value="3" />
   546        </EnumType>
   547        <EnumType Name="recurrencePatternType">
   548          <Member Name="daily" Value="0" />
   549          <Member Name="weekly" Value="1" />
   550          <Member Name="absoluteMonthly" Value="2" />
   551          <Member Name="relativeMonthly" Value="3" />
   552          <Member Name="absoluteYearly" Value="4" />
   553          <Member Name="relativeYearly" Value="5" />
   554        </EnumType>
   555        <EnumType Name="weekIndex">
   556          <Member Name="first" Value="0" />
   557          <Member Name="second" Value="1" />
   558          <Member Name="third" Value="2" />
   559          <Member Name="fourth" Value="3" />
   560          <Member Name="last" Value="4" />
   561        </EnumType>
   562        <EnumType Name="recurrenceRangeType">
   563          <Member Name="endDate" Value="0" />
   564          <Member Name="noEnd" Value="1" />
   565          <Member Name="numbered" Value="2" />
   566        </EnumType>
   567        <EnumType Name="responseType">
   568          <Member Name="none" Value="0" />
   569          <Member Name="organizer" Value="1" />
   570          <Member Name="tentativelyAccepted" Value="2" />
   571          <Member Name="accepted" Value="3" />
   572          <Member Name="declined" Value="4" />
   573          <Member Name="notResponded" Value="5" />
   574        </EnumType>
   575        <EnumType Name="calendarColor">
   576          <Member Name="lightBlue" Value="0" />
   577          <Member Name="lightGreen" Value="1" />
   578          <Member Name="lightOrange" Value="2" />
   579          <Member Name="lightGray" Value="3" />
   580          <Member Name="lightYellow" Value="4" />
   581          <Member Name="lightTeal" Value="5" />
   582          <Member Name="lightPink" Value="6" />
   583          <Member Name="lightBrown" Value="7" />
   584          <Member Name="lightRed" Value="8" />
   585          <Member Name="maxColor" Value="9" />
   586          <Member Name="auto" Value="-1" />
   587        </EnumType>
   588        <EnumType Name="onlineMeetingProviderType">
   589          <Member Name="unknown" Value="0" />
   590          <Member Name="skypeForBusiness" Value="1" />
   591          <Member Name="skypeForConsumer" Value="2" />
   592          <Member Name="teamsForBusiness" Value="3" />
   593        </EnumType>
   594        <EnumType Name="calendarRoleType">
   595          <Member Name="none" Value="0" />
   596          <Member Name="freeBusyRead" Value="1" />
   597          <Member Name="limitedRead" Value="2" />
   598          <Member Name="read" Value="3" />
   599          <Member Name="write" Value="4" />
   600          <Member Name="delegateWithoutPrivateEventAccess" Value="5" />
   601          <Member Name="delegateWithPrivateEventAccess" Value="6" />
   602          <Member Name="custom" Value="7" />
   603        </EnumType>
   604        <EnumType Name="sensitivity">
   605          <Member Name="normal" Value="0" />
   606          <Member Name="personal" Value="1" />
   607          <Member Name="private" Value="2" />
   608          <Member Name="confidential" Value="3" />
   609        </EnumType>
   610        <EnumType Name="websiteType">
   611          <Member Name="other" Value="0" />
   612          <Member Name="home" Value="1" />
   613          <Member Name="work" Value="2" />
   614          <Member Name="blog" Value="3" />
   615          <Member Name="profile" Value="4" />
   616        </EnumType>
   617        <EnumType Name="emailType">
   618          <Member Name="unknown" Value="0" />
   619          <Member Name="work" Value="1" />
   620          <Member Name="personal" Value="2" />
   621          <Member Name="main" Value="3" />
   622          <Member Name="other" Value="4" />
   623        </EnumType>
   624        <EnumType Name="categoryColor">
   625          <Member Name="preset0" Value="0" />
   626          <Member Name="preset1" Value="1" />
   627          <Member Name="preset2" Value="2" />
   628          <Member Name="preset3" Value="3" />
   629          <Member Name="preset4" Value="4" />
   630          <Member Name="preset5" Value="5" />
   631          <Member Name="preset6" Value="6" />
   632          <Member Name="preset7" Value="7" />
   633          <Member Name="preset8" Value="8" />
   634          <Member Name="preset9" Value="9" />
   635          <Member Name="preset10" Value="10" />
   636          <Member Name="preset11" Value="11" />
   637          <Member Name="preset12" Value="12" />
   638          <Member Name="preset13" Value="13" />
   639          <Member Name="preset14" Value="14" />
   640          <Member Name="preset15" Value="15" />
   641          <Member Name="preset16" Value="16" />
   642          <Member Name="preset17" Value="17" />
   643          <Member Name="preset18" Value="18" />
   644          <Member Name="preset19" Value="19" />
   645          <Member Name="preset20" Value="20" />
   646          <Member Name="preset21" Value="21" />
   647          <Member Name="preset22" Value="22" />
   648          <Member Name="preset23" Value="23" />
   649          <Member Name="preset24" Value="24" />
   650          <Member Name="none" Value="-1" />
   651        </EnumType>
   652        <EnumType Name="taskStatus">
   653          <Member Name="notStarted" Value="0" />
   654          <Member Name="inProgress" Value="1" />
   655          <Member Name="completed" Value="2" />
   656          <Member Name="waitingOnOthers" Value="3" />
   657          <Member Name="deferred" Value="4" />
   658        </EnumType>
   659        <EnumType Name="attachmentType">
   660          <Member Name="file" Value="0" />
   661          <Member Name="item" Value="1" />
   662          <Member Name="reference" Value="2" />
   663        </EnumType>
   664        <EnumType Name="referenceAttachmentProvider">
   665          <Member Name="other" Value="0" />
   666          <Member Name="oneDriveBusiness" Value="1" />
   667          <Member Name="oneDriveConsumer" Value="2" />
   668          <Member Name="dropbox" Value="3" />
   669        </EnumType>
   670        <EnumType Name="referenceAttachmentPermission">
   671          <Member Name="other" Value="0" />
   672          <Member Name="view" Value="1" />
   673          <Member Name="edit" Value="2" />
   674          <Member Name="anonymousView" Value="3" />
   675          <Member Name="anonymousEdit" Value="4" />
   676          <Member Name="organizationView" Value="5" />
   677          <Member Name="organizationEdit" Value="6" />
   678        </EnumType>
   679        <EnumType Name="messageActionFlag">
   680          <Member Name="any" Value="0" />
   681          <Member Name="call" Value="1" />
   682          <Member Name="doNotForward" Value="2" />
   683          <Member Name="followUp" Value="3" />
   684          <Member Name="fyi" Value="4" />
   685          <Member Name="forward" Value="5" />
   686          <Member Name="noResponseNecessary" Value="6" />
   687          <Member Name="read" Value="7" />
   688          <Member Name="reply" Value="8" />
   689          <Member Name="replyToAll" Value="9" />
   690          <Member Name="review" Value="10" />
   691        </EnumType>
   692        <EnumType Name="onPremisesPublishingType">
   693          <Member Name="appProxy" Value="0" />
   694          <Member Name="exchangeOnline" Value="1" />
   695          <Member Name="authentication" Value="2" />
   696          <Member Name="provisioning" Value="3" />
   697          <Member Name="intunePfx" Value="4" />
   698          <Member Name="oflineDomainJoin" Value="5" />
   699          <Member Name="unknownFutureValue" Value="6" />
   700        </EnumType>
   701        <EnumType Name="agentStatus">
   702          <Member Name="active" Value="0" />
   703          <Member Name="inactive" Value="1" />
   704        </EnumType>
   705        <EnumType Name="stagedFeatureName">
   706          <Member Name="passthroughAuthentication" Value="0" />
   707          <Member Name="seamlessSso" Value="1" />
   708          <Member Name="passwordHashSync" Value="2" />
   709          <Member Name="unknownFutureValue" Value="3" />
   710        </EnumType>
   711        <EnumType Name="attributeFlowType">
   712          <Member Name="Always" Value="0" />
   713          <Member Name="ObjectAddOnly" Value="1" />
   714          <Member Name="MultiValueAddOnly" Value="2" />
   715        </EnumType>
   716        <EnumType Name="attributeFlowBehavior">
   717          <Member Name="FlowWhenChanged" Value="0" />
   718          <Member Name="FlowAlways" Value="1" />
   719        </EnumType>
   720        <EnumType Name="attributeMappingSourceType">
   721          <Member Name="Attribute" Value="0" />
   722          <Member Name="Constant" Value="1" />
   723          <Member Name="Function" Value="2" />
   724        </EnumType>
   725        <EnumType Name="directoryDefinitionDiscoverabilities" IsFlags="true">
   726          <Member Name="None" Value="0" />
   727          <Member Name="AttributeNames" Value="1" />
   728          <Member Name="AttributeDataTypes" Value="2" />
   729          <Member Name="AttributeReadOnly" Value="4" />
   730          <Member Name="ReferenceAttributes" Value="8" />
   731          <Member Name="UnknownFutureValue" Value="16" />
   732        </EnumType>
   733        <EnumType Name="entryExportStatus">
   734          <Member Name="Noop" Value="0" />
   735          <Member Name="Success" Value="1" />
   736          <Member Name="RetryableError" Value="2" />
   737          <Member Name="PermanentError" Value="3" />
   738          <Member Name="Error" Value="4" />
   739        </EnumType>
   740        <EnumType Name="attributeType">
   741          <Member Name="DateTime" Value="5" />
   742          <Member Name="Boolean" Value="4" />
   743          <Member Name="Binary" Value="3" />
   744          <Member Name="Reference" Value="2" />
   745          <Member Name="Integer" Value="1" />
   746          <Member Name="String" Value="0" />
   747        </EnumType>
   748        <EnumType Name="entrySyncOperation">
   749          <Member Name="None" Value="0" />
   750          <Member Name="Add" Value="1" />
   751          <Member Name="Delete" Value="2" />
   752          <Member Name="Update" Value="3" />
   753        </EnumType>
   754        <EnumType Name="mutability">
   755          <Member Name="ReadWrite" Value="0" />
   756          <Member Name="ReadOnly" Value="1" />
   757          <Member Name="Immutable" Value="2" />
   758          <Member Name="WriteOnly" Value="3" />
   759        </EnumType>
   760        <EnumType Name="objectFlowTypes" IsFlags="true">
   761          <Member Name="None" Value="0" />
   762          <Member Name="Add" Value="1" />
   763          <Member Name="Update" Value="2" />
   764          <Member Name="Delete" Value="4" />
   765        </EnumType>
   766        <EnumType Name="synchronizationSecret">
   767          <Member Name="None" Value="0" />
   768          <Member Name="UserName" Value="1" />
   769          <Member Name="Password" Value="2" />
   770          <Member Name="SecretToken" Value="3" />
   771          <Member Name="AppKey" Value="4" />
   772          <Member Name="BaseAddress" Value="5" />
   773          <Member Name="ClientIdentifier" Value="6" />
   774          <Member Name="ClientSecret" Value="7" />
   775          <Member Name="SingleSignOnType" Value="11" />
   776          <Member Name="Sandbox" Value="12" />
   777          <Member Name="Url" Value="13" />
   778          <Member Name="Domain" Value="14" />
   779          <Member Name="ConsumerKey" Value="15" />
   780          <Member Name="ConsumerSecret" Value="16" />
   781          <Member Name="TokenKey" Value="17" />
   782          <Member Name="TokenExpiration" Value="18" />
   783          <Member Name="Oauth2AccessToken" Value="19" />
   784          <Member Name="Oauth2AccessTokenCreationTime" Value="20" />
   785          <Member Name="Oauth2RefreshToken" Value="21" />
   786          <Member Name="SyncAll" Value="22" />
   787          <Member Name="InstanceName" Value="24" />
   788          <Member Name="Oauth2ClientId" Value="27" />
   789          <Member Name="Oauth2ClientSecret" Value="28" />
   790          <Member Name="CompanyId" Value="29" />
   791          <Member Name="UpdateKeyOnSoftDelete" Value="30" />
   792          <Member Name="SynchronizationSchedule" Value="33" />
   793          <Member Name="SystemOfRecord" Value="34" />
   794          <Member Name="SandboxName" Value="35" />
   795          <Member Name="EnforceDomain" Value="36" />
   796          <Member Name="SyncNotificationSettings" Value="37" />
   797          <Member Name="Server" Value="70" />
   798          <Member Name="PerformInboundEntitlementGrants" Value="100" />
   799          <Member Name="HardDeletesEnabled" Value="101" />
   800          <Member Name="SyncAgentCompatibilityKey" Value="102" />
   801          <Member Name="SyncAgentADContainer" Value="103" />
   802          <Member Name="ValidateDomain" Value="206" />
   803          <Member Name="TestReferences" Value="207" />
   804        </EnumType>
   805        <EnumType Name="synchronizationStatusCode">
   806          <Member Name="NotConfigured" Value="0" />
   807          <Member Name="NotRun" Value="1" />
   808          <Member Name="Active" Value="2" />
   809          <Member Name="Paused" Value="3" />
   810          <Member Name="Quarantine" Value="4" />
   811        </EnumType>
   812        <EnumType Name="synchronizationTaskExecutionResult">
   813          <Member Name="Succeeded" Value="0" />
   814          <Member Name="Failed" Value="1" />
   815          <Member Name="EntryLevelErrors" Value="2" />
   816        </EnumType>
   817        <EnumType Name="synchronizationJobRestartScope" IsFlags="true">
   818          <Member Name="ForceDeletes" Value="32" />
   819          <Member Name="Full" Value="15" />
   820          <Member Name="QuarantineState" Value="8" />
   821          <Member Name="Watermark" Value="4" />
   822          <Member Name="Escrows" Value="2" />
   823          <Member Name="ConnectorDataStore" Value="1" />
   824          <Member Name="None" Value="0" />
   825        </EnumType>
   826        <EnumType Name="quarantineReason">
   827          <Member Name="EncounteredBaseEscrowThreshold" Value="0" />
   828          <Member Name="EncounteredTotalEscrowThreshold" Value="1" />
   829          <Member Name="EncounteredEscrowProportionThreshold" Value="2" />
   830          <Member Name="EncounteredQuarantineException" Value="4" />
   831          <Member Name="Unknown" Value="8" />
   832          <Member Name="QuarantinedOnDemand" Value="16" />
   833          <Member Name="TooManyDeletes" Value="32" />
   834        </EnumType>
   835        <EnumType Name="synchronizationScheduleState">
   836          <Member Name="Active" Value="0" />
   837          <Member Name="Disabled" Value="1" />
   838        </EnumType>
   839        <EnumType Name="scopeOperatorMultiValuedComparisonType">
   840          <Member Name="All" Value="0" />
   841          <Member Name="Any" Value="1" />
   842        </EnumType>
   843        <EnumType Name="scopeOperatorType">
   844          <Member Name="Binary" Value="0" />
   845          <Member Name="Unary" Value="1" />
   846        </EnumType>
   847        <EnumType Name="modality">
   848          <Member Name="unknown" Value="0" />
   849          <Member Name="audio" Value="1" />
   850          <Member Name="video" Value="2" />
   851          <Member Name="videoBasedScreenSharing" Value="3" />
   852          <Member Name="data" Value="4" />
   853          <Member Name="unknownFutureValue" Value="5" />
   854        </EnumType>
   855        <EnumType Name="agreementAcceptanceState">
   856          <Member Name="accepted" Value="2" />
   857          <Member Name="declined" Value="3" />
   858        </EnumType>
   859        <EnumType Name="riskEventStatus">
   860          <Member Name="active" Value="0" />
   861          <Member Name="remediated" Value="1" />
   862          <Member Name="dismissedAsFixed" Value="2" />
   863          <Member Name="dismissedAsFalsePositive" Value="3" />
   864          <Member Name="dismissedAsIgnore" Value="4" />
   865          <Member Name="loginBlocked" Value="5" />
   866          <Member Name="closedMfaAuto" Value="6" />
   867          <Member Name="closedMultipleReasons" Value="7" />
   868        </EnumType>
   869        <EnumType Name="userRiskLevel">
   870          <Member Name="unknown" Value="0" />
   871          <Member Name="none" Value="1" />
   872          <Member Name="low" Value="2" />
   873          <Member Name="medium" Value="3" />
   874          <Member Name="high" Value="4" />
   875        </EnumType>
   876        <EnumType Name="conditionalAccessPolicyState">
   877          <Member Name="enabled" Value="0" />
   878          <Member Name="disabled" Value="1" />
   879          <Member Name="enabledForReportingButNotEnforced" Value="2" />
   880        </EnumType>
   881        <EnumType Name="conditionalAccessClientApp">
   882          <Member Name="browser" Value="0" />
   883          <Member Name="modern" Value="1" />
   884          <Member Name="easSupported" Value="2" />
   885          <Member Name="easUnsupported" Value="3" />
   886          <Member Name="other" Value="4" />
   887        </EnumType>
   888        <EnumType Name="conditionalAccessGrantControl">
   889          <Member Name="block" Value="0" />
   890          <Member Name="mfa" Value="1" />
   891          <Member Name="compliantDevice" Value="2" />
   892          <Member Name="domainJoinedDevice" Value="3" />
   893          <Member Name="approvedApplication" Value="4" />
   894          <Member Name="compliantApplication" Value="5" />
   895        </EnumType>
   896        <EnumType Name="cloudAppSecuritySessionControlType">
   897          <Member Name="mcasConfigured" Value="0" />
   898          <Member Name="monitorOnly" Value="1" />
   899          <Member Name="blockDownloads" Value="2" />
   900        </EnumType>
   901        <EnumType Name="signinFrequencyType">
   902          <Member Name="days" Value="0" />
   903          <Member Name="hours" Value="1" />
   904        </EnumType>
   905        <EnumType Name="persistentBrowserSessionMode">
   906          <Member Name="always" Value="0" />
   907          <Member Name="never" Value="1" />
   908        </EnumType>
   909        <EnumType Name="conditionalAccessDevicePlatform">
   910          <Member Name="android" Value="0" />
   911          <Member Name="iOS" Value="1" />
   912          <Member Name="windows" Value="2" />
   913          <Member Name="windowsPhone" Value="3" />
   914          <Member Name="macOS" Value="4" />
   915          <Member Name="all" Value="5" />
   916        </EnumType>
   917        <EnumType Name="riskDetectionTimingType">
   918          <Member Name="notDefined" Value="0" />
   919          <Member Name="realtime" Value="1" />
   920          <Member Name="nearRealtime" Value="2" />
   921          <Member Name="offline" Value="3" />
   922          <Member Name="unknownFutureValue" Value="4" />
   923        </EnumType>
   924        <EnumType Name="activityType">
   925          <Member Name="signin" Value="0" />
   926          <Member Name="user" Value="1" />
   927          <Member Name="unknownFutureValue" Value="2" />
   928        </EnumType>
   929        <EnumType Name="contentFormat">
   930          <Member Name="default" Value="0" />
   931          <Member Name="email" Value="1" />
   932        </EnumType>
   933        <EnumType Name="contentState">
   934          <Member Name="rest" Value="0" />
   935          <Member Name="motion" Value="1" />
   936          <Member Name="use" Value="2" />
   937        </EnumType>
   938        <EnumType Name="assignmentMethod">
   939          <Member Name="standard" Value="0" />
   940          <Member Name="privileged" Value="1" />
   941          <Member Name="auto" Value="2" />
   942        </EnumType>
   943        <EnumType Name="contentAlignment">
   944          <Member Name="left" Value="0" />
   945          <Member Name="right" Value="1" />
   946          <Member Name="center" Value="2" />
   947        </EnumType>
   948        <EnumType Name="watermarkLayout">
   949          <Member Name="horizontal" Value="0" />
   950          <Member Name="diagonal" Value="1" />
   951        </EnumType>
   952        <EnumType Name="actionSource">
   953          <Member Name="manual" Value="0" />
   954          <Member Name="automatic" Value="1" />
   955          <Member Name="recommended" Value="2" />
   956          <Member Name="default" Value="3" />
   957        </EnumType>
   958        <EnumType Name="androidForWorkBindStatus">
   959          <Member Name="notBound" Value="0" />
   960          <Member Name="bound" Value="1" />
   961          <Member Name="boundAndValidated" Value="2" />
   962          <Member Name="unbinding" Value="3" />
   963        </EnumType>
   964        <EnumType Name="androidForWorkSyncStatus">
   965          <Member Name="success" Value="0" />
   966          <Member Name="credentialsNotValid" Value="1" />
   967          <Member Name="androidForWorkApiError" Value="2" />
   968          <Member Name="managementServiceError" Value="3" />
   969          <Member Name="unknownError" Value="4" />
   970          <Member Name="none" Value="5" />
   971        </EnumType>
   972        <EnumType Name="androidForWorkEnrollmentTarget">
   973          <Member Name="none" Value="0" />
   974          <Member Name="all" Value="1" />
   975          <Member Name="targeted" Value="2" />
   976          <Member Name="targetedAsEnrollmentRestrictions" Value="3" />
   977        </EnumType>
   978        <EnumType Name="androidForWorkAppConfigurationSchemaItemDataType">
   979          <Member Name="bool" Value="0" />
   980          <Member Name="integer" Value="1" />
   981          <Member Name="string" Value="2" />
   982          <Member Name="choice" Value="3" />
   983          <Member Name="multiselect" Value="4" />
   984          <Member Name="bundle" Value="5" />
   985          <Member Name="bundleArray" Value="6" />
   986          <Member Name="hidden" Value="7" />
   987        </EnumType>
   988        <EnumType Name="androidManagedStoreAccountBindStatus">
   989          <Member Name="notBound" Value="0" />
   990          <Member Name="bound" Value="1" />
   991          <Member Name="boundAndValidated" Value="2" />
   992          <Member Name="unbinding" Value="3" />
   993        </EnumType>
   994        <EnumType Name="androidManagedStoreAccountAppSyncStatus">
   995          <Member Name="success" Value="0" />
   996          <Member Name="credentialsNotValid" Value="1" />
   997          <Member Name="androidForWorkApiError" Value="2" />
   998          <Member Name="managementServiceError" Value="3" />
   999          <Member Name="unknownError" Value="4" />
  1000          <Member Name="none" Value="5" />
  1001        </EnumType>
  1002        <EnumType Name="androidManagedStoreAccountEnrollmentTarget">
  1003          <Member Name="none" Value="0" />
  1004          <Member Name="all" Value="1" />
  1005          <Member Name="targeted" Value="2" />
  1006          <Member Name="targetedAsEnrollmentRestrictions" Value="3" />
  1007        </EnumType>
  1008        <EnumType Name="androidManagedStoreAppConfigurationSchemaItemDataType">
  1009          <Member Name="bool" Value="0" />
  1010          <Member Name="integer" Value="1" />
  1011          <Member Name="string" Value="2" />
  1012          <Member Name="choice" Value="3" />
  1013          <Member Name="multiselect" Value="4" />
  1014          <Member Name="bundle" Value="5" />
  1015          <Member Name="bundleArray" Value="6" />
  1016          <Member Name="hidden" Value="7" />
  1017        </EnumType>
  1018        <EnumType Name="installIntent">
  1019          <Member Name="available" Value="0" />
  1020          <Member Name="required" Value="1" />
  1021          <Member Name="uninstall" Value="2" />
  1022          <Member Name="availableWithoutEnrollment" Value="3" />
  1023        </EnumType>
  1024        <EnumType Name="win32LobAppNotification" IsFlags="true">
  1025          <Member Name="showAll" Value="0" />
  1026          <Member Name="showReboot" Value="1" />
  1027          <Member Name="hideAll" Value="2" />
  1028        </EnumType>
  1029        <EnumType Name="deviceAndAppManagementAssignmentSource">
  1030          <Member Name="direct" Value="0" />
  1031          <Member Name="policySets" Value="1" />
  1032        </EnumType>
  1033        <EnumType Name="mobileAppPublishingState">
  1034          <Member Name="notPublished" Value="0" />
  1035          <Member Name="processing" Value="1" />
  1036          <Member Name="published" Value="2" />
  1037        </EnumType>
  1038        <EnumType Name="resultantAppState">
  1039          <Member Name="installed" Value="1" />
  1040          <Member Name="failed" Value="2" />
  1041          <Member Name="notInstalled" Value="3" />
  1042          <Member Name="uninstallFailed" Value="4" />
  1043          <Member Name="pendingInstall" Value="5" />
  1044          <Member Name="unknown" Value="99" />
  1045          <Member Name="notApplicable" Value="-1" />
  1046        </EnumType>
  1047        <EnumType Name="resultantAppStateDetail">
  1048          <Member Name="noAdditionalDetails" Value="0" />
  1049          <Member Name="dependencyFailedToInstall" Value="1" />
  1050          <Member Name="dependencyWithRequirementsNotMet" Value="2" />
  1051          <Member Name="dependencyPendingReboot" Value="3" />
  1052          <Member Name="dependencyWithAutoInstallDisabled" Value="4" />
  1053          <Member Name="seeInstallErrorCode" Value="2000" />
  1054          <Member Name="autoInstallDisabled" Value="3000" />
  1055          <Member Name="seeUninstallErrorCode" Value="4000" />
  1056          <Member Name="pendingReboot" Value="5000" />
  1057          <Member Name="installingDependencies" Value="5001" />
  1058          <Member Name="powerShellScriptRequirementNotMet" Value="-1013" />
  1059          <Member Name="registryRequirementNotMet" Value="-1012" />
  1060          <Member Name="fileSystemRequirementNotMet" Value="-1011" />
  1061          <Member Name="platformNotApplicable" Value="-1006" />
  1062          <Member Name="minimumCpuSpeedNotMet" Value="-1005" />
  1063          <Member Name="minimumLogicalProcessorCountNotMet" Value="-1004" />
  1064          <Member Name="minimumPhysicalMemoryNotMet" Value="-1003" />
  1065          <Member Name="minimumOsVersionNotMet" Value="-1002" />
  1066          <Member Name="minimumDiskSpaceNotMet" Value="-1001" />
  1067          <Member Name="processorArchitectureNotApplicable" Value="-1000" />
  1068        </EnumType>
  1069        <EnumType Name="mobileAppDependencyType">
  1070          <Member Name="detect" Value="0" />
  1071          <Member Name="autoInstall" Value="1" />
  1072        </EnumType>
  1073        <EnumType Name="microsoftEdgeChannel">
  1074          <Member Name="dev" Value="0" />
  1075          <Member Name="beta" Value="1" />
  1076          <Member Name="stable" Value="2" />
  1077        </EnumType>
  1078        <EnumType Name="officeProductId">
  1079          <Member Name="o365ProPlusRetail" Value="0" />
  1080          <Member Name="o365BusinessRetail" Value="1" />
  1081          <Member Name="visioProRetail" Value="2" />
  1082          <Member Name="projectProRetail" Value="3" />
  1083        </EnumType>
  1084        <EnumType Name="officeUpdateChannel">
  1085          <Member Name="none" Value="0" />
  1086          <Member Name="current" Value="1" />
  1087          <Member Name="deferred" Value="2" />
  1088          <Member Name="firstReleaseCurrent" Value="3" />
  1089          <Member Name="firstReleaseDeferred" Value="4" />
  1090        </EnumType>
  1091        <EnumType Name="windowsArchitecture" IsFlags="true">
  1092          <Member Name="none" Value="0" />
  1093          <Member Name="x86" Value="1" />
  1094          <Member Name="x64" Value="2" />
  1095          <Member Name="arm" Value="4" />
  1096          <Member Name="neutral" Value="8" />
  1097          <Member Name="arm64" Value="16" />
  1098        </EnumType>
  1099        <EnumType Name="officeSuiteInstallProgressDisplayLevel">
  1100          <Member Name="none" Value="0" />
  1101          <Member Name="full" Value="1" />
  1102        </EnumType>
  1103        <EnumType Name="managedAppAvailability">
  1104          <Member Name="global" Value="0" />
  1105          <Member Name="lineOfBusiness" Value="1" />
  1106        </EnumType>
  1107        <EnumType Name="mobileAppContentFileUploadState">
  1108          <Member Name="success" Value="0" />
  1109          <Member Name="transientError" Value="1" />
  1110          <Member Name="error" Value="2" />
  1111          <Member Name="unknown" Value="3" />
  1112          <Member Name="azureStorageUriRequestSuccess" Value="100" />
  1113          <Member Name="azureStorageUriRequestPending" Value="101" />
  1114          <Member Name="azureStorageUriRequestFailed" Value="102" />
  1115          <Member Name="azureStorageUriRequestTimedOut" Value="103" />
  1116          <Member Name="azureStorageUriRenewalSuccess" Value="200" />
  1117          <Member Name="azureStorageUriRenewalPending" Value="201" />
  1118          <Member Name="azureStorageUriRenewalFailed" Value="202" />
  1119          <Member Name="azureStorageUriRenewalTimedOut" Value="203" />
  1120          <Member Name="commitFileSuccess" Value="300" />
  1121          <Member Name="commitFilePending" Value="301" />
  1122          <Member Name="commitFileFailed" Value="302" />
  1123          <Member Name="commitFileTimedOut" Value="303" />
  1124        </EnumType>
  1125        <EnumType Name="win32LobAppFileSystemDetectionType">
  1126          <Member Name="notConfigured" Value="0" />
  1127          <Member Name="exists" Value="1" />
  1128          <Member Name="modifiedDate" Value="2" />
  1129          <Member Name="createdDate" Value="3" />
  1130          <Member Name="version" Value="4" />
  1131          <Member Name="sizeInMB" Value="5" />
  1132          <Member Name="doesNotExist" Value="6" />
  1133        </EnumType>
  1134        <EnumType Name="win32LobAppDetectionOperator" IsFlags="true">
  1135          <Member Name="notConfigured" Value="0" />
  1136          <Member Name="equal" Value="1" />
  1137          <Member Name="notEqual" Value="2" />
  1138          <Member Name="greaterThan" Value="4" />
  1139          <Member Name="greaterThanOrEqual" Value="5" />
  1140          <Member Name="lessThan" Value="8" />
  1141          <Member Name="lessThanOrEqual" Value="9" />
  1142        </EnumType>
  1143        <EnumType Name="win32LobAppRegistryDetectionType">
  1144          <Member Name="notConfigured" Value="0" />
  1145          <Member Name="exists" Value="1" />
  1146          <Member Name="doesNotExist" Value="2" />
  1147          <Member Name="string" Value="3" />
  1148          <Member Name="integer" Value="4" />
  1149          <Member Name="version" Value="5" />
  1150        </EnumType>
  1151        <EnumType Name="runAsAccountType">
  1152          <Member Name="system" Value="0" />
  1153          <Member Name="user" Value="1" />
  1154        </EnumType>
  1155        <EnumType Name="win32LobAppPowerShellScriptDetectionType">
  1156          <Member Name="notConfigured" Value="0" />
  1157          <Member Name="string" Value="1" />
  1158          <Member Name="dateTime" Value="2" />
  1159          <Member Name="integer" Value="3" />
  1160          <Member Name="float" Value="4" />
  1161          <Member Name="version" Value="5" />
  1162          <Member Name="boolean" Value="6" />
  1163        </EnumType>
  1164        <EnumType Name="win32LobAppRestartBehavior">
  1165          <Member Name="basedOnReturnCode" Value="0" />
  1166          <Member Name="allow" Value="1" />
  1167          <Member Name="suppress" Value="2" />
  1168          <Member Name="force" Value="3" />
  1169        </EnumType>
  1170        <EnumType Name="win32LobAppReturnCodeType">
  1171          <Member Name="failed" Value="0" />
  1172          <Member Name="success" Value="1" />
  1173          <Member Name="softReboot" Value="2" />
  1174          <Member Name="hardReboot" Value="3" />
  1175          <Member Name="retry" Value="4" />
  1176        </EnumType>
  1177        <EnumType Name="win32LobAppMsiPackageType">
  1178          <Member Name="perMachine" Value="0" />
  1179          <Member Name="perUser" Value="1" />
  1180          <Member Name="dualPurpose" Value="2" />
  1181        </EnumType>
  1182        <EnumType Name="windowsDeviceType" IsFlags="true">
  1183          <Member Name="none" Value="0" />
  1184          <Member Name="desktop" Value="1" />
  1185          <Member Name="mobile" Value="2" />
  1186          <Member Name="holographic" Value="4" />
  1187          <Member Name="team" Value="8" />
  1188        </EnumType>
  1189        <EnumType Name="vppTokenAccountType">
  1190          <Member Name="business" Value="0" />
  1191          <Member Name="education" Value="1" />
  1192        </EnumType>
  1193        <EnumType Name="vppTokenActionFailureReason">
  1194          <Member Name="none" Value="0" />
  1195          <Member Name="appleFailure" Value="1" />
  1196          <Member Name="internalError" Value="2" />
  1197          <Member Name="expiredVppToken" Value="3" />
  1198          <Member Name="expiredApplePushNotificationCertificate" Value="4" />
  1199        </EnumType>
  1200        <EnumType Name="actionState">
  1201          <Member Name="none" Value="0" />
  1202          <Member Name="pending" Value="1" />
  1203          <Member Name="canceled" Value="2" />
  1204          <Member Name="active" Value="3" />
  1205          <Member Name="done" Value="4" />
  1206          <Member Name="failed" Value="5" />
  1207          <Member Name="notSupported" Value="6" />
  1208        </EnumType>
  1209        <EnumType Name="microsoftStoreForBusinessLicenseType">
  1210          <Member Name="offline" Value="0" />
  1211          <Member Name="online" Value="1" />
  1212        </EnumType>
  1213        <EnumType Name="certificateStatus">
  1214          <Member Name="notProvisioned" Value="0" />
  1215          <Member Name="provisioned" Value="1" />
  1216        </EnumType>
  1217        <EnumType Name="complianceStatus">
  1218          <Member Name="unknown" Value="0" />
  1219          <Member Name="notApplicable" Value="1" />
  1220          <Member Name="compliant" Value="2" />
  1221          <Member Name="remediated" Value="3" />
  1222          <Member Name="nonCompliant" Value="4" />
  1223          <Member Name="error" Value="5" />
  1224          <Member Name="conflict" Value="6" />
  1225          <Member Name="notAssigned" Value="7" />
  1226        </EnumType>
  1227        <EnumType Name="androidPermissionActionType">
  1228          <Member Name="prompt" Value="0" />
  1229          <Member Name="autoGrant" Value="1" />
  1230          <Member Name="autoDeny" Value="2" />
  1231        </EnumType>
  1232        <EnumType Name="mdmAppConfigKeyType">
  1233          <Member Name="stringType" Value="0" />
  1234          <Member Name="integerType" Value="1" />
  1235          <Member Name="realType" Value="2" />
  1236          <Member Name="booleanType" Value="3" />
  1237          <Member Name="tokenType" Value="4" />
  1238        </EnumType>
  1239        <EnumType Name="installState">
  1240          <Member Name="notApplicable" Value="0" />
  1241          <Member Name="installed" Value="1" />
  1242          <Member Name="failed" Value="2" />
  1243          <Member Name="notInstalled" Value="3" />
  1244          <Member Name="uninstallFailed" Value="4" />
  1245          <Member Name="unknown" Value="5" />
  1246        </EnumType>
  1247        <EnumType Name="policySetStatus">
  1248          <Member Name="unknown" Value="0" />
  1249          <Member Name="validating" Value="1" />
  1250          <Member Name="partialSuccess" Value="2" />
  1251          <Member Name="success" Value="3" />
  1252          <Member Name="error" Value="4" />
  1253          <Member Name="notAssigned" Value="5" />
  1254        </EnumType>
  1255        <EnumType Name="errorCode">
  1256          <Member Name="noError" Value="0" />
  1257          <Member Name="unauthorized" Value="1" />
  1258          <Member Name="notFound" Value="2" />
  1259          <Member Name="deleted" Value="3" />
  1260        </EnumType>
  1261        <EnumType Name="administratorConfiguredDeviceComplianceState">
  1262          <Member Name="basedOnDeviceCompliancePolicy" Value="0" />
  1263          <Member Name="nonCompliant" Value="1" />
  1264        </EnumType>
  1265        <EnumType Name="derivedCredentialProviderType">
  1266          <Member Name="notConfigured" Value="0" />
  1267          <Member Name="entrustDataCard" Value="1" />
  1268          <Member Name="purebred" Value="2" />
  1269          <Member Name="xTec" Value="3" />
  1270          <Member Name="intercede" Value="4" />
  1271        </EnumType>
  1272        <EnumType Name="windows10EditionType">
  1273          <Member Name="windows10Enterprise" Value="0" />
  1274          <Member Name="windows10EnterpriseN" Value="1" />
  1275          <Member Name="windows10Education" Value="2" />
  1276          <Member Name="windows10EducationN" Value="3" />
  1277          <Member Name="windows10MobileEnterprise" Value="4" />
  1278          <Member Name="windows10HolographicEnterprise" Value="5" />
  1279          <Member Name="windows10Professional" Value="6" />
  1280          <Member Name="windows10ProfessionalN" Value="7" />
  1281          <Member Name="windows10ProfessionalEducation" Value="8" />
  1282          <Member Name="windows10ProfessionalEducationN" Value="9" />
  1283          <Member Name="windows10ProfessionalWorkstation" Value="10" />
  1284          <Member Name="windows10ProfessionalWorkstationN" Value="11" />
  1285          <Member Name="notConfigured" Value="12" />
  1286          <Member Name="windows10Home" Value="13" />
  1287          <Member Name="windows10HomeChina" Value="14" />
  1288          <Member Name="windows10HomeN" Value="15" />
  1289          <Member Name="windows10HomeSingleLanguage" Value="16" />
  1290          <Member Name="windows10Mobile" Value="17" />
  1291          <Member Name="windows10IoTCore" Value="18" />
  1292          <Member Name="windows10IoTCoreCommercial" Value="19" />
  1293        </EnumType>
  1294        <EnumType Name="deviceManagementApplicabilityRuleType">
  1295          <Member Name="include" Value="0" />
  1296          <Member Name="exclude" Value="1" />
  1297        </EnumType>
  1298        <EnumType Name="windows10DeviceModeType">
  1299          <Member Name="standardConfiguration" Value="0" />
  1300          <Member Name="sModeConfiguration" Value="1" />
  1301        </EnumType>
  1302        <EnumType Name="subjectNameFormat">
  1303          <Member Name="commonName" Value="0" />
  1304          <Member Name="commonNameIncludingEmail" Value="1" />
  1305          <Member Name="commonNameAsEmail" Value="2" />
  1306          <Member Name="custom" Value="3" />
  1307          <Member Name="commonNameAsIMEI" Value="5" />
  1308          <Member Name="commonNameAsSerialNumber" Value="6" />
  1309          <Member Name="commonNameAsAadDeviceId" Value="7" />
  1310          <Member Name="commonNameAsIntuneDeviceId" Value="8" />
  1311          <Member Name="commonNameAsDurableDeviceId" Value="9" />
  1312        </EnumType>
  1313        <EnumType Name="certificateValidityPeriodScale">
  1314          <Member Name="days" Value="0" />
  1315          <Member Name="months" Value="1" />
  1316          <Member Name="years" Value="2" />
  1317        </EnumType>
  1318        <EnumType Name="subjectAlternativeNameType" IsFlags="true">
  1319          <Member Name="none" Value="0" />
  1320          <Member Name="emailAddress" Value="1" />
  1321          <Member Name="userPrincipalName" Value="2" />
  1322          <Member Name="customAzureADAttribute" Value="4" />
  1323          <Member Name="domainNameService" Value="8" />
  1324        </EnumType>
  1325        <EnumType Name="intendedPurpose">
  1326          <Member Name="unassigned" Value="1" />
  1327          <Member Name="smimeEncryption" Value="2" />
  1328          <Member Name="smimeSigning" Value="3" />
  1329          <Member Name="vpn" Value="4" />
  1330          <Member Name="wifi" Value="5" />
  1331        </EnumType>
  1332        <EnumType Name="devicePlatformType">
  1333          <Member Name="android" Value="0" />
  1334          <Member Name="androidForWork" Value="1" />
  1335          <Member Name="iOS" Value="2" />
  1336          <Member Name="macOS" Value="3" />
  1337          <Member Name="windowsPhone81" Value="4" />
  1338          <Member Name="windows81AndLater" Value="5" />
  1339          <Member Name="windows10AndLater" Value="6" />
  1340          <Member Name="androidWorkProfile" Value="7" />
  1341          <Member Name="unknown" Value="8" />
  1342        </EnumType>
  1343        <EnumType Name="keyUsages" IsFlags="true">
  1344          <Member Name="keyEncipherment" Value="1" />
  1345          <Member Name="digitalSignature" Value="2" />
  1346        </EnumType>
  1347        <EnumType Name="certificateIssuanceStates">
  1348          <Member Name="unknown" Value="0" />
  1349          <Member Name="challengeIssued" Value="1" />
  1350          <Member Name="challengeIssueFailed" Value="2" />
  1351          <Member Name="requestCreationFailed" Value="3" />
  1352          <Member Name="requestSubmitFailed" Value="4" />
  1353          <Member Name="challengeValidationSucceeded" Value="5" />
  1354          <Member Name="challengeValidationFailed" Value="6" />
  1355          <Member Name="issueFailed" Value="7" />
  1356          <Member Name="issuePending" Value="8" />
  1357          <Member Name="issued" Value="9" />
  1358          <Member Name="responseProcessingFailed" Value="10" />
  1359          <Member Name="responsePending" Value="11" />
  1360          <Member Name="enrollmentSucceeded" Value="12" />
  1361          <Member Name="enrollmentNotNeeded" Value="13" />
  1362          <Member Name="revoked" Value="14" />
  1363          <Member Name="removedFromCollection" Value="15" />
  1364          <Member Name="renewVerified" Value="16" />
  1365          <Member Name="installFailed" Value="17" />
  1366          <Member Name="installed" Value="18" />
  1367          <Member Name="deleteFailed" Value="19" />
  1368          <Member Name="deleted" Value="20" />
  1369          <Member Name="renewalRequested" Value="21" />
  1370          <Member Name="requested" Value="22" />
  1371        </EnumType>
  1372        <EnumType Name="keyStorageProviderOption">
  1373          <Member Name="useTpmKspOtherwiseUseSoftwareKsp" Value="0" />
  1374          <Member Name="useTpmKspOtherwiseFail" Value="1" />
  1375          <Member Name="usePassportForWorkKspOtherwiseFail" Value="2" />
  1376          <Member Name="useSoftwareKsp" Value="3" />
  1377        </EnumType>
  1378        <EnumType Name="certificateRevocationStatus">
  1379          <Member Name="none" Value="0" />
  1380          <Member Name="pending" Value="1" />
  1381          <Member Name="issued" Value="2" />
  1382          <Member Name="failed" Value="3" />
  1383          <Member Name="revoked" Value="4" />
  1384        </EnumType>
  1385        <EnumType Name="certificateStore">
  1386          <Member Name="user" Value="1" />
  1387          <Member Name="machine" Value="2" />
  1388        </EnumType>
  1389        <EnumType Name="keySize">
  1390          <Member Name="size1024" Value="0" />
  1391          <Member Name="size2048" Value="1" />
  1392        </EnumType>
  1393        <EnumType Name="hashAlgorithms" IsFlags="true">
  1394          <Member Name="sha1" Value="1" />
  1395          <Member Name="sha2" Value="2" />
  1396        </EnumType>
  1397        <EnumType Name="androidDeviceOwnerAppAutoUpdatePolicyType">
  1398          <Member Name="notConfigured" Value="0" />
  1399          <Member Name="userChoice" Value="1" />
  1400          <Member Name="never" Value="2" />
  1401          <Member Name="wiFiOnly" Value="3" />
  1402          <Member Name="always" Value="4" />
  1403        </EnumType>
  1404        <EnumType Name="androidDeviceOwnerDefaultAppPermissionPolicyType">
  1405          <Member Name="deviceDefault" Value="0" />
  1406          <Member Name="prompt" Value="1" />
  1407          <Member Name="autoGrant" Value="2" />
  1408          <Member Name="autoDeny" Value="3" />
  1409        </EnumType>
  1410        <EnumType Name="androidDeviceOwnerVirtualHomeButtonType">
  1411          <Member Name="notConfigured" Value="0" />
  1412          <Member Name="swipeUp" Value="1" />
  1413          <Member Name="floating" Value="2" />
  1414        </EnumType>
  1415        <EnumType Name="androidKeyguardFeature">
  1416          <Member Name="notConfigured" Value="0" />
  1417          <Member Name="camera" Value="1" />
  1418          <Member Name="notifications" Value="2" />
  1419          <Member Name="unredactedNotifications" Value="3" />
  1420          <Member Name="trustAgents" Value="4" />
  1421          <Member Name="fingerprint" Value="5" />
  1422          <Member Name="remoteInput" Value="6" />
  1423          <Member Name="allFeatures" Value="7" />
  1424        </EnumType>
  1425        <EnumType Name="androidDeviceOwnerRequiredPasswordType">
  1426          <Member Name="deviceDefault" Value="0" />
  1427          <Member Name="required" Value="1" />
  1428          <Member Name="numeric" Value="2" />
  1429          <Member Name="numericComplex" Value="3" />
  1430          <Member Name="alphabetic" Value="4" />
  1431          <Member Name="alphanumeric" Value="5" />
  1432          <Member Name="alphanumericWithSymbols" Value="6" />
  1433          <Member Name="lowSecurityBiometric" Value="7" />
  1434          <Member Name="customPassword" Value="8" />
  1435        </EnumType>
  1436        <EnumType Name="androidDeviceOwnerPlayStoreMode">
  1437          <Member Name="notConfigured" Value="0" />
  1438          <Member Name="allowList" Value="1" />
  1439          <Member Name="blockList" Value="2" />
  1440        </EnumType>
  1441        <EnumType Name="androidDeviceOwnerBatteryPluggedMode">
  1442          <Member Name="notConfigured" Value="0" />
  1443          <Member Name="ac" Value="1" />
  1444          <Member Name="usb" Value="2" />
  1445          <Member Name="wireless" Value="3" />
  1446        </EnumType>
  1447        <EnumType Name="androidDeviceOwnerSystemUpdateInstallType">
  1448          <Member Name="deviceDefault" Value="0" />
  1449          <Member Name="postpone" Value="1" />
  1450          <Member Name="windowed" Value="2" />
  1451          <Member Name="automatic" Value="3" />
  1452        </EnumType>
  1453        <EnumType Name="androidDeviceOwnerWiFiSecurityType">
  1454          <Member Name="open" Value="0" />
  1455          <Member Name="wep" Value="1" />
  1456          <Member Name="wpaPersonal" Value="2" />
  1457          <Member Name="wpaEnterprise" Value="4" />
  1458        </EnumType>
  1459        <EnumType Name="androidEapType">
  1460          <Member Name="eapTls" Value="13" />
  1461          <Member Name="eapTtls" Value="21" />
  1462          <Member Name="peap" Value="25" />
  1463        </EnumType>
  1464        <EnumType Name="wiFiAuthenticationMethod">
  1465          <Member Name="certificate" Value="0" />
  1466          <Member Name="usernameAndPassword" Value="1" />
  1467          <Member Name="derivedCredential" Value="2" />
  1468        </EnumType>
  1469        <EnumType Name="nonEapAuthenticationMethodForEapTtlsType">
  1470          <Member Name="unencryptedPassword" Value="0" />
  1471          <Member Name="challengeHandshakeAuthenticationProtocol" Value="1" />
  1472          <Member Name="microsoftChap" Value="2" />
  1473          <Member Name="microsoftChapVersionTwo" Value="3" />
  1474        </EnumType>
  1475        <EnumType Name="nonEapAuthenticationMethodForPeap">
  1476          <Member Name="none" Value="0" />
  1477          <Member Name="microsoftChapVersionTwo" Value="1" />
  1478        </EnumType>
  1479        <EnumType Name="deviceManagementDerivedCredentialIssuer">
  1480          <Member Name="intercede" Value="0" />
  1481          <Member Name="entrustDatacard" Value="1" />
  1482          <Member Name="purebred" Value="2" />
  1483        </EnumType>
  1484        <EnumType Name="deviceManagementDerivedCredentialNotificationType" IsFlags="true">
  1485          <Member Name="none" Value="0" />
  1486          <Member Name="companyPortal" Value="1" />
  1487          <Member Name="email" Value="2" />
  1488        </EnumType>
  1489        <EnumType Name="easAuthenticationMethod">
  1490          <Member Name="usernameAndPassword" Value="0" />
  1491          <Member Name="certificate" Value="1" />
  1492          <Member Name="derivedCredential" Value="2" />
  1493        </EnumType>
  1494        <EnumType Name="emailSyncDuration">
  1495          <Member Name="userDefined" Value="0" />
  1496          <Member Name="oneDay" Value="1" />
  1497          <Member Name="threeDays" Value="2" />
  1498          <Member Name="oneWeek" Value="3" />
  1499          <Member Name="twoWeeks" Value="4" />
  1500          <Member Name="oneMonth" Value="5" />
  1501          <Member Name="unlimited" Value="6" />
  1502        </EnumType>
  1503        <EnumType Name="userEmailSource">
  1504          <Member Name="userPrincipalName" Value="0" />
  1505          <Member Name="primarySmtpAddress" Value="1" />
  1506        </EnumType>
  1507        <EnumType Name="androidUsernameSource">
  1508          <Member Name="username" Value="0" />
  1509          <Member Name="userPrincipalName" Value="1" />
  1510          <Member Name="samAccountName" Value="2" />
  1511          <Member Name="primarySmtpAddress" Value="3" />
  1512        </EnumType>
  1513        <EnumType Name="emailSyncSchedule">
  1514          <Member Name="userDefined" Value="0" />
  1515          <Member Name="asMessagesArrive" Value="1" />
  1516          <Member Name="manual" Value="2" />
  1517          <Member Name="fifteenMinutes" Value="3" />
  1518          <Member Name="thirtyMinutes" Value="4" />
  1519          <Member Name="sixtyMinutes" Value="5" />
  1520          <Member Name="basedOnMyUsage" Value="6" />
  1521        </EnumType>
  1522        <EnumType Name="domainNameSource">
  1523          <Member Name="fullDomainName" Value="0" />
  1524          <Member Name="netBiosDomainName" Value="1" />
  1525        </EnumType>
  1526        <EnumType Name="androidWiFiSecurityType">
  1527          <Member Name="open" Value="0" />
  1528          <Member Name="wpaEnterprise" Value="1" />
  1529          <Member Name="wpa2Enterprise" Value="2" />
  1530        </EnumType>
  1531        <EnumType Name="androidForWorkRequiredPasswordType">
  1532          <Member Name="deviceDefault" Value="0" />
  1533          <Member Name="lowSecurityBiometric" Value="1" />
  1534          <Member Name="required" Value="2" />
  1535          <Member Name="atLeastNumeric" Value="3" />
  1536          <Member Name="numericComplex" Value="4" />
  1537          <Member Name="atLeastAlphabetic" Value="5" />
  1538          <Member Name="atLeastAlphanumeric" Value="6" />
  1539          <Member Name="alphanumericWithSymbols" Value="7" />
  1540        </EnumType>
  1541        <EnumType Name="androidForWorkCrossProfileDataSharingType">
  1542          <Member Name="deviceDefault" Value="0" />
  1543          <Member Name="preventAny" Value="1" />
  1544          <Member Name="allowPersonalToWork" Value="2" />
  1545          <Member Name="noRestrictions" Value="3" />
  1546        </EnumType>
  1547        <EnumType Name="androidForWorkDefaultAppPermissionPolicyType">
  1548          <Member Name="deviceDefault" Value="0" />
  1549          <Member Name="prompt" Value="1" />
  1550          <Member Name="autoGrant" Value="2" />
  1551          <Member Name="autoDeny" Value="3" />
  1552        </EnumType>
  1553        <EnumType Name="androidForWorkVpnConnectionType">
  1554          <Member Name="ciscoAnyConnect" Value="0" />
  1555          <Member Name="pulseSecure" Value="1" />
  1556          <Member Name="f5EdgeClient" Value="2" />
  1557          <Member Name="dellSonicWallMobileConnect" Value="3" />
  1558          <Member Name="checkPointCapsuleVpn" Value="4" />
  1559          <Member Name="citrix" Value="5" />
  1560        </EnumType>
  1561        <EnumType Name="vpnAuthenticationMethod">
  1562          <Member Name="certificate" Value="0" />
  1563          <Member Name="usernameAndPassword" Value="1" />
  1564          <Member Name="sharedSecret" Value="2" />
  1565          <Member Name="derivedCredential" Value="3" />
  1566        </EnumType>
  1567        <EnumType Name="appListType">
  1568          <Member Name="none" Value="0" />
  1569          <Member Name="appsInListCompliant" Value="1" />
  1570          <Member Name="appsNotInListCompliant" Value="2" />
  1571        </EnumType>
  1572        <EnumType Name="androidRequiredPasswordType">
  1573          <Member Name="deviceDefault" Value="0" />
  1574          <Member Name="alphabetic" Value="1" />
  1575          <Member Name="alphanumeric" Value="2" />
  1576          <Member Name="alphanumericWithSymbols" Value="3" />
  1577          <Member Name="lowSecurityBiometric" Value="4" />
  1578          <Member Name="numeric" Value="5" />
  1579          <Member Name="numericComplex" Value="6" />
  1580          <Member Name="any" Value="7" />
  1581        </EnumType>
  1582        <EnumType Name="webBrowserCookieSettings">
  1583          <Member Name="browserDefault" Value="0" />
  1584          <Member Name="blockAlways" Value="1" />
  1585          <Member Name="allowCurrentWebSite" Value="2" />
  1586          <Member Name="allowFromWebsitesVisited" Value="3" />
  1587          <Member Name="allowAlways" Value="4" />
  1588        </EnumType>
  1589        <EnumType Name="androidVpnConnectionType">
  1590          <Member Name="ciscoAnyConnect" Value="0" />
  1591          <Member Name="pulseSecure" Value="1" />
  1592          <Member Name="f5EdgeClient" Value="2" />
  1593          <Member Name="dellSonicWallMobileConnect" Value="3" />
  1594          <Member Name="checkPointCapsuleVpn" Value="4" />
  1595          <Member Name="citrix" Value="5" />
  1596        </EnumType>
  1597        <EnumType Name="androidWorkProfileRequiredPasswordType">
  1598          <Member Name="deviceDefault" Value="0" />
  1599          <Member Name="lowSecurityBiometric" Value="1" />
  1600          <Member Name="required" Value="2" />
  1601          <Member Name="atLeastNumeric" Value="3" />
  1602          <Member Name="numericComplex" Value="4" />
  1603          <Member Name="atLeastAlphabetic" Value="5" />
  1604          <Member Name="atLeastAlphanumeric" Value="6" />
  1605          <Member Name="alphanumericWithSymbols" Value="7" />
  1606        </EnumType>
  1607        <EnumType Name="androidWorkProfileCrossProfileDataSharingType">
  1608          <Member Name="deviceDefault" Value="0" />
  1609          <Member Name="preventAny" Value="1" />
  1610          <Member Name="allowPersonalToWork" Value="2" />
  1611          <Member Name="noRestrictions" Value="3" />
  1612        </EnumType>
  1613        <EnumType Name="androidWorkProfileDefaultAppPermissionPolicyType">
  1614          <Member Name="deviceDefault" Value="0" />
  1615          <Member Name="prompt" Value="1" />
  1616          <Member Name="autoGrant" Value="2" />
  1617          <Member Name="autoDeny" Value="3" />
  1618        </EnumType>
  1619        <EnumType Name="androidWorkProfileVpnConnectionType">
  1620          <Member Name="ciscoAnyConnect" Value="0" />
  1621          <Member Name="pulseSecure" Value="1" />
  1622          <Member Name="f5EdgeClient" Value="2" />
  1623          <Member Name="dellSonicWallMobileConnect" Value="3" />
  1624          <Member Name="checkPointCapsuleVpn" Value="4" />
  1625          <Member Name="citrix" Value="5" />
  1626          <Member Name="paloAltoGlobalProtect" Value="6" />
  1627        </EnumType>
  1628        <EnumType Name="wiFiProxySetting">
  1629          <Member Name="none" Value="0" />
  1630          <Member Name="manual" Value="1" />
  1631          <Member Name="automatic" Value="2" />
  1632        </EnumType>
  1633        <EnumType Name="wiredNetworkInterface">
  1634          <Member Name="anyEthernet" Value="0" />
  1635          <Member Name="firstActiveEthernet" Value="1" />
  1636          <Member Name="secondActiveEthernet" Value="2" />
  1637          <Member Name="thirdActiveEthernet" Value="3" />
  1638          <Member Name="firstEthernet" Value="4" />
  1639          <Member Name="secondEthernet" Value="5" />
  1640          <Member Name="thirdEthernet" Value="6" />
  1641        </EnumType>
  1642        <EnumType Name="eapType">
  1643          <Member Name="eapTls" Value="13" />
  1644          <Member Name="leap" Value="17" />
  1645          <Member Name="eapSim" Value="18" />
  1646          <Member Name="eapTtls" Value="21" />
  1647          <Member Name="peap" Value="25" />
  1648          <Member Name="eapFast" Value="43" />
  1649        </EnumType>
  1650        <EnumType Name="eapFastConfiguration">
  1651          <Member Name="noProtectedAccessCredential" Value="0" />
  1652          <Member Name="useProtectedAccessCredential" Value="1" />
  1653          <Member Name="useProtectedAccessCredentialAndProvision" Value="2" />
  1654          <Member Name="useProtectedAccessCredentialAndProvisionAnonymously" Value="3" />
  1655        </EnumType>
  1656        <EnumType Name="appleSubjectNameFormat">
  1657          <Member Name="commonName" Value="0" />
  1658          <Member Name="commonNameAsEmail" Value="1" />
  1659          <Member Name="custom" Value="2" />
  1660          <Member Name="commonNameIncludingEmail" Value="3" />
  1661          <Member Name="commonNameAsIMEI" Value="5" />
  1662          <Member Name="commonNameAsSerialNumber" Value="6" />
  1663        </EnumType>
  1664        <EnumType Name="ratingAustraliaMoviesType">
  1665          <Member Name="allAllowed" Value="0" />
  1666          <Member Name="allBlocked" Value="1" />
  1667          <Member Name="general" Value="2" />
  1668          <Member Name="parentalGuidance" Value="3" />
  1669          <Member Name="mature" Value="4" />
  1670          <Member Name="agesAbove15" Value="5" />
  1671          <Member Name="agesAbove18" Value="6" />
  1672        </EnumType>
  1673        <EnumType Name="ratingAustraliaTelevisionType">
  1674          <Member Name="allAllowed" Value="0" />
  1675          <Member Name="allBlocked" Value="1" />
  1676          <Member Name="preschoolers" Value="2" />
  1677          <Member Name="children" Value="3" />
  1678          <Member Name="general" Value="4" />
  1679          <Member Name="parentalGuidance" Value="5" />
  1680          <Member Name="mature" Value="6" />
  1681          <Member Name="agesAbove15" Value="7" />
  1682          <Member Name="agesAbove15AdultViolence" Value="8" />
  1683        </EnumType>
  1684        <EnumType Name="ratingCanadaMoviesType">
  1685          <Member Name="allAllowed" Value="0" />
  1686          <Member Name="allBlocked" Value="1" />
  1687          <Member Name="general" Value="2" />
  1688          <Member Name="parentalGuidance" Value="3" />
  1689          <Member Name="agesAbove14" Value="4" />
  1690          <Member Name="agesAbove18" Value="5" />
  1691          <Member Name="restricted" Value="6" />
  1692        </EnumType>
  1693        <EnumType Name="ratingCanadaTelevisionType">
  1694          <Member Name="allAllowed" Value="0" />
  1695          <Member Name="allBlocked" Value="1" />
  1696          <Member Name="children" Value="2" />
  1697          <Member Name="childrenAbove8" Value="3" />
  1698          <Member Name="general" Value="4" />
  1699          <Member Name="parentalGuidance" Value="5" />
  1700          <Member Name="agesAbove14" Value="6" />
  1701          <Member Name="agesAbove18" Value="7" />
  1702        </EnumType>
  1703        <EnumType Name="ratingFranceMoviesType">
  1704          <Member Name="allAllowed" Value="0" />
  1705          <Member Name="allBlocked" Value="1" />
  1706          <Member Name="agesAbove10" Value="2" />
  1707          <Member Name="agesAbove12" Value="3" />
  1708          <Member Name="agesAbove16" Value="4" />
  1709          <Member Name="agesAbove18" Value="5" />
  1710        </EnumType>
  1711        <EnumType Name="ratingFranceTelevisionType">
  1712          <Member Name="allAllowed" Value="0" />
  1713          <Member Name="allBlocked" Value="1" />
  1714          <Member Name="agesAbove10" Value="2" />
  1715          <Member Name="agesAbove12" Value="3" />
  1716          <Member Name="agesAbove16" Value="4" />
  1717          <Member Name="agesAbove18" Value="5" />
  1718        </EnumType>
  1719        <EnumType Name="ratingGermanyMoviesType">
  1720          <Member Name="allAllowed" Value="0" />
  1721          <Member Name="allBlocked" Value="1" />
  1722          <Member Name="general" Value="2" />
  1723          <Member Name="agesAbove6" Value="3" />
  1724          <Member Name="agesAbove12" Value="4" />
  1725          <Member Name="agesAbove16" Value="5" />
  1726          <Member Name="adults" Value="6" />
  1727        </EnumType>
  1728        <EnumType Name="ratingGermanyTelevisionType">
  1729          <Member Name="allAllowed" Value="0" />
  1730          <Member Name="allBlocked" Value="1" />
  1731          <Member Name="general" Value="2" />
  1732          <Member Name="agesAbove6" Value="3" />
  1733          <Member Name="agesAbove12" Value="4" />
  1734          <Member Name="agesAbove16" Value="5" />
  1735          <Member Name="adults" Value="6" />
  1736        </EnumType>
  1737        <EnumType Name="ratingIrelandMoviesType">
  1738          <Member Name="allAllowed" Value="0" />
  1739          <Member Name="allBlocked" Value="1" />
  1740          <Member Name="general" Value="2" />
  1741          <Member Name="parentalGuidance" Value="3" />
  1742          <Member Name="agesAbove12" Value="4" />
  1743          <Member Name="agesAbove15" Value="5" />
  1744          <Member Name="agesAbove16" Value="6" />
  1745          <Member Name="adults" Value="7" />
  1746        </EnumType>
  1747        <EnumType Name="ratingIrelandTelevisionType">
  1748          <Member Name="allAllowed" Value="0" />
  1749          <Member Name="allBlocked" Value="1" />
  1750          <Member Name="general" Value="2" />
  1751          <Member Name="children" Value="3" />
  1752          <Member Name="youngAdults" Value="4" />
  1753          <Member Name="parentalSupervision" Value="5" />
  1754          <Member Name="mature" Value="6" />
  1755        </EnumType>
  1756        <EnumType Name="ratingJapanMoviesType">
  1757          <Member Name="allAllowed" Value="0" />
  1758          <Member Name="allBlocked" Value="1" />
  1759          <Member Name="general" Value="2" />
  1760          <Member Name="parentalGuidance" Value="3" />
  1761          <Member Name="agesAbove15" Value="4" />
  1762          <Member Name="agesAbove18" Value="5" />
  1763        </EnumType>
  1764        <EnumType Name="ratingJapanTelevisionType">
  1765          <Member Name="allAllowed" Value="0" />
  1766          <Member Name="allBlocked" Value="1" />
  1767          <Member Name="explicitAllowed" Value="2" />
  1768        </EnumType>
  1769        <EnumType Name="ratingNewZealandMoviesType">
  1770          <Member Name="allAllowed" Value="0" />
  1771          <Member Name="allBlocked" Value="1" />
  1772          <Member Name="general" Value="2" />
  1773          <Member Name="parentalGuidance" Value="3" />
  1774          <Member Name="mature" Value="4" />
  1775          <Member Name="agesAbove13" Value="5" />
  1776          <Member Name="agesAbove15" Value="6" />
  1777          <Member Name="agesAbove16" Value="7" />
  1778          <Member Name="agesAbove18" Value="8" />
  1779          <Member Name="restricted" Value="9" />
  1780          <Member Name="agesAbove16Restricted" Value="10" />
  1781        </EnumType>
  1782        <EnumType Name="ratingNewZealandTelevisionType">
  1783          <Member Name="allAllowed" Value="0" />
  1784          <Member Name="allBlocked" Value="1" />
  1785          <Member Name="general" Value="2" />
  1786          <Member Name="parentalGuidance" Value="3" />
  1787          <Member Name="adults" Value="4" />
  1788        </EnumType>
  1789        <EnumType Name="ratingUnitedKingdomMoviesType">
  1790          <Member Name="allAllowed" Value="0" />
  1791          <Member Name="allBlocked" Value="1" />
  1792          <Member Name="general" Value="2" />
  1793          <Member Name="universalChildren" Value="3" />
  1794          <Member Name="parentalGuidance" Value="4" />
  1795          <Member Name="agesAbove12Video" Value="5" />
  1796          <Member Name="agesAbove12Cinema" Value="6" />
  1797          <Member Name="agesAbove15" Value="7" />
  1798          <Member Name="adults" Value="8" />
  1799        </EnumType>
  1800        <EnumType Name="ratingUnitedKingdomTelevisionType">
  1801          <Member Name="allAllowed" Value="0" />
  1802          <Member Name="allBlocked" Value="1" />
  1803          <Member Name="caution" Value="2" />
  1804        </EnumType>
  1805        <EnumType Name="ratingUnitedStatesMoviesType">
  1806          <Member Name="allAllowed" Value="0" />
  1807          <Member Name="allBlocked" Value="1" />
  1808          <Member Name="general" Value="2" />
  1809          <Member Name="parentalGuidance" Value="3" />
  1810          <Member Name="parentalGuidance13" Value="4" />
  1811          <Member Name="restricted" Value="5" />
  1812          <Member Name="adults" Value="6" />
  1813        </EnumType>
  1814        <EnumType Name="ratingUnitedStatesTelevisionType">
  1815          <Member Name="allAllowed" Value="0" />
  1816          <Member Name="allBlocked" Value="1" />
  1817          <Member Name="childrenAll" Value="2" />
  1818          <Member Name="childrenAbove7" Value="3" />
  1819          <Member Name="general" Value="4" />
  1820          <Member Name="parentalGuidance" Value="5" />
  1821          <Member Name="childrenAbove14" Value="6" />
  1822          <Member Name="adults" Value="7" />
  1823        </EnumType>
  1824        <EnumType Name="ratingAppsType">
  1825          <Member Name="allAllowed" Value="0" />
  1826          <Member Name="allBlocked" Value="1" />
  1827          <Member Name="agesAbove4" Value="2" />
  1828          <Member Name="agesAbove9" Value="3" />
  1829          <Member Name="agesAbove12" Value="4" />
  1830          <Member Name="agesAbove17" Value="5" />
  1831        </EnumType>
  1832        <EnumType Name="requiredPasswordType">
  1833          <Member Name="deviceDefault" Value="0" />
  1834          <Member Name="alphanumeric" Value="1" />
  1835          <Member Name="numeric" Value="2" />
  1836        </EnumType>
  1837        <EnumType Name="wiFiSecurityType">
  1838          <Member Name="open" Value="0" />
  1839          <Member Name="wpaPersonal" Value="1" />
  1840          <Member Name="wpaEnterprise" Value="2" />
  1841          <Member Name="wep" Value="3" />
  1842          <Member Name="wpa2Personal" Value="4" />
  1843          <Member Name="wpa2Enterprise" Value="5" />
  1844        </EnumType>
  1845        <EnumType Name="macOSGatekeeperAppSources">
  1846          <Member Name="notConfigured" Value="0" />
  1847          <Member Name="macAppStore" Value="1" />
  1848          <Member Name="macAppStoreAndIdentifiedDevelopers" Value="2" />
  1849          <Member Name="anywhere" Value="3" />
  1850        </EnumType>
  1851        <EnumType Name="macOSFileVaultRecoveryKeyTypes" IsFlags="true">
  1852          <Member Name="notConfigured" Value="0" />
  1853          <Member Name="institutionalRecoveryKey" Value="1" />
  1854          <Member Name="personalRecoveryKey" Value="2" />
  1855        </EnumType>
  1856        <EnumType Name="usernameSource">
  1857          <Member Name="userPrincipalName" Value="0" />
  1858          <Member Name="primarySmtpAddress" Value="1" />
  1859          <Member Name="samAccountName" Value="2" />
  1860        </EnumType>
  1861        <EnumType Name="easServices" IsFlags="true">
  1862          <Member Name="none" Value="0" />
  1863          <Member Name="calendars" Value="1" />
  1864          <Member Name="contacts" Value="2" />
  1865          <Member Name="email" Value="4" />
  1866          <Member Name="notes" Value="8" />
  1867          <Member Name="reminders" Value="16" />
  1868        </EnumType>
  1869        <EnumType Name="emailCertificateType">
  1870          <Member Name="none" Value="0" />
  1871          <Member Name="certificate" Value="1" />
  1872          <Member Name="derivedCredential" Value="2" />
  1873        </EnumType>
  1874        <EnumType Name="iosNotificationAlertType">
  1875          <Member Name="deviceDefault" Value="0" />
  1876          <Member Name="banner" Value="1" />
  1877          <Member Name="modal" Value="2" />
  1878          <Member Name="none" Value="3" />
  1879        </EnumType>
  1880        <EnumType Name="iosWallpaperDisplayLocation">
  1881          <Member Name="notConfigured" Value="0" />
  1882          <Member Name="lockScreen" Value="1" />
  1883          <Member Name="homeScreen" Value="2" />
  1884          <Member Name="lockAndHomeScreens" Value="3" />
  1885        </EnumType>
  1886        <EnumType Name="appleVpnConnectionType">
  1887          <Member Name="ciscoAnyConnect" Value="0" />
  1888          <Member Name="pulseSecure" Value="1" />
  1889          <Member Name="f5EdgeClient" Value="2" />
  1890          <Member Name="dellSonicWallMobileConnect" Value="3" />
  1891          <Member Name="checkPointCapsuleVpn" Value="4" />
  1892          <Member Name="customVpn" Value="5" />
  1893          <Member Name="ciscoIPSec" Value="6" />
  1894          <Member Name="citrix" Value="7" />
  1895          <Member Name="ciscoAnyConnectV2" Value="8" />
  1896          <Member Name="paloAltoGlobalProtect" Value="9" />
  1897          <Member Name="zscalerPrivateAccess" Value="10" />
  1898          <Member Name="f5Access2018" Value="11" />
  1899          <Member Name="citrixSso" Value="12" />
  1900          <Member Name="paloAltoGlobalProtectV2" Value="13" />
  1901          <Member Name="ikEv2" Value="14" />
  1902        </EnumType>
  1903        <EnumType Name="vpnOnDemandRuleConnectionAction">
  1904          <Member Name="connect" Value="0" />
  1905          <Member Name="evaluateConnection" Value="1" />
  1906          <Member Name="ignore" Value="2" />
  1907          <Member Name="disconnect" Value="3" />
  1908        </EnumType>
  1909        <EnumType Name="vpnOnDemandRuleConnectionDomainAction">
  1910          <Member Name="connectIfNeeded" Value="0" />
  1911          <Member Name="neverConnect" Value="1" />
  1912        </EnumType>
  1913        <EnumType Name="vpnProviderType">
  1914          <Member Name="notConfigured" Value="0" />
  1915          <Member Name="appProxy" Value="1" />
  1916          <Member Name="packetTunnel" Value="2" />
  1917        </EnumType>
  1918        <EnumType Name="vpnEncryptionAlgorithmType">
  1919          <Member Name="aes256" Value="0" />
  1920          <Member Name="des" Value="1" />
  1921          <Member Name="tripleDes" Value="2" />
  1922          <Member Name="aes128" Value="3" />
  1923          <Member Name="aes128Gcm" Value="4" />
  1924          <Member Name="aes256Gcm" Value="5" />
  1925        </EnumType>
  1926        <EnumType Name="vpnIntegrityAlgorithmType">
  1927          <Member Name="sha2_256" Value="0" />
  1928          <Member Name="sha1_96" Value="1" />
  1929          <Member Name="sha1_160" Value="2" />
  1930          <Member Name="sha2_384" Value="3" />
  1931          <Member Name="sha2_512" Value="4" />
  1932        </EnumType>
  1933        <EnumType Name="vpnClientAuthenticationType">
  1934          <Member Name="userAuthentication" Value="0" />
  1935          <Member Name="deviceAuthentication" Value="1" />
  1936        </EnumType>
  1937        <EnumType Name="vpnDeadPeerDetectionRate">
  1938          <Member Name="medium" Value="0" />
  1939          <Member Name="none" Value="1" />
  1940          <Member Name="low" Value="2" />
  1941          <Member Name="high" Value="3" />
  1942        </EnumType>
  1943        <EnumType Name="vpnLocalIdentifier">
  1944          <Member Name="deviceFQDN" Value="0" />
  1945          <Member Name="empty" Value="1" />
  1946          <Member Name="clientCertificateSubjectName" Value="2" />
  1947        </EnumType>
  1948        <EnumType Name="vpnServerCertificateType">
  1949          <Member Name="rsa" Value="0" />
  1950          <Member Name="ecdsa256" Value="1" />
  1951          <Member Name="ecdsa384" Value="2" />
  1952          <Member Name="ecdsa521" Value="3" />
  1953        </EnumType>
  1954        <EnumType Name="dmaGuardDeviceEnumerationPolicyType">
  1955          <Member Name="deviceDefault" Value="0" />
  1956          <Member Name="blockAll" Value="1" />
  1957          <Member Name="allowAll" Value="2" />
  1958        </EnumType>
  1959        <EnumType Name="windowsFirewallRuleNetworkProfileTypes" IsFlags="true">
  1960          <Member Name="notConfigured" Value="0" />
  1961          <Member Name="domain" Value="1" />
  1962          <Member Name="private" Value="2" />
  1963          <Member Name="public" Value="4" />
  1964        </EnumType>
  1965        <EnumType Name="stateManagementSetting">
  1966          <Member Name="notConfigured" Value="0" />
  1967          <Member Name="blocked" Value="1" />
  1968          <Member Name="allowed" Value="2" />
  1969        </EnumType>
  1970        <EnumType Name="windowsFirewallRuleTrafficDirectionType">
  1971          <Member Name="notConfigured" Value="0" />
  1972          <Member Name="out" Value="1" />
  1973          <Member Name="in" Value="2" />
  1974        </EnumType>
  1975        <EnumType Name="windowsFirewallRuleInterfaceTypes" IsFlags="true">
  1976          <Member Name="notConfigured" Value="0" />
  1977          <Member Name="remoteAccess" Value="1" />
  1978          <Member Name="wireless" Value="2" />
  1979          <Member Name="lan" Value="4" />
  1980        </EnumType>
  1981        <EnumType Name="enablement">
  1982          <Member Name="notConfigured" Value="0" />
  1983          <Member Name="enabled" Value="1" />
  1984          <Member Name="disabled" Value="2" />
  1985        </EnumType>
  1986        <EnumType Name="serviceStartType">
  1987          <Member Name="manual" Value="0" />
  1988          <Member Name="automatic" Value="1" />
  1989          <Member Name="disabled" Value="2" />
  1990        </EnumType>
  1991        <EnumType Name="localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType">
  1992          <Member Name="notConfigured" Value="0" />
  1993          <Member Name="administrators" Value="1" />
  1994          <Member Name="administratorsAndPowerUsers" Value="2" />
  1995          <Member Name="administratorsAndInteractiveUsers" Value="3" />
  1996        </EnumType>
  1997        <EnumType Name="localSecurityOptionsMinimumSessionSecurity">
  1998          <Member Name="none" Value="0" />
  1999          <Member Name="requireNtmlV2SessionSecurity" Value="1" />
  2000          <Member Name="require128BitEncryption" Value="2" />
  2001          <Member Name="ntlmV2And128BitEncryption" Value="3" />
  2002        </EnumType>
  2003        <EnumType Name="lanManagerAuthenticationLevel">
  2004          <Member Name="lmAndNltm" Value="0" />
  2005          <Member Name="lmNtlmAndNtlmV2" Value="1" />
  2006          <Member Name="lmAndNtlmOnly" Value="2" />
  2007          <Member Name="lmAndNtlmV2" Value="3" />
  2008          <Member Name="lmNtlmV2AndNotLm" Value="4" />
  2009          <Member Name="lmNtlmV2AndNotLmOrNtm" Value="5" />
  2010        </EnumType>
  2011        <EnumType Name="localSecurityOptionsAdministratorElevationPromptBehaviorType">
  2012          <Member Name="notConfigured" Value="0" />
  2013          <Member Name="elevateWithoutPrompting" Value="1" />
  2014          <Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" />
  2015          <Member Name="promptForConsentOnTheSecureDesktop" Value="3" />
  2016          <Member Name="promptForCredentials" Value="4" />
  2017          <Member Name="promptForConsent" Value="5" />
  2018          <Member Name="promptForConsentForNonWindowsBinaries" Value="6" />
  2019        </EnumType>
  2020        <EnumType Name="localSecurityOptionsStandardUserElevationPromptBehaviorType">
  2021          <Member Name="notConfigured" Value="0" />
  2022          <Member Name="automaticallyDenyElevationRequests" Value="1" />
  2023          <Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" />
  2024          <Member Name="promptForCredentials" Value="3" />
  2025        </EnumType>
  2026        <EnumType Name="localSecurityOptionsInformationShownOnLockScreenType">
  2027          <Member Name="notConfigured" Value="0" />
  2028          <Member Name="userDisplayNameDomainUser" Value="1" />
  2029          <Member Name="userDisplayNameOnly" Value="2" />
  2030          <Member Name="doNotDisplayUser" Value="3" />
  2031        </EnumType>
  2032        <EnumType Name="localSecurityOptionsInformationDisplayedOnLockScreenType">
  2033          <Member Name="notConfigured" Value="0" />
  2034          <Member Name="administrators" Value="1" />
  2035          <Member Name="administratorsAndPowerUsers" Value="2" />
  2036          <Member Name="administratorsAndInteractiveUsers" Value="3" />
  2037        </EnumType>
  2038        <EnumType Name="localSecurityOptionsSmartCardRemovalBehaviorType">
  2039          <Member Name="lockWorkstation" Value="0" />
  2040          <Member Name="noAction" Value="1" />
  2041          <Member Name="forceLogoff" Value="2" />
  2042          <Member Name="disconnectRemoteDesktopSession" Value="3" />
  2043        </EnumType>
  2044        <EnumType Name="defenderSecurityCenterNotificationsFromAppType">
  2045          <Member Name="notConfigured" Value="0" />
  2046          <Member Name="blockNoncriticalNotifications" Value="1" />
  2047          <Member Name="blockAllNotifications" Value="2" />
  2048        </EnumType>
  2049        <EnumType Name="defenderSecurityCenterITContactDisplayType">
  2050          <Member Name="notConfigured" Value="0" />
  2051          <Member Name="displayInAppAndInNotifications" Value="1" />
  2052          <Member Name="displayOnlyInApp" Value="2" />
  2053          <Member Name="displayOnlyInNotifications" Value="3" />
  2054        </EnumType>
  2055        <EnumType Name="windowsDefenderTamperProtectionOptions">
  2056          <Member Name="notConfigured" Value="0" />
  2057          <Member Name="enable" Value="1" />
  2058          <Member Name="disable" Value="2" />
  2059        </EnumType>
  2060        <EnumType Name="firewallPreSharedKeyEncodingMethodType">
  2061          <Member Name="deviceDefault" Value="0" />
  2062          <Member Name="none" Value="1" />
  2063          <Member Name="utF8" Value="2" />
  2064        </EnumType>
  2065        <EnumType Name="firewallCertificateRevocationListCheckMethodType">
  2066          <Member Name="deviceDefault" Value="0" />
  2067          <Member Name="none" Value="1" />
  2068          <Member Name="attempt" Value="2" />
  2069          <Member Name="require" Value="3" />
  2070        </EnumType>
  2071        <EnumType Name="firewallPacketQueueingMethodType">
  2072          <Member Name="deviceDefault" Value="0" />
  2073          <Member Name="disabled" Value="1" />
  2074          <Member Name="queueInbound" Value="2" />
  2075          <Member Name="queueOutbound" Value="3" />
  2076          <Member Name="queueBoth" Value="4" />
  2077        </EnumType>
  2078        <EnumType Name="defenderProtectionType">
  2079          <Member Name="userDefined" Value="0" />
  2080          <Member Name="enable" Value="1" />
  2081          <Member Name="auditMode" Value="2" />
  2082        </EnumType>
  2083        <EnumType Name="defenderAttackSurfaceType">
  2084          <Member Name="userDefined" Value="0" />
  2085          <Member Name="block" Value="1" />
  2086          <Member Name="auditMode" Value="2" />
  2087        </EnumType>
  2088        <EnumType Name="folderProtectionType">
  2089          <Member Name="userDefined" Value="0" />
  2090          <Member Name="enable" Value="1" />
  2091          <Member Name="auditMode" Value="2" />
  2092          <Member Name="blockDiskModification" Value="3" />
  2093          <Member Name="auditDiskModification" Value="4" />
  2094        </EnumType>
  2095        <EnumType Name="appLockerApplicationControlType">
  2096          <Member Name="notConfigured" Value="0" />
  2097          <Member Name="enforceComponentsAndStoreApps" Value="1" />
  2098          <Member Name="auditComponentsAndStoreApps" Value="2" />
  2099          <Member Name="enforceComponentsStoreAppsAndSmartlocker" Value="3" />
  2100          <Member Name="auditComponentsStoreAppsAndSmartlocker" Value="4" />
  2101        </EnumType>
  2102        <EnumType Name="deviceGuardLocalSystemAuthorityCredentialGuardType">
  2103          <Member Name="notConfigured" Value="0" />
  2104          <Member Name="enableWithUEFILock" Value="1" />
  2105          <Member Name="enableWithoutUEFILock" Value="2" />
  2106        </EnumType>
  2107        <EnumType Name="secureBootWithDMAType">
  2108          <Member Name="notConfigured" Value="0" />
  2109          <Member Name="withoutDMA" Value="1" />
  2110          <Member Name="withDMA" Value="3" />
  2111        </EnumType>
  2112        <EnumType Name="applicationGuardEnabledOptions">
  2113          <Member Name="notConfigured" Value="0" />
  2114          <Member Name="enabledForEdge" Value="1" />
  2115          <Member Name="enabledForOffice" Value="2" />
  2116          <Member Name="enabledForEdgeAndOffice" Value="3" />
  2117        </EnumType>
  2118        <EnumType Name="applicationGuardBlockFileTransferType">
  2119          <Member Name="notConfigured" Value="0" />
  2120          <Member Name="blockImageAndTextFile" Value="1" />
  2121          <Member Name="blockImageFile" Value="2" />
  2122          <Member Name="blockNone" Value="3" />
  2123          <Member Name="blockTextFile" Value="4" />
  2124        </EnumType>
  2125        <EnumType Name="applicationGuardBlockClipboardSharingType">
  2126          <Member Name="notConfigured" Value="0" />
  2127          <Member Name="blockBoth" Value="1" />
  2128          <Member Name="blockHostToContainer" Value="2" />
  2129          <Member Name="blockContainerToHost" Value="3" />
  2130          <Member Name="blockNone" Value="4" />
  2131        </EnumType>
  2132        <EnumType Name="bitLockerEncryptionMethod">
  2133          <Member Name="aesCbc128" Value="3" />
  2134          <Member Name="aesCbc256" Value="4" />
  2135          <Member Name="xtsAes128" Value="6" />
  2136          <Member Name="xtsAes256" Value="7" />
  2137        </EnumType>
  2138        <EnumType Name="configurationUsage">
  2139          <Member Name="blocked" Value="0" />
  2140          <Member Name="required" Value="1" />
  2141          <Member Name="allowed" Value="2" />
  2142        </EnumType>
  2143        <EnumType Name="bitLockerRecoveryInformationType">
  2144          <Member Name="passwordAndKey" Value="1" />
  2145          <Member Name="passwordOnly" Value="2" />
  2146        </EnumType>
  2147        <EnumType Name="bitLockerRecoveryPasswordRotationType">
  2148          <Member Name="notConfigured" Value="0" />
  2149          <Member Name="disabled" Value="1" />
  2150          <Member Name="enabledForAzureAd" Value="2" />
  2151          <Member Name="enabledForAzureAdAndHybrid" Value="3" />
  2152        </EnumType>
  2153        <EnumType Name="defenderThreatAction">
  2154          <Member Name="deviceDefault" Value="0" />
  2155          <Member Name="clean" Value="1" />
  2156          <Member Name="quarantine" Value="2" />
  2157          <Member Name="remove" Value="3" />
  2158          <Member Name="allow" Value="4" />
  2159          <Member Name="userDefined" Value="5" />
  2160          <Member Name="block" Value="6" />
  2161        </EnumType>
  2162        <EnumType Name="weeklySchedule">
  2163          <Member Name="userDefined" Value="0" />
  2164          <Member Name="everyday" Value="1" />
  2165          <Member Name="sunday" Value="2" />
  2166          <Member Name="monday" Value="3" />
  2167          <Member Name="tuesday" Value="4" />
  2168          <Member Name="wednesday" Value="5" />
  2169          <Member Name="thursday" Value="6" />
  2170          <Member Name="friday" Value="7" />
  2171          <Member Name="saturday" Value="8" />
  2172          <Member Name="noScheduledScan" Value="9" />
  2173        </EnumType>
  2174        <EnumType Name="defenderMonitorFileActivity">
  2175          <Member Name="userDefined" Value="0" />
  2176          <Member Name="disable" Value="1" />
  2177          <Member Name="monitorAllFiles" Value="2" />
  2178          <Member Name="monitorIncomingFilesOnly" Value="3" />
  2179          <Member Name="monitorOutgoingFilesOnly" Value="4" />
  2180        </EnumType>
  2181        <EnumType Name="defenderPotentiallyUnwantedAppAction">
  2182          <Member Name="deviceDefault" Value="0" />
  2183          <Member Name="block" Value="1" />
  2184          <Member Name="audit" Value="2" />
  2185        </EnumType>
  2186        <EnumType Name="defenderPromptForSampleSubmission">
  2187          <Member Name="userDefined" Value="0" />
  2188          <Member Name="alwaysPrompt" Value="1" />
  2189          <Member Name="promptBeforeSendingPersonalData" Value="2" />
  2190          <Member Name="neverSendData" Value="3" />
  2191          <Member Name="sendAllDataWithoutPrompting" Value="4" />
  2192        </EnumType>
  2193        <EnumType Name="defenderScanType">
  2194          <Member Name="userDefined" Value="0" />
  2195          <Member Name="disabled" Value="1" />
  2196          <Member Name="quick" Value="2" />
  2197          <Member Name="full" Value="3" />
  2198        </EnumType>
  2199        <EnumType Name="defenderCloudBlockLevelType">
  2200          <Member Name="notConfigured" Value="0" />
  2201          <Member Name="high" Value="1" />
  2202          <Member Name="highPlus" Value="2" />
  2203          <Member Name="zeroTolerance" Value="3" />
  2204        </EnumType>
  2205        <EnumType Name="defenderSubmitSamplesConsentType">
  2206          <Member Name="sendSafeSamplesAutomatically" Value="0" />
  2207          <Member Name="alwaysPrompt" Value="1" />
  2208          <Member Name="neverSend" Value="2" />
  2209          <Member Name="sendAllSamplesAutomatically" Value="3" />
  2210        </EnumType>
  2211        <EnumType Name="powerActionType">
  2212          <Member Name="notConfigured" Value="0" />
  2213          <Member Name="noAction" Value="1" />
  2214          <Member Name="sleep" Value="2" />
  2215          <Member Name="hibernate" Value="3" />
  2216          <Member Name="shutdown" Value="4" />
  2217        </EnumType>
  2218        <EnumType Name="windows10AppsUpdateRecurrence">
  2219          <Member Name="none" Value="0" />
  2220          <Member Name="daily" Value="1" />
  2221          <Member Name="weekly" Value="2" />
  2222          <Member Name="monthly" Value="3" />
  2223        </EnumType>
  2224        <EnumType Name="signInAssistantOptions">
  2225          <Member Name="notConfigured" Value="0" />
  2226          <Member Name="disabled" Value="1" />
  2227        </EnumType>
  2228        <EnumType Name="browserSyncSetting">
  2229          <Member Name="notConfigured" Value="0" />
  2230          <Member Name="blockedWithUserOverride" Value="1" />
  2231          <Member Name="blocked" Value="2" />
  2232        </EnumType>
  2233        <EnumType Name="diagnosticDataSubmissionMode">
  2234          <Member Name="userDefined" Value="0" />
  2235          <Member Name="none" Value="1" />
  2236          <Member Name="basic" Value="2" />
  2237          <Member Name="enhanced" Value="3" />
  2238          <Member Name="full" Value="4" />
  2239        </EnumType>
  2240        <EnumType Name="edgeTelemetryMode">
  2241          <Member Name="notConfigured" Value="0" />
  2242          <Member Name="intranet" Value="1" />
  2243          <Member Name="internet" Value="2" />
  2244          <Member Name="intranetAndInternet" Value="3" />
  2245        </EnumType>
  2246        <EnumType Name="inkAccessSetting">
  2247          <Member Name="notConfigured" Value="0" />
  2248          <Member Name="enabled" Value="1" />
  2249          <Member Name="disabled" Value="2" />
  2250        </EnumType>
  2251        <EnumType Name="appInstallControlType">
  2252          <Member Name="notConfigured" Value="0" />
  2253          <Member Name="anywhere" Value="1" />
  2254          <Member Name="storeOnly" Value="2" />
  2255          <Member Name="recommendations" Value="3" />
  2256          <Member Name="preferStore" Value="4" />
  2257        </EnumType>
  2258        <EnumType Name="edgeCookiePolicy">
  2259          <Member Name="userDefined" Value="0" />
  2260          <Member Name="allow" Value="1" />
  2261          <Member Name="blockThirdParty" Value="2" />
  2262          <Member Name="blockAll" Value="3" />
  2263        </EnumType>
  2264        <EnumType Name="edgeOpenOptions">
  2265          <Member Name="notConfigured" Value="0" />
  2266          <Member Name="startPage" Value="1" />
  2267          <Member Name="newTabPage" Value="2" />
  2268          <Member Name="previousPages" Value="3" />
  2269          <Member Name="specificPages" Value="4" />
  2270        </EnumType>
  2271        <EnumType Name="visibilitySetting">
  2272          <Member Name="notConfigured" Value="0" />
  2273          <Member Name="hide" Value="1" />
  2274          <Member Name="show" Value="2" />
  2275        </EnumType>
  2276        <EnumType Name="internetExplorerMessageSetting">
  2277          <Member Name="notConfigured" Value="0" />
  2278          <Member Name="disabled" Value="1" />
  2279          <Member Name="enabled" Value="2" />
  2280          <Member Name="keepGoing" Value="3" />
  2281        </EnumType>
  2282        <EnumType Name="edgeKioskModeRestrictionType">
  2283          <Member Name="notConfigured" Value="0" />
  2284          <Member Name="digitalSignage" Value="1" />
  2285          <Member Name="normalMode" Value="2" />
  2286          <Member Name="publicBrowsingSingleApp" Value="3" />
  2287          <Member Name="publicBrowsingMultiApp" Value="4" />
  2288        </EnumType>
  2289        <EnumType Name="windowsPrivacyDataAccessLevel">
  2290          <Member Name="notConfigured" Value="0" />
  2291          <Member Name="forceAllow" Value="1" />
  2292          <Member Name="forceDeny" Value="2" />
  2293          <Member Name="userInControl" Value="3" />
  2294        </EnumType>
  2295        <EnumType Name="windowsPrivacyDataCategory">
  2296          <Member Name="notConfigured" Value="0" />
  2297          <Member Name="accountInfo" Value="1" />
  2298          <Member Name="appsRunInBackground" Value="2" />
  2299          <Member Name="calendar" Value="3" />
  2300          <Member Name="callHistory" Value="4" />
  2301          <Member Name="camera" Value="5" />
  2302          <Member Name="contacts" Value="6" />
  2303          <Member Name="diagnosticsInfo" Value="7" />
  2304          <Member Name="email" Value="8" />
  2305          <Member Name="location" Value="9" />
  2306          <Member Name="messaging" Value="10" />
  2307          <Member Name="microphone" Value="11" />
  2308          <Member Name="motion" Value="12" />
  2309          <Member Name="notifications" Value="13" />
  2310          <Member Name="phone" Value="14" />
  2311          <Member Name="radios" Value="15" />
  2312          <Member Name="tasks" Value="16" />
  2313          <Member Name="syncWithDevices" Value="17" />
  2314          <Member Name="trustedDevices" Value="18" />
  2315        </EnumType>
  2316        <EnumType Name="windowsStartMenuAppListVisibilityType" IsFlags="true">
  2317          <Member Name="userDefined" Value="0" />
  2318          <Member Name="collapse" Value="1" />
  2319          <Member Name="remove" Value="2" />
  2320          <Member Name="disableSettingsApp" Value="4" />
  2321        </EnumType>
  2322        <EnumType Name="windowsStartMenuModeType">
  2323          <Member Name="userDefined" Value="0" />
  2324          <Member Name="fullScreen" Value="1" />
  2325          <Member Name="nonFullScreen" Value="2" />
  2326        </EnumType>
  2327        <EnumType Name="windowsSpotlightEnablementSettings">
  2328          <Member Name="notConfigured" Value="0" />
  2329          <Member Name="disabled" Value="1" />
  2330          <Member Name="enabled" Value="2" />
  2331        </EnumType>
  2332        <EnumType Name="automaticUpdateMode">
  2333          <Member Name="userDefined" Value="0" />
  2334          <Member Name="notifyDownload" Value="1" />
  2335          <Member Name="autoInstallAtMaintenanceTime" Value="2" />
  2336          <Member Name="autoInstallAndRebootAtMaintenanceTime" Value="3" />
  2337          <Member Name="autoInstallAndRebootAtScheduledTime" Value="4" />
  2338          <Member Name="autoInstallAndRebootWithoutEndUserControl" Value="5" />
  2339          <Member Name="windowsDefault" Value="6" />
  2340        </EnumType>
  2341        <EnumType Name="safeSearchFilterType">
  2342          <Member Name="userDefined" Value="0" />
  2343          <Member Name="strict" Value="1" />
  2344          <Member Name="moderate" Value="2" />
  2345        </EnumType>
  2346        <EnumType Name="edgeSearchEngineType">
  2347          <Member Name="default" Value="0" />
  2348          <Member Name="bing" Value="1" />
  2349        </EnumType>
  2350        <EnumType Name="prereleaseFeatures">
  2351          <Member Name="userDefined" Value="0" />
  2352          <Member Name="settingsOnly" Value="1" />
  2353          <Member Name="settingsAndExperimentations" Value="2" />
  2354          <Member Name="notAllowed" Value="3" />
  2355        </EnumType>
  2356        <EnumType Name="changeUefiSettingsPermission">
  2357          <Member Name="notConfiguredOnly" Value="0" />
  2358          <Member Name="none" Value="1" />
  2359        </EnumType>
  2360        <EnumType Name="editionUpgradeLicenseType">
  2361          <Member Name="productKey" Value="0" />
  2362          <Member Name="licenseFile" Value="1" />
  2363          <Member Name="notConfigured" Value="2" />
  2364        </EnumType>
  2365        <EnumType Name="windowsSModeConfiguration">
  2366          <Member Name="noRestriction" Value="0" />
  2367          <Member Name="block" Value="1" />
  2368          <Member Name="unlock" Value="2" />
  2369        </EnumType>
  2370        <EnumType Name="windowsDeliveryOptimizationMode">
  2371          <Member Name="userDefined" Value="0" />
  2372          <Member Name="httpOnly" Value="1" />
  2373          <Member Name="httpWithPeeringNat" Value="2" />
  2374          <Member Name="httpWithPeeringPrivateGroup" Value="3" />
  2375          <Member Name="httpWithInternetPeering" Value="4" />
  2376          <Member Name="simpleDownload" Value="99" />
  2377          <Member Name="bypassMode" Value="100" />
  2378        </EnumType>
  2379        <EnumType Name="deliveryOptimizationRestrictPeerSelectionByOptions">
  2380          <Member Name="notConfigured" Value="0" />
  2381          <Member Name="subnetMask" Value="1" />
  2382        </EnumType>
  2383        <EnumType Name="deliveryOptimizationGroupIdOptionsType">
  2384          <Member Name="notConfigured" Value="0" />
  2385          <Member Name="adSite" Value="1" />
  2386          <Member Name="authenticatedDomainSid" Value="2" />
  2387          <Member Name="dhcpUserOption" Value="3" />
  2388          <Member Name="dnsSuffix" Value="4" />
  2389        </EnumType>
  2390        <EnumType Name="windowsHealthMonitoringScope" IsFlags="true">
  2391          <Member Name="undefined" Value="0" />
  2392          <Member Name="healthMonitoring" Value="1" />
  2393          <Member Name="bootPerformance" Value="2" />
  2394          <Member Name="userExperienceAnalytics" Value="4" />
  2395        </EnumType>
  2396        <EnumType Name="windowsKioskAppType">
  2397          <Member Name="unknown" Value="0" />
  2398          <Member Name="store" Value="1" />
  2399          <Member Name="desktop" Value="2" />
  2400          <Member Name="aumId" Value="3" />
  2401        </EnumType>
  2402        <EnumType Name="windowsAppStartLayoutTileSize">
  2403          <Member Name="hidden" Value="0" />
  2404          <Member Name="small" Value="1" />
  2405          <Member Name="medium" Value="2" />
  2406          <Member Name="wide" Value="3" />
  2407          <Member Name="large" Value="4" />
  2408        </EnumType>
  2409        <EnumType Name="sharedPCAccountDeletionPolicyType">
  2410          <Member Name="immediate" Value="0" />
  2411          <Member Name="diskSpaceThreshold" Value="1" />
  2412          <Member Name="diskSpaceThresholdOrInactiveThreshold" Value="2" />
  2413        </EnumType>
  2414        <EnumType Name="sharedPCAllowedAccountType" IsFlags="true">
  2415          <Member Name="notConfigured" Value="0" />
  2416          <Member Name="guest" Value="1" />
  2417          <Member Name="domain" Value="2" />
  2418        </EnumType>
  2419        <EnumType Name="secureAssessmentAccountType">
  2420          <Member Name="azureADAccount" Value="0" />
  2421          <Member Name="domainAccount" Value="1" />
  2422          <Member Name="localAccount" Value="2" />
  2423          <Member Name="localGuestAccount" Value="3" />
  2424        </EnumType>
  2425        <EnumType Name="meteredConnectionLimitType">
  2426          <Member Name="unrestricted" Value="0" />
  2427          <Member Name="fixed" Value="1" />
  2428          <Member Name="variable" Value="2" />
  2429        </EnumType>
  2430        <EnumType Name="networkSingleSignOnType">
  2431          <Member Name="disabled" Value="0" />
  2432          <Member Name="prelogon" Value="1" />
  2433          <Member Name="postlogon" Value="2" />
  2434        </EnumType>
  2435        <EnumType Name="certificateDestinationStore">
  2436          <Member Name="computerCertStoreRoot" Value="0" />
  2437          <Member Name="computerCertStoreIntermediate" Value="1" />
  2438          <Member Name="userCertStoreIntermediate" Value="2" />
  2439        </EnumType>
  2440        <EnumType Name="windowsUpdateType">
  2441          <Member Name="userDefined" Value="0" />
  2442          <Member Name="all" Value="1" />
  2443          <Member Name="businessReadyOnly" Value="2" />
  2444          <Member Name="windowsInsiderBuildFast" Value="3" />
  2445          <Member Name="windowsInsiderBuildSlow" Value="4" />
  2446          <Member Name="windowsInsiderBuildRelease" Value="5" />
  2447        </EnumType>
  2448        <EnumType Name="windowsUpdateForBusinessUpdateWeeks" IsFlags="true">
  2449          <Member Name="userDefined" Value="0" />
  2450          <Member Name="firstWeek" Value="1" />
  2451          <Member Name="secondWeek" Value="2" />
  2452          <Member Name="thirdWeek" Value="4" />
  2453          <Member Name="fourthWeek" Value="8" />
  2454          <Member Name="everyWeek" Value="15" />
  2455        </EnumType>
  2456        <EnumType Name="windowsUpdateStatus">
  2457          <Member Name="upToDate" Value="0" />
  2458          <Member Name="pendingInstallation" Value="1" />
  2459          <Member Name="pendingReboot" Value="2" />
  2460          <Member Name="failed" Value="3" />
  2461        </EnumType>
  2462        <EnumType Name="autoRestartNotificationDismissalMethod">
  2463          <Member Name="notConfigured" Value="0" />
  2464          <Member Name="automatic" Value="1" />
  2465          <Member Name="user" Value="2" />
  2466        </EnumType>
  2467        <EnumType Name="windowsUpdateNotificationDisplayOption">
  2468          <Member Name="notConfigured" Value="0" />
  2469          <Member Name="defaultNotifications" Value="1" />
  2470          <Member Name="restartWarningsOnly" Value="2" />
  2471          <Member Name="disableAllNotifications" Value="3" />
  2472        </EnumType>
  2473        <EnumType Name="windows10VpnProfileTarget">
  2474          <Member Name="user" Value="0" />
  2475          <Member Name="device" Value="1" />
  2476          <Member Name="autoPilotDevice" Value="2" />
  2477        </EnumType>
  2478        <EnumType Name="windows10VpnConnectionType">
  2479          <Member Name="pulseSecure" Value="0" />
  2480          <Member Name="f5EdgeClient" Value="1" />
  2481          <Member Name="dellSonicWallMobileConnect" Value="2" />
  2482          <Member Name="checkPointCapsuleVpn" Value="3" />
  2483          <Member Name="automatic" Value="4" />
  2484          <Member Name="ikEv2" Value="5" />
  2485          <Member Name="l2tp" Value="6" />
  2486          <Member Name="pptp" Value="7" />
  2487          <Member Name="citrix" Value="8" />
  2488          <Member Name="paloAltoGlobalProtect" Value="9" />
  2489        </EnumType>
  2490        <EnumType Name="windows10VpnAuthenticationMethod">
  2491          <Member Name="certificate" Value="0" />
  2492          <Member Name="usernameAndPassword" Value="1" />
  2493          <Member Name="customEapXml" Value="2" />
  2494        </EnumType>
  2495        <EnumType Name="windows10AppType">
  2496          <Member Name="desktop" Value="0" />
  2497          <Member Name="universal" Value="1" />
  2498        </EnumType>
  2499        <EnumType Name="vpnTrafficRuleAppType">
  2500          <Member Name="none" Value="0" />
  2501          <Member Name="desktop" Value="1" />
  2502          <Member Name="universal" Value="2" />
  2503        </EnumType>
  2504        <EnumType Name="vpnTrafficRuleRoutingPolicyType">
  2505          <Member Name="none" Value="0" />
  2506          <Member Name="splitTunnel" Value="1" />
  2507          <Member Name="forceTunnel" Value="2" />
  2508        </EnumType>
  2509        <EnumType Name="windowsVpnConnectionType">
  2510          <Member Name="pulseSecure" Value="0" />
  2511          <Member Name="f5EdgeClient" Value="1" />
  2512          <Member Name="dellSonicWallMobileConnect" Value="2" />
  2513          <Member Name="checkPointCapsuleVpn" Value="3" />
  2514        </EnumType>
  2515        <EnumType Name="internetSiteSecurityLevel">
  2516          <Member Name="userDefined" Value="0" />
  2517          <Member Name="medium" Value="1" />
  2518          <Member Name="mediumHigh" Value="2" />
  2519          <Member Name="high" Value="3" />
  2520        </EnumType>
  2521        <EnumType Name="siteSecurityLevel">
  2522          <Member Name="userDefined" Value="0" />
  2523          <Member Name="low" Value="1" />
  2524          <Member Name="mediumLow" Value="2" />
  2525          <Member Name="medium" Value="3" />
  2526          <Member Name="mediumHigh" Value="4" />
  2527          <Member Name="high" Value="5" />
  2528        </EnumType>
  2529        <EnumType Name="updateClassification">
  2530          <Member Name="userDefined" Value="0" />
  2531          <Member Name="recommendedAndImportant" Value="1" />
  2532          <Member Name="important" Value="2" />
  2533          <Member Name="none" Value="3" />
  2534        </EnumType>
  2535        <EnumType Name="windowsUserAccountControlSettings">
  2536          <Member Name="userDefined" Value="0" />
  2537          <Member Name="alwaysNotify" Value="1" />
  2538          <Member Name="notifyOnAppChanges" Value="2" />
  2539          <Member Name="notifyOnAppChangesWithoutDimming" Value="3" />
  2540          <Member Name="neverNotify" Value="4" />
  2541        </EnumType>
  2542        <EnumType Name="miracastChannel">
  2543          <Member Name="userDefined" Value="0" />
  2544          <Member Name="one" Value="1" />
  2545          <Member Name="two" Value="2" />
  2546          <Member Name="three" Value="3" />
  2547          <Member Name="four" Value="4" />
  2548          <Member Name="five" Value="5" />
  2549          <Member Name="six" Value="6" />
  2550          <Member Name="seven" Value="7" />
  2551          <Member Name="eight" Value="8" />
  2552          <Member Name="nine" Value="9" />
  2553          <Member Name="ten" Value="10" />
  2554          <Member Name="eleven" Value="11" />
  2555          <Member Name="thirtySix" Value="36" />
  2556          <Member Name="forty" Value="40" />
  2557          <Member Name="fortyFour" Value="44" />
  2558          <Member Name="fortyEight" Value="48" />
  2559          <Member Name="oneHundredFortyNine" Value="149" />
  2560          <Member Name="oneHundredFiftyThree" Value="153" />
  2561          <Member Name="oneHundredFiftySeven" Value="157" />
  2562          <Member Name="oneHundredSixtyOne" Value="161" />
  2563          <Member Name="oneHundredSixtyFive" Value="165" />
  2564        </EnumType>
  2565        <EnumType Name="welcomeScreenMeetingInformation">
  2566          <Member Name="userDefined" Value="0" />
  2567          <Member Name="showOrganizerAndTimeOnly" Value="1" />
  2568          <Member Name="showOrganizerAndTimeAndSubject" Value="2" />
  2569        </EnumType>
  2570        <EnumType Name="deviceComplianceActionType">
  2571          <Member Name="noAction" Value="0" />
  2572          <Member Name="notification" Value="1" />
  2573          <Member Name="block" Value="2" />
  2574          <Member Name="retire" Value="3" />
  2575          <Member Name="wipe" Value="4" />
  2576          <Member Name="removeResourceAccessProfiles" Value="5" />
  2577          <Member Name="pushNotification" Value="9" />
  2578          <Member Name="remoteLock" Value="10" />
  2579        </EnumType>
  2580        <EnumType Name="deviceThreatProtectionLevel">
  2581          <Member Name="unavailable" Value="0" />
  2582          <Member Name="secured" Value="1" />
  2583          <Member Name="low" Value="2" />
  2584          <Member Name="medium" Value="3" />
  2585          <Member Name="high" Value="4" />
  2586          <Member Name="notSet" Value="10" />
  2587        </EnumType>
  2588        <EnumType Name="deviceType">
  2589          <Member Name="desktop" Value="0" />
  2590          <Member Name="windowsRT" Value="1" />
  2591          <Member Name="winMO6" Value="2" />
  2592          <Member Name="nokia" Value="3" />
  2593          <Member Name="windowsPhone" Value="4" />
  2594          <Member Name="mac" Value="5" />
  2595          <Member Name="winCE" Value="6" />
  2596          <Member Name="winEmbedded" Value="7" />
  2597          <Member Name="iPhone" Value="8" />
  2598          <Member Name="iPad" Value="9" />
  2599          <Member Name="iPod" Value="10" />
  2600          <Member Name="android" Value="11" />
  2601          <Member Name="iSocConsumer" Value="12" />
  2602          <Member Name="unix" Value="13" />
  2603          <Member Name="macMDM" Value="14" />
  2604          <Member Name="holoLens" Value="15" />
  2605          <Member Name="surfaceHub" Value="16" />
  2606          <Member Name="androidForWork" Value="17" />
  2607          <Member Name="androidEnterprise" Value="18" />
  2608          <Member Name="blackberry" Value="100" />
  2609          <Member Name="palm" Value="101" />
  2610          <Member Name="unknown" Value="255" />
  2611        </EnumType>
  2612        <EnumType Name="policyPlatformType">
  2613          <Member Name="android" Value="0" />
  2614          <Member Name="androidForWork" Value="1" />
  2615          <Member Name="iOS" Value="2" />
  2616          <Member Name="macOS" Value="3" />
  2617          <Member Name="windowsPhone81" Value="4" />
  2618          <Member Name="windows81AndLater" Value="5" />
  2619          <Member Name="windows10AndLater" Value="6" />
  2620          <Member Name="androidWorkProfile" Value="7" />
  2621          <Member Name="all" Value="100" />
  2622        </EnumType>
  2623        <EnumType Name="iosUpdatesInstallStatus">
  2624          <Member Name="success" Value="0" />
  2625          <Member Name="available" Value="1" />
  2626          <Member Name="idle" Value="2" />
  2627          <Member Name="unknown" Value="3" />
  2628          <Member Name="downloading" Value="-2016330712" />
  2629          <Member Name="downloadFailed" Value="-2016330711" />
  2630          <Member Name="downloadRequiresComputer" Value="-2016330710" />
  2631          <Member Name="downloadInsufficientSpace" Value="-2016330709" />
  2632          <Member Name="downloadInsufficientPower" Value="-2016330708" />
  2633          <Member Name="downloadInsufficientNetwork" Value="-2016330707" />
  2634          <Member Name="installing" Value="-2016330706" />
  2635          <Member Name="installInsufficientSpace" Value="-2016330705" />
  2636          <Member Name="installInsufficientPower" Value="-2016330704" />
  2637          <Member Name="installPhoneCallInProgress" Value="-2016330703" />
  2638          <Member Name="installFailed" Value="-2016330702" />
  2639          <Member Name="notSupportedOperation" Value="-2016330701" />
  2640          <Member Name="sharedDeviceUserLoggedInError" Value="-2016330699" />
  2641        </EnumType>
  2642        <EnumType Name="ndesConnectorState">
  2643          <Member Name="none" Value="0" />
  2644          <Member Name="active" Value="1" />
  2645          <Member Name="inactive" Value="2" />
  2646        </EnumType>
  2647        <EnumType Name="restrictedAppsState">
  2648          <Member Name="prohibitedApps" Value="0" />
  2649          <Member Name="notApprovedApps" Value="1" />
  2650        </EnumType>
  2651        <EnumType Name="deviceTypes">
  2652          <Member Name="desktop" Value="0" />
  2653          <Member Name="windowsRT" Value="1" />
  2654          <Member Name="winMO6" Value="2" />
  2655          <Member Name="nokia" Value="3" />
  2656          <Member Name="windowsPhone" Value="4" />
  2657          <Member Name="mac" Value="5" />
  2658          <Member Name="winCE" Value="6" />
  2659          <Member Name="winEmbedded" Value="7" />
  2660          <Member Name="iPhone" Value="8" />
  2661          <Member Name="iPad" Value="9" />
  2662          <Member Name="iPod" Value="10" />
  2663          <Member Name="android" Value="11" />
  2664          <Member Name="iSocConsumer" Value="12" />
  2665          <Member Name="unix" Value="13" />
  2666          <Member Name="macMDM" Value="14" />
  2667          <Member Name="holoLens" Value="15" />
  2668          <Member Name="surfaceHub" Value="16" />
  2669          <Member Name="androidForWork" Value="17" />
  2670          <Member Name="androidEnterprise" Value="18" />
  2671          <Member Name="blackberry" Value="100" />
  2672          <Member Name="palm" Value="101" />
  2673          <Member Name="unknown" Value="255" />
  2674        </EnumType>
  2675        <EnumType Name="encryptionReadinessState">
  2676          <Member Name="notReady" Value="0" />
  2677          <Member Name="ready" Value="1" />
  2678        </EnumType>
  2679        <EnumType Name="encryptionState">
  2680          <Member Name="notEncrypted" Value="0" />
  2681          <Member Name="encrypted" Value="1" />
  2682        </EnumType>
  2683        <EnumType Name="advancedBitLockerState" IsFlags="true">
  2684          <Member Name="success" Value="0" />
  2685          <Member Name="noUserConsent" Value="1" />
  2686          <Member Name="osVolumeEncryptionMethodMismatch" Value="2" />
  2687          <Member Name="osVolumeTpmRequired" Value="4" />
  2688          <Member Name="osVolumeTpmOnlyRequired" Value="8" />
  2689          <Member Name="osVolumeTpmPinRequired" Value="16" />
  2690          <Member Name="osVolumeTpmStartupKeyRequired" Value="32" />
  2691          <Member Name="osVolumeTpmPinStartupKeyRequired" Value="64" />
  2692          <Member Name="osVolumeUnprotected" Value="128" />
  2693          <Member Name="recoveryKeyBackupFailed" Value="256" />
  2694          <Member Name="fixedDriveNotEncrypted" Value="512" />
  2695          <Member Name="fixedDriveEncryptionMethodMismatch" Value="1024" />
  2696          <Member Name="loggedOnUserNonAdmin" Value="2048" />
  2697          <Member Name="windowsRecoveryEnvironmentNotConfigured" Value="4096" />
  2698          <Member Name="tpmNotAvailable" Value="8192" />
  2699          <Member Name="tpmNotReady" Value="16384" />
  2700          <Member Name="networkError" Value="32768" />
  2701        </EnumType>
  2702        <EnumType Name="fileVaultState" IsFlags="true">
  2703          <Member Name="success" Value="0" />
  2704          <Member Name="driveEncryptedByUser" Value="1" />
  2705          <Member Name="userDeferredEncryption" Value="2" />
  2706          <Member Name="escrowNotEnabled" Value="4" />
  2707        </EnumType>
  2708        <EnumType Name="deviceManagementExchangeConnectorSyncType">
  2709          <Member Name="fullSync" Value="0" />
  2710          <Member Name="deltaSync" Value="1" />
  2711        </EnumType>
  2712        <EnumType Name="mdmAuthority">
  2713          <Member Name="unknown" Value="0" />
  2714          <Member Name="intune" Value="1" />
  2715          <Member Name="sccm" Value="2" />
  2716          <Member Name="office365" Value="3" />
  2717        </EnumType>
  2718        <EnumType Name="windowsHelloForBusinessPinUsage">
  2719          <Member Name="allowed" Value="0" />
  2720          <Member Name="required" Value="1" />
  2721          <Member Name="disallowed" Value="2" />
  2722        </EnumType>
  2723        <EnumType Name="ownerType">
  2724          <Member Name="unknown" Value="0" />
  2725          <Member Name="company" Value="1" />
  2726          <Member Name="personal" Value="2" />
  2727        </EnumType>
  2728        <EnumType Name="companyPortalAction">
  2729          <Member Name="unknown" Value="0" />
  2730          <Member Name="remove" Value="1" />
  2731          <Member Name="reset" Value="2" />
  2732        </EnumType>
  2733        <EnumType Name="vppTokenState">
  2734          <Member Name="unknown" Value="0" />
  2735          <Member Name="valid" Value="1" />
  2736          <Member Name="expired" Value="2" />
  2737          <Member Name="invalid" Value="3" />
  2738          <Member Name="assignedToExternalMDM" Value="4" />
  2739        </EnumType>
  2740        <EnumType Name="vppTokenSyncStatus">
  2741          <Member Name="none" Value="0" />
  2742          <Member Name="inProgress" Value="1" />
  2743          <Member Name="completed" Value="2" />
  2744          <Member Name="failed" Value="3" />
  2745        </EnumType>
  2746        <EnumType Name="microsoftStoreForBusinessPortalSelectionOptions" IsFlags="true">
  2747          <Member Name="none" Value="0" />
  2748          <Member Name="companyPortal" Value="1" />
  2749          <Member Name="privateStore" Value="2" />
  2750        </EnumType>
  2751        <EnumType Name="deviceManagementExchangeConnectorStatus">
  2752          <Member Name="none" Value="0" />
  2753          <Member Name="connectionPending" Value="1" />
  2754          <Member Name="connected" Value="2" />
  2755          <Member Name="disconnected" Value="3" />
  2756        </EnumType>
  2757        <EnumType Name="deviceManagementExchangeConnectorType">
  2758          <Member Name="onPremises" Value="0" />
  2759          <Member Name="hosted" Value="1" />
  2760          <Member Name="serviceToService" Value="2" />
  2761          <Member Name="dedicated" Value="3" />
  2762        </EnumType>
  2763        <EnumType Name="deviceManagementExchangeAccessLevel">
  2764          <Member Name="none" Value="0" />
  2765          <Member Name="allow" Value="1" />
  2766          <Member Name="block" Value="2" />
  2767          <Member Name="quarantine" Value="3" />
  2768        </EnumType>
  2769        <EnumType Name="deviceManagementExchangeAccessRuleType">
  2770          <Member Name="family" Value="0" />
  2771          <Member Name="model" Value="1" />
  2772        </EnumType>
  2773        <EnumType Name="mobileThreatPartnerTenantState">
  2774          <Member Name="unavailable" Value="0" />
  2775          <Member Name="available" Value="1" />
  2776          <Member Name="enabled" Value="2" />
  2777          <Member Name="unresponsive" Value="3" />
  2778        </EnumType>
  2779        <EnumType Name="deviceManagementPartnerTenantState">
  2780          <Member Name="unknown" Value="0" />
  2781          <Member Name="unavailable" Value="1" />
  2782          <Member Name="enabled" Value="2" />
  2783          <Member Name="terminated" Value="3" />
  2784          <Member Name="rejected" Value="4" />
  2785          <Member Name="unresponsive" Value="5" />
  2786        </EnumType>
  2787        <EnumType Name="deviceManagementPartnerAppType">
  2788          <Member Name="unknown" Value="0" />
  2789          <Member Name="singleTenantApp" Value="1" />
  2790          <Member Name="multiTenantApp" Value="2" />
  2791        </EnumType>
  2792        <EnumType Name="deviceManangementIntentValueType">
  2793          <Member Name="integer" Value="0" />
  2794          <Member Name="boolean" Value="1" />
  2795          <Member Name="string" Value="2" />
  2796          <Member Name="complex" Value="3" />
  2797          <Member Name="collection" Value="4" />
  2798          <Member Name="abstractComplex" Value="5" />
  2799        </EnumType>
  2800        <EnumType Name="deviceManagementTemplateType">
  2801          <Member Name="securityBaseline" Value="0" />
  2802          <Member Name="specializedDevices" Value="1" />
  2803          <Member Name="advancedThreatProtectionSecurityBaseline" Value="2" />
  2804          <Member Name="deviceConfiguration" Value="3" />
  2805          <Member Name="custom" Value="4" />
  2806          <Member Name="securityTemplate" Value="5" />
  2807          <Member Name="microsoftEdgeSecurityBaseline" Value="6" />
  2808          <Member Name="microsoftOffice365ProPlusSecurityBaseline" Value="7" />
  2809        </EnumType>
  2810        <EnumType Name="securityBaselineComplianceState">
  2811          <Member Name="unknown" Value="0" />
  2812          <Member Name="secure" Value="1" />
  2813          <Member Name="notApplicable" Value="2" />
  2814          <Member Name="notSecure" Value="3" />
  2815          <Member Name="error" Value="4" />
  2816          <Member Name="conflict" Value="5" />
  2817        </EnumType>
  2818        <EnumType Name="deviceManagementComparisonResult">
  2819          <Member Name="unknown" Value="0" />
  2820          <Member Name="equal" Value="1" />
  2821          <Member Name="notEqual" Value="2" />
  2822          <Member Name="added" Value="3" />
  2823          <Member Name="removed" Value="4" />
  2824        </EnumType>
  2825        <EnumType Name="managedDeviceRemoteAction">
  2826          <Member Name="retire" Value="0" />
  2827          <Member Name="delete" Value="1" />
  2828          <Member Name="fullScan" Value="2" />
  2829          <Member Name="quickScan" Value="3" />
  2830          <Member Name="signatureUpdate" Value="4" />
  2831          <Member Name="wipe" Value="5" />
  2832          <Member Name="customTextNotification" Value="6" />
  2833          <Member Name="rebootNow" Value="7" />
  2834          <Member Name="setDeviceName" Value="8" />
  2835        </EnumType>
  2836        <EnumType Name="userExperienceAnalyticsSummarizedBy">
  2837          <Member Name="none" Value="0" />
  2838          <Member Name="model" Value="1" />
  2839          <Member Name="allRegressions" Value="3" />
  2840          <Member Name="modelRegression" Value="4" />
  2841          <Member Name="manufacturerRegression" Value="5" />
  2842          <Member Name="operatingSystemVersionRegression" Value="6" />
  2843        </EnumType>
  2844        <EnumType Name="remoteAction">
  2845          <Member Name="unknown" Value="0" />
  2846          <Member Name="factoryReset" Value="1" />
  2847          <Member Name="removeCompanyData" Value="2" />
  2848          <Member Name="resetPasscode" Value="3" />
  2849          <Member Name="remoteLock" Value="4" />
  2850          <Member Name="enableLostMode" Value="5" />
  2851          <Member Name="disableLostMode" Value="6" />
  2852          <Member Name="locateDevice" Value="7" />
  2853          <Member Name="rebootNow" Value="8" />
  2854          <Member Name="recoverPasscode" Value="9" />
  2855          <Member Name="cleanWindowsDevice" Value="10" />
  2856          <Member Name="logoutSharedAppleDeviceActiveUser" Value="11" />
  2857          <Member Name="quickScan" Value="12" />
  2858          <Member Name="fullScan" Value="13" />
  2859          <Member Name="windowsDefenderUpdateSignatures" Value="14" />
  2860          <Member Name="factoryResetKeepEnrollmentData" Value="15" />
  2861          <Member Name="updateDeviceAccount" Value="16" />
  2862          <Member Name="automaticRedeployment" Value="17" />
  2863          <Member Name="shutDown" Value="18" />
  2864          <Member Name="rotateBitLockerKeys" Value="19" />
  2865          <Member Name="rotateFileVaultKey" Value="20" />
  2866          <Member Name="getFileVaultKey" Value="21" />
  2867          <Member Name="setDeviceName" Value="22" />
  2868        </EnumType>
  2869        <EnumType Name="runState">
  2870          <Member Name="unknown" Value="0" />
  2871          <Member Name="success" Value="1" />
  2872          <Member Name="fail" Value="2" />
  2873          <Member Name="scriptError" Value="3" />
  2874          <Member Name="pending" Value="4" />
  2875          <Member Name="notApplicable" Value="5" />
  2876        </EnumType>
  2877        <EnumType Name="deviceGuardVirtualizationBasedSecurityHardwareRequirementState">
  2878          <Member Name="meetHardwareRequirements" Value="0" />
  2879          <Member Name="secureBootRequired" Value="1" />
  2880          <Member Name="dmaProtectionRequired" Value="2" />
  2881          <Member Name="hyperVNotSupportedForGuestVM" Value="4" />
  2882          <Member Name="hyperVNotAvailable" Value="8" />
  2883        </EnumType>
  2884        <EnumType Name="deviceGuardVirtualizationBasedSecurityState">
  2885          <Member Name="running" Value="0" />
  2886          <Member Name="rebootRequired" Value="1" />
  2887          <Member Name="require64BitArchitecture" Value="2" />
  2888          <Member Name="notLicensed" Value="3" />
  2889          <Member Name="notConfigured" Value="4" />
  2890          <Member Name="doesNotMeetHardwareRequirements" Value="5" />
  2891          <Member Name="other" Value="42" />
  2892        </EnumType>
  2893        <EnumType Name="deviceGuardLocalSystemAuthorityCredentialGuardState">
  2894          <Member Name="running" Value="0" />
  2895          <Member Name="rebootRequired" Value="1" />
  2896          <Member Name="notLicensed" Value="2" />
  2897          <Member Name="notConfigured" Value="3" />
  2898          <Member Name="virtualizationBasedSecurityNotRunning" Value="4" />
  2899        </EnumType>
  2900        <EnumType Name="managedDeviceOwnerType">
  2901          <Member Name="unknown" Value="0" />
  2902          <Member Name="company" Value="1" />
  2903          <Member Name="personal" Value="2" />
  2904        </EnumType>
  2905        <EnumType Name="managementState">
  2906          <Member Name="managed" Value="0" />
  2907          <Member Name="retirePending" Value="1" />
  2908          <Member Name="retireFailed" Value="2" />
  2909          <Member Name="wipePending" Value="3" />
  2910          <Member Name="wipeFailed" Value="4" />
  2911          <Member Name="unhealthy" Value="5" />
  2912          <Member Name="deletePending" Value="6" />
  2913          <Member Name="retireIssued" Value="7" />
  2914          <Member Name="wipeIssued" Value="8" />
  2915          <Member Name="wipeCanceled" Value="9" />
  2916          <Member Name="retireCanceled" Value="10" />
  2917          <Member Name="discovered" Value="11" />
  2918        </EnumType>
  2919        <EnumType Name="chassisType">
  2920          <Member Name="unknown" Value="0" />
  2921          <Member Name="desktop" Value="1" />
  2922          <Member Name="laptop" Value="2" />
  2923          <Member Name="worksWorkstation" Value="3" />
  2924          <Member Name="enterpriseServer" Value="4" />
  2925          <Member Name="phone" Value="100" />
  2926          <Member Name="tablet" Value="101" />
  2927          <Member Name="mobileOther" Value="102" />
  2928          <Member Name="mobileUnknown" Value="103" />
  2929        </EnumType>
  2930        <EnumType Name="complianceState">
  2931          <Member Name="unknown" Value="0" />
  2932          <Member Name="compliant" Value="1" />
  2933          <Member Name="noncompliant" Value="2" />
  2934          <Member Name="conflict" Value="3" />
  2935          <Member Name="error" Value="4" />
  2936          <Member Name="inGracePeriod" Value="254" />
  2937          <Member Name="configManager" Value="255" />
  2938        </EnumType>
  2939        <EnumType Name="managementAgentType">
  2940          <Member Name="eas" Value="1" />
  2941          <Member Name="mdm" Value="2" />
  2942          <Member Name="easMdm" Value="3" />
  2943          <Member Name="intuneClient" Value="4" />
  2944          <Member Name="easIntuneClient" Value="5" />
  2945          <Member Name="configurationManagerClient" Value="8" />
  2946          <Member Name="configurationManagerClientMdm" Value="10" />
  2947          <Member Name="configurationManagerClientMdmEas" Value="11" />
  2948          <Member Name="unknown" Value="16" />
  2949          <Member Name="jamf" Value="32" />
  2950          <Member Name="googleCloudDevicePolicyController" Value="64" />
  2951          <Member Name="microsoft365ManagedMdm" Value="258" />
  2952        </EnumType>
  2953        <EnumType Name="deviceEnrollmentType">
  2954          <Member Name="unknown" Value="0" />
  2955          <Member Name="userEnrollment" Value="1" />
  2956          <Member Name="deviceEnrollmentManager" Value="2" />
  2957          <Member Name="appleBulkWithUser" Value="3" />
  2958          <Member Name="appleBulkWithoutUser" Value="4" />
  2959          <Member Name="windowsAzureADJoin" Value="5" />
  2960          <Member Name="windowsBulkUserless" Value="6" />
  2961          <Member Name="windowsAutoEnrollment" Value="7" />
  2962          <Member Name="windowsBulkAzureDomainJoin" Value="8" />
  2963          <Member Name="windowsCoManagement" Value="9" />
  2964          <Member Name="appleUserEnrollment" Value="11" />
  2965          <Member Name="appleUserEnrollmentWithServiceAccount" Value="12" />
  2966        </EnumType>
  2967        <EnumType Name="lostModeState">
  2968          <Member Name="disabled" Value="0" />
  2969          <Member Name="enabled" Value="1" />
  2970        </EnumType>
  2971        <EnumType Name="deviceRegistrationState">
  2972          <Member Name="notRegistered" Value="0" />
  2973          <Member Name="registered" Value="2" />
  2974          <Member Name="revoked" Value="3" />
  2975          <Member Name="keyConflict" Value="4" />
  2976          <Member Name="approvalPending" Value="5" />
  2977          <Member Name="certificateReset" Value="6" />
  2978          <Member Name="notRegisteredPendingEnrollment" Value="7" />
  2979          <Member Name="unknown" Value="8" />
  2980        </EnumType>
  2981        <EnumType Name="deviceManagementExchangeAccessState">
  2982          <Member Name="none" Value="0" />
  2983          <Member Name="unknown" Value="1" />
  2984          <Member Name="allowed" Value="2" />
  2985          <Member Name="blocked" Value="3" />
  2986          <Member Name="quarantined" Value="4" />
  2987        </EnumType>
  2988        <EnumType Name="deviceManagementExchangeAccessStateReason">
  2989          <Member Name="none" Value="0" />
  2990          <Member Name="unknown" Value="1" />
  2991          <Member Name="exchangeGlobalRule" Value="2" />
  2992          <Member Name="exchangeIndividualRule" Value="3" />
  2993          <Member Name="exchangeDeviceRule" Value="4" />
  2994          <Member Name="exchangeUpgrade" Value="5" />
  2995          <Member Name="exchangeMailboxPolicy" Value="6" />
  2996          <Member Name="other" Value="7" />
  2997          <Member Name="compliant" Value="8" />
  2998          <Member Name="notCompliant" Value="9" />
  2999          <Member Name="notEnrolled" Value="10" />
  3000          <Member Name="unknownLocation" Value="12" />
  3001          <Member Name="mfaRequired" Value="13" />
  3002          <Member Name="azureADBlockDueToAccessPolicy" Value="14" />
  3003          <Member Name="compromisedPassword" Value="15" />
  3004          <Member Name="deviceNotKnownWithManagedApp" Value="16" />
  3005        </EnumType>
  3006        <EnumType Name="windowsDeviceHealthState" IsFlags="true">
  3007          <Member Name="clean" Value="0" />
  3008          <Member Name="fullScanPending" Value="1" />
  3009          <Member Name="rebootPending" Value="2" />
  3010          <Member Name="manualStepsPending" Value="4" />
  3011          <Member Name="offlineScanPending" Value="8" />
  3012          <Member Name="critical" Value="16" />
  3013        </EnumType>
  3014        <EnumType Name="windowsMalwareSeverity">
  3015          <Member Name="unknown" Value="0" />
  3016          <Member Name="low" Value="1" />
  3017          <Member Name="moderate" Value="2" />
  3018          <Member Name="high" Value="4" />
  3019          <Member Name="severe" Value="5" />
  3020        </EnumType>
  3021        <EnumType Name="windowsMalwareCategory">
  3022          <Member Name="invalid" Value="0" />
  3023          <Member Name="adware" Value="1" />
  3024          <Member Name="spyware" Value="2" />
  3025          <Member Name="passwordStealer" Value="3" />
  3026          <Member Name="trojanDownloader" Value="4" />
  3027          <Member Name="worm" Value="5" />
  3028          <Member Name="backdoor" Value="6" />
  3029          <Member Name="remoteAccessTrojan" Value="7" />
  3030          <Member Name="trojan" Value="8" />
  3031          <Member Name="emailFlooder" Value="9" />
  3032          <Member Name="keylogger" Value="10" />
  3033          <Member Name="dialer" Value="11" />
  3034          <Member Name="monitoringSoftware" Value="12" />
  3035          <Member Name="browserModifier" Value="13" />
  3036          <Member Name="cookie" Value="14" />
  3037          <Member Name="browserPlugin" Value="15" />
  3038          <Member Name="aolExploit" Value="16" />
  3039          <Member Name="nuker" Value="17" />
  3040          <Member Name="securityDisabler" Value="18" />
  3041          <Member Name="jokeProgram" Value="19" />
  3042          <Member Name="hostileActiveXControl" Value="20" />
  3043          <Member Name="softwareBundler" Value="21" />
  3044          <Member Name="stealthNotifier" Value="22" />
  3045          <Member Name="settingsModifier" Value="23" />
  3046          <Member Name="toolBar" Value="24" />
  3047          <Member Name="remoteControlSoftware" Value="25" />
  3048          <Member Name="trojanFtp" Value="26" />
  3049          <Member Name="potentialUnwantedSoftware" Value="27" />
  3050          <Member Name="icqExploit" Value="28" />
  3051          <Member Name="trojanTelnet" Value="29" />
  3052          <Member Name="exploit" Value="30" />
  3053          <Member Name="filesharingProgram" Value="31" />
  3054          <Member Name="malwareCreationTool" Value="32" />
  3055          <Member Name="remote_Control_Software" Value="33" />
  3056          <Member Name="tool" Value="34" />
  3057          <Member Name="trojanDenialOfService" Value="36" />
  3058          <Member Name="trojanDropper" Value="37" />
  3059          <Member Name="trojanMassMailer" Value="38" />
  3060          <Member Name="trojanMonitoringSoftware" Value="39" />
  3061          <Member Name="trojanProxyServer" Value="40" />
  3062          <Member Name="virus" Value="42" />
  3063          <Member Name="known" Value="43" />
  3064          <Member Name="unknown" Value="44" />
  3065          <Member Name="spp" Value="45" />
  3066          <Member Name="behavior" Value="46" />
  3067          <Member Name="vulnerability" Value="47" />
  3068          <Member Name="policy" Value="48" />
  3069          <Member Name="enterpriseUnwantedSoftware" Value="49" />
  3070          <Member Name="ransom" Value="50" />
  3071          <Member Name="hipsRule" Value="51" />
  3072        </EnumType>
  3073        <EnumType Name="windowsMalwareExecutionState">
  3074          <Member Name="unknown" Value="0" />
  3075          <Member Name="blocked" Value="1" />
  3076          <Member Name="allowed" Value="2" />
  3077          <Member Name="running" Value="3" />
  3078          <Member Name="notRunning" Value="4" />
  3079        </EnumType>
  3080        <EnumType Name="windowsMalwareState">
  3081          <Member Name="unknown" Value="0" />
  3082          <Member Name="detected" Value="1" />
  3083          <Member Name="cleaned" Value="2" />
  3084          <Member Name="quarantined" Value="3" />
  3085          <Member Name="removed" Value="4" />
  3086          <Member Name="allowed" Value="5" />
  3087          <Member Name="blocked" Value="6" />
  3088          <Member Name="cleanFailed" Value="102" />
  3089          <Member Name="quarantineFailed" Value="103" />
  3090          <Member Name="removeFailed" Value="104" />
  3091          <Member Name="allowFailed" Value="105" />
  3092          <Member Name="abandoned" Value="106" />
  3093          <Member Name="blockFailed" Value="107" />
  3094        </EnumType>
  3095        <EnumType Name="windowsMalwareThreatState">
  3096          <Member Name="active" Value="0" />
  3097          <Member Name="actionFailed" Value="1" />
  3098          <Member Name="manualStepsRequired" Value="2" />
  3099          <Member Name="fullScanRequired" Value="3" />
  3100          <Member Name="rebootRequired" Value="4" />
  3101          <Member Name="remediatedWithNonCriticalFailures" Value="5" />
  3102          <Member Name="quarantined" Value="6" />
  3103          <Member Name="removed" Value="7" />
  3104          <Member Name="cleaned" Value="8" />
  3105          <Member Name="allowed" Value="9" />
  3106          <Member Name="noStatusCleared" Value="10" />
  3107        </EnumType>
  3108        <EnumType Name="managedDevicePartnerReportedHealthState">
  3109          <Member Name="unknown" Value="0" />
  3110          <Member Name="activated" Value="1" />
  3111          <Member Name="deactivated" Value="2" />
  3112          <Member Name="secured" Value="3" />
  3113          <Member Name="lowSeverity" Value="4" />
  3114          <Member Name="mediumSeverity" Value="5" />
  3115          <Member Name="highSeverity" Value="6" />
  3116          <Member Name="unresponsive" Value="7" />
  3117          <Member Name="compromised" Value="8" />
  3118          <Member Name="misconfigured" Value="9" />
  3119        </EnumType>
  3120        <EnumType Name="configurationManagerClientState">
  3121          <Member Name="unknown" Value="0" />
  3122          <Member Name="installed" Value="1" />
  3123          <Member Name="healthy" Value="7" />
  3124          <Member Name="installFailed" Value="8" />
  3125          <Member Name="updateFailed" Value="11" />
  3126          <Member Name="communicationError" Value="19" />
  3127        </EnumType>
  3128        <EnumType Name="appLogUploadState">
  3129          <Member Name="pending" Value="0" />
  3130          <Member Name="completed" Value="1" />
  3131          <Member Name="failed" Value="2" />
  3132        </EnumType>
  3133        <EnumType Name="remediationState">
  3134          <Member Name="unknown" Value="0" />
  3135          <Member Name="skipped" Value="1" />
  3136          <Member Name="success" Value="2" />
  3137          <Member Name="remediationFailed" Value="3" />
  3138          <Member Name="scriptError" Value="4" />
  3139        </EnumType>
  3140        <EnumType Name="deviceManagementSubscriptionState">
  3141          <Member Name="pending" Value="0" />
  3142          <Member Name="active" Value="1" />
  3143          <Member Name="warning" Value="2" />
  3144          <Member Name="disabled" Value="3" />
  3145          <Member Name="deleted" Value="4" />
  3146          <Member Name="blocked" Value="5" />
  3147          <Member Name="lockedOut" Value="8" />
  3148        </EnumType>
  3149        <EnumType Name="deviceManagementSubscriptions" IsFlags="true">
  3150          <Member Name="none" Value="0" />
  3151          <Member Name="intune" Value="1" />
  3152          <Member Name="office365" Value="2" />
  3153          <Member Name="intunePremium" Value="4" />
  3154          <Member Name="intune_EDU" Value="8" />
  3155          <Member Name="intune_SMB" Value="16" />
  3156        </EnumType>
  3157        <EnumType Name="adminConsentState">
  3158          <Member Name="notConfigured" Value="0" />
  3159          <Member Name="granted" Value="1" />
  3160          <Member Name="notGranted" Value="2" />
  3161        </EnumType>
  3162        <EnumType Name="userExperienceAnalyticsInsightSeverity">
  3163          <Member Name="none" Value="0" />
  3164          <Member Name="informational" Value="1" />
  3165          <Member Name="warning" Value="2" />
  3166          <Member Name="error" Value="3" />
  3167        </EnumType>
  3168        <EnumType Name="userExperienceAnalyticsHealthState">
  3169          <Member Name="unknown" Value="0" />
  3170          <Member Name="insufficientData" Value="1" />
  3171          <Member Name="needsAttention" Value="2" />
  3172          <Member Name="meetingGoals" Value="3" />
  3173        </EnumType>
  3174        <EnumType Name="diskType">
  3175          <Member Name="unkown" Value="0" />
  3176          <Member Name="hdd" Value="1" />
  3177          <Member Name="ssd" Value="2" />
  3178        </EnumType>
  3179        <EnumType Name="healthState">
  3180          <Member Name="unknown" Value="0" />
  3181          <Member Name="healthy" Value="1" />
  3182          <Member Name="unhealthy" Value="2" />
  3183        </EnumType>
  3184        <EnumType Name="configurationManagerActionType">
  3185          <Member Name="refreshMachinePolicy" Value="0" />
  3186          <Member Name="refreshUserPolicy" Value="1" />
  3187          <Member Name="wakeUpClient" Value="2" />
  3188          <Member Name="appEvaluation" Value="3" />
  3189        </EnumType>
  3190        <EnumType Name="appLogDecryptionAlgorithm">
  3191          <Member Name="aes256" Value="0" />
  3192        </EnumType>
  3193        <EnumType Name="windowsAutopilotSyncStatus">
  3194          <Member Name="unknown" Value="0" />
  3195          <Member Name="inProgress" Value="1" />
  3196          <Member Name="completed" Value="2" />
  3197          <Member Name="failed" Value="3" />
  3198        </EnumType>
  3199        <EnumType Name="windowsUserType">
  3200          <Member Name="administrator" Value="0" />
  3201          <Member Name="standard" Value="1" />
  3202        </EnumType>
  3203        <EnumType Name="windowsDeviceUsageType">
  3204          <Member Name="singleUser" Value="0" />
  3205          <Member Name="shared" Value="1" />
  3206        </EnumType>
  3207        <EnumType Name="windowsAutopilotDeviceType">
  3208          <Member Name="windowsPc" Value="0" />
  3209          <Member Name="surfaceHub2" Value="1" />
  3210        </EnumType>
  3211        <EnumType Name="windowsAutopilotProfileAssignmentStatus">
  3212          <Member Name="unknown" Value="0" />
  3213          <Member Name="assignedInSync" Value="1" />
  3214          <Member Name="assignedOutOfSync" Value="2" />
  3215          <Member Name="assignedUnkownSyncState" Value="3" />
  3216          <Member Name="notAssigned" Value="4" />
  3217          <Member Name="pending" Value="5" />
  3218          <Member Name="failed" Value="6" />
  3219        </EnumType>
  3220        <EnumType Name="windowsAutopilotProfileAssignmentDetailedStatus">
  3221          <Member Name="none" Value="0" />
  3222          <Member Name="hardwareRequirementsNotMet" Value="1" />
  3223        </EnumType>
  3224        <EnumType Name="enrollmentState">
  3225          <Member Name="unknown" Value="0" />
  3226          <Member Name="enrolled" Value="1" />
  3227          <Member Name="pendingReset" Value="2" />
  3228          <Member Name="failed" Value="3" />
  3229          <Member Name="notContacted" Value="4" />
  3230          <Member Name="blocked" Value="5" />
  3231        </EnumType>
  3232        <EnumType Name="importedDeviceIdentityType">
  3233          <Member Name="unknown" Value="0" />
  3234          <Member Name="imei" Value="1" />
  3235          <Member Name="serialNumber" Value="2" />
  3236        </EnumType>
  3237        <EnumType Name="platform">
  3238          <Member Name="unknown" Value="0" />
  3239          <Member Name="ios" Value="1" />
  3240          <Member Name="android" Value="2" />
  3241          <Member Name="windows" Value="3" />
  3242          <Member Name="windowsMobile" Value="4" />
  3243          <Member Name="macOS" Value="5" />
  3244        </EnumType>
  3245        <EnumType Name="depTokenType">
  3246          <Member Name="none" Value="0" />
  3247          <Member Name="dep" Value="1" />
  3248          <Member Name="appleSchoolManager" Value="2" />
  3249        </EnumType>
  3250        <EnumType Name="iTunesPairingMode">
  3251          <Member Name="disallow" Value="0" />
  3252          <Member Name="allow" Value="1" />
  3253          <Member Name="requiresCertificate" Value="2" />
  3254        </EnumType>
  3255        <EnumType Name="discoverySource">
  3256          <Member Name="unknown" Value="0" />
  3257          <Member Name="adminImport" Value="2" />
  3258          <Member Name="deviceEnrollmentProgram" Value="4" />
  3259        </EnumType>
  3260        <EnumType Name="importedWindowsAutopilotDeviceIdentityUploadStatus">
  3261          <Member Name="noUpload" Value="0" />
  3262          <Member Name="pending" Value="1" />
  3263          <Member Name="complete" Value="2" />
  3264          <Member Name="error" Value="3" />
  3265        </EnumType>
  3266        <EnumType Name="importedWindowsAutopilotDeviceIdentityImportStatus">
  3267          <Member Name="unknown" Value="0" />
  3268          <Member Name="pending" Value="1" />
  3269          <Member Name="partial" Value="2" />
  3270          <Member Name="complete" Value="3" />
  3271          <Member Name="error" Value="4" />
  3272        </EnumType>
  3273        <EnumType Name="appleUserInitiatedEnrollmentType">
  3274          <Member Name="unknown" Value="0" />
  3275          <Member Name="device" Value="1" />
  3276          <Member Name="user" Value="2" />
  3277        </EnumType>
  3278        <EnumType Name="binaryManagementConditionExpressionOperatorType">
  3279          <Member Name="or" Value="0" />
  3280          <Member Name="and" Value="1" />
  3281        </EnumType>
  3282        <EnumType Name="unaryManagementConditionExpressionOperatorType">
  3283          <Member Name="not" Value="0" />
  3284        </EnumType>
  3285        <EnumType Name="groupPolicyMigrationReadiness">
  3286          <Member Name="none" Value="1" />
  3287          <Member Name="partial" Value="2" />
  3288          <Member Name="complete" Value="3" />
  3289          <Member Name="error" Value="4" />
  3290          <Member Name="notApplicable" Value="5" />
  3291        </EnumType>
  3292        <EnumType Name="groupPolicySettingType">
  3293          <Member Name="unknown" Value="0" />
  3294          <Member Name="policy" Value="1" />
  3295          <Member Name="account" Value="2" />
  3296        </EnumType>
  3297        <EnumType Name="groupPolicySettingScope">
  3298          <Member Name="unknown" Value="0" />
  3299          <Member Name="device" Value="1" />
  3300          <Member Name="user" Value="2" />
  3301        </EnumType>
  3302        <EnumType Name="groupPolicyConfigurationType">
  3303          <Member Name="policy" Value="0" />
  3304          <Member Name="preference" Value="1" />
  3305        </EnumType>
  3306        <EnumType Name="groupPolicyDefinitionClassType">
  3307          <Member Name="user" Value="0" />
  3308          <Member Name="machine" Value="1" />
  3309        </EnumType>
  3310        <EnumType Name="groupPolicyType">
  3311          <Member Name="admxBacked" Value="0" />
  3312          <Member Name="admxIngested" Value="1" />
  3313        </EnumType>
  3314        <EnumType Name="managedAppDataStorageLocation">
  3315          <Member Name="oneDriveForBusiness" Value="1" />
  3316          <Member Name="sharePoint" Value="2" />
  3317          <Member Name="localStorage" Value="6" />
  3318        </EnumType>
  3319        <EnumType Name="managedAppDataTransferLevel">
  3320          <Member Name="allApps" Value="0" />
  3321          <Member Name="managedApps" Value="1" />
  3322          <Member Name="none" Value="2" />
  3323        </EnumType>
  3324        <EnumType Name="managedAppClipboardSharingLevel">
  3325          <Member Name="allApps" Value="0" />
  3326          <Member Name="managedAppsWithPasteIn" Value="1" />
  3327          <Member Name="managedApps" Value="2" />
  3328          <Member Name="blocked" Value="3" />
  3329        </EnumType>
  3330        <EnumType Name="managedAppRemediationAction">
  3331          <Member Name="block" Value="0" />
  3332          <Member Name="wipe" Value="1" />
  3333          <Member Name="warn" Value="2" />
  3334        </EnumType>
  3335        <EnumType Name="managedAppPinCharacterSet">
  3336          <Member Name="numeric" Value="0" />
  3337          <Member Name="alphanumericAndSymbol" Value="1" />
  3338        </EnumType>
  3339        <EnumType Name="managedAppNotificationRestriction">
  3340          <Member Name="allow" Value="0" />
  3341          <Member Name="blockOrganizationalData" Value="1" />
  3342          <Member Name="block" Value="2" />
  3343        </EnumType>
  3344        <EnumType Name="managedBrowserType" IsFlags="true">
  3345          <Member Name="notConfigured" Value="0" />
  3346          <Member Name="microsoftEdge" Value="1" />
  3347        </EnumType>
  3348        <EnumType Name="managedAppDeviceThreatLevel">
  3349          <Member Name="notConfigured" Value="0" />
  3350          <Member Name="secured" Value="1" />
  3351          <Member Name="low" Value="2" />
  3352          <Member Name="medium" Value="3" />
  3353          <Member Name="high" Value="4" />
  3354        </EnumType>
  3355        <EnumType Name="managedAppDataEncryptionType">
  3356          <Member Name="useDeviceSettings" Value="0" />
  3357          <Member Name="afterDeviceRestart" Value="1" />
  3358          <Member Name="whenDeviceLockedExceptOpenFiles" Value="2" />
  3359          <Member Name="whenDeviceLocked" Value="3" />
  3360        </EnumType>
  3361        <EnumType Name="androidManagedAppSafetyNetDeviceAttestationType">
  3362          <Member Name="none" Value="0" />
  3363          <Member Name="basicIntegrity" Value="1" />
  3364          <Member Name="basicIntegrityAndDeviceCertification" Value="2" />
  3365        </EnumType>
  3366        <EnumType Name="androidManagedAppSafetyNetAppsVerificationType">
  3367          <Member Name="none" Value="0" />
  3368          <Member Name="enabled" Value="1" />
  3369        </EnumType>
  3370        <EnumType Name="appManagementLevel" IsFlags="true">
  3371          <Member Name="unspecified" Value="0" />
  3372          <Member Name="unmanaged" Value="1" />
  3373          <Member Name="mdm" Value="2" />
  3374          <Member Name="androidEnterprise" Value="4" />
  3375        </EnumType>
  3376        <EnumType Name="windowsInformationProtectionEnforcementLevel">
  3377          <Member Name="noProtection" Value="0" />
  3378          <Member Name="encryptAndAuditOnly" Value="1" />
  3379          <Member Name="encryptAuditAndPrompt" Value="2" />
  3380          <Member Name="encryptAuditAndBlock" Value="3" />
  3381        </EnumType>
  3382        <EnumType Name="windowsInformationProtectionPinCharacterRequirements">
  3383          <Member Name="notAllow" Value="0" />
  3384          <Member Name="requireAtLeastOne" Value="1" />
  3385          <Member Name="allow" Value="2" />
  3386        </EnumType>
  3387        <EnumType Name="managedAppFlaggedReason">
  3388          <Member Name="none" Value="0" />
  3389          <Member Name="rootedDevice" Value="1" />
  3390          <Member Name="androidBootloaderUnlocked" Value="2" />
  3391          <Member Name="androidFactoryRomModified" Value="3" />
  3392        </EnumType>
  3393        <EnumType Name="notificationTemplateBrandingOptions" IsFlags="true">
  3394          <Member Name="none" Value="0" />
  3395          <Member Name="includeCompanyLogo" Value="1" />
  3396          <Member Name="includeCompanyName" Value="2" />
  3397          <Member Name="includeContactInformation" Value="4" />
  3398        </EnumType>
  3399        <EnumType Name="deviceManagementDomainJoinConnectorState">
  3400          <Member Name="active" Value="0" />
  3401          <Member Name="error" Value="1" />
  3402          <Member Name="inactive" Value="2" />
  3403        </EnumType>
  3404        <EnumType Name="appVulnerabilityTaskMitigationType">
  3405          <Member Name="unknown" Value="0" />
  3406          <Member Name="update" Value="1" />
  3407          <Member Name="uninstall" Value="2" />
  3408          <Member Name="securityConfiguration" Value="3" />
  3409        </EnumType>
  3410        <EnumType Name="deviceAppManagementTaskCategory">
  3411          <Member Name="unknown" Value="0" />
  3412          <Member Name="advancedThreatProtection" Value="1" />
  3413        </EnumType>
  3414        <EnumType Name="deviceAppManagementTaskPriority">
  3415          <Member Name="none" Value="0" />
  3416          <Member Name="high" Value="1" />
  3417          <Member Name="low" Value="2" />
  3418        </EnumType>
  3419        <EnumType Name="deviceAppManagementTaskStatus">
  3420          <Member Name="unknown" Value="0" />
  3421          <Member Name="pending" Value="1" />
  3422          <Member Name="active" Value="2" />
  3423          <Member Name="completed" Value="3" />
  3424          <Member Name="rejected" Value="4" />
  3425        </EnumType>
  3426        <EnumType Name="roleAssignmentScopeType">
  3427          <Member Name="resourceScope" Value="0" />
  3428          <Member Name="allDevices" Value="1" />
  3429          <Member Name="allLicensedUsers" Value="2" />
  3430          <Member Name="allDevicesAndLicensedUsers" Value="3" />
  3431        </EnumType>
  3432        <EnumType Name="remoteAssistanceOnboardingStatus">
  3433          <Member Name="notOnboarded" Value="0" />
  3434          <Member Name="onboarding" Value="1" />
  3435          <Member Name="onboarded" Value="2" />
  3436        </EnumType>
  3437        <EnumType Name="deviceManagementReportStatus">
  3438          <Member Name="unknown" Value="0" />
  3439          <Member Name="notStarted" Value="1" />
  3440          <Member Name="inProgress" Value="2" />
  3441          <Member Name="completed" Value="3" />
  3442          <Member Name="failed" Value="4" />
  3443        </EnumType>
  3444        <EnumType Name="deviceManagementReportFileFormat">
  3445          <Member Name="csv" Value="0" />
  3446          <Member Name="pdf" Value="1" />
  3447        </EnumType>
  3448        <EnumType Name="deviceManagementScheduledReportRecurrence">
  3449          <Member Name="none" Value="0" />
  3450          <Member Name="daily" Value="1" />
  3451          <Member Name="weekly" Value="2" />
  3452          <Member Name="monthly" Value="3" />
  3453        </EnumType>
  3454        <EnumType Name="embeddedSIMDeviceStateValue">
  3455          <Member Name="notEvaluated" Value="0" />
  3456          <Member Name="failed" Value="1" />
  3457          <Member Name="installing" Value="2" />
  3458          <Member Name="installed" Value="3" />
  3459          <Member Name="deleting" Value="4" />
  3460          <Member Name="error" Value="5" />
  3461          <Member Name="deleted" Value="6" />
  3462          <Member Name="removedByUser" Value="7" />
  3463        </EnumType>
  3464        <EnumType Name="logLevel">
  3465          <Member Name="logAlways" Value="0" />
  3466          <Member Name="critical" Value="1" />
  3467          <Member Name="error" Value="2" />
  3468          <Member Name="warning" Value="3" />
  3469          <Member Name="information" Value="4" />
  3470          <Member Name="verbose" Value="5" />
  3471        </EnumType>
  3472        <EnumType Name="deviceEnrollmentFailureReason">
  3473          <Member Name="unknown" Value="0" />
  3474          <Member Name="authentication" Value="1" />
  3475          <Member Name="authorization" Value="2" />
  3476          <Member Name="accountValidation" Value="3" />
  3477          <Member Name="userValidation" Value="4" />
  3478          <Member Name="deviceNotSupported" Value="5" />
  3479          <Member Name="inMaintenance" Value="6" />
  3480          <Member Name="badRequest" Value="7" />
  3481          <Member Name="featureNotSupported" Value="8" />
  3482          <Member Name="enrollmentRestrictionsEnforced" Value="9" />
  3483          <Member Name="clientDisconnected" Value="10" />
  3484          <Member Name="userAbandonment" Value="11" />
  3485        </EnumType>
  3486        <EnumType Name="mobileAppActionType">
  3487          <Member Name="unknown" Value="0" />
  3488          <Member Name="installCommandSent" Value="1" />
  3489          <Member Name="installed" Value="3" />
  3490          <Member Name="uninstalled" Value="4" />
  3491          <Member Name="userRequestedInstall" Value="5" />
  3492        </EnumType>
  3493        <EnumType Name="windowsAutopilotEnrollmentType">
  3494          <Member Name="unknown" Value="0" />
  3495          <Member Name="azureADJoinedWithAutopilotProfile" Value="1" />
  3496          <Member Name="offlineDomainJoined" Value="2" />
  3497          <Member Name="azureADJoinedUsingDeviceAuthWithAutopilotProfile" Value="3" />
  3498          <Member Name="azureADJoinedUsingDeviceAuthWithoutAutopilotProfile" Value="4" />
  3499          <Member Name="azureADJoinedWithOfflineAutopilotProfile" Value="5" />
  3500          <Member Name="azureADJoinedWithWhiteGlove" Value="6" />
  3501          <Member Name="offlineDomainJoinedWithWhiteGlove" Value="7" />
  3502          <Member Name="offlineDomainJoinedWithOfflineAutopilotProfile" Value="8" />
  3503        </EnumType>
  3504        <EnumType Name="windowsAutopilotDeploymentState">
  3505          <Member Name="unknown" Value="0" />
  3506          <Member Name="success" Value="1" />
  3507          <Member Name="inProgress" Value="2" />
  3508          <Member Name="failure" Value="3" />
  3509          <Member Name="successWithTimeout" Value="4" />
  3510        </EnumType>
  3511        <EnumType Name="mobileAppIntent">
  3512          <Member Name="available" Value="0" />
  3513          <Member Name="notAvailable" Value="1" />
  3514          <Member Name="requiredInstall" Value="2" />
  3515          <Member Name="requiredUninstall" Value="3" />
  3516          <Member Name="requiredAndAvailableInstall" Value="4" />
  3517          <Member Name="availableInstallWithoutEnrollment" Value="5" />
  3518          <Member Name="exclude" Value="6" />
  3519        </EnumType>
  3520        <EnumType Name="windowsDefenderApplicationControlSupplementalPolicyStatuses">
  3521          <Member Name="unknown" Value="0" />
  3522          <Member Name="success" Value="1" />
  3523          <Member Name="tokenError" Value="2" />
  3524          <Member Name="notAuthorizedByToken" Value="3" />
  3525          <Member Name="policyNotFound" Value="4" />
  3526        </EnumType>
  3527        <EnumType Name="applicationType">
  3528          <Member Name="universal" Value="1" />
  3529          <Member Name="desktop" Value="2" />
  3530        </EnumType>
  3531        <EnumType Name="userPfxIntendedPurpose">
  3532          <Member Name="unassigned" Value="0" />
  3533          <Member Name="smimeEncryption" Value="1" />
  3534          <Member Name="smimeSigning" Value="2" />
  3535          <Member Name="vpn" Value="4" />
  3536          <Member Name="wifi" Value="8" />
  3537        </EnumType>
  3538        <EnumType Name="userPfxPaddingScheme">
  3539          <Member Name="none" Value="0" />
  3540          <Member Name="pkcs1" Value="1" />
  3541          <Member Name="oaepSha1" Value="2" />
  3542          <Member Name="oaepSha256" Value="3" />
  3543          <Member Name="oaepSha384" Value="4" />
  3544          <Member Name="oaepSha512" Value="5" />
  3545        </EnumType>
  3546        <EnumType Name="entityType">
  3547          <Member Name="event" Value="0" />
  3548          <Member Name="message" Value="1" />
  3549          <Member Name="driveItem" Value="2" />
  3550          <Member Name="externalFile" Value="3" />
  3551          <Member Name="externalItem" Value="4" />
  3552        </EnumType>
  3553        <EnumType Name="priority">
  3554          <Member Name="None" Value="0" />
  3555          <Member Name="High" Value="1" />
  3556          <Member Name="Low" Value="2" />
  3557        </EnumType>
  3558        <EnumType Name="plannerPreviewType">
  3559          <Member Name="automatic" Value="0" />
  3560          <Member Name="noPreview" Value="1" />
  3561          <Member Name="checklist" Value="2" />
  3562          <Member Name="description" Value="3" />
  3563          <Member Name="reference" Value="4" />
  3564        </EnumType>
  3565        <EnumType Name="operationStatus">
  3566          <Member Name="NotStarted" Value="0" />
  3567          <Member Name="Running" Value="1" />
  3568          <Member Name="Completed" Value="2" />
  3569          <Member Name="Failed" Value="3" />
  3570        </EnumType>
  3571        <EnumType Name="onenotePatchInsertPosition">
  3572          <Member Name="After" Value="0" />
  3573          <Member Name="Before" Value="1" />
  3574        </EnumType>
  3575        <EnumType Name="onenotePatchActionType">
  3576          <Member Name="Replace" Value="0" />
  3577          <Member Name="Append" Value="1" />
  3578          <Member Name="Delete" Value="2" />
  3579          <Member Name="Insert" Value="3" />
  3580          <Member Name="Prepend" Value="4" />
  3581        </EnumType>
  3582        <EnumType Name="onenoteSourceService">
  3583          <Member Name="Unknown" Value="0" />
  3584          <Member Name="OneDrive" Value="1" />
  3585          <Member Name="OneDriveForBusiness" Value="2" />
  3586          <Member Name="OnPremOneDriveForBusiness" Value="3" />
  3587        </EnumType>
  3588        <EnumType Name="onenoteUserRole">
  3589          <Member Name="Owner" Value="0" />
  3590          <Member Name="Contributor" Value="1" />
  3591          <Member Name="Reader" Value="2" />
  3592          <Member Name="None" Value="-1" />
  3593        </EnumType>
  3594        <EnumType Name="approvalState">
  3595          <Member Name="pending" Value="0" />
  3596          <Member Name="approved" Value="1" />
  3597          <Member Name="denied" Value="2" />
  3598          <Member Name="aborted" Value="3" />
  3599          <Member Name="canceled" Value="4" />
  3600        </EnumType>
  3601        <EnumType Name="roleSummaryStatus">
  3602          <Member Name="ok" Value="0" />
  3603          <Member Name="bad" Value="1" />
  3604        </EnumType>
  3605        <EnumType Name="setupStatus">
  3606          <Member Name="unknown" Value="0" />
  3607          <Member Name="notRegisteredYet" Value="1" />
  3608          <Member Name="registeredSetupNotStarted" Value="2" />
  3609          <Member Name="registeredSetupInProgress" Value="3" />
  3610          <Member Name="registrationAndSetupCompleted" Value="4" />
  3611          <Member Name="registrationFailed" Value="5" />
  3612          <Member Name="registrationTimedOut" Value="6" />
  3613          <Member Name="disabled" Value="7" />
  3614        </EnumType>
  3615        <EnumType Name="dataPolicyOperationStatus">
  3616          <Member Name="notStarted" Value="0" />
  3617          <Member Name="running" Value="1" />
  3618          <Member Name="complete" Value="2" />
  3619          <Member Name="failed" Value="3" />
  3620          <Member Name="unknownFutureValue" Value="4" />
  3621        </EnumType>
  3622        <EnumType Name="allowedAudiences" IsFlags="true">
  3623          <Member Name="me" Value="0" />
  3624          <Member Name="family" Value="1" />
  3625          <Member Name="contacts" Value="2" />
  3626          <Member Name="groupMembers" Value="4" />
  3627          <Member Name="organization" Value="8" />
  3628          <Member Name="federatedOrganizations" Value="16" />
  3629          <Member Name="everyone" Value="32" />
  3630          <Member Name="unknownFutureValue" Value="64" />
  3631        </EnumType>
  3632        <EnumType Name="languageProficiencyLevel">
  3633          <Member Name="elementary" Value="0" />
  3634          <Member Name="conversational" Value="1" />
  3635          <Member Name="limitedWorking" Value="2" />
  3636          <Member Name="professionalWorking" Value="3" />
  3637          <Member Name="fullProfessional" Value="4" />
  3638          <Member Name="nativeOrBilingual" Value="5" />
  3639          <Member Name="unknownFutureValue" Value="6" />
  3640        </EnumType>
  3641        <EnumType Name="anniversaryType">
  3642          <Member Name="birthday" Value="0" />
  3643          <Member Name="wedding" Value="1" />
  3644          <Member Name="unknownFutureValue" Value="3" />
  3645        </EnumType>
  3646        <EnumType Name="personRelationship">
  3647          <Member Name="manager" Value="0" />
  3648          <Member Name="colleague" Value="1" />
  3649          <Member Name="directReport" Value="2" />
  3650          <Member Name="dotLineReport" Value="3" />
  3651          <Member Name="assistant" Value="4" />
  3652          <Member Name="dotLineManager" Value="5" />
  3653          <Member Name="alternateContact" Value="6" />
  3654          <Member Name="friend" Value="7" />
  3655          <Member Name="spouse" Value="8" />
  3656          <Member Name="sibling" Value="9" />
  3657          <Member Name="child" Value="10" />
  3658          <Member Name="parent" Value="11" />
  3659          <Member Name="sponsor" Value="12" />
  3660          <Member Name="emergencyContact" Value="13" />
  3661          <Member Name="other" Value="14" />
  3662          <Member Name="unknownFutureValue" Value="15" />
  3663        </EnumType>
  3664        <EnumType Name="skillProficiencyLevel">
  3665          <Member Name="elementary" Value="0" />
  3666          <Member Name="limitedWorking" Value="1" />
  3667          <Member Name="generalProfessional" Value="2" />
  3668          <Member Name="advancedProfessional" Value="3" />
  3669          <Member Name="expert" Value="4" />
  3670          <Member Name="unknownFutureValue" Value="5" />
  3671        </EnumType>
  3672        <EnumType Name="status">
  3673          <Member Name="active" Value="0" />
  3674          <Member Name="updated" Value="1" />
  3675          <Member Name="deleted" Value="2" />
  3676          <Member Name="ignored" Value="3" />
  3677          <Member Name="unknownFutureValue" Value="4" />
  3678        </EnumType>
  3679        <EnumType Name="accountStatus">
  3680          <Member Name="unknown" Value="0" />
  3681          <Member Name="staged" Value="1" />
  3682          <Member Name="active" Value="2" />
  3683          <Member Name="suspended" Value="3" />
  3684          <Member Name="deleted" Value="4" />
  3685          <Member Name="unknownFutureValue" Value="127" />
  3686        </EnumType>
  3687        <EnumType Name="alertFeedback">
  3688          <Member Name="unknown" Value="0" />
  3689          <Member Name="truePositive" Value="1" />
  3690          <Member Name="falsePositive" Value="2" />
  3691          <Member Name="benignPositive" Value="3" />
  3692          <Member Name="unknownFutureValue" Value="127" />
  3693        </EnumType>
  3694        <EnumType Name="alertSeverity">
  3695          <Member Name="unknown" Value="0" />
  3696          <Member Name="informational" Value="1" />
  3697          <Member Name="low" Value="2" />
  3698          <Member Name="medium" Value="3" />
  3699          <Member Name="high" Value="4" />
  3700          <Member Name="unknownFutureValue" Value="127" />
  3701        </EnumType>
  3702        <EnumType Name="alertStatus">
  3703          <Member Name="unknown" Value="0" />
  3704          <Member Name="newAlert" Value="1" />
  3705          <Member Name="inProgress" Value="2" />
  3706          <Member Name="resolved" Value="3" />
  3707          <Member Name="dismissed" Value="4" />
  3708          <Member Name="unknownFutureValue" Value="127" />
  3709        </EnumType>
  3710        <EnumType Name="applicationPermissionsRequired">
  3711          <Member Name="unknown" Value="0" />
  3712          <Member Name="anonymous" Value="1" />
  3713          <Member Name="guest" Value="2" />
  3714          <Member Name="user" Value="3" />
  3715          <Member Name="administrator" Value="4" />
  3716          <Member Name="system" Value="5" />
  3717          <Member Name="unknownFutureValue" Value="127" />
  3718        </EnumType>
  3719        <EnumType Name="connectionDirection">
  3720          <Member Name="unknown" Value="0" />
  3721          <Member Name="inbound" Value="1" />
  3722          <Member Name="outbound" Value="2" />
  3723          <Member Name="unknownFutureValue" Value="127" />
  3724        </EnumType>
  3725        <EnumType Name="connectionStatus">
  3726          <Member Name="unknown" Value="0" />
  3727          <Member Name="attempted" Value="1" />
  3728          <Member Name="succeeded" Value="2" />
  3729          <Member Name="blocked" Value="3" />
  3730          <Member Name="failed" Value="4" />
  3731          <Member Name="unknownFutureValue" Value="127" />
  3732        </EnumType>
  3733        <EnumType Name="diamondModel">
  3734          <Member Name="unknown" Value="0" />
  3735          <Member Name="adversary" Value="1" />
  3736          <Member Name="capability" Value="2" />
  3737          <Member Name="infrastructure" Value="3" />
  3738          <Member Name="victim" Value="4" />
  3739          <Member Name="unknownFutureValue" Value="127" />
  3740        </EnumType>
  3741        <EnumType Name="emailRole">
  3742          <Member Name="unknown" Value="0" />
  3743          <Member Name="sender" Value="1" />
  3744          <Member Name="recipient" Value="2" />
  3745          <Member Name="unknownFutureValue" Value="127" />
  3746        </EnumType>
  3747        <EnumType Name="fileHashType">
  3748          <Member Name="unknown" Value="0" />
  3749          <Member Name="sha1" Value="1" />
  3750          <Member Name="sha256" Value="2" />
  3751          <Member Name="md5" Value="3" />
  3752          <Member Name="authenticodeHash256" Value="4" />
  3753          <Member Name="lsHash" Value="5" />
  3754          <Member Name="ctph" Value="6" />
  3755          <Member Name="unknownFutureValue" Value="127" />
  3756        </EnumType>
  3757        <EnumType Name="logonType">
  3758          <Member Name="unknown" Value="0" />
  3759          <Member Name="interactive" Value="1" />
  3760          <Member Name="remoteInteractive" Value="2" />
  3761          <Member Name="network" Value="3" />
  3762          <Member Name="batch" Value="4" />
  3763          <Member Name="service" Value="5" />
  3764          <Member Name="unknownFutureValue" Value="127" />
  3765        </EnumType>
  3766        <EnumType Name="processIntegrityLevel">
  3767          <Member Name="unknown" Value="0" />
  3768          <Member Name="untrusted" Value="1" />
  3769          <Member Name="low" Value="2" />
  3770          <Member Name="medium" Value="3" />
  3771          <Member Name="high" Value="4" />
  3772          <Member Name="system" Value="5" />
  3773          <Member Name="unknownFutureValue" Value="127" />
  3774        </EnumType>
  3775        <EnumType Name="registryHive">
  3776          <Member Name="unknown" Value="0" />
  3777          <Member Name="currentConfig" Value="1" />
  3778          <Member Name="currentUser" Value="2" />
  3779          <Member Name="localMachineSam" Value="3" />
  3780          <Member Name="localMachineSecurity" Value="4" />
  3781          <Member Name="localMachineSoftware" Value="5" />
  3782          <Member Name="localMachineSystem" Value="6" />
  3783          <Member Name="usersDefault" Value="7" />
  3784          <Member Name="unknownFutureValue" Value="127" />
  3785        </EnumType>
  3786        <EnumType Name="registryOperation">
  3787          <Member Name="unknown" Value="0" />
  3788          <Member Name="create" Value="1" />
  3789          <Member Name="modify" Value="2" />
  3790          <Member Name="delete" Value="3" />
  3791          <Member Name="unknownFutureValue" Value="127" />
  3792        </EnumType>
  3793        <EnumType Name="registryValueType">
  3794          <Member Name="unknown" Value="0" />
  3795          <Member Name="binary" Value="1" />
  3796          <Member Name="dword" Value="2" />
  3797          <Member Name="dwordLittleEndian" Value="3" />
  3798          <Member Name="dwordBigEndian" Value="4" />
  3799          <Member Name="expandSz" Value="5" />
  3800          <Member Name="link" Value="6" />
  3801          <Member Name="multiSz" Value="7" />
  3802          <Member Name="none" Value="8" />
  3803          <Member Name="qword" Value="9" />
  3804          <Member Name="qwordlittleEndian" Value="10" />
  3805          <Member Name="sz" Value="11" />
  3806          <Member Name="unknownFutureValue" Value="127" />
  3807        </EnumType>
  3808        <EnumType Name="securityNetworkProtocol">
  3809          <Member Name="ip" Value="0" />
  3810          <Member Name="icmp" Value="1" />
  3811          <Member Name="igmp" Value="2" />
  3812          <Member Name="ggp" Value="3" />
  3813          <Member Name="ipv4" Value="4" />
  3814          <Member Name="tcp" Value="6" />
  3815          <Member Name="pup" Value="12" />
  3816          <Member Name="udp" Value="17" />
  3817          <Member Name="idp" Value="22" />
  3818          <Member Name="ipv6" Value="41" />
  3819          <Member Name="ipv6RoutingHeader" Value="43" />
  3820          <Member Name="ipv6FragmentHeader" Value="44" />
  3821          <Member Name="ipSecEncapsulatingSecurityPayload" Value="50" />
  3822          <Member Name="ipSecAuthenticationHeader" Value="51" />
  3823          <Member Name="icmpV6" Value="58" />
  3824          <Member Name="ipv6NoNextHeader" Value="59" />
  3825          <Member Name="ipv6DestinationOptions" Value="60" />
  3826          <Member Name="nd" Value="77" />
  3827          <Member Name="raw" Value="255" />
  3828          <Member Name="ipx" Value="1000" />
  3829          <Member Name="spx" Value="1256" />
  3830          <Member Name="spxII" Value="1257" />
  3831          <Member Name="unknownFutureValue" Value="32767" />
  3832          <Member Name="unknown" Value="-1" />
  3833        </EnumType>
  3834        <EnumType Name="tiAction">
  3835          <Member Name="unknown" Value="0" />
  3836          <Member Name="allow" Value="1" />
  3837          <Member Name="block" Value="2" />
  3838          <Member Name="alert" Value="3" />
  3839          <Member Name="unknownFutureValue" Value="127" />
  3840        </EnumType>
  3841        <EnumType Name="tlpLevel">
  3842          <Member Name="unknown" Value="0" />
  3843          <Member Name="white" Value="1" />
  3844          <Member Name="green" Value="2" />
  3845          <Member Name="amber" Value="3" />
  3846          <Member Name="red" Value="4" />
  3847          <Member Name="unknownFutureValue" Value="127" />
  3848        </EnumType>
  3849        <EnumType Name="userAccountSecurityType">
  3850          <Member Name="unknown" Value="0" />
  3851          <Member Name="standard" Value="1" />
  3852          <Member Name="power" Value="2" />
  3853          <Member Name="administrator" Value="3" />
  3854          <Member Name="unknownFutureValue" Value="127" />
  3855        </EnumType>
  3856        <EnumType Name="accessLevel">
  3857          <Member Name="everyone" Value="0" />
  3858          <Member Name="invited" Value="1" />
  3859          <Member Name="locked" Value="2" />
  3860          <Member Name="sameEnterprise" Value="3" />
  3861          <Member Name="sameEnterpriseAndFederated" Value="4" />
  3862        </EnumType>
  3863        <EnumType Name="autoAdmittedUsersType">
  3864          <Member Name="everyoneInCompany" Value="0" />
  3865          <Member Name="everyone" Value="1" />
  3866        </EnumType>
  3867        <EnumType Name="callDirection">
  3868          <Member Name="incoming" Value="0" />
  3869          <Member Name="outgoing" Value="1" />
  3870        </EnumType>
  3871        <EnumType Name="callDisposition">
  3872          <Member Name="default" Value="0" />
  3873          <Member Name="simultaneousRing" Value="1" />
  3874          <Member Name="forward" Value="2" />
  3875        </EnumType>
  3876        <EnumType Name="callState">
  3877          <Member Name="incoming" Value="0" />
  3878          <Member Name="establishing" Value="1" />
  3879          <Member Name="ringing" Value="2" />
  3880          <Member Name="established" Value="3" />
  3881          <Member Name="hold" Value="4" />
  3882          <Member Name="transferring" Value="5" />
  3883          <Member Name="transferAccepted" Value="6" />
  3884          <Member Name="redirecting" Value="7" />
  3885          <Member Name="terminating" Value="8" />
  3886          <Member Name="terminated" Value="9" />
  3887          <Member Name="unknownFutureValue" Value="10" />
  3888        </EnumType>
  3889        <EnumType Name="changeType">
  3890          <Member Name="created" Value="0" />
  3891          <Member Name="updated" Value="1" />
  3892          <Member Name="deleted" Value="2" />
  3893        </EnumType>
  3894        <EnumType Name="endpointType">
  3895          <Member Name="default" Value="0" />
  3896          <Member Name="voicemail" Value="1" />
  3897          <Member Name="skypeForBusiness" Value="2" />
  3898          <Member Name="skypeForBusinessVoipPhone" Value="3" />
  3899          <Member Name="unknownFutureValue" Value="4" />
  3900        </EnumType>
  3901        <EnumType Name="mediaDirection">
  3902          <Member Name="inactive" Value="0" />
  3903          <Member Name="sendOnly" Value="1" />
  3904          <Member Name="receiveOnly" Value="2" />
  3905          <Member Name="sendReceive" Value="3" />
  3906        </EnumType>
  3907        <EnumType Name="mediaState">
  3908          <Member Name="active" Value="0" />
  3909          <Member Name="inactive" Value="1" />
  3910          <Member Name="unknownFutureValue" Value="2" />
  3911        </EnumType>
  3912        <EnumType Name="meetingCapabilities">
  3913          <Member Name="questionAndAnswer" Value="0" />
  3914          <Member Name="unknownFutureValue" Value="1" />
  3915        </EnumType>
  3916        <EnumType Name="playPromptCompletionReason">
  3917          <Member Name="unknown" Value="0" />
  3918          <Member Name="completedSuccessfully" Value="1" />
  3919          <Member Name="mediaOperationCanceled" Value="2" />
  3920          <Member Name="unknownFutureValue" Value="3" />
  3921        </EnumType>
  3922        <EnumType Name="recordCompletionReason">
  3923          <Member Name="operationCanceled" Value="0" />
  3924          <Member Name="stopToneDetected" Value="1" />
  3925          <Member Name="maxRecordDurationReached" Value="2" />
  3926          <Member Name="initialSilenceTimeout" Value="3" />
  3927          <Member Name="maxSilenceTimeout" Value="4" />
  3928          <Member Name="playPromptFailed" Value="5" />
  3929          <Member Name="playBeepFailed" Value="6" />
  3930          <Member Name="mediaReceiveTimeout" Value="7" />
  3931          <Member Name="unspecifiedError" Value="8" />
  3932        </EnumType>
  3933        <EnumType Name="recordingStatus">
  3934          <Member Name="unknown" Value="0" />
  3935          <Member Name="notRecording" Value="1" />
  3936          <Member Name="recording" Value="2" />
  3937          <Member Name="failed" Value="3" />
  3938          <Member Name="unknownFutureValue" Value="4" />
  3939        </EnumType>
  3940        <EnumType Name="rejectReason">
  3941          <Member Name="none" Value="0" />
  3942          <Member Name="busy" Value="1" />
  3943          <Member Name="forbidden" Value="2" />
  3944          <Member Name="unknownFutureValue" Value="3" />
  3945        </EnumType>
  3946        <EnumType Name="routingMode">
  3947          <Member Name="oneToOne" Value="0" />
  3948          <Member Name="multicast" Value="1" />
  3949        </EnumType>
  3950        <EnumType Name="routingPolicy">
  3951          <Member Name="none" Value="0" />
  3952          <Member Name="noMissedCall" Value="1" />
  3953          <Member Name="disableForwardingExceptPhone" Value="2" />
  3954          <Member Name="disableForwarding" Value="3" />
  3955          <Member Name="preferSkypeForBusiness" Value="5" />
  3956          <Member Name="unknownFutureValue" Value="6" />
  3957        </EnumType>
  3958        <EnumType Name="routingType">
  3959          <Member Name="forwarded" Value="0" />
  3960          <Member Name="lookup" Value="1" />
  3961          <Member Name="selfFork" Value="2" />
  3962        </EnumType>
  3963        <EnumType Name="screenSharingRole">
  3964          <Member Name="viewer" Value="0" />
  3965          <Member Name="sharer" Value="1" />
  3966        </EnumType>
  3967        <EnumType Name="tone">
  3968          <Member Name="tone0" Value="0" />
  3969          <Member Name="tone1" Value="1" />
  3970          <Member Name="tone2" Value="2" />
  3971          <Member Name="tone3" Value="3" />
  3972          <Member Name="tone4" Value="4" />
  3973          <Member Name="tone5" Value="5" />
  3974          <Member Name="tone6" Value="6" />
  3975          <Member Name="tone7" Value="7" />
  3976          <Member Name="tone8" Value="8" />
  3977          <Member Name="tone9" Value="9" />
  3978          <Member Name="star" Value="10" />
  3979          <Member Name="pound" Value="11" />
  3980          <Member Name="a" Value="12" />
  3981          <Member Name="b" Value="13" />
  3982          <Member Name="c" Value="14" />
  3983          <Member Name="d" Value="15" />
  3984          <Member Name="flash" Value="16" />
  3985        </EnumType>
  3986        <EnumType Name="aclType">
  3987          <Member Name="user" Value="1" />
  3988          <Member Name="group" Value="2" />
  3989          <Member Name="everyone" Value="3" />
  3990          <Member Name="everyoneExceptGuests" Value="4" />
  3991        </EnumType>
  3992        <EnumType Name="accessType">
  3993          <Member Name="grant" Value="1" />
  3994          <Member Name="deny" Value="2" />
  3995        </EnumType>
  3996        <EnumType Name="propertyType">
  3997          <Member Name="String" Value="0" />
  3998          <Member Name="Int64" Value="1" />
  3999          <Member Name="Double" Value="2" />
  4000          <Member Name="DateTime" Value="3" />
  4001          <Member Name="Boolean" Value="4" />
  4002          <Member Name="Collection(String)" Value="5" />
  4003          <Member Name="Collection(Int64)" Value="6" />
  4004          <Member Name="Collection(Double)" Value="7" />
  4005          <Member Name="Collection(DateTime)" Value="8" />
  4006        </EnumType>
  4007        <EnumType Name="connectionOperationStatus">
  4008          <Member Name="unspecified" Value="0" />
  4009          <Member Name="inprogress" Value="1" />
  4010          <Member Name="completed" Value="2" />
  4011          <Member Name="failed" Value="3" />
  4012        </EnumType>
  4013        <EnumType Name="userIdentityType">
  4014          <Member Name="aadUser" Value="0" />
  4015          <Member Name="onPremiseAadUser" Value="1" />
  4016          <Member Name="anonymousGuest" Value="2" />
  4017          <Member Name="federatedUser" Value="3" />
  4018        </EnumType>
  4019        <EnumType Name="applicationIdentityType">
  4020          <Member Name="aadApplication" Value="0" />
  4021          <Member Name="bot" Value="1" />
  4022          <Member Name="tenantBot" Value="2" />
  4023          <Member Name="office365Connector" Value="3" />
  4024          <Member Name="outgoingWebhook" Value="4" />
  4025        </EnumType>
  4026        <EnumType Name="conversationIdentityType">
  4027          <Member Name="team" Value="0" />
  4028          <Member Name="channel" Value="1" />
  4029        </EnumType>
  4030        <EnumType Name="teamVisibilityType">
  4031          <Member Name="private" Value="0" />
  4032          <Member Name="public" Value="1" />
  4033          <Member Name="hiddenMembership" Value="2" />
  4034          <Member Name="unknownFutureValue" Value="3" />
  4035        </EnumType>
  4036        <EnumType Name="clonableTeamParts" IsFlags="true">
  4037          <Member Name="apps" Value="1" />
  4038          <Member Name="tabs" Value="2" />
  4039          <Member Name="settings" Value="4" />
  4040          <Member Name="channels" Value="8" />
  4041          <Member Name="members" Value="16" />
  4042        </EnumType>
  4043        <EnumType Name="teamSpecialization">
  4044          <Member Name="none" Value="0" />
  4045          <Member Name="educationStandard" Value="1" />
  4046          <Member Name="educationClass" Value="2" />
  4047          <Member Name="educationProfessionalLearningCommunity" Value="3" />
  4048          <Member Name="educationStaff" Value="4" />
  4049          <Member Name="healthcareStandard" Value="5" />
  4050          <Member Name="healthcareCareCoordination" Value="6" />
  4051          <Member Name="unknownFutureValue" Value="7" />
  4052        </EnumType>
  4053        <EnumType Name="giphyRatingType">
  4054          <Member Name="strict" Value="0" />
  4055          <Member Name="moderate" Value="1" />
  4056          <Member Name="unknownFutureValue" Value="2" />
  4057        </EnumType>
  4058        <EnumType Name="chatMessageType">
  4059          <Member Name="message" Value="0" />
  4060          <Member Name="chatEvent" Value="1" />
  4061          <Member Name="typing" Value="2" />
  4062        </EnumType>
  4063        <EnumType Name="chatMessageImportance">
  4064          <Member Name="normal" Value="0" />
  4065          <Member Name="high" Value="1" />
  4066          <Member Name="urgent" Value="2" />
  4067        </EnumType>
  4068        <EnumType Name="chatMessagePolicyViolationDlpActionTypes" IsFlags="true">
  4069          <Member Name="none" Value="0" />
  4070          <Member Name="notifySender" Value="1" />
  4071          <Member Name="blockAccess" Value="2" />
  4072          <Member Name="blockAccessExternal" Value="4" />
  4073        </EnumType>
  4074        <EnumType Name="chatMessagePolicyViolationUserActionTypes" IsFlags="true">
  4075          <Member Name="none" Value="0" />
  4076          <Member Name="override" Value="1" />
  4077          <Member Name="reportFalsePositive" Value="2" />
  4078        </EnumType>
  4079        <EnumType Name="chatMessagePolicyViolationVerdictDetailsTypes" IsFlags="true">
  4080          <Member Name="none" Value="0" />
  4081          <Member Name="allowFalsePositiveOverride" Value="1" />
  4082          <Member Name="allowOverrideWithoutJustification" Value="2" />
  4083          <Member Name="allowOverrideWithJustification" Value="4" />
  4084        </EnumType>
  4085        <EnumType Name="teamsAppDistributionMethod">
  4086          <Member Name="store" Value="0" />
  4087          <Member Name="organization" Value="1" />
  4088          <Member Name="sideloaded" Value="2" />
  4089          <Member Name="unknownFutureValue" Value="3" />
  4090        </EnumType>
  4091        <EnumType Name="channelMembershipType">
  4092          <Member Name="standard" Value="0" />
  4093          <Member Name="private" Value="1" />
  4094          <Member Name="unknownFutureValue" Value="2" />
  4095        </EnumType>
  4096        <EnumType Name="teamsAsyncOperationType">
  4097          <Member Name="invalid" Value="0" />
  4098          <Member Name="cloneTeam" Value="1" />
  4099          <Member Name="archiveTeam" Value="2" />
  4100          <Member Name="unarchiveTeam" Value="3" />
  4101          <Member Name="createTeam" Value="4" />
  4102          <Member Name="unknownFutureValue" Value="5" />
  4103        </EnumType>
  4104        <EnumType Name="teamsAsyncOperationStatus">
  4105          <Member Name="invalid" Value="0" />
  4106          <Member Name="notStarted" Value="1" />
  4107          <Member Name="inProgress" Value="2" />
  4108          <Member Name="succeeded" Value="3" />
  4109          <Member Name="failed" Value="4" />
  4110          <Member Name="unknownFutureValue" Value="5" />
  4111        </EnumType>
  4112        <EnumType Name="scheduleEntityTheme">
  4113          <Member Name="white" Value="0" />
  4114          <Member Name="blue" Value="1" />
  4115          <Member Name="green" Value="2" />
  4116          <Member Name="purple" Value="3" />
  4117          <Member Name="pink" Value="4" />
  4118          <Member Name="yellow" Value="5" />
  4119          <Member Name="gray" Value="6" />
  4120          <Member Name="darkBlue" Value="7" />
  4121          <Member Name="darkGreen" Value="8" />
  4122          <Member Name="darkPurple" Value="9" />
  4123          <Member Name="darkPink" Value="10" />
  4124          <Member Name="darkYellow" Value="11" />
  4125          <Member Name="unknownFutureValue" Value="12" />
  4126        </EnumType>
  4127        <EnumType Name="timeOffReasonIconType">
  4128          <Member Name="none" Value="0" />
  4129          <Member Name="car" Value="1" />
  4130          <Member Name="calendar" Value="2" />
  4131          <Member Name="running" Value="3" />
  4132          <Member Name="plane" Value="4" />
  4133          <Member Name="firstAid" Value="5" />
  4134          <Member Name="doctor" Value="6" />
  4135          <Member Name="notWorking" Value="7" />
  4136          <Member Name="clock" Value="8" />
  4137          <Member Name="juryDuty" Value="9" />
  4138          <Member Name="globe" Value="10" />
  4139          <Member Name="cup" Value="11" />
  4140          <Member Name="phone" Value="12" />
  4141          <Member Name="weather" Value="13" />
  4142          <Member Name="umbrella" Value="14" />
  4143          <Member Name="piggyBank" Value="15" />
  4144          <Member Name="dog" Value="16" />
  4145          <Member Name="cake" Value="17" />
  4146          <Member Name="trafficCone" Value="18" />
  4147          <Member Name="pin" Value="19" />
  4148          <Member Name="sunny" Value="20" />
  4149          <Member Name="unknownFutureValue" Value="21" />
  4150        </EnumType>
  4151        <EnumType Name="scheduleChangeState">
  4152          <Member Name="pending" Value="0" />
  4153          <Member Name="approved" Value="1" />
  4154          <Member Name="declined" Value="2" />
  4155          <Member Name="unknownFutureValue" Value="3" />
  4156        </EnumType>
  4157        <EnumType Name="scheduleChangeRequestActor">
  4158          <Member Name="sender" Value="0" />
  4159          <Member Name="recipient" Value="1" />
  4160          <Member Name="manager" Value="2" />
  4161          <Member Name="system" Value="3" />
  4162          <Member Name="unknownFutureValue" Value="4" />
  4163        </EnumType>
  4164        <EnumType Name="workforceIntegrationEncryptionProtocol">
  4165          <Member Name="sharedSecret" Value="0" />
  4166          <Member Name="unknownFutureValue" Value="1" />
  4167        </EnumType>
  4168        <EnumType Name="workforceIntegrationSupportedEntities" IsFlags="true">
  4169          <Member Name="none" Value="0" />
  4170          <Member Name="shift" Value="1" />
  4171          <Member Name="swapRequest" Value="2" />
  4172          <Member Name="userShiftPreferences" Value="8" />
  4173          <Member Name="openShift" Value="16" />
  4174          <Member Name="openShiftRequest" Value="32" />
  4175        </EnumType>
  4176        <EnumType Name="threatAssessmentContentType">
  4177          <Member Name="mail" Value="1" />
  4178          <Member Name="url" Value="2" />
  4179          <Member Name="file" Value="3" />
  4180        </EnumType>
  4181        <EnumType Name="threatAssessmentRequestPivotProperty">
  4182          <Member Name="threatCategory" Value="1" />
  4183          <Member Name="mailDestinationRoutingReason" Value="2" />
  4184        </EnumType>
  4185        <EnumType Name="threatExpectedAssessment">
  4186          <Member Name="block" Value="1" />
  4187          <Member Name="unblock" Value="2" />
  4188        </EnumType>
  4189        <EnumType Name="threatCategory">
  4190          <Member Name="spam" Value="1" />
  4191          <Member Name="phishing" Value="2" />
  4192          <Member Name="malware" Value="3" />
  4193          <Member Name="unknownFutureValue" Value="4" />
  4194        </EnumType>
  4195        <EnumType Name="threatAssessmentStatus">
  4196          <Member Name="pending" Value="1" />
  4197          <Member Name="completed" Value="2" />
  4198        </EnumType>
  4199        <EnumType Name="threatAssessmentRequestSource">
  4200          <Member Name="undefined" Value="0" />
  4201          <Member Name="user" Value="1" />
  4202          <Member Name="administrator" Value="2" />
  4203        </EnumType>
  4204        <EnumType Name="threatAssessmentResultType">
  4205          <Member Name="checkPolicy" Value="1" />
  4206          <Member Name="rescan" Value="2" />
  4207          <Member Name="unknownFutureValue" Value="3" />
  4208        </EnumType>
  4209        <EnumType Name="mailDestinationRoutingReason">
  4210          <Member Name="none" Value="0" />
  4211          <Member Name="mailFlowRule" Value="1" />
  4212          <Member Name="safeSender" Value="2" />
  4213          <Member Name="blockedSender" Value="3" />
  4214          <Member Name="advancedSpamFiltering" Value="4" />
  4215          <Member Name="domainAllowList" Value="5" />
  4216          <Member Name="domainBlockList" Value="6" />
  4217          <Member Name="notInAddressBook" Value="7" />
  4218          <Member Name="firstTimeSender" Value="8" />
  4219          <Member Name="autoPurgeToInbox" Value="9" />
  4220          <Member Name="autoPurgeToJunk" Value="10" />
  4221          <Member Name="autoPurgeToDeleted" Value="11" />
  4222          <Member Name="outbound" Value="12" />
  4223          <Member Name="notJunk" Value="13" />
  4224          <Member Name="junk" Value="14" />
  4225          <Member Name="unknownFutureValue" Value="15" />
  4226        </EnumType>
  4227        <EntityType Name="entity" Abstract="true">
  4228          <Key>
  4229            <PropertyRef Name="id" />
  4230          </Key>
  4231          <Property Name="id" Type="Edm.String" Nullable="false" />
  4232        </EntityType>
  4233        <EntityType Name="directoryAudit" BaseType="microsoft.graph.entity">
  4234          <Property Name="category" Type="Edm.String" Nullable="false" />
  4235          <Property Name="correlationId" Type="Edm.String" />
  4236          <Property Name="result" Type="microsoft.graph.operationResult" />
  4237          <Property Name="resultReason" Type="Edm.String" />
  4238          <Property Name="activityDisplayName" Type="Edm.String" Nullable="false" />
  4239          <Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4240          <Property Name="loggedByService" Type="Edm.String" />
  4241          <Property Name="operationType" Type="Edm.String" />
  4242          <Property Name="initiatedBy" Type="microsoft.graph.auditActivityInitiator" Nullable="false" />
  4243          <Property Name="targetResources" Type="Collection(microsoft.graph.targetResource)" />
  4244          <Property Name="additionalDetails" Type="Collection(microsoft.graph.keyValue)" />
  4245        </EntityType>
  4246        <ComplexType Name="auditActivityInitiator">
  4247          <Property Name="user" Type="microsoft.graph.userIdentity" />
  4248          <Property Name="app" Type="microsoft.graph.appIdentity" />
  4249        </ComplexType>
  4250        <ComplexType Name="userIdentity">
  4251          <Property Name="id" Type="Edm.String" />
  4252          <Property Name="displayName" Type="Edm.String" />
  4253          <Property Name="ipAddress" Type="Edm.String" />
  4254          <Property Name="userPrincipalName" Type="Edm.String" />
  4255        </ComplexType>
  4256        <ComplexType Name="appIdentity">
  4257          <Property Name="appId" Type="Edm.String" />
  4258          <Property Name="displayName" Type="Edm.String" />
  4259          <Property Name="servicePrincipalId" Type="Edm.String" />
  4260          <Property Name="servicePrincipalName" Type="Edm.String" />
  4261        </ComplexType>
  4262        <ComplexType Name="targetResource">
  4263          <Property Name="id" Type="Edm.String" />
  4264          <Property Name="displayName" Type="Edm.String" />
  4265          <Property Name="type" Type="Edm.String" />
  4266          <Property Name="userPrincipalName" Type="Edm.String" />
  4267          <Property Name="groupType" Type="microsoft.graph.groupType" />
  4268          <Property Name="modifiedProperties" Type="Collection(microsoft.graph.modifiedProperty)" />
  4269        </ComplexType>
  4270        <ComplexType Name="modifiedProperty">
  4271          <Property Name="displayName" Type="Edm.String" />
  4272          <Property Name="oldValue" Type="Edm.String" />
  4273          <Property Name="newValue" Type="Edm.String" />
  4274        </ComplexType>
  4275        <ComplexType Name="keyValue">
  4276          <Property Name="key" Type="Edm.String" />
  4277          <Property Name="value" Type="Edm.String" />
  4278        </ComplexType>
  4279        <EntityType Name="signIn" BaseType="microsoft.graph.entity">
  4280          <Property Name="alternateSignInName" Type="Edm.String" />
  4281          <Property Name="appDisplayName" Type="Edm.String" />
  4282          <Property Name="appId" Type="Edm.String" />
  4283          <Property Name="appliedConditionalAccessPolicies" Type="Collection(microsoft.graph.appliedConditionalAccessPolicy)" />
  4284          <Property Name="authenticationDetails" Type="Collection(microsoft.graph.authenticationDetail)" />
  4285          <Property Name="authenticationMethodsUsed" Type="Collection(Edm.String)" />
  4286          <Property Name="authenticationProcessingDetails" Type="Collection(microsoft.graph.keyValue)" />
  4287          <Property Name="authenticationRequirementPolicies" Type="Collection(microsoft.graph.authenticationRequirementPolicy)" />
  4288          <Property Name="clientAppUsed" Type="Edm.String" />
  4289          <Property Name="conditionalAccessStatus" Type="microsoft.graph.conditionalAccessStatus" />
  4290          <Property Name="correlationId" Type="Edm.String" />
  4291          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4292          <Property Name="deviceDetail" Type="microsoft.graph.deviceDetail" />
  4293          <Property Name="isInteractive" Type="Edm.Boolean" />
  4294          <Property Name="ipAddress" Type="Edm.String" />
  4295          <Property Name="location" Type="microsoft.graph.signInLocation" />
  4296          <Property Name="mfaDetail" Type="microsoft.graph.mfaDetail" />
  4297          <Property Name="networkLocationDetails" Type="Collection(microsoft.graph.networkLocationDetail)" />
  4298          <Property Name="originalRequestId" Type="Edm.String" />
  4299          <Property Name="processingTimeInMilliseconds" Type="Edm.Int32" />
  4300          <Property Name="riskDetail" Type="microsoft.graph.riskDetail" />
  4301          <Property Name="riskEventTypes" Type="Collection(microsoft.graph.riskEventType)" />
  4302          <Property Name="riskLevelAggregated" Type="microsoft.graph.riskLevel" />
  4303          <Property Name="riskLevelDuringSignIn" Type="microsoft.graph.riskLevel" />
  4304          <Property Name="riskState" Type="microsoft.graph.riskState" />
  4305          <Property Name="resourceDisplayName" Type="Edm.String" />
  4306          <Property Name="resourceId" Type="Edm.String" />
  4307          <Property Name="servicePrincipalId" Type="Edm.String" Nullable="false" />
  4308          <Property Name="servicePrincipalName" Type="Edm.String" />
  4309          <Property Name="status" Type="microsoft.graph.signInStatus" />
  4310          <Property Name="tokenIssuerName" Type="Edm.String" />
  4311          <Property Name="tokenIssuerType" Type="microsoft.graph.tokenIssuerType" />
  4312          <Property Name="userAgent" Type="Edm.String" />
  4313          <Property Name="userDisplayName" Type="Edm.String" />
  4314          <Property Name="userId" Type="Edm.String" Nullable="false" />
  4315          <Property Name="userPrincipalName" Type="Edm.String" />
  4316        </EntityType>
  4317        <ComplexType Name="appliedConditionalAccessPolicy">
  4318          <Property Name="id" Type="Edm.String" />
  4319          <Property Name="displayName" Type="Edm.String" />
  4320          <Property Name="enforcedGrantControls" Type="Collection(Edm.String)" />
  4321          <Property Name="enforcedSessionControls" Type="Collection(Edm.String)" />
  4322          <Property Name="conditionsSatisfied" Type="microsoft.graph.conditionalAccessConditions" />
  4323          <Property Name="conditionsNotSatisfied" Type="microsoft.graph.conditionalAccessConditions" />
  4324          <Property Name="result" Type="microsoft.graph.appliedConditionalAccessPolicyResult" />
  4325        </ComplexType>
  4326        <ComplexType Name="authenticationDetail">
  4327          <Property Name="authenticationStepDateTime" Type="Edm.DateTimeOffset" />
  4328          <Property Name="authenticationMethod" Type="Edm.String" />
  4329          <Property Name="authenticationMethodDetail" Type="Edm.String" />
  4330          <Property Name="succeeded" Type="Edm.Boolean" />
  4331          <Property Name="authenticationStepResultDetail" Type="Edm.String" />
  4332          <Property Name="authenticationStepRequirement" Type="Edm.String" />
  4333        </ComplexType>
  4334        <ComplexType Name="authenticationRequirementPolicy">
  4335          <Property Name="requirementProvider" Type="microsoft.graph.requirementProvider" />
  4336          <Property Name="detail" Type="Edm.String" />
  4337        </ComplexType>
  4338        <ComplexType Name="deviceDetail">
  4339          <Property Name="deviceId" Type="Edm.String" />
  4340          <Property Name="displayName" Type="Edm.String" />
  4341          <Property Name="operatingSystem" Type="Edm.String" />
  4342          <Property Name="browser" Type="Edm.String" />
  4343          <Property Name="browserId" Type="Edm.String" />
  4344          <Property Name="isCompliant" Type="Edm.Boolean" />
  4345          <Property Name="isManaged" Type="Edm.Boolean" />
  4346          <Property Name="trustType" Type="Edm.String" />
  4347        </ComplexType>
  4348        <ComplexType Name="signInLocation">
  4349          <Property Name="city" Type="Edm.String" />
  4350          <Property Name="state" Type="Edm.String" />
  4351          <Property Name="countryOrRegion" Type="Edm.String" />
  4352          <Property Name="geoCoordinates" Type="microsoft.graph.geoCoordinates" />
  4353        </ComplexType>
  4354        <ComplexType Name="geoCoordinates">
  4355          <Property Name="altitude" Type="Edm.Double" />
  4356          <Property Name="latitude" Type="Edm.Double" />
  4357          <Property Name="longitude" Type="Edm.Double" />
  4358        </ComplexType>
  4359        <ComplexType Name="mfaDetail">
  4360          <Property Name="authMethod" Type="Edm.String" />
  4361          <Property Name="authDetail" Type="Edm.String" />
  4362        </ComplexType>
  4363        <ComplexType Name="networkLocationDetail">
  4364          <Property Name="networkType" Type="microsoft.graph.networkType" />
  4365          <Property Name="networkNames" Type="Collection(Edm.String)" />
  4366        </ComplexType>
  4367        <ComplexType Name="signInStatus">
  4368          <Property Name="errorCode" Type="Edm.Int32" />
  4369          <Property Name="failureReason" Type="Edm.String" />
  4370          <Property Name="additionalDetails" Type="Edm.String" />
  4371        </ComplexType>
  4372        <ComplexType Name="signInActivity">
  4373          <Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
  4374          <Property Name="lastSignInRequestId" Type="Edm.String" />
  4375        </ComplexType>
  4376        <EntityType Name="directoryObject" BaseType="microsoft.graph.entity" OpenType="true">
  4377          <Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
  4378        </EntityType>
  4379        <EntityType Name="user" BaseType="microsoft.graph.directoryObject" OpenType="true">
  4380          <Property Name="signInActivity" Type="microsoft.graph.signInActivity" />
  4381          <Property Name="accountEnabled" Type="Edm.Boolean" />
  4382          <Property Name="ageGroup" Type="Edm.String" />
  4383          <Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
  4384          <Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
  4385          <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
  4386          <Property Name="city" Type="Edm.String" />
  4387          <Property Name="companyName" Type="Edm.String" />
  4388          <Property Name="consentProvidedForMinor" Type="Edm.String" />
  4389          <Property Name="country" Type="Edm.String" />
  4390          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  4391          <Property Name="creationType" Type="Edm.String" />
  4392          <Property Name="department" Type="Edm.String" />
  4393          <Property Name="deviceKeys" Type="Collection(microsoft.graph.deviceKey)" Nullable="false" />
  4394          <Property Name="displayName" Type="Edm.String" />
  4395          <Property Name="employeeId" Type="Edm.String" />
  4396          <Property Name="faxNumber" Type="Edm.String" />
  4397          <Property Name="givenName" Type="Edm.String" />
  4398          <Property Name="identities" Type="Collection(microsoft.graph.objectIdentity)" />
  4399          <Property Name="imAddresses" Type="Collection(Edm.String)" />
  4400          <Property Name="isResourceAccount" Type="Edm.Boolean" />
  4401          <Property Name="jobTitle" Type="Edm.String" />
  4402          <Property Name="lastPasswordChangeDateTime" Type="Edm.DateTimeOffset" />
  4403          <Property Name="legalAgeGroupClassification" Type="Edm.String" />
  4404          <Property Name="licenseAssignmentStates" Type="Collection(microsoft.graph.licenseAssignmentState)" />
  4405          <Property Name="mail" Type="Edm.String" />
  4406          <Property Name="mailNickname" Type="Edm.String" />
  4407          <Property Name="mobilePhone" Type="Edm.String" />
  4408          <Property Name="onPremisesDistinguishedName" Type="Edm.String" />
  4409          <Property Name="onPremisesExtensionAttributes" Type="microsoft.graph.onPremisesExtensionAttributes" />
  4410          <Property Name="onPremisesImmutableId" Type="Edm.String" />
  4411          <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
  4412          <Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
  4413          <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
  4414          <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
  4415          <Property Name="onPremisesDomainName" Type="Edm.String" />
  4416          <Property Name="onPremisesSamAccountName" Type="Edm.String" />
  4417          <Property Name="onPremisesUserPrincipalName" Type="Edm.String" />
  4418          <Property Name="otherMails" Type="Collection(Edm.String)" Nullable="false" />
  4419          <Property Name="passwordPolicies" Type="Edm.String" />
  4420          <Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
  4421          <Property Name="officeLocation" Type="Edm.String" />
  4422          <Property Name="postalCode" Type="Edm.String" />
  4423          <Property Name="preferredDataLocation" Type="Edm.String" />
  4424          <Property Name="preferredLanguage" Type="Edm.String" />
  4425          <Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
  4426          <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
  4427          <Property Name="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" />
  4428          <Property Name="showInAddressList" Type="Edm.Boolean" />
  4429          <Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" />
  4430          <Property Name="state" Type="Edm.String" />
  4431          <Property Name="streetAddress" Type="Edm.String" />
  4432          <Property Name="surname" Type="Edm.String" />
  4433          <Property Name="usageLocation" Type="Edm.String" />
  4434          <Property Name="userPrincipalName" Type="Edm.String" />
  4435          <Property Name="externalUserState" Type="Edm.String" />
  4436          <Property Name="externalUserStateChangeDateTime" Type="Edm.String" />
  4437          <Property Name="userType" Type="Edm.String" />
  4438          <Property Name="mailboxSettings" Type="microsoft.graph.mailboxSettings" />
  4439          <Property Name="identityUserRisk" Type="microsoft.graph.identityUserRisk" />
  4440          <Property Name="deviceEnrollmentLimit" Type="Edm.Int32" Nullable="false" />
  4441          <Property Name="aboutMe" Type="Edm.String" />
  4442          <Property Name="birthday" Type="Edm.DateTimeOffset" Nullable="false" />
  4443          <Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" />
  4444          <Property Name="interests" Type="Collection(Edm.String)" />
  4445          <Property Name="mySite" Type="Edm.String" />
  4446          <Property Name="pastProjects" Type="Collection(Edm.String)" />
  4447          <Property Name="preferredName" Type="Edm.String" />
  4448          <Property Name="responsibilities" Type="Collection(Edm.String)" />
  4449          <Property Name="schools" Type="Collection(Edm.String)" />
  4450          <Property Name="skills" Type="Collection(Edm.String)" />
  4451          <NavigationProperty Name="analytics" Type="microsoft.graph.userAnalytics" ContainsTarget="true" />
  4452          <NavigationProperty Name="informationProtection" Type="microsoft.graph.informationProtection" ContainsTarget="true" />
  4453          <NavigationProperty Name="appRoleAssignments" Type="Collection(microsoft.graph.appRoleAssignment)" ContainsTarget="true" />
  4454          <NavigationProperty Name="createdObjects" Type="Collection(microsoft.graph.directoryObject)" />
  4455          <NavigationProperty Name="directReports" Type="Collection(microsoft.graph.directoryObject)" />
  4456          <NavigationProperty Name="licenseDetails" Type="Collection(microsoft.graph.licenseDetails)" ContainsTarget="true" />
  4457          <NavigationProperty Name="manager" Type="microsoft.graph.directoryObject" />
  4458          <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
  4459          <NavigationProperty Name="ownedDevices" Type="Collection(microsoft.graph.directoryObject)" />
  4460          <NavigationProperty Name="ownedObjects" Type="Collection(microsoft.graph.directoryObject)" />
  4461          <NavigationProperty Name="registeredDevices" Type="Collection(microsoft.graph.directoryObject)" />
  4462          <NavigationProperty Name="scopedRoleMemberOf" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
  4463          <NavigationProperty Name="transitiveMemberOf" Type="Collection(microsoft.graph.directoryObject)" />
  4464          <NavigationProperty Name="outlook" Type="microsoft.graph.outlookUser" ContainsTarget="true" />
  4465          <NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true" />
  4466          <NavigationProperty Name="joinedGroups" Type="Collection(microsoft.graph.group)" ContainsTarget="true" />
  4467          <NavigationProperty Name="mailFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true" />
  4468          <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
  4469          <NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true" />
  4470          <NavigationProperty Name="calendarGroups" Type="Collection(microsoft.graph.calendarGroup)" ContainsTarget="true" />
  4471          <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4472          <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4473          <NavigationProperty Name="people" Type="Collection(microsoft.graph.person)" ContainsTarget="true" />
  4474          <NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true" />
  4475          <NavigationProperty Name="contactFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true" />
  4476          <NavigationProperty Name="inferenceClassification" Type="microsoft.graph.inferenceClassification" ContainsTarget="true" />
  4477          <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
  4478          <NavigationProperty Name="photos" Type="Collection(microsoft.graph.profilePhoto)" ContainsTarget="true" />
  4479          <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
  4480          <NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
  4481          <NavigationProperty Name="followedSites" Type="Collection(microsoft.graph.site)" />
  4482          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  4483          <NavigationProperty Name="agreementAcceptances" Type="Collection(microsoft.graph.agreementAcceptance)" />
  4484          <NavigationProperty Name="deviceEnrollmentConfigurations" Type="Collection(microsoft.graph.deviceEnrollmentConfiguration)" ContainsTarget="true" />
  4485          <NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" ContainsTarget="true" />
  4486          <NavigationProperty Name="managedAppRegistrations" Type="Collection(microsoft.graph.managedAppRegistration)" />
  4487          <NavigationProperty Name="windowsInformationProtectionDeviceRegistrations" Type="Collection(microsoft.graph.windowsInformationProtectionDeviceRegistration)" />
  4488          <NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(microsoft.graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" />
  4489          <NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(microsoft.graph.mobileAppIntentAndState)" ContainsTarget="true" />
  4490          <NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(microsoft.graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" />
  4491          <NavigationProperty Name="notifications" Type="Collection(microsoft.graph.notification)" ContainsTarget="true" />
  4492          <NavigationProperty Name="planner" Type="microsoft.graph.plannerUser" ContainsTarget="true" />
  4493          <NavigationProperty Name="insights" Type="microsoft.graph.officeGraphInsights" ContainsTarget="true" />
  4494          <NavigationProperty Name="settings" Type="microsoft.graph.userSettings" ContainsTarget="true" />
  4495          <NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
  4496          <NavigationProperty Name="profile" Type="microsoft.graph.profile" ContainsTarget="true" />
  4497          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.userActivity)" ContainsTarget="true" />
  4498          <NavigationProperty Name="devices" Type="Collection(microsoft.graph.device)" ContainsTarget="true" />
  4499          <NavigationProperty Name="onlineMeetings" Type="Collection(microsoft.graph.onlineMeeting)" ContainsTarget="true" />
  4500          <NavigationProperty Name="presence" Type="microsoft.graph.presence" ContainsTarget="true" />
  4501          <NavigationProperty Name="chats" Type="Collection(microsoft.graph.chat)" ContainsTarget="true" />
  4502          <NavigationProperty Name="joinedTeams" Type="Collection(microsoft.graph.team)" ContainsTarget="true" />
  4503          <NavigationProperty Name="teamwork" Type="microsoft.graph.userTeamwork" ContainsTarget="true" />
  4504        </EntityType>
  4505        <EntityType Name="userAnalytics" BaseType="microsoft.graph.entity">
  4506          <Property Name="settings" Type="microsoft.graph.settings" />
  4507          <NavigationProperty Name="activityStatistics" Type="Collection(microsoft.graph.activityStatistics)" ContainsTarget="true" />
  4508        </EntityType>
  4509        <EntityType Name="informationProtection" BaseType="microsoft.graph.entity">
  4510          <NavigationProperty Name="policy" Type="microsoft.graph.informationProtectionPolicy" ContainsTarget="true" />
  4511          <NavigationProperty Name="sensitivityLabels" Type="Collection(microsoft.graph.sensitivityLabel)" ContainsTarget="true" />
  4512          <NavigationProperty Name="sensitivityPolicySettings" Type="microsoft.graph.sensitivityPolicySettings" ContainsTarget="true" />
  4513          <NavigationProperty Name="dataLossPreventionPolicies" Type="Collection(microsoft.graph.dataLossPreventionPolicy)" ContainsTarget="true" />
  4514          <NavigationProperty Name="threatAssessmentRequests" Type="Collection(microsoft.graph.threatAssessmentRequest)" ContainsTarget="true" />
  4515        </EntityType>
  4516        <ComplexType Name="assignedLicense">
  4517          <Property Name="disabledPlans" Type="Collection(Edm.Guid)" Nullable="false" />
  4518          <Property Name="skuId" Type="Edm.Guid" />
  4519        </ComplexType>
  4520        <ComplexType Name="assignedPlan">
  4521          <Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
  4522          <Property Name="capabilityStatus" Type="Edm.String" />
  4523          <Property Name="service" Type="Edm.String" />
  4524          <Property Name="servicePlanId" Type="Edm.Guid" />
  4525        </ComplexType>
  4526        <ComplexType Name="deviceKey">
  4527          <Property Name="keyType" Type="Edm.String" />
  4528          <Property Name="keyMaterial" Type="Edm.Binary" />
  4529          <Property Name="deviceId" Type="Edm.Guid" />
  4530        </ComplexType>
  4531        <ComplexType Name="objectIdentity">
  4532          <Property Name="signInType" Type="Edm.String" />
  4533          <Property Name="issuer" Type="Edm.String" />
  4534          <Property Name="issuerAssignedId" Type="Edm.String" />
  4535        </ComplexType>
  4536        <ComplexType Name="licenseAssignmentState">
  4537          <Property Name="skuId" Type="Edm.Guid" />
  4538          <Property Name="disabledPlans" Type="Collection(Edm.Guid)" />
  4539          <Property Name="assignedByGroup" Type="Edm.String" />
  4540          <Property Name="state" Type="Edm.String" />
  4541          <Property Name="error" Type="Edm.String" />
  4542        </ComplexType>
  4543        <ComplexType Name="onPremisesExtensionAttributes">
  4544          <Property Name="extensionAttribute1" Type="Edm.String" />
  4545          <Property Name="extensionAttribute2" Type="Edm.String" />
  4546          <Property Name="extensionAttribute3" Type="Edm.String" />
  4547          <Property Name="extensionAttribute4" Type="Edm.String" />
  4548          <Property Name="extensionAttribute5" Type="Edm.String" />
  4549          <Property Name="extensionAttribute6" Type="Edm.String" />
  4550          <Property Name="extensionAttribute7" Type="Edm.String" />
  4551          <Property Name="extensionAttribute8" Type="Edm.String" />
  4552          <Property Name="extensionAttribute9" Type="Edm.String" />
  4553          <Property Name="extensionAttribute10" Type="Edm.String" />
  4554          <Property Name="extensionAttribute11" Type="Edm.String" />
  4555          <Property Name="extensionAttribute12" Type="Edm.String" />
  4556          <Property Name="extensionAttribute13" Type="Edm.String" />
  4557          <Property Name="extensionAttribute14" Type="Edm.String" />
  4558          <Property Name="extensionAttribute15" Type="Edm.String" />
  4559        </ComplexType>
  4560        <ComplexType Name="onPremisesProvisioningError">
  4561          <Property Name="value" Type="Edm.String" />
  4562          <Property Name="category" Type="Edm.String" />
  4563          <Property Name="propertyCausingError" Type="Edm.String" />
  4564          <Property Name="occurredDateTime" Type="Edm.DateTimeOffset" />
  4565        </ComplexType>
  4566        <ComplexType Name="passwordProfile">
  4567          <Property Name="password" Type="Edm.String" />
  4568          <Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
  4569          <Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
  4570        </ComplexType>
  4571        <ComplexType Name="provisionedPlan">
  4572          <Property Name="capabilityStatus" Type="Edm.String" />
  4573          <Property Name="provisioningStatus" Type="Edm.String" />
  4574          <Property Name="service" Type="Edm.String" />
  4575        </ComplexType>
  4576        <EntityType Name="appRoleAssignment" BaseType="microsoft.graph.entity">
  4577          <Property Name="appRoleId" Type="Edm.Guid" Nullable="false" />
  4578          <Property Name="creationTimestamp" Type="Edm.DateTimeOffset" />
  4579          <Property Name="principalDisplayName" Type="Edm.String" />
  4580          <Property Name="principalId" Type="Edm.Guid" />
  4581          <Property Name="principalType" Type="Edm.String" />
  4582          <Property Name="resourceDisplayName" Type="Edm.String" />
  4583          <Property Name="resourceId" Type="Edm.Guid" />
  4584        </EntityType>
  4585        <EntityType Name="licenseDetails" BaseType="microsoft.graph.entity">
  4586          <Property Name="servicePlans" Type="Collection(microsoft.graph.servicePlanInfo)" Nullable="false" />
  4587          <Property Name="skuId" Type="Edm.Guid" />
  4588          <Property Name="skuPartNumber" Type="Edm.String" />
  4589        </EntityType>
  4590        <EntityType Name="scopedRoleMembership" BaseType="microsoft.graph.entity">
  4591          <Property Name="roleId" Type="Edm.String" Nullable="false" />
  4592          <Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" />
  4593          <Property Name="roleMemberInfo" Type="microsoft.graph.identity" Nullable="false" />
  4594        </EntityType>
  4595        <ComplexType Name="mailboxSettings">
  4596          <Property Name="automaticRepliesSetting" Type="microsoft.graph.automaticRepliesSetting" />
  4597          <Property Name="archiveFolder" Type="Edm.String" />
  4598          <Property Name="timeZone" Type="Edm.String" />
  4599          <Property Name="language" Type="microsoft.graph.localeInfo" />
  4600          <Property Name="delegateMeetingMessageDeliveryOptions" Type="microsoft.graph.delegateMeetingMessageDeliveryOptions" />
  4601          <Property Name="workingHours" Type="microsoft.graph.workingHours" />
  4602          <Property Name="dateFormat" Type="Edm.String" />
  4603          <Property Name="timeFormat" Type="Edm.String" />
  4604        </ComplexType>
  4605        <ComplexType Name="automaticRepliesSetting">
  4606          <Property Name="status" Type="microsoft.graph.automaticRepliesStatus" />
  4607          <Property Name="externalAudience" Type="microsoft.graph.externalAudienceScope" />
  4608          <Property Name="scheduledStartDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  4609          <Property Name="scheduledEndDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  4610          <Property Name="internalReplyMessage" Type="Edm.String" />
  4611          <Property Name="externalReplyMessage" Type="Edm.String" />
  4612        </ComplexType>
  4613        <ComplexType Name="dateTimeTimeZone">
  4614          <Property Name="dateTime" Type="Edm.String" Nullable="false" />
  4615          <Property Name="timeZone" Type="Edm.String" />
  4616        </ComplexType>
  4617        <ComplexType Name="localeInfo">
  4618          <Property Name="locale" Type="Edm.String" />
  4619          <Property Name="displayName" Type="Edm.String" />
  4620        </ComplexType>
  4621        <ComplexType Name="workingHours">
  4622          <Property Name="daysOfWeek" Type="Collection(microsoft.graph.dayOfWeek)" />
  4623          <Property Name="startTime" Type="Edm.TimeOfDay" />
  4624          <Property Name="endTime" Type="Edm.TimeOfDay" />
  4625          <Property Name="timeZone" Type="microsoft.graph.timeZoneBase" />
  4626        </ComplexType>
  4627        <ComplexType Name="timeZoneBase">
  4628          <Property Name="name" Type="Edm.String" />
  4629        </ComplexType>
  4630        <EntityType Name="outlookUser" BaseType="microsoft.graph.entity">
  4631          <NavigationProperty Name="masterCategories" Type="Collection(microsoft.graph.outlookCategory)" ContainsTarget="true" />
  4632          <NavigationProperty Name="taskGroups" Type="Collection(microsoft.graph.outlookTaskGroup)" ContainsTarget="true" />
  4633          <NavigationProperty Name="taskFolders" Type="Collection(microsoft.graph.outlookTaskFolder)" ContainsTarget="true" />
  4634          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.outlookTask)" ContainsTarget="true" />
  4635        </EntityType>
  4636        <EntityType Name="outlookItem" BaseType="microsoft.graph.entity" Abstract="true">
  4637          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  4638          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  4639          <Property Name="changeKey" Type="Edm.String" />
  4640          <Property Name="categories" Type="Collection(Edm.String)" />
  4641        </EntityType>
  4642        <EntityType Name="message" BaseType="microsoft.graph.outlookItem" OpenType="true">
  4643          <Property Name="receivedDateTime" Type="Edm.DateTimeOffset" />
  4644          <Property Name="sentDateTime" Type="Edm.DateTimeOffset" />
  4645          <Property Name="hasAttachments" Type="Edm.Boolean" />
  4646          <Property Name="internetMessageId" Type="Edm.String" />
  4647          <Property Name="internetMessageHeaders" Type="Collection(microsoft.graph.internetMessageHeader)" />
  4648          <Property Name="subject" Type="Edm.String" />
  4649          <Property Name="body" Type="microsoft.graph.itemBody" />
  4650          <Property Name="bodyPreview" Type="Edm.String" />
  4651          <Property Name="importance" Type="microsoft.graph.importance" />
  4652          <Property Name="parentFolderId" Type="Edm.String" />
  4653          <Property Name="sender" Type="microsoft.graph.recipient" />
  4654          <Property Name="from" Type="microsoft.graph.recipient" />
  4655          <Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)" />
  4656          <Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" />
  4657          <Property Name="bccRecipients" Type="Collection(microsoft.graph.recipient)" />
  4658          <Property Name="replyTo" Type="Collection(microsoft.graph.recipient)" />
  4659          <Property Name="conversationId" Type="Edm.String" />
  4660          <Property Name="conversationIndex" Type="Edm.Binary" />
  4661          <Property Name="uniqueBody" Type="microsoft.graph.itemBody" />
  4662          <Property Name="isDeliveryReceiptRequested" Type="Edm.Boolean" />
  4663          <Property Name="isReadReceiptRequested" Type="Edm.Boolean" />
  4664          <Property Name="isRead" Type="Edm.Boolean" />
  4665          <Property Name="isDraft" Type="Edm.Boolean" />
  4666          <Property Name="webLink" Type="Edm.String" />
  4667          <Property Name="mentionsPreview" Type="microsoft.graph.mentionsPreview" />
  4668          <Property Name="inferenceClassification" Type="microsoft.graph.inferenceClassificationType" />
  4669          <Property Name="unsubscribeData" Type="Collection(Edm.String)" />
  4670          <Property Name="unsubscribeEnabled" Type="Edm.Boolean" />
  4671          <Property Name="flag" Type="microsoft.graph.followupFlag" />
  4672          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4673          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4674          <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
  4675          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  4676          <NavigationProperty Name="mentions" Type="Collection(microsoft.graph.mention)" ContainsTarget="true" />
  4677        </EntityType>
  4678        <EntityType Name="group" BaseType="microsoft.graph.directoryObject" OpenType="true">
  4679          <Property Name="assignedLabels" Type="Collection(microsoft.graph.assignedLabel)" />
  4680          <Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" />
  4681          <Property Name="classification" Type="Edm.String" />
  4682          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  4683          <Property Name="description" Type="Edm.String" />
  4684          <Property Name="displayName" Type="Edm.String" />
  4685          <Property Name="groupTypes" Type="Collection(Edm.String)" Nullable="false" />
  4686          <Property Name="hasMembersWithLicenseErrors" Type="Edm.Boolean" />
  4687          <Property Name="isAssignableToRole" Type="Edm.Boolean" />
  4688          <Property Name="licenseProcessingState" Type="microsoft.graph.licenseProcessingState" />
  4689          <Property Name="mail" Type="Edm.String" />
  4690          <Property Name="mailEnabled" Type="Edm.Boolean" />
  4691          <Property Name="mailNickname" Type="Edm.String" />
  4692          <Property Name="mdmAppId" Type="Edm.String" />
  4693          <Property Name="membershipRule" Type="Edm.String" />
  4694          <Property Name="membershipRuleProcessingState" Type="Edm.String" />
  4695          <Property Name="onPremisesDomainName" Type="Edm.String" />
  4696          <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
  4697          <Property Name="onPremisesNetBiosName" Type="Edm.String" />
  4698          <Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
  4699          <Property Name="onPremisesSamAccountName" Type="Edm.String" />
  4700          <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
  4701          <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
  4702          <Property Name="preferredDataLocation" Type="Edm.String" />
  4703          <Property Name="preferredLanguage" Type="Edm.String" />
  4704          <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
  4705          <Property Name="renewedDateTime" Type="Edm.DateTimeOffset" />
  4706          <Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false" />
  4707          <Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
  4708          <Property Name="securityEnabled" Type="Edm.Boolean" />
  4709          <Property Name="securityIdentifier" Type="Edm.String" />
  4710          <Property Name="theme" Type="Edm.String" />
  4711          <Property Name="visibility" Type="Edm.String" />
  4712          <Property Name="accessType" Type="microsoft.graph.groupAccessType" />
  4713          <Property Name="allowExternalSenders" Type="Edm.Boolean" />
  4714          <Property Name="autoSubscribeNewMembers" Type="Edm.Boolean" />
  4715          <Property Name="isFavorite" Type="Edm.Boolean" />
  4716          <Property Name="isSubscribedByMail" Type="Edm.Boolean" />
  4717          <Property Name="unseenCount" Type="Edm.Int32" />
  4718          <Property Name="unseenConversationsCount" Type="Edm.Int32" />
  4719          <Property Name="unseenMessagesCount" Type="Edm.Int32" />
  4720          <Property Name="hideFromOutlookClients" Type="Edm.Boolean" />
  4721          <Property Name="hideFromAddressLists" Type="Edm.Boolean" />
  4722          <Property Name="isArchived" Type="Edm.Boolean" />
  4723          <NavigationProperty Name="appRoleAssignments" Type="Collection(microsoft.graph.appRoleAssignment)" ContainsTarget="true" />
  4724          <NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
  4725          <NavigationProperty Name="membersWithLicenseErrors" Type="Collection(microsoft.graph.directoryObject)" />
  4726          <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
  4727          <NavigationProperty Name="transitiveMembers" Type="Collection(microsoft.graph.directoryObject)" />
  4728          <NavigationProperty Name="transitiveMemberOf" Type="Collection(microsoft.graph.directoryObject)" />
  4729          <NavigationProperty Name="createdOnBehalfOf" Type="microsoft.graph.directoryObject" />
  4730          <NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
  4731          <NavigationProperty Name="settings" Type="Collection(microsoft.graph.directorySetting)" ContainsTarget="true" />
  4732          <NavigationProperty Name="endpoints" Type="Collection(microsoft.graph.endpoint)" ContainsTarget="true" />
  4733          <NavigationProperty Name="permissionGrants" Type="Collection(microsoft.graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
  4734          <NavigationProperty Name="conversations" Type="Collection(microsoft.graph.conversation)" ContainsTarget="true" />
  4735          <NavigationProperty Name="photos" Type="Collection(microsoft.graph.profilePhoto)" ContainsTarget="true" />
  4736          <NavigationProperty Name="acceptedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
  4737          <NavigationProperty Name="rejectedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
  4738          <NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true" />
  4739          <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
  4740          <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4741          <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4742          <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
  4743          <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
  4744          <NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
  4745          <NavigationProperty Name="sites" Type="Collection(microsoft.graph.site)" ContainsTarget="true" />
  4746          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  4747          <NavigationProperty Name="groupLifecyclePolicies" Type="Collection(microsoft.graph.groupLifecyclePolicy)" ContainsTarget="true" />
  4748          <NavigationProperty Name="planner" Type="microsoft.graph.plannerGroup" ContainsTarget="true" />
  4749          <NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
  4750          <NavigationProperty Name="team" Type="microsoft.graph.team" ContainsTarget="true" />
  4751        </EntityType>
  4752        <EntityType Name="mailFolder" BaseType="microsoft.graph.entity">
  4753          <Property Name="displayName" Type="Edm.String" />
  4754          <Property Name="parentFolderId" Type="Edm.String" />
  4755          <Property Name="childFolderCount" Type="Edm.Int32" />
  4756          <Property Name="unreadItemCount" Type="Edm.Int32" />
  4757          <Property Name="totalItemCount" Type="Edm.Int32" />
  4758          <Property Name="wellKnownName" Type="Edm.String" />
  4759          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4760          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4761          <NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true" />
  4762          <NavigationProperty Name="messageRules" Type="Collection(microsoft.graph.messageRule)" ContainsTarget="true" />
  4763          <NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true" />
  4764          <NavigationProperty Name="userConfigurations" Type="Collection(microsoft.graph.userConfiguration)" ContainsTarget="true" />
  4765        </EntityType>
  4766        <EntityType Name="calendar" BaseType="microsoft.graph.entity">
  4767          <Property Name="name" Type="Edm.String" />
  4768          <Property Name="color" Type="microsoft.graph.calendarColor" />
  4769          <Property Name="hexColor" Type="Edm.String" />
  4770          <Property Name="isDefaultCalendar" Type="Edm.Boolean" />
  4771          <Property Name="changeKey" Type="Edm.String" />
  4772          <Property Name="canShare" Type="Edm.Boolean" />
  4773          <Property Name="canViewPrivateItems" Type="Edm.Boolean" />
  4774          <Property Name="isShared" Type="Edm.Boolean" />
  4775          <Property Name="isSharedWithMe" Type="Edm.Boolean" />
  4776          <Property Name="canEdit" Type="Edm.Boolean" />
  4777          <Property Name="owner" Type="microsoft.graph.emailAddress" />
  4778          <Property Name="allowedOnlineMeetingProviders" Type="Collection(microsoft.graph.onlineMeetingProviderType)" />
  4779          <Property Name="defaultOnlineMeetingProvider" Type="microsoft.graph.onlineMeetingProviderType" />
  4780          <Property Name="isTallyingResponses" Type="Edm.Boolean" />
  4781          <Property Name="isRemovable" Type="Edm.Boolean" />
  4782          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4783          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4784          <NavigationProperty Name="calendarPermissions" Type="Collection(microsoft.graph.calendarPermission)" ContainsTarget="true" />
  4785          <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4786          <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4787        </EntityType>
  4788        <EntityType Name="calendarGroup" BaseType="microsoft.graph.entity">
  4789          <Property Name="name" Type="Edm.String" />
  4790          <Property Name="classId" Type="Edm.Guid" />
  4791          <Property Name="changeKey" Type="Edm.String" />
  4792          <NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true" />
  4793        </EntityType>
  4794        <EntityType Name="event" BaseType="microsoft.graph.outlookItem" OpenType="true">
  4795          <Property Name="originalStartTimeZone" Type="Edm.String" />
  4796          <Property Name="originalEndTimeZone" Type="Edm.String" />
  4797          <Property Name="responseStatus" Type="microsoft.graph.responseStatus" />
  4798          <Property Name="uid" Type="Edm.String" />
  4799          <Property Name="reminderMinutesBeforeStart" Type="Edm.Int32" />
  4800          <Property Name="isReminderOn" Type="Edm.Boolean" />
  4801          <Property Name="hasAttachments" Type="Edm.Boolean" />
  4802          <Property Name="subject" Type="Edm.String" />
  4803          <Property Name="body" Type="microsoft.graph.itemBody" />
  4804          <Property Name="bodyPreview" Type="Edm.String" />
  4805          <Property Name="importance" Type="microsoft.graph.importance" />
  4806          <Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
  4807          <Property Name="start" Type="microsoft.graph.dateTimeTimeZone" />
  4808          <Property Name="originalStart" Type="Edm.DateTimeOffset" />
  4809          <Property Name="end" Type="microsoft.graph.dateTimeTimeZone" />
  4810          <Property Name="location" Type="microsoft.graph.location" />
  4811          <Property Name="locations" Type="Collection(microsoft.graph.location)" />
  4812          <Property Name="isAllDay" Type="Edm.Boolean" />
  4813          <Property Name="isCancelled" Type="Edm.Boolean" />
  4814          <Property Name="isOrganizer" Type="Edm.Boolean" />
  4815          <Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
  4816          <Property Name="responseRequested" Type="Edm.Boolean" />
  4817          <Property Name="seriesMasterId" Type="Edm.String" />
  4818          <Property Name="showAs" Type="microsoft.graph.freeBusyStatus" />
  4819          <Property Name="type" Type="microsoft.graph.eventType" />
  4820          <Property Name="attendees" Type="Collection(microsoft.graph.attendee)" />
  4821          <Property Name="organizer" Type="microsoft.graph.recipient" />
  4822          <Property Name="webLink" Type="Edm.String" />
  4823          <Property Name="onlineMeetingUrl" Type="Edm.String" />
  4824          <Property Name="isOnlineMeeting" Type="Edm.Boolean" />
  4825          <Property Name="onlineMeetingProvider" Type="microsoft.graph.onlineMeetingProviderType" />
  4826          <Property Name="onlineMeeting" Type="microsoft.graph.onlineMeetingInfo" />
  4827          <Property Name="allowNewTimeProposals" Type="Edm.Boolean" />
  4828          <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
  4829          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4830          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4831          <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true" />
  4832          <NavigationProperty Name="instances" Type="Collection(microsoft.graph.event)" ContainsTarget="true" />
  4833          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  4834        </EntityType>
  4835        <EntityType Name="person" BaseType="microsoft.graph.entity">
  4836          <Property Name="displayName" Type="Edm.String" />
  4837          <Property Name="givenName" Type="Edm.String" />
  4838          <Property Name="surname" Type="Edm.String" />
  4839          <Property Name="birthday" Type="Edm.String" />
  4840          <Property Name="personNotes" Type="Edm.String" />
  4841          <Property Name="isFavorite" Type="Edm.Boolean" />
  4842          <Property Name="emailAddresses" Type="Collection(microsoft.graph.rankedEmailAddress)" />
  4843          <Property Name="phones" Type="Collection(microsoft.graph.phone)" />
  4844          <Property Name="postalAddresses" Type="Collection(microsoft.graph.location)" />
  4845          <Property Name="websites" Type="Collection(microsoft.graph.website)" />
  4846          <Property Name="title" Type="Edm.String" />
  4847          <Property Name="companyName" Type="Edm.String" />
  4848          <Property Name="yomiCompany" Type="Edm.String" />
  4849          <Property Name="department" Type="Edm.String" />
  4850          <Property Name="officeLocation" Type="Edm.String" />
  4851          <Property Name="profession" Type="Edm.String" />
  4852          <Property Name="sources" Type="Collection(microsoft.graph.personDataSource)" />
  4853          <Property Name="mailboxType" Type="Edm.String" />
  4854          <Property Name="personType" Type="Edm.String" />
  4855          <Property Name="userPrincipalName" Type="Edm.String" />
  4856        </EntityType>
  4857        <EntityType Name="contact" BaseType="microsoft.graph.outlookItem" OpenType="true">
  4858          <Property Name="parentFolderId" Type="Edm.String" />
  4859          <Property Name="birthday" Type="Edm.DateTimeOffset" />
  4860          <Property Name="fileAs" Type="Edm.String" />
  4861          <Property Name="displayName" Type="Edm.String" />
  4862          <Property Name="givenName" Type="Edm.String" />
  4863          <Property Name="initials" Type="Edm.String" />
  4864          <Property Name="middleName" Type="Edm.String" />
  4865          <Property Name="nickName" Type="Edm.String" />
  4866          <Property Name="surname" Type="Edm.String" />
  4867          <Property Name="title" Type="Edm.String" />
  4868          <Property Name="yomiGivenName" Type="Edm.String" />
  4869          <Property Name="yomiSurname" Type="Edm.String" />
  4870          <Property Name="yomiCompanyName" Type="Edm.String" />
  4871          <Property Name="generation" Type="Edm.String" />
  4872          <Property Name="emailAddresses" Type="Collection(microsoft.graph.typedEmailAddress)" />
  4873          <Property Name="websites" Type="Collection(microsoft.graph.website)" />
  4874          <Property Name="imAddresses" Type="Collection(Edm.String)" />
  4875          <Property Name="jobTitle" Type="Edm.String" />
  4876          <Property Name="companyName" Type="Edm.String" />
  4877          <Property Name="department" Type="Edm.String" />
  4878          <Property Name="officeLocation" Type="Edm.String" />
  4879          <Property Name="profession" Type="Edm.String" />
  4880          <Property Name="assistantName" Type="Edm.String" />
  4881          <Property Name="manager" Type="Edm.String" />
  4882          <Property Name="phones" Type="Collection(microsoft.graph.phone)" />
  4883          <Property Name="postalAddresses" Type="Collection(microsoft.graph.physicalAddress)" />
  4884          <Property Name="spouseName" Type="Edm.String" />
  4885          <Property Name="personalNotes" Type="Edm.String" />
  4886          <Property Name="children" Type="Collection(Edm.String)" />
  4887          <Property Name="weddingAnniversary" Type="Edm.Date" />
  4888          <Property Name="gender" Type="Edm.String" />
  4889          <Property Name="isFavorite" Type="Edm.Boolean" />
  4890          <Property Name="flag" Type="microsoft.graph.followupFlag" />
  4891          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4892          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4893          <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
  4894          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  4895        </EntityType>
  4896        <EntityType Name="contactFolder" BaseType="microsoft.graph.entity">
  4897          <Property Name="parentFolderId" Type="Edm.String" />
  4898          <Property Name="displayName" Type="Edm.String" />
  4899          <Property Name="wellKnownName" Type="Edm.String" />
  4900          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  4901          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  4902          <NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true" />
  4903          <NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true" />
  4904        </EntityType>
  4905        <EntityType Name="inferenceClassification" BaseType="microsoft.graph.entity">
  4906          <NavigationProperty Name="overrides" Type="Collection(microsoft.graph.inferenceClassificationOverride)" ContainsTarget="true" />
  4907        </EntityType>
  4908        <EntityType Name="profilePhoto" BaseType="microsoft.graph.entity" HasStream="true">
  4909          <Property Name="height" Type="Edm.Int32" />
  4910          <Property Name="width" Type="Edm.Int32" />
  4911        </EntityType>
  4912        <EntityType Name="baseItem" BaseType="microsoft.graph.entity" Abstract="true">
  4913          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  4914          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4915          <Property Name="description" Type="Edm.String" />
  4916          <Property Name="eTag" Type="Edm.String" />
  4917          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  4918          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4919          <Property Name="name" Type="Edm.String" />
  4920          <Property Name="parentReference" Type="microsoft.graph.itemReference" />
  4921          <Property Name="webUrl" Type="Edm.String" />
  4922          <NavigationProperty Name="createdByUser" Type="microsoft.graph.user" />
  4923          <NavigationProperty Name="lastModifiedByUser" Type="microsoft.graph.user" />
  4924        </EntityType>
  4925        <EntityType Name="drive" BaseType="microsoft.graph.baseItem">
  4926          <Property Name="driveType" Type="Edm.String" />
  4927          <Property Name="owner" Type="microsoft.graph.identitySet" />
  4928          <Property Name="quota" Type="microsoft.graph.quota" />
  4929          <Property Name="sharePointIds" Type="microsoft.graph.sharepointIds" />
  4930          <Property Name="system" Type="microsoft.graph.systemFacet" />
  4931          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivityOLD)" ContainsTarget="true" />
  4932          <NavigationProperty Name="bundles" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  4933          <NavigationProperty Name="following" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  4934          <NavigationProperty Name="items" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  4935          <NavigationProperty Name="list" Type="microsoft.graph.list" ContainsTarget="true" />
  4936          <NavigationProperty Name="root" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  4937          <NavigationProperty Name="special" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  4938        </EntityType>
  4939        <EntityType Name="site" BaseType="microsoft.graph.baseItem">
  4940          <Property Name="displayName" Type="Edm.String" />
  4941          <Property Name="root" Type="microsoft.graph.root" />
  4942          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  4943          <Property Name="siteCollection" Type="microsoft.graph.siteCollection" />
  4944          <NavigationProperty Name="analytics" Type="microsoft.graph.itemAnalytics" />
  4945          <NavigationProperty Name="columns" Type="Collection(microsoft.graph.columnDefinition)" ContainsTarget="true" />
  4946          <NavigationProperty Name="contentTypes" Type="Collection(microsoft.graph.contentType)" ContainsTarget="true" />
  4947          <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
  4948          <NavigationProperty Name="drives" Type="Collection(microsoft.graph.drive)" ContainsTarget="true" />
  4949          <NavigationProperty Name="items" Type="Collection(microsoft.graph.baseItem)" ContainsTarget="true" />
  4950          <NavigationProperty Name="lists" Type="Collection(microsoft.graph.list)" ContainsTarget="true" />
  4951          <NavigationProperty Name="pages" Type="Collection(microsoft.graph.sitePage)" ContainsTarget="true" />
  4952          <NavigationProperty Name="sites" Type="Collection(microsoft.graph.site)" ContainsTarget="true" />
  4953          <NavigationProperty Name="onenote" Type="microsoft.graph.onenote" ContainsTarget="true" />
  4954        </EntityType>
  4955        <EntityType Name="extension" BaseType="microsoft.graph.entity" Abstract="true" OpenType="true" />
  4956        <EntityType Name="agreementAcceptance" BaseType="microsoft.graph.entity">
  4957          <Property Name="agreementId" Type="Edm.String" />
  4958          <Property Name="userId" Type="Edm.String" />
  4959          <Property Name="agreementFileId" Type="Edm.String" />
  4960          <Property Name="recordedDateTime" Type="Edm.DateTimeOffset" />
  4961          <Property Name="userDisplayName" Type="Edm.String" />
  4962          <Property Name="userPrincipalName" Type="Edm.String" />
  4963          <Property Name="userEmail" Type="Edm.String" />
  4964          <Property Name="state" Type="microsoft.graph.agreementAcceptanceState" />
  4965        </EntityType>
  4966        <ComplexType Name="identityUserRisk">
  4967          <Property Name="level" Type="microsoft.graph.userRiskLevel" />
  4968          <Property Name="lastChangedDateTime" Type="Edm.DateTimeOffset" />
  4969        </ComplexType>
  4970        <EntityType Name="deviceEnrollmentConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
  4971          <Property Name="displayName" Type="Edm.String" />
  4972          <Property Name="description" Type="Edm.String" />
  4973          <Property Name="priority" Type="Edm.Int32" Nullable="false" />
  4974          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4975          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4976          <Property Name="version" Type="Edm.Int32" Nullable="false" />
  4977          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.enrollmentConfigurationAssignment)" ContainsTarget="true" />
  4978        </EntityType>
  4979        <EntityType Name="managedDevice" BaseType="microsoft.graph.entity">
  4980          <Property Name="userId" Type="Edm.String" />
  4981          <Property Name="deviceName" Type="Edm.String" />
  4982          <Property Name="hardwareInformation" Type="microsoft.graph.hardwareInformation" />
  4983          <Property Name="ownerType" Type="microsoft.graph.ownerType" Nullable="false" />
  4984          <Property Name="managedDeviceOwnerType" Type="microsoft.graph.managedDeviceOwnerType" Nullable="false" />
  4985          <Property Name="deviceActionResults" Type="Collection(microsoft.graph.deviceActionResult)" />
  4986          <Property Name="managementState" Type="microsoft.graph.managementState" Nullable="false" />
  4987          <Property Name="enrolledDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4988          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4989          <Property Name="chassisType" Type="microsoft.graph.chassisType" Nullable="false" />
  4990          <Property Name="operatingSystem" Type="Edm.String" />
  4991          <Property Name="deviceType" Type="microsoft.graph.deviceType" Nullable="false" />
  4992          <Property Name="complianceState" Type="microsoft.graph.complianceState" Nullable="false" />
  4993          <Property Name="jailBroken" Type="Edm.String" />
  4994          <Property Name="managementAgent" Type="microsoft.graph.managementAgentType" Nullable="false" />
  4995          <Property Name="osVersion" Type="Edm.String" />
  4996          <Property Name="easActivated" Type="Edm.Boolean" Nullable="false" />
  4997          <Property Name="easDeviceId" Type="Edm.String" />
  4998          <Property Name="easActivationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  4999          <Property Name="aadRegistered" Type="Edm.Boolean" />
  5000          <Property Name="azureADRegistered" Type="Edm.Boolean" />
  5001          <Property Name="deviceEnrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
  5002          <Property Name="lostModeState" Type="microsoft.graph.lostModeState" Nullable="false" />
  5003          <Property Name="activationLockBypassCode" Type="Edm.String" />
  5004          <Property Name="emailAddress" Type="Edm.String" />
  5005          <Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" />
  5006          <Property Name="azureADDeviceId" Type="Edm.String" />
  5007          <Property Name="deviceRegistrationState" Type="microsoft.graph.deviceRegistrationState" Nullable="false" />
  5008          <Property Name="deviceCategoryDisplayName" Type="Edm.String" />
  5009          <Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
  5010          <Property Name="exchangeLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5011          <Property Name="exchangeAccessState" Type="microsoft.graph.deviceManagementExchangeAccessState" Nullable="false" />
  5012          <Property Name="exchangeAccessStateReason" Type="microsoft.graph.deviceManagementExchangeAccessStateReason" Nullable="false" />
  5013          <Property Name="remoteAssistanceSessionUrl" Type="Edm.String" />
  5014          <Property Name="remoteAssistanceSessionErrorDetails" Type="Edm.String" />
  5015          <Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" />
  5016          <Property Name="userPrincipalName" Type="Edm.String" />
  5017          <Property Name="model" Type="Edm.String" />
  5018          <Property Name="manufacturer" Type="Edm.String" />
  5019          <Property Name="imei" Type="Edm.String" />
  5020          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5021          <Property Name="serialNumber" Type="Edm.String" />
  5022          <Property Name="phoneNumber" Type="Edm.String" />
  5023          <Property Name="androidSecurityPatchLevel" Type="Edm.String" />
  5024          <Property Name="userDisplayName" Type="Edm.String" />
  5025          <Property Name="configurationManagerClientEnabledFeatures" Type="microsoft.graph.configurationManagerClientEnabledFeatures" />
  5026          <Property Name="wiFiMacAddress" Type="Edm.String" />
  5027          <Property Name="deviceHealthAttestationState" Type="microsoft.graph.deviceHealthAttestationState" />
  5028          <Property Name="subscriberCarrier" Type="Edm.String" />
  5029          <Property Name="meid" Type="Edm.String" />
  5030          <Property Name="totalStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
  5031          <Property Name="freeStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" />
  5032          <Property Name="managedDeviceName" Type="Edm.String" />
  5033          <Property Name="partnerReportedThreatState" Type="microsoft.graph.managedDevicePartnerReportedHealthState" Nullable="false" />
  5034          <Property Name="retireAfterDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5035          <Property Name="usersLoggedOn" Type="Collection(microsoft.graph.loggedOnUser)" />
  5036          <Property Name="preferMdmOverGroupPolicyAppliedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5037          <Property Name="autopilotEnrolled" Type="Edm.Boolean" Nullable="false" />
  5038          <Property Name="requireUserEnrollmentApproval" Type="Edm.Boolean" />
  5039          <Property Name="managementCertificateExpirationDate" Type="Edm.DateTimeOffset" Nullable="false" />
  5040          <Property Name="iccid" Type="Edm.String" />
  5041          <Property Name="udid" Type="Edm.String" />
  5042          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  5043          <Property Name="windowsActiveMalwareCount" Type="Edm.Int32" Nullable="false" />
  5044          <Property Name="windowsRemediatedMalwareCount" Type="Edm.Int32" Nullable="false" />
  5045          <Property Name="notes" Type="Edm.String" />
  5046          <Property Name="configurationManagerClientHealthState" Type="microsoft.graph.configurationManagerClientHealthState" />
  5047          <Property Name="configurationManagerClientInformation" Type="microsoft.graph.configurationManagerClientInformation" />
  5048          <Property Name="ethernetMacAddress" Type="Edm.String" />
  5049          <NavigationProperty Name="securityBaselineStates" Type="Collection(microsoft.graph.securityBaselineState)" ContainsTarget="true" />
  5050          <NavigationProperty Name="deviceConfigurationStates" Type="Collection(microsoft.graph.deviceConfigurationState)" ContainsTarget="true" />
  5051          <NavigationProperty Name="deviceCompliancePolicyStates" Type="Collection(microsoft.graph.deviceCompliancePolicyState)" ContainsTarget="true" />
  5052          <NavigationProperty Name="managedDeviceMobileAppConfigurationStates" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationState)" ContainsTarget="true" />
  5053          <NavigationProperty Name="detectedApps" Type="Collection(microsoft.graph.detectedApp)" />
  5054          <NavigationProperty Name="deviceCategory" Type="microsoft.graph.deviceCategory" ContainsTarget="true" />
  5055          <NavigationProperty Name="windowsProtectionState" Type="microsoft.graph.windowsProtectionState" ContainsTarget="true" />
  5056          <NavigationProperty Name="users" Type="Collection(microsoft.graph.user)" ContainsTarget="true" />
  5057        </EntityType>
  5058        <EntityType Name="managedAppRegistration" BaseType="microsoft.graph.entity" Abstract="true">
  5059          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5060          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5061          <Property Name="applicationVersion" Type="Edm.String" />
  5062          <Property Name="managementSdkVersion" Type="Edm.String" />
  5063          <Property Name="platformVersion" Type="Edm.String" />
  5064          <Property Name="deviceType" Type="Edm.String" />
  5065          <Property Name="deviceTag" Type="Edm.String" />
  5066          <Property Name="deviceName" Type="Edm.String" />
  5067          <Property Name="managedDeviceId" Type="Edm.String" />
  5068          <Property Name="azureADDeviceId" Type="Edm.String" />
  5069          <Property Name="deviceModel" Type="Edm.String" />
  5070          <Property Name="deviceManufacturer" Type="Edm.String" />
  5071          <Property Name="flaggedReasons" Type="Collection(microsoft.graph.managedAppFlaggedReason)" Nullable="false" />
  5072          <Property Name="userId" Type="Edm.String" />
  5073          <Property Name="appIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
  5074          <Property Name="version" Type="Edm.String" />
  5075          <NavigationProperty Name="appliedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
  5076          <NavigationProperty Name="intendedPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
  5077          <NavigationProperty Name="operations" Type="Collection(microsoft.graph.managedAppOperation)" ContainsTarget="true" />
  5078        </EntityType>
  5079        <EntityType Name="windowsInformationProtectionDeviceRegistration" BaseType="microsoft.graph.entity">
  5080          <Property Name="userId" Type="Edm.String" />
  5081          <Property Name="deviceRegistrationId" Type="Edm.String" />
  5082          <Property Name="deviceName" Type="Edm.String" />
  5083          <Property Name="deviceType" Type="Edm.String" />
  5084          <Property Name="deviceMacAddress" Type="Edm.String" />
  5085          <Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5086        </EntityType>
  5087        <EntityType Name="deviceManagementTroubleshootingEvent" BaseType="microsoft.graph.entity">
  5088          <Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5089          <Property Name="correlationId" Type="Edm.String" />
  5090          <Property Name="troubleshootingErrorDetails" Type="microsoft.graph.deviceManagementTroubleshootingErrorDetails" />
  5091          <Property Name="eventName" Type="Edm.String" />
  5092          <Property Name="additionalInformation" Type="Collection(microsoft.graph.keyValuePair)" />
  5093        </EntityType>
  5094        <EntityType Name="mobileAppIntentAndState" BaseType="microsoft.graph.entity">
  5095          <Property Name="managedDeviceIdentifier" Type="Edm.String" />
  5096          <Property Name="userId" Type="Edm.String" />
  5097          <Property Name="mobileAppList" Type="Collection(microsoft.graph.mobileAppIntentAndStateDetail)" />
  5098        </EntityType>
  5099        <EntityType Name="mobileAppTroubleshootingEvent" BaseType="microsoft.graph.deviceManagementTroubleshootingEvent">
  5100          <Property Name="managedDeviceIdentifier" Type="Edm.String" />
  5101          <Property Name="userId" Type="Edm.String" />
  5102          <Property Name="applicationId" Type="Edm.String" />
  5103          <Property Name="history" Type="Collection(microsoft.graph.mobileAppTroubleshootingHistoryItem)" />
  5104          <NavigationProperty Name="appLogCollectionRequests" Type="Collection(microsoft.graph.appLogCollectionRequest)" ContainsTarget="true" />
  5105        </EntityType>
  5106        <EntityType Name="notification" BaseType="microsoft.graph.entity" OpenType="true">
  5107          <Property Name="targetHostName" Type="Edm.String" Nullable="false" />
  5108          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  5109          <Property Name="payload" Type="microsoft.graph.payloadTypes" Nullable="false" />
  5110          <Property Name="displayTimeToLive" Type="Edm.Int32" />
  5111          <Property Name="priority" Type="microsoft.graph.priority" />
  5112          <Property Name="groupName" Type="Edm.String" />
  5113          <Property Name="targetPolicy" Type="microsoft.graph.targetPolicyEndpoints" />
  5114        </EntityType>
  5115        <EntityType Name="plannerDelta" BaseType="microsoft.graph.entity" />
  5116        <EntityType Name="plannerUser" BaseType="microsoft.graph.plannerDelta">
  5117          <Property Name="favoritePlanReferences" Type="microsoft.graph.plannerFavoritePlanReferenceCollection" />
  5118          <Property Name="recentPlanReferences" Type="microsoft.graph.plannerRecentPlanReferenceCollection" />
  5119          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
  5120          <NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" />
  5121          <NavigationProperty Name="favoritePlans" Type="Collection(microsoft.graph.plannerPlan)" />
  5122          <NavigationProperty Name="recentPlans" Type="Collection(microsoft.graph.plannerPlan)" />
  5123          <NavigationProperty Name="all" Type="Collection(microsoft.graph.plannerDelta)" />
  5124        </EntityType>
  5125        <EntityType Name="officeGraphInsights" BaseType="microsoft.graph.entity">
  5126          <NavigationProperty Name="trending" Type="Collection(microsoft.graph.trending)" ContainsTarget="true" />
  5127          <NavigationProperty Name="shared" Type="Collection(microsoft.graph.sharedInsight)" ContainsTarget="true" />
  5128          <NavigationProperty Name="used" Type="Collection(microsoft.graph.usedInsight)" ContainsTarget="true" />
  5129        </EntityType>
  5130        <EntityType Name="userSettings" BaseType="microsoft.graph.entity">
  5131          <Property Name="contributionToContentDiscoveryDisabled" Type="Edm.Boolean" Nullable="false" />
  5132          <Property Name="contributionToContentDiscoveryAsOrganizationDisabled" Type="Edm.Boolean" Nullable="false" />
  5133        </EntityType>
  5134        <EntityType Name="onenote" BaseType="microsoft.graph.entity">
  5135          <NavigationProperty Name="notebooks" Type="Collection(microsoft.graph.notebook)" ContainsTarget="true" />
  5136          <NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
  5137          <NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
  5138          <NavigationProperty Name="pages" Type="Collection(microsoft.graph.onenotePage)" ContainsTarget="true" />
  5139          <NavigationProperty Name="resources" Type="Collection(microsoft.graph.onenoteResource)" ContainsTarget="true" />
  5140          <NavigationProperty Name="operations" Type="Collection(microsoft.graph.onenoteOperation)" ContainsTarget="true" />
  5141        </EntityType>
  5142        <EntityType Name="profile" BaseType="microsoft.graph.entity">
  5143          <NavigationProperty Name="account" Type="Collection(microsoft.graph.userAccountInformation)" ContainsTarget="true" />
  5144          <NavigationProperty Name="anniversaries" Type="Collection(microsoft.graph.personAnniversary)" ContainsTarget="true" />
  5145          <NavigationProperty Name="educationalActivities" Type="Collection(microsoft.graph.educationalActivity)" ContainsTarget="true" />
  5146          <NavigationProperty Name="emails" Type="Collection(microsoft.graph.itemEmail)" ContainsTarget="true" />
  5147          <NavigationProperty Name="interests" Type="Collection(microsoft.graph.personInterest)" ContainsTarget="true" />
  5148          <NavigationProperty Name="languages" Type="Collection(microsoft.graph.languageProficiency)" ContainsTarget="true" />
  5149          <NavigationProperty Name="names" Type="Collection(microsoft.graph.personName)" ContainsTarget="true" />
  5150          <NavigationProperty Name="phones" Type="Collection(microsoft.graph.itemPhone)" ContainsTarget="true" />
  5151          <NavigationProperty Name="positions" Type="Collection(microsoft.graph.workPosition)" ContainsTarget="true" />
  5152          <NavigationProperty Name="projects" Type="Collection(microsoft.graph.projectParticipation)" ContainsTarget="true" />
  5153          <NavigationProperty Name="skills" Type="Collection(microsoft.graph.skillProficiency)" ContainsTarget="true" />
  5154          <NavigationProperty Name="webAccounts" Type="Collection(microsoft.graph.webAccount)" ContainsTarget="true" />
  5155          <NavigationProperty Name="websites" Type="Collection(microsoft.graph.personWebsite)" ContainsTarget="true" />
  5156        </EntityType>
  5157        <EntityType Name="userActivity" BaseType="microsoft.graph.entity">
  5158          <Property Name="visualElements" Type="microsoft.graph.visualInfo" Nullable="false" />
  5159          <Property Name="activitySourceHost" Type="Edm.String" Nullable="false" />
  5160          <Property Name="activationUrl" Type="Edm.String" Nullable="false" />
  5161          <Property Name="appActivityId" Type="Edm.String" Nullable="false" />
  5162          <Property Name="appDisplayName" Type="Edm.String" />
  5163          <Property Name="contentUrl" Type="Edm.String" />
  5164          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  5165          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  5166          <Property Name="fallbackUrl" Type="Edm.String" />
  5167          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  5168          <Property Name="userTimezone" Type="Edm.String" />
  5169          <Property Name="contentInfo" Type="microsoft.graph.Json" />
  5170          <Property Name="status" Type="microsoft.graph.status" />
  5171          <NavigationProperty Name="historyItems" Type="Collection(microsoft.graph.activityHistoryItem)" ContainsTarget="true" />
  5172        </EntityType>
  5173        <EntityType Name="device" BaseType="microsoft.graph.directoryObject" OpenType="true">
  5174          <Property Name="accountEnabled" Type="Edm.Boolean" />
  5175          <Property Name="alternativeSecurityIds" Type="Collection(microsoft.graph.alternativeSecurityId)" Nullable="false" />
  5176          <Property Name="approximateLastSignInDateTime" Type="Edm.DateTimeOffset" />
  5177          <Property Name="complianceExpirationDateTime" Type="Edm.DateTimeOffset" />
  5178          <Property Name="deviceId" Type="Edm.String" />
  5179          <Property Name="deviceMetadata" Type="Edm.String" />
  5180          <Property Name="deviceVersion" Type="Edm.Int32" />
  5181          <Property Name="displayName" Type="Edm.String" />
  5182          <Property Name="isCompliant" Type="Edm.Boolean" />
  5183          <Property Name="isManaged" Type="Edm.Boolean" />
  5184          <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
  5185          <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
  5186          <Property Name="operatingSystem" Type="Edm.String" />
  5187          <Property Name="operatingSystemVersion" Type="Edm.String" />
  5188          <Property Name="physicalIds" Type="Collection(Edm.String)" Nullable="false" />
  5189          <Property Name="profileType" Type="Edm.String" />
  5190          <Property Name="systemLabels" Type="Collection(Edm.String)" Nullable="false" />
  5191          <Property Name="trustType" Type="Edm.String" />
  5192          <Property Name="Name" Type="Edm.String" />
  5193          <Property Name="Manufacturer" Type="Edm.String" />
  5194          <Property Name="Model" Type="Edm.String" />
  5195          <Property Name="Kind" Type="Edm.String" />
  5196          <Property Name="Status" Type="Edm.String" />
  5197          <Property Name="Platform" Type="Edm.String" />
  5198          <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
  5199          <NavigationProperty Name="registeredOwners" Type="Collection(microsoft.graph.directoryObject)" />
  5200          <NavigationProperty Name="registeredUsers" Type="Collection(microsoft.graph.directoryObject)" />
  5201          <NavigationProperty Name="transitiveMemberOf" Type="Collection(microsoft.graph.directoryObject)" />
  5202          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  5203          <NavigationProperty Name="commands" Type="Collection(microsoft.graph.command)" ContainsTarget="true" />
  5204        </EntityType>
  5205        <EntityType Name="onlineMeeting" BaseType="microsoft.graph.entity" OpenType="true">
  5206          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
  5207          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  5208          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  5209          <Property Name="canceledDateTime" Type="Edm.DateTimeOffset" />
  5210          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  5211          <Property Name="entryExitAnnouncement" Type="Edm.Boolean" />
  5212          <Property Name="joinUrl" Type="Edm.String" />
  5213          <Property Name="subject" Type="Edm.String" />
  5214          <Property Name="isCancelled" Type="Edm.Boolean" />
  5215          <Property Name="participants" Type="microsoft.graph.meetingParticipants" />
  5216          <Property Name="isBroadcast" Type="Edm.Boolean" />
  5217          <Property Name="accessLevel" Type="microsoft.graph.accessLevel" />
  5218          <Property Name="capabilities" Type="Collection(microsoft.graph.meetingCapabilities)" />
  5219          <Property Name="audioConferencing" Type="microsoft.graph.audioConferencing" />
  5220          <Property Name="chatInfo" Type="microsoft.graph.chatInfo" />
  5221          <Property Name="videoTeleconferenceId" Type="Edm.String" />
  5222        </EntityType>
  5223        <EntityType Name="presence" BaseType="microsoft.graph.entity">
  5224          <Property Name="availability" Type="Edm.String" />
  5225          <Property Name="activity" Type="Edm.String" />
  5226        </EntityType>
  5227        <EntityType Name="chat" BaseType="microsoft.graph.entity">
  5228          <Property Name="topic" Type="Edm.String" />
  5229          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  5230          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
  5231          <NavigationProperty Name="members" Type="Collection(microsoft.graph.conversationMember)" ContainsTarget="true" />
  5232          <NavigationProperty Name="messages" Type="Collection(microsoft.graph.chatMessage)" ContainsTarget="true" />
  5233          <NavigationProperty Name="installedApps" Type="Collection(microsoft.graph.teamsAppInstallation)" ContainsTarget="true" />
  5234        </EntityType>
  5235        <EntityType Name="team" BaseType="microsoft.graph.entity" OpenType="true">
  5236          <Property Name="displayName" Type="Edm.String" />
  5237          <Property Name="description" Type="Edm.String" />
  5238          <Property Name="internalId" Type="Edm.String" />
  5239          <Property Name="classification" Type="Edm.String" />
  5240          <Property Name="specialization" Type="microsoft.graph.teamSpecialization" />
  5241          <Property Name="visibility" Type="microsoft.graph.teamVisibilityType" />
  5242          <Property Name="webUrl" Type="Edm.String" />
  5243          <Property Name="memberSettings" Type="microsoft.graph.teamMemberSettings" />
  5244          <Property Name="guestSettings" Type="microsoft.graph.teamGuestSettings" />
  5245          <Property Name="messagingSettings" Type="microsoft.graph.teamMessagingSettings" />
  5246          <Property Name="funSettings" Type="microsoft.graph.teamFunSettings" />
  5247          <Property Name="discoverySettings" Type="microsoft.graph.teamDiscoverySettings" />
  5248          <Property Name="isArchived" Type="Edm.Boolean" />
  5249          <NavigationProperty Name="schedule" Type="microsoft.graph.schedule" ContainsTarget="true" />
  5250          <NavigationProperty Name="group" Type="microsoft.graph.group" />
  5251          <NavigationProperty Name="template" Type="microsoft.graph.teamsTemplate" />
  5252          <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true" />
  5253          <NavigationProperty Name="owners" Type="Collection(microsoft.graph.user)" />
  5254          <NavigationProperty Name="channels" Type="Collection(microsoft.graph.channel)" ContainsTarget="true" />
  5255          <NavigationProperty Name="primaryChannel" Type="microsoft.graph.channel" ContainsTarget="true" />
  5256          <NavigationProperty Name="apps" Type="Collection(microsoft.graph.teamsCatalogApp)" ContainsTarget="true" />
  5257          <NavigationProperty Name="installedApps" Type="Collection(microsoft.graph.teamsAppInstallation)" ContainsTarget="true" />
  5258          <NavigationProperty Name="operations" Type="Collection(microsoft.graph.teamsAsyncOperation)" ContainsTarget="true" />
  5259        </EntityType>
  5260        <EntityType Name="userTeamwork" BaseType="microsoft.graph.entity">
  5261          <NavigationProperty Name="installedApps" Type="Collection(microsoft.graph.teamsAppInstallation)" ContainsTarget="true" />
  5262        </EntityType>
  5263        <EntityType Name="provisioningObjectSummary" BaseType="microsoft.graph.entity">
  5264          <Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5265          <Property Name="tenantId" Type="Edm.String" />
  5266          <Property Name="jobId" Type="Edm.String" />
  5267          <Property Name="cycleId" Type="Edm.String" />
  5268          <Property Name="changeId" Type="Edm.String" />
  5269          <Property Name="action" Type="Edm.String" />
  5270          <Property Name="durationInMilliseconds" Type="Edm.Int32" />
  5271          <Property Name="initiatedBy" Type="microsoft.graph.initiator" />
  5272          <Property Name="sourceSystem" Type="microsoft.graph.provisioningSystemDetails" />
  5273          <Property Name="targetSystem" Type="microsoft.graph.provisioningSystemDetails" />
  5274          <Property Name="sourceIdentity" Type="microsoft.graph.provisionedIdentity" />
  5275          <Property Name="targetIdentity" Type="microsoft.graph.provisionedIdentity" />
  5276          <Property Name="statusInfo" Type="microsoft.graph.statusBase" />
  5277          <Property Name="provisioningSteps" Type="Collection(microsoft.graph.provisioningStep)" />
  5278          <Property Name="modifiedProperties" Type="Collection(microsoft.graph.modifiedProperty)" />
  5279        </EntityType>
  5280        <ComplexType Name="initiator">
  5281          <Property Name="id" Type="Edm.String" />
  5282          <Property Name="displayName" Type="Edm.String" />
  5283          <Property Name="initiatorType" Type="microsoft.graph.initiatorType" />
  5284        </ComplexType>
  5285        <ComplexType Name="provisioningSystemDetails">
  5286          <Property Name="id" Type="Edm.String" />
  5287          <Property Name="displayName" Type="Edm.String" />
  5288          <Property Name="details" Type="microsoft.graph.detailsInfo" />
  5289        </ComplexType>
  5290        <ComplexType Name="detailsInfo" OpenType="true" />
  5291        <ComplexType Name="provisionedIdentity">
  5292          <Property Name="id" Type="Edm.String" />
  5293          <Property Name="displayName" Type="Edm.String" />
  5294          <Property Name="identityType" Type="Edm.String" />
  5295          <Property Name="details" Type="microsoft.graph.detailsInfo" />
  5296        </ComplexType>
  5297        <ComplexType Name="statusBase">
  5298          <Property Name="status" Type="microsoft.graph.provisioningResult" />
  5299        </ComplexType>
  5300        <ComplexType Name="provisioningStep">
  5301          <Property Name="name" Type="Edm.String" />
  5302          <Property Name="status" Type="microsoft.graph.provisioningResult" />
  5303          <Property Name="description" Type="Edm.String" />
  5304          <Property Name="details" Type="microsoft.graph.detailsInfo" />
  5305          <Property Name="provisioningStepType" Type="microsoft.graph.provisioningStepType" />
  5306        </ComplexType>
  5307        <ComplexType Name="statusDetails" BaseType="microsoft.graph.statusBase">
  5308          <Property Name="errorCode" Type="Edm.String" />
  5309          <Property Name="reason" Type="Edm.String" />
  5310          <Property Name="additionalDetails" Type="Edm.String" />
  5311          <Property Name="errorCategory" Type="Edm.String" />
  5312          <Property Name="recommendedAction" Type="Edm.String" />
  5313        </ComplexType>
  5314        <ComplexType Name="identity" OpenType="true">
  5315          <Property Name="id" Type="Edm.String" />
  5316          <Property Name="displayName" Type="Edm.String" />
  5317        </ComplexType>
  5318        <EntityType Name="restrictedSignIn" BaseType="microsoft.graph.signIn">
  5319          <Property Name="targetTenantId" Type="Edm.Guid" />
  5320        </EntityType>
  5321        <EntityType Name="azureADLicenseUsage" BaseType="microsoft.graph.entity">
  5322          <Property Name="snapshotDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5323          <Property Name="licenseInfoDetails" Type="Collection(microsoft.graph.licenseInfoDetail)" />
  5324        </EntityType>
  5325        <ComplexType Name="licenseInfoDetail">
  5326          <Property Name="licenseType" Type="microsoft.graph.azureADLicenseType" />
  5327          <Property Name="totalLicenseCount" Type="Edm.Int32" />
  5328          <Property Name="totalAssignedCount" Type="Edm.Int32" />
  5329          <Property Name="totalUsageCount" Type="Edm.Int32" />
  5330        </ComplexType>
  5331        <EntityType Name="azureADUserFeatureUsage" BaseType="microsoft.graph.entity">
  5332          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5333          <Property Name="userId" Type="Edm.String" Nullable="false" />
  5334          <Property Name="userDisplayName" Type="Edm.String" />
  5335          <Property Name="userPrincipalName" Type="Edm.String" />
  5336          <Property Name="licenseRecommended" Type="microsoft.graph.azureADLicenseType" />
  5337          <Property Name="licenseAssigned" Type="microsoft.graph.azureADLicenseType" />
  5338          <Property Name="featureUsageDetails" Type="Collection(microsoft.graph.featureUsageDetail)" />
  5339        </EntityType>
  5340        <ComplexType Name="featureUsageDetail">
  5341          <Property Name="featureName" Type="Edm.String" />
  5342          <Property Name="licenseRequired" Type="microsoft.graph.azureADLicenseType" />
  5343          <Property Name="licenseAssigned" Type="microsoft.graph.azureADLicenseType" />
  5344          <Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" />
  5345          <Property Name="lastConfiguredDateTime" Type="Edm.DateTimeOffset" />
  5346        </ComplexType>
  5347        <EntityType Name="azureADFeatureUsage" BaseType="microsoft.graph.entity">
  5348          <Property Name="snapshotDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5349          <Property Name="featureName" Type="Edm.String" Nullable="false" />
  5350          <Property Name="usage" Type="Edm.Int32" />
  5351        </EntityType>
  5352        <EntityType Name="applicationSignInDetailedSummary" BaseType="microsoft.graph.entity">
  5353          <Property Name="appId" Type="Edm.String" Nullable="false" />
  5354          <Property Name="appDisplayName" Type="Edm.String" Nullable="false" />
  5355          <Property Name="status" Type="microsoft.graph.signInStatus" />
  5356          <Property Name="signInCount" Type="Edm.Int64" />
  5357          <Property Name="aggregatedEventDateTime" Type="Edm.DateTimeOffset" />
  5358        </EntityType>
  5359        <EntityType Name="applicationSignInSummary" BaseType="microsoft.graph.entity">
  5360          <Property Name="appDisplayName" Type="Edm.String" Nullable="false" />
  5361          <Property Name="successfulSignInCount" Type="Edm.Int64" />
  5362          <Property Name="failedSignInCount" Type="Edm.Int64" />
  5363          <Property Name="successPercentage" Type="Edm.Double" />
  5364        </EntityType>
  5365        <EntityType Name="credentialUserRegistrationCount" BaseType="microsoft.graph.entity">
  5366          <Property Name="totalUserCount" Type="Edm.Int64" Nullable="false" />
  5367          <Property Name="userRegistrationCounts" Type="Collection(microsoft.graph.userRegistrationCount)" Nullable="false" />
  5368        </EntityType>
  5369        <ComplexType Name="userRegistrationCount">
  5370          <Property Name="registrationStatus" Type="microsoft.graph.registrationStatusType" Nullable="false" />
  5371          <Property Name="registrationCount" Type="Edm.Int64" Nullable="false" />
  5372        </ComplexType>
  5373        <EntityType Name="credentialUserRegistrationDetails" BaseType="microsoft.graph.entity">
  5374          <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
  5375          <Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
  5376          <Property Name="authMethods" Type="Collection(microsoft.graph.registrationAuthMethod)" Nullable="false" />
  5377          <Property Name="isRegistered" Type="Edm.Boolean" Nullable="false" />
  5378          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
  5379          <Property Name="isCapable" Type="Edm.Boolean" Nullable="false" />
  5380          <Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" />
  5381        </EntityType>
  5382        <EntityType Name="credentialUsageSummary" BaseType="microsoft.graph.entity">
  5383          <Property Name="feature" Type="microsoft.graph.featureType" Nullable="false" />
  5384          <Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
  5385          <Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
  5386          <Property Name="authMethod" Type="microsoft.graph.usageAuthMethod" Nullable="false" />
  5387        </EntityType>
  5388        <EntityType Name="userCredentialUsageDetails" BaseType="microsoft.graph.entity">
  5389          <Property Name="feature" Type="microsoft.graph.featureType" Nullable="false" />
  5390          <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
  5391          <Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
  5392          <Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
  5393          <Property Name="authMethod" Type="microsoft.graph.usageAuthMethod" Nullable="false" />
  5394          <Property Name="failureReason" Type="Edm.String" Nullable="false" />
  5395          <Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  5396        </EntityType>
  5397        <EntityType Name="relyingPartyDetailedSummary" BaseType="microsoft.graph.entity">
  5398          <Property Name="relyingPartyId" Type="Edm.String" Nullable="false" />
  5399          <Property Name="serviceId" Type="Edm.String" Nullable="false" />
  5400          <Property Name="relyingPartyName" Type="Edm.String" Nullable="false" />
  5401          <Property Name="successfulSignInCount" Type="Edm.Int64" Nullable="false" />
  5402          <Property Name="failedSignInCount" Type="Edm.Int64" Nullable="false" />
  5403          <Property Name="totalSignInCount" Type="Edm.Int64" Nullable="false" />
  5404          <Property Name="signInSuccessRate" Type="Edm.Double" Nullable="false" />
  5405          <Property Name="uniqueUserCount" Type="Edm.Int64" Nullable="false" />
  5406          <Property Name="migrationStatus" Type="microsoft.graph.migrationStatus" Nullable="false" />
  5407          <Property Name="migrationValidationDetails" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
  5408          <Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" />
  5409        </EntityType>
  5410        <ComplexType Name="keyValuePair">
  5411          <Property Name="name" Type="Edm.String" Nullable="false" />
  5412          <Property Name="value" Type="Edm.String" />
  5413        </ComplexType>
  5414        <EntityType Name="auditLogRoot" BaseType="microsoft.graph.entity">
  5415          <NavigationProperty Name="signIns" Type="Collection(microsoft.graph.signIn)" ContainsTarget="true" />
  5416          <NavigationProperty Name="directoryAudits" Type="Collection(microsoft.graph.directoryAudit)" ContainsTarget="true" />
  5417          <NavigationProperty Name="restrictedSignIns" Type="Collection(microsoft.graph.restrictedSignIn)" ContainsTarget="true" />
  5418          <NavigationProperty Name="directoryProvisioning" Type="Collection(microsoft.graph.provisioningObjectSummary)" ContainsTarget="true" />
  5419          <NavigationProperty Name="provisioning" Type="Collection(microsoft.graph.provisioningObjectSummary)" ContainsTarget="true" />
  5420        </EntityType>
  5421        <EntityType Name="reportRoot" BaseType="microsoft.graph.entity">
  5422          <NavigationProperty Name="applicationSignInDetailedSummary" Type="Collection(microsoft.graph.applicationSignInDetailedSummary)" ContainsTarget="true" />
  5423          <NavigationProperty Name="credentialUserRegistrationDetails" Type="Collection(microsoft.graph.credentialUserRegistrationDetails)" ContainsTarget="true" />
  5424          <NavigationProperty Name="userCredentialUsageDetails" Type="Collection(microsoft.graph.userCredentialUsageDetails)" ContainsTarget="true" />
  5425        </EntityType>
  5426        <EntityType Name="invitation" BaseType="microsoft.graph.entity">
  5427          <Property Name="invitedUserDisplayName" Type="Edm.String" />
  5428          <Property Name="invitedUserType" Type="Edm.String" />
  5429          <Property Name="invitedUserEmailAddress" Type="Edm.String" Nullable="false" />
  5430          <Property Name="invitedUserMessageInfo" Type="microsoft.graph.invitedUserMessageInfo" />
  5431          <Property Name="sendInvitationMessage" Type="Edm.Boolean" />
  5432          <Property Name="inviteRedirectUrl" Type="Edm.String" Nullable="false" />
  5433          <Property Name="inviteRedeemUrl" Type="Edm.String" />
  5434          <Property Name="status" Type="Edm.String" />
  5435          <Property Name="resetRedemption" Type="Edm.Boolean" />
  5436          <NavigationProperty Name="invitedUser" Type="microsoft.graph.user" />
  5437        </EntityType>
  5438        <ComplexType Name="invitedUserMessageInfo">
  5439          <Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" />
  5440          <Property Name="messageLanguage" Type="Edm.String" />
  5441          <Property Name="customizedMessageBody" Type="Edm.String" />
  5442        </ComplexType>
  5443        <ComplexType Name="recipient">
  5444          <Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
  5445        </ComplexType>
  5446        <ComplexType Name="emailAddress">
  5447          <Property Name="name" Type="Edm.String" />
  5448          <Property Name="address" Type="Edm.String" />
  5449        </ComplexType>
  5450        <ComplexType Name="settings">
  5451          <Property Name="hasLicense" Type="Edm.Boolean" Nullable="false" />
  5452          <Property Name="hasOptedOut" Type="Edm.Boolean" Nullable="false" />
  5453          <Property Name="hasGraphMailbox" Type="Edm.Boolean" Nullable="false" />
  5454        </ComplexType>
  5455        <EntityType Name="activityStatistics" BaseType="microsoft.graph.entity" Abstract="true">
  5456          <Property Name="activity" Type="microsoft.graph.analyticsActivityType" />
  5457          <Property Name="startDate" Type="Edm.Date" Nullable="false" />
  5458          <Property Name="endDate" Type="Edm.Date" Nullable="false" />
  5459          <Property Name="timeZoneUsed" Type="Edm.String" />
  5460          <Property Name="duration" Type="Edm.Duration" Nullable="false" />
  5461        </EntityType>
  5462        <EntityType Name="emailActivityStatistics" BaseType="microsoft.graph.activityStatistics">
  5463          <Property Name="afterHours" Type="Edm.Duration" Nullable="false" />
  5464          <Property Name="readEmail" Type="Edm.Duration" Nullable="false" />
  5465          <Property Name="sentEmail" Type="Edm.Duration" Nullable="false" />
  5466        </EntityType>
  5467        <EntityType Name="meetingActivityStatistics" BaseType="microsoft.graph.activityStatistics">
  5468          <Property Name="afterHours" Type="Edm.Duration" Nullable="false" />
  5469          <Property Name="organized" Type="Edm.Duration" Nullable="false" />
  5470          <Property Name="recurring" Type="Edm.Duration" Nullable="false" />
  5471          <Property Name="long" Type="Edm.Duration" Nullable="false" />
  5472          <Property Name="conflicting" Type="Edm.Duration" Nullable="false" />
  5473          <Property Name="multitasking" Type="Edm.Duration" Nullable="false" />
  5474        </EntityType>
  5475        <EntityType Name="focusActivityStatistics" BaseType="microsoft.graph.activityStatistics" />
  5476        <EntityType Name="chatActivityStatistics" BaseType="microsoft.graph.activityStatistics">
  5477          <Property Name="afterHours" Type="Edm.Duration" Nullable="false" />
  5478        </EntityType>
  5479        <EntityType Name="callActivityStatistics" BaseType="microsoft.graph.activityStatistics">
  5480          <Property Name="afterHours" Type="Edm.Duration" Nullable="false" />
  5481        </EntityType>
  5482        <EntityType Name="application" BaseType="microsoft.graph.directoryObject" OpenType="true">
  5483          <Property Name="api" Type="microsoft.graph.apiApplication" />
  5484          <Property Name="appId" Type="Edm.String" />
  5485          <Property Name="appRoles" Type="Collection(microsoft.graph.appRole)" Nullable="false" />
  5486          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  5487          <Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
  5488          <Property Name="identifierUris" Type="Collection(Edm.String)" Nullable="false" />
  5489          <Property Name="displayName" Type="Edm.String" />
  5490          <Property Name="groupMembershipClaims" Type="Edm.String" />
  5491          <Property Name="info" Type="microsoft.graph.informationalUrl" />
  5492          <Property Name="isDeviceOnlyAuthSupported" Type="Edm.Boolean" />
  5493          <Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
  5494          <Property Name="logo" Type="Edm.Stream" Nullable="false" />
  5495          <Property Name="optionalClaims" Type="microsoft.graph.optionalClaims" />
  5496          <Property Name="parentalControlSettings" Type="microsoft.graph.parentalControlSettings" />
  5497          <Property Name="passwordCredentials" Type="Collection(microsoft.graph.passwordCredential)" Nullable="false" />
  5498          <Property Name="publicClient" Type="microsoft.graph.publicClientApplication" />
  5499          <Property Name="publisherDomain" Type="Edm.String" />
  5500          <Property Name="requiredResourceAccess" Type="Collection(microsoft.graph.requiredResourceAccess)" Nullable="false" />
  5501          <Property Name="signInAudience" Type="Edm.String" />
  5502          <Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
  5503          <Property Name="tokenEncryptionKeyId" Type="Edm.Guid" />
  5504          <Property Name="web" Type="microsoft.graph.webApplication" />
  5505          <NavigationProperty Name="extensionProperties" Type="Collection(microsoft.graph.extensionProperty)" ContainsTarget="true" />
  5506          <NavigationProperty Name="createdOnBehalfOf" Type="microsoft.graph.directoryObject" />
  5507          <NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
  5508          <NavigationProperty Name="policies" Type="Collection(microsoft.graph.directoryObject)" />
  5509          <NavigationProperty Name="synchronization" Type="microsoft.graph.synchronization" ContainsTarget="true" />
  5510        </EntityType>
  5511        <ComplexType Name="apiApplication">
  5512          <Property Name="acceptMappedClaims" Type="Edm.Boolean" />
  5513          <Property Name="knownClientApplications" Type="Collection(Edm.Guid)" />
  5514          <Property Name="preAuthorizedApplications" Type="Collection(microsoft.graph.preAuthorizedApplication)" />
  5515          <Property Name="requestedAccessTokenVersion" Type="Edm.Int32" />
  5516          <Property Name="oauth2PermissionScopes" Type="Collection(microsoft.graph.permissionScope)" Nullable="false" />
  5517        </ComplexType>
  5518        <ComplexType Name="preAuthorizedApplication">
  5519          <Property Name="appId" Type="Edm.String" Nullable="false" />
  5520          <Property Name="permissionIds" Type="Collection(Edm.String)" Nullable="false" />
  5521        </ComplexType>
  5522        <ComplexType Name="permissionScope">
  5523          <Property Name="adminConsentDescription" Type="Edm.String" />
  5524          <Property Name="adminConsentDisplayName" Type="Edm.String" />
  5525          <Property Name="id" Type="Edm.Guid" Nullable="false" />
  5526          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
  5527          <Property Name="origin" Type="Edm.String" />
  5528          <Property Name="type" Type="Edm.String" />
  5529          <Property Name="userConsentDescription" Type="Edm.String" />
  5530          <Property Name="userConsentDisplayName" Type="Edm.String" />
  5531          <Property Name="value" Type="Edm.String" />
  5532        </ComplexType>
  5533        <ComplexType Name="appRole">
  5534          <Property Name="allowedMemberTypes" Type="Collection(Edm.String)" Nullable="false" />
  5535          <Property Name="description" Type="Edm.String" />
  5536          <Property Name="displayName" Type="Edm.String" />
  5537          <Property Name="id" Type="Edm.Guid" Nullable="false" />
  5538          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
  5539          <Property Name="origin" Type="Edm.String" />
  5540          <Property Name="value" Type="Edm.String" />
  5541        </ComplexType>
  5542        <ComplexType Name="informationalUrl">
  5543          <Property Name="logoUrl" Type="Edm.String" />
  5544          <Property Name="marketingUrl" Type="Edm.String" />
  5545          <Property Name="privacyStatementUrl" Type="Edm.String" />
  5546          <Property Name="supportUrl" Type="Edm.String" />
  5547          <Property Name="termsOfServiceUrl" Type="Edm.String" />
  5548        </ComplexType>
  5549        <ComplexType Name="keyCredential">
  5550          <Property Name="customKeyIdentifier" Type="Edm.Binary" />
  5551          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  5552          <Property Name="keyId" Type="Edm.Guid" />
  5553          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  5554          <Property Name="type" Type="Edm.String" />
  5555          <Property Name="usage" Type="Edm.String" />
  5556          <Property Name="key" Type="Edm.Binary" />
  5557          <Property Name="displayName" Type="Edm.String" />
  5558        </ComplexType>
  5559        <ComplexType Name="optionalClaims">
  5560          <Property Name="idToken" Type="Collection(microsoft.graph.optionalClaim)" />
  5561          <Property Name="accessToken" Type="Collection(microsoft.graph.optionalClaim)" />
  5562          <Property Name="saml2Token" Type="Collection(microsoft.graph.optionalClaim)" />
  5563        </ComplexType>
  5564        <ComplexType Name="optionalClaim">
  5565          <Property Name="name" Type="Edm.String" Nullable="false" />
  5566          <Property Name="source" Type="Edm.String" />
  5567          <Property Name="essential" Type="Edm.Boolean" Nullable="false" />
  5568          <Property Name="additionalProperties" Type="Collection(Edm.String)" />
  5569        </ComplexType>
  5570        <ComplexType Name="parentalControlSettings">
  5571          <Property Name="countriesBlockedForMinors" Type="Collection(Edm.String)" />
  5572          <Property Name="legalAgeGroupRule" Type="Edm.String" />
  5573        </ComplexType>
  5574        <ComplexType Name="passwordCredential">
  5575          <Property Name="customKeyIdentifier" Type="Edm.Binary" />
  5576          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  5577          <Property Name="keyId" Type="Edm.Guid" />
  5578          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  5579          <Property Name="secretText" Type="Edm.String" />
  5580          <Property Name="hint" Type="Edm.String" />
  5581          <Property Name="displayName" Type="Edm.String" />
  5582        </ComplexType>
  5583        <ComplexType Name="publicClientApplication">
  5584          <Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
  5585        </ComplexType>
  5586        <ComplexType Name="requiredResourceAccess">
  5587          <Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
  5588          <Property Name="resourceAccess" Type="Collection(microsoft.graph.resourceAccess)" Nullable="false" />
  5589        </ComplexType>
  5590        <ComplexType Name="resourceAccess">
  5591          <Property Name="id" Type="Edm.Guid" Nullable="false" />
  5592          <Property Name="type" Type="Edm.String" />
  5593        </ComplexType>
  5594        <ComplexType Name="webApplication">
  5595          <Property Name="homePageUrl" Type="Edm.String" />
  5596          <Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
  5597          <Property Name="oauth2AllowImplicitFlow" Type="Edm.Boolean" />
  5598          <Property Name="logoutUrl" Type="Edm.String" />
  5599          <Property Name="implicitGrantSettings" Type="microsoft.graph.implicitGrantSettings" />
  5600        </ComplexType>
  5601        <ComplexType Name="implicitGrantSettings">
  5602          <Property Name="enableIdTokenIssuance" Type="Edm.Boolean" />
  5603          <Property Name="enableAccessTokenIssuance" Type="Edm.Boolean" />
  5604        </ComplexType>
  5605        <EntityType Name="extensionProperty" BaseType="microsoft.graph.directoryObject" OpenType="true">
  5606          <Property Name="appDisplayName" Type="Edm.String" />
  5607          <Property Name="name" Type="Edm.String" Nullable="false" />
  5608          <Property Name="dataType" Type="Edm.String" Nullable="false" />
  5609          <Property Name="isSyncedFromOnPremises" Type="Edm.Boolean" />
  5610          <Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
  5611        </EntityType>
  5612        <EntityType Name="synchronization" BaseType="microsoft.graph.entity">
  5613          <Property Name="secrets" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
  5614          <NavigationProperty Name="jobs" Type="Collection(microsoft.graph.synchronizationJob)" ContainsTarget="true" />
  5615          <NavigationProperty Name="templates" Type="Collection(microsoft.graph.synchronizationTemplate)" ContainsTarget="true" />
  5616        </EntityType>
  5617        <EntityType Name="servicePrincipal" BaseType="microsoft.graph.directoryObject" OpenType="true">
  5618          <Property Name="accountEnabled" Type="Edm.Boolean" />
  5619          <Property Name="addIns" Type="Collection(microsoft.graph.addIn)" Nullable="false" />
  5620          <Property Name="appDisplayName" Type="Edm.String" />
  5621          <Property Name="appId" Type="Edm.String" />
  5622          <Property Name="applicationTemplateId" Type="Edm.String" />
  5623          <Property Name="appOwnerOrganizationId" Type="Edm.Guid" />
  5624          <Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" />
  5625          <Property Name="appRoles" Type="Collection(microsoft.graph.appRole)" Nullable="false" />
  5626          <Property Name="displayName" Type="Edm.String" />
  5627          <Property Name="homepage" Type="Edm.String" />
  5628          <Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
  5629          <Property Name="info" Type="microsoft.graph.informationalUrl" />
  5630          <Property Name="logoutUrl" Type="Edm.String" />
  5631          <Property Name="notificationEmailAddresses" Type="Collection(Edm.String)" Nullable="false" />
  5632          <Property Name="publishedPermissionScopes" Type="Collection(microsoft.graph.permissionScope)" Nullable="false" />
  5633          <Property Name="passwordCredentials" Type="Collection(microsoft.graph.passwordCredential)" Nullable="false" />
  5634          <Property Name="preferredTokenSigningKeyThumbprint" Type="Edm.String" />
  5635          <Property Name="publisherName" Type="Edm.String" />
  5636          <Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" />
  5637          <Property Name="samlMetadataUrl" Type="Edm.String" />
  5638          <Property Name="servicePrincipalNames" Type="Collection(Edm.String)" Nullable="false" />
  5639          <Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
  5640          <NavigationProperty Name="appRoleAssignedTo" Type="Collection(microsoft.graph.appRoleAssignment)" ContainsTarget="true" />
  5641          <NavigationProperty Name="appRoleAssignments" Type="Collection(microsoft.graph.appRoleAssignment)" ContainsTarget="true" />
  5642          <NavigationProperty Name="oauth2PermissionGrants" Type="Collection(microsoft.graph.oAuth2PermissionGrant)" />
  5643          <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
  5644          <NavigationProperty Name="transitiveMemberOf" Type="Collection(microsoft.graph.directoryObject)" />
  5645          <NavigationProperty Name="createdObjects" Type="Collection(microsoft.graph.directoryObject)" />
  5646          <NavigationProperty Name="licenseDetails" Type="Collection(microsoft.graph.licenseDetails)" ContainsTarget="true" />
  5647          <NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)" />
  5648          <NavigationProperty Name="ownedObjects" Type="Collection(microsoft.graph.directoryObject)" />
  5649          <NavigationProperty Name="policies" Type="Collection(microsoft.graph.directoryObject)" />
  5650          <NavigationProperty Name="synchronization" Type="microsoft.graph.synchronization" ContainsTarget="true" />
  5651        </EntityType>
  5652        <ComplexType Name="addIn">
  5653          <Property Name="id" Type="Edm.Guid" />
  5654          <Property Name="type" Type="Edm.String" Nullable="false" />
  5655          <Property Name="properties" Type="Collection(microsoft.graph.keyValue)" Nullable="false" />
  5656        </ComplexType>
  5657        <EntityType Name="oAuth2PermissionGrant" BaseType="microsoft.graph.entity">
  5658          <Property Name="clientId" Type="Edm.String" Nullable="false" />
  5659          <Property Name="consentType" Type="Edm.String" />
  5660          <Property Name="expiryTime" Type="Edm.DateTimeOffset" />
  5661          <Property Name="principalId" Type="Edm.String" />
  5662          <Property Name="resourceId" Type="Edm.String" Nullable="false" />
  5663          <Property Name="scope" Type="Edm.String" />
  5664          <Property Name="startTime" Type="Edm.DateTimeOffset" />
  5665        </EntityType>
  5666        <ComplexType Name="credential">
  5667          <Property Name="fieldId" Type="Edm.String" />
  5668          <Property Name="value" Type="Edm.String" />
  5669          <Property Name="type" Type="Edm.String" />
  5670        </ComplexType>
  5671        <ComplexType Name="passwordSingleSignOnCredentialSet">
  5672          <Property Name="id" Type="Edm.String" Nullable="false" />
  5673          <Property Name="credentials" Type="Collection(microsoft.graph.credential)" />
  5674        </ComplexType>
  5675        <ComplexType Name="applicationServicePrincipal">
  5676          <Property Name="application" Type="microsoft.graph.application" />
  5677          <Property Name="servicePrincipal" Type="microsoft.graph.servicePrincipal" />
  5678        </ComplexType>
  5679        <EntityType Name="applicationTemplate" BaseType="microsoft.graph.entity">
  5680          <Property Name="displayName" Type="Edm.String" />
  5681          <Property Name="homePageUrl" Type="Edm.String" />
  5682          <Property Name="supportedSingleSignOnModes" Type="Collection(Edm.String)" />
  5683          <Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" />
  5684          <Property Name="logoUrl" Type="Edm.String" />
  5685          <Property Name="categories" Type="Collection(Edm.String)" />
  5686          <Property Name="publisher" Type="Edm.String" />
  5687          <Property Name="description" Type="Edm.String" />
  5688        </EntityType>
  5689        <ComplexType Name="location">
  5690          <Property Name="displayName" Type="Edm.String" />
  5691          <Property Name="locationEmailAddress" Type="Edm.String" />
  5692          <Property Name="address" Type="microsoft.graph.physicalAddress" />
  5693          <Property Name="coordinates" Type="microsoft.graph.outlookGeoCoordinates" />
  5694          <Property Name="locationUri" Type="Edm.String" />
  5695          <Property Name="locationType" Type="microsoft.graph.locationType" />
  5696          <Property Name="uniqueId" Type="Edm.String" />
  5697          <Property Name="uniqueIdType" Type="microsoft.graph.locationUniqueIdType" />
  5698        </ComplexType>
  5699        <ComplexType Name="physicalAddress">
  5700          <Property Name="type" Type="microsoft.graph.physicalAddressType" />
  5701          <Property Name="postOfficeBox" Type="Edm.String" />
  5702          <Property Name="street" Type="Edm.String" />
  5703          <Property Name="city" Type="Edm.String" />
  5704          <Property Name="state" Type="Edm.String" />
  5705          <Property Name="countryOrRegion" Type="Edm.String" />
  5706          <Property Name="postalCode" Type="Edm.String" />
  5707        </ComplexType>
  5708        <ComplexType Name="outlookGeoCoordinates">
  5709          <Property Name="altitude" Type="Edm.Double" />
  5710          <Property Name="latitude" Type="Edm.Double" />
  5711          <Property Name="longitude" Type="Edm.Double" />
  5712          <Property Name="accuracy" Type="Edm.Double" />
  5713          <Property Name="altitudeAccuracy" Type="Edm.Double" />
  5714        </ComplexType>
  5715        <ComplexType Name="timeSlot">
  5716          <Property Name="start" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
  5717          <Property Name="end" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
  5718        </ComplexType>
  5719        <EntityType Name="bookingNamedEntity" BaseType="microsoft.graph.entity" Abstract="true">
  5720          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  5721        </EntityType>
  5722        <EntityType Name="bookingAppointment" BaseType="microsoft.graph.entity">
  5723          <Property Name="selfServiceAppointmentId" Type="Edm.String" />
  5724          <Property Name="customerId" Type="Edm.String" />
  5725          <Property Name="customerName" Type="Edm.String" />
  5726          <Property Name="customerEmailAddress" Type="Edm.String" />
  5727          <Property Name="customerPhone" Type="Edm.String" />
  5728          <Property Name="customerLocation" Type="microsoft.graph.location" />
  5729          <Property Name="customerNotes" Type="Edm.String" />
  5730          <Property Name="serviceId" Type="Edm.String" />
  5731          <Property Name="serviceName" Type="Edm.String" Nullable="false" />
  5732          <Property Name="start" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
  5733          <Property Name="end" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
  5734          <Property Name="duration" Type="Edm.Duration" Nullable="false" />
  5735          <Property Name="preBuffer" Type="Edm.Duration" Nullable="false" />
  5736          <Property Name="postBuffer" Type="Edm.Duration" Nullable="false" />
  5737          <Property Name="serviceLocation" Type="microsoft.graph.location" />
  5738          <Property Name="priceType" Type="microsoft.graph.bookingPriceType" Nullable="false" />
  5739          <Property Name="price" Type="Edm.Double" Nullable="false" />
  5740          <Property Name="serviceNotes" Type="Edm.String" />
  5741          <Property Name="reminders" Type="Collection(microsoft.graph.bookingReminder)" />
  5742          <Property Name="optOutOfCustomerEmail" Type="Edm.Boolean" Nullable="false" />
  5743          <Property Name="staffMemberIds" Type="Collection(Edm.String)" />
  5744          <Property Name="invoiceAmount" Type="Edm.Double" Nullable="false" />
  5745          <Property Name="invoiceDate" Type="microsoft.graph.dateTimeTimeZone" />
  5746          <Property Name="invoiceId" Type="Edm.String" />
  5747          <Property Name="invoiceStatus" Type="microsoft.graph.bookingInvoiceStatus" Nullable="false" />
  5748          <Property Name="invoiceUrl" Type="Edm.String" />
  5749        </EntityType>
  5750        <ComplexType Name="bookingReminder">
  5751          <Property Name="offset" Type="Edm.Duration" Nullable="false" />
  5752          <Property Name="recipients" Type="microsoft.graph.bookingReminderRecipients" Nullable="false" />
  5753          <Property Name="message" Type="Edm.String" Nullable="false" />
  5754        </ComplexType>
  5755        <EntityType Name="bookingBusiness" BaseType="microsoft.graph.bookingNamedEntity">
  5756          <Property Name="businessType" Type="Edm.String" />
  5757          <Property Name="address" Type="microsoft.graph.physicalAddress" />
  5758          <Property Name="phone" Type="Edm.String" />
  5759          <Property Name="email" Type="Edm.String" />
  5760          <Property Name="webSiteUrl" Type="Edm.String" />
  5761          <Property Name="defaultCurrencyIso" Type="Edm.String" />
  5762          <Property Name="businessHours" Type="Collection(microsoft.graph.bookingWorkHours)" />
  5763          <Property Name="schedulingPolicy" Type="microsoft.graph.bookingSchedulingPolicy" />
  5764          <Property Name="isPublished" Type="Edm.Boolean" />
  5765          <Property Name="publicUrl" Type="Edm.String" />
  5766          <NavigationProperty Name="appointments" Type="Collection(microsoft.graph.bookingAppointment)" ContainsTarget="true" />
  5767          <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.bookingAppointment)" ContainsTarget="true" />
  5768          <NavigationProperty Name="customers" Type="Collection(microsoft.graph.bookingCustomer)" ContainsTarget="true" />
  5769          <NavigationProperty Name="services" Type="Collection(microsoft.graph.bookingService)" ContainsTarget="true" />
  5770          <NavigationProperty Name="staffMembers" Type="Collection(microsoft.graph.bookingStaffMember)" ContainsTarget="true" />
  5771        </EntityType>
  5772        <ComplexType Name="bookingWorkHours">
  5773          <Property Name="day" Type="microsoft.graph.dayOfWeek" Nullable="false" />
  5774          <Property Name="timeSlots" Type="Collection(microsoft.graph.bookingWorkTimeSlot)" />
  5775        </ComplexType>
  5776        <ComplexType Name="bookingWorkTimeSlot">
  5777          <Property Name="start" Type="Edm.TimeOfDay" Nullable="false" />
  5778          <Property Name="end" Type="Edm.TimeOfDay" Nullable="false" />
  5779        </ComplexType>
  5780        <ComplexType Name="bookingSchedulingPolicy">
  5781          <Property Name="timeSlotInterval" Type="Edm.Duration" Nullable="false" />
  5782          <Property Name="minimumLeadTime" Type="Edm.Duration" Nullable="false" />
  5783          <Property Name="maximumAdvance" Type="Edm.Duration" Nullable="false" />
  5784          <Property Name="sendConfirmationsToOwner" Type="Edm.Boolean" Nullable="false" />
  5785          <Property Name="allowStaffSelection" Type="Edm.Boolean" Nullable="false" />
  5786        </ComplexType>
  5787        <EntityType Name="bookingPerson" BaseType="microsoft.graph.bookingNamedEntity">
  5788          <Property Name="emailAddress" Type="Edm.String" />
  5789        </EntityType>
  5790        <EntityType Name="bookingCustomer" BaseType="microsoft.graph.bookingPerson" />
  5791        <EntityType Name="bookingService" BaseType="microsoft.graph.bookingNamedEntity">
  5792          <Property Name="defaultDuration" Type="Edm.Duration" Nullable="false" />
  5793          <Property Name="defaultLocation" Type="microsoft.graph.location" />
  5794          <Property Name="defaultPrice" Type="Edm.Double" Nullable="false" />
  5795          <Property Name="defaultPriceType" Type="microsoft.graph.bookingPriceType" Nullable="false" />
  5796          <Property Name="defaultReminders" Type="Collection(microsoft.graph.bookingReminder)" />
  5797          <Property Name="description" Type="Edm.String" />
  5798          <Property Name="isHiddenFromCustomers" Type="Edm.Boolean" Nullable="false" />
  5799          <Property Name="notes" Type="Edm.String" />
  5800          <Property Name="preBuffer" Type="Edm.Duration" Nullable="false" />
  5801          <Property Name="postBuffer" Type="Edm.Duration" Nullable="false" />
  5802          <Property Name="schedulingPolicy" Type="microsoft.graph.bookingSchedulingPolicy" />
  5803          <Property Name="staffMemberIds" Type="Collection(Edm.String)" />
  5804        </EntityType>
  5805        <EntityType Name="bookingStaffMember" BaseType="microsoft.graph.bookingPerson">
  5806          <Property Name="availabilityIsAffectedByPersonalCalendar" Type="Edm.Boolean" Nullable="false" />
  5807          <Property Name="colorIndex" Type="Edm.Int32" />
  5808          <Property Name="role" Type="microsoft.graph.bookingStaffRole" Nullable="false" />
  5809          <Property Name="useBusinessHours" Type="Edm.Boolean" Nullable="false" />
  5810          <Property Name="workingHours" Type="Collection(microsoft.graph.bookingWorkHours)" />
  5811        </EntityType>
  5812        <EntityType Name="bookingCurrency" BaseType="microsoft.graph.entity">
  5813          <Property Name="symbol" Type="Edm.String" Nullable="false" />
  5814        </EntityType>
  5815        <EntityType Name="identityContainer" BaseType="microsoft.graph.entity">
  5816          <NavigationProperty Name="userFlows" Type="Collection(microsoft.graph.identityUserFlow)" ContainsTarget="true" />
  5817        </EntityType>
  5818        <EntityType Name="identityUserFlow" BaseType="microsoft.graph.entity">
  5819          <Property Name="userFlowType" Type="microsoft.graph.userFlowType" Nullable="false" />
  5820          <Property Name="userFlowTypeVersion" Type="Edm.Single" Nullable="false" />
  5821        </EntityType>
  5822        <EntityType Name="identityProvider" BaseType="microsoft.graph.entity">
  5823          <Property Name="type" Type="Edm.String" />
  5824          <Property Name="name" Type="Edm.String" />
  5825          <Property Name="clientId" Type="Edm.String" />
  5826          <Property Name="clientSecret" Type="Edm.String" />
  5827        </EntityType>
  5828        <EntityType Name="trustFramework" BaseType="microsoft.graph.entity">
  5829          <NavigationProperty Name="policies" Type="Collection(microsoft.graph.trustFrameworkPolicy)" ContainsTarget="true" />
  5830          <NavigationProperty Name="keySets" Type="Collection(microsoft.graph.trustFrameworkKeySet)" ContainsTarget="true" />
  5831        </EntityType>
  5832        <EntityType Name="trustFrameworkPolicy" BaseType="microsoft.graph.entity" HasStream="true" />
  5833        <EntityType Name="trustFrameworkKeySet" BaseType="microsoft.graph.entity">
  5834          <Property Name="keys" Type="Collection(microsoft.graph.trustFrameworkKey)" />
  5835        </EntityType>
  5836        <ComplexType Name="trustFrameworkKey">
  5837          <Property Name="k" Type="Edm.String" />
  5838          <Property Name="x5c" Type="Collection(Edm.String)" />
  5839          <Property Name="x5t" Type="Edm.String" />
  5840          <Property Name="kty" Type="Edm.String" />
  5841          <Property Name="use" Type="Edm.String" />
  5842          <Property Name="exp" Type="Edm.Int64" />
  5843          <Property Name="nbf" Type="Edm.Int64" />
  5844          <Property Name="kid" Type="Edm.String" />
  5845          <Property Name="e" Type="Edm.String" />
  5846          <Property Name="n" Type="Edm.String" />
  5847          <Property Name="d" Type="Edm.String" />
  5848          <Property Name="p" Type="Edm.String" />
  5849          <Property Name="q" Type="Edm.String" />
  5850          <Property Name="dp" Type="Edm.String" />
  5851          <Property Name="dq" Type="Edm.String" />
  5852          <Property Name="qi" Type="Edm.String" />
  5853        </ComplexType>
  5854        <EntityType Name="dataClassificationService" BaseType="microsoft.graph.entity">
  5855          <NavigationProperty Name="exactMatchDataStores" Type="Collection(microsoft.graph.exactMatchDataStore)" ContainsTarget="true" />
  5856          <NavigationProperty Name="sensitiveTypes" Type="Collection(microsoft.graph.sensitiveType)" ContainsTarget="true" />
  5857          <NavigationProperty Name="jobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5858          <NavigationProperty Name="classifyFileJobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5859          <NavigationProperty Name="classifyTextJobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5860          <NavigationProperty Name="evaluateLabelJobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5861          <NavigationProperty Name="evaluateDlpPoliciesJobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5862          <NavigationProperty Name="labelsAndPoliciesEvaluationJobs" Type="Collection(microsoft.graph.jobResponseBase)" ContainsTarget="true" />
  5863          <NavigationProperty Name="classifyText" Type="Collection(microsoft.graph.textClassificationRequest)" ContainsTarget="true" />
  5864          <NavigationProperty Name="classifyFile" Type="Collection(microsoft.graph.fileClassificationRequest)" ContainsTarget="true" />
  5865          <NavigationProperty Name="sensitivityLabels" Type="Collection(microsoft.graph.sensitivityLabel)" ContainsTarget="true" />
  5866          <NavigationProperty Name="exactMatchUploadAgents" Type="Collection(microsoft.graph.exactMatchUploadAgent)" ContainsTarget="true" />
  5867        </EntityType>
  5868        <EntityType Name="exactMatchDataStore" BaseType="microsoft.graph.entity">
  5869          <Property Name="displayName" Type="Edm.String" />
  5870          <Property Name="description" Type="Edm.String" />
  5871          <Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
  5872          <NavigationProperty Name="sessions" Type="Collection(microsoft.graph.exactMatchSession)" ContainsTarget="true" />
  5873        </EntityType>
  5874        <EntityType Name="sensitiveType" BaseType="microsoft.graph.entity">
  5875          <Property Name="name" Type="Edm.String" />
  5876          <Property Name="description" Type="Edm.String" />
  5877          <Property Name="rulePackageId" Type="Edm.String" />
  5878          <Property Name="rulePackageType" Type="Edm.String" />
  5879          <Property Name="publisherName" Type="Edm.String" />
  5880          <Property Name="state" Type="Edm.String" />
  5881        </EntityType>
  5882        <EntityType Name="jobResponseBase" BaseType="microsoft.graph.entity">
  5883          <Property Name="type" Type="Edm.String" />
  5884          <Property Name="status" Type="Edm.String" />
  5885          <Property Name="tenantId" Type="Edm.String" />
  5886          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
  5887          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  5888          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  5889          <Property Name="error" Type="microsoft.graph.classificationError" />
  5890        </EntityType>
  5891        <EntityType Name="textClassificationRequest" BaseType="microsoft.graph.entity">
  5892          <Property Name="text" Type="Edm.String" />
  5893          <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
  5894        </EntityType>
  5895        <EntityType Name="fileClassificationRequest" BaseType="microsoft.graph.entity">
  5896          <Property Name="file" Type="Edm.Stream" />
  5897          <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
  5898        </EntityType>
  5899        <EntityType Name="sensitivityLabel" BaseType="microsoft.graph.entity">
  5900          <Property Name="name" Type="Edm.String" />
  5901          <Property Name="displayName" Type="Edm.String" />
  5902          <Property Name="description" Type="Edm.String" />
  5903          <Property Name="toolTip" Type="Edm.String" />
  5904          <Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" />
  5905          <Property Name="isDefault" Type="Edm.Boolean" />
  5906          <Property Name="applicationMode" Type="microsoft.graph.applicationMode" />
  5907          <Property Name="labelActions" Type="Collection(microsoft.graph.labelActionBase)" />
  5908          <Property Name="assignedPolicies" Type="Collection(microsoft.graph.labelPolicy)" />
  5909          <Property Name="priority" Type="Edm.Int32" />
  5910          <Property Name="autoLabeling" Type="microsoft.graph.autoLabeling" />
  5911          <NavigationProperty Name="sublabels" Type="Collection(microsoft.graph.sensitivityLabel)" ContainsTarget="true" />
  5912        </EntityType>
  5913        <EntityType Name="exactMatchUploadAgent" BaseType="microsoft.graph.entity">
  5914          <Property Name="description" Type="Edm.String" />
  5915          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
  5916        </EntityType>
  5917        <ComplexType Name="classifcationErrorBase">
  5918          <Property Name="code" Type="Edm.String" />
  5919          <Property Name="message" Type="Edm.String" />
  5920          <Property Name="target" Type="Edm.String" />
  5921          <Property Name="innerError" Type="microsoft.graph.classificationInnerError" />
  5922        </ComplexType>
  5923        <ComplexType Name="classificationInnerError">
  5924          <Property Name="errorDateTime" Type="Edm.DateTimeOffset" />
  5925          <Property Name="code" Type="Edm.String" />
  5926          <Property Name="clientRequestId" Type="Edm.String" />
  5927          <Property Name="activityId" Type="Edm.String" />
  5928        </ComplexType>
  5929        <ComplexType Name="classificationError" BaseType="microsoft.graph.classifcationErrorBase">
  5930          <Property Name="details" Type="Collection(microsoft.graph.classifcationErrorBase)" />
  5931        </ComplexType>
  5932        <ComplexType Name="labelActionBase" Abstract="true">
  5933          <Property Name="name" Type="Edm.String" />
  5934        </ComplexType>
  5935        <ComplexType Name="labelPolicy">
  5936          <Property Name="id" Type="Edm.String" Nullable="false" />
  5937          <Property Name="name" Type="Edm.String" />
  5938        </ComplexType>
  5939        <ComplexType Name="autoLabeling">
  5940          <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
  5941          <Property Name="message" Type="Edm.String" />
  5942        </ComplexType>
  5943        <EntityType Name="dataLossPreventionPolicy" BaseType="microsoft.graph.entity">
  5944          <Property Name="name" Type="Edm.String" />
  5945          <Property Name="id" Type="Edm.String" />
  5946        </EntityType>
  5947        <EntityType Name="informationProtectionPolicy" BaseType="microsoft.graph.entity">
  5948          <NavigationProperty Name="labels" Type="Collection(microsoft.graph.informationProtectionLabel)" ContainsTarget="true" />
  5949        </EntityType>
  5950        <EntityType Name="sensitivityPolicySettings" BaseType="microsoft.graph.entity">
  5951          <Property Name="isMandatory" Type="Edm.Boolean" />
  5952          <Property Name="helpWebUrl" Type="Edm.String" />
  5953          <Property Name="downgradeSensitivityRequiresJustification" Type="Edm.Boolean" />
  5954        </EntityType>
  5955        <EntityType Name="threatAssessmentRequest" BaseType="microsoft.graph.entity" Abstract="true">
  5956          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  5957          <Property Name="contentType" Type="microsoft.graph.threatAssessmentContentType" />
  5958          <Property Name="expectedAssessment" Type="microsoft.graph.threatExpectedAssessment" Nullable="false" />
  5959          <Property Name="category" Type="microsoft.graph.threatCategory" Nullable="false" />
  5960          <Property Name="status" Type="microsoft.graph.threatAssessmentStatus" />
  5961          <Property Name="requestSource" Type="microsoft.graph.threatAssessmentRequestSource" />
  5962          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  5963          <NavigationProperty Name="results" Type="Collection(microsoft.graph.threatAssessmentResult)" ContainsTarget="true" />
  5964        </EntityType>
  5965        <EntityType Name="evaluateLabelJobResponse" BaseType="microsoft.graph.jobResponseBase">
  5966          <Property Name="result" Type="microsoft.graph.evaluateLabelJobResultGroup" />
  5967        </EntityType>
  5968        <ComplexType Name="evaluateLabelJobResultGroup">
  5969          <Property Name="automatic" Type="microsoft.graph.evaluateLabelJobResult" />
  5970          <Property Name="recommended" Type="microsoft.graph.evaluateLabelJobResult" />
  5971        </ComplexType>
  5972        <ComplexType Name="evaluateLabelJobResult">
  5973          <Property Name="sensitivityLabel" Type="microsoft.graph.matchingLabel" />
  5974          <Property Name="responsibleSensitiveTypes" Type="Collection(microsoft.graph.responsibleSensitiveType)" />
  5975          <Property Name="responsiblePolicy" Type="microsoft.graph.responsiblePolicy" />
  5976        </ComplexType>
  5977        <ComplexType Name="matchingLabel">
  5978          <Property Name="id" Type="Edm.String" />
  5979          <Property Name="name" Type="Edm.String" />
  5980          <Property Name="displayName" Type="Edm.String" />
  5981          <Property Name="description" Type="Edm.String" />
  5982          <Property Name="toolTip" Type="Edm.String" />
  5983          <Property Name="policyTip" Type="Edm.String" />
  5984          <Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" />
  5985          <Property Name="applicationMode" Type="microsoft.graph.applicationMode" />
  5986          <Property Name="labelActions" Type="Collection(microsoft.graph.labelActionBase)" />
  5987          <Property Name="priority" Type="Edm.Int32" />
  5988        </ComplexType>
  5989        <ComplexType Name="responsibleSensitiveType">
  5990          <Property Name="id" Type="Edm.String" />
  5991          <Property Name="name" Type="Edm.String" />
  5992          <Property Name="description" Type="Edm.String" />
  5993          <Property Name="rulePackageId" Type="Edm.String" />
  5994          <Property Name="rulePackageType" Type="Edm.String" />
  5995          <Property Name="publisherName" Type="Edm.String" />
  5996        </ComplexType>
  5997        <ComplexType Name="responsiblePolicy">
  5998          <Property Name="id" Type="Edm.String" />
  5999          <Property Name="name" Type="Edm.String" />
  6000        </ComplexType>
  6001        <EntityType Name="evaluateLabelsAndPoliciesJobResponse" BaseType="microsoft.graph.jobResponseBase">
  6002          <Property Name="result" Type="microsoft.graph.evaluateLabelsAndPoliciesResult" />
  6003        </EntityType>
  6004        <ComplexType Name="evaluateLabelsAndPoliciesResult">
  6005          <Property Name="sensitivityLabelsResult" Type="microsoft.graph.evaluateLabelJobResultGroup" />
  6006          <Property Name="dataLossPreventionPoliciesResult" Type="microsoft.graph.dlpPoliciesJobResult" />
  6007          <Property Name="classificationResult" Type="microsoft.graph.detectedSensitiveContentWrapper" />
  6008        </ComplexType>
  6009        <ComplexType Name="dlpPoliciesJobResult">
  6010          <Property Name="matchingRules" Type="Collection(microsoft.graph.matchingDlpRule)" />
  6011        </ComplexType>
  6012        <ComplexType Name="matchingDlpRule">
  6013          <Property Name="ruleId" Type="Edm.String" />
  6014          <Property Name="ruleName" Type="Edm.String" />
  6015          <Property Name="policyId" Type="Edm.String" />
  6016          <Property Name="policyName" Type="Edm.String" />
  6017          <Property Name="isMostRestrictive" Type="Edm.Boolean" />
  6018          <Property Name="priority" Type="Edm.Int32" />
  6019          <Property Name="actions" Type="Collection(microsoft.graph.dlpActionInfo)" />
  6020          <Property Name="ruleMode" Type="microsoft.graph.ruleMode" />
  6021        </ComplexType>
  6022        <ComplexType Name="dlpActionInfo">
  6023          <Property Name="action" Type="microsoft.graph.dlpAction" />
  6024        </ComplexType>
  6025        <ComplexType Name="detectedSensitiveContentWrapper">
  6026          <Property Name="classification" Type="Collection(microsoft.graph.detectedSensitiveContent)" />
  6027        </ComplexType>
  6028        <ComplexType Name="detectedSensitiveContent">
  6029          <Property Name="id" Type="Edm.Guid" />
  6030          <Property Name="displayName" Type="Edm.String" />
  6031          <Property Name="uniqueCount" Type="Edm.Int32" />
  6032          <Property Name="confidence" Type="Edm.Int32" />
  6033          <Property Name="recommendedConfidence" Type="Edm.Int32" />
  6034          <Property Name="matches" Type="Collection(microsoft.graph.sensitiveContentLocation)" />
  6035        </ComplexType>
  6036        <ComplexType Name="sensitiveContentLocation">
  6037          <Property Name="idMatch" Type="Edm.String" />
  6038          <Property Name="offset" Type="Edm.Int32" />
  6039          <Property Name="length" Type="Edm.Int32" />
  6040          <Property Name="evidences" Type="Collection(microsoft.graph.sensitiveContentEvidence)" />
  6041        </ComplexType>
  6042        <ComplexType Name="sensitiveContentEvidence">
  6043          <Property Name="match" Type="Edm.String" />
  6044          <Property Name="offset" Type="Edm.Int32" />
  6045          <Property Name="length" Type="Edm.Int32" />
  6046        </ComplexType>
  6047        <EntityType Name="dlpEvaluatePoliciesJobResponse" BaseType="microsoft.graph.jobResponseBase">
  6048          <Property Name="result" Type="microsoft.graph.dlpPoliciesJobResult" />
  6049        </EntityType>
  6050        <EntityType Name="classificationJobResponse" BaseType="microsoft.graph.jobResponseBase">
  6051          <Property Name="result" Type="microsoft.graph.detectedSensitiveContentWrapper" />
  6052        </EntityType>
  6053        <ComplexType Name="discoveredSensitiveType">
  6054          <Property Name="id" Type="Edm.Guid" Nullable="false" />
  6055          <Property Name="count" Type="Edm.Int32" />
  6056          <Property Name="confidence" Type="Edm.Int32" />
  6057        </ComplexType>
  6058        <ComplexType Name="encryptContent" BaseType="microsoft.graph.labelActionBase" Abstract="true">
  6059          <Property Name="encryptWith" Type="microsoft.graph.encryptWith" />
  6060        </ComplexType>
  6061        <ComplexType Name="encryptWithUserDefinedRights" BaseType="microsoft.graph.encryptContent">
  6062          <Property Name="decryptionRightsManagementTemplateId" Type="Edm.String" />
  6063          <Property Name="allowMailForwarding" Type="Edm.Boolean" />
  6064          <Property Name="allowAdHocPermissions" Type="Edm.Boolean" />
  6065        </ComplexType>
  6066        <ComplexType Name="encryptWithTemplate" BaseType="microsoft.graph.encryptContent">
  6067          <Property Name="templateId" Type="Edm.String" />
  6068          <Property Name="availableForEncryption" Type="Edm.Boolean" />
  6069        </ComplexType>
  6070        <ComplexType Name="markContent" BaseType="microsoft.graph.labelActionBase" Abstract="true">
  6071          <Property Name="fontSize" Type="Edm.Int64" />
  6072          <Property Name="text" Type="Edm.String" />
  6073          <Property Name="fontColor" Type="Edm.String" />
  6074        </ComplexType>
  6075        <ComplexType Name="addHeader" BaseType="microsoft.graph.markContent">
  6076          <Property Name="margin" Type="Edm.Int32" />
  6077          <Property Name="alignment" Type="microsoft.graph.alignment" />
  6078        </ComplexType>
  6079        <ComplexType Name="addFooter" BaseType="microsoft.graph.markContent">
  6080          <Property Name="margin" Type="Edm.Int32" />
  6081          <Property Name="alignment" Type="microsoft.graph.alignment" />
  6082        </ComplexType>
  6083        <ComplexType Name="addWatermark" BaseType="microsoft.graph.markContent">
  6084          <Property Name="orientation" Type="microsoft.graph.pageOrientation" />
  6085        </ComplexType>
  6086        <ComplexType Name="protectGroup" BaseType="microsoft.graph.labelActionBase">
  6087          <Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" />
  6088          <Property Name="allowGuestUsers" Type="Edm.Boolean" />
  6089          <Property Name="privacy" Type="microsoft.graph.groupPrivacy" />
  6090        </ComplexType>
  6091        <ComplexType Name="protectSite" BaseType="microsoft.graph.labelActionBase">
  6092          <Property Name="accessType" Type="microsoft.graph.siteAccessType" />
  6093        </ComplexType>
  6094        <ComplexType Name="currentLabel">
  6095          <Property Name="id" Type="Edm.String" />
  6096          <Property Name="applicationMode" Type="microsoft.graph.applicationMode" />
  6097        </ComplexType>
  6098        <ComplexType Name="blockAccessAction" BaseType="microsoft.graph.dlpActionInfo" />
  6099        <ComplexType Name="notifyUserAction" BaseType="microsoft.graph.dlpActionInfo">
  6100          <Property Name="recipients" Type="Collection(Edm.String)" />
  6101          <Property Name="actionLastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6102          <Property Name="overrideOption" Type="microsoft.graph.overrideOption" />
  6103          <Property Name="emailText" Type="Edm.String" />
  6104          <Property Name="policyTip" Type="Edm.String" />
  6105        </ComplexType>
  6106        <ComplexType Name="deviceRestrictionAction" BaseType="microsoft.graph.dlpActionInfo">
  6107          <Property Name="restrictionAction" Type="microsoft.graph.restrictionAction" />
  6108          <Property Name="triggers" Type="Collection(microsoft.graph.restrictionTrigger)" />
  6109          <Property Name="message" Type="Edm.String" />
  6110        </ComplexType>
  6111        <ComplexType Name="dlpEvaluationInput">
  6112          <Property Name="discoveredSensitiveTypes" Type="Collection(microsoft.graph.discoveredSensitiveType)" />
  6113          <Property Name="currentLabel" Type="microsoft.graph.currentLabel" />
  6114          <Property Name="accessScope" Type="microsoft.graph.accessScope" />
  6115        </ComplexType>
  6116        <ComplexType Name="dlpEvaluationWindowsDevicesInput" BaseType="microsoft.graph.dlpEvaluationInput">
  6117          <Property Name="contentProperties" Type="microsoft.graph.contentProperties" />
  6118          <Property Name="sharedBy" Type="Edm.String" />
  6119        </ComplexType>
  6120        <ComplexType Name="contentProperties">
  6121          <Property Name="extensions" Type="Collection(Edm.String)" />
  6122          <Property Name="metadata" Type="microsoft.graph.contentMetadata" />
  6123          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6124          <Property Name="lastModifiedBy" Type="Edm.String" />
  6125        </ComplexType>
  6126        <ComplexType Name="contentMetadata" OpenType="true" />
  6127        <ComplexType Name="dlpNotification">
  6128          <Property Name="author" Type="Edm.String" />
  6129        </ComplexType>
  6130        <ComplexType Name="dlpWindowsDevicesNotification" BaseType="microsoft.graph.dlpNotification">
  6131          <Property Name="lastModfiedBy" Type="Edm.String" />
  6132          <Property Name="contentName" Type="Edm.String" />
  6133        </ComplexType>
  6134        <ComplexType Name="dlpEvaluatePoliciesRequest">
  6135          <Property Name="target" Type="Edm.String" />
  6136          <Property Name="evaluationInput" Type="microsoft.graph.dlpEvaluationInput" />
  6137          <Property Name="notificationInfo" Type="microsoft.graph.dlpNotification" />
  6138        </ComplexType>
  6139        <ComplexType Name="evaluateSensitivityLabelsRequest">
  6140          <Property Name="discoveredSensitiveTypes" Type="Collection(microsoft.graph.discoveredSensitiveType)" />
  6141          <Property Name="currentLabel" Type="microsoft.graph.currentLabel" />
  6142        </ComplexType>
  6143        <EntityType Name="directory" BaseType="microsoft.graph.entity">
  6144          <NavigationProperty Name="deletedItems" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
  6145          <NavigationProperty Name="featureRolloutPolicies" Type="Collection(microsoft.graph.featureRolloutPolicy)" ContainsTarget="true" />
  6146        </EntityType>
  6147        <EntityType Name="featureRolloutPolicy" BaseType="microsoft.graph.entity">
  6148          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6149          <Property Name="description" Type="Edm.String" />
  6150          <Property Name="feature" Type="microsoft.graph.stagedFeatureName" Nullable="false" />
  6151          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
  6152          <Property Name="isAppliedToOrganization" Type="Edm.Boolean" Nullable="false" />
  6153          <NavigationProperty Name="appliesTo" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true" />
  6154        </EntityType>
  6155        <EntityType Name="endpoint" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6156          <Property Name="capability" Type="Edm.String" Nullable="false" />
  6157          <Property Name="providerId" Type="Edm.String" />
  6158          <Property Name="providerName" Type="Edm.String" />
  6159          <Property Name="uri" Type="Edm.String" Nullable="false" />
  6160          <Property Name="providerResourceId" Type="Edm.String" />
  6161        </EntityType>
  6162        <EntityType Name="allowedDataLocation" BaseType="microsoft.graph.entity" OpenType="true">
  6163          <Property Name="appId" Type="Edm.String" />
  6164          <Property Name="location" Type="Edm.String" />
  6165          <Property Name="isDefault" Type="Edm.Boolean" />
  6166          <Property Name="domain" Type="Edm.String" />
  6167        </EntityType>
  6168        <EntityType Name="delegatedPermissionClassification" BaseType="microsoft.graph.entity">
  6169          <Property Name="permissionId" Type="Edm.String" />
  6170          <Property Name="permissionName" Type="Edm.String" />
  6171          <Property Name="classification" Type="microsoft.graph.permissionClassificationType" />
  6172        </EntityType>
  6173        <EntityType Name="resourceSpecificPermissionGrant" BaseType="microsoft.graph.directoryObject">
  6174          <Property Name="clientId" Type="Edm.String" />
  6175          <Property Name="clientAppId" Type="Edm.String" />
  6176          <Property Name="resourceAppId" Type="Edm.String" />
  6177          <Property Name="permissionType" Type="Edm.String" />
  6178          <Property Name="permission" Type="Edm.String" />
  6179        </EntityType>
  6180        <EntityType Name="certificateBasedAuthConfiguration" BaseType="microsoft.graph.entity">
  6181          <Property Name="certificateAuthorities" Type="Collection(microsoft.graph.certificateAuthority)" Nullable="false" />
  6182        </EntityType>
  6183        <ComplexType Name="certificateAuthority">
  6184          <Property Name="isRootAuthority" Type="Edm.Boolean" Nullable="false" />
  6185          <Property Name="certificateRevocationListUrl" Type="Edm.String" />
  6186          <Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" />
  6187          <Property Name="certificate" Type="Edm.Binary" Nullable="false" />
  6188          <Property Name="issuer" Type="Edm.String" Nullable="false" />
  6189          <Property Name="issuerSki" Type="Edm.String" Nullable="false" />
  6190        </ComplexType>
  6191        <EntityType Name="orgContact" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6192          <Property Name="addresses" Type="Collection(microsoft.graph.physicalOfficeAddress)" />
  6193          <Property Name="companyName" Type="Edm.String" />
  6194          <Property Name="department" Type="Edm.String" />
  6195          <Property Name="displayName" Type="Edm.String" />
  6196          <Property Name="givenName" Type="Edm.String" />
  6197          <Property Name="jobTitle" Type="Edm.String" />
  6198          <Property Name="mail" Type="Edm.String" />
  6199          <Property Name="mailNickname" Type="Edm.String" />
  6200          <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
  6201          <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
  6202          <Property Name="onPremisesProvisioningErrors" Type="Collection(microsoft.graph.onPremisesProvisioningError)" />
  6203          <Property Name="phones" Type="Collection(microsoft.graph.phone)" />
  6204          <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
  6205          <Property Name="surname" Type="Edm.String" />
  6206          <NavigationProperty Name="manager" Type="microsoft.graph.directoryObject" />
  6207          <NavigationProperty Name="directReports" Type="Collection(microsoft.graph.directoryObject)" />
  6208          <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)" />
  6209          <NavigationProperty Name="transitiveMemberOf" Type="Collection(microsoft.graph.directoryObject)" />
  6210        </EntityType>
  6211        <ComplexType Name="physicalOfficeAddress">
  6212          <Property Name="city" Type="Edm.String" />
  6213          <Property Name="countryOrRegion" Type="Edm.String" />
  6214          <Property Name="officeLocation" Type="Edm.String" />
  6215          <Property Name="postalCode" Type="Edm.String" />
  6216          <Property Name="state" Type="Edm.String" />
  6217          <Property Name="street" Type="Edm.String" />
  6218        </ComplexType>
  6219        <ComplexType Name="phone">
  6220          <Property Name="type" Type="microsoft.graph.phoneType" />
  6221          <Property Name="number" Type="Edm.String" />
  6222        </ComplexType>
  6223        <ComplexType Name="alternativeSecurityId">
  6224          <Property Name="type" Type="Edm.Int32" />
  6225          <Property Name="identityProvider" Type="Edm.String" />
  6226          <Property Name="key" Type="Edm.Binary" />
  6227        </ComplexType>
  6228        <EntityType Name="command" BaseType="microsoft.graph.entity">
  6229          <Property Name="Status" Type="Edm.String" />
  6230          <Property Name="Type" Type="Edm.String" />
  6231          <Property Name="AppServiceName" Type="Edm.String" />
  6232          <Property Name="PackageFamilyName" Type="Edm.String" />
  6233          <Property Name="Error" Type="Edm.String" />
  6234          <Property Name="Payload" Type="microsoft.graph.PayloadRequest" />
  6235          <Property Name="PermissionTicket" Type="Edm.String" />
  6236          <Property Name="PostBackUri" Type="Edm.String" />
  6237          <NavigationProperty Name="responsepayload" Type="microsoft.graph.payloadResponse" />
  6238        </EntityType>
  6239        <EntityType Name="directoryObjectPartnerReference" BaseType="microsoft.graph.directoryObject">
  6240          <Property Name="description" Type="Edm.String" />
  6241          <Property Name="displayName" Type="Edm.String" />
  6242          <Property Name="externalPartnerTenantId" Type="Edm.Guid" />
  6243          <Property Name="objectType" Type="Edm.String" />
  6244        </EntityType>
  6245        <EntityType Name="directoryRole" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6246          <Property Name="description" Type="Edm.String" />
  6247          <Property Name="displayName" Type="Edm.String" />
  6248          <Property Name="roleTemplateId" Type="Edm.String" />
  6249          <NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
  6250          <NavigationProperty Name="scopedMembers" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
  6251        </EntityType>
  6252        <EntityType Name="directoryRoleTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6253          <Property Name="description" Type="Edm.String" />
  6254          <Property Name="displayName" Type="Edm.String" />
  6255        </EntityType>
  6256        <EntityType Name="directorySetting" BaseType="microsoft.graph.entity" OpenType="true">
  6257          <Property Name="displayName" Type="Edm.String" />
  6258          <Property Name="templateId" Type="Edm.String" />
  6259          <Property Name="values" Type="Collection(microsoft.graph.settingValue)" Nullable="false" />
  6260        </EntityType>
  6261        <ComplexType Name="settingValue">
  6262          <Property Name="name" Type="Edm.String" />
  6263          <Property Name="value" Type="Edm.String" />
  6264        </ComplexType>
  6265        <EntityType Name="directorySettingTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6266          <Property Name="displayName" Type="Edm.String" />
  6267          <Property Name="description" Type="Edm.String" />
  6268          <Property Name="values" Type="Collection(microsoft.graph.settingTemplateValue)" Nullable="false" />
  6269        </EntityType>
  6270        <ComplexType Name="settingTemplateValue">
  6271          <Property Name="name" Type="Edm.String" />
  6272          <Property Name="type" Type="Edm.String" />
  6273          <Property Name="defaultValue" Type="Edm.String" />
  6274          <Property Name="description" Type="Edm.String" />
  6275        </ComplexType>
  6276        <EntityType Name="domain" BaseType="microsoft.graph.entity">
  6277          <Property Name="authenticationType" Type="Edm.String" Nullable="false" />
  6278          <Property Name="availabilityStatus" Type="Edm.String" />
  6279          <Property Name="isAdminManaged" Type="Edm.Boolean" Nullable="false" />
  6280          <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
  6281          <Property Name="isInitial" Type="Edm.Boolean" Nullable="false" />
  6282          <Property Name="isRoot" Type="Edm.Boolean" Nullable="false" />
  6283          <Property Name="isVerified" Type="Edm.Boolean" Nullable="false" />
  6284          <Property Name="passwordNotificationWindowInDays" Type="Edm.Int32" />
  6285          <Property Name="passwordValidityPeriodInDays" Type="Edm.Int32" />
  6286          <Property Name="supportedServices" Type="Collection(Edm.String)" Nullable="false" />
  6287          <Property Name="state" Type="microsoft.graph.domainState" />
  6288          <NavigationProperty Name="serviceConfigurationRecords" Type="Collection(microsoft.graph.domainDnsRecord)" ContainsTarget="true" />
  6289          <NavigationProperty Name="verificationDnsRecords" Type="Collection(microsoft.graph.domainDnsRecord)" ContainsTarget="true" />
  6290          <NavigationProperty Name="domainNameReferences" Type="Collection(microsoft.graph.directoryObject)" />
  6291        </EntityType>
  6292        <ComplexType Name="domainState">
  6293          <Property Name="status" Type="Edm.String" />
  6294          <Property Name="operation" Type="Edm.String" />
  6295          <Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" />
  6296        </ComplexType>
  6297        <EntityType Name="domainDnsRecord" BaseType="microsoft.graph.entity">
  6298          <Property Name="isOptional" Type="Edm.Boolean" Nullable="false" />
  6299          <Property Name="label" Type="Edm.String" Nullable="false" />
  6300          <Property Name="recordType" Type="Edm.String" />
  6301          <Property Name="supportedService" Type="Edm.String" Nullable="false" />
  6302          <Property Name="ttl" Type="Edm.Int32" Nullable="false" />
  6303        </EntityType>
  6304        <EntityType Name="roleManagement" BaseType="microsoft.graph.entity">
  6305          <NavigationProperty Name="directory" Type="microsoft.graph.rbacApplication" ContainsTarget="true" />
  6306        </EntityType>
  6307        <EntityType Name="rbacApplication" BaseType="microsoft.graph.entity">
  6308          <NavigationProperty Name="roleDefinitions" Type="Collection(microsoft.graph.unifiedRoleDefinition)" ContainsTarget="true" />
  6309          <NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.unifiedRoleAssignment)" ContainsTarget="true" />
  6310        </EntityType>
  6311        <EntityType Name="unifiedRoleDefinition" BaseType="microsoft.graph.entity">
  6312          <Property Name="description" Type="Edm.String" />
  6313          <Property Name="displayName" Type="Edm.String" />
  6314          <Property Name="isBuiltIn" Type="Edm.Boolean" />
  6315          <Property Name="isEnabled" Type="Edm.Boolean" />
  6316          <Property Name="resourceScopes" Type="Collection(Edm.String)" Nullable="false" />
  6317          <Property Name="rolePermissions" Type="Collection(microsoft.graph.unifiedRolePermission)" Nullable="false" />
  6318          <Property Name="templateId" Type="Edm.String" />
  6319          <Property Name="version" Type="Edm.String" />
  6320        </EntityType>
  6321        <EntityType Name="unifiedRoleAssignment" BaseType="microsoft.graph.entity">
  6322          <Property Name="principalId" Type="Edm.String" />
  6323          <Property Name="resourceScope" Type="Edm.String" />
  6324          <Property Name="roleDefinitionId" Type="Edm.String" />
  6325          <NavigationProperty Name="principal" Type="microsoft.graph.directoryObject" />
  6326          <NavigationProperty Name="roleDefinition" Type="microsoft.graph.unifiedRoleDefinition" />
  6327        </EntityType>
  6328        <ComplexType Name="unifiedRolePermission">
  6329          <Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
  6330          <Property Name="condition" Type="Edm.String" />
  6331        </ComplexType>
  6332        <EntityType Name="domainDnsCnameRecord" BaseType="microsoft.graph.domainDnsRecord">
  6333          <Property Name="canonicalName" Type="Edm.String" />
  6334        </EntityType>
  6335        <EntityType Name="domainDnsMxRecord" BaseType="microsoft.graph.domainDnsRecord">
  6336          <Property Name="mailExchange" Type="Edm.String" Nullable="false" />
  6337          <Property Name="preference" Type="Edm.Int32" />
  6338        </EntityType>
  6339        <EntityType Name="domainDnsSrvRecord" BaseType="microsoft.graph.domainDnsRecord">
  6340          <Property Name="nameTarget" Type="Edm.String" />
  6341          <Property Name="port" Type="Edm.Int32" />
  6342          <Property Name="priority" Type="Edm.Int32" />
  6343          <Property Name="protocol" Type="Edm.String" />
  6344          <Property Name="service" Type="Edm.String" />
  6345          <Property Name="weight" Type="Edm.Int32" />
  6346        </EntityType>
  6347        <EntityType Name="domainDnsTxtRecord" BaseType="microsoft.graph.domainDnsRecord">
  6348          <Property Name="text" Type="Edm.String" Nullable="false" />
  6349        </EntityType>
  6350        <EntityType Name="domainDnsUnavailableRecord" BaseType="microsoft.graph.domainDnsRecord">
  6351          <Property Name="description" Type="Edm.String" />
  6352        </EntityType>
  6353        <ComplexType Name="assignedLabel">
  6354          <Property Name="labelId" Type="Edm.String" />
  6355          <Property Name="displayName" Type="Edm.String" />
  6356        </ComplexType>
  6357        <ComplexType Name="licenseProcessingState">
  6358          <Property Name="state" Type="Edm.String" />
  6359        </ComplexType>
  6360        <EntityType Name="conversation" BaseType="microsoft.graph.entity">
  6361          <Property Name="topic" Type="Edm.String" Nullable="false" />
  6362          <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
  6363          <Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  6364          <Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" />
  6365          <Property Name="preview" Type="Edm.String" Nullable="false" />
  6366          <NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true" />
  6367        </EntityType>
  6368        <EntityType Name="conversationThread" BaseType="microsoft.graph.entity">
  6369          <Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
  6370          <Property Name="topic" Type="Edm.String" Nullable="false" />
  6371          <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
  6372          <Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  6373          <Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" />
  6374          <Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
  6375          <Property Name="preview" Type="Edm.String" Nullable="false" />
  6376          <Property Name="isLocked" Type="Edm.Boolean" Nullable="false" />
  6377          <NavigationProperty Name="posts" Type="Collection(microsoft.graph.post)" ContainsTarget="true" />
  6378        </EntityType>
  6379        <EntityType Name="groupLifecyclePolicy" BaseType="microsoft.graph.entity">
  6380          <Property Name="groupLifetimeInDays" Type="Edm.Int32" />
  6381          <Property Name="managedGroupTypes" Type="Edm.String" />
  6382          <Property Name="alternateNotificationEmails" Type="Edm.String" />
  6383        </EntityType>
  6384        <EntityType Name="plannerGroup" BaseType="microsoft.graph.entity">
  6385          <NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" />
  6386        </EntityType>
  6387        <ComplexType Name="servicePlanInfo">
  6388          <Property Name="servicePlanId" Type="Edm.Guid" />
  6389          <Property Name="servicePlanName" Type="Edm.String" />
  6390          <Property Name="provisioningStatus" Type="Edm.String" />
  6391          <Property Name="appliesTo" Type="Edm.String" />
  6392        </ComplexType>
  6393        <EntityType Name="organizationalBranding" BaseType="microsoft.graph.entity">
  6394          <Property Name="backgroundColor" Type="Edm.String" />
  6395          <Property Name="backgroundImage" Type="Edm.Stream" Nullable="false" />
  6396          <Property Name="bannerLogo" Type="Edm.Stream" Nullable="false" />
  6397          <Property Name="locale" Type="Edm.String" />
  6398          <Property Name="signInPageText" Type="Edm.String" />
  6399          <Property Name="squareLogo" Type="Edm.Stream" Nullable="false" />
  6400          <Property Name="usernameHintText" Type="Edm.String" />
  6401        </EntityType>
  6402        <EntityType Name="policy" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6403          <Property Name="alternativeIdentifier" Type="Edm.String" />
  6404          <Property Name="definition" Type="Collection(Edm.String)" Nullable="false" />
  6405          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6406          <Property Name="isOrganizationDefault" Type="Edm.Boolean" />
  6407          <Property Name="keyCredentials" Type="Collection(microsoft.graph.keyCredential)" Nullable="false" />
  6408          <Property Name="type" Type="Edm.String" Nullable="false" />
  6409          <NavigationProperty Name="appliesTo" Type="Collection(microsoft.graph.directoryObject)" />
  6410        </EntityType>
  6411        <EntityType Name="subscribedSku" BaseType="microsoft.graph.entity">
  6412          <Property Name="capabilityStatus" Type="Edm.String" />
  6413          <Property Name="consumedUnits" Type="Edm.Int32" />
  6414          <Property Name="prepaidUnits" Type="microsoft.graph.licenseUnitsDetail" />
  6415          <Property Name="servicePlans" Type="Collection(microsoft.graph.servicePlanInfo)" Nullable="false" />
  6416          <Property Name="skuId" Type="Edm.Guid" />
  6417          <Property Name="skuPartNumber" Type="Edm.String" />
  6418          <Property Name="appliesTo" Type="Edm.String" />
  6419        </EntityType>
  6420        <ComplexType Name="licenseUnitsDetail">
  6421          <Property Name="enabled" Type="Edm.Int32" />
  6422          <Property Name="suspended" Type="Edm.Int32" />
  6423          <Property Name="warning" Type="Edm.Int32" />
  6424        </ComplexType>
  6425        <EntityType Name="organization" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6426          <Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
  6427          <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
  6428          <Property Name="city" Type="Edm.String" />
  6429          <Property Name="country" Type="Edm.String" />
  6430          <Property Name="countryLetterCode" Type="Edm.String" />
  6431          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  6432          <Property Name="displayName" Type="Edm.String" />
  6433          <Property Name="isMultipleDataLocationsForServicesEnabled" Type="Edm.Boolean" />
  6434          <Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" />
  6435          <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
  6436          <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
  6437          <Property Name="postalCode" Type="Edm.String" />
  6438          <Property Name="preferredLanguage" Type="Edm.String" />
  6439          <Property Name="privacyProfile" Type="microsoft.graph.privacyProfile" />
  6440          <Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
  6441          <Property Name="securityComplianceNotificationMails" Type="Collection(Edm.String)" Nullable="false" />
  6442          <Property Name="securityComplianceNotificationPhones" Type="Collection(Edm.String)" Nullable="false" />
  6443          <Property Name="state" Type="Edm.String" />
  6444          <Property Name="street" Type="Edm.String" />
  6445          <Property Name="technicalNotificationMails" Type="Collection(Edm.String)" Nullable="false" />
  6446          <Property Name="verifiedDomains" Type="Collection(microsoft.graph.verifiedDomain)" Nullable="false" />
  6447          <Property Name="mobileDeviceManagementAuthority" Type="microsoft.graph.mdmAuthority" Nullable="false" />
  6448          <Property Name="certificateConnectorSetting" Type="microsoft.graph.certificateConnectorSetting" />
  6449          <NavigationProperty Name="brandings" Type="Collection(microsoft.graph.organizationalBranding)" ContainsTarget="true" />
  6450          <NavigationProperty Name="certificateBasedAuthConfiguration" Type="Collection(microsoft.graph.certificateBasedAuthConfiguration)" />
  6451          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  6452        </EntityType>
  6453        <ComplexType Name="privacyProfile">
  6454          <Property Name="contactEmail" Type="Edm.String" />
  6455          <Property Name="statementUrl" Type="Edm.String" />
  6456        </ComplexType>
  6457        <ComplexType Name="verifiedDomain">
  6458          <Property Name="capabilities" Type="Edm.String" />
  6459          <Property Name="isDefault" Type="Edm.Boolean" />
  6460          <Property Name="isInitial" Type="Edm.Boolean" />
  6461          <Property Name="name" Type="Edm.String" />
  6462          <Property Name="type" Type="Edm.String" />
  6463        </ComplexType>
  6464        <ComplexType Name="certificateConnectorSetting">
  6465          <Property Name="status" Type="Edm.Int32" Nullable="false" />
  6466          <Property Name="certExpiryTime" Type="Edm.DateTimeOffset" Nullable="false" />
  6467          <Property Name="enrollmentError" Type="Edm.String" />
  6468          <Property Name="lastConnectorConnectionTime" Type="Edm.DateTimeOffset" Nullable="false" />
  6469          <Property Name="connectorVersion" Type="Edm.String" />
  6470          <Property Name="lastUploadVersion" Type="Edm.Int64" Nullable="false" />
  6471        </ComplexType>
  6472        <EntityType Name="administrativeUnit" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6473          <Property Name="displayName" Type="Edm.String" />
  6474          <Property Name="description" Type="Edm.String" />
  6475          <Property Name="visibility" Type="Edm.String" />
  6476          <NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)" />
  6477          <NavigationProperty Name="scopedRoleMembers" Type="Collection(microsoft.graph.scopedRoleMembership)" ContainsTarget="true" />
  6478          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  6479        </EntityType>
  6480        <ComplexType Name="ComplexExtensionValue" OpenType="true" />
  6481        <EntityType Name="contract" BaseType="microsoft.graph.directoryObject" OpenType="true">
  6482          <Property Name="contractType" Type="Edm.String" />
  6483          <Property Name="customerId" Type="Edm.Guid" />
  6484          <Property Name="defaultDomainName" Type="Edm.String" />
  6485          <Property Name="displayName" Type="Edm.String" />
  6486        </EntityType>
  6487        <ComplexType Name="apiServicePrincipal">
  6488          <Property Name="resourceSpecificApplicationPermissions" Type="Collection(microsoft.graph.resourceSpecificPermission)" Nullable="false" />
  6489        </ComplexType>
  6490        <ComplexType Name="resourceSpecificPermission">
  6491          <Property Name="description" Type="Edm.String" />
  6492          <Property Name="displayName" Type="Edm.String" />
  6493          <Property Name="id" Type="Edm.Guid" Nullable="false" />
  6494          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
  6495          <Property Name="value" Type="Edm.String" />
  6496        </ComplexType>
  6497        <ComplexType Name="instanceResourceAccess">
  6498          <Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
  6499          <Property Name="permissions" Type="Collection(microsoft.graph.resourcePermission)" Nullable="false" />
  6500        </ComplexType>
  6501        <ComplexType Name="resourcePermission">
  6502          <Property Name="type" Type="Edm.String" Nullable="false" />
  6503          <Property Name="value" Type="Edm.String" Nullable="false" />
  6504        </ComplexType>
  6505        <ComplexType Name="allowedDataLocationInfo" OpenType="true" />
  6506        <ComplexType Name="educationItemBody">
  6507          <Property Name="contentType" Type="microsoft.graph.bodyType" />
  6508          <Property Name="content" Type="Edm.String" />
  6509        </ComplexType>
  6510        <EntityType Name="educationRoot" BaseType="microsoft.graph.entity">
  6511          <NavigationProperty Name="synchronizationProfiles" Type="Collection(microsoft.graph.educationSynchronizationProfile)" ContainsTarget="true" />
  6512          <NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" ContainsTarget="true" />
  6513          <NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" ContainsTarget="true" />
  6514          <NavigationProperty Name="users" Type="Collection(microsoft.graph.educationUser)" ContainsTarget="true" />
  6515          <NavigationProperty Name="me" Type="microsoft.graph.educationUser" ContainsTarget="true" />
  6516        </EntityType>
  6517        <EntityType Name="educationSynchronizationProfile" BaseType="microsoft.graph.entity">
  6518          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6519          <Property Name="dataProvider" Type="microsoft.graph.educationSynchronizationDataProvider" Nullable="false" />
  6520          <Property Name="identitySynchronizationConfiguration" Type="microsoft.graph.educationIdentitySynchronizationConfiguration" Nullable="false" />
  6521          <Property Name="licensesToAssign" Type="Collection(microsoft.graph.educationSynchronizationLicenseAssignment)" />
  6522          <Property Name="state" Type="microsoft.graph.educationSynchronizationProfileState" />
  6523          <Property Name="handleSpecialCharacterConstraint" Type="Edm.Boolean" />
  6524          <NavigationProperty Name="errors" Type="Collection(microsoft.graph.educationSynchronizationError)" ContainsTarget="true" />
  6525          <NavigationProperty Name="profileStatus" Type="microsoft.graph.educationSynchronizationProfileStatus" ContainsTarget="true" />
  6526        </EntityType>
  6527        <EntityType Name="educationClass" BaseType="microsoft.graph.entity">
  6528          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6529          <Property Name="mailNickname" Type="Edm.String" Nullable="false" />
  6530          <Property Name="description" Type="Edm.String" />
  6531          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6532          <Property Name="classCode" Type="Edm.String" />
  6533          <Property Name="externalName" Type="Edm.String" />
  6534          <Property Name="externalId" Type="Edm.String" />
  6535          <Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
  6536          <Property Name="grade" Type="Edm.String" />
  6537          <Property Name="term" Type="microsoft.graph.educationTerm" />
  6538          <Property Name="course" Type="microsoft.graph.educationCourse" />
  6539          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.educationAssignment)" ContainsTarget="true" />
  6540          <NavigationProperty Name="assignmentCategories" Type="Collection(microsoft.graph.educationCategory)" ContainsTarget="true" />
  6541          <NavigationProperty Name="members" Type="Collection(microsoft.graph.educationUser)" />
  6542          <NavigationProperty Name="teachers" Type="Collection(microsoft.graph.educationUser)" />
  6543          <NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" />
  6544          <NavigationProperty Name="group" Type="microsoft.graph.group" />
  6545        </EntityType>
  6546        <EntityType Name="educationOrganization" BaseType="microsoft.graph.entity" Abstract="true">
  6547          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6548          <Property Name="description" Type="Edm.String" />
  6549          <Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
  6550        </EntityType>
  6551        <EntityType Name="educationSchool" BaseType="microsoft.graph.educationOrganization">
  6552          <Property Name="principalEmail" Type="Edm.String" />
  6553          <Property Name="principalName" Type="Edm.String" />
  6554          <Property Name="externalPrincipalId" Type="Edm.String" />
  6555          <Property Name="lowestGrade" Type="Edm.String" />
  6556          <Property Name="highestGrade" Type="Edm.String" />
  6557          <Property Name="schoolNumber" Type="Edm.String" />
  6558          <Property Name="externalId" Type="Edm.String" />
  6559          <Property Name="phone" Type="Edm.String" />
  6560          <Property Name="fax" Type="Edm.String" />
  6561          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6562          <Property Name="address" Type="microsoft.graph.physicalAddress" />
  6563          <NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" />
  6564          <NavigationProperty Name="users" Type="Collection(microsoft.graph.educationUser)" />
  6565          <NavigationProperty Name="administrativeUnit" Type="microsoft.graph.administrativeUnit" />
  6566        </EntityType>
  6567        <EntityType Name="educationUser" BaseType="microsoft.graph.entity">
  6568          <Property Name="relatedContacts" Type="Collection(microsoft.graph.relatedContact)" />
  6569          <Property Name="primaryRole" Type="microsoft.graph.educationUserRole" Nullable="false" />
  6570          <Property Name="middleName" Type="Edm.String" />
  6571          <Property Name="externalSource" Type="microsoft.graph.educationExternalSource" />
  6572          <Property Name="residenceAddress" Type="microsoft.graph.physicalAddress" />
  6573          <Property Name="mailingAddress" Type="microsoft.graph.physicalAddress" />
  6574          <Property Name="student" Type="microsoft.graph.educationStudent" />
  6575          <Property Name="teacher" Type="microsoft.graph.educationTeacher" />
  6576          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6577          <Property Name="accountEnabled" Type="Edm.Boolean" />
  6578          <Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
  6579          <Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false" />
  6580          <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
  6581          <Property Name="department" Type="Edm.String" />
  6582          <Property Name="displayName" Type="Edm.String" />
  6583          <Property Name="givenName" Type="Edm.String" />
  6584          <Property Name="mail" Type="Edm.String" />
  6585          <Property Name="mailNickname" Type="Edm.String" />
  6586          <Property Name="mobilePhone" Type="Edm.String" />
  6587          <Property Name="passwordPolicies" Type="Edm.String" />
  6588          <Property Name="passwordProfile" Type="microsoft.graph.passwordProfile" />
  6589          <Property Name="officeLocation" Type="Edm.String" />
  6590          <Property Name="preferredLanguage" Type="Edm.String" />
  6591          <Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false" />
  6592          <Property Name="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" />
  6593          <Property Name="showInAddressList" Type="Edm.Boolean" />
  6594          <Property Name="surname" Type="Edm.String" />
  6595          <Property Name="usageLocation" Type="Edm.String" />
  6596          <Property Name="userPrincipalName" Type="Edm.String" />
  6597          <Property Name="userType" Type="Edm.String" />
  6598          <Property Name="onPremisesInfo" Type="microsoft.graph.educationOnPremisesInfo" />
  6599          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.educationAssignment)" ContainsTarget="true" />
  6600          <NavigationProperty Name="rubrics" Type="Collection(microsoft.graph.educationRubric)" ContainsTarget="true" />
  6601          <NavigationProperty Name="classes" Type="Collection(microsoft.graph.educationClass)" />
  6602          <NavigationProperty Name="taughtClasses" Type="Collection(microsoft.graph.educationClass)" />
  6603          <NavigationProperty Name="schools" Type="Collection(microsoft.graph.educationSchool)" />
  6604          <NavigationProperty Name="user" Type="microsoft.graph.user" />
  6605        </EntityType>
  6606        <ComplexType Name="identitySet" OpenType="true">
  6607          <Property Name="application" Type="microsoft.graph.identity" />
  6608          <Property Name="device" Type="microsoft.graph.identity" />
  6609          <Property Name="user" Type="microsoft.graph.identity" />
  6610        </ComplexType>
  6611        <EntityType Name="educationAssignment" BaseType="microsoft.graph.entity">
  6612          <Property Name="classId" Type="Edm.String" />
  6613          <Property Name="displayName" Type="Edm.String" />
  6614          <Property Name="instructions" Type="microsoft.graph.educationItemBody" />
  6615          <Property Name="closeDateTime" Type="Edm.DateTimeOffset" />
  6616          <Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
  6617          <Property Name="assignDateTime" Type="Edm.DateTimeOffset" />
  6618          <Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
  6619          <Property Name="grading" Type="microsoft.graph.educationAssignmentGradeType" />
  6620          <Property Name="assignTo" Type="microsoft.graph.educationAssignmentRecipient" />
  6621          <Property Name="allowLateSubmissions" Type="Edm.Boolean" />
  6622          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  6623          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6624          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6625          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  6626          <Property Name="allowStudentsToAddResourcesToSubmission" Type="Edm.Boolean" />
  6627          <Property Name="status" Type="microsoft.graph.educationAssignmentStatus" />
  6628          <NavigationProperty Name="resources" Type="Collection(microsoft.graph.educationAssignmentResource)" ContainsTarget="true" />
  6629          <NavigationProperty Name="submissions" Type="Collection(microsoft.graph.educationSubmission)" ContainsTarget="true" />
  6630          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.educationCategory)" ContainsTarget="true" />
  6631          <NavigationProperty Name="rubric" Type="microsoft.graph.educationRubric" ContainsTarget="true" />
  6632        </EntityType>
  6633        <EntityType Name="educationCategory" BaseType="microsoft.graph.entity">
  6634          <Property Name="displayName" Type="Edm.String" />
  6635        </EntityType>
  6636        <ComplexType Name="educationTerm">
  6637          <Property Name="externalId" Type="Edm.String" />
  6638          <Property Name="startDate" Type="Edm.Date" />
  6639          <Property Name="endDate" Type="Edm.Date" />
  6640          <Property Name="displayName" Type="Edm.String" />
  6641        </ComplexType>
  6642        <ComplexType Name="educationCourse">
  6643          <Property Name="subject" Type="Edm.String" />
  6644          <Property Name="courseNumber" Type="Edm.String" />
  6645          <Property Name="description" Type="Edm.String" />
  6646          <Property Name="displayName" Type="Edm.String" />
  6647          <Property Name="externalId" Type="Edm.String" />
  6648        </ComplexType>
  6649        <EntityType Name="educationRubric" BaseType="microsoft.graph.entity">
  6650          <Property Name="displayName" Type="Edm.String" />
  6651          <Property Name="description" Type="microsoft.graph.educationItemBody" />
  6652          <Property Name="qualities" Type="Collection(microsoft.graph.rubricQuality)" />
  6653          <Property Name="levels" Type="Collection(microsoft.graph.rubricLevel)" />
  6654          <Property Name="grading" Type="microsoft.graph.educationAssignmentGradeType" />
  6655          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  6656          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6657          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6658          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  6659        </EntityType>
  6660        <ComplexType Name="relatedContact">
  6661          <Property Name="id" Type="Edm.String" />
  6662          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  6663          <Property Name="emailAddress" Type="Edm.String" />
  6664          <Property Name="mobilePhone" Type="Edm.String" />
  6665          <Property Name="relationship" Type="microsoft.graph.contactRelationship" Nullable="false" />
  6666          <Property Name="accessConsent" Type="Edm.Boolean" />
  6667        </ComplexType>
  6668        <ComplexType Name="educationStudent">
  6669          <Property Name="graduationYear" Type="Edm.String" />
  6670          <Property Name="grade" Type="Edm.String" />
  6671          <Property Name="birthDate" Type="Edm.Date" />
  6672          <Property Name="gender" Type="microsoft.graph.educationGender" />
  6673          <Property Name="studentNumber" Type="Edm.String" />
  6674          <Property Name="externalId" Type="Edm.String" />
  6675        </ComplexType>
  6676        <ComplexType Name="educationTeacher">
  6677          <Property Name="teacherNumber" Type="Edm.String" />
  6678          <Property Name="externalId" Type="Edm.String" />
  6679        </ComplexType>
  6680        <ComplexType Name="educationOnPremisesInfo">
  6681          <Property Name="immutableId" Type="Edm.String" />
  6682        </ComplexType>
  6683        <ComplexType Name="educationAssignmentGradeType" Abstract="true" />
  6684        <ComplexType Name="educationAssignmentPointsGradeType" BaseType="microsoft.graph.educationAssignmentGradeType">
  6685          <Property Name="maxPoints" Type="Edm.Single" />
  6686        </ComplexType>
  6687        <ComplexType Name="educationAssignmentGrade" Abstract="true">
  6688          <Property Name="gradedBy" Type="microsoft.graph.identitySet" />
  6689          <Property Name="gradedDateTime" Type="Edm.DateTimeOffset" />
  6690        </ComplexType>
  6691        <ComplexType Name="educationAssignmentPointsGrade" BaseType="microsoft.graph.educationAssignmentGrade">
  6692          <Property Name="points" Type="Edm.Single" />
  6693        </ComplexType>
  6694        <ComplexType Name="educationAssignmentRecipient" Abstract="true" />
  6695        <EntityType Name="educationAssignmentResource" BaseType="microsoft.graph.entity">
  6696          <Property Name="distributeForStudentWork" Type="Edm.Boolean" />
  6697          <Property Name="resource" Type="microsoft.graph.educationResource" />
  6698        </EntityType>
  6699        <EntityType Name="educationSubmission" BaseType="microsoft.graph.entity">
  6700          <Property Name="recipient" Type="microsoft.graph.educationSubmissionRecipient" />
  6701          <Property Name="status" Type="microsoft.graph.educationSubmissionStatus" />
  6702          <Property Name="submittedBy" Type="microsoft.graph.identitySet" />
  6703          <Property Name="submittedDateTime" Type="Edm.DateTimeOffset" />
  6704          <Property Name="unsubmittedBy" Type="microsoft.graph.identitySet" />
  6705          <Property Name="unsubmittedDateTime" Type="Edm.DateTimeOffset" />
  6706          <Property Name="releasedBy" Type="microsoft.graph.identitySet" />
  6707          <Property Name="releasedDateTime" Type="Edm.DateTimeOffset" />
  6708          <Property Name="returnedBy" Type="microsoft.graph.identitySet" />
  6709          <Property Name="returnedDateTime" Type="Edm.DateTimeOffset" />
  6710          <Property Name="resourcesFolderUrl" Type="Edm.String" />
  6711          <NavigationProperty Name="resources" Type="Collection(microsoft.graph.educationSubmissionResource)" ContainsTarget="true" />
  6712          <NavigationProperty Name="submittedResources" Type="Collection(microsoft.graph.educationSubmissionResource)" ContainsTarget="true" />
  6713          <NavigationProperty Name="outcomes" Type="Collection(microsoft.graph.educationOutcome)" ContainsTarget="true" />
  6714        </EntityType>
  6715        <ComplexType Name="educationAssignmentClassRecipient" BaseType="microsoft.graph.educationAssignmentRecipient" />
  6716        <ComplexType Name="educationAssignmentGroupRecipient" BaseType="microsoft.graph.educationAssignmentRecipient" />
  6717        <ComplexType Name="educationAssignmentIndividualRecipient" BaseType="microsoft.graph.educationAssignmentRecipient">
  6718          <Property Name="recipients" Type="Collection(Edm.String)" />
  6719        </ComplexType>
  6720        <ComplexType Name="educationResource" Abstract="true">
  6721          <Property Name="displayName" Type="Edm.String" />
  6722          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  6723          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  6724          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6725          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  6726        </ComplexType>
  6727        <EntityType Name="educationSubmissionResource" BaseType="microsoft.graph.entity">
  6728          <Property Name="resource" Type="microsoft.graph.educationResource" />
  6729          <Property Name="assignmentResourceUrl" Type="Edm.String" />
  6730        </EntityType>
  6731        <ComplexType Name="educationWordResource" BaseType="microsoft.graph.educationResource">
  6732          <Property Name="fileUrl" Type="Edm.String" />
  6733        </ComplexType>
  6734        <ComplexType Name="educationPowerPointResource" BaseType="microsoft.graph.educationResource">
  6735          <Property Name="fileUrl" Type="Edm.String" />
  6736        </ComplexType>
  6737        <ComplexType Name="educationMakeCodeResource" BaseType="microsoft.graph.educationResource">
  6738          <Property Name="hostWebUrl" Type="Edm.String" />
  6739          <Property Name="projectId" Type="Edm.String" />
  6740        </ComplexType>
  6741        <ComplexType Name="educationExcelResource" BaseType="microsoft.graph.educationResource">
  6742          <Property Name="fileUrl" Type="Edm.String" />
  6743        </ComplexType>
  6744        <ComplexType Name="educationOneNoteResource" BaseType="microsoft.graph.educationResource">
  6745          <Property Name="sectionName" Type="Edm.String" />
  6746          <Property Name="pageUrl" Type="Edm.String" />
  6747        </ComplexType>
  6748        <ComplexType Name="educationFileResource" BaseType="microsoft.graph.educationResource">
  6749          <Property Name="fileUrl" Type="Edm.String" />
  6750        </ComplexType>
  6751        <ComplexType Name="educationFormResource" BaseType="microsoft.graph.educationResource">
  6752          <Property Name="originalFormId" Type="Edm.String" />
  6753          <Property Name="formId" Type="Edm.String" />
  6754          <Property Name="isGroupForm" Type="Edm.Boolean" />
  6755          <Property Name="viewUrl" Type="Edm.String" />
  6756          <Property Name="editUrl" Type="Edm.String" />
  6757        </ComplexType>
  6758        <ComplexType Name="educationLinkResource" BaseType="microsoft.graph.educationResource">
  6759          <Property Name="link" Type="Edm.String" />
  6760        </ComplexType>
  6761        <ComplexType Name="educationSubmissionRecipient" Abstract="true" />
  6762        <ComplexType Name="educationSubmissionIndividualRecipient" BaseType="microsoft.graph.educationSubmissionRecipient">
  6763          <Property Name="userId" Type="Edm.String" />
  6764        </ComplexType>
  6765        <ComplexType Name="rubricQuality">
  6766          <Property Name="qualityId" Type="Edm.String" />
  6767          <Property Name="displayName" Type="Edm.String" />
  6768          <Property Name="description" Type="microsoft.graph.educationItemBody" />
  6769          <Property Name="weight" Type="Edm.Single" />
  6770          <Property Name="criteria" Type="Collection(microsoft.graph.rubricCriterion)" />
  6771        </ComplexType>
  6772        <ComplexType Name="rubricCriterion">
  6773          <Property Name="description" Type="microsoft.graph.educationItemBody" />
  6774        </ComplexType>
  6775        <ComplexType Name="rubricLevel">
  6776          <Property Name="levelId" Type="Edm.String" />
  6777          <Property Name="displayName" Type="Edm.String" />
  6778          <Property Name="description" Type="microsoft.graph.educationItemBody" />
  6779          <Property Name="grading" Type="microsoft.graph.educationAssignmentGradeType" />
  6780        </ComplexType>
  6781        <EntityType Name="educationOutcome" BaseType="microsoft.graph.entity" Abstract="true">
  6782          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  6783          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  6784        </EntityType>
  6785        <EntityType Name="educationFeedbackOutcome" BaseType="microsoft.graph.educationOutcome">
  6786          <Property Name="feedback" Type="microsoft.graph.educationFeedback" />
  6787          <Property Name="publishedFeedback" Type="microsoft.graph.educationFeedback" />
  6788        </EntityType>
  6789        <ComplexType Name="educationFeedback">
  6790          <Property Name="text" Type="microsoft.graph.educationItemBody" />
  6791          <Property Name="feedbackDateTime" Type="Edm.DateTimeOffset" />
  6792          <Property Name="feedbackBy" Type="microsoft.graph.identitySet" />
  6793        </ComplexType>
  6794        <EntityType Name="educationPointsOutcome" BaseType="microsoft.graph.educationOutcome">
  6795          <Property Name="points" Type="microsoft.graph.educationAssignmentPointsGrade" />
  6796          <Property Name="publishedPoints" Type="microsoft.graph.educationAssignmentPointsGrade" />
  6797        </EntityType>
  6798        <EntityType Name="educationRubricOutcome" BaseType="microsoft.graph.educationOutcome">
  6799          <Property Name="rubricQualityFeedback" Type="Collection(microsoft.graph.rubricQualityFeedbackModel)" />
  6800          <Property Name="rubricQualitySelectedLevels" Type="Collection(microsoft.graph.rubricQualitySelectedColumnModel)" />
  6801          <Property Name="publishedRubricQualityFeedback" Type="Collection(microsoft.graph.rubricQualityFeedbackModel)" />
  6802          <Property Name="publishedRubricQualitySelectedLevels" Type="Collection(microsoft.graph.rubricQualitySelectedColumnModel)" />
  6803        </EntityType>
  6804        <ComplexType Name="rubricQualityFeedbackModel">
  6805          <Property Name="qualityId" Type="Edm.String" />
  6806          <Property Name="feedback" Type="microsoft.graph.educationItemBody" />
  6807        </ComplexType>
  6808        <ComplexType Name="rubricQualitySelectedColumnModel">
  6809          <Property Name="qualityId" Type="Edm.String" />
  6810          <Property Name="columnId" Type="Edm.String" />
  6811        </ComplexType>
  6812        <ComplexType Name="educationSynchronizationDataProvider" Abstract="true" />
  6813        <ComplexType Name="educationIdentitySynchronizationConfiguration" Abstract="true" />
  6814        <ComplexType Name="educationSynchronizationLicenseAssignment">
  6815          <Property Name="appliesTo" Type="microsoft.graph.educationUserRole" />
  6816          <Property Name="skuIds" Type="Collection(Edm.String)" />
  6817        </ComplexType>
  6818        <EntityType Name="educationSynchronizationError" BaseType="microsoft.graph.entity">
  6819          <Property Name="entryType" Type="Edm.String" />
  6820          <Property Name="errorCode" Type="Edm.String" />
  6821          <Property Name="errorMessage" Type="Edm.String" />
  6822          <Property Name="joiningValue" Type="Edm.String" />
  6823          <Property Name="recordedDateTime" Type="Edm.DateTimeOffset" />
  6824          <Property Name="reportableIdentifier" Type="Edm.String" />
  6825        </EntityType>
  6826        <EntityType Name="educationSynchronizationProfileStatus" BaseType="microsoft.graph.entity">
  6827          <Property Name="status" Type="microsoft.graph.educationSynchronizationStatus" />
  6828          <Property Name="lastSynchronizationDateTime" Type="Edm.DateTimeOffset" />
  6829        </EntityType>
  6830        <ComplexType Name="educationFileSynchronizationVerificationMessage">
  6831          <Property Name="type" Type="Edm.String" />
  6832          <Property Name="fileName" Type="Edm.String" />
  6833          <Property Name="description" Type="Edm.String" />
  6834        </ComplexType>
  6835        <ComplexType Name="educationSynchronizationCustomizationsBase" Abstract="true" />
  6836        <ComplexType Name="educationSynchronizationCustomization">
  6837          <Property Name="optionalPropertiesToSync" Type="Collection(Edm.String)" />
  6838          <Property Name="synchronizationStartDate" Type="Edm.DateTimeOffset" />
  6839          <Property Name="isSyncDeferred" Type="Edm.Boolean" />
  6840          <Property Name="allowDisplayNameUpdate" Type="Edm.Boolean" />
  6841        </ComplexType>
  6842        <ComplexType Name="educationSynchronizationCustomizations" BaseType="microsoft.graph.educationSynchronizationCustomizationsBase">
  6843          <Property Name="school" Type="microsoft.graph.educationSynchronizationCustomization" />
  6844          <Property Name="section" Type="microsoft.graph.educationSynchronizationCustomization" />
  6845          <Property Name="student" Type="microsoft.graph.educationSynchronizationCustomization" />
  6846          <Property Name="teacher" Type="microsoft.graph.educationSynchronizationCustomization" />
  6847          <Property Name="studentEnrollment" Type="microsoft.graph.educationSynchronizationCustomization" />
  6848          <Property Name="teacherRoster" Type="microsoft.graph.educationSynchronizationCustomization" />
  6849        </ComplexType>
  6850        <ComplexType Name="educationPowerSchoolDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
  6851          <Property Name="connectionUrl" Type="Edm.String" Nullable="false" />
  6852          <Property Name="clientId" Type="Edm.String" Nullable="false" />
  6853          <Property Name="clientSecret" Type="Edm.String" />
  6854          <Property Name="schoolsIds" Type="Collection(Edm.String)" />
  6855          <Property Name="schoolYear" Type="Edm.String" />
  6856          <Property Name="allowTeachersInMultipleSchools" Type="Edm.Boolean" />
  6857          <Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
  6858        </ComplexType>
  6859        <ComplexType Name="educationCsvDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
  6860          <Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
  6861        </ComplexType>
  6862        <ComplexType Name="educationOneRosterApiDataProvider" BaseType="microsoft.graph.educationSynchronizationDataProvider">
  6863          <Property Name="connectionUrl" Type="Edm.String" Nullable="false" />
  6864          <Property Name="connectionSettings" Type="microsoft.graph.educationSynchronizationConnectionSettings" Nullable="false" />
  6865          <Property Name="schoolsIds" Type="Collection(Edm.String)" />
  6866          <Property Name="termIds" Type="Collection(Edm.String)" />
  6867          <Property Name="providerName" Type="Edm.String" />
  6868          <Property Name="customizations" Type="microsoft.graph.educationSynchronizationCustomizations" />
  6869        </ComplexType>
  6870        <ComplexType Name="educationSynchronizationConnectionSettings" Abstract="true">
  6871          <Property Name="clientId" Type="Edm.String" Nullable="false" />
  6872          <Property Name="clientSecret" Type="Edm.String" />
  6873        </ComplexType>
  6874        <ComplexType Name="educationSynchronizationOAuth1ConnectionSettings" BaseType="microsoft.graph.educationSynchronizationConnectionSettings" />
  6875        <ComplexType Name="educationSynchronizationOAuth2ClientCredentialsConnectionSettings" BaseType="microsoft.graph.educationSynchronizationConnectionSettings">
  6876          <Property Name="tokenUrl" Type="Edm.String" Nullable="false" />
  6877          <Property Name="scope" Type="Edm.String" />
  6878        </ComplexType>
  6879        <ComplexType Name="educationIdentityMatchingConfiguration" BaseType="microsoft.graph.educationIdentitySynchronizationConfiguration">
  6880          <Property Name="matchingOptions" Type="Collection(microsoft.graph.educationIdentityMatchingOptions)" Nullable="false" />
  6881        </ComplexType>
  6882        <ComplexType Name="educationIdentityMatchingOptions">
  6883          <Property Name="appliesTo" Type="microsoft.graph.educationUserRole" Nullable="false" />
  6884          <Property Name="sourcePropertyName" Type="Edm.String" Nullable="false" />
  6885          <Property Name="targetPropertyName" Type="Edm.String" Nullable="false" />
  6886          <Property Name="targetDomain" Type="Edm.String" />
  6887        </ComplexType>
  6888        <ComplexType Name="educationIdentityDomain">
  6889          <Property Name="appliesTo" Type="microsoft.graph.educationUserRole" Nullable="false" />
  6890          <Property Name="name" Type="Edm.String" Nullable="false" />
  6891        </ComplexType>
  6892        <ComplexType Name="educationIdentityCreationConfiguration" BaseType="microsoft.graph.educationIdentitySynchronizationConfiguration">
  6893          <Property Name="userDomains" Type="Collection(microsoft.graph.educationIdentityDomain)" Nullable="false" />
  6894        </ComplexType>
  6895        <EntityType Name="exactMatchJobBase" BaseType="microsoft.graph.entity" Abstract="true">
  6896          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
  6897          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  6898          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
  6899          <Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
  6900          <Property Name="error" Type="microsoft.graph.classificationError" />
  6901        </EntityType>
  6902        <EntityType Name="exactMatchSession" BaseType="microsoft.graph.exactMatchJobBase">
  6903          <Property Name="datastoreId" Type="Edm.String" />
  6904          <Property Name="uploadAgentId" Type="Edm.String" />
  6905          <Property Name="fields" Type="Collection(Edm.String)" />
  6906          <Property Name="fileName" Type="Edm.String" />
  6907          <Property Name="checksum" Type="Edm.String" />
  6908          <Property Name="dataUploadURI" Type="Edm.String" />
  6909          <Property Name="remainingBlockCount" Type="Edm.Int32" />
  6910          <Property Name="totalBlockCount" Type="Edm.Int32" />
  6911          <Property Name="state" Type="Edm.String" />
  6912          <Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" />
  6913          <Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" />
  6914          <Property Name="rowsPerBlock" Type="Edm.Int32" />
  6915          <Property Name="totalJobCount" Type="Edm.Int32" />
  6916          <Property Name="remainingJobCount" Type="Edm.Int32" />
  6917          <NavigationProperty Name="uploadAgent" Type="microsoft.graph.exactMatchUploadAgent" ContainsTarget="true" />
  6918        </EntityType>
  6919        <EntityType Name="exactMatchLookupJob" BaseType="microsoft.graph.exactMatchJobBase">
  6920          <Property Name="state" Type="Edm.String" />
  6921          <NavigationProperty Name="matchingRows" Type="Collection(microsoft.graph.lookupResultRow)" ContainsTarget="true" />
  6922        </EntityType>
  6923        <EntityType Name="lookupResultRow" BaseType="microsoft.graph.entity">
  6924          <Property Name="row" Type="Edm.String" />
  6925        </EntityType>
  6926        <ComplexType Name="dataStoreField">
  6927          <Property Name="name" Type="Edm.String" />
  6928          <Property Name="unique" Type="Edm.Boolean" />
  6929          <Property Name="searchable" Type="Edm.Boolean" />
  6930        </ComplexType>
  6931        <ComplexType Name="exactMatchClassificationRequest">
  6932          <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
  6933          <Property Name="text" Type="Edm.String" />
  6934          <Property Name="timeoutInMs" Type="Edm.Int32" />
  6935          <Property Name="contentClassifications" Type="Collection(microsoft.graph.contentClassification)" />
  6936        </ComplexType>
  6937        <ComplexType Name="contentClassification">
  6938          <Property Name="sensitiveTypeId" Type="Edm.String" />
  6939          <Property Name="uniqueCount" Type="Edm.Int32" />
  6940          <Property Name="confidence" Type="Edm.Int32" />
  6941          <Property Name="matches" Type="Collection(microsoft.graph.matchLocation)" />
  6942        </ComplexType>
  6943        <ComplexType Name="matchLocation">
  6944          <Property Name="length" Type="Edm.Int32" />
  6945          <Property Name="offset" Type="Edm.Int32" />
  6946        </ComplexType>
  6947        <ComplexType Name="exactMatchClassificationResult">
  6948          <Property Name="classification" Type="Collection(microsoft.graph.detectedSensitiveContent)" />
  6949          <Property Name="errors" Type="Collection(microsoft.graph.classificationError)" />
  6950        </ComplexType>
  6951        <ComplexType Name="root" />
  6952        <ComplexType Name="sharepointIds">
  6953          <Property Name="listId" Type="Edm.String" />
  6954          <Property Name="listItemId" Type="Edm.String" />
  6955          <Property Name="listItemUniqueId" Type="Edm.String" />
  6956          <Property Name="siteId" Type="Edm.String" />
  6957          <Property Name="siteUrl" Type="Edm.String" />
  6958          <Property Name="tenantId" Type="Edm.String" />
  6959          <Property Name="webId" Type="Edm.String" />
  6960        </ComplexType>
  6961        <ComplexType Name="siteCollection">
  6962          <Property Name="dataLocationCode" Type="Edm.String" />
  6963          <Property Name="hostname" Type="Edm.String" />
  6964          <Property Name="root" Type="microsoft.graph.root" />
  6965        </ComplexType>
  6966        <EntityType Name="itemAnalytics" BaseType="microsoft.graph.entity" OpenType="true">
  6967          <NavigationProperty Name="itemActivityStats" Type="Collection(microsoft.graph.itemActivityStat)" ContainsTarget="true" />
  6968          <NavigationProperty Name="allTime" Type="microsoft.graph.itemActivityStat" />
  6969          <NavigationProperty Name="lastSevenDays" Type="microsoft.graph.itemActivityStat" />
  6970        </EntityType>
  6971        <EntityType Name="columnDefinition" BaseType="microsoft.graph.entity">
  6972          <Property Name="boolean" Type="microsoft.graph.booleanColumn" />
  6973          <Property Name="calculated" Type="microsoft.graph.calculatedColumn" />
  6974          <Property Name="choice" Type="microsoft.graph.choiceColumn" />
  6975          <Property Name="columnGroup" Type="Edm.String" />
  6976          <Property Name="currency" Type="microsoft.graph.currencyColumn" />
  6977          <Property Name="dateTime" Type="microsoft.graph.dateTimeColumn" />
  6978          <Property Name="defaultValue" Type="microsoft.graph.defaultColumnValue" />
  6979          <Property Name="description" Type="Edm.String" />
  6980          <Property Name="displayName" Type="Edm.String" />
  6981          <Property Name="enforceUniqueValues" Type="Edm.Boolean" />
  6982          <Property Name="geolocation" Type="microsoft.graph.geolocationColumn" />
  6983          <Property Name="hidden" Type="Edm.Boolean" />
  6984          <Property Name="indexed" Type="Edm.Boolean" />
  6985          <Property Name="lookup" Type="microsoft.graph.lookupColumn" />
  6986          <Property Name="name" Type="Edm.String" />
  6987          <Property Name="number" Type="microsoft.graph.numberColumn" />
  6988          <Property Name="personOrGroup" Type="microsoft.graph.personOrGroupColumn" />
  6989          <Property Name="readOnly" Type="Edm.Boolean" />
  6990          <Property Name="required" Type="Edm.Boolean" />
  6991          <Property Name="text" Type="microsoft.graph.textColumn" />
  6992        </EntityType>
  6993        <EntityType Name="contentType" BaseType="microsoft.graph.entity">
  6994          <Property Name="description" Type="Edm.String" />
  6995          <Property Name="group" Type="Edm.String" />
  6996          <Property Name="hidden" Type="Edm.Boolean" />
  6997          <Property Name="inheritedFrom" Type="microsoft.graph.itemReference" />
  6998          <Property Name="name" Type="Edm.String" />
  6999          <Property Name="order" Type="microsoft.graph.contentTypeOrder" />
  7000          <Property Name="parentId" Type="Edm.String" />
  7001          <Property Name="readOnly" Type="Edm.Boolean" />
  7002          <Property Name="sealed" Type="Edm.Boolean" />
  7003          <NavigationProperty Name="columnLinks" Type="Collection(microsoft.graph.columnLink)" ContainsTarget="true" />
  7004        </EntityType>
  7005        <EntityType Name="list" BaseType="microsoft.graph.baseItem">
  7006          <Property Name="displayName" Type="Edm.String" />
  7007          <Property Name="list" Type="microsoft.graph.listInfo" />
  7008          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  7009          <Property Name="system" Type="microsoft.graph.systemFacet" />
  7010          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivityOLD)" ContainsTarget="true" />
  7011          <NavigationProperty Name="columns" Type="Collection(microsoft.graph.columnDefinition)" ContainsTarget="true" />
  7012          <NavigationProperty Name="contentTypes" Type="Collection(microsoft.graph.contentType)" ContainsTarget="true" />
  7013          <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true" />
  7014          <NavigationProperty Name="items" Type="Collection(microsoft.graph.listItem)" ContainsTarget="true" />
  7015          <NavigationProperty Name="subscriptions" Type="Collection(microsoft.graph.subscription)" ContainsTarget="true" />
  7016        </EntityType>
  7017        <EntityType Name="sitePage" BaseType="microsoft.graph.baseItem" OpenType="true">
  7018          <Property Name="title" Type="Edm.String" />
  7019          <Property Name="contentType" Type="microsoft.graph.contentTypeInfo" />
  7020          <Property Name="pageLayoutType" Type="Edm.String" />
  7021          <Property Name="webParts" Type="Collection(microsoft.graph.webPart)" />
  7022          <Property Name="publishingState" Type="microsoft.graph.publicationFacet" />
  7023        </EntityType>
  7024        <ComplexType Name="listInfo">
  7025          <Property Name="contentTypesEnabled" Type="Edm.Boolean" />
  7026          <Property Name="hidden" Type="Edm.Boolean" />
  7027          <Property Name="template" Type="Edm.String" />
  7028        </ComplexType>
  7029        <ComplexType Name="systemFacet" />
  7030        <EntityType Name="itemActivityOLD" BaseType="microsoft.graph.entity">
  7031          <Property Name="action" Type="microsoft.graph.itemActionSet" />
  7032          <Property Name="actor" Type="microsoft.graph.identitySet" />
  7033          <Property Name="times" Type="microsoft.graph.itemActivityTimeSet" />
  7034          <NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  7035          <NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
  7036        </EntityType>
  7037        <EntityType Name="listItem" BaseType="microsoft.graph.baseItem">
  7038          <Property Name="contentType" Type="microsoft.graph.contentTypeInfo" />
  7039          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  7040          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivityOLD)" ContainsTarget="true" />
  7041          <NavigationProperty Name="analytics" Type="microsoft.graph.itemAnalytics" />
  7042          <NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  7043          <NavigationProperty Name="fields" Type="microsoft.graph.fieldValueSet" ContainsTarget="true" />
  7044          <NavigationProperty Name="versions" Type="Collection(microsoft.graph.listItemVersion)" ContainsTarget="true" />
  7045        </EntityType>
  7046        <EntityType Name="subscription" BaseType="microsoft.graph.entity">
  7047          <Property Name="resource" Type="Edm.String" Nullable="false" />
  7048          <Property Name="changeType" Type="Edm.String" Nullable="false" />
  7049          <Property Name="clientState" Type="Edm.String" />
  7050          <Property Name="notificationUrl" Type="Edm.String" Nullable="false" />
  7051          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  7052          <Property Name="applicationId" Type="Edm.String" />
  7053          <Property Name="creatorId" Type="Edm.String" />
  7054          <Property Name="includeProperties" Type="Edm.Boolean" />
  7055          <Property Name="includeResourceData" Type="Edm.Boolean" />
  7056          <Property Name="lifecycleNotificationUrl" Type="Edm.String" />
  7057          <Property Name="encryptionCertificate" Type="Edm.String" />
  7058          <Property Name="encryptionCertificateId" Type="Edm.String" />
  7059        </EntityType>
  7060        <ComplexType Name="quota">
  7061          <Property Name="deleted" Type="Edm.Int64" />
  7062          <Property Name="remaining" Type="Edm.Int64" />
  7063          <Property Name="state" Type="Edm.String" />
  7064          <Property Name="total" Type="Edm.Int64" />
  7065          <Property Name="used" Type="Edm.Int64" />
  7066          <Property Name="storagePlanInformation" Type="microsoft.graph.storagePlanInformation" />
  7067        </ComplexType>
  7068        <ComplexType Name="storagePlanInformation">
  7069          <Property Name="upgradeAvailable" Type="Edm.Boolean" />
  7070        </ComplexType>
  7071        <EntityType Name="driveItem" BaseType="microsoft.graph.baseItem" OpenType="true">
  7072          <Property Name="audio" Type="microsoft.graph.audio" />
  7073          <Property Name="bundle" Type="microsoft.graph.bundle" />
  7074          <Property Name="content" Type="Edm.Stream" />
  7075          <Property Name="cTag" Type="Edm.String" />
  7076          <Property Name="deleted" Type="microsoft.graph.deleted" />
  7077          <Property Name="file" Type="microsoft.graph.file" />
  7078          <Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
  7079          <Property Name="folder" Type="microsoft.graph.folder" />
  7080          <Property Name="image" Type="microsoft.graph.image" />
  7081          <Property Name="location" Type="microsoft.graph.geoCoordinates" />
  7082          <Property Name="package" Type="microsoft.graph.package" />
  7083          <Property Name="pendingOperations" Type="microsoft.graph.pendingOperations" />
  7084          <Property Name="photo" Type="microsoft.graph.photo" />
  7085          <Property Name="publication" Type="microsoft.graph.publicationFacet" />
  7086          <Property Name="remoteItem" Type="microsoft.graph.remoteItem" />
  7087          <Property Name="root" Type="microsoft.graph.root" />
  7088          <Property Name="searchResult" Type="microsoft.graph.searchResult" />
  7089          <Property Name="shared" Type="microsoft.graph.shared" />
  7090          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  7091          <Property Name="size" Type="Edm.Int64" />
  7092          <Property Name="specialFolder" Type="microsoft.graph.specialFolder" />
  7093          <Property Name="video" Type="microsoft.graph.video" />
  7094          <Property Name="webDavUrl" Type="Edm.String" />
  7095          <NavigationProperty Name="workbook" Type="microsoft.graph.workbook" ContainsTarget="true" />
  7096          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivityOLD)" ContainsTarget="true" />
  7097          <NavigationProperty Name="analytics" Type="microsoft.graph.itemAnalytics" />
  7098          <NavigationProperty Name="children" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  7099          <NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
  7100          <NavigationProperty Name="permissions" Type="Collection(microsoft.graph.permission)" ContainsTarget="true" />
  7101          <NavigationProperty Name="subscriptions" Type="Collection(microsoft.graph.subscription)" ContainsTarget="true" />
  7102          <NavigationProperty Name="thumbnails" Type="Collection(microsoft.graph.thumbnailSet)" ContainsTarget="true" />
  7103          <NavigationProperty Name="versions" Type="Collection(microsoft.graph.driveItemVersion)" ContainsTarget="true" />
  7104          <NavigationProperty Name="document" Type="microsoft.graph.document" ContainsTarget="true" />
  7105        </EntityType>
  7106        <EntityType Name="workbook" BaseType="microsoft.graph.entity">
  7107          <NavigationProperty Name="application" Type="microsoft.graph.workbookApplication" ContainsTarget="true" />
  7108          <NavigationProperty Name="names" Type="Collection(microsoft.graph.workbookNamedItem)" ContainsTarget="true" />
  7109          <NavigationProperty Name="tables" Type="Collection(microsoft.graph.workbookTable)" ContainsTarget="true" />
  7110          <NavigationProperty Name="worksheets" Type="Collection(microsoft.graph.workbookWorksheet)" ContainsTarget="true" />
  7111          <NavigationProperty Name="comments" Type="Collection(microsoft.graph.workbookComment)" ContainsTarget="true" />
  7112          <NavigationProperty Name="functions" Type="microsoft.graph.workbookFunctions" ContainsTarget="true" />
  7113        </EntityType>
  7114        <ComplexType Name="audio">
  7115          <Property Name="album" Type="Edm.String" />
  7116          <Property Name="albumArtist" Type="Edm.String" />
  7117          <Property Name="artist" Type="Edm.String" />
  7118          <Property Name="bitrate" Type="Edm.Int64" />
  7119          <Property Name="composers" Type="Edm.String" />
  7120          <Property Name="copyright" Type="Edm.String" />
  7121          <Property Name="disc" Type="Edm.Int16" />
  7122          <Property Name="discCount" Type="Edm.Int16" />
  7123          <Property Name="duration" Type="Edm.Int64" />
  7124          <Property Name="genre" Type="Edm.String" />
  7125          <Property Name="hasDrm" Type="Edm.Boolean" />
  7126          <Property Name="isVariableBitrate" Type="Edm.Boolean" />
  7127          <Property Name="title" Type="Edm.String" />
  7128          <Property Name="track" Type="Edm.Int32" />
  7129          <Property Name="trackCount" Type="Edm.Int32" />
  7130          <Property Name="year" Type="Edm.Int32" />
  7131        </ComplexType>
  7132        <ComplexType Name="bundle">
  7133          <Property Name="childCount" Type="Edm.Int32" />
  7134          <Property Name="album" Type="microsoft.graph.album" />
  7135        </ComplexType>
  7136        <ComplexType Name="album">
  7137          <Property Name="coverImageItemId" Type="Edm.String" />
  7138        </ComplexType>
  7139        <ComplexType Name="deleted">
  7140          <Property Name="state" Type="Edm.String" />
  7141        </ComplexType>
  7142        <ComplexType Name="file">
  7143          <Property Name="hashes" Type="microsoft.graph.hashes" />
  7144          <Property Name="mimeType" Type="Edm.String" />
  7145          <Property Name="processingMetadata" Type="Edm.Boolean" />
  7146        </ComplexType>
  7147        <ComplexType Name="hashes">
  7148          <Property Name="crc32Hash" Type="Edm.String" />
  7149          <Property Name="quickXorHash" Type="Edm.String" />
  7150          <Property Name="sha1Hash" Type="Edm.String" />
  7151          <Property Name="sha256Hash" Type="Edm.String" />
  7152        </ComplexType>
  7153        <ComplexType Name="fileSystemInfo">
  7154          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  7155          <Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
  7156          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  7157        </ComplexType>
  7158        <ComplexType Name="folder">
  7159          <Property Name="childCount" Type="Edm.Int32" />
  7160          <Property Name="view" Type="microsoft.graph.folderView" />
  7161        </ComplexType>
  7162        <ComplexType Name="folderView">
  7163          <Property Name="sortBy" Type="Edm.String" />
  7164          <Property Name="sortOrder" Type="Edm.String" />
  7165          <Property Name="viewType" Type="Edm.String" />
  7166        </ComplexType>
  7167        <ComplexType Name="image">
  7168          <Property Name="height" Type="Edm.Int32" />
  7169          <Property Name="width" Type="Edm.Int32" />
  7170        </ComplexType>
  7171        <ComplexType Name="package">
  7172          <Property Name="type" Type="Edm.String" />
  7173        </ComplexType>
  7174        <ComplexType Name="pendingOperations">
  7175          <Property Name="pendingContentUpdate" Type="microsoft.graph.pendingContentUpdate" />
  7176        </ComplexType>
  7177        <ComplexType Name="pendingContentUpdate">
  7178          <Property Name="queuedDateTime" Type="Edm.DateTimeOffset" />
  7179        </ComplexType>
  7180        <ComplexType Name="photo">
  7181          <Property Name="cameraMake" Type="Edm.String" />
  7182          <Property Name="cameraModel" Type="Edm.String" />
  7183          <Property Name="exposureDenominator" Type="Edm.Double" />
  7184          <Property Name="exposureNumerator" Type="Edm.Double" />
  7185          <Property Name="fNumber" Type="Edm.Double" />
  7186          <Property Name="focalLength" Type="Edm.Double" />
  7187          <Property Name="iso" Type="Edm.Int32" />
  7188          <Property Name="orientation" Type="Edm.Int16" />
  7189          <Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
  7190        </ComplexType>
  7191        <ComplexType Name="publicationFacet">
  7192          <Property Name="level" Type="Edm.String" />
  7193          <Property Name="versionId" Type="Edm.String" />
  7194        </ComplexType>
  7195        <ComplexType Name="remoteItem">
  7196          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
  7197          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  7198          <Property Name="file" Type="microsoft.graph.file" />
  7199          <Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
  7200          <Property Name="folder" Type="microsoft.graph.folder" />
  7201          <Property Name="id" Type="Edm.String" />
  7202          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  7203          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  7204          <Property Name="name" Type="Edm.String" />
  7205          <Property Name="package" Type="microsoft.graph.package" />
  7206          <Property Name="parentReference" Type="microsoft.graph.itemReference" />
  7207          <Property Name="shared" Type="microsoft.graph.shared" />
  7208          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  7209          <Property Name="size" Type="Edm.Int64" />
  7210          <Property Name="specialFolder" Type="microsoft.graph.specialFolder" />
  7211          <Property Name="webDavUrl" Type="Edm.String" />
  7212          <Property Name="webUrl" Type="Edm.String" />
  7213        </ComplexType>
  7214        <ComplexType Name="itemReference">
  7215          <Property Name="driveId" Type="Edm.String" />
  7216          <Property Name="driveType" Type="Edm.String" />
  7217          <Property Name="id" Type="Edm.String" />
  7218          <Property Name="name" Type="Edm.String" />
  7219          <Property Name="path" Type="Edm.String" />
  7220          <Property Name="shareId" Type="Edm.String" />
  7221          <Property Name="sharepointIds" Type="microsoft.graph.sharepointIds" />
  7222          <Property Name="siteId" Type="Edm.String" />
  7223        </ComplexType>
  7224        <ComplexType Name="shared">
  7225          <Property Name="owner" Type="microsoft.graph.identitySet" />
  7226          <Property Name="scope" Type="Edm.String" />
  7227          <Property Name="sharedBy" Type="microsoft.graph.identitySet" />
  7228          <Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
  7229        </ComplexType>
  7230        <ComplexType Name="specialFolder">
  7231          <Property Name="name" Type="Edm.String" />
  7232        </ComplexType>
  7233        <ComplexType Name="searchResult">
  7234          <Property Name="onClickTelemetryUrl" Type="Edm.String" />
  7235        </ComplexType>
  7236        <ComplexType Name="video">
  7237          <Property Name="audioBitsPerSample" Type="Edm.Int32" />
  7238          <Property Name="audioChannels" Type="Edm.Int32" />
  7239          <Property Name="audioFormat" Type="Edm.String" />
  7240          <Property Name="audioSamplesPerSecond" Type="Edm.Int32" />
  7241          <Property Name="bitrate" Type="Edm.Int32" />
  7242          <Property Name="duration" Type="Edm.Int64" />
  7243          <Property Name="fourCC" Type="Edm.String" />
  7244          <Property Name="frameRate" Type="Edm.Double" />
  7245          <Property Name="height" Type="Edm.Int32" />
  7246          <Property Name="width" Type="Edm.Int32" />
  7247        </ComplexType>
  7248        <EntityType Name="permission" BaseType="microsoft.graph.entity">
  7249          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  7250          <Property Name="grantedTo" Type="microsoft.graph.identitySet" />
  7251          <Property Name="grantedToIdentities" Type="Collection(microsoft.graph.identitySet)" />
  7252          <Property Name="hasPassword" Type="Edm.Boolean" />
  7253          <Property Name="inheritedFrom" Type="microsoft.graph.itemReference" />
  7254          <Property Name="invitation" Type="microsoft.graph.sharingInvitation" />
  7255          <Property Name="link" Type="microsoft.graph.sharingLink" />
  7256          <Property Name="roles" Type="Collection(Edm.String)" />
  7257          <Property Name="shareId" Type="Edm.String" />
  7258        </EntityType>
  7259        <EntityType Name="thumbnailSet" BaseType="microsoft.graph.entity" OpenType="true">
  7260          <Property Name="large" Type="microsoft.graph.thumbnail" />
  7261          <Property Name="medium" Type="microsoft.graph.thumbnail" />
  7262          <Property Name="small" Type="microsoft.graph.thumbnail" />
  7263          <Property Name="source" Type="microsoft.graph.thumbnail" />
  7264        </EntityType>
  7265        <EntityType Name="baseItemVersion" BaseType="microsoft.graph.entity" Abstract="true">
  7266          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
  7267          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  7268          <Property Name="publication" Type="microsoft.graph.publicationFacet" />
  7269        </EntityType>
  7270        <EntityType Name="driveItemVersion" BaseType="microsoft.graph.baseItemVersion">
  7271          <Property Name="content" Type="Edm.Stream" />
  7272          <Property Name="size" Type="Edm.Int64" />
  7273        </EntityType>
  7274        <EntityType Name="document" BaseType="microsoft.graph.entity">
  7275          <NavigationProperty Name="comments" Type="Collection(microsoft.graph.documentComment)" ContainsTarget="true" />
  7276        </EntityType>
  7277        <EntityType Name="workbookApplication" BaseType="microsoft.graph.entity">
  7278          <Property Name="calculationMode" Type="Edm.String" Nullable="false" />
  7279        </EntityType>
  7280        <EntityType Name="workbookNamedItem" BaseType="microsoft.graph.entity">
  7281          <Property Name="comment" Type="Edm.String" />
  7282          <Property Name="name" Type="Edm.String" />
  7283          <Property Name="scope" Type="Edm.String" Nullable="false" />
  7284          <Property Name="type" Type="Edm.String" />
  7285          <Property Name="value" Type="microsoft.graph.Json" />
  7286          <Property Name="visible" Type="Edm.Boolean" Nullable="false" />
  7287          <NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
  7288        </EntityType>
  7289        <EntityType Name="workbookTable" BaseType="microsoft.graph.entity">
  7290          <Property Name="highlightFirstColumn" Type="Edm.Boolean" Nullable="false" />
  7291          <Property Name="highlightLastColumn" Type="Edm.Boolean" Nullable="false" />
  7292          <Property Name="legacyId" Type="Edm.String" />
  7293          <Property Name="name" Type="Edm.String" />
  7294          <Property Name="showBandedColumns" Type="Edm.Boolean" Nullable="false" />
  7295          <Property Name="showBandedRows" Type="Edm.Boolean" Nullable="false" />
  7296          <Property Name="showFilterButton" Type="Edm.Boolean" Nullable="false" />
  7297          <Property Name="showHeaders" Type="Edm.Boolean" Nullable="false" />
  7298          <Property Name="showTotals" Type="Edm.Boolean" Nullable="false" />
  7299          <Property Name="style" Type="Edm.String" />
  7300          <NavigationProperty Name="columns" Type="Collection(microsoft.graph.workbookTableColumn)" ContainsTarget="true" />
  7301          <NavigationProperty Name="rows" Type="Collection(microsoft.graph.workbookTableRow)" ContainsTarget="true" />
  7302          <NavigationProperty Name="sort" Type="microsoft.graph.workbookTableSort" ContainsTarget="true" />
  7303          <NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
  7304        </EntityType>
  7305        <EntityType Name="workbookWorksheet" BaseType="microsoft.graph.entity">
  7306          <Property Name="name" Type="Edm.String" />
  7307          <Property Name="position" Type="Edm.Int32" Nullable="false" />
  7308          <Property Name="visibility" Type="Edm.String" Nullable="false" />
  7309          <NavigationProperty Name="charts" Type="Collection(microsoft.graph.workbookChart)" ContainsTarget="true" />
  7310          <NavigationProperty Name="names" Type="Collection(microsoft.graph.workbookNamedItem)" ContainsTarget="true" />
  7311          <NavigationProperty Name="pivotTables" Type="Collection(microsoft.graph.workbookPivotTable)" ContainsTarget="true" />
  7312          <NavigationProperty Name="protection" Type="microsoft.graph.workbookWorksheetProtection" ContainsTarget="true" />
  7313          <NavigationProperty Name="tables" Type="Collection(microsoft.graph.workbookTable)" ContainsTarget="true" />
  7314        </EntityType>
  7315        <EntityType Name="workbookComment" BaseType="microsoft.graph.entity">
  7316          <Property Name="content" Type="Edm.String" />
  7317          <Property Name="contentType" Type="Edm.String" Nullable="false" />
  7318          <NavigationProperty Name="replies" Type="Collection(microsoft.graph.workbookCommentReply)" ContainsTarget="true" />
  7319        </EntityType>
  7320        <EntityType Name="workbookFunctions" BaseType="microsoft.graph.entity" />
  7321        <ComplexType Name="workbookSessionInfo">
  7322          <Property Name="id" Type="Edm.String" />
  7323          <Property Name="persistChanges" Type="Edm.Boolean" />
  7324        </ComplexType>
  7325        <ComplexType Name="Json" />
  7326        <EntityType Name="workbookChart" BaseType="microsoft.graph.entity">
  7327          <Property Name="height" Type="Edm.Double" Nullable="false" />
  7328          <Property Name="left" Type="Edm.Double" Nullable="false" />
  7329          <Property Name="name" Type="Edm.String" />
  7330          <Property Name="top" Type="Edm.Double" Nullable="false" />
  7331          <Property Name="width" Type="Edm.Double" Nullable="false" />
  7332          <NavigationProperty Name="axes" Type="microsoft.graph.workbookChartAxes" ContainsTarget="true" />
  7333          <NavigationProperty Name="dataLabels" Type="microsoft.graph.workbookChartDataLabels" ContainsTarget="true" />
  7334          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartAreaFormat" ContainsTarget="true" />
  7335          <NavigationProperty Name="legend" Type="microsoft.graph.workbookChartLegend" ContainsTarget="true" />
  7336          <NavigationProperty Name="series" Type="Collection(microsoft.graph.workbookChartSeries)" ContainsTarget="true" />
  7337          <NavigationProperty Name="title" Type="microsoft.graph.workbookChartTitle" ContainsTarget="true" />
  7338          <NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
  7339        </EntityType>
  7340        <EntityType Name="workbookChartAxes" BaseType="microsoft.graph.entity">
  7341          <NavigationProperty Name="categoryAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
  7342          <NavigationProperty Name="seriesAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
  7343          <NavigationProperty Name="valueAxis" Type="microsoft.graph.workbookChartAxis" ContainsTarget="true" />
  7344        </EntityType>
  7345        <EntityType Name="workbookChartDataLabels" BaseType="microsoft.graph.entity">
  7346          <Property Name="position" Type="Edm.String" />
  7347          <Property Name="separator" Type="Edm.String" />
  7348          <Property Name="showBubbleSize" Type="Edm.Boolean" />
  7349          <Property Name="showCategoryName" Type="Edm.Boolean" />
  7350          <Property Name="showLegendKey" Type="Edm.Boolean" />
  7351          <Property Name="showPercentage" Type="Edm.Boolean" />
  7352          <Property Name="showSeriesName" Type="Edm.Boolean" />
  7353          <Property Name="showValue" Type="Edm.Boolean" />
  7354          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartDataLabelFormat" ContainsTarget="true" />
  7355        </EntityType>
  7356        <EntityType Name="workbookChartAreaFormat" BaseType="microsoft.graph.entity">
  7357          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7358          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7359        </EntityType>
  7360        <EntityType Name="workbookChartLegend" BaseType="microsoft.graph.entity">
  7361          <Property Name="overlay" Type="Edm.Boolean" />
  7362          <Property Name="position" Type="Edm.String" />
  7363          <Property Name="visible" Type="Edm.Boolean" Nullable="false" />
  7364          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartLegendFormat" ContainsTarget="true" />
  7365        </EntityType>
  7366        <EntityType Name="workbookChartSeries" BaseType="microsoft.graph.entity">
  7367          <Property Name="name" Type="Edm.String" />
  7368          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartSeriesFormat" ContainsTarget="true" />
  7369          <NavigationProperty Name="points" Type="Collection(microsoft.graph.workbookChartPoint)" ContainsTarget="true" />
  7370        </EntityType>
  7371        <EntityType Name="workbookChartTitle" BaseType="microsoft.graph.entity">
  7372          <Property Name="overlay" Type="Edm.Boolean" />
  7373          <Property Name="text" Type="Edm.String" />
  7374          <Property Name="visible" Type="Edm.Boolean" Nullable="false" />
  7375          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartTitleFormat" ContainsTarget="true" />
  7376        </EntityType>
  7377        <EntityType Name="workbookChartFill" BaseType="microsoft.graph.entity" />
  7378        <EntityType Name="workbookChartFont" BaseType="microsoft.graph.entity">
  7379          <Property Name="bold" Type="Edm.Boolean" />
  7380          <Property Name="color" Type="Edm.String" />
  7381          <Property Name="italic" Type="Edm.Boolean" />
  7382          <Property Name="name" Type="Edm.String" />
  7383          <Property Name="size" Type="Edm.Double" />
  7384          <Property Name="underline" Type="Edm.String" />
  7385        </EntityType>
  7386        <EntityType Name="workbookChartAxis" BaseType="microsoft.graph.entity">
  7387          <Property Name="majorUnit" Type="microsoft.graph.Json" />
  7388          <Property Name="maximum" Type="microsoft.graph.Json" />
  7389          <Property Name="minimum" Type="microsoft.graph.Json" />
  7390          <Property Name="minorUnit" Type="microsoft.graph.Json" />
  7391          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartAxisFormat" ContainsTarget="true" />
  7392          <NavigationProperty Name="majorGridlines" Type="microsoft.graph.workbookChartGridlines" ContainsTarget="true" />
  7393          <NavigationProperty Name="minorGridlines" Type="microsoft.graph.workbookChartGridlines" ContainsTarget="true" />
  7394          <NavigationProperty Name="title" Type="microsoft.graph.workbookChartAxisTitle" ContainsTarget="true" />
  7395        </EntityType>
  7396        <EntityType Name="workbookChartAxisFormat" BaseType="microsoft.graph.entity">
  7397          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7398          <NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
  7399        </EntityType>
  7400        <EntityType Name="workbookChartGridlines" BaseType="microsoft.graph.entity">
  7401          <Property Name="visible" Type="Edm.Boolean" Nullable="false" />
  7402          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartGridlinesFormat" ContainsTarget="true" />
  7403        </EntityType>
  7404        <EntityType Name="workbookChartAxisTitle" BaseType="microsoft.graph.entity">
  7405          <Property Name="text" Type="Edm.String" />
  7406          <Property Name="visible" Type="Edm.Boolean" Nullable="false" />
  7407          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartAxisTitleFormat" ContainsTarget="true" />
  7408        </EntityType>
  7409        <EntityType Name="workbookChartLineFormat" BaseType="microsoft.graph.entity">
  7410          <Property Name="color" Type="Edm.String" />
  7411        </EntityType>
  7412        <EntityType Name="workbookChartAxisTitleFormat" BaseType="microsoft.graph.entity">
  7413          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7414        </EntityType>
  7415        <EntityType Name="workbookChartDataLabelFormat" BaseType="microsoft.graph.entity">
  7416          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7417          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7418        </EntityType>
  7419        <EntityType Name="workbookChartGridlinesFormat" BaseType="microsoft.graph.entity">
  7420          <NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
  7421        </EntityType>
  7422        <EntityType Name="workbookChartLegendFormat" BaseType="microsoft.graph.entity">
  7423          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7424          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7425        </EntityType>
  7426        <EntityType Name="workbookChartPoint" BaseType="microsoft.graph.entity">
  7427          <Property Name="value" Type="microsoft.graph.Json" />
  7428          <NavigationProperty Name="format" Type="microsoft.graph.workbookChartPointFormat" ContainsTarget="true" />
  7429        </EntityType>
  7430        <EntityType Name="workbookChartPointFormat" BaseType="microsoft.graph.entity">
  7431          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7432        </EntityType>
  7433        <EntityType Name="workbookChartSeriesFormat" BaseType="microsoft.graph.entity">
  7434          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7435          <NavigationProperty Name="line" Type="microsoft.graph.workbookChartLineFormat" ContainsTarget="true" />
  7436        </EntityType>
  7437        <EntityType Name="workbookChartTitleFormat" BaseType="microsoft.graph.entity">
  7438          <NavigationProperty Name="fill" Type="microsoft.graph.workbookChartFill" ContainsTarget="true" />
  7439          <NavigationProperty Name="font" Type="microsoft.graph.workbookChartFont" ContainsTarget="true" />
  7440        </EntityType>
  7441        <EntityType Name="workbookCommentReply" BaseType="microsoft.graph.entity">
  7442          <Property Name="content" Type="Edm.String" />
  7443          <Property Name="contentType" Type="Edm.String" Nullable="false" />
  7444        </EntityType>
  7445        <EntityType Name="workbookFilter" BaseType="microsoft.graph.entity">
  7446          <Property Name="criteria" Type="microsoft.graph.workbookFilterCriteria" />
  7447        </EntityType>
  7448        <ComplexType Name="workbookFilterCriteria">
  7449          <Property Name="color" Type="Edm.String" />
  7450          <Property Name="criterion1" Type="Edm.String" />
  7451          <Property Name="criterion2" Type="Edm.String" />
  7452          <Property Name="dynamicCriteria" Type="Edm.String" Nullable="false" />
  7453          <Property Name="filterOn" Type="Edm.String" Nullable="false" />
  7454          <Property Name="icon" Type="microsoft.graph.workbookIcon" />
  7455          <Property Name="operator" Type="Edm.String" Nullable="false" />
  7456          <Property Name="values" Type="microsoft.graph.Json" />
  7457        </ComplexType>
  7458        <ComplexType Name="workbookIcon">
  7459          <Property Name="index" Type="Edm.Int32" Nullable="false" />
  7460          <Property Name="set" Type="Edm.String" Nullable="false" />
  7461        </ComplexType>
  7462        <EntityType Name="workbookFormatProtection" BaseType="microsoft.graph.entity">
  7463          <Property Name="formulaHidden" Type="Edm.Boolean" />
  7464          <Property Name="locked" Type="Edm.Boolean" />
  7465        </EntityType>
  7466        <EntityType Name="workbookFunctionResult" BaseType="microsoft.graph.entity">
  7467          <Property Name="error" Type="Edm.String" />
  7468          <Property Name="value" Type="microsoft.graph.Json" />
  7469        </EntityType>
  7470        <EntityType Name="workbookPivotTable" BaseType="microsoft.graph.entity">
  7471          <Property Name="name" Type="Edm.String" />
  7472          <NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
  7473        </EntityType>
  7474        <EntityType Name="workbookRange" BaseType="microsoft.graph.entity">
  7475          <Property Name="address" Type="Edm.String" />
  7476          <Property Name="addressLocal" Type="Edm.String" />
  7477          <Property Name="cellCount" Type="Edm.Int32" Nullable="false" />
  7478          <Property Name="columnCount" Type="Edm.Int32" Nullable="false" />
  7479          <Property Name="columnHidden" Type="Edm.Boolean" />
  7480          <Property Name="columnIndex" Type="Edm.Int32" Nullable="false" />
  7481          <Property Name="formulas" Type="microsoft.graph.Json" />
  7482          <Property Name="formulasLocal" Type="microsoft.graph.Json" />
  7483          <Property Name="formulasR1C1" Type="microsoft.graph.Json" />
  7484          <Property Name="hidden" Type="Edm.Boolean" />
  7485          <Property Name="numberFormat" Type="microsoft.graph.Json" />
  7486          <Property Name="rowCount" Type="Edm.Int32" Nullable="false" />
  7487          <Property Name="rowHidden" Type="Edm.Boolean" />
  7488          <Property Name="rowIndex" Type="Edm.Int32" Nullable="false" />
  7489          <Property Name="text" Type="microsoft.graph.Json" />
  7490          <Property Name="valueTypes" Type="microsoft.graph.Json" />
  7491          <Property Name="values" Type="microsoft.graph.Json" />
  7492          <NavigationProperty Name="format" Type="microsoft.graph.workbookRangeFormat" ContainsTarget="true" />
  7493          <NavigationProperty Name="sort" Type="microsoft.graph.workbookRangeSort" ContainsTarget="true" />
  7494          <NavigationProperty Name="worksheet" Type="microsoft.graph.workbookWorksheet" ContainsTarget="true" />
  7495        </EntityType>
  7496        <EntityType Name="workbookRangeFormat" BaseType="microsoft.graph.entity">
  7497          <Property Name="columnWidth" Type="Edm.Double" />
  7498          <Property Name="horizontalAlignment" Type="Edm.String" />
  7499          <Property Name="rowHeight" Type="Edm.Double" />
  7500          <Property Name="verticalAlignment" Type="Edm.String" />
  7501          <Property Name="wrapText" Type="Edm.Boolean" />
  7502          <NavigationProperty Name="borders" Type="Collection(microsoft.graph.workbookRangeBorder)" ContainsTarget="true" />
  7503          <NavigationProperty Name="fill" Type="microsoft.graph.workbookRangeFill" ContainsTarget="true" />
  7504          <NavigationProperty Name="font" Type="microsoft.graph.workbookRangeFont" ContainsTarget="true" />
  7505          <NavigationProperty Name="protection" Type="microsoft.graph.workbookFormatProtection" ContainsTarget="true" />
  7506        </EntityType>
  7507        <EntityType Name="workbookRangeSort" BaseType="microsoft.graph.entity" />
  7508        <EntityType Name="workbookRangeBorder" BaseType="microsoft.graph.entity">
  7509          <Property Name="color" Type="Edm.String" />
  7510          <Property Name="sideIndex" Type="Edm.String" />
  7511          <Property Name="style" Type="Edm.String" />
  7512          <Property Name="weight" Type="Edm.String" />
  7513        </EntityType>
  7514        <EntityType Name="workbookRangeFill" BaseType="microsoft.graph.entity">
  7515          <Property Name="color" Type="Edm.String" />
  7516        </EntityType>
  7517        <EntityType Name="workbookRangeFont" BaseType="microsoft.graph.entity">
  7518          <Property Name="bold" Type="Edm.Boolean" />
  7519          <Property Name="color" Type="Edm.String" />
  7520          <Property Name="italic" Type="Edm.Boolean" />
  7521          <Property Name="name" Type="Edm.String" />
  7522          <Property Name="size" Type="Edm.Double" />
  7523          <Property Name="underline" Type="Edm.String" />
  7524        </EntityType>
  7525        <EntityType Name="workbookRangeView" BaseType="microsoft.graph.entity">
  7526          <Property Name="cellAddresses" Type="microsoft.graph.Json" />
  7527          <Property Name="columnCount" Type="Edm.Int32" Nullable="false" />
  7528          <Property Name="formulas" Type="microsoft.graph.Json" />
  7529          <Property Name="formulasLocal" Type="microsoft.graph.Json" />
  7530          <Property Name="formulasR1C1" Type="microsoft.graph.Json" />
  7531          <Property Name="index" Type="Edm.Int32" Nullable="false" />
  7532          <Property Name="numberFormat" Type="microsoft.graph.Json" />
  7533          <Property Name="rowCount" Type="Edm.Int32" Nullable="false" />
  7534          <Property Name="text" Type="microsoft.graph.Json" />
  7535          <Property Name="valueTypes" Type="microsoft.graph.Json" />
  7536          <Property Name="values" Type="microsoft.graph.Json" />
  7537          <NavigationProperty Name="rows" Type="Collection(microsoft.graph.workbookRangeView)" ContainsTarget="true" />
  7538        </EntityType>
  7539        <EntityType Name="workbookTableColumn" BaseType="microsoft.graph.entity">
  7540          <Property Name="index" Type="Edm.Int32" Nullable="false" />
  7541          <Property Name="name" Type="Edm.String" />
  7542          <Property Name="values" Type="microsoft.graph.Json" />
  7543          <NavigationProperty Name="filter" Type="microsoft.graph.workbookFilter" ContainsTarget="true" />
  7544        </EntityType>
  7545        <EntityType Name="workbookTableRow" BaseType="microsoft.graph.entity">
  7546          <Property Name="index" Type="Edm.Int32" Nullable="false" />
  7547          <Property Name="values" Type="microsoft.graph.Json" />
  7548        </EntityType>
  7549        <EntityType Name="workbookTableSort" BaseType="microsoft.graph.entity">
  7550          <Property Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
  7551          <Property Name="matchCase" Type="Edm.Boolean" Nullable="false" />
  7552          <Property Name="method" Type="Edm.String" Nullable="false" />
  7553        </EntityType>
  7554        <ComplexType Name="workbookSortField">
  7555          <Property Name="ascending" Type="Edm.Boolean" Nullable="false" />
  7556          <Property Name="color" Type="Edm.String" />
  7557          <Property Name="dataOption" Type="Edm.String" Nullable="false" />
  7558          <Property Name="icon" Type="microsoft.graph.workbookIcon" />
  7559          <Property Name="key" Type="Edm.Int32" Nullable="false" />
  7560          <Property Name="sortOn" Type="Edm.String" Nullable="false" />
  7561        </ComplexType>
  7562        <EntityType Name="workbookWorksheetProtection" BaseType="microsoft.graph.entity">
  7563          <Property Name="options" Type="microsoft.graph.workbookWorksheetProtectionOptions" />
  7564          <Property Name="protected" Type="Edm.Boolean" Nullable="false" />
  7565        </EntityType>
  7566        <ComplexType Name="workbookWorksheetProtectionOptions">
  7567          <Property Name="allowAutoFilter" Type="Edm.Boolean" Nullable="false" />
  7568          <Property Name="allowDeleteColumns" Type="Edm.Boolean" Nullable="false" />
  7569          <Property Name="allowDeleteRows" Type="Edm.Boolean" Nullable="false" />
  7570          <Property Name="allowFormatCells" Type="Edm.Boolean" Nullable="false" />
  7571          <Property Name="allowFormatColumns" Type="Edm.Boolean" Nullable="false" />
  7572          <Property Name="allowFormatRows" Type="Edm.Boolean" Nullable="false" />
  7573          <Property Name="allowInsertColumns" Type="Edm.Boolean" Nullable="false" />
  7574          <Property Name="allowInsertHyperlinks" Type="Edm.Boolean" Nullable="false" />
  7575          <Property Name="allowInsertRows" Type="Edm.Boolean" Nullable="false" />
  7576          <Property Name="allowPivotTables" Type="Edm.Boolean" Nullable="false" />
  7577          <Property Name="allowSort" Type="Edm.Boolean" Nullable="false" />
  7578        </ComplexType>
  7579        <ComplexType Name="workbookFilterDatetime">
  7580          <Property Name="date" Type="Edm.String" />
  7581          <Property Name="specificity" Type="Edm.String" Nullable="false" />
  7582        </ComplexType>
  7583        <ComplexType Name="workbookRangeReference">
  7584          <Property Name="address" Type="Edm.String" />
  7585        </ComplexType>
  7586        <EntityType Name="place" BaseType="microsoft.graph.entity" Abstract="true">
  7587          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  7588          <Property Name="geoCoordinates" Type="microsoft.graph.outlookGeoCoordinates" />
  7589          <Property Name="phone" Type="Edm.String" />
  7590          <Property Name="address" Type="microsoft.graph.physicalAddress" />
  7591        </EntityType>
  7592        <EntityType Name="room" BaseType="microsoft.graph.place">
  7593          <Property Name="emailAddress" Type="Edm.String" />
  7594          <Property Name="nickname" Type="Edm.String" Nullable="false" />
  7595          <Property Name="building" Type="Edm.String" />
  7596          <Property Name="floorNumber" Type="Edm.Int32" />
  7597          <Property Name="label" Type="Edm.String" />
  7598          <Property Name="capacity" Type="Edm.Int32" />
  7599          <Property Name="bookingType" Type="microsoft.graph.bookingType" />
  7600          <Property Name="audioDeviceName" Type="Edm.String" />
  7601          <Property Name="videoDeviceName" Type="Edm.String" />
  7602          <Property Name="displayDeviceName" Type="Edm.String" />
  7603          <Property Name="isWheelChairAccessible" Type="Edm.Boolean" />
  7604          <Property Name="tags" Type="Collection(Edm.String)" />
  7605          <Property Name="floorLabel" Type="Edm.String" />
  7606        </EntityType>
  7607        <EntityType Name="roomList" BaseType="microsoft.graph.place">
  7608          <Property Name="emailAddress" Type="Edm.String" />
  7609          <NavigationProperty Name="rooms" Type="Collection(microsoft.graph.room)" ContainsTarget="true" />
  7610        </EntityType>
  7611        <ComplexType Name="attendeeBase" BaseType="microsoft.graph.recipient">
  7612          <Property Name="type" Type="microsoft.graph.attendeeType" />
  7613        </ComplexType>
  7614        <ComplexType Name="locationConstraint">
  7615          <Property Name="locations" Type="Collection(microsoft.graph.locationConstraintItem)" />
  7616          <Property Name="isRequired" Type="Edm.Boolean" />
  7617          <Property Name="suggestLocation" Type="Edm.Boolean" />
  7618        </ComplexType>
  7619        <ComplexType Name="locationConstraintItem" BaseType="microsoft.graph.location">
  7620          <Property Name="resolveAvailability" Type="Edm.Boolean" />
  7621        </ComplexType>
  7622        <ComplexType Name="meetingTimeSuggestionsResult">
  7623          <Property Name="meetingTimeSuggestions" Type="Collection(microsoft.graph.meetingTimeSuggestion)" />
  7624          <Property Name="emptySuggestionsReason" Type="Edm.String" />
  7625        </ComplexType>
  7626        <ComplexType Name="meetingTimeSuggestion">
  7627          <Property Name="confidence" Type="Edm.Double" />
  7628          <Property Name="order" Type="Edm.Int32" />
  7629          <Property Name="organizerAvailability" Type="microsoft.graph.freeBusyStatus" />
  7630          <Property Name="attendeeAvailability" Type="Collection(microsoft.graph.attendeeAvailability)" />
  7631          <Property Name="locations" Type="Collection(microsoft.graph.location)" />
  7632          <Property Name="suggestionReason" Type="Edm.String" />
  7633          <Property Name="meetingTimeSlot" Type="microsoft.graph.timeSlot" />
  7634        </ComplexType>
  7635        <ComplexType Name="attendeeAvailability">
  7636          <Property Name="attendee" Type="microsoft.graph.attendeeBase" />
  7637          <Property Name="availability" Type="microsoft.graph.freeBusyStatus" />
  7638        </ComplexType>
  7639        <ComplexType Name="timeConstraint">
  7640          <Property Name="activityDomain" Type="microsoft.graph.activityDomain" />
  7641          <Property Name="timeSlots" Type="Collection(microsoft.graph.timeSlot)" />
  7642        </ComplexType>
  7643        <ComplexType Name="resourcePropertiesModel">
  7644          <Property Name="name" Type="Edm.String" />
  7645          <Property Name="label" Type="Edm.String" />
  7646          <Property Name="type" Type="Edm.String" />
  7647          <Property Name="capacity" Type="Edm.Int32" />
  7648          <Property Name="isManaged" Type="Edm.Boolean" />
  7649          <Property Name="bookingType" Type="microsoft.graph.bookingType" />
  7650          <Property Name="building" Type="Edm.String" />
  7651          <Property Name="floor" Type="Edm.String" />
  7652        </ComplexType>
  7653        <ComplexType Name="extendedPlacePropertiesModel">
  7654          <Property Name="priceRange" Type="Edm.String" />
  7655          <Property Name="menuUrl" Type="Edm.String" />
  7656          <Property Name="businessUrl" Type="Edm.String" />
  7657          <Property Name="formattedAddress" Type="Edm.String" />
  7658          <Property Name="openingHoursSpecifications" Type="Collection(microsoft.graph.openingHoursSpecification)" />
  7659          <Property Name="timeZone" Type="Edm.String" />
  7660        </ComplexType>
  7661        <ComplexType Name="openingHoursSpecification">
  7662          <Property Name="dayOfWeek" Type="Edm.String" />
  7663          <Property Name="opens" Type="Edm.String" />
  7664          <Property Name="closes" Type="Edm.String" />
  7665        </ComplexType>
  7666        <ComplexType Name="learnedLocationModel">
  7667          <Property Name="address" Type="microsoft.graph.physicalAddress" />
  7668          <Property Name="coordinates" Type="microsoft.graph.outlookGeoCoordinates" />
  7669        </ComplexType>
  7670        <ComplexType Name="customTimeZone" BaseType="microsoft.graph.timeZoneBase">
  7671          <Property Name="bias" Type="Edm.Int32" />
  7672          <Property Name="standardOffset" Type="microsoft.graph.standardTimeZoneOffset" />
  7673          <Property Name="daylightOffset" Type="microsoft.graph.daylightTimeZoneOffset" />
  7674        </ComplexType>
  7675        <ComplexType Name="standardTimeZoneOffset">
  7676          <Property Name="time" Type="Edm.TimeOfDay" />
  7677          <Property Name="dayOccurrence" Type="Edm.Int32" />
  7678          <Property Name="dayOfWeek" Type="microsoft.graph.dayOfWeek" />
  7679          <Property Name="month" Type="Edm.Int32" />
  7680          <Property Name="year" Type="Edm.Int32" />
  7681        </ComplexType>
  7682        <ComplexType Name="daylightTimeZoneOffset" BaseType="microsoft.graph.standardTimeZoneOffset">
  7683          <Property Name="daylightBias" Type="Edm.Int32" />
  7684        </ComplexType>
  7685        <ComplexType Name="reminder">
  7686          <Property Name="eventId" Type="Edm.String" />
  7687          <Property Name="eventStartTime" Type="microsoft.graph.dateTimeTimeZone" />
  7688          <Property Name="eventEndTime" Type="microsoft.graph.dateTimeTimeZone" />
  7689          <Property Name="changeKey" Type="Edm.String" />
  7690          <Property Name="eventSubject" Type="Edm.String" />
  7691          <Property Name="eventLocation" Type="microsoft.graph.location" />
  7692          <Property Name="eventWebLink" Type="Edm.String" />
  7693          <Property Name="reminderFireTime" Type="microsoft.graph.dateTimeTimeZone" />
  7694        </ComplexType>
  7695        <ComplexType Name="mailTips">
  7696          <Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
  7697          <Property Name="automaticReplies" Type="microsoft.graph.automaticRepliesMailTips" />
  7698          <Property Name="mailboxFull" Type="Edm.Boolean" />
  7699          <Property Name="customMailTip" Type="Edm.String" />
  7700          <Property Name="externalMemberCount" Type="Edm.Int32" />
  7701          <Property Name="totalMemberCount" Type="Edm.Int32" />
  7702          <Property Name="deliveryRestricted" Type="Edm.Boolean" />
  7703          <Property Name="isModerated" Type="Edm.Boolean" />
  7704          <Property Name="recipientScope" Type="microsoft.graph.recipientScopeType" />
  7705          <Property Name="recipientSuggestions" Type="Collection(microsoft.graph.recipient)" />
  7706          <Property Name="maxMessageSize" Type="Edm.Int32" />
  7707          <Property Name="error" Type="microsoft.graph.mailTipsError" />
  7708        </ComplexType>
  7709        <ComplexType Name="automaticRepliesMailTips">
  7710          <Property Name="message" Type="Edm.String" />
  7711          <Property Name="messageLanguage" Type="microsoft.graph.localeInfo" />
  7712          <Property Name="scheduledStartTime" Type="microsoft.graph.dateTimeTimeZone" />
  7713          <Property Name="scheduledEndTime" Type="microsoft.graph.dateTimeTimeZone" />
  7714        </ComplexType>
  7715        <ComplexType Name="mailTipsError">
  7716          <Property Name="message" Type="Edm.String" />
  7717          <Property Name="code" Type="Edm.String" />
  7718        </ComplexType>
  7719        <ComplexType Name="convertIdResult">
  7720          <Property Name="sourceId" Type="Edm.String" />
  7721          <Property Name="targetId" Type="Edm.String" />
  7722          <Property Name="errorDetails" Type="microsoft.graph.genericError" />
  7723        </ComplexType>
  7724        <ComplexType Name="genericError">
  7725          <Property Name="message" Type="Edm.String" />
  7726          <Property Name="code" Type="Edm.String" />
  7727        </ComplexType>
  7728        <EntityType Name="outlookCategory" BaseType="microsoft.graph.entity">
  7729          <Property Name="displayName" Type="Edm.String" />
  7730          <Property Name="color" Type="microsoft.graph.categoryColor" />
  7731        </EntityType>
  7732        <EntityType Name="outlookTaskGroup" BaseType="microsoft.graph.entity">
  7733          <Property Name="changeKey" Type="Edm.String" />
  7734          <Property Name="isDefaultGroup" Type="Edm.Boolean" />
  7735          <Property Name="name" Type="Edm.String" />
  7736          <Property Name="groupKey" Type="Edm.Guid" />
  7737          <NavigationProperty Name="taskFolders" Type="Collection(microsoft.graph.outlookTaskFolder)" ContainsTarget="true" />
  7738        </EntityType>
  7739        <EntityType Name="outlookTaskFolder" BaseType="microsoft.graph.entity">
  7740          <Property Name="changeKey" Type="Edm.String" />
  7741          <Property Name="name" Type="Edm.String" />
  7742          <Property Name="isDefaultFolder" Type="Edm.Boolean" />
  7743          <Property Name="parentGroupKey" Type="Edm.Guid" />
  7744          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.outlookTask)" ContainsTarget="true" />
  7745          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  7746          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  7747        </EntityType>
  7748        <EntityType Name="outlookTask" BaseType="microsoft.graph.outlookItem">
  7749          <Property Name="assignedTo" Type="Edm.String" />
  7750          <Property Name="body" Type="microsoft.graph.itemBody" />
  7751          <Property Name="completedDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7752          <Property Name="dueDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7753          <Property Name="hasAttachments" Type="Edm.Boolean" />
  7754          <Property Name="importance" Type="microsoft.graph.importance" />
  7755          <Property Name="isReminderOn" Type="Edm.Boolean" />
  7756          <Property Name="owner" Type="Edm.String" />
  7757          <Property Name="parentFolderId" Type="Edm.String" />
  7758          <Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
  7759          <Property Name="reminderDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7760          <Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
  7761          <Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7762          <Property Name="status" Type="microsoft.graph.taskStatus" />
  7763          <Property Name="subject" Type="Edm.String" />
  7764          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  7765          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  7766          <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
  7767        </EntityType>
  7768        <ComplexType Name="timeZoneInformation">
  7769          <Property Name="alias" Type="Edm.String" />
  7770          <Property Name="displayName" Type="Edm.String" />
  7771        </ComplexType>
  7772        <ComplexType Name="internetMessageHeader">
  7773          <Property Name="name" Type="Edm.String" />
  7774          <Property Name="value" Type="Edm.String" />
  7775        </ComplexType>
  7776        <ComplexType Name="itemBody">
  7777          <Property Name="contentType" Type="microsoft.graph.bodyType" />
  7778          <Property Name="content" Type="Edm.String" />
  7779        </ComplexType>
  7780        <ComplexType Name="mentionsPreview">
  7781          <Property Name="isMentioned" Type="Edm.Boolean" />
  7782        </ComplexType>
  7783        <ComplexType Name="followupFlag">
  7784          <Property Name="completedDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7785          <Property Name="dueDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7786          <Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7787          <Property Name="flagStatus" Type="microsoft.graph.followupFlagStatus" />
  7788        </ComplexType>
  7789        <EntityType Name="singleValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
  7790          <Property Name="value" Type="Edm.String" />
  7791        </EntityType>
  7792        <EntityType Name="multiValueLegacyExtendedProperty" BaseType="microsoft.graph.entity">
  7793          <Property Name="value" Type="Collection(Edm.String)" />
  7794        </EntityType>
  7795        <EntityType Name="attachment" BaseType="microsoft.graph.entity" Abstract="true">
  7796          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  7797          <Property Name="name" Type="Edm.String" />
  7798          <Property Name="contentType" Type="Edm.String" />
  7799          <Property Name="size" Type="Edm.Int32" Nullable="false" />
  7800          <Property Name="isInline" Type="Edm.Boolean" Nullable="false" />
  7801        </EntityType>
  7802        <EntityType Name="mention" BaseType="microsoft.graph.entity">
  7803          <Property Name="mentioned" Type="microsoft.graph.emailAddress" Nullable="false" />
  7804          <Property Name="mentionText" Type="Edm.String" />
  7805          <Property Name="clientReference" Type="Edm.String" />
  7806          <Property Name="createdBy" Type="microsoft.graph.emailAddress" />
  7807          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  7808          <Property Name="serverCreatedDateTime" Type="Edm.DateTimeOffset" />
  7809          <Property Name="deepLink" Type="Edm.String" />
  7810          <Property Name="application" Type="Edm.String" />
  7811        </EntityType>
  7812        <EntityType Name="calendarSharingMessage" BaseType="microsoft.graph.message">
  7813          <Property Name="canAccept" Type="Edm.Boolean" />
  7814          <Property Name="suggestedCalendarName" Type="Edm.String" />
  7815          <Property Name="sharingMessageAction" Type="microsoft.graph.calendarSharingMessageAction" />
  7816          <Property Name="sharingMessageActions" Type="Collection(microsoft.graph.calendarSharingMessageAction)" />
  7817        </EntityType>
  7818        <ComplexType Name="calendarSharingMessageAction">
  7819          <Property Name="importance" Type="microsoft.graph.calendarSharingActionImportance" />
  7820          <Property Name="actionType" Type="microsoft.graph.calendarSharingActionType" />
  7821          <Property Name="action" Type="microsoft.graph.calendarSharingAction" />
  7822        </ComplexType>
  7823        <EntityType Name="eventMessage" BaseType="microsoft.graph.message">
  7824          <Property Name="meetingMessageType" Type="microsoft.graph.meetingMessageType" />
  7825          <Property Name="startDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7826          <Property Name="endDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7827          <Property Name="location" Type="microsoft.graph.location" />
  7828          <Property Name="type" Type="microsoft.graph.eventType" />
  7829          <Property Name="recurrence" Type="microsoft.graph.patternedRecurrence" />
  7830          <Property Name="isOutOfDate" Type="Edm.Boolean" />
  7831          <Property Name="isAllDay" Type="Edm.Boolean" />
  7832          <Property Name="isDelegated" Type="Edm.Boolean" />
  7833          <NavigationProperty Name="event" Type="microsoft.graph.event" ContainsTarget="true" />
  7834        </EntityType>
  7835        <ComplexType Name="patternedRecurrence">
  7836          <Property Name="pattern" Type="microsoft.graph.recurrencePattern" />
  7837          <Property Name="range" Type="microsoft.graph.recurrenceRange" />
  7838        </ComplexType>
  7839        <ComplexType Name="recurrencePattern">
  7840          <Property Name="type" Type="microsoft.graph.recurrencePatternType" />
  7841          <Property Name="interval" Type="Edm.Int32" Nullable="false" />
  7842          <Property Name="month" Type="Edm.Int32" Nullable="false" />
  7843          <Property Name="dayOfMonth" Type="Edm.Int32" Nullable="false" />
  7844          <Property Name="daysOfWeek" Type="Collection(microsoft.graph.dayOfWeek)" />
  7845          <Property Name="firstDayOfWeek" Type="microsoft.graph.dayOfWeek" />
  7846          <Property Name="index" Type="microsoft.graph.weekIndex" />
  7847        </ComplexType>
  7848        <ComplexType Name="recurrenceRange">
  7849          <Property Name="type" Type="microsoft.graph.recurrenceRangeType" />
  7850          <Property Name="startDate" Type="Edm.Date" />
  7851          <Property Name="endDate" Type="Edm.Date" />
  7852          <Property Name="recurrenceTimeZone" Type="Edm.String" />
  7853          <Property Name="numberOfOccurrences" Type="Edm.Int32" Nullable="false" />
  7854        </ComplexType>
  7855        <EntityType Name="eventMessageRequest" BaseType="microsoft.graph.eventMessage">
  7856          <Property Name="previousLocation" Type="microsoft.graph.location" />
  7857          <Property Name="previousStartDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7858          <Property Name="previousEndDateTime" Type="microsoft.graph.dateTimeTimeZone" />
  7859          <Property Name="responseRequested" Type="Edm.Boolean" />
  7860          <Property Name="allowNewTimeProposals" Type="Edm.Boolean" />
  7861        </EntityType>
  7862        <EntityType Name="eventMessageResponse" BaseType="microsoft.graph.eventMessage">
  7863          <Property Name="proposedNewTime" Type="microsoft.graph.timeSlot" />
  7864          <Property Name="responseType" Type="microsoft.graph.responseType" />
  7865        </EntityType>
  7866        <EntityType Name="messageRule" BaseType="microsoft.graph.entity">
  7867          <Property Name="displayName" Type="Edm.String" />
  7868          <Property Name="sequence" Type="Edm.Int32" />
  7869          <Property Name="conditions" Type="microsoft.graph.messageRulePredicates" />
  7870          <Property Name="actions" Type="microsoft.graph.messageRuleActions" />
  7871          <Property Name="exceptions" Type="microsoft.graph.messageRulePredicates" />
  7872          <Property Name="isEnabled" Type="Edm.Boolean" />
  7873          <Property Name="hasError" Type="Edm.Boolean" />
  7874          <Property Name="isReadOnly" Type="Edm.Boolean" />
  7875        </EntityType>
  7876        <EntityType Name="userConfiguration" BaseType="microsoft.graph.entity">
  7877          <Property Name="binaryData" Type="Edm.Binary" />
  7878        </EntityType>
  7879        <EntityType Name="mailSearchFolder" BaseType="microsoft.graph.mailFolder">
  7880          <Property Name="isSupported" Type="Edm.Boolean" />
  7881          <Property Name="includeNestedFolders" Type="Edm.Boolean" />
  7882          <Property Name="sourceFolderIds" Type="Collection(Edm.String)" />
  7883          <Property Name="filterQuery" Type="Edm.String" />
  7884        </EntityType>
  7885        <EntityType Name="calendarPermission" BaseType="microsoft.graph.entity">
  7886          <Property Name="emailAddress" Type="microsoft.graph.emailAddress" />
  7887          <Property Name="isRemovable" Type="Edm.Boolean" />
  7888          <Property Name="isInsideOrganization" Type="Edm.Boolean" />
  7889          <Property Name="role" Type="microsoft.graph.calendarRoleType" />
  7890          <Property Name="allowedRoles" Type="Collection(microsoft.graph.calendarRoleType)" />
  7891        </EntityType>
  7892        <ComplexType Name="scheduleInformation">
  7893          <Property Name="scheduleId" Type="Edm.String" />
  7894          <Property Name="scheduleItems" Type="Collection(microsoft.graph.scheduleItem)" />
  7895          <Property Name="availabilityView" Type="Edm.String" />
  7896          <Property Name="error" Type="microsoft.graph.freeBusyError" />
  7897          <Property Name="workingHours" Type="microsoft.graph.workingHours" />
  7898        </ComplexType>
  7899        <ComplexType Name="scheduleItem">
  7900          <Property Name="start" Type="microsoft.graph.dateTimeTimeZone" />
  7901          <Property Name="end" Type="microsoft.graph.dateTimeTimeZone" />
  7902          <Property Name="isPrivate" Type="Edm.Boolean" />
  7903          <Property Name="status" Type="microsoft.graph.freeBusyStatus" />
  7904          <Property Name="subject" Type="Edm.String" />
  7905          <Property Name="location" Type="Edm.String" />
  7906        </ComplexType>
  7907        <ComplexType Name="freeBusyError">
  7908          <Property Name="message" Type="Edm.String" />
  7909          <Property Name="responseCode" Type="Edm.String" />
  7910        </ComplexType>
  7911        <ComplexType Name="responseStatus">
  7912          <Property Name="response" Type="microsoft.graph.responseType" />
  7913          <Property Name="time" Type="Edm.DateTimeOffset" />
  7914        </ComplexType>
  7915        <ComplexType Name="attendee" BaseType="microsoft.graph.attendeeBase">
  7916          <Property Name="status" Type="microsoft.graph.responseStatus" />
  7917          <Property Name="proposedNewTime" Type="microsoft.graph.timeSlot" />
  7918        </ComplexType>
  7919        <ComplexType Name="onlineMeetingInfo">
  7920          <Property Name="joinUrl" Type="Edm.String" />
  7921          <Property Name="conferenceId" Type="Edm.String" />
  7922          <Property Name="tollNumber" Type="Edm.String" />
  7923          <Property Name="tollFreeNumbers" Type="Collection(Edm.String)" />
  7924          <Property Name="quickDial" Type="Edm.String" />
  7925          <Property Name="phones" Type="Collection(microsoft.graph.phone)" />
  7926        </ComplexType>
  7927        <ComplexType Name="rankedEmailAddress">
  7928          <Property Name="address" Type="Edm.String" />
  7929          <Property Name="rank" Type="Edm.Double" />
  7930        </ComplexType>
  7931        <ComplexType Name="website">
  7932          <Property Name="type" Type="microsoft.graph.websiteType" />
  7933          <Property Name="address" Type="Edm.String" />
  7934          <Property Name="displayName" Type="Edm.String" />
  7935        </ComplexType>
  7936        <ComplexType Name="personDataSource">
  7937          <Property Name="type" Type="Edm.String" />
  7938        </ComplexType>
  7939        <ComplexType Name="typedEmailAddress" BaseType="microsoft.graph.emailAddress">
  7940          <Property Name="type" Type="microsoft.graph.emailType" />
  7941          <Property Name="otherLabel" Type="Edm.String" />
  7942        </ComplexType>
  7943        <EntityType Name="inferenceClassificationOverride" BaseType="microsoft.graph.entity">
  7944          <Property Name="classifyAs" Type="microsoft.graph.inferenceClassificationType" />
  7945          <Property Name="senderEmailAddress" Type="microsoft.graph.emailAddress" />
  7946        </EntityType>
  7947        <EntityType Name="post" BaseType="microsoft.graph.outlookItem" OpenType="true">
  7948          <Property Name="body" Type="microsoft.graph.itemBody" />
  7949          <Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  7950          <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
  7951          <Property Name="from" Type="microsoft.graph.recipient" Nullable="false" />
  7952          <Property Name="sender" Type="microsoft.graph.recipient" />
  7953          <Property Name="conversationThreadId" Type="Edm.String" />
  7954          <Property Name="newParticipants" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
  7955          <Property Name="conversationId" Type="Edm.String" />
  7956          <Property Name="importance" Type="microsoft.graph.importance" />
  7957          <NavigationProperty Name="inReplyTo" Type="microsoft.graph.post" ContainsTarget="true" />
  7958          <NavigationProperty Name="singleValueExtendedProperties" Type="Collection(microsoft.graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
  7959          <NavigationProperty Name="multiValueExtendedProperties" Type="Collection(microsoft.graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" />
  7960          <NavigationProperty Name="extensions" Type="Collection(microsoft.graph.extension)" ContainsTarget="true" />
  7961          <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true" />
  7962          <NavigationProperty Name="mentions" Type="Collection(microsoft.graph.mention)" ContainsTarget="true" />
  7963        </EntityType>
  7964        <ComplexType Name="attachmentItem">
  7965          <Property Name="attachmentType" Type="microsoft.graph.attachmentType" />
  7966          <Property Name="name" Type="Edm.String" />
  7967          <Property Name="size" Type="Edm.Int64" />
  7968          <Property Name="contentType" Type="Edm.String" />
  7969          <Property Name="isInline" Type="Edm.Boolean" />
  7970        </ComplexType>
  7971        <ComplexType Name="uploadSession">
  7972          <Property Name="uploadUrl" Type="Edm.String" />
  7973          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  7974          <Property Name="nextExpectedRanges" Type="Collection(Edm.String)" />
  7975        </ComplexType>
  7976        <EntityType Name="fileAttachment" BaseType="microsoft.graph.attachment" HasStream="true">
  7977          <Property Name="contentId" Type="Edm.String" />
  7978          <Property Name="contentLocation" Type="Edm.String" />
  7979          <Property Name="contentBytes" Type="Edm.Binary" />
  7980        </EntityType>
  7981        <EntityType Name="itemAttachment" BaseType="microsoft.graph.attachment">
  7982          <NavigationProperty Name="item" Type="microsoft.graph.outlookItem" ContainsTarget="true" />
  7983        </EntityType>
  7984        <EntityType Name="referenceAttachment" BaseType="microsoft.graph.attachment">
  7985          <Property Name="sourceUrl" Type="Edm.String" />
  7986          <Property Name="providerType" Type="microsoft.graph.referenceAttachmentProvider" />
  7987          <Property Name="thumbnailUrl" Type="Edm.String" />
  7988          <Property Name="previewUrl" Type="Edm.String" />
  7989          <Property Name="permission" Type="microsoft.graph.referenceAttachmentPermission" />
  7990          <Property Name="isFolder" Type="Edm.Boolean" />
  7991        </EntityType>
  7992        <ComplexType Name="messageRulePredicates">
  7993          <Property Name="categories" Type="Collection(Edm.String)" />
  7994          <Property Name="subjectContains" Type="Collection(Edm.String)" />
  7995          <Property Name="bodyContains" Type="Collection(Edm.String)" />
  7996          <Property Name="bodyOrSubjectContains" Type="Collection(Edm.String)" />
  7997          <Property Name="senderContains" Type="Collection(Edm.String)" />
  7998          <Property Name="recipientContains" Type="Collection(Edm.String)" />
  7999          <Property Name="headerContains" Type="Collection(Edm.String)" />
  8000          <Property Name="messageActionFlag" Type="microsoft.graph.messageActionFlag" />
  8001          <Property Name="importance" Type="microsoft.graph.importance" />
  8002          <Property Name="sensitivity" Type="microsoft.graph.sensitivity" />
  8003          <Property Name="fromAddresses" Type="Collection(microsoft.graph.recipient)" />
  8004          <Property Name="sentToAddresses" Type="Collection(microsoft.graph.recipient)" />
  8005          <Property Name="sentToMe" Type="Edm.Boolean" />
  8006          <Property Name="sentOnlyToMe" Type="Edm.Boolean" />
  8007          <Property Name="sentCcMe" Type="Edm.Boolean" />
  8008          <Property Name="sentToOrCcMe" Type="Edm.Boolean" />
  8009          <Property Name="notSentToMe" Type="Edm.Boolean" />
  8010          <Property Name="hasAttachments" Type="Edm.Boolean" />
  8011          <Property Name="isApprovalRequest" Type="Edm.Boolean" />
  8012          <Property Name="isAutomaticForward" Type="Edm.Boolean" />
  8013          <Property Name="isAutomaticReply" Type="Edm.Boolean" />
  8014          <Property Name="isEncrypted" Type="Edm.Boolean" />
  8015          <Property Name="isMeetingRequest" Type="Edm.Boolean" />
  8016          <Property Name="isMeetingResponse" Type="Edm.Boolean" />
  8017          <Property Name="isNonDeliveryReport" Type="Edm.Boolean" />
  8018          <Property Name="isPermissionControlled" Type="Edm.Boolean" />
  8019          <Property Name="isReadReceipt" Type="Edm.Boolean" />
  8020          <Property Name="isSigned" Type="Edm.Boolean" />
  8021          <Property Name="isVoicemail" Type="Edm.Boolean" />
  8022          <Property Name="withinSizeRange" Type="microsoft.graph.sizeRange" />
  8023        </ComplexType>
  8024        <ComplexType Name="sizeRange">
  8025          <Property Name="minimumSize" Type="Edm.Int32" />
  8026          <Property Name="maximumSize" Type="Edm.Int32" />
  8027        </ComplexType>
  8028        <ComplexType Name="messageRuleActions">
  8029          <Property Name="moveToFolder" Type="Edm.String" />
  8030          <Property Name="copyToFolder" Type="Edm.String" />
  8031          <Property Name="delete" Type="Edm.Boolean" />
  8032          <Property Name="permanentDelete" Type="Edm.Boolean" />
  8033          <Property Name="markAsRead" Type="Edm.Boolean" />
  8034          <Property Name="markImportance" Type="microsoft.graph.importance" />
  8035          <Property Name="forwardTo" Type="Collection(microsoft.graph.recipient)" />
  8036          <Property Name="forwardAsAttachmentTo" Type="Collection(microsoft.graph.recipient)" />
  8037          <Property Name="redirectTo" Type="Collection(microsoft.graph.recipient)" />
  8038          <Property Name="assignCategories" Type="Collection(Edm.String)" />
  8039          <Property Name="stopProcessingRules" Type="Edm.Boolean" />
  8040        </ComplexType>
  8041        <EntityType Name="openTypeExtension" BaseType="microsoft.graph.extension" OpenType="true">
  8042          <Property Name="extensionName" Type="Edm.String" Nullable="false" />
  8043        </EntityType>
  8044        <ComplexType Name="booleanColumn" />
  8045        <ComplexType Name="calculatedColumn">
  8046          <Property Name="format" Type="Edm.String" />
  8047          <Property Name="formula" Type="Edm.String" />
  8048          <Property Name="outputType" Type="Edm.String" />
  8049        </ComplexType>
  8050        <ComplexType Name="choiceColumn">
  8051          <Property Name="allowTextEntry" Type="Edm.Boolean" />
  8052          <Property Name="choices" Type="Collection(Edm.String)" />
  8053          <Property Name="displayAs" Type="Edm.String" />
  8054        </ComplexType>
  8055        <ComplexType Name="currencyColumn">
  8056          <Property Name="locale" Type="Edm.String" />
  8057        </ComplexType>
  8058        <ComplexType Name="dateTimeColumn">
  8059          <Property Name="displayAs" Type="Edm.String" />
  8060          <Property Name="format" Type="Edm.String" />
  8061        </ComplexType>
  8062        <ComplexType Name="defaultColumnValue">
  8063          <Property Name="formula" Type="Edm.String" />
  8064          <Property Name="value" Type="Edm.String" />
  8065        </ComplexType>
  8066        <ComplexType Name="geolocationColumn" />
  8067        <ComplexType Name="lookupColumn">
  8068          <Property Name="allowMultipleValues" Type="Edm.Boolean" />
  8069          <Property Name="allowUnlimitedLength" Type="Edm.Boolean" />
  8070          <Property Name="columnName" Type="Edm.String" />
  8071          <Property Name="listId" Type="Edm.String" />
  8072          <Property Name="primaryLookupColumnId" Type="Edm.String" />
  8073        </ComplexType>
  8074        <ComplexType Name="numberColumn">
  8075          <Property Name="decimalPlaces" Type="Edm.String" />
  8076          <Property Name="displayAs" Type="Edm.String" />
  8077          <Property Name="maximum" Type="Edm.Double" />
  8078          <Property Name="minimum" Type="Edm.Double" />
  8079        </ComplexType>
  8080        <ComplexType Name="personOrGroupColumn">
  8081          <Property Name="allowMultipleSelection" Type="Edm.Boolean" />
  8082          <Property Name="chooseFromType" Type="Edm.String" />
  8083          <Property Name="displayAs" Type="Edm.String" />
  8084        </ComplexType>
  8085        <ComplexType Name="textColumn">
  8086          <Property Name="allowMultipleLines" Type="Edm.Boolean" />
  8087          <Property Name="appendChangesToExistingText" Type="Edm.Boolean" />
  8088          <Property Name="linesForEditing" Type="Edm.Int32" />
  8089          <Property Name="maxLength" Type="Edm.Int32" />
  8090          <Property Name="textType" Type="Edm.String" />
  8091        </ComplexType>
  8092        <EntityType Name="columnLink" BaseType="microsoft.graph.entity">
  8093          <Property Name="name" Type="Edm.String" />
  8094        </EntityType>
  8095        <ComplexType Name="contentTypeOrder">
  8096          <Property Name="default" Type="Edm.Boolean" />
  8097          <Property Name="position" Type="Edm.Int32" />
  8098        </ComplexType>
  8099        <EntityType Name="fieldValueSet" BaseType="microsoft.graph.entity" OpenType="true" />
  8100        <EntityType Name="itemActivity" BaseType="microsoft.graph.entity" OpenType="true">
  8101          <Property Name="access" Type="microsoft.graph.accessAction" />
  8102          <Property Name="activityDateTime" Type="Edm.DateTimeOffset" />
  8103          <Property Name="actor" Type="microsoft.graph.identitySet" />
  8104          <NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  8105        </EntityType>
  8106        <ComplexType Name="accessAction" OpenType="true" />
  8107        <ComplexType Name="itemActionSet">
  8108          <Property Name="comment" Type="microsoft.graph.commentAction" />
  8109          <Property Name="create" Type="microsoft.graph.createAction" />
  8110          <Property Name="delete" Type="microsoft.graph.deleteAction" />
  8111          <Property Name="edit" Type="microsoft.graph.editAction" />
  8112          <Property Name="mention" Type="microsoft.graph.mentionAction" />
  8113          <Property Name="move" Type="microsoft.graph.moveAction" />
  8114          <Property Name="rename" Type="microsoft.graph.renameAction" />
  8115          <Property Name="restore" Type="microsoft.graph.restoreAction" />
  8116          <Property Name="share" Type="microsoft.graph.shareAction" />
  8117          <Property Name="version" Type="microsoft.graph.versionAction" />
  8118        </ComplexType>
  8119        <ComplexType Name="commentAction">
  8120          <Property Name="isReply" Type="Edm.Boolean" />
  8121          <Property Name="parentAuthor" Type="microsoft.graph.identitySet" />
  8122          <Property Name="participants" Type="Collection(microsoft.graph.identitySet)" />
  8123        </ComplexType>
  8124        <ComplexType Name="createAction" />
  8125        <ComplexType Name="deleteAction">
  8126          <Property Name="name" Type="Edm.String" />
  8127          <Property Name="objectType" Type="Edm.String" />
  8128        </ComplexType>
  8129        <ComplexType Name="editAction" />
  8130        <ComplexType Name="mentionAction">
  8131          <Property Name="mentionees" Type="Collection(microsoft.graph.identitySet)" />
  8132        </ComplexType>
  8133        <ComplexType Name="moveAction">
  8134          <Property Name="from" Type="Edm.String" />
  8135          <Property Name="to" Type="Edm.String" />
  8136        </ComplexType>
  8137        <ComplexType Name="renameAction">
  8138          <Property Name="newName" Type="Edm.String" />
  8139          <Property Name="oldName" Type="Edm.String" />
  8140        </ComplexType>
  8141        <ComplexType Name="restoreAction" />
  8142        <ComplexType Name="shareAction">
  8143          <Property Name="recipients" Type="Collection(microsoft.graph.identitySet)" />
  8144        </ComplexType>
  8145        <ComplexType Name="versionAction">
  8146          <Property Name="newVersion" Type="Edm.String" />
  8147        </ComplexType>
  8148        <ComplexType Name="itemActivityTimeSet">
  8149          <Property Name="lastRecordedDateTime" Type="Edm.DateTimeOffset" />
  8150          <Property Name="observedDateTime" Type="Edm.DateTimeOffset" />
  8151          <Property Name="recordedDateTime" Type="Edm.DateTimeOffset" />
  8152        </ComplexType>
  8153        <EntityType Name="itemActivityStat" BaseType="microsoft.graph.entity" OpenType="true">
  8154          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  8155          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  8156          <Property Name="access" Type="microsoft.graph.itemActionStat" />
  8157          <Property Name="create" Type="microsoft.graph.itemActionStat" />
  8158          <Property Name="delete" Type="microsoft.graph.itemActionStat" />
  8159          <Property Name="edit" Type="microsoft.graph.itemActionStat" />
  8160          <Property Name="move" Type="microsoft.graph.itemActionStat" />
  8161          <Property Name="isTrending" Type="Edm.Boolean" />
  8162          <Property Name="incompleteData" Type="microsoft.graph.incompleteData" />
  8163          <NavigationProperty Name="activities" Type="Collection(microsoft.graph.itemActivity)" />
  8164        </EntityType>
  8165        <ComplexType Name="itemActionStat" OpenType="true">
  8166          <Property Name="actionCount" Type="Edm.Int32" />
  8167          <Property Name="actorCount" Type="Edm.Int32" />
  8168        </ComplexType>
  8169        <ComplexType Name="incompleteData" OpenType="true">
  8170          <Property Name="missingDataBeforeDateTime" Type="Edm.DateTimeOffset" />
  8171          <Property Name="wasThrottled" Type="Edm.Boolean" />
  8172        </ComplexType>
  8173        <ComplexType Name="contentTypeInfo">
  8174          <Property Name="id" Type="Edm.String" />
  8175          <Property Name="name" Type="Edm.String" />
  8176        </ComplexType>
  8177        <EntityType Name="listItemVersion" BaseType="microsoft.graph.baseItemVersion">
  8178          <NavigationProperty Name="fields" Type="microsoft.graph.fieldValueSet" ContainsTarget="true" />
  8179        </EntityType>
  8180        <ComplexType Name="webPart" OpenType="true">
  8181          <Property Name="type" Type="Edm.String" />
  8182          <Property Name="data" Type="microsoft.graph.sitePageData" />
  8183        </ComplexType>
  8184        <ComplexType Name="sitePageData" OpenType="true" />
  8185        <ComplexType Name="sharingInvitation">
  8186          <Property Name="email" Type="Edm.String" />
  8187          <Property Name="invitedBy" Type="microsoft.graph.identitySet" />
  8188          <Property Name="redeemedBy" Type="Edm.String" />
  8189          <Property Name="signInRequired" Type="Edm.Boolean" />
  8190        </ComplexType>
  8191        <ComplexType Name="sharingLink">
  8192          <Property Name="application" Type="microsoft.graph.identity" />
  8193          <Property Name="preventsDownload" Type="Edm.Boolean" />
  8194          <Property Name="configuratorUrl" Type="Edm.String" />
  8195          <Property Name="scope" Type="Edm.String" />
  8196          <Property Name="type" Type="Edm.String" />
  8197          <Property Name="webHtml" Type="Edm.String" />
  8198          <Property Name="webUrl" Type="Edm.String" />
  8199        </ComplexType>
  8200        <EntityType Name="sharedDriveItem" BaseType="microsoft.graph.baseItem">
  8201          <Property Name="owner" Type="microsoft.graph.identitySet" />
  8202          <NavigationProperty Name="driveItem" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  8203          <NavigationProperty Name="items" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true" />
  8204          <NavigationProperty Name="list" Type="microsoft.graph.list" ContainsTarget="true" />
  8205          <NavigationProperty Name="listItem" Type="microsoft.graph.listItem" ContainsTarget="true" />
  8206          <NavigationProperty Name="permission" Type="microsoft.graph.permission" ContainsTarget="true" />
  8207          <NavigationProperty Name="root" Type="microsoft.graph.driveItem" ContainsTarget="true" />
  8208          <NavigationProperty Name="site" Type="microsoft.graph.site" ContainsTarget="true" />
  8209        </EntityType>
  8210        <ComplexType Name="thumbnail">
  8211          <Property Name="content" Type="Edm.Stream" />
  8212          <Property Name="height" Type="Edm.Int32" />
  8213          <Property Name="sourceItemId" Type="Edm.String" />
  8214          <Property Name="url" Type="Edm.String" />
  8215          <Property Name="width" Type="Edm.Int32" />
  8216        </ComplexType>
  8217        <ComplexType Name="driveItemUploadableProperties">
  8218          <Property Name="description" Type="Edm.String" />
  8219          <Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo" />
  8220          <Property Name="name" Type="Edm.String" />
  8221          <Property Name="fileSize" Type="Edm.Int64" />
  8222        </ComplexType>
  8223        <ComplexType Name="driveRecipient">
  8224          <Property Name="alias" Type="Edm.String" />
  8225          <Property Name="email" Type="Edm.String" />
  8226          <Property Name="objectId" Type="Edm.String" />
  8227        </ComplexType>
  8228        <ComplexType Name="flexSchemaContainer" OpenType="true" />
  8229        <ComplexType Name="itemPreviewInfo">
  8230          <Property Name="getUrl" Type="Edm.String" />
  8231          <Property Name="postParameters" Type="Edm.String" />
  8232          <Property Name="postUrl" Type="Edm.String" />
  8233        </ComplexType>
  8234        <EntityType Name="schemaExtension" BaseType="microsoft.graph.entity">
  8235          <Property Name="description" Type="Edm.String" />
  8236          <Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" />
  8237          <Property Name="properties" Type="Collection(microsoft.graph.extensionSchemaProperty)" Nullable="false" />
  8238          <Property Name="status" Type="Edm.String" Nullable="false" />
  8239          <Property Name="owner" Type="Edm.String" Nullable="false" />
  8240        </EntityType>
  8241        <ComplexType Name="extensionSchemaProperty">
  8242          <Property Name="name" Type="Edm.String" />
  8243          <Property Name="type" Type="Edm.String" />
  8244        </ComplexType>
  8245        <EntityType Name="onPremisesAgent" BaseType="microsoft.graph.entity">
  8246          <Property Name="machineName" Type="Edm.String" Nullable="false" />
  8247          <Property Name="externalIp" Type="Edm.String" Nullable="false" />
  8248          <Property Name="status" Type="microsoft.graph.agentStatus" Nullable="false" />
  8249          <Property Name="supportedPublishingTypes" Type="Collection(microsoft.graph.onPremisesPublishingType)" Nullable="false" />
  8250          <NavigationProperty Name="agentGroups" Type="Collection(microsoft.graph.onPremisesAgentGroup)" />
  8251        </EntityType>
  8252        <EntityType Name="onPremisesAgentGroup" BaseType="microsoft.graph.entity">
  8253          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  8254          <Property Name="publishingType" Type="microsoft.graph.onPremisesPublishingType" Nullable="false" />
  8255          <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
  8256          <NavigationProperty Name="agents" Type="Collection(microsoft.graph.onPremisesAgent)" />
  8257          <NavigationProperty Name="publishedResources" Type="Collection(microsoft.graph.publishedResource)" />
  8258        </EntityType>
  8259        <EntityType Name="publishedResource" BaseType="microsoft.graph.entity">
  8260          <Property Name="displayName" Type="Edm.String" />
  8261          <Property Name="resourceName" Type="Edm.String" />
  8262          <Property Name="publishingType" Type="microsoft.graph.onPremisesPublishingType" Nullable="false" />
  8263          <NavigationProperty Name="agentGroups" Type="Collection(microsoft.graph.onPremisesAgentGroup)" />
  8264        </EntityType>
  8265        <EntityType Name="onPremisesPublishingProfile" BaseType="microsoft.graph.entity">
  8266          <Property Name="hybridAgentUpdaterConfiguration" Type="microsoft.graph.hybridAgentUpdaterConfiguration" />
  8267          <NavigationProperty Name="agents" Type="Collection(microsoft.graph.onPremisesAgent)" ContainsTarget="true" />
  8268          <NavigationProperty Name="agentGroups" Type="Collection(microsoft.graph.onPremisesAgentGroup)" ContainsTarget="true" />
  8269          <NavigationProperty Name="publishedResources" Type="Collection(microsoft.graph.publishedResource)" ContainsTarget="true" />
  8270        </EntityType>
  8271        <ComplexType Name="hybridAgentUpdaterConfiguration">
  8272          <Property Name="deferUpdateDateTime" Type="Edm.DateTimeOffset" />
  8273          <Property Name="updateWindow" Type="microsoft.graph.updateWindow" />
  8274          <Property Name="allowUpdateConfigurationOverride" Type="Edm.Boolean" Nullable="false" />
  8275        </ComplexType>
  8276        <ComplexType Name="updateWindow">
  8277          <Property Name="updateWindowStartTime" Type="Edm.TimeOfDay" />
  8278          <Property Name="updateWindowEndTime" Type="Edm.TimeOfDay" />
  8279        </ComplexType>
  8280        <ComplexType Name="propertyToEvaluate">
  8281          <Property Name="propertyName" Type="Edm.String" />
  8282          <Property Name="propertyValue" Type="Edm.String" />
  8283        </ComplexType>
  8284        <ComplexType Name="expressionEvaluationDetails">
  8285          <Property Name="expressionResult" Type="Edm.Boolean" Nullable="false" />
  8286          <Property Name="expression" Type="Edm.String" />
  8287          <Property Name="expressionEvaluationDetails" Type="Collection(microsoft.graph.expressionEvaluationDetails)" />
  8288          <Property Name="propertyToEvaluate" Type="microsoft.graph.propertyToEvaluate" />
  8289        </ComplexType>
  8290        <ComplexType Name="membershipRuleEvaluationDetails">
  8291          <Property Name="membershipRuleEvaluationDetails" Type="microsoft.graph.expressionEvaluationDetails" />
  8292        </ComplexType>
  8293        <ComplexType Name="evaluateDynamicMembershipResult">
  8294          <Property Name="membershipRule" Type="Edm.String" />
  8295          <Property Name="membershipRuleEvaluationResult" Type="Edm.Boolean" Nullable="false" />
  8296          <Property Name="membershipRuleEvaluationDetails" Type="microsoft.graph.expressionEvaluationDetails" />
  8297        </ComplexType>
  8298        <ComplexType Name="synchronizationSecretKeyStringValuePair">
  8299          <Property Name="key" Type="microsoft.graph.synchronizationSecret" Nullable="false" />
  8300          <Property Name="value" Type="Edm.String" />
  8301        </ComplexType>
  8302        <EntityType Name="synchronizationJob" BaseType="microsoft.graph.entity">
  8303          <Property Name="templateId" Type="Edm.String" />
  8304          <Property Name="schedule" Type="microsoft.graph.synchronizationSchedule" />
  8305          <Property Name="status" Type="microsoft.graph.synchronizationStatus" />
  8306          <Property Name="synchronizationJobSettings" Type="Collection(microsoft.graph.keyValuePair)" />
  8307          <NavigationProperty Name="schema" Type="microsoft.graph.synchronizationSchema" ContainsTarget="true" />
  8308        </EntityType>
  8309        <EntityType Name="synchronizationTemplate" BaseType="microsoft.graph.entity">
  8310          <Property Name="applicationId" Type="Edm.Guid" Nullable="false" />
  8311          <Property Name="default" Type="Edm.Boolean" Nullable="false" />
  8312          <Property Name="description" Type="Edm.String" />
  8313          <Property Name="discoverable" Type="Edm.Boolean" Nullable="false" />
  8314          <Property Name="factoryTag" Type="Edm.String" />
  8315          <Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
  8316          <NavigationProperty Name="schema" Type="microsoft.graph.synchronizationSchema" ContainsTarget="true" />
  8317        </EntityType>
  8318        <ComplexType Name="metadataEntry">
  8319          <Property Name="key" Type="Edm.String" />
  8320          <Property Name="value" Type="Edm.String" />
  8321        </ComplexType>
  8322        <EntityType Name="synchronizationSchema" BaseType="microsoft.graph.entity">
  8323          <Property Name="provisioningTaskIdentifier" Type="Edm.String" Nullable="false" />
  8324          <Property Name="synchronizationRules" Type="Collection(microsoft.graph.synchronizationRule)" />
  8325          <Property Name="version" Type="Edm.String" />
  8326          <NavigationProperty Name="directories" Type="Collection(microsoft.graph.directoryDefinition)" ContainsTarget="true" />
  8327        </EntityType>
  8328        <ComplexType Name="synchronizationSchedule">
  8329          <Property Name="expiration" Type="Edm.DateTimeOffset" />
  8330          <Property Name="interval" Type="Edm.Duration" Nullable="false" />
  8331          <Property Name="state" Type="microsoft.graph.synchronizationScheduleState" Nullable="false" />
  8332        </ComplexType>
  8333        <ComplexType Name="synchronizationStatus">
  8334          <Property Name="countSuccessiveCompleteFailures" Type="Edm.Int64" Nullable="false" />
  8335          <Property Name="escrowsPruned" Type="Edm.Boolean" Nullable="false" />
  8336          <Property Name="code" Type="microsoft.graph.synchronizationStatusCode" Nullable="false" />
  8337          <Property Name="lastExecution" Type="microsoft.graph.synchronizationTaskExecution" />
  8338          <Property Name="lastSuccessfulExecution" Type="microsoft.graph.synchronizationTaskExecution" />
  8339          <Property Name="lastSuccessfulExecutionWithExports" Type="microsoft.graph.synchronizationTaskExecution" />
  8340          <Property Name="progress" Type="Collection(microsoft.graph.synchronizationProgress)" />
  8341          <Property Name="quarantine" Type="microsoft.graph.synchronizationQuarantine" />
  8342          <Property Name="steadyStateFirstAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8343          <Property Name="steadyStateLastAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8344          <Property Name="synchronizedEntryCountByType" Type="Collection(microsoft.graph.stringKeyLongValuePair)" />
  8345          <Property Name="troubleshootingUrl" Type="Edm.String" />
  8346        </ComplexType>
  8347        <ComplexType Name="synchronizationTaskExecution">
  8348          <Property Name="activityIdentifier" Type="Edm.String" />
  8349          <Property Name="countEntitled" Type="Edm.Int64" Nullable="false" />
  8350          <Property Name="countEntitledForProvisioning" Type="Edm.Int64" Nullable="false" />
  8351          <Property Name="countEscrowed" Type="Edm.Int64" Nullable="false" />
  8352          <Property Name="countEscrowedRaw" Type="Edm.Int64" Nullable="false" />
  8353          <Property Name="countExported" Type="Edm.Int64" Nullable="false" />
  8354          <Property Name="countExports" Type="Edm.Int64" Nullable="false" />
  8355          <Property Name="countImported" Type="Edm.Int64" Nullable="false" />
  8356          <Property Name="countImportedDeltas" Type="Edm.Int64" Nullable="false" />
  8357          <Property Name="countImportedReferenceDeltas" Type="Edm.Int64" Nullable="false" />
  8358          <Property Name="state" Type="microsoft.graph.synchronizationTaskExecutionResult" Nullable="false" />
  8359          <Property Name="error" Type="microsoft.graph.synchronizationError" />
  8360          <Property Name="timeBegan" Type="Edm.DateTimeOffset" Nullable="false" />
  8361          <Property Name="timeEnded" Type="Edm.DateTimeOffset" Nullable="false" />
  8362        </ComplexType>
  8363        <ComplexType Name="synchronizationError">
  8364          <Property Name="code" Type="Edm.String" />
  8365          <Property Name="message" Type="Edm.String" />
  8366          <Property Name="tenantActionable" Type="Edm.Boolean" Nullable="false" />
  8367        </ComplexType>
  8368        <ComplexType Name="synchronizationProgress">
  8369          <Property Name="completedUnits" Type="Edm.Int64" Nullable="false" />
  8370          <Property Name="progressObservationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8371          <Property Name="totalUnits" Type="Edm.Int64" Nullable="false" />
  8372          <Property Name="units" Type="Edm.String" />
  8373        </ComplexType>
  8374        <ComplexType Name="synchronizationQuarantine">
  8375          <Property Name="currentBegan" Type="Edm.DateTimeOffset" Nullable="false" />
  8376          <Property Name="nextAttempt" Type="Edm.DateTimeOffset" Nullable="false" />
  8377          <Property Name="reason" Type="microsoft.graph.quarantineReason" Nullable="false" />
  8378          <Property Name="seriesBegan" Type="Edm.DateTimeOffset" Nullable="false" />
  8379          <Property Name="seriesCount" Type="Edm.Int64" Nullable="false" />
  8380        </ComplexType>
  8381        <ComplexType Name="stringKeyLongValuePair">
  8382          <Property Name="key" Type="Edm.String" />
  8383          <Property Name="value" Type="Edm.Int64" Nullable="false" />
  8384        </ComplexType>
  8385        <ComplexType Name="synchronizationJobRestartCriteria">
  8386          <Property Name="resetScope" Type="microsoft.graph.synchronizationJobRestartScope" />
  8387        </ComplexType>
  8388        <ComplexType Name="synchronizationRule">
  8389          <Property Name="editable" Type="Edm.Boolean" Nullable="false" />
  8390          <Property Name="id" Type="Edm.String" />
  8391          <Property Name="metadata" Type="Collection(microsoft.graph.stringKeyStringValuePair)" />
  8392          <Property Name="name" Type="Edm.String" />
  8393          <Property Name="objectMappings" Type="Collection(microsoft.graph.objectMapping)" />
  8394          <Property Name="priority" Type="Edm.Int32" Nullable="false" />
  8395          <Property Name="sourceDirectoryName" Type="Edm.String" />
  8396          <Property Name="targetDirectoryName" Type="Edm.String" />
  8397        </ComplexType>
  8398        <ComplexType Name="stringKeyStringValuePair">
  8399          <Property Name="key" Type="Edm.String" />
  8400          <Property Name="value" Type="Edm.String" />
  8401        </ComplexType>
  8402        <ComplexType Name="objectMapping">
  8403          <Property Name="attributeMappings" Type="Collection(microsoft.graph.attributeMapping)" />
  8404          <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
  8405          <Property Name="flowTypes" Type="microsoft.graph.objectFlowTypes" Nullable="false" />
  8406          <Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
  8407          <Property Name="name" Type="Edm.String" />
  8408          <Property Name="scope" Type="microsoft.graph.filter" />
  8409          <Property Name="sourceObjectName" Type="Edm.String" />
  8410          <Property Name="targetObjectName" Type="Edm.String" />
  8411        </ComplexType>
  8412        <ComplexType Name="attributeMapping">
  8413          <Property Name="defaultValue" Type="Edm.String" />
  8414          <Property Name="exportMissingReferences" Type="Edm.Boolean" Nullable="false" />
  8415          <Property Name="flowBehavior" Type="microsoft.graph.attributeFlowBehavior" Nullable="false" />
  8416          <Property Name="flowType" Type="microsoft.graph.attributeFlowType" Nullable="false" />
  8417          <Property Name="matchingPriority" Type="Edm.Int32" Nullable="false" />
  8418          <Property Name="source" Type="microsoft.graph.attributeMappingSource" />
  8419          <Property Name="targetAttributeName" Type="Edm.String" />
  8420        </ComplexType>
  8421        <ComplexType Name="attributeMappingSource">
  8422          <Property Name="expression" Type="Edm.String" />
  8423          <Property Name="name" Type="Edm.String" />
  8424          <Property Name="parameters" Type="Collection(microsoft.graph.stringKeyAttributeMappingSourceValuePair)" />
  8425          <Property Name="type" Type="microsoft.graph.attributeMappingSourceType" Nullable="false" />
  8426        </ComplexType>
  8427        <ComplexType Name="stringKeyAttributeMappingSourceValuePair">
  8428          <Property Name="key" Type="Edm.String" />
  8429          <Property Name="value" Type="microsoft.graph.attributeMappingSource" />
  8430        </ComplexType>
  8431        <ComplexType Name="filter">
  8432          <Property Name="groups" Type="Collection(microsoft.graph.filterGroup)" />
  8433          <Property Name="inputFilterGroups" Type="Collection(microsoft.graph.filterGroup)" />
  8434          <Property Name="categoryFilterGroups" Type="Collection(microsoft.graph.filterGroup)" />
  8435        </ComplexType>
  8436        <ComplexType Name="filterGroup">
  8437          <Property Name="clauses" Type="Collection(microsoft.graph.filterClause)" />
  8438          <Property Name="name" Type="Edm.String" />
  8439        </ComplexType>
  8440        <ComplexType Name="filterClause">
  8441          <Property Name="operatorName" Type="Edm.String" />
  8442          <Property Name="sourceOperandName" Type="Edm.String" />
  8443          <Property Name="targetOperand" Type="microsoft.graph.filterOperand" />
  8444        </ComplexType>
  8445        <ComplexType Name="filterOperand">
  8446          <Property Name="values" Type="Collection(Edm.String)" />
  8447        </ComplexType>
  8448        <EntityType Name="directoryDefinition" BaseType="microsoft.graph.entity">
  8449          <Property Name="discoveryDateTime" Type="Edm.DateTimeOffset" />
  8450          <Property Name="discoverabilities" Type="microsoft.graph.directoryDefinitionDiscoverabilities" Nullable="false" />
  8451          <Property Name="name" Type="Edm.String" />
  8452          <Property Name="objects" Type="Collection(microsoft.graph.objectDefinition)" />
  8453          <Property Name="readOnly" Type="Edm.Boolean" Nullable="false" />
  8454          <Property Name="version" Type="Edm.String" />
  8455        </EntityType>
  8456        <EntityType Name="attributeMappingFunctionSchema" BaseType="microsoft.graph.entity">
  8457          <Property Name="parameters" Type="Collection(microsoft.graph.attributeMappingParameterSchema)" />
  8458        </EntityType>
  8459        <ComplexType Name="attributeMappingParameterSchema">
  8460          <Property Name="allowMultipleOccurrences" Type="Edm.Boolean" Nullable="false" />
  8461          <Property Name="name" Type="Edm.String" />
  8462          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
  8463          <Property Name="type" Type="microsoft.graph.attributeType" Nullable="false" />
  8464        </ComplexType>
  8465        <EntityType Name="filterOperatorSchema" BaseType="microsoft.graph.entity">
  8466          <Property Name="arity" Type="microsoft.graph.scopeOperatorType" Nullable="false" />
  8467          <Property Name="multivaluedComparisonType" Type="microsoft.graph.scopeOperatorMultiValuedComparisonType" Nullable="false" />
  8468          <Property Name="supportedAttributeTypes" Type="Collection(microsoft.graph.attributeType)" Nullable="false" />
  8469        </EntityType>
  8470        <ComplexType Name="expressionInputObject">
  8471          <Property Name="definition" Type="microsoft.graph.objectDefinition" />
  8472          <Property Name="properties" Type="Collection(microsoft.graph.stringKeyObjectValuePair)" />
  8473        </ComplexType>
  8474        <ComplexType Name="objectDefinition">
  8475          <Property Name="attributes" Type="Collection(microsoft.graph.attributeDefinition)" />
  8476          <Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
  8477          <Property Name="name" Type="Edm.String" />
  8478          <Property Name="supportedApis" Type="Collection(Edm.String)" />
  8479        </ComplexType>
  8480        <ComplexType Name="attributeDefinition">
  8481          <Property Name="anchor" Type="Edm.Boolean" Nullable="false" />
  8482          <Property Name="apiExpressions" Type="Collection(microsoft.graph.stringKeyStringValuePair)" />
  8483          <Property Name="caseExact" Type="Edm.Boolean" Nullable="false" />
  8484          <Property Name="defaultValue" Type="Edm.String" />
  8485          <Property Name="metadata" Type="Collection(microsoft.graph.metadataEntry)" />
  8486          <Property Name="multivalued" Type="Edm.Boolean" Nullable="false" />
  8487          <Property Name="mutability" Type="microsoft.graph.mutability" Nullable="false" />
  8488          <Property Name="name" Type="Edm.String" />
  8489          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
  8490          <Property Name="referencedObjects" Type="Collection(microsoft.graph.referencedObject)" />
  8491          <Property Name="type" Type="microsoft.graph.attributeType" Nullable="false" />
  8492        </ComplexType>
  8493        <ComplexType Name="referencedObject">
  8494          <Property Name="referencedObjectName" Type="Edm.String" />
  8495          <Property Name="referencedProperty" Type="Edm.String" />
  8496        </ComplexType>
  8497        <ComplexType Name="stringKeyObjectValuePair" OpenType="true">
  8498          <Property Name="key" Type="Edm.String" />
  8499        </ComplexType>
  8500        <ComplexType Name="parseExpressionResponse">
  8501          <Property Name="error" Type="microsoft.graph.publicError" />
  8502          <Property Name="evaluationSucceeded" Type="Edm.Boolean" Nullable="false" />
  8503          <Property Name="evaluationResult" Type="Collection(Edm.String)" />
  8504          <Property Name="parsedExpression" Type="microsoft.graph.attributeMappingSource" />
  8505          <Property Name="parsingSucceeded" Type="Edm.Boolean" Nullable="false" />
  8506        </ComplexType>
  8507        <ComplexType Name="publicError">
  8508          <Property Name="code" Type="Edm.String" />
  8509          <Property Name="message" Type="Edm.String" />
  8510          <Property Name="target" Type="Edm.String" />
  8511          <Property Name="details" Type="Collection(microsoft.graph.publicErrorDetail)" />
  8512          <Property Name="innerError" Type="microsoft.graph.publicInnerError" />
  8513        </ComplexType>
  8514        <ComplexType Name="publicErrorDetail">
  8515          <Property Name="code" Type="Edm.String" />
  8516          <Property Name="message" Type="Edm.String" />
  8517          <Property Name="target" Type="Edm.String" />
  8518        </ComplexType>
  8519        <ComplexType Name="publicInnerError" OpenType="true">
  8520          <Property Name="code" Type="Edm.String" />
  8521          <Property Name="details" Type="Collection(microsoft.graph.publicErrorDetail)" />
  8522          <Property Name="message" Type="Edm.String" />
  8523          <Property Name="target" Type="Edm.String" />
  8524        </ComplexType>
  8525        <ComplexType Name="publicErrorResponse">
  8526          <Property Name="error" Type="microsoft.graph.publicError" />
  8527        </ComplexType>
  8528        <EntityType Name="cloudCommunications" BaseType="microsoft.graph.entity">
  8529          <NavigationProperty Name="calls" Type="Collection(microsoft.graph.call)" ContainsTarget="true" />
  8530          <NavigationProperty Name="onlineMeetings" Type="Collection(microsoft.graph.onlineMeeting)" ContainsTarget="true" />
  8531        </EntityType>
  8532        <EntityType Name="call" BaseType="microsoft.graph.entity" OpenType="true">
  8533          <Property Name="state" Type="microsoft.graph.callState" />
  8534          <Property Name="mediaState" Type="microsoft.graph.callMediaState" />
  8535          <Property Name="resultInfo" Type="microsoft.graph.ResultInfo" />
  8536          <Property Name="terminationReason" Type="Edm.String" />
  8537          <Property Name="direction" Type="microsoft.graph.callDirection" />
  8538          <Property Name="ringingTimeoutInSeconds" Type="Edm.Int32" />
  8539          <Property Name="subject" Type="Edm.String" />
  8540          <Property Name="callbackUri" Type="Edm.String" Nullable="false" />
  8541          <Property Name="callRoutes" Type="Collection(microsoft.graph.callRoute)" />
  8542          <Property Name="source" Type="microsoft.graph.participantInfo" />
  8543          <Property Name="targets" Type="Collection(microsoft.graph.invitationParticipantInfo)" />
  8544          <Property Name="answeredBy" Type="microsoft.graph.participantInfo" />
  8545          <Property Name="requestedModalities" Type="Collection(microsoft.graph.modality)" />
  8546          <Property Name="activeModalities" Type="Collection(microsoft.graph.modality)" />
  8547          <Property Name="mediaConfig" Type="microsoft.graph.mediaConfig" />
  8548          <Property Name="chatInfo" Type="microsoft.graph.chatInfo" />
  8549          <Property Name="callOptions" Type="microsoft.graph.callOptions" />
  8550          <Property Name="meetingInfo" Type="microsoft.graph.meetingInfo" />
  8551          <Property Name="meetingCapability" Type="microsoft.graph.meetingCapability" />
  8552          <Property Name="routingPolicies" Type="Collection(microsoft.graph.routingPolicy)" />
  8553          <Property Name="tenantId" Type="Edm.String" />
  8554          <Property Name="myParticipantId" Type="Edm.String" />
  8555          <Property Name="toneInfo" Type="microsoft.graph.toneInfo" />
  8556          <Property Name="incomingContext" Type="microsoft.graph.incomingContext" />
  8557          <NavigationProperty Name="participants" Type="Collection(microsoft.graph.participant)" ContainsTarget="true" />
  8558          <NavigationProperty Name="audioRoutingGroups" Type="Collection(microsoft.graph.audioRoutingGroup)" ContainsTarget="true" />
  8559          <NavigationProperty Name="operations" Type="Collection(microsoft.graph.commsOperation)" ContainsTarget="true" />
  8560        </EntityType>
  8561        <EntityType Name="identityGovernance" BaseType="microsoft.graph.entity">
  8562          <NavigationProperty Name="entitlementManagement" Type="microsoft.graph.entitlementManagement" ContainsTarget="true" />
  8563        </EntityType>
  8564        <EntityType Name="entitlementManagement" BaseType="microsoft.graph.entity">
  8565          <NavigationProperty Name="accessPackageCatalogs" Type="Collection(microsoft.graph.accessPackageCatalog)" ContainsTarget="true" />
  8566          <NavigationProperty Name="accessPackageResources" Type="Collection(microsoft.graph.accessPackageResource)" ContainsTarget="true" />
  8567          <NavigationProperty Name="accessPackageResourceRequests" Type="Collection(microsoft.graph.accessPackageResourceRequest)" ContainsTarget="true" />
  8568          <NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(microsoft.graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
  8569          <NavigationProperty Name="accessPackages" Type="Collection(microsoft.graph.accessPackage)" ContainsTarget="true" />
  8570          <NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(microsoft.graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
  8571          <NavigationProperty Name="accessPackageAssignments" Type="Collection(microsoft.graph.accessPackageAssignment)" ContainsTarget="true" />
  8572          <NavigationProperty Name="accessPackageAssignmentRequests" Type="Collection(microsoft.graph.accessPackageAssignmentRequest)" ContainsTarget="true" />
  8573          <NavigationProperty Name="accessPackageAssignmentResourceRoles" Type="Collection(microsoft.graph.accessPackageAssignmentResourceRole)" ContainsTarget="true" />
  8574        </EntityType>
  8575        <EntityType Name="accessPackageCatalog" BaseType="microsoft.graph.entity">
  8576          <Property Name="displayName" Type="Edm.String" />
  8577          <Property Name="description" Type="Edm.String" />
  8578          <Property Name="catalogType" Type="Edm.String" />
  8579          <Property Name="catalogStatus" Type="Edm.String" />
  8580          <Property Name="isExternallyVisible" Type="Edm.Boolean" />
  8581          <Property Name="createdBy" Type="Edm.String" />
  8582          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8583          <Property Name="modifiedBy" Type="Edm.String" />
  8584          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  8585          <NavigationProperty Name="accessPackageResources" Type="Collection(microsoft.graph.accessPackageResource)" ContainsTarget="true" />
  8586          <NavigationProperty Name="accessPackageResourceRoles" Type="Collection(microsoft.graph.accessPackageResourceRole)" ContainsTarget="true" />
  8587          <NavigationProperty Name="accessPackageResourceScopes" Type="Collection(microsoft.graph.accessPackageResourceScope)" ContainsTarget="true" />
  8588          <NavigationProperty Name="accessPackages" Type="Collection(microsoft.graph.accessPackage)" ContainsTarget="true" />
  8589        </EntityType>
  8590        <EntityType Name="accessPackageResource" BaseType="microsoft.graph.entity">
  8591          <Property Name="displayName" Type="Edm.String" />
  8592          <Property Name="description" Type="Edm.String" />
  8593          <Property Name="url" Type="Edm.String" />
  8594          <Property Name="resourceType" Type="Edm.String" />
  8595          <Property Name="originId" Type="Edm.String" />
  8596          <Property Name="originSystem" Type="Edm.String" />
  8597          <Property Name="isPendingOnboarding" Type="Edm.Boolean" />
  8598          <Property Name="addedBy" Type="Edm.String" />
  8599          <Property Name="addedOn" Type="Edm.DateTimeOffset" />
  8600          <NavigationProperty Name="accessPackageResourceScopes" Type="Collection(microsoft.graph.accessPackageResourceScope)" ContainsTarget="true" />
  8601          <NavigationProperty Name="accessPackageResourceRoles" Type="Collection(microsoft.graph.accessPackageResourceRole)" ContainsTarget="true" />
  8602        </EntityType>
  8603        <EntityType Name="accessPackageResourceRequest" BaseType="microsoft.graph.entity">
  8604          <Property Name="catalogId" Type="Edm.String" />
  8605          <Property Name="executeImmediately" Type="Edm.Boolean" />
  8606          <Property Name="isValidationOnly" Type="Edm.Boolean" />
  8607          <Property Name="requestType" Type="Edm.String" />
  8608          <Property Name="requestState" Type="Edm.String" />
  8609          <Property Name="requestStatus" Type="Edm.String" />
  8610          <Property Name="justification" Type="Edm.String" />
  8611          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  8612          <NavigationProperty Name="accessPackageResource" Type="microsoft.graph.accessPackageResource" />
  8613          <NavigationProperty Name="requestor" Type="microsoft.graph.accessPackageSubject" ContainsTarget="true" />
  8614        </EntityType>
  8615        <EntityType Name="accessPackageResourceRoleScope" BaseType="microsoft.graph.entity">
  8616          <Property Name="createdBy" Type="Edm.String" />
  8617          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8618          <Property Name="modifiedBy" Type="Edm.String" />
  8619          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  8620          <NavigationProperty Name="accessPackageResourceRole" Type="microsoft.graph.accessPackageResourceRole" ContainsTarget="true" />
  8621          <NavigationProperty Name="accessPackageResourceScope" Type="microsoft.graph.accessPackageResourceScope" ContainsTarget="true" />
  8622        </EntityType>
  8623        <EntityType Name="accessPackage" BaseType="microsoft.graph.entity">
  8624          <Property Name="catalogId" Type="Edm.String" />
  8625          <Property Name="displayName" Type="Edm.String" />
  8626          <Property Name="description" Type="Edm.String" />
  8627          <Property Name="isHidden" Type="Edm.Boolean" />
  8628          <Property Name="isRoleScopesVisible" Type="Edm.Boolean" />
  8629          <Property Name="createdBy" Type="Edm.String" />
  8630          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8631          <Property Name="modifiedBy" Type="Edm.String" />
  8632          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  8633          <NavigationProperty Name="accessPackageCatalog" Type="microsoft.graph.accessPackageCatalog" />
  8634          <NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(microsoft.graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
  8635          <NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(microsoft.graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
  8636        </EntityType>
  8637        <EntityType Name="accessPackageAssignmentPolicy" BaseType="microsoft.graph.entity">
  8638          <Property Name="userType" Type="Edm.String" />
  8639          <Property Name="accessPackageId" Type="Edm.String" />
  8640          <Property Name="displayName" Type="Edm.String" />
  8641          <Property Name="description" Type="Edm.String" />
  8642          <Property Name="isEnabled" Type="Edm.Boolean" />
  8643          <Property Name="canExtend" Type="Edm.Boolean" />
  8644          <Property Name="durationInDays" Type="Edm.Int32" />
  8645          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  8646          <Property Name="createdBy" Type="Edm.String" />
  8647          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8648          <Property Name="modifiedBy" Type="Edm.String" />
  8649          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  8650          <NavigationProperty Name="accessPackage" Type="microsoft.graph.accessPackage" />
  8651          <NavigationProperty Name="accessPackageCatalog" Type="microsoft.graph.accessPackageCatalog" ContainsTarget="true" />
  8652        </EntityType>
  8653        <EntityType Name="accessPackageAssignment" BaseType="microsoft.graph.entity">
  8654          <Property Name="catalogId" Type="Edm.String" />
  8655          <Property Name="accessPackageId" Type="Edm.String" />
  8656          <Property Name="assignmentPolicyId" Type="Edm.String" />
  8657          <Property Name="targetId" Type="Edm.String" />
  8658          <Property Name="assignmentStatus" Type="Edm.String" />
  8659          <Property Name="assignmentState" Type="Edm.String" />
  8660          <Property Name="isExtended" Type="Edm.Boolean" />
  8661          <Property Name="expiredDateTime" Type="Edm.DateTimeOffset" />
  8662          <NavigationProperty Name="accessPackage" Type="microsoft.graph.accessPackage" ContainsTarget="true" />
  8663          <NavigationProperty Name="accessPackageAssignmentPolicy" Type="microsoft.graph.accessPackageAssignmentPolicy" ContainsTarget="true" />
  8664          <NavigationProperty Name="target" Type="microsoft.graph.accessPackageSubject" ContainsTarget="true" />
  8665          <NavigationProperty Name="accessPackageAssignmentRequests" Type="Collection(microsoft.graph.accessPackageAssignmentRequest)" ContainsTarget="true" />
  8666          <NavigationProperty Name="accessPackageAssignmentResourceRoles" Type="Collection(microsoft.graph.accessPackageAssignmentResourceRole)" ContainsTarget="true" />
  8667        </EntityType>
  8668        <EntityType Name="accessPackageAssignmentRequest" BaseType="microsoft.graph.entity">
  8669          <Property Name="requestType" Type="Edm.String" />
  8670          <Property Name="requestState" Type="Edm.String" />
  8671          <Property Name="requestStatus" Type="Edm.String" />
  8672          <Property Name="isValidationOnly" Type="Edm.Boolean" />
  8673          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8674          <Property Name="completedDate" Type="Edm.DateTimeOffset" />
  8675          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
  8676          <Property Name="justification" Type="Edm.String" />
  8677          <NavigationProperty Name="accessPackage" Type="microsoft.graph.accessPackage" />
  8678          <NavigationProperty Name="accessPackageAssignment" Type="microsoft.graph.accessPackageAssignment" ContainsTarget="true" />
  8679          <NavigationProperty Name="requestor" Type="microsoft.graph.accessPackageSubject" ContainsTarget="true" />
  8680        </EntityType>
  8681        <EntityType Name="accessPackageAssignmentResourceRole" BaseType="microsoft.graph.entity">
  8682          <Property Name="originId" Type="Edm.String" />
  8683          <Property Name="originSystem" Type="Edm.String" />
  8684          <Property Name="status" Type="Edm.String" />
  8685          <NavigationProperty Name="accessPackageResourceScope" Type="microsoft.graph.accessPackageResourceScope" ContainsTarget="true" />
  8686          <NavigationProperty Name="accessPackageResourceRole" Type="microsoft.graph.accessPackageResourceRole" ContainsTarget="true" />
  8687          <NavigationProperty Name="accessPackageSubject" Type="microsoft.graph.accessPackageSubject" ContainsTarget="true" />
  8688          <NavigationProperty Name="accessPackageAssignments" Type="Collection(microsoft.graph.accessPackageAssignment)" ContainsTarget="true" />
  8689        </EntityType>
  8690        <EntityType Name="accessPackageResourceRole" BaseType="microsoft.graph.entity">
  8691          <Property Name="displayName" Type="Edm.String" />
  8692          <Property Name="description" Type="Edm.String" />
  8693          <Property Name="originId" Type="Edm.String" />
  8694          <Property Name="originSystem" Type="Edm.String" />
  8695          <NavigationProperty Name="accessPackageResource" Type="microsoft.graph.accessPackageResource" ContainsTarget="true" />
  8696        </EntityType>
  8697        <EntityType Name="accessPackageResourceScope" BaseType="microsoft.graph.entity">
  8698          <Property Name="displayName" Type="Edm.String" />
  8699          <Property Name="description" Type="Edm.String" />
  8700          <Property Name="originId" Type="Edm.String" />
  8701          <Property Name="originSystem" Type="Edm.String" />
  8702          <Property Name="roleOriginId" Type="Edm.String" />
  8703          <Property Name="isRootScope" Type="Edm.Boolean" />
  8704          <Property Name="url" Type="Edm.String" />
  8705          <NavigationProperty Name="accessPackageResource" Type="microsoft.graph.accessPackageResource" ContainsTarget="true" />
  8706        </EntityType>
  8707        <EntityType Name="accessPackageSubject" BaseType="microsoft.graph.entity">
  8708          <Property Name="objectId" Type="Edm.String" />
  8709          <Property Name="altSecId" Type="Edm.String" />
  8710          <Property Name="displayName" Type="Edm.String" />
  8711          <Property Name="principalName" Type="Edm.String" />
  8712          <Property Name="email" Type="Edm.String" />
  8713          <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
  8714          <Property Name="type" Type="Edm.String" />
  8715        </EntityType>
  8716        <EntityType Name="accessReview" BaseType="microsoft.graph.entity">
  8717          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  8718          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8719          <Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8720          <Property Name="status" Type="Edm.String" />
  8721          <Property Name="createdBy" Type="microsoft.graph.userIdentity" />
  8722          <Property Name="businessFlowTemplateId" Type="Edm.String" Nullable="false" />
  8723          <Property Name="reviewerType" Type="Edm.String" />
  8724          <Property Name="description" Type="Edm.String" />
  8725          <Property Name="settings" Type="microsoft.graph.accessReviewSettings" />
  8726          <Property Name="reviewedEntity" Type="microsoft.graph.identity" />
  8727          <NavigationProperty Name="reviewers" Type="Collection(microsoft.graph.accessReviewReviewer)" ContainsTarget="true" />
  8728          <NavigationProperty Name="decisions" Type="Collection(microsoft.graph.accessReviewDecision)" ContainsTarget="true" />
  8729          <NavigationProperty Name="myDecisions" Type="Collection(microsoft.graph.accessReviewDecision)" ContainsTarget="true" />
  8730          <NavigationProperty Name="instances" Type="Collection(microsoft.graph.accessReview)" ContainsTarget="true" />
  8731        </EntityType>
  8732        <ComplexType Name="accessReviewSettings">
  8733          <Property Name="mailNotificationsEnabled" Type="Edm.Boolean" Nullable="false" />
  8734          <Property Name="remindersEnabled" Type="Edm.Boolean" Nullable="false" />
  8735          <Property Name="justificationRequiredOnApproval" Type="Edm.Boolean" Nullable="false" />
  8736          <Property Name="recurrenceSettings" Type="microsoft.graph.accessReviewRecurrenceSettings" />
  8737          <Property Name="autoReviewEnabled" Type="Edm.Boolean" Nullable="false" />
  8738          <Property Name="activityDurationInDays" Type="Edm.Int32" Nullable="false" />
  8739          <Property Name="autoReviewSettings" Type="microsoft.graph.autoReviewSettings" />
  8740          <Property Name="autoApplyReviewResultsEnabled" Type="Edm.Boolean" Nullable="false" />
  8741          <Property Name="accessRecommendationsEnabled" Type="Edm.Boolean" Nullable="false" />
  8742        </ComplexType>
  8743        <ComplexType Name="accessReviewRecurrenceSettings">
  8744          <Property Name="recurrenceType" Type="Edm.String" />
  8745          <Property Name="recurrenceEndType" Type="Edm.String" />
  8746          <Property Name="durationInDays" Type="Edm.Int32" Nullable="false" />
  8747          <Property Name="recurrenceCount" Type="Edm.Int32" Nullable="false" />
  8748        </ComplexType>
  8749        <ComplexType Name="autoReviewSettings">
  8750          <Property Name="notReviewedResult" Type="Edm.String" />
  8751        </ComplexType>
  8752        <EntityType Name="accessReviewReviewer" BaseType="microsoft.graph.entity">
  8753          <Property Name="displayName" Type="Edm.String" />
  8754          <Property Name="userPrincipalName" Type="Edm.String" />
  8755        </EntityType>
  8756        <EntityType Name="accessReviewDecision" BaseType="microsoft.graph.entity" OpenType="true">
  8757          <Property Name="accessReviewId" Type="Edm.String" />
  8758          <Property Name="reviewedBy" Type="microsoft.graph.userIdentity" />
  8759          <Property Name="reviewedDateTime" Type="Edm.DateTimeOffset" />
  8760          <Property Name="reviewResult" Type="Edm.String" />
  8761          <Property Name="justification" Type="Edm.String" />
  8762          <Property Name="appliedBy" Type="microsoft.graph.userIdentity" />
  8763          <Property Name="appliedDateTime" Type="Edm.DateTimeOffset" />
  8764          <Property Name="applyResult" Type="Edm.String" />
  8765          <Property Name="accessRecommendation" Type="Edm.String" />
  8766        </EntityType>
  8767        <EntityType Name="businessFlowTemplate" BaseType="microsoft.graph.entity">
  8768          <Property Name="displayName" Type="Edm.String" />
  8769        </EntityType>
  8770        <EntityType Name="program" BaseType="microsoft.graph.entity">
  8771          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  8772          <Property Name="description" Type="Edm.String" Nullable="false" />
  8773          <NavigationProperty Name="controls" Type="Collection(microsoft.graph.programControl)" ContainsTarget="true" />
  8774        </EntityType>
  8775        <EntityType Name="programControl" BaseType="microsoft.graph.entity">
  8776          <Property Name="controlId" Type="Edm.String" Nullable="false" />
  8777          <Property Name="programId" Type="Edm.String" Nullable="false" />
  8778          <Property Name="controlTypeId" Type="Edm.String" Nullable="false" />
  8779          <Property Name="displayName" Type="Edm.String" />
  8780          <Property Name="status" Type="Edm.String" />
  8781          <Property Name="owner" Type="microsoft.graph.userIdentity" />
  8782          <Property Name="resource" Type="microsoft.graph.programResource" />
  8783          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  8784          <NavigationProperty Name="program" Type="microsoft.graph.program" ContainsTarget="true" />
  8785        </EntityType>
  8786        <ComplexType Name="programResource" BaseType="microsoft.graph.identity" OpenType="true">
  8787          <Property Name="type" Type="Edm.String" />
  8788        </ComplexType>
  8789        <EntityType Name="programControlType" BaseType="microsoft.graph.entity">
  8790          <Property Name="controlTypeGroupId" Type="Edm.String" />
  8791          <Property Name="displayName" Type="Edm.String" />
  8792        </EntityType>
  8793        <EntityType Name="approvalWorkflowProvider" BaseType="microsoft.graph.entity">
  8794          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  8795          <NavigationProperty Name="businessFlows" Type="Collection(microsoft.graph.businessFlow)" ContainsTarget="true" />
  8796          <NavigationProperty Name="policyTemplates" Type="Collection(microsoft.graph.governancePolicyTemplate)" ContainsTarget="true" />
  8797          <NavigationProperty Name="requests" Type="Collection(microsoft.graph.request)" ContainsTarget="true" />
  8798          <NavigationProperty Name="requestsAwaitingMyDecision" Type="Collection(microsoft.graph.request)" ContainsTarget="true" />
  8799          <NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(microsoft.graph.businessFlow)" ContainsTarget="true" />
  8800        </EntityType>
  8801        <EntityType Name="businessFlow" BaseType="microsoft.graph.entity" OpenType="true">
  8802          <Property Name="displayName" Type="Edm.String" />
  8803          <Property Name="description" Type="Edm.String" />
  8804          <Property Name="deDuplicationId" Type="Edm.String" />
  8805          <Property Name="schemaId" Type="Edm.String" />
  8806          <Property Name="customData" Type="Edm.String" />
  8807          <Property Name="recordVersion" Type="Edm.String" />
  8808          <Property Name="policy" Type="microsoft.graph.governancePolicy" />
  8809          <Property Name="policyTemplateId" Type="Edm.String" />
  8810          <Property Name="settings" Type="microsoft.graph.businessFlowSettings" />
  8811        </EntityType>
  8812        <EntityType Name="governancePolicyTemplate" BaseType="microsoft.graph.entity" OpenType="true">
  8813          <Property Name="displayName" Type="Edm.String" />
  8814          <Property Name="policy" Type="microsoft.graph.governancePolicy" />
  8815          <Property Name="settings" Type="microsoft.graph.businessFlowSettings" />
  8816        </EntityType>
  8817        <EntityType Name="request" BaseType="microsoft.graph.entity" OpenType="true">
  8818          <Property Name="displayName" Type="Edm.String" />
  8819          <Property Name="description" Type="Edm.String" />
  8820          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
  8821          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
  8822          <Property Name="status" Type="Edm.String" />
  8823          <Property Name="businessFlowId" Type="Edm.String" />
  8824          <Property Name="createdBy" Type="microsoft.graph.userIdentity" />
  8825          <Property Name="deDuplicationId" Type="Edm.String" />
  8826          <Property Name="schemaId" Type="Edm.String" />
  8827          <Property Name="customData" Type="Edm.String" />
  8828          <Property Name="recordVersion" Type="Edm.String" />
  8829          <Property Name="policyTemplateId" Type="Edm.String" />
  8830          <Property Name="policy" Type="microsoft.graph.governancePolicy" />
  8831          <Property Name="settings" Type="microsoft.graph.accessReviewSettings" />
  8832          <NavigationProperty Name="decisions" Type="Collection(microsoft.graph.accessReviewDecision)" ContainsTarget="true" />
  8833          <NavigationProperty Name="myDecisions" Type="Collection(microsoft.graph.accessReviewDecision)" ContainsTarget="true" />
  8834        </EntityType>
  8835        <ComplexType Name="governancePolicy">
  8836          <Property Name="decisionMakerCriteria" Type="Collection(microsoft.graph.governanceCriteria)" />
  8837          <Property Name="notificationPolicy" Type="microsoft.graph.governanceNotificationPolicy" />
  8838        </ComplexType>
  8839        <ComplexType Name="governanceCriteria" Abstract="true" />
  8840        <ComplexType Name="governanceNotificationPolicy">
  8841          <Property Name="notificationTemplates" Type="Collection(microsoft.graph.governanceNotificationTemplate)" />
  8842          <Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" />
  8843        </ComplexType>
  8844        <ComplexType Name="governanceNotificationTemplate">
  8845          <Property Name="id" Type="Edm.String" />
  8846          <Property Name="type" Type="Edm.String" />
  8847          <Property Name="source" Type="Edm.String" />
  8848          <Property Name="version" Type="Edm.String" />
  8849          <Property Name="culture" Type="Edm.String" />
  8850        </ComplexType>
  8851        <ComplexType Name="businessFlowSettings" BaseType="microsoft.graph.accessReviewSettings">
  8852          <Property Name="durationInDays" Type="Edm.Int32" Nullable="false" />
  8853        </ComplexType>
  8854        <ComplexType Name="groupMembershipGovernanceCriteria" BaseType="microsoft.graph.governanceCriteria">
  8855          <Property Name="groupId" Type="Edm.String" />
  8856        </ComplexType>
  8857        <ComplexType Name="roleMembershipGovernanceCriteria" BaseType="microsoft.graph.governanceCriteria">
  8858          <Property Name="roleId" Type="Edm.String" />
  8859          <Property Name="roleTemplateId" Type="Edm.String" />
  8860        </ComplexType>
  8861        <ComplexType Name="userGovernanceCriteria" BaseType="microsoft.graph.governanceCriteria">
  8862          <Property Name="userId" Type="Edm.String" />
  8863        </ComplexType>
  8864        <EntityType Name="agreement" BaseType="microsoft.graph.entity">
  8865          <Property Name="displayName" Type="Edm.String" />
  8866          <Property Name="isViewingBeforeAcceptanceRequired" Type="Edm.Boolean" />
  8867          <NavigationProperty Name="files" Type="Collection(microsoft.graph.agreementFile)" ContainsTarget="true" />
  8868        </EntityType>
  8869        <EntityType Name="agreementFile" BaseType="microsoft.graph.entity">
  8870          <Property Name="language" Type="Edm.String" />
  8871          <Property Name="fileName" Type="Edm.String" />
  8872          <Property Name="fileData" Type="microsoft.graph.agreementFileData" />
  8873          <Property Name="isDefault" Type="Edm.Boolean" />
  8874        </EntityType>
  8875        <ComplexType Name="agreementFileData">
  8876          <Property Name="data" Type="Edm.Binary" />
  8877        </ComplexType>
  8878        <ComplexType Name="conditionalAccessSessionControl" Abstract="true">
  8879          <Property Name="isEnabled" Type="Edm.Boolean" />
  8880        </ComplexType>
  8881        <ComplexType Name="applicationEnforcedRestrictionsSessionControl" BaseType="microsoft.graph.conditionalAccessSessionControl" />
  8882        <ComplexType Name="cloudAppSecuritySessionControl" BaseType="microsoft.graph.conditionalAccessSessionControl">
  8883          <Property Name="cloudAppSecurityType" Type="microsoft.graph.cloudAppSecuritySessionControlType" />
  8884        </ComplexType>
  8885        <ComplexType Name="signInFrequencySessionControl" BaseType="microsoft.graph.conditionalAccessSessionControl">
  8886          <Property Name="value" Type="Edm.Int32" />
  8887          <Property Name="type" Type="microsoft.graph.signinFrequencyType" />
  8888        </ComplexType>
  8889        <ComplexType Name="persistentBrowserSessionControl" BaseType="microsoft.graph.conditionalAccessSessionControl">
  8890          <Property Name="mode" Type="microsoft.graph.persistentBrowserSessionMode" />
  8891        </ComplexType>
  8892        <ComplexType Name="conditionalAccessSessionControls">
  8893          <Property Name="applicationEnforcedRestrictions" Type="microsoft.graph.applicationEnforcedRestrictionsSessionControl" />
  8894          <Property Name="cloudAppSecurity" Type="microsoft.graph.cloudAppSecuritySessionControl" />
  8895          <Property Name="signInFrequency" Type="microsoft.graph.signInFrequencySessionControl" />
  8896          <Property Name="persistentBrowser" Type="microsoft.graph.persistentBrowserSessionControl" />
  8897        </ComplexType>
  8898        <ComplexType Name="riskUserActivity">
  8899          <Property Name="eventTypes" Type="Collection(microsoft.graph.riskEventType)" />
  8900          <Property Name="detail" Type="microsoft.graph.riskDetail" />
  8901        </ComplexType>
  8902        <ComplexType Name="ipRange" Abstract="true" />
  8903        <ComplexType Name="iPv4CidrRange" BaseType="microsoft.graph.ipRange">
  8904          <Property Name="cidrAddress" Type="Edm.String" Nullable="false" />
  8905        </ComplexType>
  8906        <ComplexType Name="iPv6CidrRange" BaseType="microsoft.graph.ipRange">
  8907          <Property Name="cidrAddress" Type="Edm.String" Nullable="false" />
  8908        </ComplexType>
  8909        <ComplexType Name="conditionalAccessApplications">
  8910          <Property Name="includeApplications" Type="Collection(Edm.String)" Nullable="false" />
  8911          <Property Name="excludeApplications" Type="Collection(Edm.String)" Nullable="false" />
  8912          <Property Name="includeUserActions" Type="Collection(Edm.String)" Nullable="false" />
  8913        </ComplexType>
  8914        <ComplexType Name="conditionalAccessUsers">
  8915          <Property Name="includeUsers" Type="Collection(Edm.String)" Nullable="false" />
  8916          <Property Name="excludeUsers" Type="Collection(Edm.String)" Nullable="false" />
  8917          <Property Name="includeGroups" Type="Collection(Edm.String)" Nullable="false" />
  8918          <Property Name="excludeGroups" Type="Collection(Edm.String)" Nullable="false" />
  8919          <Property Name="includeRoles" Type="Collection(Edm.String)" Nullable="false" />
  8920          <Property Name="excludeRoles" Type="Collection(Edm.String)" Nullable="false" />
  8921        </ComplexType>
  8922        <ComplexType Name="conditionalAccessPlatforms">
  8923          <Property Name="includePlatforms" Type="Collection(microsoft.graph.conditionalAccessDevicePlatform)" Nullable="false" />
  8924          <Property Name="excludePlatforms" Type="Collection(microsoft.graph.conditionalAccessDevicePlatform)" Nullable="false" />
  8925        </ComplexType>
  8926        <ComplexType Name="conditionalAccessLocations">
  8927          <Property Name="includeLocations" Type="Collection(Edm.String)" Nullable="false" />
  8928          <Property Name="excludeLocations" Type="Collection(Edm.String)" Nullable="false" />
  8929        </ComplexType>
  8930        <ComplexType Name="conditionalAccessDeviceStates">
  8931          <Property Name="includeStates" Type="Collection(Edm.String)" Nullable="false" />
  8932          <Property Name="excludeStates" Type="Collection(Edm.String)" Nullable="false" />
  8933        </ComplexType>
  8934        <ComplexType Name="conditionalAccessConditionSet">
  8935          <Property Name="applications" Type="microsoft.graph.conditionalAccessApplications" />
  8936          <Property Name="users" Type="microsoft.graph.conditionalAccessUsers" Nullable="false" />
  8937          <Property Name="signInRiskLevels" Type="Collection(microsoft.graph.riskLevel)" Nullable="false" />
  8938          <Property Name="platforms" Type="microsoft.graph.conditionalAccessPlatforms" />
  8939          <Property Name="locations" Type="microsoft.graph.conditionalAccessLocations" />
  8940          <Property Name="clientAppTypes" Type="Collection(microsoft.graph.conditionalAccessClientApp)" Nullable="false" />
  8941          <Property Name="deviceStates" Type="microsoft.graph.conditionalAccessDeviceStates" />
  8942        </ComplexType>
  8943        <ComplexType Name="conditionalAccessGrantControls">
  8944          <Property Name="operator" Type="Edm.String" />
  8945          <Property Name="builtInControls" Type="Collection(microsoft.graph.conditionalAccessGrantControl)" Nullable="false" />
  8946          <Property Name="customAuthenticationFactors" Type="Collection(Edm.String)" Nullable="false" />
  8947          <Property Name="termsOfUse" Type="Collection(Edm.String)" Nullable="false" />
  8948        </ComplexType>
  8949        <EntityType Name="identityRiskEvent" BaseType="microsoft.graph.entity">
  8950          <Property Name="userDisplayName" Type="Edm.String" />
  8951          <Property Name="userPrincipalName" Type="Edm.String" />
  8952          <Property Name="riskEventDateTime" Type="Edm.DateTimeOffset" />
  8953          <Property Name="riskEventType" Type="Edm.String" />
  8954          <Property Name="riskLevel" Type="microsoft.graph.riskLevel" />
  8955          <Property Name="riskEventStatus" Type="microsoft.graph.riskEventStatus" />
  8956          <Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
  8957          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  8958          <Property Name="userId" Type="Edm.String" />
  8959          <NavigationProperty Name="impactedUser" Type="microsoft.graph.user" />
  8960        </EntityType>
  8961        <EntityType Name="riskDetection" BaseType="microsoft.graph.entity">
  8962          <Property Name="requestId" Type="Edm.String" />
  8963          <Property Name="correlationId" Type="Edm.String" />
  8964          <Property Name="riskType" Type="microsoft.graph.riskEventType" />
  8965          <Property Name="riskState" Type="microsoft.graph.riskState" />
  8966          <Property Name="riskLevel" Type="microsoft.graph.riskLevel" />
  8967          <Property Name="riskDetail" Type="microsoft.graph.riskDetail" />
  8968          <Property Name="source" Type="Edm.String" />
  8969          <Property Name="detectionTimingType" Type="microsoft.graph.riskDetectionTimingType" />
  8970          <Property Name="activity" Type="microsoft.graph.activityType" />
  8971          <Property Name="tokenIssuerType" Type="microsoft.graph.tokenIssuerType" />
  8972          <Property Name="ipAddress" Type="Edm.String" />
  8973          <Property Name="location" Type="microsoft.graph.signInLocation" />
  8974          <Property Name="activityDateTime" Type="Edm.DateTimeOffset" />
  8975          <Property Name="detectedDateTime" Type="Edm.DateTimeOffset" />
  8976          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
  8977          <Property Name="userId" Type="Edm.String" />
  8978          <Property Name="userDisplayName" Type="Edm.String" />
  8979          <Property Name="userPrincipalName" Type="Edm.String" />
  8980          <Property Name="additionalInfo" Type="Edm.String" />
  8981        </EntityType>
  8982        <EntityType Name="locatedRiskEvent" BaseType="microsoft.graph.identityRiskEvent" Abstract="true">
  8983          <Property Name="location" Type="microsoft.graph.signInLocation" />
  8984          <Property Name="ipAddress" Type="Edm.String" />
  8985        </EntityType>
  8986        <EntityType Name="impossibleTravelRiskEvent" BaseType="microsoft.graph.locatedRiskEvent">
  8987          <Property Name="userAgent" Type="Edm.String" />
  8988          <Property Name="deviceInformation" Type="Edm.String" />
  8989          <Property Name="isAtypicalLocation" Type="Edm.Boolean" />
  8990          <Property Name="previousSigninDateTime" Type="Edm.DateTimeOffset" />
  8991          <Property Name="previousLocation" Type="microsoft.graph.signInLocation" />
  8992          <Property Name="previousIpAddress" Type="Edm.String" />
  8993        </EntityType>
  8994        <EntityType Name="leakedCredentialsRiskEvent" BaseType="microsoft.graph.identityRiskEvent" />
  8995        <EntityType Name="anonymousIpRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
  8996        <EntityType Name="suspiciousIpRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
  8997        <EntityType Name="unfamiliarLocationRiskEvent" BaseType="microsoft.graph.locatedRiskEvent" />
  8998        <EntityType Name="malwareRiskEvent" BaseType="microsoft.graph.locatedRiskEvent">
  8999          <Property Name="deviceInformation" Type="Edm.String" />
  9000          <Property Name="malwareName" Type="Edm.String" />
  9001        </EntityType>
  9002        <EntityType Name="namedLocation" BaseType="microsoft.graph.entity">
  9003          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9004          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  9005          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  9006        </EntityType>
  9007        <EntityType Name="countryNamedLocation" BaseType="microsoft.graph.namedLocation">
  9008          <Property Name="countriesAndRegions" Type="Collection(Edm.String)" Nullable="false" />
  9009          <Property Name="includeUnknownCountriesAndRegions" Type="Edm.Boolean" Nullable="false" />
  9010        </EntityType>
  9011        <EntityType Name="ipNamedLocation" BaseType="microsoft.graph.namedLocation">
  9012          <Property Name="ipRanges" Type="Collection(microsoft.graph.ipRange)" Nullable="false" />
  9013          <Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" />
  9014        </EntityType>
  9015        <EntityType Name="conditionalAccessPolicy" BaseType="microsoft.graph.entity">
  9016          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  9017          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  9018          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9019          <Property Name="description" Type="Edm.String" />
  9020          <Property Name="state" Type="microsoft.graph.conditionalAccessPolicyState" Nullable="false" />
  9021          <Property Name="conditions" Type="microsoft.graph.conditionalAccessConditionSet" Nullable="false" />
  9022          <Property Name="grantControls" Type="microsoft.graph.conditionalAccessGrantControls" />
  9023          <Property Name="sessionControls" Type="microsoft.graph.conditionalAccessSessionControls" />
  9024        </EntityType>
  9025        <EntityType Name="riskyUser" BaseType="microsoft.graph.entity">
  9026          <Property Name="isDeleted" Type="Edm.Boolean" />
  9027          <Property Name="isGuest" Type="Edm.Boolean" />
  9028          <Property Name="isProcessing" Type="Edm.Boolean" />
  9029          <Property Name="riskLastUpdatedDateTime" Type="Edm.DateTimeOffset" />
  9030          <Property Name="riskLevel" Type="microsoft.graph.riskLevel" />
  9031          <Property Name="riskState" Type="microsoft.graph.riskState" />
  9032          <Property Name="riskDetail" Type="microsoft.graph.riskDetail" />
  9033          <Property Name="userDisplayName" Type="Edm.String" />
  9034          <Property Name="userPrincipalName" Type="Edm.String" />
  9035          <NavigationProperty Name="history" Type="Collection(microsoft.graph.riskyUserHistoryItem)" ContainsTarget="true" />
  9036        </EntityType>
  9037        <EntityType Name="riskyUserHistoryItem" BaseType="microsoft.graph.riskyUser">
  9038          <Property Name="userId" Type="Edm.String" />
  9039          <Property Name="initiatedBy" Type="Edm.String" />
  9040          <Property Name="activity" Type="microsoft.graph.riskUserActivity" />
  9041        </EntityType>
  9042        <EntityType Name="conditionalAccessRoot" BaseType="microsoft.graph.entity">
  9043          <NavigationProperty Name="policies" Type="Collection(microsoft.graph.conditionalAccessPolicy)" ContainsTarget="true" />
  9044          <NavigationProperty Name="namedLocations" Type="Collection(microsoft.graph.namedLocation)" ContainsTarget="true" />
  9045        </EntityType>
  9046        <ComplexType Name="labelDetails">
  9047          <Property Name="id" Type="Edm.String" />
  9048          <Property Name="name" Type="Edm.String" />
  9049          <Property Name="description" Type="Edm.String" />
  9050          <Property Name="color" Type="Edm.String" />
  9051          <Property Name="sensitivity" Type="Edm.Int32" Nullable="false" />
  9052          <Property Name="tooltip" Type="Edm.String" />
  9053          <Property Name="isActive" Type="Edm.Boolean" Nullable="false" />
  9054        </ComplexType>
  9055        <EntityType Name="informationProtectionLabel" BaseType="microsoft.graph.entity">
  9056          <Property Name="name" Type="Edm.String" />
  9057          <Property Name="description" Type="Edm.String" />
  9058          <Property Name="color" Type="Edm.String" />
  9059          <Property Name="sensitivity" Type="Edm.Int32" Nullable="false" />
  9060          <Property Name="tooltip" Type="Edm.String" />
  9061          <Property Name="isActive" Type="Edm.Boolean" Nullable="false" />
  9062        </EntityType>
  9063        <ComplexType Name="contentInfo">
  9064          <Property Name="format" Type="microsoft.graph.contentFormat" Nullable="false" />
  9065          <Property Name="state" Type="microsoft.graph.contentState" Nullable="false" />
  9066          <Property Name="identifier" Type="Edm.String" />
  9067          <Property Name="metadata" Type="Collection(microsoft.graph.keyValuePair)" />
  9068        </ComplexType>
  9069        <ComplexType Name="informationProtectionContentLabel">
  9070          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
  9071          <Property Name="assignmentMethod" Type="microsoft.graph.assignmentMethod" Nullable="false" />
  9072          <Property Name="label" Type="microsoft.graph.labelDetails" />
  9073        </ComplexType>
  9074        <ComplexType Name="labelingOptions">
  9075          <Property Name="labelId" Type="Edm.Guid" Nullable="false" />
  9076          <Property Name="assignmentMethod" Type="microsoft.graph.assignmentMethod" Nullable="false" />
  9077          <Property Name="downgradeJustification" Type="microsoft.graph.downgradeJustification" />
  9078          <Property Name="extendedProperties" Type="Collection(microsoft.graph.keyValuePair)" />
  9079        </ComplexType>
  9080        <ComplexType Name="downgradeJustification">
  9081          <Property Name="justificationMessage" Type="Edm.String" />
  9082          <Property Name="isDowngradeJustified" Type="Edm.Boolean" Nullable="false" />
  9083        </ComplexType>
  9084        <ComplexType Name="informationProtectionAction" Abstract="true" />
  9085        <ComplexType Name="classificationResult">
  9086          <Property Name="sensitiveTypeId" Type="Edm.Guid" Nullable="false" />
  9087          <Property Name="count" Type="Edm.Int32" Nullable="false" />
  9088          <Property Name="confidenceLevel" Type="Edm.Int32" Nullable="false" />
  9089        </ComplexType>
  9090        <ComplexType Name="addContentFooterAction" BaseType="microsoft.graph.informationProtectionAction">
  9091          <Property Name="uiElementName" Type="Edm.String" />
  9092          <Property Name="text" Type="Edm.String" />
  9093          <Property Name="fontName" Type="Edm.String" />
  9094          <Property Name="fontSize" Type="Edm.Int32" Nullable="false" />
  9095          <Property Name="fontColor" Type="Edm.String" />
  9096          <Property Name="alignment" Type="microsoft.graph.contentAlignment" Nullable="false" />
  9097          <Property Name="margin" Type="Edm.Int32" Nullable="false" />
  9098        </ComplexType>
  9099        <ComplexType Name="addContentHeaderAction" BaseType="microsoft.graph.informationProtectionAction">
  9100          <Property Name="uiElementName" Type="Edm.String" />
  9101          <Property Name="text" Type="Edm.String" />
  9102          <Property Name="fontName" Type="Edm.String" />
  9103          <Property Name="fontSize" Type="Edm.Int32" Nullable="false" />
  9104          <Property Name="fontColor" Type="Edm.String" />
  9105          <Property Name="alignment" Type="microsoft.graph.contentAlignment" Nullable="false" />
  9106          <Property Name="margin" Type="Edm.Int32" Nullable="false" />
  9107        </ComplexType>
  9108        <ComplexType Name="addWatermarkAction" BaseType="microsoft.graph.informationProtectionAction">
  9109          <Property Name="uiElementName" Type="Edm.String" />
  9110          <Property Name="layout" Type="microsoft.graph.watermarkLayout" Nullable="false" />
  9111          <Property Name="text" Type="Edm.String" />
  9112          <Property Name="fontName" Type="Edm.String" />
  9113          <Property Name="fontSize" Type="Edm.Int32" Nullable="false" />
  9114          <Property Name="fontColor" Type="Edm.String" />
  9115        </ComplexType>
  9116        <ComplexType Name="applyLabelAction" BaseType="microsoft.graph.informationProtectionAction">
  9117          <Property Name="label" Type="microsoft.graph.labelDetails" />
  9118          <Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" />
  9119          <Property Name="actions" Type="Collection(microsoft.graph.informationProtectionAction)" />
  9120          <Property Name="actionSource" Type="microsoft.graph.actionSource" Nullable="false" />
  9121        </ComplexType>
  9122        <ComplexType Name="customAction" BaseType="microsoft.graph.informationProtectionAction">
  9123          <Property Name="name" Type="Edm.String" />
  9124          <Property Name="properties" Type="Collection(microsoft.graph.keyValuePair)" />
  9125        </ComplexType>
  9126        <ComplexType Name="justifyAction" BaseType="microsoft.graph.informationProtectionAction" />
  9127        <ComplexType Name="metadataAction" BaseType="microsoft.graph.informationProtectionAction">
  9128          <Property Name="metadataToRemove" Type="Collection(Edm.String)" />
  9129          <Property Name="metadataToAdd" Type="Collection(microsoft.graph.keyValuePair)" />
  9130        </ComplexType>
  9131        <ComplexType Name="protectAdhocAction" BaseType="microsoft.graph.informationProtectionAction" />
  9132        <ComplexType Name="protectByTemplateAction" BaseType="microsoft.graph.informationProtectionAction">
  9133          <Property Name="templateId" Type="Edm.String" />
  9134        </ComplexType>
  9135        <ComplexType Name="protectDoNotForwardAction" BaseType="microsoft.graph.informationProtectionAction" />
  9136        <ComplexType Name="recommendLabelAction" BaseType="microsoft.graph.informationProtectionAction">
  9137          <Property Name="label" Type="microsoft.graph.labelDetails" />
  9138          <Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" />
  9139          <Property Name="actions" Type="Collection(microsoft.graph.informationProtectionAction)" />
  9140          <Property Name="actionSource" Type="microsoft.graph.actionSource" Nullable="false" />
  9141        </ComplexType>
  9142        <ComplexType Name="removeContentFooterAction" BaseType="microsoft.graph.informationProtectionAction">
  9143          <Property Name="uiElementNames" Type="Collection(Edm.String)" />
  9144        </ComplexType>
  9145        <ComplexType Name="removeContentHeaderAction" BaseType="microsoft.graph.informationProtectionAction">
  9146          <Property Name="uiElementNames" Type="Collection(Edm.String)" />
  9147        </ComplexType>
  9148        <ComplexType Name="removeProtectionAction" BaseType="microsoft.graph.informationProtectionAction" />
  9149        <ComplexType Name="removeWatermarkAction" BaseType="microsoft.graph.informationProtectionAction">
  9150          <Property Name="uiElementNames" Type="Collection(Edm.String)" />
  9151        </ComplexType>
  9152        <EntityType Name="deviceManagement" BaseType="microsoft.graph.entity">
  9153          <Property Name="settings" Type="microsoft.graph.deviceManagementSettings" />
  9154          <Property Name="maximumDepTokens" Type="Edm.Int32" Nullable="false" />
  9155          <Property Name="intuneAccountId" Type="Edm.Guid" Nullable="false" />
  9156          <Property Name="lastReportAggregationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9157          <Property Name="deviceComplianceReportSummarizationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9158          <Property Name="legacyPcManangementEnabled" Type="Edm.Boolean" Nullable="false" />
  9159          <Property Name="intuneBrand" Type="microsoft.graph.intuneBrand" />
  9160          <Property Name="subscriptionState" Type="microsoft.graph.deviceManagementSubscriptionState" Nullable="false" />
  9161          <Property Name="subscriptions" Type="microsoft.graph.deviceManagementSubscriptions" Nullable="false" />
  9162          <Property Name="managedDeviceCleanupSettings" Type="microsoft.graph.managedDeviceCleanupSettings" />
  9163          <Property Name="adminConsent" Type="microsoft.graph.adminConsent" />
  9164          <Property Name="deviceProtectionOverview" Type="microsoft.graph.deviceProtectionOverview" />
  9165          <Property Name="windowsMalwareOverview" Type="microsoft.graph.windowsMalwareOverview" />
  9166          <Property Name="accountMoveCompletionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9167          <Property Name="groupPolicyObjectFiles" Type="Collection(microsoft.graph.groupPolicyObjectFile)" />
  9168          <NavigationProperty Name="auditEvents" Type="Collection(microsoft.graph.auditEvent)" ContainsTarget="true" />
  9169          <NavigationProperty Name="androidForWorkSettings" Type="microsoft.graph.androidForWorkSettings" ContainsTarget="true" />
  9170          <NavigationProperty Name="androidForWorkAppConfigurationSchemas" Type="Collection(microsoft.graph.androidForWorkAppConfigurationSchema)" ContainsTarget="true" />
  9171          <NavigationProperty Name="androidForWorkEnrollmentProfiles" Type="Collection(microsoft.graph.androidForWorkEnrollmentProfile)" ContainsTarget="true" />
  9172          <NavigationProperty Name="androidManagedStoreAccountEnterpriseSettings" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" ContainsTarget="true" />
  9173          <NavigationProperty Name="androidManagedStoreAppConfigurationSchemas" Type="Collection(microsoft.graph.androidManagedStoreAppConfigurationSchema)" ContainsTarget="true" />
  9174          <NavigationProperty Name="androidDeviceOwnerEnrollmentProfiles" Type="Collection(microsoft.graph.androidDeviceOwnerEnrollmentProfile)" ContainsTarget="true" />
  9175          <NavigationProperty Name="termsAndConditions" Type="Collection(microsoft.graph.termsAndConditions)" ContainsTarget="true" />
  9176          <NavigationProperty Name="deviceConfigurations" Type="Collection(microsoft.graph.deviceConfiguration)" ContainsTarget="true" />
  9177          <NavigationProperty Name="deviceCompliancePolicies" Type="Collection(microsoft.graph.deviceCompliancePolicy)" ContainsTarget="true" />
  9178          <NavigationProperty Name="softwareUpdateStatusSummary" Type="microsoft.graph.softwareUpdateStatusSummary" />
  9179          <NavigationProperty Name="deviceCompliancePolicyDeviceStateSummary" Type="microsoft.graph.deviceCompliancePolicyDeviceStateSummary" ContainsTarget="true" />
  9180          <NavigationProperty Name="deviceCompliancePolicySettingStateSummaries" Type="Collection(microsoft.graph.deviceCompliancePolicySettingStateSummary)" ContainsTarget="true" />
  9181          <NavigationProperty Name="advancedThreatProtectionOnboardingStateSummary" Type="microsoft.graph.advancedThreatProtectionOnboardingStateSummary" ContainsTarget="true" />
  9182          <NavigationProperty Name="deviceConfigurationDeviceStateSummaries" Type="microsoft.graph.deviceConfigurationDeviceStateSummary" ContainsTarget="true" />
  9183          <NavigationProperty Name="deviceConfigurationUserStateSummaries" Type="microsoft.graph.deviceConfigurationUserStateSummary" ContainsTarget="true" />
  9184          <NavigationProperty Name="cartToClassAssociations" Type="Collection(microsoft.graph.cartToClassAssociation)" ContainsTarget="true" />
  9185          <NavigationProperty Name="iosUpdateStatuses" Type="Collection(microsoft.graph.iosUpdateDeviceStatus)" ContainsTarget="true" />
  9186          <NavigationProperty Name="ndesConnectors" Type="Collection(microsoft.graph.ndesConnector)" ContainsTarget="true" />
  9187          <NavigationProperty Name="deviceConfigurationRestrictedAppsViolations" Type="Collection(microsoft.graph.restrictedAppsViolation)" ContainsTarget="true" />
  9188          <NavigationProperty Name="managedDeviceEncryptionStates" Type="Collection(microsoft.graph.managedDeviceEncryptionState)" ContainsTarget="true" />
  9189          <NavigationProperty Name="deviceConfigurationConflictSummary" Type="Collection(microsoft.graph.deviceConfigurationConflictSummary)" ContainsTarget="true" />
  9190          <NavigationProperty Name="deviceConfigurationsAllManagedDeviceCertificateStates" Type="Collection(microsoft.graph.managedAllDeviceCertificateState)" ContainsTarget="true" />
  9191          <NavigationProperty Name="deviceCategories" Type="Collection(microsoft.graph.deviceCategory)" ContainsTarget="true" />
  9192          <NavigationProperty Name="exchangeConnectors" Type="Collection(microsoft.graph.deviceManagementExchangeConnector)" ContainsTarget="true" />
  9193          <NavigationProperty Name="deviceEnrollmentConfigurations" Type="Collection(microsoft.graph.deviceEnrollmentConfiguration)" ContainsTarget="true" />
  9194          <NavigationProperty Name="exchangeOnPremisesPolicy" Type="microsoft.graph.deviceManagementExchangeOnPremisesPolicy" ContainsTarget="true" />
  9195          <NavigationProperty Name="exchangeOnPremisesPolicies" Type="Collection(microsoft.graph.deviceManagementExchangeOnPremisesPolicy)" ContainsTarget="true" />
  9196          <NavigationProperty Name="conditionalAccessSettings" Type="microsoft.graph.onPremisesConditionalAccessSettings" ContainsTarget="true" />
  9197          <NavigationProperty Name="mobileThreatDefenseConnectors" Type="Collection(microsoft.graph.mobileThreatDefenseConnector)" ContainsTarget="true" />
  9198          <NavigationProperty Name="deviceManagementPartners" Type="Collection(microsoft.graph.deviceManagementPartner)" ContainsTarget="true" />
  9199          <NavigationProperty Name="complianceManagementPartners" Type="Collection(microsoft.graph.complianceManagementPartner)" ContainsTarget="true" />
  9200          <NavigationProperty Name="intents" Type="Collection(microsoft.graph.deviceManagementIntent)" ContainsTarget="true" />
  9201          <NavigationProperty Name="settingDefinitions" Type="Collection(microsoft.graph.deviceManagementSettingDefinition)" ContainsTarget="true" />
  9202          <NavigationProperty Name="templates" Type="Collection(microsoft.graph.deviceManagementTemplate)" ContainsTarget="true" />
  9203          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.deviceManagementSettingCategory)" ContainsTarget="true" />
  9204          <NavigationProperty Name="remoteActionAudits" Type="Collection(microsoft.graph.remoteActionAudit)" ContainsTarget="true" />
  9205          <NavigationProperty Name="applePushNotificationCertificate" Type="microsoft.graph.applePushNotificationCertificate" ContainsTarget="true" />
  9206          <NavigationProperty Name="deviceManagementScripts" Type="Collection(microsoft.graph.deviceManagementScript)" ContainsTarget="true" />
  9207          <NavigationProperty Name="deviceHealthScripts" Type="Collection(microsoft.graph.deviceHealthScript)" ContainsTarget="true" />
  9208          <NavigationProperty Name="managedDeviceOverview" Type="microsoft.graph.managedDeviceOverview" />
  9209          <NavigationProperty Name="detectedApps" Type="Collection(microsoft.graph.detectedApp)" ContainsTarget="true" />
  9210          <NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" ContainsTarget="true" />
  9211          <NavigationProperty Name="windowsMalwareInformation" Type="Collection(microsoft.graph.windowsMalwareInformation)" ContainsTarget="true" />
  9212          <NavigationProperty Name="dataSharingConsents" Type="Collection(microsoft.graph.dataSharingConsent)" ContainsTarget="true" />
  9213          <NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(microsoft.graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" />
  9214          <NavigationProperty Name="userExperienceAnalyticsOverview" Type="microsoft.graph.userExperienceAnalyticsOverview" ContainsTarget="true" />
  9215          <NavigationProperty Name="userExperienceAnalyticsBaselines" Type="Collection(microsoft.graph.userExperienceAnalyticsBaseline)" ContainsTarget="true" />
  9216          <NavigationProperty Name="userExperienceAnalyticsCategories" Type="Collection(microsoft.graph.userExperienceAnalyticsCategory)" ContainsTarget="true" />
  9217          <NavigationProperty Name="userExperienceAnalyticsDevicePerformance" Type="Collection(microsoft.graph.userExperienceAnalyticsDevicePerformance)" ContainsTarget="true" />
  9218          <NavigationProperty Name="userExperienceAnalyticsRegressionSummary" Type="microsoft.graph.userExperienceAnalyticsRegressionSummary" ContainsTarget="true" />
  9219          <NavigationProperty Name="userExperienceAnalyticsDeviceStartupHistory" Type="Collection(microsoft.graph.userExperienceAnalyticsDeviceStartupHistory)" ContainsTarget="true" />
  9220          <NavigationProperty Name="derivedCredentials" Type="Collection(microsoft.graph.deviceManagementDerivedCredentialSettings)" ContainsTarget="true" />
  9221          <NavigationProperty Name="windowsAutopilotSettings" Type="microsoft.graph.windowsAutopilotSettings" ContainsTarget="true" />
  9222          <NavigationProperty Name="windowsAutopilotDeviceIdentities" Type="Collection(microsoft.graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" />
  9223          <NavigationProperty Name="windowsAutopilotDeploymentProfiles" Type="Collection(microsoft.graph.windowsAutopilotDeploymentProfile)" ContainsTarget="true" />
  9224          <NavigationProperty Name="importedDeviceIdentities" Type="Collection(microsoft.graph.importedDeviceIdentity)" ContainsTarget="true" />
  9225          <NavigationProperty Name="depOnboardingSettings" Type="Collection(microsoft.graph.depOnboardingSetting)" ContainsTarget="true" />
  9226          <NavigationProperty Name="importedWindowsAutopilotDeviceIdentities" Type="Collection(microsoft.graph.importedWindowsAutopilotDeviceIdentity)" ContainsTarget="true" />
  9227          <NavigationProperty Name="appleUserInitiatedEnrollmentProfiles" Type="Collection(microsoft.graph.appleUserInitiatedEnrollmentProfile)" ContainsTarget="true" />
  9228          <NavigationProperty Name="managementConditions" Type="Collection(microsoft.graph.managementCondition)" ContainsTarget="true" />
  9229          <NavigationProperty Name="managementConditionStatements" Type="Collection(microsoft.graph.managementConditionStatement)" ContainsTarget="true" />
  9230          <NavigationProperty Name="groupPolicyMigrationReports" Type="Collection(microsoft.graph.groupPolicyMigrationReport)" ContainsTarget="true" />
  9231          <NavigationProperty Name="groupPolicyConfigurations" Type="Collection(microsoft.graph.groupPolicyConfiguration)" ContainsTarget="true" />
  9232          <NavigationProperty Name="groupPolicyDefinitions" Type="Collection(microsoft.graph.groupPolicyDefinition)" ContainsTarget="true" />
  9233          <NavigationProperty Name="groupPolicyDefinitionFiles" Type="Collection(microsoft.graph.groupPolicyDefinitionFile)" ContainsTarget="true" />
  9234          <NavigationProperty Name="notificationMessageTemplates" Type="Collection(microsoft.graph.notificationMessageTemplate)" ContainsTarget="true" />
  9235          <NavigationProperty Name="domainJoinConnectors" Type="Collection(microsoft.graph.deviceManagementDomainJoinConnector)" ContainsTarget="true" />
  9236          <NavigationProperty Name="roleDefinitions" Type="Collection(microsoft.graph.roleDefinition)" ContainsTarget="true" />
  9237          <NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.deviceAndAppManagementRoleAssignment)" ContainsTarget="true" />
  9238          <NavigationProperty Name="roleScopeTags" Type="Collection(microsoft.graph.roleScopeTag)" ContainsTarget="true" />
  9239          <NavigationProperty Name="resourceOperations" Type="Collection(microsoft.graph.resourceOperation)" ContainsTarget="true" />
  9240          <NavigationProperty Name="remoteAssistancePartners" Type="Collection(microsoft.graph.remoteAssistancePartner)" ContainsTarget="true" />
  9241          <NavigationProperty Name="reports" Type="microsoft.graph.deviceManagementReports" ContainsTarget="true" />
  9242          <NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(microsoft.graph.telecomExpenseManagementPartner)" ContainsTarget="true" />
  9243          <NavigationProperty Name="embeddedSIMActivationCodePools" Type="Collection(microsoft.graph.embeddedSIMActivationCodePool)" ContainsTarget="true" />
  9244          <NavigationProperty Name="troubleshootingEvents" Type="Collection(microsoft.graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" />
  9245          <NavigationProperty Name="autopilotEvents" Type="Collection(microsoft.graph.deviceManagementAutopilotEvent)" ContainsTarget="true" />
  9246          <NavigationProperty Name="windowsFeatureUpdateProfiles" Type="Collection(microsoft.graph.windowsFeatureUpdateProfile)" ContainsTarget="true" />
  9247          <NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(microsoft.graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" />
  9248          <NavigationProperty Name="windowsInformationProtectionNetworkLearningSummaries" Type="Collection(microsoft.graph.windowsInformationProtectionNetworkLearningSummary)" ContainsTarget="true" />
  9249          <NavigationProperty Name="intuneBrandingProfiles" Type="Collection(microsoft.graph.intuneBrandingProfile)" ContainsTarget="true" />
  9250          <NavigationProperty Name="userPfxCertificates" Type="Collection(microsoft.graph.userPFXCertificate)" ContainsTarget="true" />
  9251        </EntityType>
  9252        <EntityType Name="auditEvent" BaseType="microsoft.graph.entity">
  9253          <Property Name="displayName" Type="Edm.String" />
  9254          <Property Name="componentName" Type="Edm.String" />
  9255          <Property Name="actor" Type="microsoft.graph.auditActor" />
  9256          <Property Name="activity" Type="Edm.String" />
  9257          <Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9258          <Property Name="activityType" Type="Edm.String" />
  9259          <Property Name="activityOperationType" Type="Edm.String" />
  9260          <Property Name="activityResult" Type="Edm.String" />
  9261          <Property Name="correlationId" Type="Edm.Guid" Nullable="false" />
  9262          <Property Name="resources" Type="Collection(microsoft.graph.auditResource)" />
  9263          <Property Name="category" Type="Edm.String" />
  9264        </EntityType>
  9265        <EntityType Name="androidForWorkSettings" BaseType="microsoft.graph.entity">
  9266          <Property Name="bindStatus" Type="microsoft.graph.androidForWorkBindStatus" Nullable="false" />
  9267          <Property Name="lastAppSyncDateTime" Type="Edm.DateTimeOffset" />
  9268          <Property Name="lastAppSyncStatus" Type="microsoft.graph.androidForWorkSyncStatus" Nullable="false" />
  9269          <Property Name="ownerUserPrincipalName" Type="Edm.String" />
  9270          <Property Name="ownerOrganizationName" Type="Edm.String" />
  9271          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  9272          <Property Name="enrollmentTarget" Type="microsoft.graph.androidForWorkEnrollmentTarget" Nullable="false" />
  9273          <Property Name="targetGroupIds" Type="Collection(Edm.String)" />
  9274          <Property Name="deviceOwnerManagementEnabled" Type="Edm.Boolean" Nullable="false" />
  9275        </EntityType>
  9276        <EntityType Name="androidForWorkAppConfigurationSchema" BaseType="microsoft.graph.entity">
  9277          <Property Name="exampleJson" Type="Edm.Binary" />
  9278          <Property Name="schemaItems" Type="Collection(microsoft.graph.androidForWorkAppConfigurationSchemaItem)" />
  9279        </EntityType>
  9280        <EntityType Name="androidForWorkEnrollmentProfile" BaseType="microsoft.graph.entity">
  9281          <Property Name="accountId" Type="Edm.String" />
  9282          <Property Name="displayName" Type="Edm.String" />
  9283          <Property Name="description" Type="Edm.String" />
  9284          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9285          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9286          <Property Name="tokenValue" Type="Edm.String" />
  9287          <Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9288          <Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
  9289          <Property Name="qrCodeContent" Type="Edm.String" />
  9290          <Property Name="qrCodeImage" Type="microsoft.graph.mimeContent" />
  9291        </EntityType>
  9292        <EntityType Name="androidManagedStoreAccountEnterpriseSettings" BaseType="microsoft.graph.entity">
  9293          <Property Name="bindStatus" Type="microsoft.graph.androidManagedStoreAccountBindStatus" Nullable="false" />
  9294          <Property Name="lastAppSyncDateTime" Type="Edm.DateTimeOffset" />
  9295          <Property Name="lastAppSyncStatus" Type="microsoft.graph.androidManagedStoreAccountAppSyncStatus" Nullable="false" />
  9296          <Property Name="ownerUserPrincipalName" Type="Edm.String" />
  9297          <Property Name="ownerOrganizationName" Type="Edm.String" />
  9298          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
  9299          <Property Name="enrollmentTarget" Type="microsoft.graph.androidManagedStoreAccountEnrollmentTarget" Nullable="false" />
  9300          <Property Name="targetGroupIds" Type="Collection(Edm.String)" />
  9301          <Property Name="deviceOwnerManagementEnabled" Type="Edm.Boolean" Nullable="false" />
  9302          <Property Name="companyCodes" Type="Collection(microsoft.graph.androidEnrollmentCompanyCode)" />
  9303          <Property Name="androidDeviceOwnerFullyManagedEnrollmentEnabled" Type="Edm.Boolean" Nullable="false" />
  9304        </EntityType>
  9305        <EntityType Name="androidManagedStoreAppConfigurationSchema" BaseType="microsoft.graph.entity">
  9306          <Property Name="exampleJson" Type="Edm.Binary" />
  9307          <Property Name="schemaItems" Type="Collection(microsoft.graph.androidManagedStoreAppConfigurationSchemaItem)" />
  9308          <Property Name="nestedSchemaItems" Type="Collection(microsoft.graph.androidManagedStoreAppConfigurationSchemaItem)" />
  9309        </EntityType>
  9310        <EntityType Name="androidDeviceOwnerEnrollmentProfile" BaseType="microsoft.graph.entity">
  9311          <Property Name="accountId" Type="Edm.String" />
  9312          <Property Name="displayName" Type="Edm.String" />
  9313          <Property Name="description" Type="Edm.String" />
  9314          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9315          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9316          <Property Name="tokenValue" Type="Edm.String" />
  9317          <Property Name="tokenCreationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9318          <Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9319          <Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
  9320          <Property Name="qrCodeContent" Type="Edm.String" />
  9321          <Property Name="qrCodeImage" Type="microsoft.graph.mimeContent" />
  9322          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9323        </EntityType>
  9324        <EntityType Name="termsAndConditions" BaseType="microsoft.graph.entity">
  9325          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9326          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9327          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9328          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9329          <Property Name="description" Type="Edm.String" />
  9330          <Property Name="title" Type="Edm.String" />
  9331          <Property Name="bodyText" Type="Edm.String" />
  9332          <Property Name="acceptanceStatement" Type="Edm.String" />
  9333          <Property Name="version" Type="Edm.Int32" Nullable="false" />
  9334          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9335          <NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.termsAndConditionsGroupAssignment)" ContainsTarget="true" />
  9336          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.termsAndConditionsAssignment)" ContainsTarget="true" />
  9337          <NavigationProperty Name="acceptanceStatuses" Type="Collection(microsoft.graph.termsAndConditionsAcceptanceStatus)" ContainsTarget="true" />
  9338        </EntityType>
  9339        <ComplexType Name="deviceManagementSettings">
  9340          <Property Name="deviceComplianceCheckinThresholdDays" Type="Edm.Int32" Nullable="false" />
  9341          <Property Name="isScheduledActionEnabled" Type="Edm.Boolean" Nullable="false" />
  9342          <Property Name="secureByDefault" Type="Edm.Boolean" Nullable="false" />
  9343          <Property Name="enhancedJailBreak" Type="Edm.Boolean" Nullable="false" />
  9344          <Property Name="deviceInactivityBeforeRetirementInDay" Type="Edm.Int32" Nullable="false" />
  9345          <Property Name="derivedCredentialProvider" Type="microsoft.graph.derivedCredentialProviderType" Nullable="false" />
  9346          <Property Name="derivedCredentialUrl" Type="Edm.String" />
  9347          <Property Name="androidDeviceAdministratorEnrollmentEnabled" Type="Edm.Boolean" Nullable="false" />
  9348        </ComplexType>
  9349        <EntityType Name="deviceConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
  9350          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9351          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9352          <Property Name="supportsScopeTags" Type="Edm.Boolean" Nullable="false" />
  9353          <Property Name="deviceManagementApplicabilityRuleOsEdition" Type="microsoft.graph.deviceManagementApplicabilityRuleOsEdition" />
  9354          <Property Name="deviceManagementApplicabilityRuleOsVersion" Type="microsoft.graph.deviceManagementApplicabilityRuleOsVersion" />
  9355          <Property Name="deviceManagementApplicabilityRuleDeviceMode" Type="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode" />
  9356          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9357          <Property Name="description" Type="Edm.String" />
  9358          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9359          <Property Name="version" Type="Edm.Int32" Nullable="false" />
  9360          <NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.deviceConfigurationGroupAssignment)" ContainsTarget="true" />
  9361          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceConfigurationAssignment)" ContainsTarget="true" />
  9362          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.deviceConfigurationDeviceStatus)" ContainsTarget="true" />
  9363          <NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.deviceConfigurationUserStatus)" ContainsTarget="true" />
  9364          <NavigationProperty Name="deviceStatusOverview" Type="microsoft.graph.deviceConfigurationDeviceOverview" ContainsTarget="true" />
  9365          <NavigationProperty Name="userStatusOverview" Type="microsoft.graph.deviceConfigurationUserOverview" ContainsTarget="true" />
  9366          <NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(microsoft.graph.settingStateDeviceSummary)" ContainsTarget="true" />
  9367        </EntityType>
  9368        <EntityType Name="deviceCompliancePolicy" BaseType="microsoft.graph.entity" Abstract="true">
  9369          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9370          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9371          <Property Name="description" Type="Edm.String" />
  9372          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9373          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9374          <Property Name="version" Type="Edm.Int32" Nullable="false" />
  9375          <NavigationProperty Name="scheduledActionsForRule" Type="Collection(microsoft.graph.deviceComplianceScheduledActionForRule)" ContainsTarget="true" />
  9376          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.deviceComplianceDeviceStatus)" ContainsTarget="true" />
  9377          <NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.deviceComplianceUserStatus)" ContainsTarget="true" />
  9378          <NavigationProperty Name="deviceStatusOverview" Type="microsoft.graph.deviceComplianceDeviceOverview" ContainsTarget="true" />
  9379          <NavigationProperty Name="userStatusOverview" Type="microsoft.graph.deviceComplianceUserOverview" ContainsTarget="true" />
  9380          <NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(microsoft.graph.settingStateDeviceSummary)" ContainsTarget="true" />
  9381          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" ContainsTarget="true" />
  9382        </EntityType>
  9383        <EntityType Name="softwareUpdateStatusSummary" BaseType="microsoft.graph.entity">
  9384          <Property Name="displayName" Type="Edm.String" />
  9385          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9386          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9387          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9388          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
  9389          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
  9390          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
  9391          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
  9392          <Property Name="compliantUserCount" Type="Edm.Int32" Nullable="false" />
  9393          <Property Name="nonCompliantUserCount" Type="Edm.Int32" Nullable="false" />
  9394          <Property Name="remediatedUserCount" Type="Edm.Int32" Nullable="false" />
  9395          <Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" />
  9396          <Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" />
  9397          <Property Name="conflictUserCount" Type="Edm.Int32" Nullable="false" />
  9398          <Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" />
  9399        </EntityType>
  9400        <EntityType Name="deviceCompliancePolicyDeviceStateSummary" BaseType="microsoft.graph.entity">
  9401          <Property Name="inGracePeriodCount" Type="Edm.Int32" Nullable="false" />
  9402          <Property Name="configManagerCount" Type="Edm.Int32" Nullable="false" />
  9403          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
  9404          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
  9405          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9406          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9407          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9408          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
  9409          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
  9410        </EntityType>
  9411        <EntityType Name="deviceCompliancePolicySettingStateSummary" BaseType="microsoft.graph.entity">
  9412          <Property Name="setting" Type="Edm.String" />
  9413          <Property Name="settingName" Type="Edm.String" />
  9414          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
  9415          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
  9416          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
  9417          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9418          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9419          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9420          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
  9421          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
  9422          <NavigationProperty Name="deviceComplianceSettingStates" Type="Collection(microsoft.graph.deviceComplianceSettingState)" ContainsTarget="true" />
  9423        </EntityType>
  9424        <EntityType Name="advancedThreatProtectionOnboardingStateSummary" BaseType="microsoft.graph.entity">
  9425          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
  9426          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
  9427          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9428          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9429          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9430          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
  9431          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
  9432          <Property Name="notAssignedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9433          <NavigationProperty Name="advancedThreatProtectionOnboardingDeviceSettingStates" Type="Collection(microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState)" ContainsTarget="true" />
  9434        </EntityType>
  9435        <EntityType Name="deviceConfigurationDeviceStateSummary" BaseType="microsoft.graph.entity">
  9436          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
  9437          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
  9438          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9439          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9440          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
  9441          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
  9442          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
  9443        </EntityType>
  9444        <EntityType Name="deviceConfigurationUserStateSummary" BaseType="microsoft.graph.entity">
  9445          <Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" />
  9446          <Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" />
  9447          <Property Name="compliantUserCount" Type="Edm.Int32" Nullable="false" />
  9448          <Property Name="remediatedUserCount" Type="Edm.Int32" Nullable="false" />
  9449          <Property Name="nonCompliantUserCount" Type="Edm.Int32" Nullable="false" />
  9450          <Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" />
  9451          <Property Name="conflictUserCount" Type="Edm.Int32" Nullable="false" />
  9452        </EntityType>
  9453        <EntityType Name="cartToClassAssociation" BaseType="microsoft.graph.entity">
  9454          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9455          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9456          <Property Name="version" Type="Edm.Int32" Nullable="false" />
  9457          <Property Name="displayName" Type="Edm.String" />
  9458          <Property Name="description" Type="Edm.String" />
  9459          <Property Name="deviceCartIds" Type="Collection(Edm.String)" />
  9460          <Property Name="classroomIds" Type="Collection(Edm.String)" />
  9461        </EntityType>
  9462        <EntityType Name="iosUpdateDeviceStatus" BaseType="microsoft.graph.entity">
  9463          <Property Name="installStatus" Type="microsoft.graph.iosUpdatesInstallStatus" Nullable="false" />
  9464          <Property Name="osVersion" Type="Edm.String" />
  9465          <Property Name="deviceId" Type="Edm.String" />
  9466          <Property Name="userId" Type="Edm.String" />
  9467          <Property Name="deviceDisplayName" Type="Edm.String" />
  9468          <Property Name="userName" Type="Edm.String" />
  9469          <Property Name="deviceModel" Type="Edm.String" />
  9470          <Property Name="platform" Type="Edm.Int32" Nullable="false" />
  9471          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9472          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
  9473          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9474          <Property Name="userPrincipalName" Type="Edm.String" />
  9475        </EntityType>
  9476        <EntityType Name="ndesConnector" BaseType="microsoft.graph.entity">
  9477          <Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9478          <Property Name="state" Type="microsoft.graph.ndesConnectorState" Nullable="false" />
  9479          <Property Name="displayName" Type="Edm.String" />
  9480        </EntityType>
  9481        <EntityType Name="restrictedAppsViolation" BaseType="microsoft.graph.entity">
  9482          <Property Name="userId" Type="Edm.String" Nullable="false" />
  9483          <Property Name="userName" Type="Edm.String" />
  9484          <Property Name="managedDeviceId" Type="Edm.String" Nullable="false" />
  9485          <Property Name="deviceName" Type="Edm.String" />
  9486          <Property Name="deviceConfigurationId" Type="Edm.String" Nullable="false" />
  9487          <Property Name="deviceConfigurationName" Type="Edm.String" />
  9488          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
  9489          <Property Name="restrictedAppsState" Type="microsoft.graph.restrictedAppsState" Nullable="false" />
  9490          <Property Name="restrictedApps" Type="Collection(microsoft.graph.managedDeviceReportedApp)" Nullable="false" />
  9491        </EntityType>
  9492        <EntityType Name="managedDeviceEncryptionState" BaseType="microsoft.graph.entity">
  9493          <Property Name="userPrincipalName" Type="Edm.String" />
  9494          <Property Name="deviceType" Type="microsoft.graph.deviceTypes" Nullable="false" />
  9495          <Property Name="osVersion" Type="Edm.String" />
  9496          <Property Name="tpmSpecificationVersion" Type="Edm.String" />
  9497          <Property Name="deviceName" Type="Edm.String" />
  9498          <Property Name="encryptionReadinessState" Type="microsoft.graph.encryptionReadinessState" Nullable="false" />
  9499          <Property Name="encryptionState" Type="microsoft.graph.encryptionState" Nullable="false" />
  9500          <Property Name="encryptionPolicySettingState" Type="microsoft.graph.complianceStatus" Nullable="false" />
  9501          <Property Name="advancedBitLockerStates" Type="microsoft.graph.advancedBitLockerState" />
  9502          <Property Name="fileVaultStates" Type="microsoft.graph.fileVaultState" />
  9503          <Property Name="policyDetails" Type="Collection(microsoft.graph.encryptionReportPolicyDetails)" />
  9504        </EntityType>
  9505        <EntityType Name="deviceConfigurationConflictSummary" BaseType="microsoft.graph.entity">
  9506          <Property Name="conflictingDeviceConfigurations" Type="Collection(microsoft.graph.settingSource)" />
  9507          <Property Name="contributingSettings" Type="Collection(Edm.String)" />
  9508          <Property Name="deviceCheckinsImpacted" Type="Edm.Int32" Nullable="false" />
  9509        </EntityType>
  9510        <EntityType Name="managedAllDeviceCertificateState" BaseType="microsoft.graph.entity">
  9511          <Property Name="certificateRevokeStatus" Type="microsoft.graph.certificateRevocationStatus" Nullable="false" />
  9512          <Property Name="managedDeviceDisplayName" Type="Edm.String" />
  9513          <Property Name="userPrincipalName" Type="Edm.String" />
  9514          <Property Name="certificateExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9515          <Property Name="certificateIssuerName" Type="Edm.String" />
  9516          <Property Name="certificateThumbprint" Type="Edm.String" />
  9517          <Property Name="certificateSerialNumber" Type="Edm.String" />
  9518          <Property Name="certificateSubjectName" Type="Edm.String" />
  9519          <Property Name="certificateKeyUsages" Type="Edm.Int32" />
  9520          <Property Name="certificateExtendedKeyUsages" Type="Edm.String" />
  9521          <Property Name="certificateIssuanceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9522        </EntityType>
  9523        <ComplexType Name="intuneBrand">
  9524          <Property Name="displayName" Type="Edm.String" />
  9525          <Property Name="themeColor" Type="microsoft.graph.rgbColor" />
  9526          <Property Name="showLogo" Type="Edm.Boolean" Nullable="false" />
  9527          <Property Name="lightBackgroundLogo" Type="microsoft.graph.mimeContent" />
  9528          <Property Name="darkBackgroundLogo" Type="microsoft.graph.mimeContent" />
  9529          <Property Name="showNameNextToLogo" Type="Edm.Boolean" Nullable="false" />
  9530          <Property Name="landingPageCustomizedImage" Type="microsoft.graph.mimeContent" />
  9531          <Property Name="showDisplayNameNextToLogo" Type="Edm.Boolean" Nullable="false" />
  9532          <Property Name="contactITName" Type="Edm.String" />
  9533          <Property Name="contactITPhoneNumber" Type="Edm.String" />
  9534          <Property Name="contactITEmailAddress" Type="Edm.String" />
  9535          <Property Name="contactITNotes" Type="Edm.String" />
  9536          <Property Name="onlineSupportSiteUrl" Type="Edm.String" />
  9537          <Property Name="onlineSupportSiteName" Type="Edm.String" />
  9538          <Property Name="privacyUrl" Type="Edm.String" />
  9539          <Property Name="customPrivacyMessage" Type="Edm.String" />
  9540          <Property Name="isRemoveDeviceDisabled" Type="Edm.Boolean" Nullable="false" />
  9541          <Property Name="isFactoryResetDisabled" Type="Edm.Boolean" Nullable="false" />
  9542          <Property Name="companyPortalBlockedActions" Type="Collection(microsoft.graph.companyPortalBlockedAction)" />
  9543          <Property Name="showAzureADEnterpriseApps" Type="Edm.Boolean" Nullable="false" />
  9544          <Property Name="showOfficeWebApps" Type="Edm.Boolean" Nullable="false" />
  9545        </ComplexType>
  9546        <ComplexType Name="rgbColor">
  9547          <Property Name="r" Type="Edm.Byte" Nullable="false" />
  9548          <Property Name="g" Type="Edm.Byte" Nullable="false" />
  9549          <Property Name="b" Type="Edm.Byte" Nullable="false" />
  9550        </ComplexType>
  9551        <ComplexType Name="mimeContent">
  9552          <Property Name="type" Type="Edm.String" />
  9553          <Property Name="value" Type="Edm.Binary" />
  9554        </ComplexType>
  9555        <ComplexType Name="companyPortalBlockedAction">
  9556          <Property Name="platform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
  9557          <Property Name="ownerType" Type="microsoft.graph.ownerType" Nullable="false" />
  9558          <Property Name="action" Type="microsoft.graph.companyPortalAction" Nullable="false" />
  9559        </ComplexType>
  9560        <EntityType Name="deviceCategory" BaseType="microsoft.graph.entity">
  9561          <Property Name="displayName" Type="Edm.String" />
  9562          <Property Name="description" Type="Edm.String" />
  9563          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9564        </EntityType>
  9565        <EntityType Name="deviceManagementExchangeConnector" BaseType="microsoft.graph.entity">
  9566          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9567          <Property Name="status" Type="microsoft.graph.deviceManagementExchangeConnectorStatus" Nullable="false" />
  9568          <Property Name="primarySmtpAddress" Type="Edm.String" />
  9569          <Property Name="serverName" Type="Edm.String" />
  9570          <Property Name="connectorServerName" Type="Edm.String" />
  9571          <Property Name="exchangeConnectorType" Type="microsoft.graph.deviceManagementExchangeConnectorType" Nullable="false" />
  9572          <Property Name="version" Type="Edm.String" />
  9573          <Property Name="exchangeAlias" Type="Edm.String" />
  9574          <Property Name="exchangeOrganization" Type="Edm.String" />
  9575        </EntityType>
  9576        <EntityType Name="deviceManagementExchangeOnPremisesPolicy" BaseType="microsoft.graph.entity">
  9577          <Property Name="notificationContent" Type="Edm.Binary" />
  9578          <Property Name="defaultAccessLevel" Type="microsoft.graph.deviceManagementExchangeAccessLevel" Nullable="false" />
  9579          <Property Name="accessRules" Type="Collection(microsoft.graph.deviceManagementExchangeAccessRule)" />
  9580          <Property Name="knownDeviceClasses" Type="Collection(microsoft.graph.deviceManagementExchangeDeviceClass)" />
  9581          <NavigationProperty Name="conditionalAccessSettings" Type="microsoft.graph.onPremisesConditionalAccessSettings" ContainsTarget="true" />
  9582        </EntityType>
  9583        <EntityType Name="onPremisesConditionalAccessSettings" BaseType="microsoft.graph.entity">
  9584          <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
  9585          <Property Name="includedGroups" Type="Collection(Edm.Guid)" Nullable="false" />
  9586          <Property Name="excludedGroups" Type="Collection(Edm.Guid)" Nullable="false" />
  9587          <Property Name="overrideDefaultRule" Type="Edm.Boolean" Nullable="false" />
  9588        </EntityType>
  9589        <EntityType Name="mobileThreatDefenseConnector" BaseType="microsoft.graph.entity">
  9590          <Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9591          <Property Name="partnerState" Type="microsoft.graph.mobileThreatPartnerTenantState" Nullable="false" />
  9592          <Property Name="androidMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" />
  9593          <Property Name="iosMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" />
  9594          <Property Name="androidEnabled" Type="Edm.Boolean" Nullable="false" />
  9595          <Property Name="iosEnabled" Type="Edm.Boolean" Nullable="false" />
  9596          <Property Name="windowsEnabled" Type="Edm.Boolean" Nullable="false" />
  9597          <Property Name="macEnabled" Type="Edm.Boolean" Nullable="false" />
  9598          <Property Name="androidDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
  9599          <Property Name="iosDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
  9600          <Property Name="windowsDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
  9601          <Property Name="macDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
  9602          <Property Name="partnerUnsupportedOsVersionBlocked" Type="Edm.Boolean" Nullable="false" />
  9603          <Property Name="partnerUnresponsivenessThresholdInDays" Type="Edm.Int32" Nullable="false" />
  9604          <Property Name="allowPartnerToCollectIOSApplicationMetadata" Type="Edm.Boolean" Nullable="false" />
  9605        </EntityType>
  9606        <EntityType Name="deviceManagementPartner" BaseType="microsoft.graph.entity">
  9607          <Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9608          <Property Name="partnerState" Type="microsoft.graph.deviceManagementPartnerTenantState" Nullable="false" />
  9609          <Property Name="partnerAppType" Type="microsoft.graph.deviceManagementPartnerAppType" Nullable="false" />
  9610          <Property Name="singleTenantAppId" Type="Edm.String" />
  9611          <Property Name="displayName" Type="Edm.String" />
  9612          <Property Name="isConfigured" Type="Edm.Boolean" Nullable="false" />
  9613          <Property Name="whenPartnerDevicesWillBeRemoved" Type="Edm.DateTimeOffset" />
  9614          <Property Name="whenPartnerDevicesWillBeMarkedAsNonCompliant" Type="Edm.DateTimeOffset" />
  9615          <Property Name="whenPartnerDevicesWillBeRemovedDateTime" Type="Edm.DateTimeOffset" />
  9616          <Property Name="whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" Type="Edm.DateTimeOffset" />
  9617          <Property Name="groupsRequiringPartnerEnrollment" Type="Collection(microsoft.graph.deviceManagementPartnerAssignment)" />
  9618        </EntityType>
  9619        <EntityType Name="complianceManagementPartner" BaseType="microsoft.graph.entity">
  9620          <Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9621          <Property Name="partnerState" Type="microsoft.graph.deviceManagementPartnerTenantState" Nullable="false" />
  9622          <Property Name="displayName" Type="Edm.String" />
  9623          <Property Name="macOsOnboarded" Type="Edm.Boolean" Nullable="false" />
  9624          <Property Name="windowsOnboarded" Type="Edm.Boolean" Nullable="false" />
  9625          <Property Name="androidOnboarded" Type="Edm.Boolean" Nullable="false" />
  9626          <Property Name="iosOnboarded" Type="Edm.Boolean" Nullable="false" />
  9627          <Property Name="macOsEnrollmentAssignments" Type="Collection(microsoft.graph.complianceManagementPartnerAssignment)" />
  9628          <Property Name="windowsEnrollmentAssignments" Type="Collection(microsoft.graph.complianceManagementPartnerAssignment)" />
  9629          <Property Name="androidEnrollmentAssignments" Type="Collection(microsoft.graph.complianceManagementPartnerAssignment)" />
  9630          <Property Name="iosEnrollmentAssignments" Type="Collection(microsoft.graph.complianceManagementPartnerAssignment)" />
  9631        </EntityType>
  9632        <EntityType Name="deviceManagementIntent" BaseType="microsoft.graph.entity">
  9633          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9634          <Property Name="description" Type="Edm.String" />
  9635          <Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
  9636          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9637          <Property Name="templateId" Type="Edm.String" />
  9638          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9639          <NavigationProperty Name="settings" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" ContainsTarget="true" />
  9640          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.deviceManagementIntentSettingCategory)" ContainsTarget="true" />
  9641          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceManagementIntentAssignment)" ContainsTarget="true" />
  9642          <NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(microsoft.graph.deviceManagementIntentDeviceSettingStateSummary)" ContainsTarget="true" />
  9643          <NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.deviceManagementIntentDeviceState)" ContainsTarget="true" />
  9644          <NavigationProperty Name="userStates" Type="Collection(microsoft.graph.deviceManagementIntentUserState)" ContainsTarget="true" />
  9645          <NavigationProperty Name="deviceStateSummary" Type="microsoft.graph.deviceManagementIntentDeviceStateSummary" ContainsTarget="true" />
  9646          <NavigationProperty Name="userStateSummary" Type="microsoft.graph.deviceManagementIntentUserStateSummary" ContainsTarget="true" />
  9647        </EntityType>
  9648        <EntityType Name="deviceManagementSettingDefinition" BaseType="microsoft.graph.entity">
  9649          <Property Name="valueType" Type="microsoft.graph.deviceManangementIntentValueType" Nullable="false" />
  9650          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9651          <Property Name="isTopLevel" Type="Edm.Boolean" Nullable="false" />
  9652          <Property Name="description" Type="Edm.String" />
  9653          <Property Name="documentationUrl" Type="Edm.String" />
  9654          <Property Name="keywords" Type="Collection(Edm.String)" />
  9655          <Property Name="constraints" Type="Collection(microsoft.graph.deviceManagementConstraint)" />
  9656          <Property Name="dependencies" Type="Collection(microsoft.graph.deviceManagementSettingDependency)" />
  9657        </EntityType>
  9658        <EntityType Name="deviceManagementTemplate" BaseType="microsoft.graph.entity">
  9659          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9660          <Property Name="description" Type="Edm.String" />
  9661          <Property Name="versionInfo" Type="Edm.String" />
  9662          <Property Name="isDeprecated" Type="Edm.Boolean" Nullable="false" />
  9663          <Property Name="intentCount" Type="Edm.Int32" Nullable="false" />
  9664          <Property Name="templateType" Type="microsoft.graph.deviceManagementTemplateType" Nullable="false" />
  9665          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
  9666          <Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9667          <NavigationProperty Name="settings" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" ContainsTarget="true" />
  9668          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.deviceManagementTemplateSettingCategory)" ContainsTarget="true" />
  9669          <NavigationProperty Name="migratableTo" Type="Collection(microsoft.graph.deviceManagementTemplate)" ContainsTarget="true" />
  9670        </EntityType>
  9671        <EntityType Name="deviceManagementSettingCategory" BaseType="microsoft.graph.entity">
  9672          <Property Name="displayName" Type="Edm.String" />
  9673          <NavigationProperty Name="settingDefinitions" Type="Collection(microsoft.graph.deviceManagementSettingDefinition)" ContainsTarget="true" />
  9674        </EntityType>
  9675        <ComplexType Name="managedDeviceCleanupSettings">
  9676          <Property Name="deviceInactivityBeforeRetirementInDays" Type="Edm.String" />
  9677        </ComplexType>
  9678        <ComplexType Name="adminConsent">
  9679          <Property Name="shareAPNSData" Type="microsoft.graph.adminConsentState" Nullable="false" />
  9680          <Property Name="shareUserExperienceAnalyticsData" Type="microsoft.graph.adminConsentState" Nullable="false" />
  9681        </ComplexType>
  9682        <ComplexType Name="deviceProtectionOverview">
  9683          <Property Name="totalReportedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9684          <Property Name="inactiveThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" />
  9685          <Property Name="unknownStateThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" />
  9686          <Property Name="pendingSignatureUpdateDeviceCount" Type="Edm.Int32" Nullable="false" />
  9687          <Property Name="cleanDeviceCount" Type="Edm.Int32" Nullable="false" />
  9688          <Property Name="pendingFullScanDeviceCount" Type="Edm.Int32" Nullable="false" />
  9689          <Property Name="pendingRestartDeviceCount" Type="Edm.Int32" Nullable="false" />
  9690          <Property Name="pendingManualStepsDeviceCount" Type="Edm.Int32" Nullable="false" />
  9691          <Property Name="pendingOfflineScanDeviceCount" Type="Edm.Int32" Nullable="false" />
  9692          <Property Name="criticalFailuresDeviceCount" Type="Edm.Int32" Nullable="false" />
  9693        </ComplexType>
  9694        <ComplexType Name="windowsMalwareOverview">
  9695          <Property Name="malwareDetectedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9696          <Property Name="malwareStateSummary" Type="Collection(microsoft.graph.windowsMalwareStateCount)" />
  9697          <Property Name="malwareExecutionStateSummary" Type="Collection(microsoft.graph.windowsMalwareExecutionStateCount)" />
  9698          <Property Name="malwareCategorySummary" Type="Collection(microsoft.graph.windowsMalwareCategoryCount)" />
  9699          <Property Name="malwareNameSummary" Type="Collection(microsoft.graph.windowsMalwareNameCount)" />
  9700          <Property Name="osVersionsSummary" Type="Collection(microsoft.graph.osVersionCount)" />
  9701        </ComplexType>
  9702        <ComplexType Name="windowsMalwareStateCount">
  9703          <Property Name="state" Type="microsoft.graph.windowsMalwareThreatState" Nullable="false" />
  9704          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9705          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9706        </ComplexType>
  9707        <ComplexType Name="windowsMalwareExecutionStateCount">
  9708          <Property Name="executionState" Type="microsoft.graph.windowsMalwareExecutionState" Nullable="false" />
  9709          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9710          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9711        </ComplexType>
  9712        <ComplexType Name="windowsMalwareCategoryCount">
  9713          <Property Name="category" Type="microsoft.graph.windowsMalwareCategory" Nullable="false" />
  9714          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9715          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9716        </ComplexType>
  9717        <ComplexType Name="windowsMalwareNameCount">
  9718          <Property Name="malwareIdentifier" Type="Edm.String" />
  9719          <Property Name="name" Type="Edm.String" />
  9720          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9721          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9722        </ComplexType>
  9723        <ComplexType Name="osVersionCount">
  9724          <Property Name="osVersion" Type="Edm.String" />
  9725          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9726          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9727        </ComplexType>
  9728        <EntityType Name="remoteActionAudit" BaseType="microsoft.graph.entity">
  9729          <Property Name="deviceDisplayName" Type="Edm.String" />
  9730          <Property Name="userName" Type="Edm.String" />
  9731          <Property Name="initiatedByUserPrincipalName" Type="Edm.String" />
  9732          <Property Name="action" Type="microsoft.graph.remoteAction" Nullable="false" />
  9733          <Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9734          <Property Name="deviceOwnerUserPrincipalName" Type="Edm.String" />
  9735          <Property Name="deviceIMEI" Type="Edm.String" />
  9736          <Property Name="actionState" Type="microsoft.graph.actionState" Nullable="false" />
  9737          <Property Name="managedDeviceId" Type="Edm.String" />
  9738        </EntityType>
  9739        <EntityType Name="applePushNotificationCertificate" BaseType="microsoft.graph.entity">
  9740          <Property Name="appleIdentifier" Type="Edm.String" />
  9741          <Property Name="topicIdentifier" Type="Edm.String" />
  9742          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9743          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9744          <Property Name="certificateUploadStatus" Type="Edm.String" />
  9745          <Property Name="certificateUploadFailureReason" Type="Edm.String" />
  9746          <Property Name="certificate" Type="Edm.String" />
  9747        </EntityType>
  9748        <EntityType Name="deviceManagementScript" BaseType="microsoft.graph.entity">
  9749          <Property Name="displayName" Type="Edm.String" />
  9750          <Property Name="description" Type="Edm.String" />
  9751          <Property Name="scriptContent" Type="Edm.Binary" />
  9752          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9753          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9754          <Property Name="runAsAccount" Type="microsoft.graph.runAsAccountType" Nullable="false" />
  9755          <Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
  9756          <Property Name="fileName" Type="Edm.String" />
  9757          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9758          <Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" />
  9759          <NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.deviceManagementScriptGroupAssignment)" ContainsTarget="true" />
  9760          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceManagementScriptAssignment)" ContainsTarget="true" />
  9761          <NavigationProperty Name="runSummary" Type="microsoft.graph.deviceManagementScriptRunSummary" />
  9762          <NavigationProperty Name="deviceRunStates" Type="Collection(microsoft.graph.deviceManagementScriptDeviceState)" ContainsTarget="true" />
  9763          <NavigationProperty Name="userRunStates" Type="Collection(microsoft.graph.deviceManagementScriptUserState)" ContainsTarget="true" />
  9764        </EntityType>
  9765        <EntityType Name="deviceHealthScript" BaseType="microsoft.graph.entity">
  9766          <Property Name="publisher" Type="Edm.String" />
  9767          <Property Name="version" Type="Edm.String" />
  9768          <Property Name="displayName" Type="Edm.String" />
  9769          <Property Name="description" Type="Edm.String" />
  9770          <Property Name="detectionScriptContent" Type="Edm.Binary" />
  9771          <Property Name="remediationScriptContent" Type="Edm.Binary" />
  9772          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9773          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9774          <Property Name="runAsAccount" Type="microsoft.graph.runAsAccountType" Nullable="false" />
  9775          <Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
  9776          <Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" />
  9777          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9778          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.deviceHealthScriptAssignment)" ContainsTarget="true" />
  9779          <NavigationProperty Name="runSummary" Type="microsoft.graph.deviceHealthScriptRunSummary" ContainsTarget="true" />
  9780          <NavigationProperty Name="deviceRunStates" Type="Collection(microsoft.graph.deviceHealthScriptDeviceState)" ContainsTarget="true" />
  9781        </EntityType>
  9782        <EntityType Name="managedDeviceOverview" BaseType="microsoft.graph.entity">
  9783          <Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
  9784          <Property Name="mdmEnrolledCount" Type="Edm.Int32" Nullable="false" />
  9785          <Property Name="dualEnrolledDeviceCount" Type="Edm.Int32" Nullable="false" />
  9786          <Property Name="deviceOperatingSystemSummary" Type="microsoft.graph.deviceOperatingSystemSummary" />
  9787          <Property Name="deviceExchangeAccessStateSummary" Type="microsoft.graph.deviceExchangeAccessStateSummary" />
  9788          <Property Name="managedDeviceModelsAndManufacturers" Type="microsoft.graph.managedDeviceModelsAndManufacturers" />
  9789          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9790        </EntityType>
  9791        <EntityType Name="detectedApp" BaseType="microsoft.graph.entity">
  9792          <Property Name="displayName" Type="Edm.String" />
  9793          <Property Name="version" Type="Edm.String" />
  9794          <Property Name="sizeInByte" Type="Edm.Int64" Nullable="false" />
  9795          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
  9796          <NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.managedDevice)" />
  9797        </EntityType>
  9798        <EntityType Name="windowsMalwareInformation" BaseType="microsoft.graph.entity">
  9799          <Property Name="displayName" Type="Edm.String" />
  9800          <Property Name="additionalInformationUrl" Type="Edm.String" />
  9801          <Property Name="severity" Type="microsoft.graph.windowsMalwareSeverity" />
  9802          <Property Name="category" Type="microsoft.graph.windowsMalwareCategory" />
  9803          <Property Name="lastDetectionDateTime" Type="Edm.DateTimeOffset" />
  9804          <NavigationProperty Name="windowsDevicesProtectionState" Type="Collection(microsoft.graph.windowsProtectionState)" ContainsTarget="true" />
  9805        </EntityType>
  9806        <EntityType Name="dataSharingConsent" BaseType="microsoft.graph.entity">
  9807          <Property Name="serviceDisplayName" Type="Edm.String" />
  9808          <Property Name="termsUrl" Type="Edm.String" />
  9809          <Property Name="granted" Type="Edm.Boolean" Nullable="false" />
  9810          <Property Name="grantDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9811          <Property Name="grantedByUpn" Type="Edm.String" />
  9812          <Property Name="grantedByUserId" Type="Edm.String" />
  9813        </EntityType>
  9814        <EntityType Name="userExperienceAnalyticsOverview" BaseType="microsoft.graph.entity">
  9815          <Property Name="insights" Type="Collection(microsoft.graph.userExperienceAnalyticsInsight)" />
  9816        </EntityType>
  9817        <EntityType Name="userExperienceAnalyticsBaseline" BaseType="microsoft.graph.entity">
  9818          <Property Name="displayName" Type="Edm.String" />
  9819          <Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" />
  9820          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9821          <NavigationProperty Name="deviceBootPerformanceMetrics" Type="microsoft.graph.userExperienceAnalyticsCategory" />
  9822          <NavigationProperty Name="bestPracticesMetrics" Type="microsoft.graph.userExperienceAnalyticsCategory" />
  9823        </EntityType>
  9824        <EntityType Name="userExperienceAnalyticsCategory" BaseType="microsoft.graph.entity">
  9825          <Property Name="insights" Type="Collection(microsoft.graph.userExperienceAnalyticsInsight)" />
  9826          <NavigationProperty Name="metricValues" Type="Collection(microsoft.graph.userExperienceAnalyticsMetric)" ContainsTarget="true" />
  9827        </EntityType>
  9828        <EntityType Name="userExperienceAnalyticsDevicePerformance" BaseType="microsoft.graph.entity">
  9829          <Property Name="deviceName" Type="Edm.String" />
  9830          <Property Name="model" Type="Edm.String" />
  9831          <Property Name="manufacturer" Type="Edm.String" />
  9832          <Property Name="diskType" Type="microsoft.graph.diskType" Nullable="false" />
  9833          <Property Name="operatingSystemVersion" Type="Edm.String" />
  9834          <Property Name="bootScore" Type="Edm.Int32" Nullable="false" />
  9835          <Property Name="coreBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9836          <Property Name="groupPolicyBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9837          <Property Name="healthStatus" Type="microsoft.graph.userExperienceAnalyticsHealthState" Nullable="false" />
  9838          <Property Name="loginScore" Type="Edm.Int32" Nullable="false" />
  9839          <Property Name="coreLoginTimeInMs" Type="Edm.Int32" Nullable="false" />
  9840          <Property Name="groupPolicyLoginTimeInMs" Type="Edm.Int32" Nullable="false" />
  9841          <Property Name="deviceCount" Type="Edm.Int64" Nullable="false" />
  9842        </EntityType>
  9843        <EntityType Name="userExperienceAnalyticsRegressionSummary" BaseType="microsoft.graph.entity">
  9844          <NavigationProperty Name="modelRegression" Type="Collection(microsoft.graph.userExperienceAnalyticsMetric)" ContainsTarget="true" />
  9845          <NavigationProperty Name="manufacturerRegression" Type="Collection(microsoft.graph.userExperienceAnalyticsMetric)" ContainsTarget="true" />
  9846          <NavigationProperty Name="operatingSystemRegression" Type="Collection(microsoft.graph.userExperienceAnalyticsMetric)" ContainsTarget="true" />
  9847        </EntityType>
  9848        <EntityType Name="userExperienceAnalyticsDeviceStartupHistory" BaseType="microsoft.graph.entity">
  9849          <Property Name="deviceId" Type="Edm.String" />
  9850          <Property Name="startTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9851          <Property Name="coreBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9852          <Property Name="groupPolicyBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9853          <Property Name="featureUpdateBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9854          <Property Name="totalBootTimeInMs" Type="Edm.Int32" Nullable="false" />
  9855          <Property Name="groupPolicyLoginTimeInMs" Type="Edm.Int32" Nullable="false" />
  9856          <Property Name="coreLoginTimeInMs" Type="Edm.Int32" Nullable="false" />
  9857          <Property Name="totalLoginTimeInMs" Type="Edm.Int32" Nullable="false" />
  9858          <Property Name="isFirstLogin" Type="Edm.Boolean" Nullable="false" />
  9859        </EntityType>
  9860        <EntityType Name="deviceManagementDerivedCredentialSettings" BaseType="microsoft.graph.entity">
  9861          <Property Name="helpUrl" Type="Edm.String" />
  9862          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9863          <Property Name="issuer" Type="microsoft.graph.deviceManagementDerivedCredentialIssuer" Nullable="false" />
  9864          <Property Name="notificationType" Type="microsoft.graph.deviceManagementDerivedCredentialNotificationType" Nullable="false" />
  9865        </EntityType>
  9866        <EntityType Name="windowsAutopilotSettings" BaseType="microsoft.graph.entity">
  9867          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9868          <Property Name="lastManualSyncTriggerDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9869          <Property Name="syncStatus" Type="microsoft.graph.windowsAutopilotSyncStatus" Nullable="false" />
  9870        </EntityType>
  9871        <EntityType Name="windowsAutopilotDeviceIdentity" BaseType="microsoft.graph.entity">
  9872          <Property Name="deploymentProfileAssignmentStatus" Type="microsoft.graph.windowsAutopilotProfileAssignmentStatus" Nullable="false" />
  9873          <Property Name="deploymentProfileAssignmentDetailedStatus" Type="microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus" Nullable="false" />
  9874          <Property Name="deploymentProfileAssignedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9875          <Property Name="orderIdentifier" Type="Edm.String" />
  9876          <Property Name="groupTag" Type="Edm.String" />
  9877          <Property Name="purchaseOrderIdentifier" Type="Edm.String" />
  9878          <Property Name="serialNumber" Type="Edm.String" />
  9879          <Property Name="productKey" Type="Edm.String" />
  9880          <Property Name="manufacturer" Type="Edm.String" />
  9881          <Property Name="model" Type="Edm.String" />
  9882          <Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
  9883          <Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9884          <Property Name="addressableUserName" Type="Edm.String" />
  9885          <Property Name="userPrincipalName" Type="Edm.String" />
  9886          <Property Name="resourceName" Type="Edm.String" />
  9887          <Property Name="skuNumber" Type="Edm.String" />
  9888          <Property Name="systemFamily" Type="Edm.String" />
  9889          <Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" />
  9890          <Property Name="managedDeviceId" Type="Edm.String" />
  9891          <Property Name="displayName" Type="Edm.String" />
  9892          <NavigationProperty Name="deploymentProfile" Type="microsoft.graph.windowsAutopilotDeploymentProfile" />
  9893          <NavigationProperty Name="intendedDeploymentProfile" Type="microsoft.graph.windowsAutopilotDeploymentProfile" />
  9894        </EntityType>
  9895        <EntityType Name="windowsAutopilotDeploymentProfile" BaseType="microsoft.graph.entity" Abstract="true">
  9896          <Property Name="displayName" Type="Edm.String" />
  9897          <Property Name="description" Type="Edm.String" />
  9898          <Property Name="language" Type="Edm.String" />
  9899          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9900          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9901          <Property Name="outOfBoxExperienceSettings" Type="microsoft.graph.outOfBoxExperienceSettings" />
  9902          <Property Name="enrollmentStatusScreenSettings" Type="microsoft.graph.windowsEnrollmentStatusScreenSettings" />
  9903          <Property Name="extractHardwareHash" Type="Edm.Boolean" Nullable="false" />
  9904          <Property Name="deviceNameTemplate" Type="Edm.String" />
  9905          <Property Name="deviceType" Type="microsoft.graph.windowsAutopilotDeviceType" Nullable="false" />
  9906          <Property Name="enableWhiteGlove" Type="Edm.Boolean" Nullable="false" />
  9907          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9908          <NavigationProperty Name="assignedDevices" Type="Collection(microsoft.graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" />
  9909          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.windowsAutopilotDeploymentProfileAssignment)" ContainsTarget="true" />
  9910        </EntityType>
  9911        <EntityType Name="importedDeviceIdentity" BaseType="microsoft.graph.entity">
  9912          <Property Name="importedDeviceIdentifier" Type="Edm.String" />
  9913          <Property Name="importedDeviceIdentityType" Type="microsoft.graph.importedDeviceIdentityType" Nullable="false" />
  9914          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9915          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9916          <Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9917          <Property Name="description" Type="Edm.String" />
  9918          <Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
  9919          <Property Name="platform" Type="microsoft.graph.platform" Nullable="false" />
  9920        </EntityType>
  9921        <EntityType Name="depOnboardingSetting" BaseType="microsoft.graph.entity">
  9922          <Property Name="appleIdentifier" Type="Edm.String" />
  9923          <Property Name="tokenExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9924          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9925          <Property Name="lastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9926          <Property Name="lastSyncTriggeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9927          <Property Name="shareTokenWithSchoolDataSyncService" Type="Edm.Boolean" Nullable="false" />
  9928          <Property Name="lastSyncErrorCode" Type="Edm.Int32" Nullable="false" />
  9929          <Property Name="tokenType" Type="microsoft.graph.depTokenType" Nullable="false" />
  9930          <Property Name="tokenName" Type="Edm.String" />
  9931          <Property Name="syncedDeviceCount" Type="Edm.Int32" Nullable="false" />
  9932          <Property Name="dataSharingConsentGranted" Type="Edm.Boolean" Nullable="false" />
  9933          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
  9934          <NavigationProperty Name="defaultIosEnrollmentProfile" Type="microsoft.graph.depIOSEnrollmentProfile" />
  9935          <NavigationProperty Name="defaultMacOsEnrollmentProfile" Type="microsoft.graph.depMacOSEnrollmentProfile" />
  9936          <NavigationProperty Name="enrollmentProfiles" Type="Collection(microsoft.graph.enrollmentProfile)" ContainsTarget="true" />
  9937          <NavigationProperty Name="importedAppleDeviceIdentities" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" ContainsTarget="true" />
  9938        </EntityType>
  9939        <EntityType Name="importedWindowsAutopilotDeviceIdentity" BaseType="microsoft.graph.entity">
  9940          <Property Name="orderIdentifier" Type="Edm.String" />
  9941          <Property Name="groupTag" Type="Edm.String" />
  9942          <Property Name="serialNumber" Type="Edm.String" />
  9943          <Property Name="productKey" Type="Edm.String" />
  9944          <Property Name="importId" Type="Edm.String" />
  9945          <Property Name="hardwareIdentifier" Type="Edm.Binary" />
  9946          <Property Name="state" Type="microsoft.graph.importedWindowsAutopilotDeviceIdentityState" />
  9947          <Property Name="assignedUserPrincipalName" Type="Edm.String" />
  9948        </EntityType>
  9949        <EntityType Name="appleUserInitiatedEnrollmentProfile" BaseType="microsoft.graph.entity">
  9950          <Property Name="defaultEnrollmentType" Type="microsoft.graph.appleUserInitiatedEnrollmentType" Nullable="false" />
  9951          <Property Name="availableEnrollmentTypeOptions" Type="Collection(microsoft.graph.appleOwnerTypeEnrollmentType)" />
  9952          <Property Name="displayName" Type="Edm.String" />
  9953          <Property Name="description" Type="Edm.String" />
  9954          <Property Name="priority" Type="Edm.Int32" Nullable="false" />
  9955          <Property Name="platform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
  9956          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9957          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9958          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.appleEnrollmentProfileAssignment)" ContainsTarget="true" />
  9959        </EntityType>
  9960        <EntityType Name="managementCondition" BaseType="microsoft.graph.entity" Abstract="true">
  9961          <Property Name="uniqueName" Type="Edm.String" Nullable="false" />
  9962          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9963          <Property Name="description" Type="Edm.String" />
  9964          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  9965          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  9966          <Property Name="eTag" Type="Edm.String" />
  9967          <Property Name="applicablePlatforms" Type="Collection(microsoft.graph.devicePlatformType)" Nullable="false" />
  9968          <NavigationProperty Name="managementConditionStatements" Type="Collection(microsoft.graph.managementConditionStatement)" />
  9969        </EntityType>
  9970        <EntityType Name="managementConditionStatement" BaseType="microsoft.graph.entity">
  9971          <Property Name="displayName" Type="Edm.String" Nullable="false" />
  9972          <Property Name="description" Type="Edm.String" />
  9973          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
  9974          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
  9975          <Property Name="expression" Type="microsoft.graph.managementConditionExpression" />
  9976          <Property Name="eTag" Type="Edm.String" />
  9977          <Property Name="applicablePlatforms" Type="Collection(microsoft.graph.devicePlatformType)" Nullable="false" />
  9978          <NavigationProperty Name="managementConditions" Type="Collection(microsoft.graph.managementCondition)" />
  9979        </EntityType>
  9980        <ComplexType Name="groupPolicyObjectFile">
  9981          <Property Name="ouDistinguishedName" Type="Edm.String" Nullable="false" />
  9982          <Property Name="content" Type="Edm.String" Nullable="false" />
  9983        </ComplexType>
  9984        <EntityType Name="groupPolicyMigrationReport" BaseType="microsoft.graph.entity">
  9985          <Property Name="groupPolicyObjectId" Type="Edm.Guid" Nullable="false" />
  9986          <Property Name="displayName" Type="Edm.String" />
  9987          <Property Name="ouDistinguishedName" Type="Edm.String" />
  9988          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9989          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9990          <Property Name="groupPolicyCreatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9991          <Property Name="groupPolicyLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
  9992          <Property Name="migrationReadiness" Type="microsoft.graph.groupPolicyMigrationReadiness" Nullable="false" />
  9993          <Property Name="targetedInActiveDirectory" Type="Edm.Boolean" Nullable="false" />
  9994          <Property Name="totalSettingsCount" Type="Edm.Int32" Nullable="false" />
  9995          <Property Name="supportedSettingsCount" Type="Edm.Int32" Nullable="false" />
  9996          <Property Name="supportedSettingsPercent" Type="Edm.Int32" Nullable="false" />
  9997          <NavigationProperty Name="groupPolicySettingMappings" Type="Collection(microsoft.graph.groupPolicySettingMapping)" ContainsTarget="true" />
  9998        </EntityType>
  9999        <EntityType Name="groupPolicyConfiguration" BaseType="microsoft.graph.entity">
 10000          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10001          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10002          <Property Name="description" Type="Edm.String" />
 10003          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10004          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10005          <NavigationProperty Name="definitionValues" Type="Collection(microsoft.graph.groupPolicyDefinitionValue)" ContainsTarget="true" />
 10006          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.groupPolicyConfigurationAssignment)" ContainsTarget="true" />
 10007        </EntityType>
 10008        <EntityType Name="groupPolicyDefinition" BaseType="microsoft.graph.entity">
 10009          <Property Name="classType" Type="microsoft.graph.groupPolicyDefinitionClassType" Nullable="false" />
 10010          <Property Name="displayName" Type="Edm.String" />
 10011          <Property Name="explainText" Type="Edm.String" />
 10012          <Property Name="categoryPath" Type="Edm.String" />
 10013          <Property Name="supportedOn" Type="Edm.String" />
 10014          <Property Name="policyType" Type="microsoft.graph.groupPolicyType" Nullable="false" />
 10015          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10016          <NavigationProperty Name="definitionFile" Type="microsoft.graph.groupPolicyDefinitionFile" />
 10017          <NavigationProperty Name="presentations" Type="Collection(microsoft.graph.groupPolicyPresentation)" ContainsTarget="true" />
 10018        </EntityType>
 10019        <EntityType Name="groupPolicyDefinitionFile" BaseType="microsoft.graph.entity">
 10020          <Property Name="displayName" Type="Edm.String" />
 10021          <Property Name="description" Type="Edm.String" />
 10022          <Property Name="languageCodes" Type="Collection(Edm.String)" />
 10023          <Property Name="targetPrefix" Type="Edm.String" />
 10024          <Property Name="targetNamespace" Type="Edm.String" />
 10025          <Property Name="policyType" Type="microsoft.graph.groupPolicyType" Nullable="false" />
 10026          <Property Name="revision" Type="Edm.String" />
 10027          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10028          <NavigationProperty Name="definitions" Type="Collection(microsoft.graph.groupPolicyDefinition)" />
 10029        </EntityType>
 10030        <EntityType Name="notificationMessageTemplate" BaseType="microsoft.graph.entity">
 10031          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10032          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10033          <Property Name="defaultLocale" Type="Edm.String" />
 10034          <Property Name="brandingOptions" Type="microsoft.graph.notificationTemplateBrandingOptions" Nullable="false" />
 10035          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10036          <NavigationProperty Name="localizedNotificationMessages" Type="Collection(microsoft.graph.localizedNotificationMessage)" ContainsTarget="true" />
 10037        </EntityType>
 10038        <EntityType Name="deviceManagementDomainJoinConnector" BaseType="microsoft.graph.entity">
 10039          <Property Name="displayName" Type="Edm.String" />
 10040          <Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10041          <Property Name="state" Type="microsoft.graph.deviceManagementDomainJoinConnectorState" Nullable="false" />
 10042          <Property Name="version" Type="Edm.String" Nullable="false" />
 10043        </EntityType>
 10044        <EntityType Name="roleDefinition" BaseType="microsoft.graph.entity">
 10045          <Property Name="displayName" Type="Edm.String" />
 10046          <Property Name="description" Type="Edm.String" />
 10047          <Property Name="permissions" Type="Collection(microsoft.graph.rolePermission)" />
 10048          <Property Name="rolePermissions" Type="Collection(microsoft.graph.rolePermission)" />
 10049          <Property Name="isBuiltInRoleDefinition" Type="Edm.Boolean" Nullable="false" />
 10050          <Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" />
 10051          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10052          <NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.roleAssignment)" ContainsTarget="true" />
 10053        </EntityType>
 10054        <EntityType Name="roleAssignment" BaseType="microsoft.graph.entity">
 10055          <Property Name="displayName" Type="Edm.String" />
 10056          <Property Name="description" Type="Edm.String" />
 10057          <Property Name="scopeMembers" Type="Collection(Edm.String)" />
 10058          <Property Name="scopeType" Type="microsoft.graph.roleAssignmentScopeType" Nullable="false" />
 10059          <Property Name="resourceScopes" Type="Collection(Edm.String)" />
 10060          <NavigationProperty Name="roleDefinition" Type="microsoft.graph.roleDefinition" />
 10061        </EntityType>
 10062        <EntityType Name="deviceAndAppManagementRoleAssignment" BaseType="microsoft.graph.roleAssignment">
 10063          <Property Name="members" Type="Collection(Edm.String)" />
 10064          <NavigationProperty Name="roleScopeTags" Type="Collection(microsoft.graph.roleScopeTag)" />
 10065        </EntityType>
 10066        <EntityType Name="roleScopeTag" BaseType="microsoft.graph.entity">
 10067          <Property Name="displayName" Type="Edm.String" />
 10068          <Property Name="description" Type="Edm.String" />
 10069          <Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" />
 10070          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.roleScopeTagAutoAssignment)" ContainsTarget="true" />
 10071        </EntityType>
 10072        <EntityType Name="resourceOperation" BaseType="microsoft.graph.entity">
 10073          <Property Name="resource" Type="Edm.String" />
 10074          <Property Name="resourceName" Type="Edm.String" />
 10075          <Property Name="actionName" Type="Edm.String" />
 10076          <Property Name="description" Type="Edm.String" />
 10077          <Property Name="enabledForScopeValidation" Type="Edm.Boolean" Nullable="false" />
 10078        </EntityType>
 10079        <EntityType Name="remoteAssistancePartner" BaseType="microsoft.graph.entity">
 10080          <Property Name="displayName" Type="Edm.String" />
 10081          <Property Name="onboardingUrl" Type="Edm.String" />
 10082          <Property Name="onboardingStatus" Type="microsoft.graph.remoteAssistanceOnboardingStatus" Nullable="false" />
 10083          <Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10084        </EntityType>
 10085        <EntityType Name="deviceManagementReports" BaseType="microsoft.graph.entity">
 10086          <NavigationProperty Name="cachedReportConfigurations" Type="Collection(microsoft.graph.deviceManagementCachedReportConfiguration)" ContainsTarget="true" />
 10087          <NavigationProperty Name="exportJobs" Type="Collection(microsoft.graph.deviceManagementExportJob)" ContainsTarget="true" />
 10088          <NavigationProperty Name="reportSchedules" Type="Collection(microsoft.graph.deviceManagementReportSchedule)" ContainsTarget="true" />
 10089        </EntityType>
 10090        <EntityType Name="telecomExpenseManagementPartner" BaseType="microsoft.graph.entity">
 10091          <Property Name="displayName" Type="Edm.String" />
 10092          <Property Name="url" Type="Edm.String" />
 10093          <Property Name="appAuthorized" Type="Edm.Boolean" Nullable="false" />
 10094          <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
 10095          <Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10096        </EntityType>
 10097        <EntityType Name="embeddedSIMActivationCodePool" BaseType="microsoft.graph.entity">
 10098          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10099          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10100          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10101          <Property Name="activationCodes" Type="Collection(microsoft.graph.embeddedSIMActivationCode)" Nullable="false" />
 10102          <Property Name="activationCodeCount" Type="Edm.Int32" Nullable="false" />
 10103          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.embeddedSIMActivationCodePoolAssignment)" ContainsTarget="true" />
 10104          <NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.embeddedSIMDeviceState)" ContainsTarget="true" />
 10105        </EntityType>
 10106        <EntityType Name="deviceManagementAutopilotEvent" BaseType="microsoft.graph.entity">
 10107          <Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10108          <Property Name="deviceRegisteredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10109          <Property Name="enrollmentStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10110          <Property Name="enrollmentType" Type="microsoft.graph.windowsAutopilotEnrollmentType" Nullable="false" />
 10111          <Property Name="deviceSerialNumber" Type="Edm.String" />
 10112          <Property Name="managedDeviceName" Type="Edm.String" />
 10113          <Property Name="userPrincipalName" Type="Edm.String" />
 10114          <Property Name="windowsAutopilotDeploymentProfileDisplayName" Type="Edm.String" />
 10115          <Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
 10116          <Property Name="windows10EnrollmentCompletionPageConfigurationDisplayName" Type="Edm.String" />
 10117          <Property Name="deploymentState" Type="microsoft.graph.windowsAutopilotDeploymentState" Nullable="false" />
 10118          <Property Name="osVersion" Type="Edm.String" />
 10119          <Property Name="deploymentDuration" Type="Edm.Duration" Nullable="false" />
 10120          <Property Name="deploymentTotalDuration" Type="Edm.Duration" Nullable="false" />
 10121          <Property Name="devicePreparationDuration" Type="Edm.Duration" Nullable="false" />
 10122          <Property Name="deviceSetupDuration" Type="Edm.Duration" Nullable="false" />
 10123          <Property Name="accountSetupDuration" Type="Edm.Duration" Nullable="false" />
 10124          <Property Name="deploymentStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10125          <Property Name="deploymentEndDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10126          <Property Name="targetedAppCount" Type="Edm.Int32" Nullable="false" />
 10127          <Property Name="targetedPolicyCount" Type="Edm.Int32" Nullable="false" />
 10128          <Property Name="enrollmentFailureDetails" Type="Edm.String" />
 10129        </EntityType>
 10130        <EntityType Name="windowsFeatureUpdateProfile" BaseType="microsoft.graph.entity">
 10131          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10132          <Property Name="description" Type="Edm.String" />
 10133          <Property Name="featureUpdateVersion" Type="Edm.String" Nullable="false" />
 10134          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10135          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10136          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.windowsFeatureUpdateProfileAssignment)" ContainsTarget="true" />
 10137          <NavigationProperty Name="deviceUpdateStates" Type="Collection(microsoft.graph.windowsUpdateState)" ContainsTarget="true" />
 10138        </EntityType>
 10139        <EntityType Name="windowsInformationProtectionAppLearningSummary" BaseType="microsoft.graph.entity">
 10140          <Property Name="applicationName" Type="Edm.String" />
 10141          <Property Name="applicationType" Type="microsoft.graph.applicationType" Nullable="false" />
 10142          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
 10143        </EntityType>
 10144        <EntityType Name="windowsInformationProtectionNetworkLearningSummary" BaseType="microsoft.graph.entity">
 10145          <Property Name="url" Type="Edm.String" />
 10146          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
 10147        </EntityType>
 10148        <EntityType Name="intuneBrandingProfile" BaseType="microsoft.graph.entity">
 10149          <Property Name="profileName" Type="Edm.String" />
 10150          <Property Name="profileDescription" Type="Edm.String" />
 10151          <Property Name="isDefaultProfile" Type="Edm.Boolean" Nullable="false" />
 10152          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10153          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10154          <Property Name="displayName" Type="Edm.String" />
 10155          <Property Name="themeColor" Type="microsoft.graph.rgbColor" />
 10156          <Property Name="showLogo" Type="Edm.Boolean" Nullable="false" />
 10157          <Property Name="showDisplayNameNextToLogo" Type="Edm.Boolean" Nullable="false" />
 10158          <Property Name="themeColorLogo" Type="microsoft.graph.mimeContent" />
 10159          <Property Name="lightBackgroundLogo" Type="microsoft.graph.mimeContent" />
 10160          <Property Name="landingPageCustomizedImage" Type="microsoft.graph.mimeContent" />
 10161          <Property Name="contactITName" Type="Edm.String" />
 10162          <Property Name="contactITPhoneNumber" Type="Edm.String" />
 10163          <Property Name="contactITEmailAddress" Type="Edm.String" />
 10164          <Property Name="contactITNotes" Type="Edm.String" />
 10165          <Property Name="onlineSupportSiteUrl" Type="Edm.String" />
 10166          <Property Name="onlineSupportSiteName" Type="Edm.String" />
 10167          <Property Name="privacyUrl" Type="Edm.String" />
 10168          <Property Name="customPrivacyMessage" Type="Edm.String" />
 10169          <Property Name="isRemoveDeviceDisabled" Type="Edm.Boolean" Nullable="false" />
 10170          <Property Name="isFactoryResetDisabled" Type="Edm.Boolean" Nullable="false" />
 10171          <Property Name="companyPortalBlockedActions" Type="Collection(microsoft.graph.companyPortalBlockedAction)" />
 10172          <Property Name="showAzureADEnterpriseApps" Type="Edm.Boolean" Nullable="false" />
 10173          <Property Name="showOfficeWebApps" Type="Edm.Boolean" Nullable="false" />
 10174          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.intuneBrandingProfileAssignment)" ContainsTarget="true" />
 10175        </EntityType>
 10176        <EntityType Name="userPFXCertificate" BaseType="microsoft.graph.entity">
 10177          <Property Name="thumbprint" Type="Edm.String" />
 10178          <Property Name="intendedPurpose" Type="microsoft.graph.userPfxIntendedPurpose" Nullable="false" />
 10179          <Property Name="userPrincipalName" Type="Edm.String" />
 10180          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10181          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10182          <Property Name="providerName" Type="Edm.String" />
 10183          <Property Name="keyName" Type="Edm.String" />
 10184          <Property Name="paddingScheme" Type="microsoft.graph.userPfxPaddingScheme" Nullable="false" />
 10185          <Property Name="encryptedPfxBlob" Type="Edm.Binary" />
 10186          <Property Name="encryptedPfxPassword" Type="Edm.String" />
 10187          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10188          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10189        </EntityType>
 10190        <ComplexType Name="androidEnrollmentCompanyCode">
 10191          <Property Name="enrollmentToken" Type="Edm.String" />
 10192          <Property Name="qrCodeContent" Type="Edm.String" />
 10193          <Property Name="qrCodeImage" Type="microsoft.graph.mimeContent" />
 10194        </ComplexType>
 10195        <ComplexType Name="androidForWorkAppConfigurationSchemaItem">
 10196          <Property Name="schemaItemKey" Type="Edm.String" />
 10197          <Property Name="displayName" Type="Edm.String" />
 10198          <Property Name="description" Type="Edm.String" />
 10199          <Property Name="defaultBoolValue" Type="Edm.Boolean" />
 10200          <Property Name="defaultIntValue" Type="Edm.Int32" />
 10201          <Property Name="defaultStringValue" Type="Edm.String" />
 10202          <Property Name="defaultStringArrayValue" Type="Collection(Edm.String)" />
 10203          <Property Name="dataType" Type="microsoft.graph.androidForWorkAppConfigurationSchemaItemDataType" Nullable="false" />
 10204          <Property Name="selections" Type="Collection(microsoft.graph.keyValuePair)" />
 10205        </ComplexType>
 10206        <ComplexType Name="androidManagedStoreAppConfigurationSchemaItem">
 10207          <Property Name="index" Type="Edm.Int32" Nullable="false" />
 10208          <Property Name="parentIndex" Type="Edm.Int32" />
 10209          <Property Name="schemaItemKey" Type="Edm.String" />
 10210          <Property Name="displayName" Type="Edm.String" />
 10211          <Property Name="description" Type="Edm.String" />
 10212          <Property Name="defaultBoolValue" Type="Edm.Boolean" />
 10213          <Property Name="defaultIntValue" Type="Edm.Int32" />
 10214          <Property Name="defaultStringValue" Type="Edm.String" />
 10215          <Property Name="defaultStringArrayValue" Type="Collection(Edm.String)" />
 10216          <Property Name="dataType" Type="microsoft.graph.androidManagedStoreAppConfigurationSchemaItemDataType" Nullable="false" />
 10217          <Property Name="selections" Type="Collection(microsoft.graph.keyValuePair)" />
 10218        </ComplexType>
 10219        <EntityType Name="deviceAppManagement" BaseType="microsoft.graph.entity">
 10220          <Property Name="microsoftStoreForBusinessLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10221          <Property Name="isEnabledForMicrosoftStoreForBusiness" Type="Edm.Boolean" Nullable="false" />
 10222          <Property Name="microsoftStoreForBusinessLanguage" Type="Edm.String" />
 10223          <Property Name="microsoftStoreForBusinessLastCompletedApplicationSyncTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10224          <Property Name="microsoftStoreForBusinessPortalSelection" Type="microsoft.graph.microsoftStoreForBusinessPortalSelectionOptions" Nullable="false" />
 10225          <NavigationProperty Name="managedEBooks" Type="Collection(microsoft.graph.managedEBook)" ContainsTarget="true" />
 10226          <NavigationProperty Name="mobileApps" Type="Collection(microsoft.graph.mobileApp)" ContainsTarget="true" />
 10227          <NavigationProperty Name="mobileAppCategories" Type="Collection(microsoft.graph.mobileAppCategory)" ContainsTarget="true" />
 10228          <NavigationProperty Name="enterpriseCodeSigningCertificates" Type="Collection(microsoft.graph.enterpriseCodeSigningCertificate)" ContainsTarget="true" />
 10229          <NavigationProperty Name="iosLobAppProvisioningConfigurations" Type="Collection(microsoft.graph.iosLobAppProvisioningConfiguration)" ContainsTarget="true" />
 10230          <NavigationProperty Name="symantecCodeSigningCertificate" Type="microsoft.graph.symantecCodeSigningCertificate" ContainsTarget="true" />
 10231          <NavigationProperty Name="mobileAppConfigurations" Type="Collection(microsoft.graph.managedDeviceMobileAppConfiguration)" ContainsTarget="true" />
 10232          <NavigationProperty Name="managedEBookCategories" Type="Collection(microsoft.graph.managedEBookCategory)" ContainsTarget="true" />
 10233          <NavigationProperty Name="policySets" Type="Collection(microsoft.graph.policySet)" ContainsTarget="true" />
 10234          <NavigationProperty Name="sideLoadingKeys" Type="Collection(microsoft.graph.sideLoadingKey)" ContainsTarget="true" />
 10235          <NavigationProperty Name="vppTokens" Type="Collection(microsoft.graph.vppToken)" ContainsTarget="true" />
 10236          <NavigationProperty Name="windowsManagementApp" Type="microsoft.graph.windowsManagementApp" />
 10237          <NavigationProperty Name="managedAppPolicies" Type="Collection(microsoft.graph.managedAppPolicy)" ContainsTarget="true" />
 10238          <NavigationProperty Name="iosManagedAppProtections" Type="Collection(microsoft.graph.iosManagedAppProtection)" ContainsTarget="true" />
 10239          <NavigationProperty Name="androidManagedAppProtections" Type="Collection(microsoft.graph.androidManagedAppProtection)" ContainsTarget="true" />
 10240          <NavigationProperty Name="defaultManagedAppProtections" Type="Collection(microsoft.graph.defaultManagedAppProtection)" ContainsTarget="true" />
 10241          <NavigationProperty Name="targetedManagedAppConfigurations" Type="Collection(microsoft.graph.targetedManagedAppConfiguration)" ContainsTarget="true" />
 10242          <NavigationProperty Name="mdmWindowsInformationProtectionPolicies" Type="Collection(microsoft.graph.mdmWindowsInformationProtectionPolicy)" ContainsTarget="true" />
 10243          <NavigationProperty Name="windowsInformationProtectionPolicies" Type="Collection(microsoft.graph.windowsInformationProtectionPolicy)" ContainsTarget="true" />
 10244          <NavigationProperty Name="managedAppRegistrations" Type="Collection(microsoft.graph.managedAppRegistration)" ContainsTarget="true" />
 10245          <NavigationProperty Name="managedAppStatuses" Type="Collection(microsoft.graph.managedAppStatus)" ContainsTarget="true" />
 10246          <NavigationProperty Name="windowsInformationProtectionDeviceRegistrations" Type="Collection(microsoft.graph.windowsInformationProtectionDeviceRegistration)" ContainsTarget="true" />
 10247          <NavigationProperty Name="windowsInformationProtectionWipeActions" Type="Collection(microsoft.graph.windowsInformationProtectionWipeAction)" ContainsTarget="true" />
 10248          <NavigationProperty Name="deviceAppManagementTasks" Type="Collection(microsoft.graph.deviceAppManagementTask)" ContainsTarget="true" />
 10249          <NavigationProperty Name="wdacSupplementalPolicies" Type="Collection(microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy)" ContainsTarget="true" />
 10250        </EntityType>
 10251        <EntityType Name="managedEBook" BaseType="microsoft.graph.entity" Abstract="true">
 10252          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10253          <Property Name="description" Type="Edm.String" />
 10254          <Property Name="publisher" Type="Edm.String" />
 10255          <Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10256          <Property Name="largeCover" Type="microsoft.graph.mimeContent" />
 10257          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10258          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10259          <Property Name="informationUrl" Type="Edm.String" />
 10260          <Property Name="privacyInformationUrl" Type="Edm.String" />
 10261          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.managedEBookCategory)" />
 10262          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.managedEBookAssignment)" ContainsTarget="true" />
 10263          <NavigationProperty Name="installSummary" Type="microsoft.graph.eBookInstallSummary" ContainsTarget="true" />
 10264          <NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.deviceInstallState)" ContainsTarget="true" />
 10265          <NavigationProperty Name="userStateSummary" Type="Collection(microsoft.graph.userInstallStateSummary)" ContainsTarget="true" />
 10266        </EntityType>
 10267        <EntityType Name="mobileApp" BaseType="microsoft.graph.entity" Abstract="true">
 10268          <Property Name="displayName" Type="Edm.String" />
 10269          <Property Name="description" Type="Edm.String" />
 10270          <Property Name="publisher" Type="Edm.String" />
 10271          <Property Name="largeIcon" Type="microsoft.graph.mimeContent" />
 10272          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10273          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10274          <Property Name="isFeatured" Type="Edm.Boolean" Nullable="false" />
 10275          <Property Name="privacyInformationUrl" Type="Edm.String" />
 10276          <Property Name="informationUrl" Type="Edm.String" />
 10277          <Property Name="owner" Type="Edm.String" />
 10278          <Property Name="developer" Type="Edm.String" />
 10279          <Property Name="notes" Type="Edm.String" />
 10280          <Property Name="uploadState" Type="Edm.Int32" Nullable="false" />
 10281          <Property Name="publishingState" Type="microsoft.graph.mobileAppPublishingState" Nullable="false" />
 10282          <Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
 10283          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10284          <Property Name="dependentAppCount" Type="Edm.Int32" Nullable="false" />
 10285          <NavigationProperty Name="categories" Type="Collection(microsoft.graph.mobileAppCategory)" />
 10286          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.mobileAppAssignment)" ContainsTarget="true" />
 10287          <NavigationProperty Name="installSummary" Type="microsoft.graph.mobileAppInstallSummary" ContainsTarget="true" />
 10288          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.mobileAppInstallStatus)" ContainsTarget="true" />
 10289          <NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.userAppInstallStatus)" ContainsTarget="true" />
 10290          <NavigationProperty Name="relationships" Type="Collection(microsoft.graph.mobileAppRelationship)" ContainsTarget="true" />
 10291        </EntityType>
 10292        <EntityType Name="mobileAppCategory" BaseType="microsoft.graph.entity">
 10293          <Property Name="displayName" Type="Edm.String" />
 10294          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10295        </EntityType>
 10296        <EntityType Name="enterpriseCodeSigningCertificate" BaseType="microsoft.graph.entity">
 10297          <Property Name="content" Type="Edm.Binary" />
 10298          <Property Name="status" Type="microsoft.graph.certificateStatus" Nullable="false" />
 10299          <Property Name="subjectName" Type="Edm.String" />
 10300          <Property Name="subject" Type="Edm.String" />
 10301          <Property Name="issuerName" Type="Edm.String" />
 10302          <Property Name="issuer" Type="Edm.String" />
 10303          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10304          <Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10305        </EntityType>
 10306        <EntityType Name="iosLobAppProvisioningConfiguration" BaseType="microsoft.graph.entity">
 10307          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 10308          <Property Name="payloadFileName" Type="Edm.String" Nullable="false" />
 10309          <Property Name="payload" Type="Edm.Binary" Nullable="false" />
 10310          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10311          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10312          <Property Name="description" Type="Edm.String" />
 10313          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10314          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10315          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 10316          <NavigationProperty Name="groupAssignments" Type="Collection(microsoft.graph.mobileAppProvisioningConfigGroupAssignment)" ContainsTarget="true" />
 10317          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.iosLobAppProvisioningConfigurationAssignment)" ContainsTarget="true" />
 10318          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" />
 10319          <NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" />
 10320        </EntityType>
 10321        <EntityType Name="symantecCodeSigningCertificate" BaseType="microsoft.graph.entity">
 10322          <Property Name="content" Type="Edm.Binary" />
 10323          <Property Name="status" Type="microsoft.graph.certificateStatus" Nullable="false" />
 10324          <Property Name="password" Type="Edm.String" />
 10325          <Property Name="subjectName" Type="Edm.String" />
 10326          <Property Name="subject" Type="Edm.String" />
 10327          <Property Name="issuerName" Type="Edm.String" />
 10328          <Property Name="issuer" Type="Edm.String" />
 10329          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10330          <Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10331        </EntityType>
 10332        <EntityType Name="managedDeviceMobileAppConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
 10333          <Property Name="targetedMobileApps" Type="Collection(Edm.String)" />
 10334          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10335          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10336          <Property Name="description" Type="Edm.String" />
 10337          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10338          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10339          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 10340          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationAssignment)" ContainsTarget="true" />
 10341          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" />
 10342          <NavigationProperty Name="userStatuses" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" />
 10343          <NavigationProperty Name="deviceStatusSummary" Type="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" ContainsTarget="true" />
 10344          <NavigationProperty Name="userStatusSummary" Type="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" ContainsTarget="true" />
 10345        </EntityType>
 10346        <EntityType Name="managedEBookCategory" BaseType="microsoft.graph.entity">
 10347          <Property Name="displayName" Type="Edm.String" />
 10348          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10349        </EntityType>
 10350        <EntityType Name="policySet" BaseType="microsoft.graph.entity">
 10351          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10352          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10353          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10354          <Property Name="description" Type="Edm.String" />
 10355          <Property Name="status" Type="microsoft.graph.policySetStatus" Nullable="false" />
 10356          <Property Name="errorCode" Type="microsoft.graph.errorCode" Nullable="false" />
 10357          <Property Name="guidedDeploymentTags" Type="Collection(Edm.String)" />
 10358          <Property Name="roleScopeTags" Type="Collection(Edm.String)" />
 10359          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.policySetAssignment)" ContainsTarget="true" />
 10360          <NavigationProperty Name="items" Type="Collection(microsoft.graph.policySetItem)" ContainsTarget="true" />
 10361        </EntityType>
 10362        <EntityType Name="sideLoadingKey" BaseType="microsoft.graph.entity">
 10363          <Property Name="value" Type="Edm.String" />
 10364          <Property Name="displayName" Type="Edm.String" />
 10365          <Property Name="description" Type="Edm.String" />
 10366          <Property Name="totalActivation" Type="Edm.Int32" Nullable="false" />
 10367          <Property Name="lastUpdatedDateTime" Type="Edm.String" />
 10368        </EntityType>
 10369        <EntityType Name="vppToken" BaseType="microsoft.graph.entity">
 10370          <Property Name="organizationName" Type="Edm.String" />
 10371          <Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
 10372          <Property Name="appleId" Type="Edm.String" />
 10373          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10374          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10375          <Property Name="token" Type="Edm.String" />
 10376          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10377          <Property Name="state" Type="microsoft.graph.vppTokenState" Nullable="false" />
 10378          <Property Name="tokenActionResults" Type="Collection(microsoft.graph.vppTokenActionResult)" />
 10379          <Property Name="lastSyncStatus" Type="microsoft.graph.vppTokenSyncStatus" Nullable="false" />
 10380          <Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" />
 10381          <Property Name="countryOrRegion" Type="Edm.String" />
 10382          <Property Name="dataSharingConsentGranted" Type="Edm.Boolean" Nullable="false" />
 10383          <Property Name="displayName" Type="Edm.String" />
 10384          <Property Name="locationName" Type="Edm.String" />
 10385          <Property Name="claimTokenManagementFromExternalMdm" Type="Edm.Boolean" Nullable="false" />
 10386          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10387        </EntityType>
 10388        <EntityType Name="windowsManagementApp" BaseType="microsoft.graph.entity">
 10389          <Property Name="availableVersion" Type="Edm.String" />
 10390          <NavigationProperty Name="healthStates" Type="Collection(microsoft.graph.windowsManagementAppHealthState)" ContainsTarget="true" />
 10391        </EntityType>
 10392        <EntityType Name="managedAppPolicy" BaseType="microsoft.graph.entity" Abstract="true">
 10393          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 10394          <Property Name="description" Type="Edm.String" />
 10395          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10396          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10397          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10398          <Property Name="version" Type="Edm.String" />
 10399        </EntityType>
 10400        <EntityType Name="managedAppProtection" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
 10401          <Property Name="periodOfflineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" />
 10402          <Property Name="periodOnlineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" />
 10403          <Property Name="allowedInboundDataTransferSources" Type="microsoft.graph.managedAppDataTransferLevel" Nullable="false" />
 10404          <Property Name="allowedOutboundDataTransferDestinations" Type="microsoft.graph.managedAppDataTransferLevel" Nullable="false" />
 10405          <Property Name="organizationalCredentialsRequired" Type="Edm.Boolean" Nullable="false" />
 10406          <Property Name="allowedOutboundClipboardSharingLevel" Type="microsoft.graph.managedAppClipboardSharingLevel" Nullable="false" />
 10407          <Property Name="dataBackupBlocked" Type="Edm.Boolean" Nullable="false" />
 10408          <Property Name="deviceComplianceRequired" Type="Edm.Boolean" Nullable="false" />
 10409          <Property Name="managedBrowserToOpenLinksRequired" Type="Edm.Boolean" Nullable="false" />
 10410          <Property Name="saveAsBlocked" Type="Edm.Boolean" Nullable="false" />
 10411          <Property Name="periodOfflineBeforeWipeIsEnforced" Type="Edm.Duration" Nullable="false" />
 10412          <Property Name="pinRequired" Type="Edm.Boolean" Nullable="false" />
 10413          <Property Name="maximumPinRetries" Type="Edm.Int32" Nullable="false" />
 10414          <Property Name="simplePinBlocked" Type="Edm.Boolean" Nullable="false" />
 10415          <Property Name="minimumPinLength" Type="Edm.Int32" Nullable="false" />
 10416          <Property Name="pinCharacterSet" Type="microsoft.graph.managedAppPinCharacterSet" Nullable="false" />
 10417          <Property Name="periodBeforePinReset" Type="Edm.Duration" Nullable="false" />
 10418          <Property Name="allowedDataStorageLocations" Type="Collection(microsoft.graph.managedAppDataStorageLocation)" Nullable="false" />
 10419          <Property Name="contactSyncBlocked" Type="Edm.Boolean" Nullable="false" />
 10420          <Property Name="printBlocked" Type="Edm.Boolean" Nullable="false" />
 10421          <Property Name="fingerprintBlocked" Type="Edm.Boolean" Nullable="false" />
 10422          <Property Name="disableAppPinIfDevicePinIsSet" Type="Edm.Boolean" Nullable="false" />
 10423          <Property Name="minimumRequiredOsVersion" Type="Edm.String" />
 10424          <Property Name="minimumWarningOsVersion" Type="Edm.String" />
 10425          <Property Name="minimumRequiredAppVersion" Type="Edm.String" />
 10426          <Property Name="minimumWarningAppVersion" Type="Edm.String" />
 10427          <Property Name="minimumWipeOsVersion" Type="Edm.String" />
 10428          <Property Name="minimumWipeAppVersion" Type="Edm.String" />
 10429          <Property Name="appActionIfDeviceComplianceRequired" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10430          <Property Name="appActionIfMaximumPinRetriesExceeded" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10431          <Property Name="pinRequiredInsteadOfBiometricTimeout" Type="Edm.Duration" />
 10432          <Property Name="allowedOutboundClipboardSharingExceptionLength" Type="Edm.Int32" Nullable="false" />
 10433          <Property Name="notificationRestriction" Type="microsoft.graph.managedAppNotificationRestriction" Nullable="false" />
 10434          <Property Name="previousPinBlockCount" Type="Edm.Int32" Nullable="false" />
 10435          <Property Name="managedBrowser" Type="microsoft.graph.managedBrowserType" Nullable="false" />
 10436          <Property Name="maximumAllowedDeviceThreatLevel" Type="microsoft.graph.managedAppDeviceThreatLevel" Nullable="false" />
 10437          <Property Name="mobileThreatDefenseRemediationAction" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10438        </EntityType>
 10439        <EntityType Name="targetedManagedAppProtection" BaseType="microsoft.graph.managedAppProtection" Abstract="true">
 10440          <Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
 10441          <Property Name="targetedAppManagementLevels" Type="microsoft.graph.appManagementLevel" Nullable="false" />
 10442          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
 10443        </EntityType>
 10444        <EntityType Name="iosManagedAppProtection" BaseType="microsoft.graph.targetedManagedAppProtection">
 10445          <Property Name="appDataEncryptionType" Type="microsoft.graph.managedAppDataEncryptionType" Nullable="false" />
 10446          <Property Name="minimumRequiredSdkVersion" Type="Edm.String" />
 10447          <Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
 10448          <Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" />
 10449          <Property Name="exemptedAppProtocols" Type="Collection(microsoft.graph.keyValuePair)" />
 10450          <Property Name="minimumWipeSdkVersion" Type="Edm.String" />
 10451          <Property Name="allowedIosDeviceModels" Type="Edm.String" />
 10452          <Property Name="appActionIfIosDeviceModelNotAllowed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10453          <Property Name="thirdPartyKeyboardsBlocked" Type="Edm.Boolean" Nullable="false" />
 10454          <Property Name="filterOpenInToOnlyManagedApps" Type="Edm.Boolean" Nullable="false" />
 10455          <Property Name="disableProtectionOfManagedOutboundOpenInData" Type="Edm.Boolean" Nullable="false" />
 10456          <Property Name="protectInboundDataFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 10457          <Property Name="customBrowserProtocol" Type="Edm.String" />
 10458          <NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
 10459          <NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
 10460        </EntityType>
 10461        <EntityType Name="androidManagedAppProtection" BaseType="microsoft.graph.targetedManagedAppProtection">
 10462          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 10463          <Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" />
 10464          <Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" />
 10465          <Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
 10466          <Property Name="minimumRequiredPatchVersion" Type="Edm.String" />
 10467          <Property Name="minimumWarningPatchVersion" Type="Edm.String" />
 10468          <Property Name="exemptedAppPackages" Type="Collection(microsoft.graph.keyValuePair)" />
 10469          <Property Name="minimumWipePatchVersion" Type="Edm.String" />
 10470          <Property Name="allowedAndroidDeviceManufacturers" Type="Edm.String" />
 10471          <Property Name="appActionIfAndroidDeviceManufacturerNotAllowed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10472          <Property Name="requiredAndroidSafetyNetDeviceAttestationType" Type="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType" Nullable="false" />
 10473          <Property Name="appActionIfAndroidSafetyNetDeviceAttestationFailed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10474          <Property Name="requiredAndroidSafetyNetAppsVerificationType" Type="microsoft.graph.androidManagedAppSafetyNetAppsVerificationType" Nullable="false" />
 10475          <Property Name="appActionIfAndroidSafetyNetAppsVerificationFailed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10476          <Property Name="customBrowserPackageId" Type="Edm.String" />
 10477          <Property Name="customBrowserDisplayName" Type="Edm.String" />
 10478          <Property Name="minimumRequiredCompanyPortalVersion" Type="Edm.String" />
 10479          <Property Name="minimumWarningCompanyPortalVersion" Type="Edm.String" />
 10480          <Property Name="minimumWipeCompanyPortalVersion" Type="Edm.String" />
 10481          <Property Name="keyboardsRestricted" Type="Edm.Boolean" Nullable="false" />
 10482          <Property Name="approvedKeyboards" Type="Collection(microsoft.graph.keyValuePair)" />
 10483          <NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
 10484          <NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
 10485        </EntityType>
 10486        <EntityType Name="defaultManagedAppProtection" BaseType="microsoft.graph.managedAppProtection">
 10487          <Property Name="appDataEncryptionType" Type="microsoft.graph.managedAppDataEncryptionType" Nullable="false" />
 10488          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 10489          <Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" />
 10490          <Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" />
 10491          <Property Name="minimumRequiredSdkVersion" Type="Edm.String" />
 10492          <Property Name="customSettings" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
 10493          <Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
 10494          <Property Name="minimumRequiredPatchVersion" Type="Edm.String" />
 10495          <Property Name="minimumWarningPatchVersion" Type="Edm.String" />
 10496          <Property Name="exemptedAppProtocols" Type="Collection(microsoft.graph.keyValuePair)" />
 10497          <Property Name="exemptedAppPackages" Type="Collection(microsoft.graph.keyValuePair)" />
 10498          <Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" />
 10499          <Property Name="minimumWipeSdkVersion" Type="Edm.String" />
 10500          <Property Name="minimumWipePatchVersion" Type="Edm.String" />
 10501          <Property Name="allowedIosDeviceModels" Type="Edm.String" />
 10502          <Property Name="appActionIfIosDeviceModelNotAllowed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10503          <Property Name="allowedAndroidDeviceManufacturers" Type="Edm.String" />
 10504          <Property Name="appActionIfAndroidDeviceManufacturerNotAllowed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10505          <Property Name="thirdPartyKeyboardsBlocked" Type="Edm.Boolean" Nullable="false" />
 10506          <Property Name="filterOpenInToOnlyManagedApps" Type="Edm.Boolean" Nullable="false" />
 10507          <Property Name="disableProtectionOfManagedOutboundOpenInData" Type="Edm.Boolean" Nullable="false" />
 10508          <Property Name="protectInboundDataFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 10509          <Property Name="requiredAndroidSafetyNetDeviceAttestationType" Type="microsoft.graph.androidManagedAppSafetyNetDeviceAttestationType" Nullable="false" />
 10510          <Property Name="appActionIfAndroidSafetyNetDeviceAttestationFailed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10511          <Property Name="requiredAndroidSafetyNetAppsVerificationType" Type="microsoft.graph.androidManagedAppSafetyNetAppsVerificationType" Nullable="false" />
 10512          <Property Name="appActionIfAndroidSafetyNetAppsVerificationFailed" Type="microsoft.graph.managedAppRemediationAction" Nullable="false" />
 10513          <Property Name="customBrowserProtocol" Type="Edm.String" />
 10514          <Property Name="customBrowserPackageId" Type="Edm.String" />
 10515          <Property Name="customBrowserDisplayName" Type="Edm.String" />
 10516          <Property Name="minimumRequiredCompanyPortalVersion" Type="Edm.String" />
 10517          <Property Name="minimumWarningCompanyPortalVersion" Type="Edm.String" />
 10518          <Property Name="minimumWipeCompanyPortalVersion" Type="Edm.String" />
 10519          <NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
 10520          <NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
 10521        </EntityType>
 10522        <EntityType Name="managedAppConfiguration" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
 10523          <Property Name="customSettings" Type="Collection(microsoft.graph.keyValuePair)" Nullable="false" />
 10524        </EntityType>
 10525        <EntityType Name="targetedManagedAppConfiguration" BaseType="microsoft.graph.managedAppConfiguration">
 10526          <Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" />
 10527          <Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
 10528          <NavigationProperty Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" ContainsTarget="true" />
 10529          <NavigationProperty Name="deploymentSummary" Type="microsoft.graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" />
 10530          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
 10531        </EntityType>
 10532        <EntityType Name="windowsInformationProtection" BaseType="microsoft.graph.managedAppPolicy" Abstract="true">
 10533          <Property Name="enforcementLevel" Type="microsoft.graph.windowsInformationProtectionEnforcementLevel" Nullable="false" />
 10534          <Property Name="enterpriseDomain" Type="Edm.String" />
 10535          <Property Name="enterpriseProtectedDomainNames" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10536          <Property Name="protectionUnderLockConfigRequired" Type="Edm.Boolean" Nullable="false" />
 10537          <Property Name="dataRecoveryCertificate" Type="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" />
 10538          <Property Name="revokeOnUnenrollDisabled" Type="Edm.Boolean" Nullable="false" />
 10539          <Property Name="rightsManagementServicesTemplateId" Type="Edm.Guid" />
 10540          <Property Name="azureRightsManagementServicesAllowed" Type="Edm.Boolean" Nullable="false" />
 10541          <Property Name="iconsVisible" Type="Edm.Boolean" Nullable="false" />
 10542          <Property Name="protectedApps" Type="Collection(microsoft.graph.windowsInformationProtectionApp)" />
 10543          <Property Name="exemptApps" Type="Collection(microsoft.graph.windowsInformationProtectionApp)" />
 10544          <Property Name="enterpriseNetworkDomainNames" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10545          <Property Name="enterpriseProxiedDomains" Type="Collection(microsoft.graph.windowsInformationProtectionProxiedDomainCollection)" />
 10546          <Property Name="enterpriseIPRanges" Type="Collection(microsoft.graph.windowsInformationProtectionIPRangeCollection)" />
 10547          <Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
 10548          <Property Name="enterpriseProxyServers" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10549          <Property Name="enterpriseInternalProxyServers" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10550          <Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
 10551          <Property Name="neutralDomainResources" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10552          <Property Name="indexingEncryptedStoresOrItemsBlocked" Type="Edm.Boolean" Nullable="false" />
 10553          <Property Name="smbAutoEncryptedFileExtensions" Type="Collection(microsoft.graph.windowsInformationProtectionResourceCollection)" />
 10554          <Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" />
 10555          <NavigationProperty Name="protectedAppLockerFiles" Type="Collection(microsoft.graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" />
 10556          <NavigationProperty Name="exemptAppLockerFiles" Type="Collection(microsoft.graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" />
 10557          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" />
 10558        </EntityType>
 10559        <EntityType Name="mdmWindowsInformationProtectionPolicy" BaseType="microsoft.graph.windowsInformationProtection" />
 10560        <EntityType Name="windowsInformationProtectionPolicy" BaseType="microsoft.graph.windowsInformationProtection">
 10561          <Property Name="revokeOnMdmHandoffDisabled" Type="Edm.Boolean" Nullable="false" />
 10562          <Property Name="mdmEnrollmentUrl" Type="Edm.String" />
 10563          <Property Name="windowsHelloForBusinessBlocked" Type="Edm.Boolean" Nullable="false" />
 10564          <Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" />
 10565          <Property Name="pinUppercaseLetters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
 10566          <Property Name="pinLowercaseLetters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
 10567          <Property Name="pinSpecialCharacters" Type="microsoft.graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" />
 10568          <Property Name="pinExpirationDays" Type="Edm.Int32" Nullable="false" />
 10569          <Property Name="numberOfPastPinsRemembered" Type="Edm.Int32" Nullable="false" />
 10570          <Property Name="passwordMaximumAttemptCount" Type="Edm.Int32" Nullable="false" />
 10571          <Property Name="minutesOfInactivityBeforeDeviceLock" Type="Edm.Int32" Nullable="false" />
 10572          <Property Name="daysWithoutContactBeforeUnenroll" Type="Edm.Int32" Nullable="false" />
 10573        </EntityType>
 10574        <EntityType Name="managedAppStatus" BaseType="microsoft.graph.entity" Abstract="true">
 10575          <Property Name="displayName" Type="Edm.String" />
 10576          <Property Name="version" Type="Edm.String" />
 10577        </EntityType>
 10578        <EntityType Name="windowsInformationProtectionWipeAction" BaseType="microsoft.graph.entity">
 10579          <Property Name="status" Type="microsoft.graph.actionState" Nullable="false" />
 10580          <Property Name="targetedUserId" Type="Edm.String" />
 10581          <Property Name="targetedDeviceRegistrationId" Type="Edm.String" />
 10582          <Property Name="targetedDeviceName" Type="Edm.String" />
 10583          <Property Name="targetedDeviceMacAddress" Type="Edm.String" />
 10584          <Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10585        </EntityType>
 10586        <EntityType Name="deviceAppManagementTask" BaseType="microsoft.graph.entity">
 10587          <Property Name="displayName" Type="Edm.String" />
 10588          <Property Name="description" Type="Edm.String" />
 10589          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10590          <Property Name="dueDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10591          <Property Name="category" Type="microsoft.graph.deviceAppManagementTaskCategory" Nullable="false" />
 10592          <Property Name="priority" Type="microsoft.graph.deviceAppManagementTaskPriority" Nullable="false" />
 10593          <Property Name="creator" Type="Edm.String" />
 10594          <Property Name="creatorNotes" Type="Edm.String" />
 10595          <Property Name="assignedTo" Type="Edm.String" />
 10596          <Property Name="status" Type="microsoft.graph.deviceAppManagementTaskStatus" Nullable="false" />
 10597        </EntityType>
 10598        <EntityType Name="windowsDefenderApplicationControlSupplementalPolicy" BaseType="microsoft.graph.entity">
 10599          <Property Name="displayName" Type="Edm.String" />
 10600          <Property Name="description" Type="Edm.String" />
 10601          <Property Name="content" Type="Edm.Binary" />
 10602          <Property Name="contentFileName" Type="Edm.String" />
 10603          <Property Name="version" Type="Edm.String" />
 10604          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10605          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10606          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 10607          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment)" ContainsTarget="true" />
 10608          <NavigationProperty Name="deploySummary" Type="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" ContainsTarget="true" />
 10609          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus)" ContainsTarget="true" />
 10610        </EntityType>
 10611        <EntityType Name="mobileAppAssignment" BaseType="microsoft.graph.entity">
 10612          <Property Name="intent" Type="microsoft.graph.installIntent" Nullable="false" />
 10613          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 10614          <Property Name="settings" Type="microsoft.graph.mobileAppAssignmentSettings" />
 10615          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 10616          <Property Name="sourceId" Type="Edm.String" />
 10617        </EntityType>
 10618        <ComplexType Name="deviceAndAppManagementAssignmentTarget" Abstract="true" />
 10619        <ComplexType Name="mobileAppAssignmentSettings" Abstract="true" />
 10620        <EntityType Name="mobileAppInstallSummary" BaseType="microsoft.graph.entity">
 10621          <Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
 10622          <Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
 10623          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
 10624          <Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
 10625          <Property Name="pendingInstallDeviceCount" Type="Edm.Int32" Nullable="false" />
 10626          <Property Name="installedUserCount" Type="Edm.Int32" Nullable="false" />
 10627          <Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" />
 10628          <Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" />
 10629          <Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" />
 10630          <Property Name="pendingInstallUserCount" Type="Edm.Int32" Nullable="false" />
 10631        </EntityType>
 10632        <EntityType Name="mobileAppInstallStatus" BaseType="microsoft.graph.entity">
 10633          <Property Name="deviceName" Type="Edm.String" />
 10634          <Property Name="deviceId" Type="Edm.String" />
 10635          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10636          <Property Name="mobileAppInstallStatusValue" Type="microsoft.graph.resultantAppState" Nullable="false" />
 10637          <Property Name="installState" Type="microsoft.graph.resultantAppState" Nullable="false" />
 10638          <Property Name="installStateDetail" Type="microsoft.graph.resultantAppStateDetail" Nullable="false" />
 10639          <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
 10640          <Property Name="osVersion" Type="Edm.String" />
 10641          <Property Name="osDescription" Type="Edm.String" />
 10642          <Property Name="userName" Type="Edm.String" />
 10643          <Property Name="userPrincipalName" Type="Edm.String" />
 10644          <Property Name="displayVersion" Type="Edm.String" />
 10645          <NavigationProperty Name="app" Type="microsoft.graph.mobileApp" />
 10646        </EntityType>
 10647        <EntityType Name="userAppInstallStatus" BaseType="microsoft.graph.entity">
 10648          <Property Name="userName" Type="Edm.String" />
 10649          <Property Name="userPrincipalName" Type="Edm.String" />
 10650          <Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
 10651          <Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
 10652          <Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
 10653          <NavigationProperty Name="app" Type="microsoft.graph.mobileApp" />
 10654          <NavigationProperty Name="deviceStatuses" Type="Collection(microsoft.graph.mobileAppInstallStatus)" ContainsTarget="true" />
 10655        </EntityType>
 10656        <EntityType Name="mobileAppRelationship" BaseType="microsoft.graph.entity" Abstract="true">
 10657          <Property Name="targetId" Type="Edm.String" />
 10658          <Property Name="targetDisplayName" Type="Edm.String" />
 10659        </EntityType>
 10660        <EntityType Name="mobileAppContentFile" BaseType="microsoft.graph.entity">
 10661          <Property Name="azureStorageUri" Type="Edm.String" />
 10662          <Property Name="isCommitted" Type="Edm.Boolean" Nullable="false" />
 10663          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10664          <Property Name="name" Type="Edm.String" />
 10665          <Property Name="size" Type="Edm.Int64" Nullable="false" />
 10666          <Property Name="sizeEncrypted" Type="Edm.Int64" Nullable="false" />
 10667          <Property Name="azureStorageUriExpirationDateTime" Type="Edm.DateTimeOffset" />
 10668          <Property Name="manifest" Type="Edm.Binary" />
 10669          <Property Name="uploadState" Type="microsoft.graph.mobileAppContentFileUploadState" Nullable="false" />
 10670          <Property Name="isFrameworkFile" Type="Edm.Boolean" Nullable="false" />
 10671          <Property Name="isDependency" Type="Edm.Boolean" Nullable="false" />
 10672        </EntityType>
 10673        <ComplexType Name="fileEncryptionInfo">
 10674          <Property Name="encryptionKey" Type="Edm.Binary" />
 10675          <Property Name="initializationVector" Type="Edm.Binary" />
 10676          <Property Name="mac" Type="Edm.Binary" />
 10677          <Property Name="macKey" Type="Edm.Binary" />
 10678          <Property Name="profileIdentifier" Type="Edm.String" />
 10679          <Property Name="fileDigest" Type="Edm.Binary" />
 10680          <Property Name="fileDigestAlgorithm" Type="Edm.String" />
 10681        </ComplexType>
 10682        <EntityType Name="mobileAppProvisioningConfigGroupAssignment" BaseType="microsoft.graph.entity">
 10683          <Property Name="targetGroupId" Type="Edm.String" />
 10684        </EntityType>
 10685        <EntityType Name="iosLobAppProvisioningConfigurationAssignment" BaseType="microsoft.graph.entity">
 10686          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 10687        </EntityType>
 10688        <EntityType Name="managedDeviceMobileAppConfigurationDeviceStatus" BaseType="microsoft.graph.entity">
 10689          <Property Name="deviceDisplayName" Type="Edm.String" />
 10690          <Property Name="userName" Type="Edm.String" />
 10691          <Property Name="deviceModel" Type="Edm.String" />
 10692          <Property Name="platform" Type="Edm.Int32" Nullable="false" />
 10693          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10694          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 10695          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10696          <Property Name="userPrincipalName" Type="Edm.String" />
 10697        </EntityType>
 10698        <EntityType Name="managedDeviceMobileAppConfigurationUserStatus" BaseType="microsoft.graph.entity">
 10699          <Property Name="userDisplayName" Type="Edm.String" />
 10700          <Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
 10701          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 10702          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10703          <Property Name="userPrincipalName" Type="Edm.String" />
 10704        </EntityType>
 10705        <EntityType Name="managedDeviceMobileAppConfigurationAssignment" BaseType="microsoft.graph.entity">
 10706          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 10707        </EntityType>
 10708        <EntityType Name="managedDeviceMobileAppConfigurationDeviceSummary" BaseType="microsoft.graph.entity">
 10709          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 10710          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 10711          <Property Name="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" />
 10712          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 10713          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 10714          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 10715          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 10716          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10717          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 10718        </EntityType>
 10719        <EntityType Name="managedDeviceMobileAppConfigurationUserSummary" BaseType="microsoft.graph.entity">
 10720          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 10721          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 10722          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 10723          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 10724          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 10725          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 10726          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10727          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 10728        </EntityType>
 10729        <EntityType Name="iosVppApp" BaseType="microsoft.graph.mobileApp">
 10730          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 10731          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 10732          <Property Name="releaseDateTime" Type="Edm.DateTimeOffset" />
 10733          <Property Name="appStoreUrl" Type="Edm.String" />
 10734          <Property Name="licensingType" Type="microsoft.graph.vppLicensingType" />
 10735          <Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" />
 10736          <Property Name="vppTokenOrganizationName" Type="Edm.String" />
 10737          <Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
 10738          <Property Name="vppTokenAppleId" Type="Edm.String" />
 10739          <Property Name="bundleId" Type="Edm.String" />
 10740          <Property Name="vppTokenId" Type="Edm.String" />
 10741          <Property Name="revokeLicenseActionResults" Type="Collection(microsoft.graph.iosVppAppRevokeLicensesActionResult)" />
 10742          <NavigationProperty Name="assignedLicenses" Type="Collection(microsoft.graph.iosVppAppAssignedLicense)" ContainsTarget="true" />
 10743        </EntityType>
 10744        <ComplexType Name="vppLicensingType">
 10745          <Property Name="supportUserLicensing" Type="Edm.Boolean" Nullable="false" />
 10746          <Property Name="supportDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
 10747          <Property Name="supportsUserLicensing" Type="Edm.Boolean" Nullable="false" />
 10748          <Property Name="supportsDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
 10749        </ComplexType>
 10750        <ComplexType Name="iosDeviceType">
 10751          <Property Name="iPad" Type="Edm.Boolean" Nullable="false" />
 10752          <Property Name="iPhoneAndIPod" Type="Edm.Boolean" Nullable="false" />
 10753        </ComplexType>
 10754        <ComplexType Name="iosVppAppRevokeLicensesActionResult">
 10755          <Property Name="userId" Type="Edm.String" />
 10756          <Property Name="managedDeviceId" Type="Edm.String" />
 10757          <Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" />
 10758          <Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" />
 10759          <Property Name="actionFailureReason" Type="microsoft.graph.vppTokenActionFailureReason" Nullable="false" />
 10760          <Property Name="actionName" Type="Edm.String" />
 10761          <Property Name="actionState" Type="microsoft.graph.actionState" Nullable="false" />
 10762          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10763          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10764        </ComplexType>
 10765        <EntityType Name="iosVppAppAssignedLicense" BaseType="microsoft.graph.entity">
 10766          <Property Name="userEmailAddress" Type="Edm.String" />
 10767          <Property Name="userId" Type="Edm.String" />
 10768          <Property Name="userName" Type="Edm.String" />
 10769          <Property Name="userPrincipalName" Type="Edm.String" />
 10770        </EntityType>
 10771        <ComplexType Name="mobileAppRelationshipState">
 10772          <Property Name="sourceIds" Type="Collection(Edm.String)" />
 10773          <Property Name="targetId" Type="Edm.String" />
 10774          <Property Name="targetDisplayName" Type="Edm.String" />
 10775          <Property Name="deviceId" Type="Edm.String" />
 10776          <Property Name="installState" Type="microsoft.graph.resultantAppState" Nullable="false" />
 10777          <Property Name="installStateDetail" Type="microsoft.graph.resultantAppStateDetail" Nullable="false" />
 10778          <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
 10779          <Property Name="targetLastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 10780        </ComplexType>
 10781        <ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 10782        <ComplexType Name="groupAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget">
 10783          <Property Name="groupId" Type="Edm.String" />
 10784        </ComplexType>
 10785        <ComplexType Name="exclusionGroupAssignmentTarget" BaseType="microsoft.graph.groupAssignmentTarget" />
 10786        <ComplexType Name="allDevicesAssignmentTarget" BaseType="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 10787        <ComplexType Name="iosLobAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10788          <Property Name="vpnConfigurationId" Type="Edm.String" />
 10789          <Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" />
 10790        </ComplexType>
 10791        <ComplexType Name="win32LobAppRestartSettings">
 10792          <Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" />
 10793          <Property Name="countdownDisplayBeforeRestartInMinutes" Type="Edm.Int32" Nullable="false" />
 10794          <Property Name="restartNotificationSnoozeDurationInMinutes" Type="Edm.Int32" />
 10795        </ComplexType>
 10796        <ComplexType Name="mobileAppInstallTimeSettings">
 10797          <Property Name="useLocalTime" Type="Edm.Boolean" Nullable="false" />
 10798          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 10799          <Property Name="deadlineDateTime" Type="Edm.DateTimeOffset" />
 10800        </ComplexType>
 10801        <ComplexType Name="iosStoreAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10802          <Property Name="vpnConfigurationId" Type="Edm.String" />
 10803          <Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" />
 10804        </ComplexType>
 10805        <ComplexType Name="iosVppAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10806          <Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
 10807          <Property Name="vpnConfigurationId" Type="Edm.String" />
 10808          <Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" />
 10809        </ComplexType>
 10810        <ComplexType Name="windowsUniversalAppXAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10811          <Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" />
 10812        </ComplexType>
 10813        <ComplexType Name="windowsAppXAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10814          <Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" />
 10815        </ComplexType>
 10816        <ComplexType Name="microsoftStoreForBusinessAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10817          <Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" />
 10818        </ComplexType>
 10819        <ComplexType Name="macOsVppAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10820          <Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" />
 10821        </ComplexType>
 10822        <ComplexType Name="win32LobAppAssignmentSettings" BaseType="microsoft.graph.mobileAppAssignmentSettings">
 10823          <Property Name="notifications" Type="microsoft.graph.win32LobAppNotification" Nullable="false" />
 10824          <Property Name="restartSettings" Type="microsoft.graph.win32LobAppRestartSettings" />
 10825          <Property Name="installTimeSettings" Type="microsoft.graph.mobileAppInstallTimeSettings" />
 10826        </ComplexType>
 10827        <EntityType Name="mobileAppDependency" BaseType="microsoft.graph.mobileAppRelationship">
 10828          <Property Name="dependencyType" Type="microsoft.graph.mobileAppDependencyType" Nullable="false" />
 10829          <Property Name="dependentAppCount" Type="Edm.Int32" Nullable="false" />
 10830        </EntityType>
 10831        <EntityType Name="windowsMicrosoftEdgeApp" BaseType="microsoft.graph.mobileApp">
 10832          <Property Name="channel" Type="microsoft.graph.microsoftEdgeChannel" Nullable="false" />
 10833        </EntityType>
 10834        <EntityType Name="macOSMicrosoftEdgeApp" BaseType="microsoft.graph.mobileApp" />
 10835        <EntityType Name="macOSOfficeSuiteApp" BaseType="microsoft.graph.mobileApp" />
 10836        <EntityType Name="officeSuiteApp" BaseType="microsoft.graph.mobileApp">
 10837          <Property Name="autoAcceptEula" Type="Edm.Boolean" Nullable="false" />
 10838          <Property Name="productIds" Type="Collection(microsoft.graph.officeProductId)" Nullable="false" />
 10839          <Property Name="excludedApps" Type="microsoft.graph.excludedApps" />
 10840          <Property Name="useSharedComputerActivation" Type="Edm.Boolean" Nullable="false" />
 10841          <Property Name="updateChannel" Type="microsoft.graph.officeUpdateChannel" Nullable="false" />
 10842          <Property Name="officePlatformArchitecture" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 10843          <Property Name="localesToInstall" Type="Collection(Edm.String)" />
 10844          <Property Name="installProgressDisplayLevel" Type="microsoft.graph.officeSuiteInstallProgressDisplayLevel" Nullable="false" />
 10845          <Property Name="shouldUninstallOlderVersionsOfOffice" Type="Edm.Boolean" Nullable="false" />
 10846          <Property Name="targetVersion" Type="Edm.String" />
 10847          <Property Name="updateVersion" Type="Edm.String" />
 10848          <Property Name="officeConfigurationXml" Type="Edm.Binary" />
 10849        </EntityType>
 10850        <ComplexType Name="excludedApps">
 10851          <Property Name="access" Type="Edm.Boolean" Nullable="false" />
 10852          <Property Name="excel" Type="Edm.Boolean" Nullable="false" />
 10853          <Property Name="groove" Type="Edm.Boolean" Nullable="false" />
 10854          <Property Name="infoPath" Type="Edm.Boolean" Nullable="false" />
 10855          <Property Name="lync" Type="Edm.Boolean" Nullable="false" />
 10856          <Property Name="oneDrive" Type="Edm.Boolean" Nullable="false" />
 10857          <Property Name="oneNote" Type="Edm.Boolean" Nullable="false" />
 10858          <Property Name="outlook" Type="Edm.Boolean" Nullable="false" />
 10859          <Property Name="powerPoint" Type="Edm.Boolean" Nullable="false" />
 10860          <Property Name="publisher" Type="Edm.Boolean" Nullable="false" />
 10861          <Property Name="sharePointDesigner" Type="Edm.Boolean" Nullable="false" />
 10862          <Property Name="teams" Type="Edm.Boolean" Nullable="false" />
 10863          <Property Name="visio" Type="Edm.Boolean" Nullable="false" />
 10864          <Property Name="word" Type="Edm.Boolean" Nullable="false" />
 10865        </ComplexType>
 10866        <EntityType Name="managedApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
 10867          <Property Name="appAvailability" Type="microsoft.graph.managedAppAvailability" Nullable="false" />
 10868          <Property Name="version" Type="Edm.String" />
 10869        </EntityType>
 10870        <EntityType Name="managedAndroidStoreApp" BaseType="microsoft.graph.managedApp">
 10871          <Property Name="packageId" Type="Edm.String" />
 10872          <Property Name="appStoreUrl" Type="Edm.String" Nullable="false" />
 10873          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" Nullable="false" />
 10874        </EntityType>
 10875        <ComplexType Name="androidMinimumOperatingSystem">
 10876          <Property Name="v4_0" Type="Edm.Boolean" Nullable="false" />
 10877          <Property Name="v4_0_3" Type="Edm.Boolean" Nullable="false" />
 10878          <Property Name="v4_1" Type="Edm.Boolean" Nullable="false" />
 10879          <Property Name="v4_2" Type="Edm.Boolean" Nullable="false" />
 10880          <Property Name="v4_3" Type="Edm.Boolean" Nullable="false" />
 10881          <Property Name="v4_4" Type="Edm.Boolean" Nullable="false" />
 10882          <Property Name="v5_0" Type="Edm.Boolean" Nullable="false" />
 10883          <Property Name="v5_1" Type="Edm.Boolean" Nullable="false" />
 10884          <Property Name="v6_0" Type="Edm.Boolean" Nullable="false" />
 10885          <Property Name="v7_0" Type="Edm.Boolean" Nullable="false" />
 10886          <Property Name="v7_1" Type="Edm.Boolean" Nullable="false" />
 10887          <Property Name="v8_0" Type="Edm.Boolean" Nullable="false" />
 10888          <Property Name="v8_1" Type="Edm.Boolean" Nullable="false" />
 10889          <Property Name="v9_0" Type="Edm.Boolean" Nullable="false" />
 10890        </ComplexType>
 10891        <EntityType Name="managedIOSStoreApp" BaseType="microsoft.graph.managedApp">
 10892          <Property Name="bundleId" Type="Edm.String" />
 10893          <Property Name="appStoreUrl" Type="Edm.String" Nullable="false" />
 10894          <Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
 10895          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" Nullable="false" />
 10896        </EntityType>
 10897        <ComplexType Name="iosMinimumOperatingSystem">
 10898          <Property Name="v8_0" Type="Edm.Boolean" Nullable="false" />
 10899          <Property Name="v9_0" Type="Edm.Boolean" Nullable="false" />
 10900          <Property Name="v10_0" Type="Edm.Boolean" Nullable="false" />
 10901          <Property Name="v11_0" Type="Edm.Boolean" Nullable="false" />
 10902          <Property Name="v12_0" Type="Edm.Boolean" Nullable="false" />
 10903          <Property Name="v13_0" Type="Edm.Boolean" Nullable="false" />
 10904        </ComplexType>
 10905        <EntityType Name="managedMobileLobApp" BaseType="microsoft.graph.managedApp" Abstract="true">
 10906          <Property Name="committedContentVersion" Type="Edm.String" />
 10907          <Property Name="fileName" Type="Edm.String" />
 10908          <Property Name="size" Type="Edm.Int64" Nullable="false" />
 10909          <NavigationProperty Name="contentVersions" Type="Collection(microsoft.graph.mobileAppContent)" ContainsTarget="true" />
 10910        </EntityType>
 10911        <EntityType Name="mobileAppContent" BaseType="microsoft.graph.entity">
 10912          <NavigationProperty Name="files" Type="Collection(microsoft.graph.mobileAppContentFile)" ContainsTarget="true" />
 10913          <NavigationProperty Name="containedApps" Type="Collection(microsoft.graph.mobileContainedApp)" ContainsTarget="true" />
 10914        </EntityType>
 10915        <EntityType Name="mobileContainedApp" BaseType="microsoft.graph.entity" Abstract="true" />
 10916        <EntityType Name="windowsUniversalAppXContainedApp" BaseType="microsoft.graph.mobileContainedApp">
 10917          <Property Name="appUserModelId" Type="Edm.String" />
 10918        </EntityType>
 10919        <EntityType Name="microsoftStoreForBusinessContainedApp" BaseType="microsoft.graph.mobileContainedApp">
 10920          <Property Name="appUserModelId" Type="Edm.String" />
 10921        </EntityType>
 10922        <EntityType Name="managedAndroidLobApp" BaseType="microsoft.graph.managedMobileLobApp">
 10923          <Property Name="packageId" Type="Edm.String" />
 10924          <Property Name="identityName" Type="Edm.String" />
 10925          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
 10926          <Property Name="versionName" Type="Edm.String" />
 10927          <Property Name="versionCode" Type="Edm.String" />
 10928          <Property Name="identityVersion" Type="Edm.String" />
 10929        </EntityType>
 10930        <EntityType Name="managedIOSLobApp" BaseType="microsoft.graph.managedMobileLobApp">
 10931          <Property Name="bundleId" Type="Edm.String" />
 10932          <Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
 10933          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
 10934          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 10935          <Property Name="versionNumber" Type="Edm.String" />
 10936          <Property Name="buildNumber" Type="Edm.String" />
 10937          <Property Name="identityVersion" Type="Edm.String" />
 10938        </EntityType>
 10939        <EntityType Name="mobileLobApp" BaseType="microsoft.graph.mobileApp" Abstract="true">
 10940          <Property Name="committedContentVersion" Type="Edm.String" />
 10941          <Property Name="fileName" Type="Edm.String" />
 10942          <Property Name="size" Type="Edm.Int64" Nullable="false" />
 10943          <NavigationProperty Name="contentVersions" Type="Collection(microsoft.graph.mobileAppContent)" ContainsTarget="true" />
 10944        </EntityType>
 10945        <EntityType Name="win32LobApp" BaseType="microsoft.graph.mobileLobApp">
 10946          <Property Name="installCommandLine" Type="Edm.String" />
 10947          <Property Name="uninstallCommandLine" Type="Edm.String" />
 10948          <Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 10949          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" />
 10950          <Property Name="minimumFreeDiskSpaceInMB" Type="Edm.Int32" />
 10951          <Property Name="minimumMemoryInMB" Type="Edm.Int32" />
 10952          <Property Name="minimumNumberOfProcessors" Type="Edm.Int32" />
 10953          <Property Name="minimumCpuSpeedInMHz" Type="Edm.Int32" />
 10954          <Property Name="detectionRules" Type="Collection(microsoft.graph.win32LobAppDetection)" />
 10955          <Property Name="requirementRules" Type="Collection(microsoft.graph.win32LobAppRequirement)" />
 10956          <Property Name="installExperience" Type="microsoft.graph.win32LobAppInstallExperience" />
 10957          <Property Name="returnCodes" Type="Collection(microsoft.graph.win32LobAppReturnCode)" />
 10958          <Property Name="msiInformation" Type="microsoft.graph.win32LobAppMsiInformation" />
 10959          <Property Name="setupFilePath" Type="Edm.String" />
 10960        </EntityType>
 10961        <ComplexType Name="windowsMinimumOperatingSystem">
 10962          <Property Name="v8_0" Type="Edm.Boolean" Nullable="false" />
 10963          <Property Name="v8_1" Type="Edm.Boolean" Nullable="false" />
 10964          <Property Name="v10_0" Type="Edm.Boolean" Nullable="false" />
 10965          <Property Name="v10_1607" Type="Edm.Boolean" Nullable="false" />
 10966          <Property Name="v10_1703" Type="Edm.Boolean" Nullable="false" />
 10967          <Property Name="v10_1709" Type="Edm.Boolean" Nullable="false" />
 10968          <Property Name="v10_1803" Type="Edm.Boolean" Nullable="false" />
 10969          <Property Name="v10_1809" Type="Edm.Boolean" Nullable="false" />
 10970          <Property Name="v10_1903" Type="Edm.Boolean" Nullable="false" />
 10971        </ComplexType>
 10972        <ComplexType Name="win32LobAppDetection" Abstract="true" />
 10973        <ComplexType Name="win32LobAppRequirement" Abstract="true">
 10974          <Property Name="operator" Type="microsoft.graph.win32LobAppDetectionOperator" Nullable="false" />
 10975          <Property Name="detectionValue" Type="Edm.String" />
 10976        </ComplexType>
 10977        <ComplexType Name="win32LobAppInstallExperience">
 10978          <Property Name="runAsAccount" Type="microsoft.graph.runAsAccountType" Nullable="false" />
 10979          <Property Name="deviceRestartBehavior" Type="microsoft.graph.win32LobAppRestartBehavior" Nullable="false" />
 10980        </ComplexType>
 10981        <ComplexType Name="win32LobAppReturnCode">
 10982          <Property Name="returnCode" Type="Edm.Int32" Nullable="false" />
 10983          <Property Name="type" Type="microsoft.graph.win32LobAppReturnCodeType" Nullable="false" />
 10984        </ComplexType>
 10985        <ComplexType Name="win32LobAppMsiInformation">
 10986          <Property Name="productCode" Type="Edm.String" />
 10987          <Property Name="productVersion" Type="Edm.String" />
 10988          <Property Name="upgradeCode" Type="Edm.String" />
 10989          <Property Name="requiresReboot" Type="Edm.Boolean" Nullable="false" />
 10990          <Property Name="packageType" Type="microsoft.graph.win32LobAppMsiPackageType" Nullable="false" />
 10991          <Property Name="productName" Type="Edm.String" />
 10992          <Property Name="publisher" Type="Edm.String" />
 10993        </ComplexType>
 10994        <ComplexType Name="win32LobAppRegistryDetection" BaseType="microsoft.graph.win32LobAppDetection">
 10995          <Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" />
 10996          <Property Name="keyPath" Type="Edm.String" />
 10997          <Property Name="valueName" Type="Edm.String" />
 10998          <Property Name="detectionType" Type="microsoft.graph.win32LobAppRegistryDetectionType" Nullable="false" />
 10999          <Property Name="operator" Type="microsoft.graph.win32LobAppDetectionOperator" Nullable="false" />
 11000          <Property Name="detectionValue" Type="Edm.String" />
 11001        </ComplexType>
 11002        <ComplexType Name="win32LobAppProductCodeDetection" BaseType="microsoft.graph.win32LobAppDetection">
 11003          <Property Name="productCode" Type="Edm.String" />
 11004          <Property Name="productVersionOperator" Type="microsoft.graph.win32LobAppDetectionOperator" Nullable="false" />
 11005          <Property Name="productVersion" Type="Edm.String" />
 11006        </ComplexType>
 11007        <ComplexType Name="win32LobAppFileSystemDetection" BaseType="microsoft.graph.win32LobAppDetection">
 11008          <Property Name="path" Type="Edm.String" />
 11009          <Property Name="fileOrFolderName" Type="Edm.String" />
 11010          <Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" />
 11011          <Property Name="detectionType" Type="microsoft.graph.win32LobAppFileSystemDetectionType" Nullable="false" />
 11012          <Property Name="operator" Type="microsoft.graph.win32LobAppDetectionOperator" Nullable="false" />
 11013          <Property Name="detectionValue" Type="Edm.String" />
 11014        </ComplexType>
 11015        <ComplexType Name="win32LobAppPowerShellScriptDetection" BaseType="microsoft.graph.win32LobAppDetection">
 11016          <Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
 11017          <Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" />
 11018          <Property Name="scriptContent" Type="Edm.String" />
 11019        </ComplexType>
 11020        <ComplexType Name="win32LobAppRegistryRequirement" BaseType="microsoft.graph.win32LobAppRequirement">
 11021          <Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" />
 11022          <Property Name="keyPath" Type="Edm.String" />
 11023          <Property Name="valueName" Type="Edm.String" />
 11024          <Property Name="detectionType" Type="microsoft.graph.win32LobAppRegistryDetectionType" Nullable="false" />
 11025        </ComplexType>
 11026        <ComplexType Name="win32LobAppPowerShellScriptRequirement" BaseType="microsoft.graph.win32LobAppRequirement">
 11027          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 11028          <Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
 11029          <Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" />
 11030          <Property Name="runAsAccount" Type="microsoft.graph.runAsAccountType" Nullable="false" />
 11031          <Property Name="scriptContent" Type="Edm.String" Nullable="false" />
 11032          <Property Name="detectionType" Type="microsoft.graph.win32LobAppPowerShellScriptDetectionType" Nullable="false" />
 11033        </ComplexType>
 11034        <ComplexType Name="win32LobAppFileSystemRequirement" BaseType="microsoft.graph.win32LobAppRequirement">
 11035          <Property Name="path" Type="Edm.String" />
 11036          <Property Name="fileOrFolderName" Type="Edm.String" />
 11037          <Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" />
 11038          <Property Name="detectionType" Type="microsoft.graph.win32LobAppFileSystemDetectionType" Nullable="false" />
 11039        </ComplexType>
 11040        <EntityType Name="macOSLobApp" BaseType="microsoft.graph.mobileLobApp">
 11041          <Property Name="bundleId" Type="Edm.String" />
 11042          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.macOSMinimumOperatingSystem" />
 11043          <Property Name="buildNumber" Type="Edm.String" />
 11044          <Property Name="versionNumber" Type="Edm.String" />
 11045          <Property Name="childApps" Type="Collection(microsoft.graph.macOSLobChildApp)" />
 11046          <Property Name="identityVersion" Type="Edm.String" />
 11047          <Property Name="md5HashChunkSize" Type="Edm.Int32" Nullable="false" />
 11048          <Property Name="md5Hash" Type="Collection(Edm.String)" />
 11049          <Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" />
 11050        </EntityType>
 11051        <ComplexType Name="macOSMinimumOperatingSystem">
 11052          <Property Name="v10_7" Type="Edm.Boolean" Nullable="false" />
 11053          <Property Name="v10_8" Type="Edm.Boolean" Nullable="false" />
 11054          <Property Name="v10_9" Type="Edm.Boolean" Nullable="false" />
 11055          <Property Name="v10_10" Type="Edm.Boolean" Nullable="false" />
 11056          <Property Name="v10_11" Type="Edm.Boolean" Nullable="false" />
 11057          <Property Name="v10_12" Type="Edm.Boolean" Nullable="false" />
 11058          <Property Name="v10_13" Type="Edm.Boolean" Nullable="false" />
 11059          <Property Name="v10_14" Type="Edm.Boolean" Nullable="false" />
 11060          <Property Name="v10_15" Type="Edm.Boolean" Nullable="false" />
 11061        </ComplexType>
 11062        <ComplexType Name="macOSLobChildApp">
 11063          <Property Name="bundleId" Type="Edm.String" />
 11064          <Property Name="buildNumber" Type="Edm.String" />
 11065          <Property Name="versionNumber" Type="Edm.String" />
 11066        </ComplexType>
 11067        <EntityType Name="windowsMobileMSI" BaseType="microsoft.graph.mobileLobApp">
 11068          <Property Name="commandLine" Type="Edm.String" />
 11069          <Property Name="productCode" Type="Edm.String" />
 11070          <Property Name="productVersion" Type="Edm.String" />
 11071          <Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" />
 11072          <Property Name="identityVersion" Type="Edm.String" />
 11073          <Property Name="useDeviceContext" Type="Edm.Boolean" />
 11074        </EntityType>
 11075        <EntityType Name="windowsPhone81AppX" BaseType="microsoft.graph.mobileLobApp">
 11076          <Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 11077          <Property Name="identityName" Type="Edm.String" />
 11078          <Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" />
 11079          <Property Name="identityResourceIdentifier" Type="Edm.String" />
 11080          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
 11081          <Property Name="phoneProductIdentifier" Type="Edm.String" />
 11082          <Property Name="phonePublisherId" Type="Edm.String" />
 11083          <Property Name="identityVersion" Type="Edm.String" />
 11084        </EntityType>
 11085        <EntityType Name="windowsPhone81AppXBundle" BaseType="microsoft.graph.windowsPhone81AppX">
 11086          <Property Name="appXPackageInformationList" Type="Collection(microsoft.graph.windowsPackageInformation)" />
 11087        </EntityType>
 11088        <ComplexType Name="windowsPackageInformation">
 11089          <Property Name="applicableArchitecture" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 11090          <Property Name="displayName" Type="Edm.String" />
 11091          <Property Name="identityName" Type="Edm.String" />
 11092          <Property Name="identityPublisher" Type="Edm.String" />
 11093          <Property Name="identityResourceIdentifier" Type="Edm.String" />
 11094          <Property Name="identityVersion" Type="Edm.String" />
 11095          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" />
 11096        </ComplexType>
 11097        <EntityType Name="windowsUniversalAppX" BaseType="microsoft.graph.mobileLobApp">
 11098          <Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 11099          <Property Name="applicableDeviceTypes" Type="microsoft.graph.windowsDeviceType" Nullable="false" />
 11100          <Property Name="identityName" Type="Edm.String" />
 11101          <Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" />
 11102          <Property Name="identityResourceIdentifier" Type="Edm.String" />
 11103          <Property Name="isBundle" Type="Edm.Boolean" Nullable="false" />
 11104          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
 11105          <Property Name="identityVersion" Type="Edm.String" />
 11106          <NavigationProperty Name="committedContainedApps" Type="Collection(microsoft.graph.mobileContainedApp)" />
 11107        </EntityType>
 11108        <EntityType Name="windowsAppX" BaseType="microsoft.graph.mobileLobApp">
 11109          <Property Name="applicableArchitectures" Type="microsoft.graph.windowsArchitecture" Nullable="false" />
 11110          <Property Name="identityName" Type="Edm.String" />
 11111          <Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" />
 11112          <Property Name="identityResourceIdentifier" Type="Edm.String" />
 11113          <Property Name="isBundle" Type="Edm.Boolean" Nullable="false" />
 11114          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
 11115          <Property Name="identityVersion" Type="Edm.String" />
 11116        </EntityType>
 11117        <EntityType Name="windowsPhoneXAP" BaseType="microsoft.graph.mobileLobApp">
 11118          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.windowsMinimumOperatingSystem" Nullable="false" />
 11119          <Property Name="productIdentifier" Type="Edm.String" Nullable="false" />
 11120          <Property Name="identityVersion" Type="Edm.String" />
 11121        </EntityType>
 11122        <EntityType Name="androidLobApp" BaseType="microsoft.graph.mobileLobApp">
 11123          <Property Name="packageId" Type="Edm.String" />
 11124          <Property Name="identityName" Type="Edm.String" />
 11125          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
 11126          <Property Name="versionName" Type="Edm.String" />
 11127          <Property Name="versionCode" Type="Edm.String" />
 11128          <Property Name="identityVersion" Type="Edm.String" />
 11129        </EntityType>
 11130        <EntityType Name="iosLobApp" BaseType="microsoft.graph.mobileLobApp">
 11131          <Property Name="bundleId" Type="Edm.String" />
 11132          <Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
 11133          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
 11134          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 11135          <Property Name="versionNumber" Type="Edm.String" />
 11136          <Property Name="buildNumber" Type="Edm.String" />
 11137          <Property Name="identityVersion" Type="Edm.String" />
 11138        </EntityType>
 11139        <EntityType Name="androidForWorkApp" BaseType="microsoft.graph.mobileApp">
 11140          <Property Name="packageId" Type="Edm.String" />
 11141          <Property Name="appIdentifier" Type="Edm.String" />
 11142          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 11143          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 11144          <Property Name="appStoreUrl" Type="Edm.String" />
 11145        </EntityType>
 11146        <EntityType Name="androidManagedStoreApp" BaseType="microsoft.graph.mobileApp">
 11147          <Property Name="packageId" Type="Edm.String" />
 11148          <Property Name="appIdentifier" Type="Edm.String" />
 11149          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 11150          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 11151          <Property Name="appStoreUrl" Type="Edm.String" />
 11152          <Property Name="isPrivate" Type="Edm.Boolean" Nullable="false" />
 11153          <Property Name="isSystemApp" Type="Edm.Boolean" Nullable="false" />
 11154          <Property Name="supportsOemConfig" Type="Edm.Boolean" Nullable="false" />
 11155        </EntityType>
 11156        <EntityType Name="androidManagedStoreWebApp" BaseType="microsoft.graph.androidManagedStoreApp" />
 11157        <EntityType Name="macOsVppApp" BaseType="microsoft.graph.mobileApp">
 11158          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 11159          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 11160          <Property Name="releaseDateTime" Type="Edm.DateTimeOffset" />
 11161          <Property Name="appStoreUrl" Type="Edm.String" />
 11162          <Property Name="licensingType" Type="microsoft.graph.vppLicensingType" />
 11163          <Property Name="vppTokenOrganizationName" Type="Edm.String" />
 11164          <Property Name="vppTokenAccountType" Type="microsoft.graph.vppTokenAccountType" Nullable="false" />
 11165          <Property Name="vppTokenAppleId" Type="Edm.String" />
 11166          <Property Name="bundleId" Type="Edm.String" />
 11167          <Property Name="vppTokenId" Type="Edm.String" />
 11168          <Property Name="revokeLicenseActionResults" Type="Collection(microsoft.graph.macOsVppAppRevokeLicensesActionResult)" />
 11169          <NavigationProperty Name="assignedLicenses" Type="Collection(microsoft.graph.macOsVppAppAssignedLicense)" ContainsTarget="true" />
 11170        </EntityType>
 11171        <ComplexType Name="macOsVppAppRevokeLicensesActionResult">
 11172          <Property Name="userId" Type="Edm.String" />
 11173          <Property Name="managedDeviceId" Type="Edm.String" />
 11174          <Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" />
 11175          <Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" />
 11176          <Property Name="actionFailureReason" Type="microsoft.graph.vppTokenActionFailureReason" Nullable="false" />
 11177          <Property Name="actionName" Type="Edm.String" />
 11178          <Property Name="actionState" Type="microsoft.graph.actionState" Nullable="false" />
 11179          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11180          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11181        </ComplexType>
 11182        <EntityType Name="macOsVppAppAssignedLicense" BaseType="microsoft.graph.entity">
 11183          <Property Name="userEmailAddress" Type="Edm.String" />
 11184          <Property Name="userId" Type="Edm.String" />
 11185          <Property Name="userName" Type="Edm.String" />
 11186          <Property Name="userPrincipalName" Type="Edm.String" />
 11187        </EntityType>
 11188        <EntityType Name="microsoftStoreForBusinessApp" BaseType="microsoft.graph.mobileApp">
 11189          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 11190          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 11191          <Property Name="productKey" Type="Edm.String" />
 11192          <Property Name="licenseType" Type="microsoft.graph.microsoftStoreForBusinessLicenseType" Nullable="false" />
 11193          <Property Name="packageIdentityName" Type="Edm.String" />
 11194          <Property Name="licensingType" Type="microsoft.graph.vppLicensingType" />
 11195          <NavigationProperty Name="containedApps" Type="Collection(microsoft.graph.mobileContainedApp)" ContainsTarget="true" />
 11196        </EntityType>
 11197        <EntityType Name="webApp" BaseType="microsoft.graph.mobileApp">
 11198          <Property Name="appUrl" Type="Edm.String" />
 11199          <Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" />
 11200        </EntityType>
 11201        <EntityType Name="windowsPhone81StoreApp" BaseType="microsoft.graph.mobileApp">
 11202          <Property Name="appStoreUrl" Type="Edm.String" />
 11203        </EntityType>
 11204        <EntityType Name="windowsStoreApp" BaseType="microsoft.graph.mobileApp">
 11205          <Property Name="appStoreUrl" Type="Edm.String" />
 11206        </EntityType>
 11207        <EntityType Name="androidStoreApp" BaseType="microsoft.graph.mobileApp">
 11208          <Property Name="packageId" Type="Edm.String" />
 11209          <Property Name="appIdentifier" Type="Edm.String" />
 11210          <Property Name="appStoreUrl" Type="Edm.String" />
 11211          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.androidMinimumOperatingSystem" />
 11212        </EntityType>
 11213        <EntityType Name="iosVppAppAssignedDeviceLicense" BaseType="microsoft.graph.iosVppAppAssignedLicense">
 11214          <Property Name="managedDeviceId" Type="Edm.String" />
 11215          <Property Name="deviceName" Type="Edm.String" />
 11216        </EntityType>
 11217        <EntityType Name="iosVppAppAssignedUserLicense" BaseType="microsoft.graph.iosVppAppAssignedLicense" />
 11218        <EntityType Name="iosStoreApp" BaseType="microsoft.graph.mobileApp">
 11219          <Property Name="bundleId" Type="Edm.String" />
 11220          <Property Name="appStoreUrl" Type="Edm.String" />
 11221          <Property Name="applicableDeviceType" Type="microsoft.graph.iosDeviceType" Nullable="false" />
 11222          <Property Name="minimumSupportedOperatingSystem" Type="microsoft.graph.iosMinimumOperatingSystem" />
 11223        </EntityType>
 11224        <EntityType Name="androidForWorkMobileAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
 11225          <Property Name="packageId" Type="Edm.String" />
 11226          <Property Name="payloadJson" Type="Edm.String" />
 11227          <Property Name="permissionActions" Type="Collection(microsoft.graph.androidPermissionAction)" />
 11228        </EntityType>
 11229        <ComplexType Name="androidPermissionAction">
 11230          <Property Name="permission" Type="Edm.String" />
 11231          <Property Name="action" Type="microsoft.graph.androidPermissionActionType" Nullable="false" />
 11232        </ComplexType>
 11233        <EntityType Name="androidManagedStoreAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
 11234          <Property Name="packageId" Type="Edm.String" />
 11235          <Property Name="payloadJson" Type="Edm.String" />
 11236          <Property Name="permissionActions" Type="Collection(microsoft.graph.androidPermissionAction)" />
 11237          <Property Name="appSupportsOemConfig" Type="Edm.Boolean" Nullable="false" />
 11238        </EntityType>
 11239        <EntityType Name="iosMobileAppConfiguration" BaseType="microsoft.graph.managedDeviceMobileAppConfiguration">
 11240          <Property Name="encodedSettingXml" Type="Edm.Binary" />
 11241          <Property Name="settings" Type="Collection(microsoft.graph.appConfigurationSettingItem)" />
 11242        </EntityType>
 11243        <ComplexType Name="appConfigurationSettingItem">
 11244          <Property Name="appConfigKey" Type="Edm.String" Nullable="false" />
 11245          <Property Name="appConfigKeyType" Type="microsoft.graph.mdmAppConfigKeyType" Nullable="false" />
 11246          <Property Name="appConfigKeyValue" Type="Edm.String" Nullable="false" />
 11247        </ComplexType>
 11248        <ComplexType Name="auditActor">
 11249          <Property Name="type" Type="Edm.String" />
 11250          <Property Name="userPermissions" Type="Collection(Edm.String)" />
 11251          <Property Name="applicationId" Type="Edm.String" />
 11252          <Property Name="applicationDisplayName" Type="Edm.String" />
 11253          <Property Name="userPrincipalName" Type="Edm.String" />
 11254          <Property Name="servicePrincipalName" Type="Edm.String" />
 11255          <Property Name="ipAddress" Type="Edm.String" />
 11256          <Property Name="userId" Type="Edm.String" />
 11257          <Property Name="userRoleScopeTags" Type="Collection(microsoft.graph.roleScopeTagInfo)" />
 11258        </ComplexType>
 11259        <ComplexType Name="roleScopeTagInfo">
 11260          <Property Name="displayName" Type="Edm.String" />
 11261          <Property Name="roleScopeTagId" Type="Edm.String" />
 11262        </ComplexType>
 11263        <ComplexType Name="auditResource">
 11264          <Property Name="displayName" Type="Edm.String" />
 11265          <Property Name="modifiedProperties" Type="Collection(microsoft.graph.auditProperty)" />
 11266          <Property Name="type" Type="Edm.String" />
 11267          <Property Name="resourceId" Type="Edm.String" />
 11268        </ComplexType>
 11269        <ComplexType Name="auditProperty">
 11270          <Property Name="displayName" Type="Edm.String" />
 11271          <Property Name="oldValue" Type="Edm.String" />
 11272          <Property Name="newValue" Type="Edm.String" />
 11273        </ComplexType>
 11274        <EntityType Name="managedEBookAssignment" BaseType="microsoft.graph.entity">
 11275          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11276          <Property Name="installIntent" Type="microsoft.graph.installIntent" Nullable="false" />
 11277        </EntityType>
 11278        <EntityType Name="eBookInstallSummary" BaseType="microsoft.graph.entity">
 11279          <Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
 11280          <Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
 11281          <Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
 11282          <Property Name="installedUserCount" Type="Edm.Int32" Nullable="false" />
 11283          <Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" />
 11284          <Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" />
 11285        </EntityType>
 11286        <EntityType Name="deviceInstallState" BaseType="microsoft.graph.entity">
 11287          <Property Name="deviceName" Type="Edm.String" />
 11288          <Property Name="deviceId" Type="Edm.String" />
 11289          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11290          <Property Name="installState" Type="microsoft.graph.installState" Nullable="false" />
 11291          <Property Name="errorCode" Type="Edm.String" />
 11292          <Property Name="osVersion" Type="Edm.String" />
 11293          <Property Name="osDescription" Type="Edm.String" />
 11294          <Property Name="userName" Type="Edm.String" />
 11295        </EntityType>
 11296        <EntityType Name="userInstallStateSummary" BaseType="microsoft.graph.entity">
 11297          <Property Name="userName" Type="Edm.String" />
 11298          <Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" />
 11299          <Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
 11300          <Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" />
 11301          <NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.deviceInstallState)" ContainsTarget="true" />
 11302        </EntityType>
 11303        <EntityType Name="iosVppEBookAssignment" BaseType="microsoft.graph.managedEBookAssignment" />
 11304        <EntityType Name="iosVppEBook" BaseType="microsoft.graph.managedEBook">
 11305          <Property Name="vppTokenId" Type="Edm.Guid" Nullable="false" />
 11306          <Property Name="appleId" Type="Edm.String" />
 11307          <Property Name="vppOrganizationName" Type="Edm.String" />
 11308          <Property Name="genres" Type="Collection(Edm.String)" />
 11309          <Property Name="language" Type="Edm.String" />
 11310          <Property Name="seller" Type="Edm.String" />
 11311          <Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" />
 11312          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 11313          <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
 11314        </EntityType>
 11315        <EntityType Name="policySetAssignment" BaseType="microsoft.graph.entity">
 11316          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11317          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11318        </EntityType>
 11319        <EntityType Name="policySetItem" BaseType="microsoft.graph.entity" Abstract="true">
 11320          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11321          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11322          <Property Name="payloadId" Type="Edm.String" Nullable="false" />
 11323          <Property Name="itemType" Type="Edm.String" />
 11324          <Property Name="displayName" Type="Edm.String" />
 11325          <Property Name="status" Type="microsoft.graph.policySetStatus" Nullable="false" />
 11326          <Property Name="errorCode" Type="microsoft.graph.errorCode" Nullable="false" />
 11327          <Property Name="guidedDeploymentTags" Type="Collection(Edm.String)" />
 11328        </EntityType>
 11329        <EntityType Name="managedMobileApp" BaseType="microsoft.graph.entity">
 11330          <Property Name="mobileAppIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
 11331          <Property Name="version" Type="Edm.String" />
 11332        </EntityType>
 11333        <EntityType Name="managedAppPolicyDeploymentSummary" BaseType="microsoft.graph.entity">
 11334          <Property Name="displayName" Type="Edm.String" />
 11335          <Property Name="configurationDeployedUserCount" Type="Edm.Int32" Nullable="false" />
 11336          <Property Name="lastRefreshTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11337          <Property Name="configurationDeploymentSummaryPerApp" Type="Collection(microsoft.graph.managedAppPolicyDeploymentSummaryPerApp)" />
 11338          <Property Name="version" Type="Edm.String" />
 11339        </EntityType>
 11340        <EntityType Name="targetedManagedAppPolicyAssignment" BaseType="microsoft.graph.entity">
 11341          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11342          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 11343          <Property Name="sourceId" Type="Edm.String" />
 11344        </EntityType>
 11345        <ComplexType Name="hasPayloadLinkResultItem">
 11346          <Property Name="payloadId" Type="Edm.String" />
 11347          <Property Name="hasLink" Type="Edm.Boolean" />
 11348          <Property Name="error" Type="Edm.String" />
 11349          <Property Name="sources" Type="Collection(microsoft.graph.deviceAndAppManagementAssignmentSource)" Nullable="false" />
 11350        </ComplexType>
 11351        <EntityType Name="macManagedAppProtection" BaseType="microsoft.graph.entity" />
 11352        <EntityType Name="deviceManagementScriptGroupAssignment" BaseType="microsoft.graph.entity">
 11353          <Property Name="targetGroupId" Type="Edm.String" />
 11354        </EntityType>
 11355        <EntityType Name="deviceManagementScriptAssignment" BaseType="microsoft.graph.entity">
 11356          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11357        </EntityType>
 11358        <EntityType Name="deviceManagementScriptRunSummary" BaseType="microsoft.graph.entity">
 11359          <Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" />
 11360          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
 11361          <Property Name="successUserCount" Type="Edm.Int32" Nullable="false" />
 11362          <Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" />
 11363        </EntityType>
 11364        <EntityType Name="deviceManagementScriptDeviceState" BaseType="microsoft.graph.entity">
 11365          <Property Name="runState" Type="microsoft.graph.runState" Nullable="false" />
 11366          <Property Name="resultMessage" Type="Edm.String" />
 11367          <Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11368          <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
 11369          <Property Name="errorDescription" Type="Edm.String" />
 11370          <NavigationProperty Name="managedDevice" Type="microsoft.graph.managedDevice" />
 11371        </EntityType>
 11372        <EntityType Name="deviceManagementScriptUserState" BaseType="microsoft.graph.entity">
 11373          <Property Name="successDeviceCount" Type="Edm.Int32" Nullable="false" />
 11374          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
 11375          <Property Name="userPrincipalName" Type="Edm.String" />
 11376          <NavigationProperty Name="deviceRunStates" Type="Collection(microsoft.graph.deviceManagementScriptDeviceState)" ContainsTarget="true" />
 11377        </EntityType>
 11378        <ComplexType Name="deviceManagementApplicabilityRuleOsEdition">
 11379          <Property Name="osEditionTypes" Type="Collection(microsoft.graph.windows10EditionType)" Nullable="false" />
 11380          <Property Name="name" Type="Edm.String" />
 11381          <Property Name="ruleType" Type="microsoft.graph.deviceManagementApplicabilityRuleType" Nullable="false" />
 11382        </ComplexType>
 11383        <ComplexType Name="deviceManagementApplicabilityRuleOsVersion">
 11384          <Property Name="minOSVersion" Type="Edm.String" />
 11385          <Property Name="maxOSVersion" Type="Edm.String" />
 11386          <Property Name="name" Type="Edm.String" />
 11387          <Property Name="ruleType" Type="microsoft.graph.deviceManagementApplicabilityRuleType" Nullable="false" />
 11388        </ComplexType>
 11389        <ComplexType Name="deviceManagementApplicabilityRuleDeviceMode">
 11390          <Property Name="deviceMode" Type="microsoft.graph.windows10DeviceModeType" Nullable="false" />
 11391          <Property Name="name" Type="Edm.String" />
 11392          <Property Name="ruleType" Type="microsoft.graph.deviceManagementApplicabilityRuleType" Nullable="false" />
 11393        </ComplexType>
 11394        <EntityType Name="deviceConfigurationGroupAssignment" BaseType="microsoft.graph.entity">
 11395          <Property Name="targetGroupId" Type="Edm.String" />
 11396          <Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" />
 11397          <NavigationProperty Name="deviceConfiguration" Type="microsoft.graph.deviceConfiguration" />
 11398        </EntityType>
 11399        <EntityType Name="deviceConfigurationAssignment" BaseType="microsoft.graph.entity">
 11400          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11401          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 11402          <Property Name="sourceId" Type="Edm.String" />
 11403        </EntityType>
 11404        <EntityType Name="deviceConfigurationDeviceStatus" BaseType="microsoft.graph.entity">
 11405          <Property Name="deviceDisplayName" Type="Edm.String" />
 11406          <Property Name="userName" Type="Edm.String" />
 11407          <Property Name="deviceModel" Type="Edm.String" />
 11408          <Property Name="platform" Type="Edm.Int32" Nullable="false" />
 11409          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11410          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11411          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11412          <Property Name="userPrincipalName" Type="Edm.String" />
 11413        </EntityType>
 11414        <EntityType Name="deviceConfigurationUserStatus" BaseType="microsoft.graph.entity">
 11415          <Property Name="userDisplayName" Type="Edm.String" />
 11416          <Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
 11417          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11418          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11419          <Property Name="userPrincipalName" Type="Edm.String" />
 11420        </EntityType>
 11421        <EntityType Name="deviceConfigurationDeviceOverview" BaseType="microsoft.graph.entity">
 11422          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 11423          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 11424          <Property Name="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" />
 11425          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 11426          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 11427          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 11428          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 11429          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11430          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 11431        </EntityType>
 11432        <EntityType Name="deviceConfigurationUserOverview" BaseType="microsoft.graph.entity">
 11433          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 11434          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 11435          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 11436          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 11437          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 11438          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 11439          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11440          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 11441        </EntityType>
 11442        <EntityType Name="settingStateDeviceSummary" BaseType="microsoft.graph.entity">
 11443          <Property Name="settingName" Type="Edm.String" />
 11444          <Property Name="instancePath" Type="Edm.String" />
 11445          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
 11446          <Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" />
 11447          <Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" />
 11448          <Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
 11449          <Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" />
 11450          <Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" />
 11451          <Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" />
 11452        </EntityType>
 11453        <EntityType Name="deviceComplianceScheduledActionForRule" BaseType="microsoft.graph.entity">
 11454          <Property Name="ruleName" Type="Edm.String" />
 11455          <NavigationProperty Name="scheduledActionConfigurations" Type="Collection(microsoft.graph.deviceComplianceActionItem)" ContainsTarget="true" />
 11456        </EntityType>
 11457        <EntityType Name="deviceComplianceDeviceStatus" BaseType="microsoft.graph.entity">
 11458          <Property Name="deviceDisplayName" Type="Edm.String" />
 11459          <Property Name="userName" Type="Edm.String" />
 11460          <Property Name="deviceModel" Type="Edm.String" />
 11461          <Property Name="platform" Type="Edm.Int32" Nullable="false" />
 11462          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11463          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11464          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11465          <Property Name="userPrincipalName" Type="Edm.String" />
 11466        </EntityType>
 11467        <EntityType Name="deviceComplianceUserStatus" BaseType="microsoft.graph.entity">
 11468          <Property Name="userDisplayName" Type="Edm.String" />
 11469          <Property Name="devicesCount" Type="Edm.Int32" Nullable="false" />
 11470          <Property Name="status" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11471          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11472          <Property Name="userPrincipalName" Type="Edm.String" />
 11473        </EntityType>
 11474        <EntityType Name="deviceComplianceDeviceOverview" BaseType="microsoft.graph.entity">
 11475          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 11476          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 11477          <Property Name="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" />
 11478          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 11479          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 11480          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 11481          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 11482          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11483          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 11484        </EntityType>
 11485        <EntityType Name="deviceComplianceUserOverview" BaseType="microsoft.graph.entity">
 11486          <Property Name="pendingCount" Type="Edm.Int32" Nullable="false" />
 11487          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 11488          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 11489          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 11490          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 11491          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 11492          <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11493          <Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" />
 11494        </EntityType>
 11495        <EntityType Name="deviceCompliancePolicyAssignment" BaseType="microsoft.graph.entity">
 11496          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11497          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 11498          <Property Name="sourceId" Type="Edm.String" />
 11499        </EntityType>
 11500        <ComplexType Name="outOfBoxExperienceSettings">
 11501          <Property Name="hidePrivacySettings" Type="Edm.Boolean" Nullable="false" />
 11502          <Property Name="hideEULA" Type="Edm.Boolean" Nullable="false" />
 11503          <Property Name="userType" Type="microsoft.graph.windowsUserType" Nullable="false" />
 11504          <Property Name="deviceUsageType" Type="microsoft.graph.windowsDeviceUsageType" Nullable="false" />
 11505          <Property Name="skipKeyboardSelectionPage" Type="Edm.Boolean" Nullable="false" />
 11506          <Property Name="hideEscapeLink" Type="Edm.Boolean" Nullable="false" />
 11507        </ComplexType>
 11508        <ComplexType Name="windowsEnrollmentStatusScreenSettings">
 11509          <Property Name="hideInstallationProgress" Type="Edm.Boolean" Nullable="false" />
 11510          <Property Name="allowDeviceUseBeforeProfileAndAppInstallComplete" Type="Edm.Boolean" Nullable="false" />
 11511          <Property Name="blockDeviceSetupRetryByUser" Type="Edm.Boolean" Nullable="false" />
 11512          <Property Name="allowLogCollectionOnInstallFailure" Type="Edm.Boolean" Nullable="false" />
 11513          <Property Name="customErrorMessage" Type="Edm.String" />
 11514          <Property Name="installProgressTimeoutInMinutes" Type="Edm.Int32" />
 11515          <Property Name="allowDeviceUseOnInstallFailure" Type="Edm.Boolean" Nullable="false" />
 11516        </ComplexType>
 11517        <EntityType Name="windowsAutopilotDeploymentProfileAssignment" BaseType="microsoft.graph.entity">
 11518          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11519          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 11520          <Property Name="sourceId" Type="Edm.String" />
 11521        </EntityType>
 11522        <EntityType Name="enrollmentConfigurationAssignment" BaseType="microsoft.graph.entity">
 11523          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11524          <Property Name="source" Type="microsoft.graph.deviceAndAppManagementAssignmentSource" Nullable="false" />
 11525          <Property Name="sourceId" Type="Edm.String" />
 11526        </EntityType>
 11527        <EntityType Name="enrollmentRestrictionsConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem">
 11528          <Property Name="priority" Type="Edm.Int32" />
 11529          <Property Name="limit" Type="Edm.Int32" />
 11530        </EntityType>
 11531        <EntityType Name="mdmWindowsInformationProtectionPolicyPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11532        <EntityType Name="targetedManagedAppConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11533        <EntityType Name="windows10EnrollmentCompletionPageConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem">
 11534          <Property Name="priority" Type="Edm.Int32" />
 11535        </EntityType>
 11536        <EntityType Name="windowsAutopilotDeploymentProfilePolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11537        <EntityType Name="managedDeviceMobileAppConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11538        <EntityType Name="deviceConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11539        <EntityType Name="deviceCompliancePolicyPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11540        <EntityType Name="deviceManagementScriptPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11541        <EntityType Name="iosLobAppProvisioningConfigurationPolicySetItem" BaseType="microsoft.graph.policySetItem" />
 11542        <EntityType Name="managedAppProtectionPolicySetItem" BaseType="microsoft.graph.policySetItem">
 11543          <Property Name="targetedAppManagementLevels" Type="Edm.String" />
 11544        </EntityType>
 11545        <EntityType Name="mobileAppPolicySetItem" BaseType="microsoft.graph.policySetItem">
 11546          <Property Name="intent" Type="microsoft.graph.installIntent" Nullable="false" />
 11547          <Property Name="settings" Type="microsoft.graph.mobileAppAssignmentSettings" />
 11548        </EntityType>
 11549        <EntityType Name="officeConfiguration" BaseType="microsoft.graph.entity">
 11550          <Property Name="tenantCheckinStatuses" Type="Collection(microsoft.graph.officeClientCheckinStatus)" />
 11551          <Property Name="tenantUserCheckinSummary" Type="microsoft.graph.officeUserCheckinSummary" />
 11552          <NavigationProperty Name="clientConfigurations" Type="Collection(microsoft.graph.officeClientConfiguration)" ContainsTarget="true" />
 11553        </EntityType>
 11554        <ComplexType Name="officeClientCheckinStatus">
 11555          <Property Name="userPrincipalName" Type="Edm.String" />
 11556          <Property Name="deviceName" Type="Edm.String" />
 11557          <Property Name="devicePlatform" Type="Edm.String" />
 11558          <Property Name="devicePlatformVersion" Type="Edm.String" />
 11559          <Property Name="wasSuccessful" Type="Edm.Boolean" Nullable="false" />
 11560          <Property Name="userId" Type="Edm.String" Nullable="false" />
 11561          <Property Name="checkinDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11562          <Property Name="errorMessage" Type="Edm.String" />
 11563          <Property Name="appliedPolicies" Type="Collection(Edm.String)" />
 11564        </ComplexType>
 11565        <ComplexType Name="officeUserCheckinSummary">
 11566          <Property Name="succeededUserCount" Type="Edm.Int32" Nullable="false" />
 11567          <Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" />
 11568        </ComplexType>
 11569        <EntityType Name="officeClientConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
 11570          <Property Name="userPreferencePayload" Type="Edm.Stream" />
 11571          <Property Name="policyPayload" Type="Edm.Stream" />
 11572          <Property Name="description" Type="Edm.String" />
 11573          <Property Name="displayName" Type="Edm.String" />
 11574          <Property Name="priority" Type="Edm.Int32" Nullable="false" />
 11575          <Property Name="userCheckinSummary" Type="microsoft.graph.officeUserCheckinSummary" />
 11576          <Property Name="checkinStatuses" Type="Collection(microsoft.graph.officeClientCheckinStatus)" />
 11577          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.officeClientConfigurationAssignment)" ContainsTarget="true" />
 11578        </EntityType>
 11579        <EntityType Name="officeClientConfigurationAssignment" BaseType="microsoft.graph.entity">
 11580          <Property Name="target" Type="microsoft.graph.officeConfigurationAssignmentTarget" />
 11581        </EntityType>
 11582        <ComplexType Name="officeConfigurationAssignmentTarget" Abstract="true" />
 11583        <ComplexType Name="officeConfigurationGroupAssignmentTarget" BaseType="microsoft.graph.officeConfigurationAssignmentTarget">
 11584          <Property Name="groupId" Type="Edm.String" />
 11585        </ComplexType>
 11586        <EntityType Name="windowsOfficeClientConfiguration" BaseType="microsoft.graph.officeClientConfiguration" />
 11587        <EntityType Name="windowsOfficeClientSecurityConfiguration" BaseType="microsoft.graph.officeClientConfiguration" />
 11588        <EntityType Name="termsAndConditionsGroupAssignment" BaseType="microsoft.graph.entity">
 11589          <Property Name="targetGroupId" Type="Edm.String" />
 11590          <NavigationProperty Name="termsAndConditions" Type="microsoft.graph.termsAndConditions" />
 11591        </EntityType>
 11592        <EntityType Name="termsAndConditionsAssignment" BaseType="microsoft.graph.entity">
 11593          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 11594        </EntityType>
 11595        <EntityType Name="termsAndConditionsAcceptanceStatus" BaseType="microsoft.graph.entity">
 11596          <Property Name="userDisplayName" Type="Edm.String" />
 11597          <Property Name="acceptedVersion" Type="Edm.Int32" Nullable="false" />
 11598          <Property Name="acceptedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11599          <NavigationProperty Name="termsAndConditions" Type="microsoft.graph.termsAndConditions" />
 11600        </EntityType>
 11601        <EntityType Name="deviceComplianceActionItem" BaseType="microsoft.graph.entity">
 11602          <Property Name="gracePeriodHours" Type="Edm.Int32" Nullable="false" />
 11603          <Property Name="actionType" Type="microsoft.graph.deviceComplianceActionType" Nullable="false" />
 11604          <Property Name="notificationTemplateId" Type="Edm.String" />
 11605          <Property Name="notificationMessageCCList" Type="Collection(Edm.String)" />
 11606        </EntityType>
 11607        <EntityType Name="windowsUpdateForBusinessConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 11608          <Property Name="deliveryOptimizationMode" Type="microsoft.graph.windowsDeliveryOptimizationMode" Nullable="false" />
 11609          <Property Name="prereleaseFeatures" Type="microsoft.graph.prereleaseFeatures" Nullable="false" />
 11610          <Property Name="automaticUpdateMode" Type="microsoft.graph.automaticUpdateMode" Nullable="false" />
 11611          <Property Name="microsoftUpdateServiceAllowed" Type="Edm.Boolean" Nullable="false" />
 11612          <Property Name="driversExcluded" Type="Edm.Boolean" Nullable="false" />
 11613          <Property Name="installationSchedule" Type="microsoft.graph.windowsUpdateInstallScheduleType" />
 11614          <Property Name="qualityUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" />
 11615          <Property Name="featureUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" />
 11616          <Property Name="qualityUpdatesPaused" Type="Edm.Boolean" Nullable="false" />
 11617          <Property Name="featureUpdatesPaused" Type="Edm.Boolean" Nullable="false" />
 11618          <Property Name="qualityUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11619          <Property Name="featureUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11620          <Property Name="businessReadyUpdatesOnly" Type="microsoft.graph.windowsUpdateType" Nullable="false" />
 11621          <Property Name="skipChecksBeforeRestart" Type="Edm.Boolean" Nullable="false" />
 11622          <Property Name="updateWeeks" Type="microsoft.graph.windowsUpdateForBusinessUpdateWeeks" />
 11623          <Property Name="qualityUpdatesPauseStartDate" Type="Edm.Date" />
 11624          <Property Name="featureUpdatesPauseStartDate" Type="Edm.Date" />
 11625          <Property Name="featureUpdatesRollbackWindowInDays" Type="Edm.Int32" />
 11626          <Property Name="qualityUpdatesWillBeRolledBack" Type="Edm.Boolean" />
 11627          <Property Name="featureUpdatesWillBeRolledBack" Type="Edm.Boolean" />
 11628          <Property Name="qualityUpdatesRollbackStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11629          <Property Name="featureUpdatesRollbackStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11630          <Property Name="engagedRestartDeadlineInDays" Type="Edm.Int32" />
 11631          <Property Name="engagedRestartSnoozeScheduleInDays" Type="Edm.Int32" />
 11632          <Property Name="engagedRestartTransitionScheduleInDays" Type="Edm.Int32" />
 11633          <Property Name="deadlineForFeatureUpdatesInDays" Type="Edm.Int32" />
 11634          <Property Name="deadlineForQualityUpdatesInDays" Type="Edm.Int32" />
 11635          <Property Name="deadlineGracePeriodInDays" Type="Edm.Int32" />
 11636          <Property Name="postponeRebootUntilAfterDeadline" Type="Edm.Boolean" />
 11637          <Property Name="autoRestartNotificationDismissal" Type="microsoft.graph.autoRestartNotificationDismissalMethod" Nullable="false" />
 11638          <Property Name="scheduleRestartWarningInHours" Type="Edm.Int32" />
 11639          <Property Name="scheduleImminentRestartWarningInMinutes" Type="Edm.Int32" />
 11640          <Property Name="userPauseAccess" Type="microsoft.graph.enablement" Nullable="false" />
 11641          <Property Name="userWindowsUpdateScanAccess" Type="microsoft.graph.enablement" Nullable="false" />
 11642          <Property Name="updateNotificationLevel" Type="microsoft.graph.windowsUpdateNotificationDisplayOption" Nullable="false" />
 11643          <NavigationProperty Name="deviceUpdateStates" Type="Collection(microsoft.graph.windowsUpdateState)" ContainsTarget="true" />
 11644        </EntityType>
 11645        <ComplexType Name="windowsUpdateInstallScheduleType" Abstract="true" />
 11646        <EntityType Name="windowsUpdateState" BaseType="microsoft.graph.entity">
 11647          <Property Name="deviceId" Type="Edm.String" />
 11648          <Property Name="userId" Type="Edm.String" />
 11649          <Property Name="deviceDisplayName" Type="Edm.String" />
 11650          <Property Name="userPrincipalName" Type="Edm.String" />
 11651          <Property Name="status" Type="microsoft.graph.windowsUpdateStatus" Nullable="false" />
 11652          <Property Name="qualityUpdateVersion" Type="Edm.String" />
 11653          <Property Name="featureUpdateVersion" Type="Edm.String" />
 11654          <Property Name="lastScanDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11655          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11656        </EntityType>
 11657        <EntityType Name="windowsPrivacyDataAccessControlItem" BaseType="microsoft.graph.entity">
 11658          <Property Name="accessLevel" Type="microsoft.graph.windowsPrivacyDataAccessLevel" Nullable="false" />
 11659          <Property Name="dataCategory" Type="microsoft.graph.windowsPrivacyDataCategory" Nullable="false" />
 11660          <Property Name="appPackageFamilyName" Type="Edm.String" />
 11661          <Property Name="appDisplayName" Type="Edm.String" />
 11662        </EntityType>
 11663        <EntityType Name="windowsAssignedAccessProfile" BaseType="microsoft.graph.entity">
 11664          <Property Name="profileName" Type="Edm.String" Nullable="false" />
 11665          <Property Name="showTaskBar" Type="Edm.Boolean" Nullable="false" />
 11666          <Property Name="appUserModelIds" Type="Collection(Edm.String)" />
 11667          <Property Name="desktopAppPaths" Type="Collection(Edm.String)" />
 11668          <Property Name="userAccounts" Type="Collection(Edm.String)" />
 11669          <Property Name="startMenuLayoutXml" Type="Edm.Binary" Nullable="false" />
 11670        </EntityType>
 11671        <EntityType Name="securityBaselineState" BaseType="microsoft.graph.entity">
 11672          <Property Name="securityBaselineTemplateId" Type="Edm.String" />
 11673          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 11674          <NavigationProperty Name="settingStates" Type="Collection(microsoft.graph.securityBaselineSettingState)" ContainsTarget="true" />
 11675        </EntityType>
 11676        <EntityType Name="deviceConfigurationState" BaseType="microsoft.graph.entity">
 11677          <Property Name="settingStates" Type="Collection(microsoft.graph.deviceConfigurationSettingState)" />
 11678          <Property Name="displayName" Type="Edm.String" />
 11679          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 11680          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
 11681          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11682          <Property Name="settingCount" Type="Edm.Int32" Nullable="false" />
 11683          <Property Name="userId" Type="Edm.String" />
 11684          <Property Name="userPrincipalName" Type="Edm.String" />
 11685        </EntityType>
 11686        <EntityType Name="deviceCompliancePolicyState" BaseType="microsoft.graph.entity">
 11687          <Property Name="settingStates" Type="Collection(microsoft.graph.deviceCompliancePolicySettingState)" />
 11688          <Property Name="displayName" Type="Edm.String" />
 11689          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 11690          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
 11691          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11692          <Property Name="settingCount" Type="Edm.Int32" Nullable="false" />
 11693          <Property Name="userId" Type="Edm.String" />
 11694          <Property Name="userPrincipalName" Type="Edm.String" />
 11695        </EntityType>
 11696        <EntityType Name="managedDeviceMobileAppConfigurationState" BaseType="microsoft.graph.entity">
 11697          <Property Name="displayName" Type="Edm.String" />
 11698          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 11699          <Property Name="platformType" Type="microsoft.graph.policyPlatformType" Nullable="false" />
 11700          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 11701          <Property Name="settingCount" Type="Edm.Int32" Nullable="false" />
 11702          <Property Name="userId" Type="Edm.String" />
 11703          <Property Name="userPrincipalName" Type="Edm.String" />
 11704        </EntityType>
 11705        <ComplexType Name="hardwareInformation">
 11706          <Property Name="serialNumber" Type="Edm.String" />
 11707          <Property Name="totalStorageSpace" Type="Edm.Int64" Nullable="false" />
 11708          <Property Name="freeStorageSpace" Type="Edm.Int64" Nullable="false" />
 11709          <Property Name="imei" Type="Edm.String" />
 11710          <Property Name="meid" Type="Edm.String" />
 11711          <Property Name="manufacturer" Type="Edm.String" />
 11712          <Property Name="model" Type="Edm.String" />
 11713          <Property Name="phoneNumber" Type="Edm.String" />
 11714          <Property Name="subscriberCarrier" Type="Edm.String" />
 11715          <Property Name="cellularTechnology" Type="Edm.String" />
 11716          <Property Name="wifiMac" Type="Edm.String" />
 11717          <Property Name="operatingSystemLanguage" Type="Edm.String" />
 11718          <Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
 11719          <Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" />
 11720          <Property Name="isSharedDevice" Type="Edm.Boolean" Nullable="false" />
 11721          <Property Name="sharedDeviceCachedUsers" Type="Collection(microsoft.graph.sharedAppleDeviceUser)" />
 11722          <Property Name="tpmSpecificationVersion" Type="Edm.String" />
 11723          <Property Name="operatingSystemEdition" Type="Edm.String" />
 11724          <Property Name="deviceFullQualifiedDomainName" Type="Edm.String" />
 11725          <Property Name="deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Type="microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState" Nullable="false" />
 11726          <Property Name="deviceGuardVirtualizationBasedSecurityState" Type="microsoft.graph.deviceGuardVirtualizationBasedSecurityState" Nullable="false" />
 11727          <Property Name="deviceGuardLocalSystemAuthorityCredentialGuardState" Type="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState" Nullable="false" />
 11728          <Property Name="osBuildNumber" Type="Edm.String" />
 11729        </ComplexType>
 11730        <ComplexType Name="sharedAppleDeviceUser">
 11731          <Property Name="userPrincipalName" Type="Edm.String" />
 11732          <Property Name="dataToSync" Type="Edm.Boolean" Nullable="false" />
 11733          <Property Name="dataQuota" Type="Edm.Int64" />
 11734          <Property Name="dataUsed" Type="Edm.Int64" Nullable="false" />
 11735        </ComplexType>
 11736        <ComplexType Name="deviceActionResult">
 11737          <Property Name="actionName" Type="Edm.String" />
 11738          <Property Name="actionState" Type="microsoft.graph.actionState" Nullable="false" />
 11739          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11740          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11741        </ComplexType>
 11742        <ComplexType Name="configurationManagerClientEnabledFeatures">
 11743          <Property Name="inventory" Type="Edm.Boolean" Nullable="false" />
 11744          <Property Name="modernApps" Type="Edm.Boolean" Nullable="false" />
 11745          <Property Name="resourceAccess" Type="Edm.Boolean" Nullable="false" />
 11746          <Property Name="deviceConfiguration" Type="Edm.Boolean" Nullable="false" />
 11747          <Property Name="compliancePolicy" Type="Edm.Boolean" Nullable="false" />
 11748          <Property Name="windowsUpdateForBusiness" Type="Edm.Boolean" Nullable="false" />
 11749          <Property Name="endpointProtection" Type="Edm.Boolean" Nullable="false" />
 11750          <Property Name="officeApps" Type="Edm.Boolean" Nullable="false" />
 11751        </ComplexType>
 11752        <ComplexType Name="deviceHealthAttestationState">
 11753          <Property Name="lastUpdateDateTime" Type="Edm.String" />
 11754          <Property Name="contentNamespaceUrl" Type="Edm.String" />
 11755          <Property Name="deviceHealthAttestationStatus" Type="Edm.String" />
 11756          <Property Name="contentVersion" Type="Edm.String" />
 11757          <Property Name="issuedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11758          <Property Name="attestationIdentityKey" Type="Edm.String" />
 11759          <Property Name="resetCount" Type="Edm.Int64" Nullable="false" />
 11760          <Property Name="restartCount" Type="Edm.Int64" Nullable="false" />
 11761          <Property Name="dataExcutionPolicy" Type="Edm.String" />
 11762          <Property Name="bitLockerStatus" Type="Edm.String" />
 11763          <Property Name="bootManagerVersion" Type="Edm.String" />
 11764          <Property Name="codeIntegrityCheckVersion" Type="Edm.String" />
 11765          <Property Name="secureBoot" Type="Edm.String" />
 11766          <Property Name="bootDebugging" Type="Edm.String" />
 11767          <Property Name="operatingSystemKernelDebugging" Type="Edm.String" />
 11768          <Property Name="codeIntegrity" Type="Edm.String" />
 11769          <Property Name="testSigning" Type="Edm.String" />
 11770          <Property Name="safeMode" Type="Edm.String" />
 11771          <Property Name="windowsPE" Type="Edm.String" />
 11772          <Property Name="earlyLaunchAntiMalwareDriverProtection" Type="Edm.String" />
 11773          <Property Name="virtualSecureMode" Type="Edm.String" />
 11774          <Property Name="pcrHashAlgorithm" Type="Edm.String" />
 11775          <Property Name="bootAppSecurityVersion" Type="Edm.String" />
 11776          <Property Name="bootManagerSecurityVersion" Type="Edm.String" />
 11777          <Property Name="tpmVersion" Type="Edm.String" />
 11778          <Property Name="pcr0" Type="Edm.String" />
 11779          <Property Name="secureBootConfigurationPolicyFingerPrint" Type="Edm.String" />
 11780          <Property Name="codeIntegrityPolicy" Type="Edm.String" />
 11781          <Property Name="bootRevisionListInfo" Type="Edm.String" />
 11782          <Property Name="operatingSystemRevListInfo" Type="Edm.String" />
 11783          <Property Name="healthStatusMismatchInfo" Type="Edm.String" />
 11784          <Property Name="healthAttestationSupportedStatus" Type="Edm.String" />
 11785        </ComplexType>
 11786        <ComplexType Name="loggedOnUser">
 11787          <Property Name="userId" Type="Edm.String" />
 11788          <Property Name="lastLogOnDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11789        </ComplexType>
 11790        <ComplexType Name="configurationManagerClientHealthState">
 11791          <Property Name="state" Type="microsoft.graph.configurationManagerClientState" Nullable="false" />
 11792          <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
 11793          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11794        </ComplexType>
 11795        <ComplexType Name="configurationManagerClientInformation">
 11796          <Property Name="clientIdentifier" Type="Edm.String" />
 11797        </ComplexType>
 11798        <EntityType Name="windowsProtectionState" BaseType="microsoft.graph.entity">
 11799          <Property Name="malwareProtectionEnabled" Type="Edm.Boolean" />
 11800          <Property Name="deviceState" Type="microsoft.graph.windowsDeviceHealthState" />
 11801          <Property Name="realTimeProtectionEnabled" Type="Edm.Boolean" />
 11802          <Property Name="networkInspectionSystemEnabled" Type="Edm.Boolean" />
 11803          <Property Name="quickScanOverdue" Type="Edm.Boolean" />
 11804          <Property Name="fullScanOverdue" Type="Edm.Boolean" />
 11805          <Property Name="signatureUpdateOverdue" Type="Edm.Boolean" />
 11806          <Property Name="rebootRequired" Type="Edm.Boolean" />
 11807          <Property Name="fullScanRequired" Type="Edm.Boolean" />
 11808          <Property Name="engineVersion" Type="Edm.String" />
 11809          <Property Name="signatureVersion" Type="Edm.String" />
 11810          <Property Name="antiMalwareVersion" Type="Edm.String" />
 11811          <Property Name="lastQuickScanDateTime" Type="Edm.DateTimeOffset" />
 11812          <Property Name="lastFullScanDateTime" Type="Edm.DateTimeOffset" />
 11813          <Property Name="lastQuickScanSignatureVersion" Type="Edm.String" />
 11814          <Property Name="lastFullScanSignatureVersion" Type="Edm.String" />
 11815          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" />
 11816          <NavigationProperty Name="detectedMalwareState" Type="Collection(microsoft.graph.windowsDeviceMalwareState)" ContainsTarget="true" />
 11817        </EntityType>
 11818        <ComplexType Name="deviceConfigurationTargetedUserAndDevice">
 11819          <Property Name="deviceId" Type="Edm.String" />
 11820          <Property Name="deviceName" Type="Edm.String" />
 11821          <Property Name="userId" Type="Edm.String" />
 11822          <Property Name="userDisplayName" Type="Edm.String" />
 11823          <Property Name="userPrincipalName" Type="Edm.String" />
 11824          <Property Name="lastCheckinDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11825        </ComplexType>
 11826        <ComplexType Name="report">
 11827          <Property Name="content" Type="Edm.Stream" />
 11828        </ComplexType>
 11829        <EntityType Name="androidDeviceOwnerCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 11830          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 11831          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 11832          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 11833          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 11834          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 11835          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 11836          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidDeviceOwnerTrustedRootCertificate" />
 11837        </EntityType>
 11838        <ComplexType Name="extendedKeyUsage">
 11839          <Property Name="name" Type="Edm.String" />
 11840          <Property Name="objectIdentifier" Type="Edm.String" />
 11841        </ComplexType>
 11842        <EntityType Name="androidDeviceOwnerTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 11843          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 11844          <Property Name="certFileName" Type="Edm.String" />
 11845        </EntityType>
 11846        <EntityType Name="managedDeviceCertificateState" BaseType="microsoft.graph.entity">
 11847          <Property Name="devicePlatform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
 11848          <Property Name="certificateKeyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 11849          <Property Name="certificateValidityPeriodUnits" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 11850          <Property Name="certificateIssuanceState" Type="microsoft.graph.certificateIssuanceStates" Nullable="false" />
 11851          <Property Name="certificateKeyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
 11852          <Property Name="certificateSubjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 11853          <Property Name="certificateSubjectAlternativeNameFormat" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
 11854          <Property Name="certificateRevokeStatus" Type="microsoft.graph.certificateRevocationStatus" Nullable="false" />
 11855          <Property Name="certificateProfileDisplayName" Type="Edm.String" />
 11856          <Property Name="deviceDisplayName" Type="Edm.String" />
 11857          <Property Name="userDisplayName" Type="Edm.String" />
 11858          <Property Name="certificateExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11859          <Property Name="certificateLastIssuanceStateChangedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11860          <Property Name="lastCertificateStateChangeDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11861          <Property Name="certificateIssuer" Type="Edm.String" />
 11862          <Property Name="certificateThumbprint" Type="Edm.String" />
 11863          <Property Name="certificateSerialNumber" Type="Edm.String" />
 11864          <Property Name="certificateKeyLength" Type="Edm.Int32" Nullable="false" />
 11865          <Property Name="certificateEnhancedKeyUsage" Type="Edm.String" />
 11866          <Property Name="certificateValidityPeriod" Type="Edm.Int32" Nullable="false" />
 11867          <Property Name="certificateSubjectNameFormatString" Type="Edm.String" />
 11868          <Property Name="certificateSubjectAlternativeNameFormatString" Type="Edm.String" />
 11869          <Property Name="certificateIssuanceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 11870          <Property Name="certificateErrorCode" Type="Edm.Int32" Nullable="false" />
 11871        </EntityType>
 11872        <ComplexType Name="customSubjectAlternativeName">
 11873          <Property Name="sanType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
 11874          <Property Name="name" Type="Edm.String" />
 11875        </ComplexType>
 11876        <EntityType Name="androidDeviceOwnerScepCertificateProfile" BaseType="microsoft.graph.androidDeviceOwnerCertificateProfileBase">
 11877          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 11878          <Property Name="subjectNameFormatString" Type="Edm.String" />
 11879          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 11880          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 11881          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 11882          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 11883          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 11884          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 11885          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 11886        </EntityType>
 11887        <EntityType Name="androidDeviceOwnerGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 11888          <Property Name="accountsBlockModification" Type="Edm.Boolean" />
 11889          <Property Name="appsAllowInstallFromUnknownSources" Type="Edm.Boolean" />
 11890          <Property Name="appsAutoUpdatePolicy" Type="microsoft.graph.androidDeviceOwnerAppAutoUpdatePolicyType" />
 11891          <Property Name="appsDefaultPermissionPolicy" Type="microsoft.graph.androidDeviceOwnerDefaultAppPermissionPolicyType" />
 11892          <Property Name="appsRecommendSkippingFirstUseHints" Type="Edm.Boolean" />
 11893          <Property Name="bluetoothBlockConfiguration" Type="Edm.Boolean" />
 11894          <Property Name="bluetoothBlockContactSharing" Type="Edm.Boolean" />
 11895          <Property Name="cameraBlocked" Type="Edm.Boolean" />
 11896          <Property Name="cellularBlockWiFiTethering" Type="Edm.Boolean" />
 11897          <Property Name="dataRoamingBlocked" Type="Edm.Boolean" />
 11898          <Property Name="dateTimeConfigurationBlocked" Type="Edm.Boolean" />
 11899          <Property Name="factoryResetDeviceAdministratorEmails" Type="Collection(Edm.String)" />
 11900          <Property Name="factoryResetBlocked" Type="Edm.Boolean" />
 11901          <Property Name="globalProxy" Type="microsoft.graph.androidDeviceOwnerGlobalProxy" />
 11902          <Property Name="googleAccountsBlocked" Type="Edm.Boolean" />
 11903          <Property Name="kioskModeScreenSaverConfigurationEnabled" Type="Edm.Boolean" />
 11904          <Property Name="kioskModeScreenSaverImageUrl" Type="Edm.String" />
 11905          <Property Name="kioskModeScreenSaverDisplayTimeInSeconds" Type="Edm.Int32" />
 11906          <Property Name="kioskModeScreenSaverStartDelayInSeconds" Type="Edm.Int32" />
 11907          <Property Name="kioskModeScreenSaverDetectMediaDisabled" Type="Edm.Boolean" />
 11908          <Property Name="kioskModeApps" Type="Collection(microsoft.graph.appListItem)" />
 11909          <Property Name="kioskModeWallpaperUrl" Type="Edm.String" />
 11910          <Property Name="kioskModeExitCode" Type="Edm.String" />
 11911          <Property Name="kioskModeVirtualHomeButtonEnabled" Type="Edm.Boolean" />
 11912          <Property Name="kioskModeVirtualHomeButtonType" Type="microsoft.graph.androidDeviceOwnerVirtualHomeButtonType" />
 11913          <Property Name="kioskModeBluetoothConfigurationEnabled" Type="Edm.Boolean" />
 11914          <Property Name="kioskModeWiFiConfigurationEnabled" Type="Edm.Boolean" />
 11915          <Property Name="kioskModeFlashlightConfigurationEnabled" Type="Edm.Boolean" />
 11916          <Property Name="kioskModeMediaVolumeConfigurationEnabled" Type="Edm.Boolean" />
 11917          <Property Name="microphoneForceMute" Type="Edm.Boolean" />
 11918          <Property Name="networkEscapeHatchAllowed" Type="Edm.Boolean" />
 11919          <Property Name="nfcBlockOutgoingBeam" Type="Edm.Boolean" />
 11920          <Property Name="passwordBlockKeyguard" Type="Edm.Boolean" />
 11921          <Property Name="passwordBlockKeyguardFeatures" Type="Collection(microsoft.graph.androidKeyguardFeature)" Nullable="false" />
 11922          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 11923          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 11924          <Property Name="passwordMinimumLetterCharacters" Type="Edm.Int32" />
 11925          <Property Name="passwordMinimumLowerCaseCharacters" Type="Edm.Int32" />
 11926          <Property Name="passwordMinimumNonLetterCharacters" Type="Edm.Int32" />
 11927          <Property Name="passwordMinimumNumericCharacters" Type="Edm.Int32" />
 11928          <Property Name="passwordMinimumSymbolCharacters" Type="Edm.Int32" />
 11929          <Property Name="passwordMinimumUpperCaseCharacters" Type="Edm.Int32" />
 11930          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 11931          <Property Name="passwordPreviousPasswordCountToBlock" Type="Edm.Int32" />
 11932          <Property Name="passwordRequiredType" Type="microsoft.graph.androidDeviceOwnerRequiredPasswordType" />
 11933          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 11934          <Property Name="playStoreMode" Type="microsoft.graph.androidDeviceOwnerPlayStoreMode" />
 11935          <Property Name="safeBootBlocked" Type="Edm.Boolean" />
 11936          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" />
 11937          <Property Name="securityAllowDebuggingFeatures" Type="Edm.Boolean" />
 11938          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" />
 11939          <Property Name="statusBarBlocked" Type="Edm.Boolean" />
 11940          <Property Name="stayOnModes" Type="Collection(microsoft.graph.androidDeviceOwnerBatteryPluggedMode)" Nullable="false" />
 11941          <Property Name="storageAllowUsb" Type="Edm.Boolean" />
 11942          <Property Name="storageBlockExternalMedia" Type="Edm.Boolean" />
 11943          <Property Name="storageBlockUsbFileTransfer" Type="Edm.Boolean" />
 11944          <Property Name="systemUpdateWindowStartMinutesAfterMidnight" Type="Edm.Int32" />
 11945          <Property Name="systemUpdateWindowEndMinutesAfterMidnight" Type="Edm.Int32" />
 11946          <Property Name="systemUpdateInstallType" Type="microsoft.graph.androidDeviceOwnerSystemUpdateInstallType" />
 11947          <Property Name="systemWindowsBlocked" Type="Edm.Boolean" />
 11948          <Property Name="usersBlockAdd" Type="Edm.Boolean" />
 11949          <Property Name="usersBlockRemove" Type="Edm.Boolean" />
 11950          <Property Name="volumeBlockAdjustment" Type="Edm.Boolean" />
 11951          <Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" />
 11952          <Property Name="vpnAlwaysOnLockdownMode" Type="Edm.Boolean" />
 11953          <Property Name="wifiBlockEditConfigurations" Type="Edm.Boolean" />
 11954          <Property Name="wifiBlockEditPolicyDefinedConfigurations" Type="Edm.Boolean" />
 11955        </EntityType>
 11956        <ComplexType Name="androidDeviceOwnerGlobalProxy" Abstract="true" />
 11957        <ComplexType Name="appListItem">
 11958          <Property Name="name" Type="Edm.String" Nullable="false" />
 11959          <Property Name="publisher" Type="Edm.String" />
 11960          <Property Name="appStoreUrl" Type="Edm.String" />
 11961          <Property Name="appId" Type="Edm.String" />
 11962        </ComplexType>
 11963        <ComplexType Name="androidDeviceOwnerGlobalProxyAutoConfig" BaseType="microsoft.graph.androidDeviceOwnerGlobalProxy">
 11964          <Property Name="proxyAutoConfigURL" Type="Edm.String" Nullable="false" />
 11965        </ComplexType>
 11966        <ComplexType Name="androidDeviceOwnerGlobalProxyDirect" BaseType="microsoft.graph.androidDeviceOwnerGlobalProxy">
 11967          <Property Name="host" Type="Edm.String" Nullable="false" />
 11968          <Property Name="port" Type="Edm.Int32" Nullable="false" />
 11969          <Property Name="excludedHosts" Type="Collection(Edm.String)" />
 11970        </ComplexType>
 11971        <EntityType Name="androidDeviceOwnerWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 11972          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 11973          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 11974          <Property Name="connectAutomatically" Type="Edm.Boolean" />
 11975          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" />
 11976          <Property Name="wiFiSecurityType" Type="microsoft.graph.androidDeviceOwnerWiFiSecurityType" Nullable="false" />
 11977          <Property Name="preSharedKey" Type="Edm.String" />
 11978          <Property Name="preSharedKeyIsSet" Type="Edm.Boolean" Nullable="false" />
 11979        </EntityType>
 11980        <EntityType Name="androidDeviceOwnerEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidDeviceOwnerWiFiConfiguration">
 11981          <Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
 11982          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 11983          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 11984          <Property Name="innerAuthenticationProtocolForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
 11985          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 11986          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidDeviceOwnerTrustedRootCertificate" />
 11987          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidDeviceOwnerCertificateProfileBase" />
 11988        </EntityType>
 11989        <EntityType Name="androidForWorkEasEmailProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 11990          <Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" Nullable="false" />
 11991          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 11992          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 11993          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 11994          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 11995          <Property Name="usernameSource" Type="microsoft.graph.androidUsernameSource" Nullable="false" />
 11996          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
 11997        </EntityType>
 11998        <EntityType Name="androidForWorkCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 11999          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12000          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 12001          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12002          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12003          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 12004          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 12005          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidForWorkTrustedRootCertificate" />
 12006        </EntityType>
 12007        <EntityType Name="androidForWorkTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 12008          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12009          <Property Name="certFileName" Type="Edm.String" />
 12010        </EntityType>
 12011        <EntityType Name="androidForWorkPkcsCertificateProfile" BaseType="microsoft.graph.androidForWorkCertificateProfileBase">
 12012          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12013          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12014          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12015          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12016          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12017        </EntityType>
 12018        <EntityType Name="androidForWorkScepCertificateProfile" BaseType="microsoft.graph.androidForWorkCertificateProfileBase">
 12019          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 12020          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12021          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 12022          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 12023          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 12024          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12025          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 12026          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 12027          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12028        </EntityType>
 12029        <EntityType Name="androidForWorkGmailEasConfiguration" BaseType="microsoft.graph.androidForWorkEasEmailProfileBase" />
 12030        <EntityType Name="androidForWorkNineWorkEasConfiguration" BaseType="microsoft.graph.androidForWorkEasEmailProfileBase">
 12031          <Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
 12032          <Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
 12033          <Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
 12034        </EntityType>
 12035        <EntityType Name="androidCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12036          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12037          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 12038          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
 12039          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12040          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12041          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 12042          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidTrustedRootCertificate" />
 12043        </EntityType>
 12044        <EntityType Name="androidTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 12045          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12046          <Property Name="certFileName" Type="Edm.String" />
 12047        </EntityType>
 12048        <EntityType Name="androidForWorkImportedPFXCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
 12049          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 12050          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12051        </EntityType>
 12052        <EntityType Name="androidImportedPFXCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
 12053          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 12054          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12055        </EntityType>
 12056        <EntityType Name="androidPkcsCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
 12057          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12058          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12059          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12060          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12061          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12062        </EntityType>
 12063        <EntityType Name="androidScepCertificateProfile" BaseType="microsoft.graph.androidCertificateProfileBase">
 12064          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 12065          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12066          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 12067          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 12068          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 12069          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12070          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12071        </EntityType>
 12072        <EntityType Name="androidCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12073          <Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
 12074        </EntityType>
 12075        <ComplexType Name="omaSetting" Abstract="true">
 12076          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 12077          <Property Name="description" Type="Edm.String" />
 12078          <Property Name="omaUri" Type="Edm.String" Nullable="false" />
 12079        </ComplexType>
 12080        <ComplexType Name="omaSettingInteger" BaseType="microsoft.graph.omaSetting">
 12081          <Property Name="value" Type="Edm.Int32" Nullable="false" />
 12082          <Property Name="isReadOnly" Type="Edm.Boolean" Nullable="false" />
 12083        </ComplexType>
 12084        <ComplexType Name="omaSettingFloatingPoint" BaseType="microsoft.graph.omaSetting">
 12085          <Property Name="value" Type="Edm.Single" Nullable="false" />
 12086        </ComplexType>
 12087        <ComplexType Name="omaSettingString" BaseType="microsoft.graph.omaSetting">
 12088          <Property Name="value" Type="Edm.String" Nullable="false" />
 12089        </ComplexType>
 12090        <ComplexType Name="omaSettingDateTime" BaseType="microsoft.graph.omaSetting">
 12091          <Property Name="value" Type="Edm.DateTimeOffset" Nullable="false" />
 12092        </ComplexType>
 12093        <ComplexType Name="omaSettingStringXml" BaseType="microsoft.graph.omaSetting">
 12094          <Property Name="fileName" Type="Edm.String" />
 12095          <Property Name="value" Type="Edm.Binary" Nullable="false" />
 12096        </ComplexType>
 12097        <ComplexType Name="omaSettingBoolean" BaseType="microsoft.graph.omaSetting">
 12098          <Property Name="value" Type="Edm.Boolean" Nullable="false" />
 12099        </ComplexType>
 12100        <ComplexType Name="omaSettingBase64" BaseType="microsoft.graph.omaSetting">
 12101          <Property Name="fileName" Type="Edm.String" />
 12102          <Property Name="value" Type="Edm.String" Nullable="false" />
 12103        </ComplexType>
 12104        <EntityType Name="androidEasEmailProfileConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12105          <Property Name="accountName" Type="Edm.String" Nullable="false" />
 12106          <Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" Nullable="false" />
 12107          <Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
 12108          <Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
 12109          <Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
 12110          <Property Name="syncNotes" Type="Edm.Boolean" Nullable="false" />
 12111          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 12112          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 12113          <Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
 12114          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 12115          <Property Name="requireSmime" Type="Edm.Boolean" Nullable="false" />
 12116          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 12117          <Property Name="usernameSource" Type="microsoft.graph.androidUsernameSource" Nullable="false" />
 12118          <Property Name="userDomainNameSource" Type="microsoft.graph.domainNameSource" />
 12119          <Property Name="customDomainName" Type="Edm.String" />
 12120          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
 12121          <NavigationProperty Name="smimeSigningCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
 12122        </EntityType>
 12123        <EntityType Name="androidForWorkCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12124          <Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
 12125        </EntityType>
 12126        <EntityType Name="androidForWorkWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12127          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12128          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 12129          <Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
 12130          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
 12131          <Property Name="wiFiSecurityType" Type="microsoft.graph.androidWiFiSecurityType" Nullable="false" />
 12132        </EntityType>
 12133        <EntityType Name="androidForWorkEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidForWorkWiFiConfiguration">
 12134          <Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
 12135          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12136          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12137          <Property Name="innerAuthenticationProtocolForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
 12138          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 12139          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidForWorkTrustedRootCertificate" />
 12140          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
 12141        </EntityType>
 12142        <EntityType Name="androidForWorkGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12143          <Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12144          <Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
 12145          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 12146          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 12147          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12148          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12149          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 12150          <Property Name="passwordRequiredType" Type="microsoft.graph.androidForWorkRequiredPasswordType" Nullable="false" />
 12151          <Property Name="workProfileDataSharingType" Type="microsoft.graph.androidForWorkCrossProfileDataSharingType" Nullable="false" />
 12152          <Property Name="workProfileBlockNotificationsWhileDeviceLocked" Type="Edm.Boolean" Nullable="false" />
 12153          <Property Name="workProfileBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" />
 12154          <Property Name="workProfileBluetoothEnableContactSharing" Type="Edm.Boolean" Nullable="false" />
 12155          <Property Name="workProfileBlockScreenCapture" Type="Edm.Boolean" Nullable="false" />
 12156          <Property Name="workProfileBlockCrossProfileCallerId" Type="Edm.Boolean" Nullable="false" />
 12157          <Property Name="workProfileBlockCamera" Type="Edm.Boolean" Nullable="false" />
 12158          <Property Name="workProfileBlockCrossProfileContactsSearch" Type="Edm.Boolean" Nullable="false" />
 12159          <Property Name="workProfileBlockCrossProfileCopyPaste" Type="Edm.Boolean" Nullable="false" />
 12160          <Property Name="workProfileDefaultAppPermissionPolicy" Type="microsoft.graph.androidForWorkDefaultAppPermissionPolicyType" Nullable="false" />
 12161          <Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12162          <Property Name="workProfilePasswordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
 12163          <Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" />
 12164          <Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" />
 12165          <Property Name="workProfilePasswordMinNumericCharacters" Type="Edm.Int32" />
 12166          <Property Name="workProfilePasswordMinNonLetterCharacters" Type="Edm.Int32" />
 12167          <Property Name="workProfilePasswordMinLetterCharacters" Type="Edm.Int32" />
 12168          <Property Name="workProfilePasswordMinLowerCaseCharacters" Type="Edm.Int32" />
 12169          <Property Name="workProfilePasswordMinUpperCaseCharacters" Type="Edm.Int32" />
 12170          <Property Name="workProfilePasswordMinSymbolCharacters" Type="Edm.Int32" />
 12171          <Property Name="workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12172          <Property Name="workProfilePasswordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12173          <Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 12174          <Property Name="workProfilePasswordRequiredType" Type="microsoft.graph.androidForWorkRequiredPasswordType" Nullable="false" />
 12175          <Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" />
 12176          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 12177          <Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" />
 12178          <Property Name="vpnEnableAlwaysOnLockdownMode" Type="Edm.Boolean" Nullable="false" />
 12179          <Property Name="workProfileAllowWidgets" Type="Edm.Boolean" Nullable="false" />
 12180          <Property Name="workProfileBlockPersonalAppInstallsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 12181        </EntityType>
 12182        <EntityType Name="androidForWorkVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12183          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 12184          <Property Name="connectionType" Type="microsoft.graph.androidForWorkVpnConnectionType" Nullable="false" />
 12185          <Property Name="role" Type="Edm.String" />
 12186          <Property Name="realm" Type="Edm.String" />
 12187          <Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
 12188          <Property Name="fingerprint" Type="Edm.String" />
 12189          <Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
 12190          <Property Name="customKeyValueData" Type="Collection(microsoft.graph.keyValuePair)" />
 12191          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 12192          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidForWorkCertificateProfileBase" />
 12193        </EntityType>
 12194        <ComplexType Name="vpnServer">
 12195          <Property Name="description" Type="Edm.String" />
 12196          <Property Name="address" Type="Edm.String" Nullable="false" />
 12197          <Property Name="isDefaultServer" Type="Edm.Boolean" Nullable="false" />
 12198        </ComplexType>
 12199        <EntityType Name="androidGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12200          <Property Name="appsBlockClipboardSharing" Type="Edm.Boolean" Nullable="false" />
 12201          <Property Name="appsBlockCopyPaste" Type="Edm.Boolean" Nullable="false" />
 12202          <Property Name="appsBlockYouTube" Type="Edm.Boolean" Nullable="false" />
 12203          <Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" />
 12204          <Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
 12205          <Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" />
 12206          <Property Name="cellularBlockMessaging" Type="Edm.Boolean" Nullable="false" />
 12207          <Property Name="cellularBlockVoiceRoaming" Type="Edm.Boolean" Nullable="false" />
 12208          <Property Name="cellularBlockWiFiTethering" Type="Edm.Boolean" Nullable="false" />
 12209          <Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
 12210          <Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
 12211          <Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
 12212          <Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
 12213          <Property Name="googleAccountBlockAutoSync" Type="Edm.Boolean" Nullable="false" />
 12214          <Property Name="googlePlayStoreBlocked" Type="Edm.Boolean" Nullable="false" />
 12215          <Property Name="kioskModeBlockSleepButton" Type="Edm.Boolean" Nullable="false" />
 12216          <Property Name="kioskModeBlockVolumeButtons" Type="Edm.Boolean" Nullable="false" />
 12217          <Property Name="dateAndTimeBlockChanges" Type="Edm.Boolean" Nullable="false" />
 12218          <Property Name="kioskModeApps" Type="Collection(microsoft.graph.appListItem)" />
 12219          <Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" />
 12220          <Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12221          <Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
 12222          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 12223          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 12224          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12225          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12226          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 12227          <Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
 12228          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 12229          <Property Name="powerOffBlocked" Type="Edm.Boolean" Nullable="false" />
 12230          <Property Name="factoryResetBlocked" Type="Edm.Boolean" Nullable="false" />
 12231          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 12232          <Property Name="deviceSharingAllowed" Type="Edm.Boolean" Nullable="false" />
 12233          <Property Name="storageBlockGoogleBackup" Type="Edm.Boolean" Nullable="false" />
 12234          <Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" />
 12235          <Property Name="storageRequireDeviceEncryption" Type="Edm.Boolean" Nullable="false" />
 12236          <Property Name="storageRequireRemovableStorageEncryption" Type="Edm.Boolean" Nullable="false" />
 12237          <Property Name="voiceAssistantBlocked" Type="Edm.Boolean" Nullable="false" />
 12238          <Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" />
 12239          <Property Name="webBrowserBlockPopups" Type="Edm.Boolean" Nullable="false" />
 12240          <Property Name="webBrowserBlockAutofill" Type="Edm.Boolean" Nullable="false" />
 12241          <Property Name="webBrowserBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
 12242          <Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" />
 12243          <Property Name="webBrowserCookieSettings" Type="microsoft.graph.webBrowserCookieSettings" Nullable="false" />
 12244          <Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" />
 12245          <Property Name="appsInstallAllowList" Type="Collection(microsoft.graph.appListItem)" />
 12246          <Property Name="appsLaunchBlockList" Type="Collection(microsoft.graph.appListItem)" />
 12247          <Property Name="appsHideList" Type="Collection(microsoft.graph.appListItem)" />
 12248          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 12249        </EntityType>
 12250        <EntityType Name="androidOmaCpConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12251          <Property Name="configurationXml" Type="Edm.Binary" Nullable="false" />
 12252        </EntityType>
 12253        <EntityType Name="androidVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12254          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 12255          <Property Name="connectionType" Type="microsoft.graph.androidVpnConnectionType" Nullable="false" />
 12256          <Property Name="role" Type="Edm.String" />
 12257          <Property Name="realm" Type="Edm.String" />
 12258          <Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
 12259          <Property Name="fingerprint" Type="Edm.String" />
 12260          <Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
 12261          <Property Name="customKeyValueData" Type="Collection(microsoft.graph.keyValuePair)" />
 12262          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 12263          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidCertificateProfileBase" />
 12264        </EntityType>
 12265        <EntityType Name="androidWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12266          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12267          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 12268          <Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
 12269          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
 12270          <Property Name="wiFiSecurityType" Type="microsoft.graph.androidWiFiSecurityType" Nullable="false" />
 12271        </EntityType>
 12272        <EntityType Name="androidEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidWiFiConfiguration">
 12273          <Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
 12274          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12275          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12276          <Property Name="innerAuthenticationProtocolForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
 12277          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 12278          <Property Name="usernameFormatString" Type="Edm.String" />
 12279          <Property Name="passwordFormatString" Type="Edm.String" />
 12280          <Property Name="preSharedKey" Type="Edm.String" />
 12281          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidTrustedRootCertificate" />
 12282          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidCertificateProfileBase" />
 12283        </EntityType>
 12284        <EntityType Name="androidWorkProfileCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12285          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12286          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 12287          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12288          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12289          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 12290          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 12291          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.androidWorkProfileTrustedRootCertificate" />
 12292        </EntityType>
 12293        <EntityType Name="androidWorkProfileTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 12294          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12295          <Property Name="certFileName" Type="Edm.String" />
 12296        </EntityType>
 12297        <EntityType Name="androidWorkProfilePkcsCertificateProfile" BaseType="microsoft.graph.androidWorkProfileCertificateProfileBase">
 12298          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12299          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12300          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12301          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12302          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12303        </EntityType>
 12304        <EntityType Name="androidWorkProfileScepCertificateProfile" BaseType="microsoft.graph.androidWorkProfileCertificateProfileBase">
 12305          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 12306          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12307          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 12308          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 12309          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 12310          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12311          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 12312          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 12313          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12314        </EntityType>
 12315        <EntityType Name="androidWorkProfileCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12316          <Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
 12317        </EntityType>
 12318        <EntityType Name="androidWorkProfileEasEmailProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12319          <Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" Nullable="false" />
 12320          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 12321          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 12322          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 12323          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 12324          <Property Name="usernameSource" Type="microsoft.graph.androidUsernameSource" Nullable="false" />
 12325          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidWorkProfileCertificateProfileBase" />
 12326        </EntityType>
 12327        <EntityType Name="androidWorkProfileGmailEasConfiguration" BaseType="microsoft.graph.androidWorkProfileEasEmailProfileBase" />
 12328        <EntityType Name="androidWorkProfileNineWorkEasConfiguration" BaseType="microsoft.graph.androidWorkProfileEasEmailProfileBase">
 12329          <Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
 12330          <Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
 12331          <Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
 12332        </EntityType>
 12333        <EntityType Name="androidWorkProfileGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12334          <Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12335          <Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
 12336          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 12337          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 12338          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12339          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12340          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 12341          <Property Name="passwordRequiredType" Type="microsoft.graph.androidWorkProfileRequiredPasswordType" Nullable="false" />
 12342          <Property Name="workProfileDataSharingType" Type="microsoft.graph.androidWorkProfileCrossProfileDataSharingType" Nullable="false" />
 12343          <Property Name="workProfileBlockNotificationsWhileDeviceLocked" Type="Edm.Boolean" Nullable="false" />
 12344          <Property Name="workProfileBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" />
 12345          <Property Name="workProfileBluetoothEnableContactSharing" Type="Edm.Boolean" Nullable="false" />
 12346          <Property Name="workProfileBlockScreenCapture" Type="Edm.Boolean" Nullable="false" />
 12347          <Property Name="workProfileBlockCrossProfileCallerId" Type="Edm.Boolean" Nullable="false" />
 12348          <Property Name="workProfileBlockCamera" Type="Edm.Boolean" Nullable="false" />
 12349          <Property Name="workProfileBlockCrossProfileContactsSearch" Type="Edm.Boolean" Nullable="false" />
 12350          <Property Name="workProfileBlockCrossProfileCopyPaste" Type="Edm.Boolean" Nullable="false" />
 12351          <Property Name="workProfileDefaultAppPermissionPolicy" Type="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType" Nullable="false" />
 12352          <Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12353          <Property Name="workProfilePasswordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" />
 12354          <Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" />
 12355          <Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" />
 12356          <Property Name="workProfilePasswordMinNumericCharacters" Type="Edm.Int32" />
 12357          <Property Name="workProfilePasswordMinNonLetterCharacters" Type="Edm.Int32" />
 12358          <Property Name="workProfilePasswordMinLetterCharacters" Type="Edm.Int32" />
 12359          <Property Name="workProfilePasswordMinLowerCaseCharacters" Type="Edm.Int32" />
 12360          <Property Name="workProfilePasswordMinUpperCaseCharacters" Type="Edm.Int32" />
 12361          <Property Name="workProfilePasswordMinSymbolCharacters" Type="Edm.Int32" />
 12362          <Property Name="workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12363          <Property Name="workProfilePasswordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12364          <Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 12365          <Property Name="workProfilePasswordRequiredType" Type="microsoft.graph.androidWorkProfileRequiredPasswordType" Nullable="false" />
 12366          <Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" />
 12367          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 12368          <Property Name="vpnAlwaysOnPackageIdentifier" Type="Edm.String" />
 12369          <Property Name="vpnEnableAlwaysOnLockdownMode" Type="Edm.Boolean" Nullable="false" />
 12370          <Property Name="workProfileAllowWidgets" Type="Edm.Boolean" Nullable="false" />
 12371          <Property Name="workProfileBlockPersonalAppInstallsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 12372        </EntityType>
 12373        <EntityType Name="androidWorkProfileVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12374          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 12375          <Property Name="connectionType" Type="microsoft.graph.androidWorkProfileVpnConnectionType" Nullable="false" />
 12376          <Property Name="role" Type="Edm.String" />
 12377          <Property Name="realm" Type="Edm.String" />
 12378          <Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
 12379          <Property Name="fingerprint" Type="Edm.String" />
 12380          <Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
 12381          <Property Name="customKeyValueData" Type="Collection(microsoft.graph.keyValuePair)" />
 12382          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 12383          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidWorkProfileCertificateProfileBase" />
 12384        </EntityType>
 12385        <EntityType Name="androidWorkProfileWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12386          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12387          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 12388          <Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
 12389          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
 12390          <Property Name="wiFiSecurityType" Type="microsoft.graph.androidWiFiSecurityType" Nullable="false" />
 12391        </EntityType>
 12392        <EntityType Name="androidWorkProfileEnterpriseWiFiConfiguration" BaseType="microsoft.graph.androidWorkProfileWiFiConfiguration">
 12393          <Property Name="eapType" Type="microsoft.graph.androidEapType" Nullable="false" />
 12394          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12395          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12396          <Property Name="innerAuthenticationProtocolForPeap" Type="microsoft.graph.nonEapAuthenticationMethodForPeap" />
 12397          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 12398          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.androidWorkProfileTrustedRootCertificate" />
 12399          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.androidWorkProfileCertificateProfileBase" />
 12400        </EntityType>
 12401        <EntityType Name="macOSCustomAppConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12402          <Property Name="bundleId" Type="Edm.String" Nullable="false" />
 12403          <Property Name="fileName" Type="Edm.String" />
 12404          <Property Name="configurationXml" Type="Edm.Binary" Nullable="false" />
 12405        </EntityType>
 12406        <EntityType Name="macOSWiredNetworkConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12407          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12408          <Property Name="networkInterface" Type="microsoft.graph.wiredNetworkInterface" Nullable="false" />
 12409          <Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
 12410          <Property Name="eapFastConfiguration" Type="microsoft.graph.eapFastConfiguration" />
 12411          <Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" />
 12412          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12413          <Property Name="nonEapAuthenticationMethodForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12414          <Property Name="enableOuterIdentityPrivacy" Type="Edm.String" />
 12415          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.macOSTrustedRootCertificate" />
 12416          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.macOSCertificateProfileBase" />
 12417        </EntityType>
 12418        <EntityType Name="macOSTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 12419          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12420          <Property Name="certFileName" Type="Edm.String" />
 12421        </EntityType>
 12422        <EntityType Name="macOSCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12423          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12424          <Property Name="subjectNameFormat" Type="microsoft.graph.appleSubjectNameFormat" Nullable="false" />
 12425          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 12426          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12427          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12428        </EntityType>
 12429        <EntityType Name="macOSImportedPFXCertificateProfile" BaseType="microsoft.graph.macOSCertificateProfileBase">
 12430          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 12431          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12432        </EntityType>
 12433        <EntityType Name="macOSPkcsCertificateProfile" BaseType="microsoft.graph.macOSCertificateProfileBase">
 12434          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12435          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12436          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12437          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12438          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12439          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 12440          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 12441          <Property Name="allowAllAppsAccess" Type="Edm.Boolean" />
 12442          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12443        </EntityType>
 12444        <EntityType Name="macOSScepCertificateProfile" BaseType="microsoft.graph.macOSCertificateProfileBase">
 12445          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 12446          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12447          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 12448          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 12449          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" />
 12450          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 12451          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12452          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 12453          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 12454          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.macOSTrustedRootCertificate" />
 12455          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12456        </EntityType>
 12457        <EntityType Name="iosCertificateProfile" BaseType="microsoft.graph.deviceConfiguration" Abstract="true" />
 12458        <EntityType Name="iosCertificateProfileBase" BaseType="microsoft.graph.iosCertificateProfile" Abstract="true">
 12459          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12460          <Property Name="subjectNameFormat" Type="microsoft.graph.appleSubjectNameFormat" Nullable="false" />
 12461          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 12462          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12463          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12464        </EntityType>
 12465        <EntityType Name="iosPkcsCertificateProfile" BaseType="microsoft.graph.iosCertificateProfileBase">
 12466          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12467          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12468          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12469          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12470          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12471        </EntityType>
 12472        <EntityType Name="iosScepCertificateProfile" BaseType="microsoft.graph.iosCertificateProfileBase">
 12473          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 12474          <Property Name="subjectNameFormatString" Type="Edm.String" />
 12475          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 12476          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 12477          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 12478          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 12479          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 12480          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 12481          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.iosTrustedRootCertificate" />
 12482          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12483        </EntityType>
 12484        <EntityType Name="iosTrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 12485          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12486          <Property Name="certFileName" Type="Edm.String" />
 12487        </EntityType>
 12488        <EntityType Name="iosImportedPFXCertificateProfile" BaseType="microsoft.graph.iosCertificateProfile">
 12489          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 12490          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 12491        </EntityType>
 12492        <EntityType Name="iosDerivedCredentialAuthenticationConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12493          <NavigationProperty Name="derivedCredentialSettings" Type="microsoft.graph.deviceManagementDerivedCredentialSettings" />
 12494        </EntityType>
 12495        <EntityType Name="iosCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12496          <Property Name="payloadName" Type="Edm.String" Nullable="false" />
 12497          <Property Name="payloadFileName" Type="Edm.String" />
 12498          <Property Name="payload" Type="Edm.Binary" Nullable="false" />
 12499        </EntityType>
 12500        <EntityType Name="iosEduDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12501          <Property Name="teacherCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" Nullable="false" />
 12502          <Property Name="studentCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" />
 12503          <Property Name="deviceCertificateSettings" Type="microsoft.graph.iosEduCertificateSettings" />
 12504        </EntityType>
 12505        <ComplexType Name="iosEduCertificateSettings">
 12506          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 12507          <Property Name="certFileName" Type="Edm.String" />
 12508          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 12509          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 12510          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 12511          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 12512          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 12513          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 12514        </ComplexType>
 12515        <EntityType Name="iosEducationDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration" />
 12516        <EntityType Name="iosGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12517          <Property Name="accountBlockModification" Type="Edm.Boolean" Nullable="false" />
 12518          <Property Name="activationLockAllowWhenSupervised" Type="Edm.Boolean" Nullable="false" />
 12519          <Property Name="airDropBlocked" Type="Edm.Boolean" Nullable="false" />
 12520          <Property Name="airDropForceUnmanagedDropTarget" Type="Edm.Boolean" Nullable="false" />
 12521          <Property Name="airPlayForcePairingPasswordForOutgoingRequests" Type="Edm.Boolean" Nullable="false" />
 12522          <Property Name="appleWatchBlockPairing" Type="Edm.Boolean" Nullable="false" />
 12523          <Property Name="appleWatchForceWristDetection" Type="Edm.Boolean" Nullable="false" />
 12524          <Property Name="appleNewsBlocked" Type="Edm.Boolean" Nullable="false" />
 12525          <Property Name="appsSingleAppModeList" Type="Collection(microsoft.graph.appListItem)" />
 12526          <Property Name="appsVisibilityList" Type="Collection(microsoft.graph.appListItem)" />
 12527          <Property Name="appsVisibilityListType" Type="microsoft.graph.appListType" Nullable="false" />
 12528          <Property Name="appStoreBlockAutomaticDownloads" Type="Edm.Boolean" Nullable="false" />
 12529          <Property Name="appStoreBlocked" Type="Edm.Boolean" Nullable="false" />
 12530          <Property Name="appStoreBlockInAppPurchases" Type="Edm.Boolean" Nullable="false" />
 12531          <Property Name="appStoreBlockUIAppInstallation" Type="Edm.Boolean" Nullable="false" />
 12532          <Property Name="appStoreRequirePassword" Type="Edm.Boolean" Nullable="false" />
 12533          <Property Name="autoFillForceAuthentication" Type="Edm.Boolean" Nullable="false" />
 12534          <Property Name="bluetoothBlockModification" Type="Edm.Boolean" Nullable="false" />
 12535          <Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
 12536          <Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" />
 12537          <Property Name="cellularBlockGlobalBackgroundFetchWhileRoaming" Type="Edm.Boolean" Nullable="false" />
 12538          <Property Name="cellularBlockPerAppDataModification" Type="Edm.Boolean" Nullable="false" />
 12539          <Property Name="cellularBlockPersonalHotspot" Type="Edm.Boolean" Nullable="false" />
 12540          <Property Name="cellularBlockPlanModification" Type="Edm.Boolean" Nullable="false" />
 12541          <Property Name="cellularBlockVoiceRoaming" Type="Edm.Boolean" Nullable="false" />
 12542          <Property Name="certificatesBlockUntrustedTlsCertificates" Type="Edm.Boolean" Nullable="false" />
 12543          <Property Name="classroomAppBlockRemoteScreenObservation" Type="Edm.Boolean" Nullable="false" />
 12544          <Property Name="classroomAppForceUnpromptedScreenObservation" Type="Edm.Boolean" Nullable="false" />
 12545          <Property Name="classroomForceAutomaticallyJoinClasses" Type="Edm.Boolean" Nullable="false" />
 12546          <Property Name="classroomForceUnpromptedAppAndDeviceLock" Type="Edm.Boolean" Nullable="false" />
 12547          <Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
 12548          <Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
 12549          <Property Name="configurationProfileBlockChanges" Type="Edm.Boolean" Nullable="false" />
 12550          <Property Name="definitionLookupBlocked" Type="Edm.Boolean" Nullable="false" />
 12551          <Property Name="deviceBlockEnableRestrictions" Type="Edm.Boolean" Nullable="false" />
 12552          <Property Name="deviceBlockEraseContentAndSettings" Type="Edm.Boolean" Nullable="false" />
 12553          <Property Name="deviceBlockNameModification" Type="Edm.Boolean" Nullable="false" />
 12554          <Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
 12555          <Property Name="diagnosticDataBlockSubmissionModification" Type="Edm.Boolean" Nullable="false" />
 12556          <Property Name="documentsBlockManagedDocumentsInUnmanagedApps" Type="Edm.Boolean" Nullable="false" />
 12557          <Property Name="documentsBlockUnmanagedDocumentsInManagedApps" Type="Edm.Boolean" Nullable="false" />
 12558          <Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" />
 12559          <Property Name="enterpriseAppBlockTrust" Type="Edm.Boolean" Nullable="false" />
 12560          <Property Name="enterpriseAppBlockTrustModification" Type="Edm.Boolean" Nullable="false" />
 12561          <Property Name="esimBlockModification" Type="Edm.Boolean" Nullable="false" />
 12562          <Property Name="faceTimeBlocked" Type="Edm.Boolean" Nullable="false" />
 12563          <Property Name="findMyFriendsBlocked" Type="Edm.Boolean" Nullable="false" />
 12564          <Property Name="gamingBlockGameCenterFriends" Type="Edm.Boolean" Nullable="false" />
 12565          <Property Name="gamingBlockMultiplayer" Type="Edm.Boolean" Nullable="false" />
 12566          <Property Name="gameCenterBlocked" Type="Edm.Boolean" Nullable="false" />
 12567          <Property Name="hostPairingBlocked" Type="Edm.Boolean" Nullable="false" />
 12568          <Property Name="iBooksStoreBlocked" Type="Edm.Boolean" Nullable="false" />
 12569          <Property Name="iBooksStoreBlockErotica" Type="Edm.Boolean" Nullable="false" />
 12570          <Property Name="iCloudBlockActivityContinuation" Type="Edm.Boolean" Nullable="false" />
 12571          <Property Name="iCloudBlockBackup" Type="Edm.Boolean" Nullable="false" />
 12572          <Property Name="iCloudBlockDocumentSync" Type="Edm.Boolean" Nullable="false" />
 12573          <Property Name="iCloudBlockManagedAppsSync" Type="Edm.Boolean" Nullable="false" />
 12574          <Property Name="iCloudBlockPhotoLibrary" Type="Edm.Boolean" Nullable="false" />
 12575          <Property Name="iCloudBlockPhotoStreamSync" Type="Edm.Boolean" Nullable="false" />
 12576          <Property Name="iCloudBlockSharedPhotoStream" Type="Edm.Boolean" Nullable="false" />
 12577          <Property Name="iCloudRequireEncryptedBackup" Type="Edm.Boolean" Nullable="false" />
 12578          <Property Name="iTunesBlockExplicitContent" Type="Edm.Boolean" Nullable="false" />
 12579          <Property Name="iTunesBlockMusicService" Type="Edm.Boolean" Nullable="false" />
 12580          <Property Name="iTunesBlockRadio" Type="Edm.Boolean" Nullable="false" />
 12581          <Property Name="keyboardBlockAutoCorrect" Type="Edm.Boolean" Nullable="false" />
 12582          <Property Name="keyboardBlockDictation" Type="Edm.Boolean" Nullable="false" />
 12583          <Property Name="keyboardBlockPredictive" Type="Edm.Boolean" Nullable="false" />
 12584          <Property Name="keyboardBlockShortcuts" Type="Edm.Boolean" Nullable="false" />
 12585          <Property Name="keyboardBlockSpellCheck" Type="Edm.Boolean" Nullable="false" />
 12586          <Property Name="kioskModeAllowAssistiveSpeak" Type="Edm.Boolean" Nullable="false" />
 12587          <Property Name="kioskModeAllowAssistiveTouchSettings" Type="Edm.Boolean" Nullable="false" />
 12588          <Property Name="kioskModeAllowAutoLock" Type="Edm.Boolean" Nullable="false" />
 12589          <Property Name="kioskModeBlockAutoLock" Type="Edm.Boolean" Nullable="false" />
 12590          <Property Name="kioskModeAllowColorInversionSettings" Type="Edm.Boolean" Nullable="false" />
 12591          <Property Name="kioskModeAllowRingerSwitch" Type="Edm.Boolean" Nullable="false" />
 12592          <Property Name="kioskModeBlockRingerSwitch" Type="Edm.Boolean" Nullable="false" />
 12593          <Property Name="kioskModeAllowScreenRotation" Type="Edm.Boolean" Nullable="false" />
 12594          <Property Name="kioskModeBlockScreenRotation" Type="Edm.Boolean" Nullable="false" />
 12595          <Property Name="kioskModeAllowSleepButton" Type="Edm.Boolean" Nullable="false" />
 12596          <Property Name="kioskModeBlockSleepButton" Type="Edm.Boolean" Nullable="false" />
 12597          <Property Name="kioskModeAllowTouchscreen" Type="Edm.Boolean" Nullable="false" />
 12598          <Property Name="kioskModeBlockTouchscreen" Type="Edm.Boolean" Nullable="false" />
 12599          <Property Name="kioskModeEnableVoiceControl" Type="Edm.Boolean" Nullable="false" />
 12600          <Property Name="kioskModeAllowVoiceControlModification" Type="Edm.Boolean" Nullable="false" />
 12601          <Property Name="kioskModeAllowVoiceOverSettings" Type="Edm.Boolean" Nullable="false" />
 12602          <Property Name="kioskModeAllowVolumeButtons" Type="Edm.Boolean" Nullable="false" />
 12603          <Property Name="kioskModeBlockVolumeButtons" Type="Edm.Boolean" Nullable="false" />
 12604          <Property Name="kioskModeAllowZoomSettings" Type="Edm.Boolean" Nullable="false" />
 12605          <Property Name="kioskModeAppStoreUrl" Type="Edm.String" />
 12606          <Property Name="kioskModeBuiltInAppId" Type="Edm.String" />
 12607          <Property Name="kioskModeRequireAssistiveTouch" Type="Edm.Boolean" Nullable="false" />
 12608          <Property Name="kioskModeRequireColorInversion" Type="Edm.Boolean" Nullable="false" />
 12609          <Property Name="kioskModeRequireMonoAudio" Type="Edm.Boolean" Nullable="false" />
 12610          <Property Name="kioskModeRequireVoiceOver" Type="Edm.Boolean" Nullable="false" />
 12611          <Property Name="kioskModeRequireZoom" Type="Edm.Boolean" Nullable="false" />
 12612          <Property Name="kioskModeManagedAppId" Type="Edm.String" />
 12613          <Property Name="lockScreenBlockControlCenter" Type="Edm.Boolean" Nullable="false" />
 12614          <Property Name="lockScreenBlockNotificationView" Type="Edm.Boolean" Nullable="false" />
 12615          <Property Name="lockScreenBlockPassbook" Type="Edm.Boolean" Nullable="false" />
 12616          <Property Name="lockScreenBlockTodayView" Type="Edm.Boolean" Nullable="false" />
 12617          <Property Name="mediaContentRatingAustralia" Type="microsoft.graph.mediaContentRatingAustralia" />
 12618          <Property Name="mediaContentRatingCanada" Type="microsoft.graph.mediaContentRatingCanada" />
 12619          <Property Name="mediaContentRatingFrance" Type="microsoft.graph.mediaContentRatingFrance" />
 12620          <Property Name="mediaContentRatingGermany" Type="microsoft.graph.mediaContentRatingGermany" />
 12621          <Property Name="mediaContentRatingIreland" Type="microsoft.graph.mediaContentRatingIreland" />
 12622          <Property Name="mediaContentRatingJapan" Type="microsoft.graph.mediaContentRatingJapan" />
 12623          <Property Name="mediaContentRatingNewZealand" Type="microsoft.graph.mediaContentRatingNewZealand" />
 12624          <Property Name="mediaContentRatingUnitedKingdom" Type="microsoft.graph.mediaContentRatingUnitedKingdom" />
 12625          <Property Name="mediaContentRatingUnitedStates" Type="microsoft.graph.mediaContentRatingUnitedStates" />
 12626          <Property Name="networkUsageRules" Type="Collection(microsoft.graph.iosNetworkUsageRule)" />
 12627          <Property Name="mediaContentRatingApps" Type="microsoft.graph.ratingAppsType" Nullable="false" />
 12628          <Property Name="messagesBlocked" Type="Edm.Boolean" Nullable="false" />
 12629          <Property Name="notificationsBlockSettingsModification" Type="Edm.Boolean" Nullable="false" />
 12630          <Property Name="passcodeBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12631          <Property Name="passcodeBlockFingerprintModification" Type="Edm.Boolean" Nullable="false" />
 12632          <Property Name="passcodeBlockModification" Type="Edm.Boolean" Nullable="false" />
 12633          <Property Name="passcodeBlockSimple" Type="Edm.Boolean" Nullable="false" />
 12634          <Property Name="passcodeExpirationDays" Type="Edm.Int32" />
 12635          <Property Name="passcodeMinimumLength" Type="Edm.Int32" />
 12636          <Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 12637          <Property Name="passcodeMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12638          <Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" />
 12639          <Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" />
 12640          <Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" />
 12641          <Property Name="passcodeRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 12642          <Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" />
 12643          <Property Name="podcastsBlocked" Type="Edm.Boolean" Nullable="false" />
 12644          <Property Name="proximityBlockSetupToNewDevice" Type="Edm.Boolean" Nullable="false" />
 12645          <Property Name="safariBlockAutofill" Type="Edm.Boolean" Nullable="false" />
 12646          <Property Name="safariBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
 12647          <Property Name="safariBlockPopups" Type="Edm.Boolean" Nullable="false" />
 12648          <Property Name="safariBlocked" Type="Edm.Boolean" Nullable="false" />
 12649          <Property Name="safariCookieSettings" Type="microsoft.graph.webBrowserCookieSettings" Nullable="false" />
 12650          <Property Name="safariManagedDomains" Type="Collection(Edm.String)" />
 12651          <Property Name="safariPasswordAutoFillDomains" Type="Collection(Edm.String)" />
 12652          <Property Name="safariRequireFraudWarning" Type="Edm.Boolean" Nullable="false" />
 12653          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 12654          <Property Name="siriBlocked" Type="Edm.Boolean" Nullable="false" />
 12655          <Property Name="siriBlockedWhenLocked" Type="Edm.Boolean" Nullable="false" />
 12656          <Property Name="siriBlockUserGeneratedContent" Type="Edm.Boolean" Nullable="false" />
 12657          <Property Name="siriRequireProfanityFilter" Type="Edm.Boolean" Nullable="false" />
 12658          <Property Name="softwareUpdatesEnforcedDelayInDays" Type="Edm.Int32" />
 12659          <Property Name="softwareUpdatesForceDelayed" Type="Edm.Boolean" Nullable="false" />
 12660          <Property Name="spotlightBlockInternetResults" Type="Edm.Boolean" Nullable="false" />
 12661          <Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" />
 12662          <Property Name="wallpaperBlockModification" Type="Edm.Boolean" Nullable="false" />
 12663          <Property Name="wiFiConnectOnlyToConfiguredNetworks" Type="Edm.Boolean" Nullable="false" />
 12664          <Property Name="classroomForceRequestPermissionToLeaveClasses" Type="Edm.Boolean" Nullable="false" />
 12665          <Property Name="keychainBlockCloudSync" Type="Edm.Boolean" Nullable="false" />
 12666          <Property Name="pkiBlockOTAUpdates" Type="Edm.Boolean" Nullable="false" />
 12667          <Property Name="privacyForceLimitAdTracking" Type="Edm.Boolean" Nullable="false" />
 12668          <Property Name="enterpriseBookBlockBackup" Type="Edm.Boolean" Nullable="false" />
 12669          <Property Name="enterpriseBookBlockMetadataSync" Type="Edm.Boolean" Nullable="false" />
 12670          <Property Name="airPrintBlocked" Type="Edm.Boolean" Nullable="false" />
 12671          <Property Name="airPrintBlockCredentialsStorage" Type="Edm.Boolean" Nullable="false" />
 12672          <Property Name="airPrintForceTrustedTLS" Type="Edm.Boolean" Nullable="false" />
 12673          <Property Name="airPrintBlockiBeaconDiscovery" Type="Edm.Boolean" Nullable="false" />
 12674          <Property Name="filesNetworkDriveAccessBlocked" Type="Edm.Boolean" Nullable="false" />
 12675          <Property Name="filesUsbDriveAccessBlocked" Type="Edm.Boolean" Nullable="false" />
 12676          <Property Name="wifiPowerOnForced" Type="Edm.Boolean" Nullable="false" />
 12677          <Property Name="blockSystemAppRemoval" Type="Edm.Boolean" Nullable="false" />
 12678          <Property Name="vpnBlockCreation" Type="Edm.Boolean" Nullable="false" />
 12679          <Property Name="appRemovalBlocked" Type="Edm.Boolean" Nullable="false" />
 12680          <Property Name="usbRestrictedModeBlocked" Type="Edm.Boolean" Nullable="false" />
 12681          <Property Name="passwordBlockAutoFill" Type="Edm.Boolean" Nullable="false" />
 12682          <Property Name="passwordBlockProximityRequests" Type="Edm.Boolean" Nullable="false" />
 12683          <Property Name="passwordBlockAirDropSharing" Type="Edm.Boolean" Nullable="false" />
 12684          <Property Name="dateAndTimeForceSetAutomatically" Type="Edm.Boolean" Nullable="false" />
 12685          <Property Name="contactsAllowManagedToUnmanagedWrite" Type="Edm.Boolean" Nullable="false" />
 12686          <Property Name="contactsAllowUnmanagedToManagedRead" Type="Edm.Boolean" Nullable="false" />
 12687          <Property Name="cellularBlockPersonalHotspotModification" Type="Edm.Boolean" Nullable="false" />
 12688          <Property Name="continuousPathKeyboardBlocked" Type="Edm.Boolean" Nullable="false" />
 12689          <Property Name="findMyDeviceInFindMyAppBlocked" Type="Edm.Boolean" Nullable="false" />
 12690          <Property Name="findMyFriendsInFindMyAppBlocked" Type="Edm.Boolean" Nullable="false" />
 12691          <Property Name="iTunesBlocked" Type="Edm.Boolean" Nullable="false" />
 12692        </EntityType>
 12693        <ComplexType Name="mediaContentRatingAustralia">
 12694          <Property Name="movieRating" Type="microsoft.graph.ratingAustraliaMoviesType" Nullable="false" />
 12695          <Property Name="tvRating" Type="microsoft.graph.ratingAustraliaTelevisionType" Nullable="false" />
 12696        </ComplexType>
 12697        <ComplexType Name="mediaContentRatingCanada">
 12698          <Property Name="movieRating" Type="microsoft.graph.ratingCanadaMoviesType" Nullable="false" />
 12699          <Property Name="tvRating" Type="microsoft.graph.ratingCanadaTelevisionType" Nullable="false" />
 12700        </ComplexType>
 12701        <ComplexType Name="mediaContentRatingFrance">
 12702          <Property Name="movieRating" Type="microsoft.graph.ratingFranceMoviesType" Nullable="false" />
 12703          <Property Name="tvRating" Type="microsoft.graph.ratingFranceTelevisionType" Nullable="false" />
 12704        </ComplexType>
 12705        <ComplexType Name="mediaContentRatingGermany">
 12706          <Property Name="movieRating" Type="microsoft.graph.ratingGermanyMoviesType" Nullable="false" />
 12707          <Property Name="tvRating" Type="microsoft.graph.ratingGermanyTelevisionType" Nullable="false" />
 12708        </ComplexType>
 12709        <ComplexType Name="mediaContentRatingIreland">
 12710          <Property Name="movieRating" Type="microsoft.graph.ratingIrelandMoviesType" Nullable="false" />
 12711          <Property Name="tvRating" Type="microsoft.graph.ratingIrelandTelevisionType" Nullable="false" />
 12712        </ComplexType>
 12713        <ComplexType Name="mediaContentRatingJapan">
 12714          <Property Name="movieRating" Type="microsoft.graph.ratingJapanMoviesType" Nullable="false" />
 12715          <Property Name="tvRating" Type="microsoft.graph.ratingJapanTelevisionType" Nullable="false" />
 12716        </ComplexType>
 12717        <ComplexType Name="mediaContentRatingNewZealand">
 12718          <Property Name="movieRating" Type="microsoft.graph.ratingNewZealandMoviesType" Nullable="false" />
 12719          <Property Name="tvRating" Type="microsoft.graph.ratingNewZealandTelevisionType" Nullable="false" />
 12720        </ComplexType>
 12721        <ComplexType Name="mediaContentRatingUnitedKingdom">
 12722          <Property Name="movieRating" Type="microsoft.graph.ratingUnitedKingdomMoviesType" Nullable="false" />
 12723          <Property Name="tvRating" Type="microsoft.graph.ratingUnitedKingdomTelevisionType" Nullable="false" />
 12724        </ComplexType>
 12725        <ComplexType Name="mediaContentRatingUnitedStates">
 12726          <Property Name="movieRating" Type="microsoft.graph.ratingUnitedStatesMoviesType" Nullable="false" />
 12727          <Property Name="tvRating" Type="microsoft.graph.ratingUnitedStatesTelevisionType" Nullable="false" />
 12728        </ComplexType>
 12729        <ComplexType Name="iosNetworkUsageRule">
 12730          <Property Name="managedApps" Type="Collection(microsoft.graph.appListItem)" />
 12731          <Property Name="cellularDataBlockWhenRoaming" Type="Edm.Boolean" Nullable="false" />
 12732          <Property Name="cellularDataBlocked" Type="Edm.Boolean" Nullable="false" />
 12733        </ComplexType>
 12734        <EntityType Name="iosUpdateConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12735          <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
 12736          <Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" />
 12737          <Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" />
 12738          <Property Name="scheduledInstallDays" Type="Collection(microsoft.graph.dayOfWeek)" Nullable="false" />
 12739          <Property Name="utcTimeOffsetInMinutes" Type="Edm.Int32" Nullable="false" />
 12740          <Property Name="enforcedSoftwareUpdateDelayInDays" Type="Edm.Int32" />
 12741        </EntityType>
 12742        <EntityType Name="iosWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12743          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12744          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 12745          <Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
 12746          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
 12747          <Property Name="wiFiSecurityType" Type="microsoft.graph.wiFiSecurityType" Nullable="false" />
 12748          <Property Name="proxySettings" Type="microsoft.graph.wiFiProxySetting" Nullable="false" />
 12749          <Property Name="proxyManualAddress" Type="Edm.String" />
 12750          <Property Name="proxyManualPort" Type="Edm.Int32" />
 12751          <Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" />
 12752          <Property Name="preSharedKey" Type="Edm.String" />
 12753        </EntityType>
 12754        <EntityType Name="iosEnterpriseWiFiConfiguration" BaseType="microsoft.graph.iosWiFiConfiguration">
 12755          <Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
 12756          <Property Name="eapFastConfiguration" Type="microsoft.graph.eapFastConfiguration" />
 12757          <Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" />
 12758          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12759          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12760          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 12761          <Property Name="usernameFormatString" Type="Edm.String" />
 12762          <Property Name="passwordFormatString" Type="Edm.String" />
 12763          <NavigationProperty Name="rootCertificatesForServerValidation" Type="Collection(microsoft.graph.iosTrustedRootCertificate)" />
 12764          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.iosCertificateProfileBase" />
 12765          <NavigationProperty Name="derivedCredentialSettings" Type="microsoft.graph.deviceManagementDerivedCredentialSettings" />
 12766        </EntityType>
 12767        <EntityType Name="macOSCustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12768          <Property Name="payloadName" Type="Edm.String" Nullable="false" />
 12769          <Property Name="payloadFileName" Type="Edm.String" />
 12770          <Property Name="payload" Type="Edm.Binary" Nullable="false" />
 12771        </EntityType>
 12772        <EntityType Name="macOSEndpointProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12773          <Property Name="gatekeeperAllowedAppSource" Type="microsoft.graph.macOSGatekeeperAppSources" Nullable="false" />
 12774          <Property Name="gatekeeperBlockOverride" Type="Edm.Boolean" Nullable="false" />
 12775          <Property Name="firewallEnabled" Type="Edm.Boolean" Nullable="false" />
 12776          <Property Name="firewallBlockAllIncoming" Type="Edm.Boolean" Nullable="false" />
 12777          <Property Name="firewallEnableStealthMode" Type="Edm.Boolean" Nullable="false" />
 12778          <Property Name="firewallApplications" Type="Collection(microsoft.graph.macOSFirewallApplication)" />
 12779          <Property Name="fileVaultEnabled" Type="Edm.Boolean" Nullable="false" />
 12780          <Property Name="fileVaultSelectedRecoveryKeyTypes" Type="microsoft.graph.macOSFileVaultRecoveryKeyTypes" Nullable="false" />
 12781          <Property Name="fileVaultInstitutionalRecoveryKeyCertificate" Type="Edm.Binary" />
 12782          <Property Name="fileVaultInstitutionalRecoveryKeyCertificateFileName" Type="Edm.String" />
 12783          <Property Name="fileVaultPersonalRecoveryKeyHelpMessage" Type="Edm.String" />
 12784          <Property Name="fileVaultAllowDeferralUntilSignOut" Type="Edm.Boolean" Nullable="false" />
 12785          <Property Name="fileVaultNumberOfTimesUserCanIgnore" Type="Edm.Int32" />
 12786          <Property Name="fileVaultDisablePromptAtSignOut" Type="Edm.Boolean" Nullable="false" />
 12787          <Property Name="fileVaultPersonalRecoveryKeyRotationInMonths" Type="Edm.Int32" />
 12788        </EntityType>
 12789        <ComplexType Name="macOSFirewallApplication">
 12790          <Property Name="bundleId" Type="Edm.String" Nullable="false" />
 12791          <Property Name="allowsIncomingConnections" Type="Edm.Boolean" Nullable="false" />
 12792        </ComplexType>
 12793        <EntityType Name="macOSExtensionsConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12794          <Property Name="kernelExtensionOverridesAllowed" Type="Edm.Boolean" Nullable="false" />
 12795          <Property Name="kernelExtensionAllowedTeamIdentifiers" Type="Collection(Edm.String)" />
 12796          <Property Name="kernelExtensionsAllowed" Type="Collection(microsoft.graph.macOSKernelExtension)" />
 12797        </EntityType>
 12798        <ComplexType Name="macOSKernelExtension">
 12799          <Property Name="teamIdentifier" Type="Edm.String" />
 12800          <Property Name="bundleId" Type="Edm.String" Nullable="false" />
 12801        </ComplexType>
 12802        <EntityType Name="macOSGeneralDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12803          <Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
 12804          <Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
 12805          <Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" />
 12806          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 12807          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 12808          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 12809          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 12810          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 12811          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 12812          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12813          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 12814          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 12815          <Property Name="keychainBlockCloudSync" Type="Edm.Boolean" Nullable="false" />
 12816          <Property Name="airPrintBlocked" Type="Edm.Boolean" Nullable="false" />
 12817          <Property Name="airPrintForceTrustedTLS" Type="Edm.Boolean" Nullable="false" />
 12818          <Property Name="airPrintBlockiBeaconDiscovery" Type="Edm.Boolean" Nullable="false" />
 12819          <Property Name="safariBlockAutofill" Type="Edm.Boolean" Nullable="false" />
 12820          <Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
 12821          <Property Name="iTunesBlockMusicService" Type="Edm.Boolean" Nullable="false" />
 12822          <Property Name="spotlightBlockInternetResults" Type="Edm.Boolean" Nullable="false" />
 12823          <Property Name="keyboardBlockDictation" Type="Edm.Boolean" Nullable="false" />
 12824          <Property Name="definitionLookupBlocked" Type="Edm.Boolean" Nullable="false" />
 12825          <Property Name="appleWatchBlockAutoUnlock" Type="Edm.Boolean" Nullable="false" />
 12826          <Property Name="iTunesBlockFileSharing" Type="Edm.Boolean" Nullable="false" />
 12827          <Property Name="iCloudBlockDocumentSync" Type="Edm.Boolean" Nullable="false" />
 12828          <Property Name="iCloudBlockMail" Type="Edm.Boolean" Nullable="false" />
 12829          <Property Name="iCloudBlockAddressBook" Type="Edm.Boolean" Nullable="false" />
 12830          <Property Name="iCloudBlockCalendar" Type="Edm.Boolean" Nullable="false" />
 12831          <Property Name="iCloudBlockReminders" Type="Edm.Boolean" Nullable="false" />
 12832          <Property Name="iCloudBlockBookmarks" Type="Edm.Boolean" Nullable="false" />
 12833          <Property Name="iCloudBlockNotes" Type="Edm.Boolean" Nullable="false" />
 12834          <Property Name="airDropBlocked" Type="Edm.Boolean" Nullable="false" />
 12835          <Property Name="passwordBlockModification" Type="Edm.Boolean" Nullable="false" />
 12836          <Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" />
 12837          <Property Name="passwordBlockAutoFill" Type="Edm.Boolean" Nullable="false" />
 12838          <Property Name="passwordBlockProximityRequests" Type="Edm.Boolean" Nullable="false" />
 12839          <Property Name="passwordBlockAirDropSharing" Type="Edm.Boolean" Nullable="false" />
 12840          <Property Name="softwareUpdatesEnforcedDelayInDays" Type="Edm.Int32" />
 12841          <Property Name="softwareUpdatesForceDelayed" Type="Edm.Boolean" Nullable="false" />
 12842          <Property Name="contentCachingBlocked" Type="Edm.Boolean" Nullable="false" />
 12843          <Property Name="iCloudBlockPhotoLibrary" Type="Edm.Boolean" Nullable="false" />
 12844          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 12845          <Property Name="classroomAppBlockRemoteScreenObservation" Type="Edm.Boolean" Nullable="false" />
 12846          <Property Name="classroomAppForceUnpromptedScreenObservation" Type="Edm.Boolean" Nullable="false" />
 12847          <Property Name="classroomForceAutomaticallyJoinClasses" Type="Edm.Boolean" Nullable="false" />
 12848          <Property Name="classroomForceRequestPermissionToLeaveClasses" Type="Edm.Boolean" Nullable="false" />
 12849          <Property Name="classroomForceUnpromptedAppAndDeviceLock" Type="Edm.Boolean" Nullable="false" />
 12850          <Property Name="iCloudBlockActivityContinuation" Type="Edm.Boolean" Nullable="false" />
 12851        </EntityType>
 12852        <EntityType Name="macOSWiFiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12853          <Property Name="networkName" Type="Edm.String" Nullable="false" />
 12854          <Property Name="ssid" Type="Edm.String" Nullable="false" />
 12855          <Property Name="connectAutomatically" Type="Edm.Boolean" Nullable="false" />
 12856          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" Nullable="false" />
 12857          <Property Name="wiFiSecurityType" Type="microsoft.graph.wiFiSecurityType" Nullable="false" />
 12858          <Property Name="proxySettings" Type="microsoft.graph.wiFiProxySetting" Nullable="false" />
 12859          <Property Name="proxyManualAddress" Type="Edm.String" />
 12860          <Property Name="proxyManualPort" Type="Edm.Int32" />
 12861          <Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" />
 12862          <Property Name="preSharedKey" Type="Edm.String" />
 12863        </EntityType>
 12864        <EntityType Name="macOSEnterpriseWiFiConfiguration" BaseType="microsoft.graph.macOSWiFiConfiguration">
 12865          <Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
 12866          <Property Name="eapFastConfiguration" Type="microsoft.graph.eapFastConfiguration" />
 12867          <Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" />
 12868          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 12869          <Property Name="innerAuthenticationProtocolForEapTtls" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 12870          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 12871          <NavigationProperty Name="rootCertificateForServerValidation" Type="microsoft.graph.macOSTrustedRootCertificate" />
 12872          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.macOSCertificateProfileBase" />
 12873        </EntityType>
 12874        <EntityType Name="unsupportedDeviceConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 12875          <Property Name="originalEntityTypeName" Type="Edm.String" />
 12876          <Property Name="details" Type="Collection(microsoft.graph.unsupportedDeviceConfigurationDetail)" />
 12877        </EntityType>
 12878        <ComplexType Name="unsupportedDeviceConfigurationDetail">
 12879          <Property Name="message" Type="Edm.String" />
 12880          <Property Name="propertyName" Type="Edm.String" />
 12881        </ComplexType>
 12882        <EntityType Name="easEmailProfileConfigurationBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12883          <Property Name="usernameSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 12884          <Property Name="usernameAADSource" Type="microsoft.graph.usernameSource" />
 12885          <Property Name="userDomainNameSource" Type="microsoft.graph.domainNameSource" />
 12886          <Property Name="customDomainName" Type="Edm.String" />
 12887        </EntityType>
 12888        <EntityType Name="iosEasEmailProfileConfiguration" BaseType="microsoft.graph.easEmailProfileConfigurationBase">
 12889          <Property Name="accountName" Type="Edm.String" Nullable="false" />
 12890          <Property Name="authenticationMethod" Type="microsoft.graph.easAuthenticationMethod" />
 12891          <Property Name="blockMovingMessagesToOtherEmailAccounts" Type="Edm.Boolean" Nullable="false" />
 12892          <Property Name="blockSendingEmailFromThirdPartyApps" Type="Edm.Boolean" Nullable="false" />
 12893          <Property Name="blockSyncingRecentlyUsedEmailAddresses" Type="Edm.Boolean" Nullable="false" />
 12894          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 12895          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 12896          <Property Name="easServices" Type="microsoft.graph.easServices" />
 12897          <Property Name="easServicesUserOverrideEnabled" Type="Edm.Boolean" />
 12898          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 12899          <Property Name="requireSmime" Type="Edm.Boolean" Nullable="false" />
 12900          <Property Name="smimeEnablePerMessageSwitch" Type="Edm.Boolean" />
 12901          <Property Name="smimeEncryptByDefaultEnabled" Type="Edm.Boolean" />
 12902          <Property Name="smimeSigningEnabled" Type="Edm.Boolean" />
 12903          <Property Name="smimeSigningUserOverrideEnabled" Type="Edm.Boolean" />
 12904          <Property Name="smimeEncryptByDefaultUserOverrideEnabled" Type="Edm.Boolean" />
 12905          <Property Name="smimeSigningCertificateUserOverrideEnabled" Type="Edm.Boolean" />
 12906          <Property Name="smimeEncryptionCertificateUserOverrideEnabled" Type="Edm.Boolean" />
 12907          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 12908          <Property Name="useOAuth" Type="Edm.Boolean" />
 12909          <Property Name="signingCertificateType" Type="microsoft.graph.emailCertificateType" />
 12910          <Property Name="encryptionCertificateType" Type="microsoft.graph.emailCertificateType" />
 12911          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
 12912          <NavigationProperty Name="smimeSigningCertificate" Type="microsoft.graph.iosCertificateProfile" />
 12913          <NavigationProperty Name="smimeEncryptionCertificate" Type="microsoft.graph.iosCertificateProfile" />
 12914          <NavigationProperty Name="derivedCredentialSettings" Type="microsoft.graph.deviceManagementDerivedCredentialSettings" />
 12915        </EntityType>
 12916        <EntityType Name="windows10EasEmailProfileConfiguration" BaseType="microsoft.graph.easEmailProfileConfigurationBase">
 12917          <Property Name="accountName" Type="Edm.String" Nullable="false" />
 12918          <Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
 12919          <Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
 12920          <Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
 12921          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 12922          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" Nullable="false" />
 12923          <Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
 12924          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 12925          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 12926        </EntityType>
 12927        <EntityType Name="windowsPhoneEASEmailProfileConfiguration" BaseType="microsoft.graph.easEmailProfileConfigurationBase">
 12928          <Property Name="accountName" Type="Edm.String" Nullable="false" />
 12929          <Property Name="applyOnlyToWindowsPhone81" Type="Edm.Boolean" Nullable="false" />
 12930          <Property Name="syncCalendar" Type="Edm.Boolean" Nullable="false" />
 12931          <Property Name="syncContacts" Type="Edm.Boolean" Nullable="false" />
 12932          <Property Name="syncTasks" Type="Edm.Boolean" Nullable="false" />
 12933          <Property Name="durationOfEmailToSync" Type="microsoft.graph.emailSyncDuration" Nullable="false" />
 12934          <Property Name="emailAddressSource" Type="microsoft.graph.userEmailSource" />
 12935          <Property Name="emailSyncSchedule" Type="microsoft.graph.emailSyncSchedule" Nullable="false" />
 12936          <Property Name="hostName" Type="Edm.String" Nullable="false" />
 12937          <Property Name="requireSsl" Type="Edm.Boolean" Nullable="false" />
 12938        </EntityType>
 12939        <EntityType Name="appleDeviceFeaturesConfigurationBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 12940          <Property Name="airPrintDestinations" Type="Collection(microsoft.graph.airPrintDestination)" />
 12941        </EntityType>
 12942        <ComplexType Name="airPrintDestination">
 12943          <Property Name="ipAddress" Type="Edm.String" Nullable="false" />
 12944          <Property Name="resourcePath" Type="Edm.String" Nullable="false" />
 12945          <Property Name="port" Type="Edm.Int32" />
 12946          <Property Name="forceTls" Type="Edm.Boolean" Nullable="false" />
 12947        </ComplexType>
 12948        <EntityType Name="macOSDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase">
 12949          <Property Name="autoLaunchItems" Type="Collection(microsoft.graph.macOSLaunchItem)" />
 12950          <Property Name="adminShowHostInfo" Type="Edm.Boolean" Nullable="false" />
 12951          <Property Name="loginWindowText" Type="Edm.String" />
 12952          <Property Name="authorizedUsersListHidden" Type="Edm.Boolean" Nullable="false" />
 12953          <Property Name="authorizedUsersListHideLocalUsers" Type="Edm.Boolean" Nullable="false" />
 12954          <Property Name="authorizedUsersListHideMobileAccounts" Type="Edm.Boolean" Nullable="false" />
 12955          <Property Name="authorizedUsersListIncludeNetworkUsers" Type="Edm.Boolean" Nullable="false" />
 12956          <Property Name="authorizedUsersListHideAdminUsers" Type="Edm.Boolean" Nullable="false" />
 12957          <Property Name="authorizedUsersListShowOtherManagedUsers" Type="Edm.Boolean" Nullable="false" />
 12958          <Property Name="shutDownDisabled" Type="Edm.Boolean" Nullable="false" />
 12959          <Property Name="restartDisabled" Type="Edm.Boolean" Nullable="false" />
 12960          <Property Name="sleepDisabled" Type="Edm.Boolean" Nullable="false" />
 12961          <Property Name="consoleAccessDisabled" Type="Edm.Boolean" Nullable="false" />
 12962          <Property Name="shutDownDisabledWhileLoggedIn" Type="Edm.Boolean" Nullable="false" />
 12963          <Property Name="restartDisabledWhileLoggedIn" Type="Edm.Boolean" Nullable="false" />
 12964          <Property Name="powerOffDisabledWhileLoggedIn" Type="Edm.Boolean" Nullable="false" />
 12965          <Property Name="logOutDisabledWhileLoggedIn" Type="Edm.Boolean" Nullable="false" />
 12966          <Property Name="screenLockDisableImmediate" Type="Edm.Boolean" Nullable="false" />
 12967          <Property Name="associatedDomains" Type="Collection(microsoft.graph.keyValuePair)" />
 12968          <Property Name="singleSignOnExtension" Type="microsoft.graph.singleSignOnExtension" />
 12969          <NavigationProperty Name="singleSignOnExtensionPkinitCertificate" Type="microsoft.graph.macOSCertificateProfileBase" />
 12970        </EntityType>
 12971        <ComplexType Name="macOSLaunchItem">
 12972          <Property Name="path" Type="Edm.String" Nullable="false" />
 12973          <Property Name="hide" Type="Edm.Boolean" Nullable="false" />
 12974        </ComplexType>
 12975        <ComplexType Name="singleSignOnExtension" Abstract="true" />
 12976        <ComplexType Name="kerberosSingleSignOnExtension" BaseType="microsoft.graph.singleSignOnExtension" Abstract="true">
 12977          <Property Name="realm" Type="Edm.String" Nullable="false" />
 12978          <Property Name="domains" Type="Collection(Edm.String)" />
 12979          <Property Name="blockAutomaticLogin" Type="Edm.Boolean" Nullable="false" />
 12980          <Property Name="cacheName" Type="Edm.String" />
 12981          <Property Name="credentialBundleIdAccessControlList" Type="Collection(Edm.String)" />
 12982          <Property Name="domainRealms" Type="Collection(Edm.String)" />
 12983          <Property Name="isDefaultRealm" Type="Edm.Boolean" Nullable="false" />
 12984          <Property Name="passwordBlockModification" Type="Edm.Boolean" Nullable="false" />
 12985          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 12986          <Property Name="passwordExpirationNotificationDays" Type="Edm.Int32" />
 12987          <Property Name="userPrincipalName" Type="Edm.String" />
 12988          <Property Name="passwordRequireActiveDirectoryComplexity" Type="Edm.Boolean" Nullable="false" />
 12989          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 12990          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 12991          <Property Name="passwordMinimumAgeDays" Type="Edm.Int32" />
 12992          <Property Name="passwordRequirementsDescription" Type="Edm.String" />
 12993          <Property Name="requireUserPresence" Type="Edm.Boolean" Nullable="false" />
 12994          <Property Name="activeDirectorySiteCode" Type="Edm.String" />
 12995          <Property Name="passwordEnableLocalSync" Type="Edm.Boolean" Nullable="false" />
 12996          <Property Name="blockActiveDirectorySiteAutoDiscovery" Type="Edm.Boolean" Nullable="false" />
 12997        </ComplexType>
 12998        <ComplexType Name="macOSKerberosSingleSignOnExtension" BaseType="microsoft.graph.kerberosSingleSignOnExtension" />
 12999        <ComplexType Name="keyTypedValuePair" Abstract="true">
 13000          <Property Name="key" Type="Edm.String" Nullable="false" />
 13001        </ComplexType>
 13002        <ComplexType Name="keyStringValuePair" BaseType="microsoft.graph.keyTypedValuePair">
 13003          <Property Name="value" Type="Edm.String" Nullable="false" />
 13004        </ComplexType>
 13005        <ComplexType Name="keyRealValuePair" BaseType="microsoft.graph.keyTypedValuePair">
 13006          <Property Name="value" Type="Edm.Double" Nullable="false" />
 13007        </ComplexType>
 13008        <ComplexType Name="keyIntegerValuePair" BaseType="microsoft.graph.keyTypedValuePair">
 13009          <Property Name="value" Type="Edm.Int32" Nullable="false" />
 13010        </ComplexType>
 13011        <ComplexType Name="keyBooleanValuePair" BaseType="microsoft.graph.keyTypedValuePair">
 13012          <Property Name="value" Type="Edm.Boolean" Nullable="false" />
 13013        </ComplexType>
 13014        <ComplexType Name="iosKerberosSingleSignOnExtension" BaseType="microsoft.graph.kerberosSingleSignOnExtension" />
 13015        <ComplexType Name="credentialSingleSignOnExtension" BaseType="microsoft.graph.singleSignOnExtension">
 13016          <Property Name="extensionIdentifier" Type="Edm.String" Nullable="false" />
 13017          <Property Name="teamIdentifier" Type="Edm.String" />
 13018          <Property Name="domains" Type="Collection(Edm.String)" />
 13019          <Property Name="realm" Type="Edm.String" Nullable="false" />
 13020          <Property Name="configurations" Type="Collection(microsoft.graph.keyTypedValuePair)" />
 13021        </ComplexType>
 13022        <EntityType Name="iosDeviceFeaturesConfiguration" BaseType="microsoft.graph.appleDeviceFeaturesConfigurationBase">
 13023          <Property Name="assetTagTemplate" Type="Edm.String" />
 13024          <Property Name="contentFilterSettings" Type="microsoft.graph.iosWebContentFilterBase" />
 13025          <Property Name="lockScreenFootnote" Type="Edm.String" />
 13026          <Property Name="homeScreenDockIcons" Type="Collection(microsoft.graph.iosHomeScreenItem)" />
 13027          <Property Name="homeScreenPages" Type="Collection(microsoft.graph.iosHomeScreenPage)" />
 13028          <Property Name="notificationSettings" Type="Collection(microsoft.graph.iosNotificationSettings)" />
 13029          <Property Name="singleSignOnSettings" Type="microsoft.graph.iosSingleSignOnSettings" />
 13030          <Property Name="wallpaperDisplayLocation" Type="microsoft.graph.iosWallpaperDisplayLocation" Nullable="false" />
 13031          <Property Name="wallpaperImage" Type="microsoft.graph.mimeContent" />
 13032          <Property Name="singleSignOnExtension" Type="microsoft.graph.singleSignOnExtension" />
 13033          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.iosCertificateProfileBase" />
 13034          <NavigationProperty Name="singleSignOnExtensionPkinitCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
 13035        </EntityType>
 13036        <ComplexType Name="iosWebContentFilterBase" Abstract="true" />
 13037        <ComplexType Name="iosHomeScreenItem" Abstract="true">
 13038          <Property Name="displayName" Type="Edm.String" />
 13039        </ComplexType>
 13040        <ComplexType Name="iosHomeScreenPage">
 13041          <Property Name="displayName" Type="Edm.String" />
 13042          <Property Name="icons" Type="Collection(microsoft.graph.iosHomeScreenItem)" Nullable="false" />
 13043        </ComplexType>
 13044        <ComplexType Name="iosNotificationSettings">
 13045          <Property Name="bundleID" Type="Edm.String" Nullable="false" />
 13046          <Property Name="appName" Type="Edm.String" />
 13047          <Property Name="publisher" Type="Edm.String" />
 13048          <Property Name="enabled" Type="Edm.Boolean" />
 13049          <Property Name="showInNotificationCenter" Type="Edm.Boolean" />
 13050          <Property Name="showOnLockScreen" Type="Edm.Boolean" />
 13051          <Property Name="alertType" Type="microsoft.graph.iosNotificationAlertType" Nullable="false" />
 13052          <Property Name="badgesEnabled" Type="Edm.Boolean" />
 13053          <Property Name="soundsEnabled" Type="Edm.Boolean" />
 13054        </ComplexType>
 13055        <ComplexType Name="iosSingleSignOnSettings">
 13056          <Property Name="allowedAppsList" Type="Collection(microsoft.graph.appListItem)" />
 13057          <Property Name="allowedUrls" Type="Collection(Edm.String)" />
 13058          <Property Name="displayName" Type="Edm.String" />
 13059          <Property Name="kerberosPrincipalName" Type="Edm.String" />
 13060          <Property Name="kerberosRealm" Type="Edm.String" />
 13061        </ComplexType>
 13062        <ComplexType Name="iosWebContentFilterSpecificWebsitesAccess" BaseType="microsoft.graph.iosWebContentFilterBase">
 13063          <Property Name="specificWebsitesOnly" Type="Collection(microsoft.graph.iosBookmark)" />
 13064          <Property Name="websiteList" Type="Collection(microsoft.graph.iosBookmark)" />
 13065        </ComplexType>
 13066        <ComplexType Name="iosBookmark">
 13067          <Property Name="url" Type="Edm.String" Nullable="false" />
 13068          <Property Name="bookmarkFolder" Type="Edm.String" />
 13069          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 13070        </ComplexType>
 13071        <ComplexType Name="iosWebContentFilterAutoFilter" BaseType="microsoft.graph.iosWebContentFilterBase">
 13072          <Property Name="allowedUrls" Type="Collection(Edm.String)" />
 13073          <Property Name="blockedUrls" Type="Collection(Edm.String)" />
 13074        </ComplexType>
 13075        <ComplexType Name="iosHomeScreenFolder" BaseType="microsoft.graph.iosHomeScreenItem">
 13076          <Property Name="pages" Type="Collection(microsoft.graph.iosHomeScreenFolderPage)" Nullable="false" />
 13077        </ComplexType>
 13078        <ComplexType Name="iosHomeScreenFolderPage">
 13079          <Property Name="displayName" Type="Edm.String" />
 13080          <Property Name="apps" Type="Collection(microsoft.graph.iosHomeScreenApp)" Nullable="false" />
 13081        </ComplexType>
 13082        <ComplexType Name="iosHomeScreenApp" BaseType="microsoft.graph.iosHomeScreenItem">
 13083          <Property Name="bundleID" Type="Edm.String" Nullable="false" />
 13084        </ComplexType>
 13085        <EntityType Name="appleVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 13086          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 13087          <Property Name="connectionType" Type="microsoft.graph.appleVpnConnectionType" Nullable="false" />
 13088          <Property Name="loginGroupOrDomain" Type="Edm.String" />
 13089          <Property Name="role" Type="Edm.String" />
 13090          <Property Name="realm" Type="Edm.String" />
 13091          <Property Name="server" Type="microsoft.graph.vpnServer" Nullable="false" />
 13092          <Property Name="identifier" Type="Edm.String" />
 13093          <Property Name="customData" Type="Collection(microsoft.graph.keyValue)" />
 13094          <Property Name="customKeyValueData" Type="Collection(microsoft.graph.keyValuePair)" />
 13095          <Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
 13096          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 13097          <Property Name="enablePerApp" Type="Edm.Boolean" />
 13098          <Property Name="safariDomains" Type="Collection(Edm.String)" />
 13099          <Property Name="onDemandRules" Type="Collection(microsoft.graph.vpnOnDemandRule)" />
 13100          <Property Name="proxyServer" Type="microsoft.graph.vpnProxyServer" />
 13101          <Property Name="optInToDeviceIdSharing" Type="Edm.Boolean" />
 13102        </EntityType>
 13103        <ComplexType Name="vpnOnDemandRule">
 13104          <Property Name="ssids" Type="Collection(Edm.String)" />
 13105          <Property Name="dnsSearchDomains" Type="Collection(Edm.String)" />
 13106          <Property Name="probeUrl" Type="Edm.String" />
 13107          <Property Name="action" Type="microsoft.graph.vpnOnDemandRuleConnectionAction" Nullable="false" />
 13108          <Property Name="domainAction" Type="microsoft.graph.vpnOnDemandRuleConnectionDomainAction" Nullable="false" />
 13109          <Property Name="domains" Type="Collection(Edm.String)" />
 13110          <Property Name="probeRequiredUrl" Type="Edm.String" />
 13111        </ComplexType>
 13112        <ComplexType Name="vpnProxyServer">
 13113          <Property Name="automaticConfigurationScriptUrl" Type="Edm.String" />
 13114          <Property Name="address" Type="Edm.String" />
 13115          <Property Name="port" Type="Edm.Int32" />
 13116        </ComplexType>
 13117        <ComplexType Name="windows81VpnProxyServer" BaseType="microsoft.graph.vpnProxyServer">
 13118          <Property Name="automaticallyDetectProxySettings" Type="Edm.Boolean" Nullable="false" />
 13119          <Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" />
 13120        </ComplexType>
 13121        <ComplexType Name="windows10VpnProxyServer" BaseType="microsoft.graph.vpnProxyServer">
 13122          <Property Name="bypassProxyServerForLocalAddress" Type="Edm.Boolean" Nullable="false" />
 13123        </ComplexType>
 13124        <EntityType Name="iosVpnConfiguration" BaseType="microsoft.graph.appleVpnConfiguration">
 13125          <Property Name="providerType" Type="microsoft.graph.vpnProviderType" />
 13126          <Property Name="userDomain" Type="Edm.String" />
 13127          <Property Name="strictEnforcement" Type="Edm.Boolean" />
 13128          <Property Name="cloudName" Type="Edm.String" />
 13129          <Property Name="excludeList" Type="Collection(Edm.String)" />
 13130          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.iosCertificateProfileBase" />
 13131          <NavigationProperty Name="derivedCredentialSettings" Type="microsoft.graph.deviceManagementDerivedCredentialSettings" />
 13132        </EntityType>
 13133        <EntityType Name="iosikEv2VpnConfiguration" BaseType="microsoft.graph.iosVpnConfiguration">
 13134          <Property Name="childSecurityAssociationParameters" Type="microsoft.graph.iosVpnSecurityAssociationParameters" />
 13135          <Property Name="clientAuthenticationType" Type="microsoft.graph.vpnClientAuthenticationType" Nullable="false" />
 13136          <Property Name="deadPeerDetectionRate" Type="microsoft.graph.vpnDeadPeerDetectionRate" />
 13137          <Property Name="disableMobilityAndMultihoming" Type="Edm.Boolean" />
 13138          <Property Name="disableRedirect" Type="Edm.Boolean" />
 13139          <Property Name="enableCertificateRevocationCheck" Type="Edm.Boolean" />
 13140          <Property Name="enableEAP" Type="Edm.Boolean" />
 13141          <Property Name="enablePerfectForwardSecrecy" Type="Edm.Boolean" />
 13142          <Property Name="enableUseInternalSubnetAttributes" Type="Edm.Boolean" />
 13143          <Property Name="localIdentifier" Type="microsoft.graph.vpnLocalIdentifier" Nullable="false" />
 13144          <Property Name="remoteIdentifier" Type="Edm.String" Nullable="false" />
 13145          <Property Name="securityAssociationParameters" Type="microsoft.graph.iosVpnSecurityAssociationParameters" />
 13146          <Property Name="serverCertificateCommonName" Type="Edm.String" />
 13147          <Property Name="serverCertificateIssuerCommonName" Type="Edm.String" />
 13148          <Property Name="serverCertificateType" Type="microsoft.graph.vpnServerCertificateType" />
 13149          <Property Name="sharedSecret" Type="Edm.String" />
 13150          <Property Name="tlsMaximumVersion" Type="Edm.String" />
 13151          <Property Name="tlsMinimumVersion" Type="Edm.String" />
 13152          <Property Name="allowDefaultSecurityAssociationParameters" Type="Edm.Boolean" />
 13153          <Property Name="allowDefaultChildSecurityAssociationParameters" Type="Edm.Boolean" />
 13154        </EntityType>
 13155        <ComplexType Name="iosVpnSecurityAssociationParameters">
 13156          <Property Name="securityEncryptionAlgorithm" Type="microsoft.graph.vpnEncryptionAlgorithmType" />
 13157          <Property Name="securityIntegrityAlgorithm" Type="microsoft.graph.vpnIntegrityAlgorithmType" />
 13158          <Property Name="securityDiffieHellmanGroup" Type="Edm.Int32" />
 13159          <Property Name="lifetimeInMinutes" Type="Edm.Int32" />
 13160        </ComplexType>
 13161        <EntityType Name="macOSVpnConfiguration" BaseType="microsoft.graph.appleVpnConfiguration">
 13162          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.macOSCertificateProfileBase" />
 13163        </EntityType>
 13164        <EntityType Name="vpnConfiguration" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 13165          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 13166          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 13167          <Property Name="role" Type="Edm.String" />
 13168          <Property Name="realm" Type="Edm.String" />
 13169          <Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
 13170        </EntityType>
 13171        <EntityType Name="androidDeviceOwnerVpnConfiguration" BaseType="microsoft.graph.vpnConfiguration">
 13172          <Property Name="connectionType" Type="microsoft.graph.androidVpnConnectionType" Nullable="false" />
 13173          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.androidDeviceOwnerCertificateProfileBase" />
 13174        </EntityType>
 13175        <EntityType Name="windows10EndpointProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13176          <Property Name="dmaGuardDeviceEnumerationPolicy" Type="microsoft.graph.dmaGuardDeviceEnumerationPolicyType" Nullable="false" />
 13177          <Property Name="firewallRules" Type="Collection(microsoft.graph.windowsFirewallRule)" />
 13178          <Property Name="userRightsAccessCredentialManagerAsTrustedCaller" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13179          <Property Name="userRightsAllowAccessFromNetwork" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13180          <Property Name="userRightsBlockAccessFromNetwork" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13181          <Property Name="userRightsActAsPartOfTheOperatingSystem" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13182          <Property Name="userRightsLocalLogOn" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13183          <Property Name="userRightsDenyLocalLogOn" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13184          <Property Name="userRightsBackupData" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13185          <Property Name="userRightsChangeSystemTime" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13186          <Property Name="userRightsCreateGlobalObjects" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13187          <Property Name="userRightsCreatePageFile" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13188          <Property Name="userRightsCreatePermanentSharedObjects" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13189          <Property Name="userRightsCreateSymbolicLinks" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13190          <Property Name="userRightsCreateToken" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13191          <Property Name="userRightsDebugPrograms" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13192          <Property Name="userRightsRemoteDesktopServicesLogOn" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13193          <Property Name="userRightsDelegation" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13194          <Property Name="userRightsGenerateSecurityAudits" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13195          <Property Name="userRightsImpersonateClient" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13196          <Property Name="userRightsIncreaseSchedulingPriority" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13197          <Property Name="userRightsLoadUnloadDrivers" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13198          <Property Name="userRightsLockMemory" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13199          <Property Name="userRightsManageAuditingAndSecurityLogs" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13200          <Property Name="userRightsManageVolumes" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13201          <Property Name="userRightsModifyFirmwareEnvironment" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13202          <Property Name="userRightsModifyObjectLabels" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13203          <Property Name="userRightsProfileSingleProcess" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13204          <Property Name="userRightsRemoteShutdown" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13205          <Property Name="userRightsRestoreData" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13206          <Property Name="userRightsTakeOwnership" Type="microsoft.graph.deviceManagementUserRightsSetting" />
 13207          <Property Name="xboxServicesEnableXboxGameSaveTask" Type="Edm.Boolean" Nullable="false" />
 13208          <Property Name="xboxServicesAccessoryManagementServiceStartupMode" Type="microsoft.graph.serviceStartType" Nullable="false" />
 13209          <Property Name="xboxServicesLiveAuthManagerServiceStartupMode" Type="microsoft.graph.serviceStartType" Nullable="false" />
 13210          <Property Name="xboxServicesLiveGameSaveServiceStartupMode" Type="microsoft.graph.serviceStartType" Nullable="false" />
 13211          <Property Name="xboxServicesLiveNetworkingServiceStartupMode" Type="microsoft.graph.serviceStartType" Nullable="false" />
 13212          <Property Name="localSecurityOptionsBlockMicrosoftAccounts" Type="Edm.Boolean" Nullable="false" />
 13213          <Property Name="localSecurityOptionsBlockRemoteLogonWithBlankPassword" Type="Edm.Boolean" Nullable="false" />
 13214          <Property Name="localSecurityOptionsDisableAdministratorAccount" Type="Edm.Boolean" Nullable="false" />
 13215          <Property Name="localSecurityOptionsAdministratorAccountName" Type="Edm.String" />
 13216          <Property Name="localSecurityOptionsDisableGuestAccount" Type="Edm.Boolean" Nullable="false" />
 13217          <Property Name="localSecurityOptionsGuestAccountName" Type="Edm.String" />
 13218          <Property Name="localSecurityOptionsAllowUndockWithoutHavingToLogon" Type="Edm.Boolean" Nullable="false" />
 13219          <Property Name="localSecurityOptionsBlockUsersInstallingPrinterDrivers" Type="Edm.Boolean" Nullable="false" />
 13220          <Property Name="localSecurityOptionsBlockRemoteOpticalDriveAccess" Type="Edm.Boolean" Nullable="false" />
 13221          <Property Name="localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser" Type="microsoft.graph.localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType" Nullable="false" />
 13222          <Property Name="localSecurityOptionsMachineInactivityLimit" Type="Edm.Int32" />
 13223          <Property Name="localSecurityOptionsMachineInactivityLimitInMinutes" Type="Edm.Int32" />
 13224          <Property Name="localSecurityOptionsDoNotRequireCtrlAltDel" Type="Edm.Boolean" Nullable="false" />
 13225          <Property Name="localSecurityOptionsHideLastSignedInUser" Type="Edm.Boolean" Nullable="false" />
 13226          <Property Name="localSecurityOptionsHideUsernameAtSignIn" Type="Edm.Boolean" Nullable="false" />
 13227          <Property Name="localSecurityOptionsLogOnMessageTitle" Type="Edm.String" />
 13228          <Property Name="localSecurityOptionsLogOnMessageText" Type="Edm.String" />
 13229          <Property Name="localSecurityOptionsAllowPKU2UAuthenticationRequests" Type="Edm.Boolean" Nullable="false" />
 13230          <Property Name="localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool" Type="Edm.Boolean" Nullable="false" />
 13231          <Property Name="localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager" Type="Edm.String" />
 13232          <Property Name="localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients" Type="microsoft.graph.localSecurityOptionsMinimumSessionSecurity" Nullable="false" />
 13233          <Property Name="localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers" Type="microsoft.graph.localSecurityOptionsMinimumSessionSecurity" Nullable="false" />
 13234          <Property Name="lanManagerAuthenticationLevel" Type="microsoft.graph.lanManagerAuthenticationLevel" Nullable="false" />
 13235          <Property Name="lanManagerWorkstationDisableInsecureGuestLogons" Type="Edm.Boolean" Nullable="false" />
 13236          <Property Name="localSecurityOptionsClearVirtualMemoryPageFile" Type="Edm.Boolean" Nullable="false" />
 13237          <Property Name="localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn" Type="Edm.Boolean" Nullable="false" />
 13238          <Property Name="localSecurityOptionsAllowUIAccessApplicationElevation" Type="Edm.Boolean" Nullable="false" />
 13239          <Property Name="localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations" Type="Edm.Boolean" Nullable="false" />
 13240          <Property Name="localSecurityOptionsOnlyElevateSignedExecutables" Type="Edm.Boolean" Nullable="false" />
 13241          <Property Name="localSecurityOptionsAdministratorElevationPromptBehavior" Type="microsoft.graph.localSecurityOptionsAdministratorElevationPromptBehaviorType" Nullable="false" />
 13242          <Property Name="localSecurityOptionsStandardUserElevationPromptBehavior" Type="microsoft.graph.localSecurityOptionsStandardUserElevationPromptBehaviorType" Nullable="false" />
 13243          <Property Name="localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation" Type="Edm.Boolean" Nullable="false" />
 13244          <Property Name="localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation" Type="Edm.Boolean" Nullable="false" />
 13245          <Property Name="localSecurityOptionsAllowUIAccessApplicationsForSecureLocations" Type="Edm.Boolean" Nullable="false" />
 13246          <Property Name="localSecurityOptionsUseAdminApprovalMode" Type="Edm.Boolean" Nullable="false" />
 13247          <Property Name="localSecurityOptionsUseAdminApprovalModeForAdministrators" Type="Edm.Boolean" Nullable="false" />
 13248          <Property Name="localSecurityOptionsInformationShownOnLockScreen" Type="microsoft.graph.localSecurityOptionsInformationShownOnLockScreenType" Nullable="false" />
 13249          <Property Name="localSecurityOptionsInformationDisplayedOnLockScreen" Type="microsoft.graph.localSecurityOptionsInformationDisplayedOnLockScreenType" Nullable="false" />
 13250          <Property Name="localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees" Type="Edm.Boolean" Nullable="false" />
 13251          <Property Name="localSecurityOptionsClientDigitallySignCommunicationsAlways" Type="Edm.Boolean" Nullable="false" />
 13252          <Property Name="localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers" Type="Edm.Boolean" Nullable="false" />
 13253          <Property Name="localSecurityOptionsDisableServerDigitallySignCommunicationsAlways" Type="Edm.Boolean" Nullable="false" />
 13254          <Property Name="localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees" Type="Edm.Boolean" Nullable="false" />
 13255          <Property Name="localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares" Type="Edm.Boolean" Nullable="false" />
 13256          <Property Name="localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts" Type="Edm.Boolean" Nullable="false" />
 13257          <Property Name="localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares" Type="Edm.Boolean" Nullable="false" />
 13258          <Property Name="localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange" Type="Edm.Boolean" Nullable="false" />
 13259          <Property Name="localSecurityOptionsSmartCardRemovalBehavior" Type="microsoft.graph.localSecurityOptionsSmartCardRemovalBehaviorType" Nullable="false" />
 13260          <Property Name="defenderSecurityCenterDisableAppBrowserUI" Type="Edm.Boolean" Nullable="false" />
 13261          <Property Name="defenderSecurityCenterDisableFamilyUI" Type="Edm.Boolean" Nullable="false" />
 13262          <Property Name="defenderSecurityCenterDisableHealthUI" Type="Edm.Boolean" Nullable="false" />
 13263          <Property Name="defenderSecurityCenterDisableNetworkUI" Type="Edm.Boolean" Nullable="false" />
 13264          <Property Name="defenderSecurityCenterDisableVirusUI" Type="Edm.Boolean" Nullable="false" />
 13265          <Property Name="defenderSecurityCenterDisableAccountUI" Type="Edm.Boolean" Nullable="false" />
 13266          <Property Name="defenderSecurityCenterDisableClearTpmUI" Type="Edm.Boolean" Nullable="false" />
 13267          <Property Name="defenderSecurityCenterDisableHardwareUI" Type="Edm.Boolean" Nullable="false" />
 13268          <Property Name="defenderSecurityCenterDisableNotificationAreaUI" Type="Edm.Boolean" Nullable="false" />
 13269          <Property Name="defenderSecurityCenterDisableRansomwareUI" Type="Edm.Boolean" Nullable="false" />
 13270          <Property Name="defenderSecurityCenterDisableSecureBootUI" Type="Edm.Boolean" Nullable="false" />
 13271          <Property Name="defenderSecurityCenterDisableTroubleshootingUI" Type="Edm.Boolean" Nullable="false" />
 13272          <Property Name="defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI" Type="Edm.Boolean" Nullable="false" />
 13273          <Property Name="defenderSecurityCenterOrganizationDisplayName" Type="Edm.String" />
 13274          <Property Name="defenderSecurityCenterHelpEmail" Type="Edm.String" />
 13275          <Property Name="defenderSecurityCenterHelpPhone" Type="Edm.String" />
 13276          <Property Name="defenderSecurityCenterHelpURL" Type="Edm.String" />
 13277          <Property Name="defenderSecurityCenterNotificationsFromApp" Type="microsoft.graph.defenderSecurityCenterNotificationsFromAppType" Nullable="false" />
 13278          <Property Name="defenderSecurityCenterITContactDisplay" Type="microsoft.graph.defenderSecurityCenterITContactDisplayType" Nullable="false" />
 13279          <Property Name="windowsDefenderTamperProtection" Type="microsoft.graph.windowsDefenderTamperProtectionOptions" Nullable="false" />
 13280          <Property Name="firewallBlockStatefulFTP" Type="Edm.Boolean" Nullable="false" />
 13281          <Property Name="firewallIdleTimeoutForSecurityAssociationInSeconds" Type="Edm.Int32" />
 13282          <Property Name="firewallPreSharedKeyEncodingMethod" Type="microsoft.graph.firewallPreSharedKeyEncodingMethodType" Nullable="false" />
 13283          <Property Name="firewallIPSecExemptionsAllowNeighborDiscovery" Type="Edm.Boolean" Nullable="false" />
 13284          <Property Name="firewallIPSecExemptionsAllowICMP" Type="Edm.Boolean" Nullable="false" />
 13285          <Property Name="firewallIPSecExemptionsAllowRouterDiscovery" Type="Edm.Boolean" Nullable="false" />
 13286          <Property Name="firewallIPSecExemptionsAllowDHCP" Type="Edm.Boolean" Nullable="false" />
 13287          <Property Name="firewallCertificateRevocationListCheckMethod" Type="microsoft.graph.firewallCertificateRevocationListCheckMethodType" Nullable="false" />
 13288          <Property Name="firewallMergeKeyingModuleSettings" Type="Edm.Boolean" Nullable="false" />
 13289          <Property Name="firewallPacketQueueingMethod" Type="microsoft.graph.firewallPacketQueueingMethodType" Nullable="false" />
 13290          <Property Name="firewallProfileDomain" Type="microsoft.graph.windowsFirewallNetworkProfile" />
 13291          <Property Name="firewallProfilePublic" Type="microsoft.graph.windowsFirewallNetworkProfile" />
 13292          <Property Name="firewallProfilePrivate" Type="microsoft.graph.windowsFirewallNetworkProfile" />
 13293          <Property Name="defenderAdobeReaderLaunchChildProcess" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13294          <Property Name="defenderAttackSurfaceReductionExcludedPaths" Type="Collection(Edm.String)" />
 13295          <Property Name="defenderOfficeAppsOtherProcessInjectionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13296          <Property Name="defenderOfficeAppsOtherProcessInjection" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13297          <Property Name="defenderOfficeCommunicationAppsLaunchChildProcess" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13298          <Property Name="defenderOfficeAppsExecutableContentCreationOrLaunchType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13299          <Property Name="defenderOfficeAppsExecutableContentCreationOrLaunch" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13300          <Property Name="defenderOfficeAppsLaunchChildProcessType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13301          <Property Name="defenderOfficeAppsLaunchChildProcess" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13302          <Property Name="defenderOfficeMacroCodeAllowWin32ImportsType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13303          <Property Name="defenderOfficeMacroCodeAllowWin32Imports" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13304          <Property Name="defenderScriptObfuscatedMacroCodeType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13305          <Property Name="defenderScriptObfuscatedMacroCode" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13306          <Property Name="defenderScriptDownloadedPayloadExecutionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13307          <Property Name="defenderScriptDownloadedPayloadExecution" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13308          <Property Name="defenderPreventCredentialStealingType" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13309          <Property Name="defenderProcessCreationType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13310          <Property Name="defenderProcessCreation" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13311          <Property Name="defenderUntrustedUSBProcessType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13312          <Property Name="defenderUntrustedUSBProcess" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13313          <Property Name="defenderUntrustedExecutableType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13314          <Property Name="defenderUntrustedExecutable" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13315          <Property Name="defenderEmailContentExecutionType" Type="microsoft.graph.defenderAttackSurfaceType" Nullable="false" />
 13316          <Property Name="defenderEmailContentExecution" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13317          <Property Name="defenderAdvancedRansomewareProtectionType" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13318          <Property Name="defenderGuardMyFoldersType" Type="microsoft.graph.folderProtectionType" Nullable="false" />
 13319          <Property Name="defenderGuardedFoldersAllowedAppPaths" Type="Collection(Edm.String)" />
 13320          <Property Name="defenderAdditionalGuardedFolders" Type="Collection(Edm.String)" />
 13321          <Property Name="defenderNetworkProtectionType" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13322          <Property Name="defenderExploitProtectionXml" Type="Edm.Binary" />
 13323          <Property Name="defenderExploitProtectionXmlFileName" Type="Edm.String" />
 13324          <Property Name="defenderSecurityCenterBlockExploitProtectionOverride" Type="Edm.Boolean" Nullable="false" />
 13325          <Property Name="appLockerApplicationControl" Type="microsoft.graph.appLockerApplicationControlType" Nullable="false" />
 13326          <Property Name="deviceGuardLocalSystemAuthorityCredentialGuardSettings" Type="microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardType" Nullable="false" />
 13327          <Property Name="deviceGuardEnableVirtualizationBasedSecurity" Type="Edm.Boolean" Nullable="false" />
 13328          <Property Name="deviceGuardEnableSecureBootWithDMA" Type="Edm.Boolean" Nullable="false" />
 13329          <Property Name="deviceGuardSecureBootWithDMA" Type="microsoft.graph.secureBootWithDMAType" Nullable="false" />
 13330          <Property Name="deviceGuardLaunchSystemGuard" Type="microsoft.graph.enablement" Nullable="false" />
 13331          <Property Name="smartScreenEnableInShell" Type="Edm.Boolean" Nullable="false" />
 13332          <Property Name="smartScreenBlockOverrideForFiles" Type="Edm.Boolean" Nullable="false" />
 13333          <Property Name="applicationGuardEnabled" Type="Edm.Boolean" Nullable="false" />
 13334          <Property Name="applicationGuardEnabledOptions" Type="microsoft.graph.applicationGuardEnabledOptions" Nullable="false" />
 13335          <Property Name="applicationGuardBlockFileTransfer" Type="microsoft.graph.applicationGuardBlockFileTransferType" Nullable="false" />
 13336          <Property Name="applicationGuardBlockNonEnterpriseContent" Type="Edm.Boolean" Nullable="false" />
 13337          <Property Name="applicationGuardAllowPersistence" Type="Edm.Boolean" Nullable="false" />
 13338          <Property Name="applicationGuardForceAuditing" Type="Edm.Boolean" Nullable="false" />
 13339          <Property Name="applicationGuardBlockClipboardSharing" Type="microsoft.graph.applicationGuardBlockClipboardSharingType" Nullable="false" />
 13340          <Property Name="applicationGuardAllowPrintToPDF" Type="Edm.Boolean" Nullable="false" />
 13341          <Property Name="applicationGuardAllowPrintToXPS" Type="Edm.Boolean" Nullable="false" />
 13342          <Property Name="applicationGuardAllowPrintToLocalPrinters" Type="Edm.Boolean" Nullable="false" />
 13343          <Property Name="applicationGuardAllowPrintToNetworkPrinters" Type="Edm.Boolean" Nullable="false" />
 13344          <Property Name="applicationGuardAllowVirtualGPU" Type="Edm.Boolean" Nullable="false" />
 13345          <Property Name="applicationGuardAllowFileSaveOnHost" Type="Edm.Boolean" Nullable="false" />
 13346          <Property Name="bitLockerAllowStandardUserEncryption" Type="Edm.Boolean" Nullable="false" />
 13347          <Property Name="bitLockerDisableWarningForOtherDiskEncryption" Type="Edm.Boolean" Nullable="false" />
 13348          <Property Name="bitLockerEnableStorageCardEncryptionOnMobile" Type="Edm.Boolean" Nullable="false" />
 13349          <Property Name="bitLockerEncryptDevice" Type="Edm.Boolean" Nullable="false" />
 13350          <Property Name="bitLockerSystemDrivePolicy" Type="microsoft.graph.bitLockerSystemDrivePolicy" />
 13351          <Property Name="bitLockerFixedDrivePolicy" Type="microsoft.graph.bitLockerFixedDrivePolicy" />
 13352          <Property Name="bitLockerRemovableDrivePolicy" Type="microsoft.graph.bitLockerRemovableDrivePolicy" />
 13353          <Property Name="bitLockerRecoveryPasswordRotation" Type="microsoft.graph.bitLockerRecoveryPasswordRotationType" Nullable="false" />
 13354        </EntityType>
 13355        <ComplexType Name="windowsFirewallRule">
 13356          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 13357          <Property Name="description" Type="Edm.String" />
 13358          <Property Name="packageFamilyName" Type="Edm.String" />
 13359          <Property Name="filePath" Type="Edm.String" />
 13360          <Property Name="serviceName" Type="Edm.String" />
 13361          <Property Name="protocol" Type="Edm.Int32" />
 13362          <Property Name="localPortRanges" Type="Collection(Edm.String)" />
 13363          <Property Name="remotePortRanges" Type="Collection(Edm.String)" />
 13364          <Property Name="localAddressRanges" Type="Collection(Edm.String)" />
 13365          <Property Name="remoteAddressRanges" Type="Collection(Edm.String)" />
 13366          <Property Name="profileTypes" Type="microsoft.graph.windowsFirewallRuleNetworkProfileTypes" Nullable="false" />
 13367          <Property Name="action" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13368          <Property Name="trafficDirection" Type="microsoft.graph.windowsFirewallRuleTrafficDirectionType" Nullable="false" />
 13369          <Property Name="interfaceTypes" Type="microsoft.graph.windowsFirewallRuleInterfaceTypes" Nullable="false" />
 13370          <Property Name="edgeTraversal" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13371          <Property Name="localUserAuthorizations" Type="Edm.String" />
 13372        </ComplexType>
 13373        <ComplexType Name="deviceManagementUserRightsSetting">
 13374          <Property Name="state" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13375          <Property Name="localUsersOrGroups" Type="Collection(microsoft.graph.deviceManagementUserRightsLocalUserOrGroup)" />
 13376        </ComplexType>
 13377        <ComplexType Name="deviceManagementUserRightsLocalUserOrGroup">
 13378          <Property Name="name" Type="Edm.String" Nullable="false" />
 13379          <Property Name="description" Type="Edm.String" />
 13380          <Property Name="securityIdentifier" Type="Edm.String" />
 13381        </ComplexType>
 13382        <ComplexType Name="windowsFirewallNetworkProfile">
 13383          <Property Name="firewallEnabled" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13384          <Property Name="stealthModeRequired" Type="Edm.Boolean" Nullable="false" />
 13385          <Property Name="stealthModeBlocked" Type="Edm.Boolean" Nullable="false" />
 13386          <Property Name="incomingTrafficRequired" Type="Edm.Boolean" Nullable="false" />
 13387          <Property Name="incomingTrafficBlocked" Type="Edm.Boolean" Nullable="false" />
 13388          <Property Name="unicastResponsesToMulticastBroadcastsRequired" Type="Edm.Boolean" Nullable="false" />
 13389          <Property Name="unicastResponsesToMulticastBroadcastsBlocked" Type="Edm.Boolean" Nullable="false" />
 13390          <Property Name="inboundNotificationsRequired" Type="Edm.Boolean" Nullable="false" />
 13391          <Property Name="inboundNotificationsBlocked" Type="Edm.Boolean" Nullable="false" />
 13392          <Property Name="authorizedApplicationRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
 13393          <Property Name="authorizedApplicationRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" />
 13394          <Property Name="globalPortRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
 13395          <Property Name="globalPortRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" />
 13396          <Property Name="connectionSecurityRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
 13397          <Property Name="connectionSecurityRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" />
 13398          <Property Name="outboundConnectionsRequired" Type="Edm.Boolean" Nullable="false" />
 13399          <Property Name="outboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" />
 13400          <Property Name="inboundConnectionsRequired" Type="Edm.Boolean" Nullable="false" />
 13401          <Property Name="inboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" />
 13402          <Property Name="securedPacketExemptionAllowed" Type="Edm.Boolean" Nullable="false" />
 13403          <Property Name="securedPacketExemptionBlocked" Type="Edm.Boolean" Nullable="false" />
 13404          <Property Name="policyRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" />
 13405          <Property Name="policyRulesFromGroupPolicyNotMerged" Type="Edm.Boolean" Nullable="false" />
 13406        </ComplexType>
 13407        <ComplexType Name="bitLockerSystemDrivePolicy">
 13408          <Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
 13409          <Property Name="startupAuthenticationRequired" Type="Edm.Boolean" Nullable="false" />
 13410          <Property Name="startupAuthenticationBlockWithoutTpmChip" Type="Edm.Boolean" Nullable="false" />
 13411          <Property Name="startupAuthenticationTpmUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13412          <Property Name="startupAuthenticationTpmPinUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13413          <Property Name="startupAuthenticationTpmKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13414          <Property Name="startupAuthenticationTpmPinAndKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13415          <Property Name="minimumPinLength" Type="Edm.Int32" />
 13416          <Property Name="recoveryOptions" Type="microsoft.graph.bitLockerRecoveryOptions" />
 13417          <Property Name="prebootRecoveryEnableMessageAndUrl" Type="Edm.Boolean" Nullable="false" />
 13418          <Property Name="prebootRecoveryMessage" Type="Edm.String" />
 13419          <Property Name="prebootRecoveryUrl" Type="Edm.String" />
 13420        </ComplexType>
 13421        <ComplexType Name="bitLockerRecoveryOptions">
 13422          <Property Name="blockDataRecoveryAgent" Type="Edm.Boolean" Nullable="false" />
 13423          <Property Name="recoveryPasswordUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13424          <Property Name="recoveryKeyUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13425          <Property Name="hideRecoveryOptions" Type="Edm.Boolean" Nullable="false" />
 13426          <Property Name="enableRecoveryInformationSaveToStore" Type="Edm.Boolean" Nullable="false" />
 13427          <Property Name="recoveryInformationToStore" Type="microsoft.graph.bitLockerRecoveryInformationType" Nullable="false" />
 13428          <Property Name="enableBitLockerAfterRecoveryInformationToStore" Type="Edm.Boolean" Nullable="false" />
 13429        </ComplexType>
 13430        <ComplexType Name="bitLockerFixedDrivePolicy">
 13431          <Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
 13432          <Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" />
 13433          <Property Name="recoveryOptions" Type="microsoft.graph.bitLockerRecoveryOptions" />
 13434        </ComplexType>
 13435        <ComplexType Name="bitLockerRemovableDrivePolicy">
 13436          <Property Name="encryptionMethod" Type="microsoft.graph.bitLockerEncryptionMethod" />
 13437          <Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" />
 13438          <Property Name="blockCrossOrganizationWriteAccess" Type="Edm.Boolean" Nullable="false" />
 13439        </ComplexType>
 13440        <ComplexType Name="defenderDetectedMalwareActions">
 13441          <Property Name="lowSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
 13442          <Property Name="moderateSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
 13443          <Property Name="highSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
 13444          <Property Name="severeSeverity" Type="microsoft.graph.defenderThreatAction" Nullable="false" />
 13445        </ComplexType>
 13446        <EntityType Name="windows10GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13447          <Property Name="taskManagerBlockEndTask" Type="Edm.Boolean" Nullable="false" />
 13448          <Property Name="energySaverOnBatteryThresholdPercentage" Type="Edm.Int32" />
 13449          <Property Name="energySaverPluggedInThresholdPercentage" Type="Edm.Int32" />
 13450          <Property Name="powerLidCloseActionOnBattery" Type="microsoft.graph.powerActionType" Nullable="false" />
 13451          <Property Name="powerLidCloseActionPluggedIn" Type="microsoft.graph.powerActionType" Nullable="false" />
 13452          <Property Name="powerButtonActionOnBattery" Type="microsoft.graph.powerActionType" Nullable="false" />
 13453          <Property Name="powerButtonActionPluggedIn" Type="microsoft.graph.powerActionType" Nullable="false" />
 13454          <Property Name="powerSleepButtonActionOnBattery" Type="microsoft.graph.powerActionType" Nullable="false" />
 13455          <Property Name="powerSleepButtonActionPluggedIn" Type="microsoft.graph.powerActionType" Nullable="false" />
 13456          <Property Name="powerHybridSleepOnBattery" Type="microsoft.graph.enablement" Nullable="false" />
 13457          <Property Name="powerHybridSleepPluggedIn" Type="microsoft.graph.enablement" Nullable="false" />
 13458          <Property Name="windows10AppsForceUpdateSchedule" Type="microsoft.graph.windows10AppsForceUpdateSchedule" />
 13459          <Property Name="enableAutomaticRedeployment" Type="Edm.Boolean" Nullable="false" />
 13460          <Property Name="microsoftAccountSignInAssistantSettings" Type="microsoft.graph.signInAssistantOptions" Nullable="false" />
 13461          <Property Name="authenticationAllowSecondaryDevice" Type="Edm.Boolean" Nullable="false" />
 13462          <Property Name="authenticationWebSignIn" Type="microsoft.graph.enablement" Nullable="false" />
 13463          <Property Name="authenticationPreferredAzureADTenantDomainName" Type="Edm.String" />
 13464          <Property Name="cryptographyAllowFipsAlgorithmPolicy" Type="Edm.Boolean" Nullable="false" />
 13465          <Property Name="displayAppListWithGdiDPIScalingTurnedOn" Type="Collection(Edm.String)" />
 13466          <Property Name="displayAppListWithGdiDPIScalingTurnedOff" Type="Collection(Edm.String)" />
 13467          <Property Name="enterpriseCloudPrintDiscoveryEndPoint" Type="Edm.String" />
 13468          <Property Name="enterpriseCloudPrintOAuthAuthority" Type="Edm.String" />
 13469          <Property Name="enterpriseCloudPrintOAuthClientIdentifier" Type="Edm.String" />
 13470          <Property Name="enterpriseCloudPrintResourceIdentifier" Type="Edm.String" />
 13471          <Property Name="enterpriseCloudPrintDiscoveryMaxLimit" Type="Edm.Int32" />
 13472          <Property Name="enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" Type="Edm.String" />
 13473          <Property Name="experienceDoNotSyncBrowserSettings" Type="microsoft.graph.browserSyncSetting" Nullable="false" />
 13474          <Property Name="messagingBlockSync" Type="Edm.Boolean" Nullable="false" />
 13475          <Property Name="messagingBlockMMS" Type="Edm.Boolean" Nullable="false" />
 13476          <Property Name="messagingBlockRichCommunicationServices" Type="Edm.Boolean" Nullable="false" />
 13477          <Property Name="printerNames" Type="Collection(Edm.String)" />
 13478          <Property Name="printerDefaultName" Type="Edm.String" />
 13479          <Property Name="printerBlockAddition" Type="Edm.Boolean" Nullable="false" />
 13480          <Property Name="searchBlockDiacritics" Type="Edm.Boolean" Nullable="false" />
 13481          <Property Name="searchDisableAutoLanguageDetection" Type="Edm.Boolean" Nullable="false" />
 13482          <Property Name="searchDisableIndexingEncryptedItems" Type="Edm.Boolean" Nullable="false" />
 13483          <Property Name="searchEnableRemoteQueries" Type="Edm.Boolean" Nullable="false" />
 13484          <Property Name="searchDisableUseLocation" Type="Edm.Boolean" Nullable="false" />
 13485          <Property Name="searchDisableLocation" Type="Edm.Boolean" Nullable="false" />
 13486          <Property Name="searchDisableIndexerBackoff" Type="Edm.Boolean" Nullable="false" />
 13487          <Property Name="searchDisableIndexingRemovableDrive" Type="Edm.Boolean" Nullable="false" />
 13488          <Property Name="searchEnableAutomaticIndexSizeManangement" Type="Edm.Boolean" Nullable="false" />
 13489          <Property Name="searchBlockWebResults" Type="Edm.Boolean" Nullable="false" />
 13490          <Property Name="securityBlockAzureADJoinedDevicesAutoEncryption" Type="Edm.Boolean" Nullable="false" />
 13491          <Property Name="diagnosticsDataSubmissionMode" Type="microsoft.graph.diagnosticDataSubmissionMode" Nullable="false" />
 13492          <Property Name="oneDriveDisableFileSync" Type="Edm.Boolean" Nullable="false" />
 13493          <Property Name="systemTelemetryProxyServer" Type="Edm.String" />
 13494          <Property Name="edgeTelemetryForMicrosoft365Analytics" Type="microsoft.graph.edgeTelemetryMode" Nullable="false" />
 13495          <Property Name="inkWorkspaceAccess" Type="microsoft.graph.inkAccessSetting" Nullable="false" />
 13496          <Property Name="inkWorkspaceAccessState" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13497          <Property Name="inkWorkspaceBlockSuggestedApps" Type="Edm.Boolean" Nullable="false" />
 13498          <Property Name="smartScreenEnableAppInstallControl" Type="Edm.Boolean" Nullable="false" />
 13499          <Property Name="smartScreenAppInstallControl" Type="microsoft.graph.appInstallControlType" Nullable="false" />
 13500          <Property Name="personalizationDesktopImageUrl" Type="Edm.String" />
 13501          <Property Name="personalizationLockScreenImageUrl" Type="Edm.String" />
 13502          <Property Name="bluetoothAllowedServices" Type="Collection(Edm.String)" />
 13503          <Property Name="bluetoothBlockAdvertising" Type="Edm.Boolean" Nullable="false" />
 13504          <Property Name="bluetoothBlockPromptedProximalConnections" Type="Edm.Boolean" Nullable="false" />
 13505          <Property Name="bluetoothBlockDiscoverableMode" Type="Edm.Boolean" Nullable="false" />
 13506          <Property Name="bluetoothBlockPrePairing" Type="Edm.Boolean" Nullable="false" />
 13507          <Property Name="edgeBlockAutofill" Type="Edm.Boolean" Nullable="false" />
 13508          <Property Name="edgeBlocked" Type="Edm.Boolean" Nullable="false" />
 13509          <Property Name="edgeCookiePolicy" Type="microsoft.graph.edgeCookiePolicy" Nullable="false" />
 13510          <Property Name="edgeBlockDeveloperTools" Type="Edm.Boolean" Nullable="false" />
 13511          <Property Name="edgeBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" />
 13512          <Property Name="edgeBlockExtensions" Type="Edm.Boolean" Nullable="false" />
 13513          <Property Name="edgeBlockInPrivateBrowsing" Type="Edm.Boolean" Nullable="false" />
 13514          <Property Name="edgeBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
 13515          <Property Name="edgeBlockPasswordManager" Type="Edm.Boolean" Nullable="false" />
 13516          <Property Name="edgeBlockAddressBarDropdown" Type="Edm.Boolean" Nullable="false" />
 13517          <Property Name="edgeBlockCompatibilityList" Type="Edm.Boolean" Nullable="false" />
 13518          <Property Name="edgeClearBrowsingDataOnExit" Type="Edm.Boolean" Nullable="false" />
 13519          <Property Name="edgeAllowStartPagesModification" Type="Edm.Boolean" Nullable="false" />
 13520          <Property Name="edgeDisableFirstRunPage" Type="Edm.Boolean" Nullable="false" />
 13521          <Property Name="edgeBlockLiveTileDataCollection" Type="Edm.Boolean" Nullable="false" />
 13522          <Property Name="edgeSyncFavoritesWithInternetExplorer" Type="Edm.Boolean" Nullable="false" />
 13523          <Property Name="edgeFavoritesListLocation" Type="Edm.String" />
 13524          <Property Name="edgeBlockEditFavorites" Type="Edm.Boolean" Nullable="false" />
 13525          <Property Name="edgeNewTabPageURL" Type="Edm.String" />
 13526          <Property Name="edgeHomeButtonConfiguration" Type="microsoft.graph.edgeHomeButtonConfiguration" />
 13527          <Property Name="edgeHomeButtonConfigurationEnabled" Type="Edm.Boolean" Nullable="false" />
 13528          <Property Name="edgeOpensWith" Type="microsoft.graph.edgeOpenOptions" Nullable="false" />
 13529          <Property Name="edgeBlockSideloadingExtensions" Type="Edm.Boolean" Nullable="false" />
 13530          <Property Name="edgeRequiredExtensionPackageFamilyNames" Type="Collection(Edm.String)" />
 13531          <Property Name="edgeBlockPrinting" Type="Edm.Boolean" Nullable="false" />
 13532          <Property Name="edgeFavoritesBarVisibility" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13533          <Property Name="edgeBlockSavingHistory" Type="Edm.Boolean" Nullable="false" />
 13534          <Property Name="edgeBlockFullScreenMode" Type="Edm.Boolean" Nullable="false" />
 13535          <Property Name="edgeBlockWebContentOnNewTabPage" Type="Edm.Boolean" Nullable="false" />
 13536          <Property Name="edgeBlockTabPreloading" Type="Edm.Boolean" Nullable="false" />
 13537          <Property Name="edgeBlockPrelaunch" Type="Edm.Boolean" Nullable="false" />
 13538          <Property Name="edgeShowMessageWhenOpeningInternetExplorerSites" Type="microsoft.graph.internetExplorerMessageSetting" Nullable="false" />
 13539          <Property Name="edgePreventCertificateErrorOverride" Type="Edm.Boolean" Nullable="false" />
 13540          <Property Name="edgeKioskModeRestriction" Type="microsoft.graph.edgeKioskModeRestrictionType" Nullable="false" />
 13541          <Property Name="edgeKioskResetAfterIdleTimeInMinutes" Type="Edm.Int32" />
 13542          <Property Name="cellularBlockDataWhenRoaming" Type="Edm.Boolean" Nullable="false" />
 13543          <Property Name="cellularBlockVpn" Type="Edm.Boolean" Nullable="false" />
 13544          <Property Name="cellularBlockVpnWhenRoaming" Type="Edm.Boolean" Nullable="false" />
 13545          <Property Name="cellularData" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13546          <Property Name="defenderBlockEndUserAccess" Type="Edm.Boolean" Nullable="false" />
 13547          <Property Name="defenderDaysBeforeDeletingQuarantinedMalware" Type="Edm.Int32" />
 13548          <Property Name="defenderDetectedMalwareActions" Type="microsoft.graph.defenderDetectedMalwareActions" />
 13549          <Property Name="defenderSystemScanSchedule" Type="microsoft.graph.weeklySchedule" Nullable="false" />
 13550          <Property Name="defenderFilesAndFoldersToExclude" Type="Collection(Edm.String)" />
 13551          <Property Name="defenderFileExtensionsToExclude" Type="Collection(Edm.String)" />
 13552          <Property Name="defenderScanMaxCpu" Type="Edm.Int32" />
 13553          <Property Name="defenderMonitorFileActivity" Type="microsoft.graph.defenderMonitorFileActivity" Nullable="false" />
 13554          <Property Name="defenderPotentiallyUnwantedAppAction" Type="microsoft.graph.defenderPotentiallyUnwantedAppAction" />
 13555          <Property Name="defenderPotentiallyUnwantedAppActionSetting" Type="microsoft.graph.defenderProtectionType" Nullable="false" />
 13556          <Property Name="defenderProcessesToExclude" Type="Collection(Edm.String)" />
 13557          <Property Name="defenderPromptForSampleSubmission" Type="microsoft.graph.defenderPromptForSampleSubmission" Nullable="false" />
 13558          <Property Name="defenderRequireBehaviorMonitoring" Type="Edm.Boolean" Nullable="false" />
 13559          <Property Name="defenderRequireCloudProtection" Type="Edm.Boolean" Nullable="false" />
 13560          <Property Name="defenderRequireNetworkInspectionSystem" Type="Edm.Boolean" Nullable="false" />
 13561          <Property Name="defenderRequireRealTimeMonitoring" Type="Edm.Boolean" Nullable="false" />
 13562          <Property Name="defenderScanArchiveFiles" Type="Edm.Boolean" Nullable="false" />
 13563          <Property Name="defenderScanDownloads" Type="Edm.Boolean" Nullable="false" />
 13564          <Property Name="defenderScheduleScanEnableLowCpuPriority" Type="Edm.Boolean" Nullable="false" />
 13565          <Property Name="defenderDisableCatchupQuickScan" Type="Edm.Boolean" Nullable="false" />
 13566          <Property Name="defenderDisableCatchupFullScan" Type="Edm.Boolean" Nullable="false" />
 13567          <Property Name="defenderScanNetworkFiles" Type="Edm.Boolean" Nullable="false" />
 13568          <Property Name="defenderScanIncomingMail" Type="Edm.Boolean" Nullable="false" />
 13569          <Property Name="defenderScanMappedNetworkDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" />
 13570          <Property Name="defenderScanRemovableDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" />
 13571          <Property Name="defenderScanScriptsLoadedInInternetExplorer" Type="Edm.Boolean" Nullable="false" />
 13572          <Property Name="defenderSignatureUpdateIntervalInHours" Type="Edm.Int32" />
 13573          <Property Name="defenderScanType" Type="microsoft.graph.defenderScanType" Nullable="false" />
 13574          <Property Name="defenderScheduledScanTime" Type="Edm.TimeOfDay" />
 13575          <Property Name="defenderScheduledQuickScanTime" Type="Edm.TimeOfDay" />
 13576          <Property Name="defenderCloudBlockLevel" Type="microsoft.graph.defenderCloudBlockLevelType" Nullable="false" />
 13577          <Property Name="defenderCloudExtendedTimeout" Type="Edm.Int32" />
 13578          <Property Name="defenderCloudExtendedTimeoutInSeconds" Type="Edm.Int32" />
 13579          <Property Name="defenderBlockOnAccessProtection" Type="Edm.Boolean" Nullable="false" />
 13580          <Property Name="defenderSubmitSamplesConsentType" Type="microsoft.graph.defenderSubmitSamplesConsentType" Nullable="false" />
 13581          <Property Name="lockScreenAllowTimeoutConfiguration" Type="Edm.Boolean" Nullable="false" />
 13582          <Property Name="lockScreenBlockActionCenterNotifications" Type="Edm.Boolean" Nullable="false" />
 13583          <Property Name="lockScreenBlockCortana" Type="Edm.Boolean" Nullable="false" />
 13584          <Property Name="lockScreenBlockToastNotifications" Type="Edm.Boolean" Nullable="false" />
 13585          <Property Name="lockScreenTimeoutInSeconds" Type="Edm.Int32" />
 13586          <Property Name="lockScreenActivateAppsWithVoice" Type="microsoft.graph.enablement" Nullable="false" />
 13587          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 13588          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 13589          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 13590          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 13591          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 13592          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 13593          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 13594          <Property Name="passwordRequireWhenResumeFromIdleState" Type="Edm.Boolean" Nullable="false" />
 13595          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 13596          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 13597          <Property Name="passwordMinimumAgeInDays" Type="Edm.Int32" />
 13598          <Property Name="privacyAdvertisingId" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13599          <Property Name="privacyAutoAcceptPairingAndConsentPrompts" Type="Edm.Boolean" Nullable="false" />
 13600          <Property Name="privacyDisableLaunchExperience" Type="Edm.Boolean" Nullable="false" />
 13601          <Property Name="privacyBlockInputPersonalization" Type="Edm.Boolean" Nullable="false" />
 13602          <Property Name="privacyBlockPublishUserActivities" Type="Edm.Boolean" Nullable="false" />
 13603          <Property Name="privacyBlockActivityFeed" Type="Edm.Boolean" Nullable="false" />
 13604          <Property Name="startBlockUnpinningAppsFromTaskbar" Type="Edm.Boolean" Nullable="false" />
 13605          <Property Name="startMenuAppListVisibility" Type="microsoft.graph.windowsStartMenuAppListVisibilityType" Nullable="false" />
 13606          <Property Name="startMenuHideChangeAccountSettings" Type="Edm.Boolean" Nullable="false" />
 13607          <Property Name="startMenuHideFrequentlyUsedApps" Type="Edm.Boolean" Nullable="false" />
 13608          <Property Name="startMenuHideHibernate" Type="Edm.Boolean" Nullable="false" />
 13609          <Property Name="startMenuHideLock" Type="Edm.Boolean" Nullable="false" />
 13610          <Property Name="startMenuHidePowerButton" Type="Edm.Boolean" Nullable="false" />
 13611          <Property Name="startMenuHideRecentJumpLists" Type="Edm.Boolean" Nullable="false" />
 13612          <Property Name="startMenuHideRecentlyAddedApps" Type="Edm.Boolean" Nullable="false" />
 13613          <Property Name="startMenuHideRestartOptions" Type="Edm.Boolean" Nullable="false" />
 13614          <Property Name="startMenuHideShutDown" Type="Edm.Boolean" Nullable="false" />
 13615          <Property Name="startMenuHideSignOut" Type="Edm.Boolean" Nullable="false" />
 13616          <Property Name="startMenuHideSleep" Type="Edm.Boolean" Nullable="false" />
 13617          <Property Name="startMenuHideSwitchAccount" Type="Edm.Boolean" Nullable="false" />
 13618          <Property Name="startMenuHideUserTile" Type="Edm.Boolean" Nullable="false" />
 13619          <Property Name="startMenuLayoutEdgeAssetsXml" Type="Edm.Binary" />
 13620          <Property Name="startMenuLayoutXml" Type="Edm.Binary" />
 13621          <Property Name="startMenuMode" Type="microsoft.graph.windowsStartMenuModeType" Nullable="false" />
 13622          <Property Name="startMenuPinnedFolderDocuments" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13623          <Property Name="startMenuPinnedFolderDownloads" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13624          <Property Name="startMenuPinnedFolderFileExplorer" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13625          <Property Name="startMenuPinnedFolderHomeGroup" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13626          <Property Name="startMenuPinnedFolderMusic" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13627          <Property Name="startMenuPinnedFolderNetwork" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13628          <Property Name="startMenuPinnedFolderPersonalFolder" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13629          <Property Name="startMenuPinnedFolderPictures" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13630          <Property Name="startMenuPinnedFolderSettings" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13631          <Property Name="startMenuPinnedFolderVideos" Type="microsoft.graph.visibilitySetting" Nullable="false" />
 13632          <Property Name="settingsBlockSettingsApp" Type="Edm.Boolean" Nullable="false" />
 13633          <Property Name="settingsBlockSystemPage" Type="Edm.Boolean" Nullable="false" />
 13634          <Property Name="settingsBlockDevicesPage" Type="Edm.Boolean" Nullable="false" />
 13635          <Property Name="settingsBlockNetworkInternetPage" Type="Edm.Boolean" Nullable="false" />
 13636          <Property Name="settingsBlockPersonalizationPage" Type="Edm.Boolean" Nullable="false" />
 13637          <Property Name="settingsBlockAccountsPage" Type="Edm.Boolean" Nullable="false" />
 13638          <Property Name="settingsBlockTimeLanguagePage" Type="Edm.Boolean" Nullable="false" />
 13639          <Property Name="settingsBlockEaseOfAccessPage" Type="Edm.Boolean" Nullable="false" />
 13640          <Property Name="settingsBlockPrivacyPage" Type="Edm.Boolean" Nullable="false" />
 13641          <Property Name="settingsBlockUpdateSecurityPage" Type="Edm.Boolean" Nullable="false" />
 13642          <Property Name="settingsBlockAppsPage" Type="Edm.Boolean" Nullable="false" />
 13643          <Property Name="settingsBlockGamingPage" Type="Edm.Boolean" Nullable="false" />
 13644          <Property Name="windowsSpotlightBlockConsumerSpecificFeatures" Type="Edm.Boolean" Nullable="false" />
 13645          <Property Name="windowsSpotlightBlocked" Type="Edm.Boolean" Nullable="false" />
 13646          <Property Name="windowsSpotlightBlockOnActionCenter" Type="Edm.Boolean" Nullable="false" />
 13647          <Property Name="windowsSpotlightBlockTailoredExperiences" Type="Edm.Boolean" Nullable="false" />
 13648          <Property Name="windowsSpotlightBlockThirdPartyNotifications" Type="Edm.Boolean" Nullable="false" />
 13649          <Property Name="windowsSpotlightBlockWelcomeExperience" Type="Edm.Boolean" Nullable="false" />
 13650          <Property Name="windowsSpotlightBlockWindowsTips" Type="Edm.Boolean" Nullable="false" />
 13651          <Property Name="windowsSpotlightConfigureOnLockScreen" Type="microsoft.graph.windowsSpotlightEnablementSettings" Nullable="false" />
 13652          <Property Name="networkProxyApplySettingsDeviceWide" Type="Edm.Boolean" Nullable="false" />
 13653          <Property Name="networkProxyDisableAutoDetect" Type="Edm.Boolean" Nullable="false" />
 13654          <Property Name="networkProxyAutomaticConfigurationUrl" Type="Edm.String" />
 13655          <Property Name="networkProxyServer" Type="microsoft.graph.windows10NetworkProxyServer" />
 13656          <Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" />
 13657          <Property Name="antiTheftModeBlocked" Type="Edm.Boolean" Nullable="false" />
 13658          <Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" />
 13659          <Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
 13660          <Property Name="connectedDevicesServiceBlocked" Type="Edm.Boolean" Nullable="false" />
 13661          <Property Name="certificatesBlockManualRootCertificateInstallation" Type="Edm.Boolean" Nullable="false" />
 13662          <Property Name="copyPasteBlocked" Type="Edm.Boolean" Nullable="false" />
 13663          <Property Name="cortanaBlocked" Type="Edm.Boolean" Nullable="false" />
 13664          <Property Name="deviceManagementBlockFactoryResetOnMobile" Type="Edm.Boolean" Nullable="false" />
 13665          <Property Name="deviceManagementBlockManualUnenroll" Type="Edm.Boolean" Nullable="false" />
 13666          <Property Name="safeSearchFilter" Type="microsoft.graph.safeSearchFilterType" Nullable="false" />
 13667          <Property Name="edgeBlockPopups" Type="Edm.Boolean" Nullable="false" />
 13668          <Property Name="edgeBlockSearchSuggestions" Type="Edm.Boolean" Nullable="false" />
 13669          <Property Name="edgeBlockSearchEngineCustomization" Type="Edm.Boolean" Nullable="false" />
 13670          <Property Name="edgeBlockSendingIntranetTrafficToInternetExplorer" Type="Edm.Boolean" Nullable="false" />
 13671          <Property Name="edgeSendIntranetTrafficToInternetExplorer" Type="Edm.Boolean" Nullable="false" />
 13672          <Property Name="edgeRequireSmartScreen" Type="Edm.Boolean" Nullable="false" />
 13673          <Property Name="edgeEnterpriseModeSiteListLocation" Type="Edm.String" />
 13674          <Property Name="edgeFirstRunUrl" Type="Edm.String" />
 13675          <Property Name="edgeSearchEngine" Type="microsoft.graph.edgeSearchEngineBase" />
 13676          <Property Name="edgeHomepageUrls" Type="Collection(Edm.String)" />
 13677          <Property Name="edgeBlockAccessToAboutFlags" Type="Edm.Boolean" Nullable="false" />
 13678          <Property Name="smartScreenBlockPromptOverride" Type="Edm.Boolean" Nullable="false" />
 13679          <Property Name="smartScreenBlockPromptOverrideForFiles" Type="Edm.Boolean" Nullable="false" />
 13680          <Property Name="webRtcBlockLocalhostIpAddress" Type="Edm.Boolean" Nullable="false" />
 13681          <Property Name="internetSharingBlocked" Type="Edm.Boolean" Nullable="false" />
 13682          <Property Name="settingsBlockAddProvisioningPackage" Type="Edm.Boolean" Nullable="false" />
 13683          <Property Name="settingsBlockRemoveProvisioningPackage" Type="Edm.Boolean" Nullable="false" />
 13684          <Property Name="settingsBlockChangeSystemTime" Type="Edm.Boolean" Nullable="false" />
 13685          <Property Name="settingsBlockEditDeviceName" Type="Edm.Boolean" Nullable="false" />
 13686          <Property Name="settingsBlockChangeRegion" Type="Edm.Boolean" Nullable="false" />
 13687          <Property Name="settingsBlockChangeLanguage" Type="Edm.Boolean" Nullable="false" />
 13688          <Property Name="settingsBlockChangePowerSleep" Type="Edm.Boolean" Nullable="false" />
 13689          <Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
 13690          <Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" />
 13691          <Property Name="microsoftAccountBlockSettingsSync" Type="Edm.Boolean" Nullable="false" />
 13692          <Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" />
 13693          <Property Name="resetProtectionModeBlocked" Type="Edm.Boolean" Nullable="false" />
 13694          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 13695          <Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" />
 13696          <Property Name="storageRequireMobileDeviceEncryption" Type="Edm.Boolean" Nullable="false" />
 13697          <Property Name="usbBlocked" Type="Edm.Boolean" Nullable="false" />
 13698          <Property Name="voiceRecordingBlocked" Type="Edm.Boolean" Nullable="false" />
 13699          <Property Name="wiFiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" />
 13700          <Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" />
 13701          <Property Name="wiFiBlockManualConfiguration" Type="Edm.Boolean" Nullable="false" />
 13702          <Property Name="wiFiScanInterval" Type="Edm.Int32" />
 13703          <Property Name="wirelessDisplayBlockProjectionToThisDevice" Type="Edm.Boolean" Nullable="false" />
 13704          <Property Name="wirelessDisplayBlockUserInputFromReceiver" Type="Edm.Boolean" Nullable="false" />
 13705          <Property Name="wirelessDisplayRequirePinForPairing" Type="Edm.Boolean" Nullable="false" />
 13706          <Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" />
 13707          <Property Name="appsAllowTrustedAppsSideloading" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13708          <Property Name="windowsStoreBlockAutoUpdate" Type="Edm.Boolean" Nullable="false" />
 13709          <Property Name="developerUnlockSetting" Type="microsoft.graph.stateManagementSetting" Nullable="false" />
 13710          <Property Name="sharedUserAppDataAllowed" Type="Edm.Boolean" Nullable="false" />
 13711          <Property Name="appsBlockWindowsStoreOriginatedApps" Type="Edm.Boolean" Nullable="false" />
 13712          <Property Name="windowsStoreEnablePrivateStoreOnly" Type="Edm.Boolean" Nullable="false" />
 13713          <Property Name="storageRestrictAppDataToSystemVolume" Type="Edm.Boolean" Nullable="false" />
 13714          <Property Name="storageRestrictAppInstallToSystemVolume" Type="Edm.Boolean" Nullable="false" />
 13715          <Property Name="gameDvrBlocked" Type="Edm.Boolean" Nullable="false" />
 13716          <Property Name="experienceBlockDeviceDiscovery" Type="Edm.Boolean" Nullable="false" />
 13717          <Property Name="experienceBlockErrorDialogWhenNoSIM" Type="Edm.Boolean" Nullable="false" />
 13718          <Property Name="experienceBlockTaskSwitcher" Type="Edm.Boolean" Nullable="false" />
 13719          <Property Name="logonBlockFastUserSwitching" Type="Edm.Boolean" Nullable="false" />
 13720          <Property Name="tenantLockdownRequireNetworkDuringOutOfBoxExperience" Type="Edm.Boolean" Nullable="false" />
 13721          <Property Name="appManagementMSIAllowUserControlOverInstall" Type="Edm.Boolean" Nullable="false" />
 13722          <Property Name="appManagementMSIAlwaysInstallWithElevatedPrivileges" Type="Edm.Boolean" Nullable="false" />
 13723          <Property Name="dataProtectionBlockDirectMemoryAccess" Type="Edm.Boolean" Nullable="false" />
 13724          <Property Name="appManagementPackageFamilyNamesToLaunchAfterLogOn" Type="Collection(Edm.String)" />
 13725          <NavigationProperty Name="privacyAccessControls" Type="Collection(microsoft.graph.windowsPrivacyDataAccessControlItem)" ContainsTarget="true" />
 13726        </EntityType>
 13727        <ComplexType Name="windows10AppsForceUpdateSchedule">
 13728          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 13729          <Property Name="recurrence" Type="microsoft.graph.windows10AppsUpdateRecurrence" Nullable="false" />
 13730          <Property Name="runImmediatelyIfAfterStartDateTime" Type="Edm.Boolean" Nullable="false" />
 13731        </ComplexType>
 13732        <ComplexType Name="edgeHomeButtonConfiguration" Abstract="true" />
 13733        <ComplexType Name="windows10NetworkProxyServer">
 13734          <Property Name="address" Type="Edm.String" Nullable="false" />
 13735          <Property Name="exceptions" Type="Collection(Edm.String)" />
 13736          <Property Name="useForLocalAddresses" Type="Edm.Boolean" Nullable="false" />
 13737        </ComplexType>
 13738        <ComplexType Name="edgeSearchEngineBase" Abstract="true" />
 13739        <ComplexType Name="edgeHomeButtonHidden" BaseType="microsoft.graph.edgeHomeButtonConfiguration" />
 13740        <ComplexType Name="edgeHomeButtonOpensCustomURL" BaseType="microsoft.graph.edgeHomeButtonConfiguration">
 13741          <Property Name="homeButtonCustomURL" Type="Edm.String" />
 13742        </ComplexType>
 13743        <ComplexType Name="edgeHomeButtonOpensNewTab" BaseType="microsoft.graph.edgeHomeButtonConfiguration" />
 13744        <ComplexType Name="edgeHomeButtonLoadsStartPage" BaseType="microsoft.graph.edgeHomeButtonConfiguration" />
 13745        <ComplexType Name="edgeSearchEngineCustom" BaseType="microsoft.graph.edgeSearchEngineBase">
 13746          <Property Name="edgeSearchEngineOpenSearchXmlUrl" Type="Edm.String" Nullable="false" />
 13747        </ComplexType>
 13748        <ComplexType Name="edgeSearchEngine" BaseType="microsoft.graph.edgeSearchEngineBase">
 13749          <Property Name="edgeSearchEngineType" Type="microsoft.graph.edgeSearchEngineType" Nullable="false" />
 13750        </ComplexType>
 13751        <EntityType Name="windows10DeviceFirmwareConfigurationInterface" BaseType="microsoft.graph.deviceConfiguration">
 13752          <Property Name="changeUefiSettingsPermission" Type="microsoft.graph.changeUefiSettingsPermission" Nullable="false" />
 13753          <Property Name="virtualizationOfCpuAndIO" Type="microsoft.graph.enablement" Nullable="false" />
 13754          <Property Name="cameras" Type="microsoft.graph.enablement" Nullable="false" />
 13755          <Property Name="microphonesAndSpeakers" Type="microsoft.graph.enablement" Nullable="false" />
 13756          <Property Name="radios" Type="microsoft.graph.enablement" Nullable="false" />
 13757          <Property Name="bootFromExternalMedia" Type="microsoft.graph.enablement" Nullable="false" />
 13758          <Property Name="bootFromBuiltInNetworkAdapters" Type="microsoft.graph.enablement" Nullable="false" />
 13759        </EntityType>
 13760        <EntityType Name="windowsDefenderAdvancedThreatProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13761          <Property Name="advancedThreatProtectionOnboardingBlob" Type="Edm.String" />
 13762          <Property Name="advancedThreatProtectionOnboardingFilename" Type="Edm.String" />
 13763          <Property Name="advancedThreatProtectionAutoPopulateOnboardingBlob" Type="Edm.Boolean" Nullable="false" />
 13764          <Property Name="allowSampleSharing" Type="Edm.Boolean" Nullable="false" />
 13765          <Property Name="enableExpeditedTelemetryReporting" Type="Edm.Boolean" Nullable="false" />
 13766          <Property Name="advancedThreatProtectionOffboardingBlob" Type="Edm.String" />
 13767          <Property Name="advancedThreatProtectionOffboardingFilename" Type="Edm.String" />
 13768        </EntityType>
 13769        <EntityType Name="editionUpgradeConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13770          <Property Name="licenseType" Type="microsoft.graph.editionUpgradeLicenseType" Nullable="false" />
 13771          <Property Name="targetEdition" Type="microsoft.graph.windows10EditionType" Nullable="false" />
 13772          <Property Name="license" Type="Edm.String" />
 13773          <Property Name="productKey" Type="Edm.String" />
 13774          <Property Name="windowsSMode" Type="microsoft.graph.windowsSModeConfiguration" Nullable="false" />
 13775        </EntityType>
 13776        <EntityType Name="windows10NetworkBoundaryConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13777          <Property Name="windowsNetworkIsolationPolicy" Type="microsoft.graph.windowsNetworkIsolationPolicy" />
 13778        </EntityType>
 13779        <ComplexType Name="windowsNetworkIsolationPolicy">
 13780          <Property Name="enterpriseNetworkDomainNames" Type="Collection(Edm.String)" />
 13781          <Property Name="enterpriseCloudResources" Type="Collection(microsoft.graph.proxiedDomain)" />
 13782          <Property Name="enterpriseIPRanges" Type="Collection(microsoft.graph.ipRange)" />
 13783          <Property Name="enterpriseInternalProxyServers" Type="Collection(Edm.String)" />
 13784          <Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
 13785          <Property Name="enterpriseProxyServers" Type="Collection(Edm.String)" />
 13786          <Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" />
 13787          <Property Name="neutralDomainResources" Type="Collection(Edm.String)" />
 13788        </ComplexType>
 13789        <ComplexType Name="proxiedDomain">
 13790          <Property Name="ipAddressOrFQDN" Type="Edm.String" Nullable="false" />
 13791          <Property Name="proxy" Type="Edm.String" />
 13792        </ComplexType>
 13793        <ComplexType Name="iPv6Range" BaseType="microsoft.graph.ipRange">
 13794          <Property Name="lowerAddress" Type="Edm.String" Nullable="false" />
 13795          <Property Name="upperAddress" Type="Edm.String" Nullable="false" />
 13796        </ComplexType>
 13797        <ComplexType Name="iPv4Range" BaseType="microsoft.graph.ipRange">
 13798          <Property Name="lowerAddress" Type="Edm.String" Nullable="false" />
 13799          <Property Name="upperAddress" Type="Edm.String" Nullable="false" />
 13800        </ComplexType>
 13801        <EntityType Name="windows10CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13802          <Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
 13803        </EntityType>
 13804        <EntityType Name="windowsDeliveryOptimizationConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13805          <Property Name="deliveryOptimizationMode" Type="microsoft.graph.windowsDeliveryOptimizationMode" Nullable="false" />
 13806          <Property Name="restrictPeerSelectionBy" Type="microsoft.graph.deliveryOptimizationRestrictPeerSelectionByOptions" Nullable="false" />
 13807          <Property Name="groupIdSource" Type="microsoft.graph.deliveryOptimizationGroupIdSource" />
 13808          <Property Name="bandwidthMode" Type="microsoft.graph.deliveryOptimizationBandwidth" />
 13809          <Property Name="backgroundDownloadFromHttpDelayInSeconds" Type="Edm.Int64" Nullable="false" />
 13810          <Property Name="foregroundDownloadFromHttpDelayInSeconds" Type="Edm.Int64" />
 13811          <Property Name="minimumRamAllowedToPeerInGigabytes" Type="Edm.Int32" />
 13812          <Property Name="minimumDiskSizeAllowedToPeerInGigabytes" Type="Edm.Int32" />
 13813          <Property Name="minimumFileSizeToCacheInMegabytes" Type="Edm.Int32" />
 13814          <Property Name="minimumBatteryPercentageAllowedToUpload" Type="Edm.Int32" />
 13815          <Property Name="modifyCacheLocation" Type="Edm.String" />
 13816          <Property Name="maximumCacheAgeInDays" Type="Edm.Int32" />
 13817          <Property Name="maximumCacheSize" Type="microsoft.graph.deliveryOptimizationMaxCacheSize" />
 13818          <Property Name="vpnPeerCaching" Type="microsoft.graph.enablement" Nullable="false" />
 13819          <Property Name="cacheServerHostNames" Type="Collection(Edm.String)" />
 13820          <Property Name="cacheServerForegroundDownloadFallbackToHttpDelayInSeconds" Type="Edm.Int32" Nullable="false" />
 13821          <Property Name="cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds" Type="Edm.Int32" Nullable="false" />
 13822        </EntityType>
 13823        <ComplexType Name="deliveryOptimizationGroupIdSource" Abstract="true" />
 13824        <ComplexType Name="deliveryOptimizationBandwidth" Abstract="true" />
 13825        <ComplexType Name="deliveryOptimizationMaxCacheSize" Abstract="true" />
 13826        <ComplexType Name="deliveryOptimizationGroupIdCustom" BaseType="microsoft.graph.deliveryOptimizationGroupIdSource">
 13827          <Property Name="groupIdCustom" Type="Edm.String" Nullable="false" />
 13828        </ComplexType>
 13829        <ComplexType Name="deliveryOptimizationGroupIdSourceOptions" BaseType="microsoft.graph.deliveryOptimizationGroupIdSource">
 13830          <Property Name="groupIdSourceOption" Type="microsoft.graph.deliveryOptimizationGroupIdOptionsType" Nullable="false" />
 13831        </ComplexType>
 13832        <ComplexType Name="deliveryOptimizationBandwidthHoursWithPercentage" BaseType="microsoft.graph.deliveryOptimizationBandwidth">
 13833          <Property Name="bandwidthBackgroundPercentageHours" Type="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit" />
 13834          <Property Name="bandwidthForegroundPercentageHours" Type="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit" />
 13835        </ComplexType>
 13836        <ComplexType Name="deliveryOptimizationBandwidthBusinessHoursLimit">
 13837          <Property Name="bandwidthBeginBusinessHours" Type="Edm.Int32" Nullable="false" />
 13838          <Property Name="bandwidthEndBusinessHours" Type="Edm.Int32" Nullable="false" />
 13839          <Property Name="bandwidthPercentageDuringBusinessHours" Type="Edm.Int32" Nullable="false" />
 13840          <Property Name="bandwidthPercentageOutsideBusinessHours" Type="Edm.Int32" Nullable="false" />
 13841        </ComplexType>
 13842        <ComplexType Name="deliveryOptimizationBandwidthPercentage" BaseType="microsoft.graph.deliveryOptimizationBandwidth">
 13843          <Property Name="maximumBackgroundBandwidthPercentage" Type="Edm.Int32" />
 13844          <Property Name="maximumForegroundBandwidthPercentage" Type="Edm.Int32" />
 13845        </ComplexType>
 13846        <ComplexType Name="deliveryOptimizationBandwidthAbsolute" BaseType="microsoft.graph.deliveryOptimizationBandwidth">
 13847          <Property Name="maximumDownloadBandwidthInKilobytesPerSecond" Type="Edm.Int64" />
 13848          <Property Name="maximumUploadBandwidthInKilobytesPerSecond" Type="Edm.Int64" />
 13849        </ComplexType>
 13850        <ComplexType Name="deliveryOptimizationMaxCacheSizePercentage" BaseType="microsoft.graph.deliveryOptimizationMaxCacheSize">
 13851          <Property Name="maximumCacheSizePercentage" Type="Edm.Int32" Nullable="false" />
 13852        </ComplexType>
 13853        <ComplexType Name="deliveryOptimizationMaxCacheSizeAbsolute" BaseType="microsoft.graph.deliveryOptimizationMaxCacheSize">
 13854          <Property Name="maximumCacheSizeInGigabytes" Type="Edm.Int64" Nullable="false" />
 13855        </ComplexType>
 13856        <EntityType Name="windowsHealthMonitoringConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13857          <Property Name="allowDeviceHealthMonitoring" Type="microsoft.graph.enablement" Nullable="false" />
 13858          <Property Name="configDeviceHealthMonitoringScope" Type="microsoft.graph.windowsHealthMonitoringScope" Nullable="false" />
 13859          <Property Name="configDeviceHealthMonitoringCustomScope" Type="Edm.String" />
 13860        </EntityType>
 13861        <EntityType Name="windowsIdentityProtectionConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13862          <Property Name="useSecurityKeyForSignin" Type="Edm.Boolean" Nullable="false" />
 13863          <Property Name="enhancedAntiSpoofingForFacialFeaturesEnabled" Type="Edm.Boolean" Nullable="false" />
 13864          <Property Name="pinMinimumLength" Type="Edm.Int32" />
 13865          <Property Name="pinMaximumLength" Type="Edm.Int32" />
 13866          <Property Name="pinUppercaseCharactersUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13867          <Property Name="pinLowercaseCharactersUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13868          <Property Name="pinSpecialCharactersUsage" Type="microsoft.graph.configurationUsage" Nullable="false" />
 13869          <Property Name="pinExpirationInDays" Type="Edm.Int32" />
 13870          <Property Name="pinPreviousBlockCount" Type="Edm.Int32" />
 13871          <Property Name="pinRecoveryEnabled" Type="Edm.Boolean" Nullable="false" />
 13872          <Property Name="securityDeviceRequired" Type="Edm.Boolean" Nullable="false" />
 13873          <Property Name="unlockWithBiometricsEnabled" Type="Edm.Boolean" Nullable="false" />
 13874          <Property Name="useCertificatesForOnPremisesAuthEnabled" Type="Edm.Boolean" Nullable="false" />
 13875          <Property Name="windowsHelloForBusinessBlocked" Type="Edm.Boolean" />
 13876        </EntityType>
 13877        <EntityType Name="windowsKioskConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13878          <Property Name="kioskProfiles" Type="Collection(microsoft.graph.windowsKioskProfile)" />
 13879          <Property Name="kioskBrowserDefaultUrl" Type="Edm.String" />
 13880          <Property Name="kioskBrowserEnableHomeButton" Type="Edm.Boolean" Nullable="false" />
 13881          <Property Name="kioskBrowserEnableNavigationButtons" Type="Edm.Boolean" Nullable="false" />
 13882          <Property Name="kioskBrowserEnableEndSessionButton" Type="Edm.Boolean" Nullable="false" />
 13883          <Property Name="kioskBrowserRestartOnIdleTimeInMinutes" Type="Edm.Int32" />
 13884          <Property Name="kioskBrowserBlockedURLs" Type="Collection(Edm.String)" />
 13885          <Property Name="kioskBrowserBlockedUrlExceptions" Type="Collection(Edm.String)" />
 13886          <Property Name="edgeKioskEnablePublicBrowsing" Type="Edm.Boolean" Nullable="false" />
 13887          <Property Name="windowsKioskForceUpdateSchedule" Type="microsoft.graph.windowsKioskForceUpdateSchedule" />
 13888        </EntityType>
 13889        <ComplexType Name="windowsKioskProfile">
 13890          <Property Name="profileId" Type="Edm.String" Nullable="false" />
 13891          <Property Name="profileName" Type="Edm.String" Nullable="false" />
 13892          <Property Name="appConfiguration" Type="microsoft.graph.windowsKioskAppConfiguration" Nullable="false" />
 13893          <Property Name="userAccountsConfiguration" Type="Collection(microsoft.graph.windowsKioskUser)" Nullable="false" />
 13894        </ComplexType>
 13895        <ComplexType Name="windowsKioskAppConfiguration" Abstract="true" />
 13896        <ComplexType Name="windowsKioskUser" Abstract="true" />
 13897        <ComplexType Name="windowsKioskForceUpdateSchedule">
 13898          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 13899          <Property Name="recurrence" Type="microsoft.graph.windows10AppsUpdateRecurrence" Nullable="false" />
 13900          <Property Name="dayofWeek" Type="microsoft.graph.dayOfWeek" Nullable="false" />
 13901          <Property Name="dayofMonth" Type="Edm.Int32" Nullable="false" />
 13902          <Property Name="runImmediatelyIfAfterStartDateTime" Type="Edm.Boolean" Nullable="false" />
 13903        </ComplexType>
 13904        <ComplexType Name="windowsKioskMultipleApps" BaseType="microsoft.graph.windowsKioskAppConfiguration">
 13905          <Property Name="apps" Type="Collection(microsoft.graph.windowsKioskAppBase)" Nullable="false" />
 13906          <Property Name="showTaskBar" Type="Edm.Boolean" Nullable="false" />
 13907          <Property Name="allowAccessToDownloadsFolder" Type="Edm.Boolean" Nullable="false" />
 13908          <Property Name="disallowDesktopApps" Type="Edm.Boolean" Nullable="false" />
 13909          <Property Name="startMenuLayoutXml" Type="Edm.Binary" />
 13910        </ComplexType>
 13911        <ComplexType Name="windowsKioskAppBase" Abstract="true">
 13912          <Property Name="startLayoutTileSize" Type="microsoft.graph.windowsAppStartLayoutTileSize" Nullable="false" />
 13913          <Property Name="name" Type="Edm.String" />
 13914          <Property Name="appType" Type="microsoft.graph.windowsKioskAppType" Nullable="false" />
 13915          <Property Name="autoLaunch" Type="Edm.Boolean" Nullable="false" />
 13916        </ComplexType>
 13917        <ComplexType Name="windowsKioskUWPApp" BaseType="microsoft.graph.windowsKioskAppBase">
 13918          <Property Name="appUserModelId" Type="Edm.String" Nullable="false" />
 13919          <Property Name="appId" Type="Edm.String" />
 13920          <Property Name="containedAppId" Type="Edm.String" />
 13921        </ComplexType>
 13922        <ComplexType Name="windowsKioskSingleUWPApp" BaseType="microsoft.graph.windowsKioskAppConfiguration">
 13923          <Property Name="uwpApp" Type="microsoft.graph.windowsKioskUWPApp" Nullable="false" />
 13924        </ComplexType>
 13925        <ComplexType Name="windowsKioskDesktopApp" BaseType="microsoft.graph.windowsKioskAppBase">
 13926          <Property Name="path" Type="Edm.String" Nullable="false" />
 13927          <Property Name="desktopApplicationId" Type="Edm.String" />
 13928          <Property Name="desktopApplicationLinkPath" Type="Edm.String" />
 13929        </ComplexType>
 13930        <ComplexType Name="windowsKioskVisitor" BaseType="microsoft.graph.windowsKioskUser" />
 13931        <ComplexType Name="windowsKioskAutologon" BaseType="microsoft.graph.windowsKioskUser" />
 13932        <ComplexType Name="windowsKioskLocalGroup" BaseType="microsoft.graph.windowsKioskUser">
 13933          <Property Name="groupName" Type="Edm.String" Nullable="false" />
 13934        </ComplexType>
 13935        <ComplexType Name="windowsKioskActiveDirectoryGroup" BaseType="microsoft.graph.windowsKioskUser">
 13936          <Property Name="groupName" Type="Edm.String" Nullable="false" />
 13937        </ComplexType>
 13938        <ComplexType Name="windowsKioskAzureADGroup" BaseType="microsoft.graph.windowsKioskUser">
 13939          <Property Name="displayName" Type="Edm.String" />
 13940          <Property Name="groupId" Type="Edm.String" Nullable="false" />
 13941        </ComplexType>
 13942        <ComplexType Name="windowsKioskAzureADUser" BaseType="microsoft.graph.windowsKioskUser">
 13943          <Property Name="userId" Type="Edm.String" />
 13944          <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
 13945        </ComplexType>
 13946        <ComplexType Name="windowsKioskLocalUser" BaseType="microsoft.graph.windowsKioskUser">
 13947          <Property Name="userName" Type="Edm.String" Nullable="false" />
 13948        </ComplexType>
 13949        <EntityType Name="windows10EnterpriseModernAppManagementConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13950          <Property Name="uninstallBuiltInApps" Type="Edm.Boolean" Nullable="false" />
 13951        </EntityType>
 13952        <EntityType Name="sharedPCConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13953          <Property Name="accountManagerPolicy" Type="microsoft.graph.sharedPCAccountManagerPolicy" />
 13954          <Property Name="allowedAccounts" Type="microsoft.graph.sharedPCAllowedAccountType" Nullable="false" />
 13955          <Property Name="localStorage" Type="microsoft.graph.enablement" Nullable="false" />
 13956          <Property Name="allowLocalStorage" Type="Edm.Boolean" Nullable="false" />
 13957          <Property Name="setAccountManager" Type="microsoft.graph.enablement" Nullable="false" />
 13958          <Property Name="disableAccountManager" Type="Edm.Boolean" Nullable="false" />
 13959          <Property Name="setEduPolicies" Type="microsoft.graph.enablement" Nullable="false" />
 13960          <Property Name="disableEduPolicies" Type="Edm.Boolean" Nullable="false" />
 13961          <Property Name="setPowerPolicies" Type="microsoft.graph.enablement" Nullable="false" />
 13962          <Property Name="disablePowerPolicies" Type="Edm.Boolean" Nullable="false" />
 13963          <Property Name="signInOnResume" Type="microsoft.graph.enablement" Nullable="false" />
 13964          <Property Name="disableSignInOnResume" Type="Edm.Boolean" Nullable="false" />
 13965          <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
 13966          <Property Name="idleTimeBeforeSleepInSeconds" Type="Edm.Int32" />
 13967          <Property Name="kioskAppDisplayName" Type="Edm.String" />
 13968          <Property Name="kioskAppUserModelId" Type="Edm.String" />
 13969          <Property Name="maintenanceStartTime" Type="Edm.TimeOfDay" />
 13970          <Property Name="fastFirstSignIn" Type="microsoft.graph.enablement" Nullable="false" />
 13971        </EntityType>
 13972        <ComplexType Name="sharedPCAccountManagerPolicy">
 13973          <Property Name="accountDeletionPolicy" Type="microsoft.graph.sharedPCAccountDeletionPolicyType" Nullable="false" />
 13974          <Property Name="cacheAccountsAboveDiskFreePercentage" Type="Edm.Int32" />
 13975          <Property Name="inactiveThresholdDays" Type="Edm.Int32" />
 13976          <Property Name="removeAccountsBelowDiskFreePercentage" Type="Edm.Int32" />
 13977        </ComplexType>
 13978        <EntityType Name="windows10PFXImportCertificateProfile" BaseType="microsoft.graph.deviceConfiguration">
 13979          <Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
 13980        </EntityType>
 13981        <EntityType Name="windows10SecureAssessmentConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13982          <Property Name="launchUri" Type="Edm.String" />
 13983          <Property Name="configurationAccount" Type="Edm.String" />
 13984          <Property Name="configurationAccountType" Type="microsoft.graph.secureAssessmentAccountType" Nullable="false" />
 13985          <Property Name="allowPrinting" Type="Edm.Boolean" Nullable="false" />
 13986          <Property Name="allowScreenCapture" Type="Edm.Boolean" Nullable="false" />
 13987          <Property Name="allowTextSuggestion" Type="Edm.Boolean" Nullable="false" />
 13988          <Property Name="localGuestAccountName" Type="Edm.String" />
 13989          <Property Name="assessmentAppUserModelId" Type="Edm.String" />
 13990        </EntityType>
 13991        <EntityType Name="windowsWifiConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 13992          <Property Name="preSharedKey" Type="Edm.String" />
 13993          <Property Name="wifiSecurityType" Type="microsoft.graph.wiFiSecurityType" />
 13994          <Property Name="meteredConnectionLimit" Type="microsoft.graph.meteredConnectionLimitType" />
 13995          <Property Name="ssid" Type="Edm.String" />
 13996          <Property Name="networkName" Type="Edm.String" />
 13997          <Property Name="connectAutomatically" Type="Edm.Boolean" />
 13998          <Property Name="connectToPreferredNetwork" Type="Edm.Boolean" />
 13999          <Property Name="connectWhenNetworkNameIsHidden" Type="Edm.Boolean" />
 14000          <Property Name="proxySetting" Type="microsoft.graph.wiFiProxySetting" />
 14001          <Property Name="proxyManualAddress" Type="Edm.String" />
 14002          <Property Name="proxyManualPort" Type="Edm.Int32" />
 14003          <Property Name="proxyAutomaticConfigurationUrl" Type="Edm.String" />
 14004          <Property Name="forceFIPSCompliance" Type="Edm.Boolean" />
 14005        </EntityType>
 14006        <EntityType Name="windowsWifiEnterpriseEAPConfiguration" BaseType="microsoft.graph.windowsWifiConfiguration">
 14007          <Property Name="networkSingleSignOn" Type="microsoft.graph.networkSingleSignOnType" />
 14008          <Property Name="maximumAuthenticationTimeoutInSeconds" Type="Edm.Int32" />
 14009          <Property Name="promptForAdditionalAuthenticationCredentials" Type="Edm.Boolean" />
 14010          <Property Name="enablePairwiseMasterKeyCaching" Type="Edm.Boolean" />
 14011          <Property Name="maximumPairwiseMasterKeyCacheTimeInMinutes" Type="Edm.Int32" />
 14012          <Property Name="maximumNumberOfPairwiseMasterKeysInCache" Type="Edm.Int32" />
 14013          <Property Name="enablePreAuthentication" Type="Edm.Boolean" />
 14014          <Property Name="maximumPreAuthenticationAttempts" Type="Edm.Int32" />
 14015          <Property Name="eapType" Type="microsoft.graph.eapType" Nullable="false" />
 14016          <Property Name="trustedServerCertificateNames" Type="Collection(Edm.String)" />
 14017          <Property Name="authenticationMethod" Type="microsoft.graph.wiFiAuthenticationMethod" />
 14018          <Property Name="innerAuthenticationProtocolForEAPTTLS" Type="microsoft.graph.nonEapAuthenticationMethodForEapTtlsType" />
 14019          <Property Name="outerIdentityPrivacyTemporaryValue" Type="Edm.String" />
 14020          <NavigationProperty Name="rootCertificatesForServerValidation" Type="Collection(microsoft.graph.windows81TrustedRootCertificate)" />
 14021          <NavigationProperty Name="identityCertificateForClientAuthentication" Type="microsoft.graph.windowsCertificateProfileBase" />
 14022        </EntityType>
 14023        <EntityType Name="windows81TrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 14024          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 14025          <Property Name="certFileName" Type="Edm.String" />
 14026          <Property Name="destinationStore" Type="microsoft.graph.certificateDestinationStore" Nullable="false" />
 14027        </EntityType>
 14028        <EntityType Name="windowsCertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 14029          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 14030          <Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
 14031          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 14032          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" />
 14033          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 14034          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 14035        </EntityType>
 14036        <EntityType Name="windows10ImportedPFXCertificateProfile" BaseType="microsoft.graph.windowsCertificateProfileBase">
 14037          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 14038          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 14039        </EntityType>
 14040        <EntityType Name="windowsPhone81ImportedPFXCertificateProfile" BaseType="microsoft.graph.windowsCertificateProfileBase">
 14041          <Property Name="intendedPurpose" Type="microsoft.graph.intendedPurpose" Nullable="false" />
 14042          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 14043        </EntityType>
 14044        <EntityType Name="windows10CertificateProfileBase" BaseType="microsoft.graph.windowsCertificateProfileBase" Abstract="true" />
 14045        <EntityType Name="windows10PkcsCertificateProfile" BaseType="microsoft.graph.windows10CertificateProfileBase">
 14046          <Property Name="certificationAuthority" Type="Edm.String" Nullable="false" />
 14047          <Property Name="certificationAuthorityName" Type="Edm.String" Nullable="false" />
 14048          <Property Name="certificateTemplateName" Type="Edm.String" Nullable="false" />
 14049          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 14050          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" />
 14051          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 14052        </EntityType>
 14053        <EntityType Name="windows81CertificateProfileBase" BaseType="microsoft.graph.windowsCertificateProfileBase" Abstract="true">
 14054          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 14055          <Property Name="customSubjectAlternativeNames" Type="Collection(microsoft.graph.customSubjectAlternativeName)" />
 14056        </EntityType>
 14057        <EntityType Name="windows81SCEPCertificateProfile" BaseType="microsoft.graph.windows81CertificateProfileBase">
 14058          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 14059          <Property Name="subjectNameFormatString" Type="Edm.String" />
 14060          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 14061          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 14062          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 14063          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 14064          <Property Name="certificateStore" Type="microsoft.graph.certificateStore" />
 14065          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.windows81TrustedRootCertificate" />
 14066          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 14067        </EntityType>
 14068        <EntityType Name="windows81WifiImportConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14069          <Property Name="payloadFileName" Type="Edm.String" Nullable="false" />
 14070          <Property Name="profileName" Type="Edm.String" Nullable="false" />
 14071          <Property Name="payload" Type="Edm.Binary" Nullable="false" />
 14072        </EntityType>
 14073        <EntityType Name="windowsDomainJoinConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14074          <Property Name="computerNameStaticPrefix" Type="Edm.String" Nullable="false" />
 14075          <Property Name="computerNameSuffixRandomCharCount" Type="Edm.Int32" Nullable="false" />
 14076          <Property Name="activeDirectoryDomainName" Type="Edm.String" Nullable="false" />
 14077          <Property Name="organizationalUnit" Type="Edm.String" />
 14078          <NavigationProperty Name="networkAccessConfigurations" Type="Collection(microsoft.graph.deviceConfiguration)" />
 14079        </EntityType>
 14080        <EntityType Name="windowsPhone81CustomConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14081          <Property Name="omaSettings" Type="Collection(microsoft.graph.omaSetting)" />
 14082        </EntityType>
 14083        <EntityType Name="windowsPhone81TrustedRootCertificate" BaseType="microsoft.graph.deviceConfiguration">
 14084          <Property Name="trustedRootCertificate" Type="Edm.Binary" Nullable="false" />
 14085          <Property Name="certFileName" Type="Edm.String" />
 14086        </EntityType>
 14087        <ComplexType Name="windowsUpdateScheduledInstall" BaseType="microsoft.graph.windowsUpdateInstallScheduleType">
 14088          <Property Name="scheduledInstallDay" Type="microsoft.graph.weeklySchedule" Nullable="false" />
 14089          <Property Name="scheduledInstallTime" Type="Edm.TimeOfDay" Nullable="false" />
 14090        </ComplexType>
 14091        <ComplexType Name="windowsUpdateActiveHoursInstall" BaseType="microsoft.graph.windowsUpdateInstallScheduleType">
 14092          <Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" />
 14093          <Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" />
 14094        </ComplexType>
 14095        <EntityType Name="windowsVpnConfiguration" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 14096          <Property Name="connectionName" Type="Edm.String" Nullable="false" />
 14097          <Property Name="servers" Type="Collection(microsoft.graph.vpnServer)" Nullable="false" />
 14098          <Property Name="customXml" Type="Edm.Binary" />
 14099        </EntityType>
 14100        <EntityType Name="windows10VpnConfiguration" BaseType="microsoft.graph.windowsVpnConfiguration">
 14101          <Property Name="profileTarget" Type="microsoft.graph.windows10VpnProfileTarget" />
 14102          <Property Name="connectionType" Type="microsoft.graph.windows10VpnConnectionType" Nullable="false" />
 14103          <Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
 14104          <Property Name="enableAlwaysOn" Type="Edm.Boolean" />
 14105          <Property Name="enableDeviceTunnel" Type="Edm.Boolean" />
 14106          <Property Name="enableDnsRegistration" Type="Edm.Boolean" />
 14107          <Property Name="dnsSuffixes" Type="Collection(Edm.String)" />
 14108          <Property Name="authenticationMethod" Type="microsoft.graph.windows10VpnAuthenticationMethod" Nullable="false" />
 14109          <Property Name="rememberUserCredentials" Type="Edm.Boolean" Nullable="false" />
 14110          <Property Name="enableConditionalAccess" Type="Edm.Boolean" Nullable="false" />
 14111          <Property Name="enableSingleSignOnWithAlternateCertificate" Type="Edm.Boolean" Nullable="false" />
 14112          <Property Name="singleSignOnEku" Type="microsoft.graph.extendedKeyUsage" />
 14113          <Property Name="singleSignOnIssuerHash" Type="Edm.String" />
 14114          <Property Name="eapXml" Type="Edm.Binary" />
 14115          <Property Name="proxyServer" Type="microsoft.graph.windows10VpnProxyServer" />
 14116          <Property Name="associatedApps" Type="Collection(microsoft.graph.windows10AssociatedApps)" />
 14117          <Property Name="onlyAssociatedAppsCanUseConnection" Type="Edm.Boolean" />
 14118          <Property Name="windowsInformationProtectionDomain" Type="Edm.String" />
 14119          <Property Name="trafficRules" Type="Collection(microsoft.graph.vpnTrafficRule)" />
 14120          <Property Name="routes" Type="Collection(microsoft.graph.vpnRoute)" />
 14121          <Property Name="dnsRules" Type="Collection(microsoft.graph.vpnDnsRule)" />
 14122          <Property Name="trustedNetworkDomains" Type="Collection(Edm.String)" />
 14123          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.windowsCertificateProfileBase" />
 14124        </EntityType>
 14125        <ComplexType Name="windows10AssociatedApps">
 14126          <Property Name="appType" Type="microsoft.graph.windows10AppType" Nullable="false" />
 14127          <Property Name="identifier" Type="Edm.String" Nullable="false" />
 14128        </ComplexType>
 14129        <ComplexType Name="vpnTrafficRule">
 14130          <Property Name="name" Type="Edm.String" Nullable="false" />
 14131          <Property Name="protocols" Type="Edm.Int32" />
 14132          <Property Name="localPortRanges" Type="Collection(microsoft.graph.numberRange)" />
 14133          <Property Name="remotePortRanges" Type="Collection(microsoft.graph.numberRange)" />
 14134          <Property Name="localAddressRanges" Type="Collection(microsoft.graph.iPv4Range)" />
 14135          <Property Name="remoteAddressRanges" Type="Collection(microsoft.graph.iPv4Range)" />
 14136          <Property Name="appId" Type="Edm.String" />
 14137          <Property Name="appType" Type="microsoft.graph.vpnTrafficRuleAppType" Nullable="false" />
 14138          <Property Name="routingPolicyType" Type="microsoft.graph.vpnTrafficRuleRoutingPolicyType" Nullable="false" />
 14139          <Property Name="claims" Type="Edm.String" />
 14140        </ComplexType>
 14141        <ComplexType Name="numberRange">
 14142          <Property Name="lowerNumber" Type="Edm.Int32" Nullable="false" />
 14143          <Property Name="upperNumber" Type="Edm.Int32" Nullable="false" />
 14144        </ComplexType>
 14145        <ComplexType Name="vpnRoute">
 14146          <Property Name="destinationPrefix" Type="Edm.String" Nullable="false" />
 14147          <Property Name="prefixSize" Type="Edm.Int32" Nullable="false" />
 14148        </ComplexType>
 14149        <ComplexType Name="vpnDnsRule">
 14150          <Property Name="name" Type="Edm.String" Nullable="false" />
 14151          <Property Name="servers" Type="Collection(Edm.String)" />
 14152          <Property Name="proxyServerUri" Type="Edm.String" />
 14153          <Property Name="autoTrigger" Type="Edm.Boolean" />
 14154          <Property Name="persistent" Type="Edm.Boolean" />
 14155        </ComplexType>
 14156        <EntityType Name="windows81VpnConfiguration" BaseType="microsoft.graph.windowsVpnConfiguration">
 14157          <Property Name="applyOnlyToWindows81" Type="Edm.Boolean" Nullable="false" />
 14158          <Property Name="connectionType" Type="microsoft.graph.windowsVpnConnectionType" Nullable="false" />
 14159          <Property Name="loginGroupOrDomain" Type="Edm.String" />
 14160          <Property Name="enableSplitTunneling" Type="Edm.Boolean" Nullable="false" />
 14161          <Property Name="proxyServer" Type="microsoft.graph.windows81VpnProxyServer" />
 14162        </EntityType>
 14163        <EntityType Name="windowsPhone81VpnConfiguration" BaseType="microsoft.graph.windows81VpnConfiguration">
 14164          <Property Name="bypassVpnOnCompanyWifi" Type="Edm.Boolean" Nullable="false" />
 14165          <Property Name="bypassVpnOnHomeWifi" Type="Edm.Boolean" Nullable="false" />
 14166          <Property Name="authenticationMethod" Type="microsoft.graph.vpnAuthenticationMethod" Nullable="false" />
 14167          <Property Name="rememberUserCredentials" Type="Edm.Boolean" Nullable="false" />
 14168          <Property Name="dnsSuffixSearchList" Type="Collection(Edm.String)" />
 14169          <NavigationProperty Name="identityCertificate" Type="microsoft.graph.windowsPhone81CertificateProfileBase" />
 14170        </EntityType>
 14171        <EntityType Name="windowsPhone81CertificateProfileBase" BaseType="microsoft.graph.deviceConfiguration" Abstract="true">
 14172          <Property Name="renewalThresholdPercentage" Type="Edm.Int32" Nullable="false" />
 14173          <Property Name="keyStorageProvider" Type="microsoft.graph.keyStorageProviderOption" Nullable="false" />
 14174          <Property Name="subjectNameFormat" Type="microsoft.graph.subjectNameFormat" Nullable="false" />
 14175          <Property Name="subjectAlternativeNameType" Type="microsoft.graph.subjectAlternativeNameType" Nullable="false" />
 14176          <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
 14177          <Property Name="certificateValidityPeriodScale" Type="microsoft.graph.certificateValidityPeriodScale" Nullable="false" />
 14178          <Property Name="extendedKeyUsages" Type="Collection(microsoft.graph.extendedKeyUsage)" Nullable="false" />
 14179        </EntityType>
 14180        <EntityType Name="windowsPhone81SCEPCertificateProfile" BaseType="microsoft.graph.windowsPhone81CertificateProfileBase">
 14181          <Property Name="scepServerUrls" Type="Collection(Edm.String)" />
 14182          <Property Name="subjectNameFormatString" Type="Edm.String" />
 14183          <Property Name="keyUsage" Type="microsoft.graph.keyUsages" Nullable="false" />
 14184          <Property Name="keySize" Type="microsoft.graph.keySize" Nullable="false" />
 14185          <Property Name="hashAlgorithm" Type="microsoft.graph.hashAlgorithms" Nullable="false" />
 14186          <Property Name="subjectAlternativeNameFormatString" Type="Edm.String" />
 14187          <NavigationProperty Name="rootCertificate" Type="microsoft.graph.windowsPhone81TrustedRootCertificate" />
 14188          <NavigationProperty Name="managedDeviceCertificateStates" Type="Collection(microsoft.graph.managedDeviceCertificateState)" />
 14189        </EntityType>
 14190        <EntityType Name="windows81GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14191          <Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" />
 14192          <Property Name="applyOnlyToWindows81" Type="Edm.Boolean" Nullable="false" />
 14193          <Property Name="browserBlockAutofill" Type="Edm.Boolean" Nullable="false" />
 14194          <Property Name="browserBlockAutomaticDetectionOfIntranetSites" Type="Edm.Boolean" Nullable="false" />
 14195          <Property Name="browserBlockEnterpriseModeAccess" Type="Edm.Boolean" Nullable="false" />
 14196          <Property Name="browserBlockJavaScript" Type="Edm.Boolean" Nullable="false" />
 14197          <Property Name="browserBlockPlugins" Type="Edm.Boolean" Nullable="false" />
 14198          <Property Name="browserBlockPopups" Type="Edm.Boolean" Nullable="false" />
 14199          <Property Name="browserBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" />
 14200          <Property Name="browserBlockSingleWordEntryOnIntranetSites" Type="Edm.Boolean" Nullable="false" />
 14201          <Property Name="browserRequireSmartScreen" Type="Edm.Boolean" Nullable="false" />
 14202          <Property Name="browserEnterpriseModeSiteListLocation" Type="Edm.String" />
 14203          <Property Name="browserInternetSecurityLevel" Type="microsoft.graph.internetSiteSecurityLevel" Nullable="false" />
 14204          <Property Name="browserIntranetSecurityLevel" Type="microsoft.graph.siteSecurityLevel" Nullable="false" />
 14205          <Property Name="browserLoggingReportLocation" Type="Edm.String" />
 14206          <Property Name="browserRequireHighSecurityForRestrictedSites" Type="Edm.Boolean" Nullable="false" />
 14207          <Property Name="browserRequireFirewall" Type="Edm.Boolean" Nullable="false" />
 14208          <Property Name="browserRequireFraudWarning" Type="Edm.Boolean" Nullable="false" />
 14209          <Property Name="browserTrustedSitesSecurityLevel" Type="microsoft.graph.siteSecurityLevel" Nullable="false" />
 14210          <Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" />
 14211          <Property Name="diagnosticsBlockDataSubmission" Type="Edm.Boolean" Nullable="false" />
 14212          <Property Name="passwordBlockPicturePasswordAndPin" Type="Edm.Boolean" Nullable="false" />
 14213          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14214          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14215          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 14216          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14217          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14218          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14219          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 14220          <Property Name="storageRequireDeviceEncryption" Type="Edm.Boolean" Nullable="false" />
 14221          <Property Name="minimumAutoInstallClassification" Type="microsoft.graph.updateClassification" Nullable="false" />
 14222          <Property Name="updatesMinimumAutoInstallClassification" Type="microsoft.graph.updateClassification" Nullable="false" />
 14223          <Property Name="updatesRequireAutomaticUpdates" Type="Edm.Boolean" Nullable="false" />
 14224          <Property Name="userAccountControlSettings" Type="microsoft.graph.windowsUserAccountControlSettings" Nullable="false" />
 14225          <Property Name="workFoldersUrl" Type="Edm.String" />
 14226        </EntityType>
 14227        <EntityType Name="windowsPhone81GeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14228          <Property Name="applyOnlyToWindowsPhone81" Type="Edm.Boolean" Nullable="false" />
 14229          <Property Name="appsBlockCopyPaste" Type="Edm.Boolean" Nullable="false" />
 14230          <Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" />
 14231          <Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" />
 14232          <Property Name="cellularBlockWifiTethering" Type="Edm.Boolean" Nullable="false" />
 14233          <Property Name="compliantAppsList" Type="Collection(microsoft.graph.appListItem)" />
 14234          <Property Name="compliantAppListType" Type="microsoft.graph.appListType" Nullable="false" />
 14235          <Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" />
 14236          <Property Name="emailBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" />
 14237          <Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" />
 14238          <Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" />
 14239          <Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" />
 14240          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14241          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14242          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14243          <Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 14244          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14245          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14246          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 14247          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14248          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14249          <Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" />
 14250          <Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" />
 14251          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14252          <Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" />
 14253          <Property Name="wifiBlocked" Type="Edm.Boolean" Nullable="false" />
 14254          <Property Name="wifiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" />
 14255          <Property Name="wifiBlockHotspotReporting" Type="Edm.Boolean" Nullable="false" />
 14256          <Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" />
 14257        </EntityType>
 14258        <EntityType Name="windows10TeamGeneralConfiguration" BaseType="microsoft.graph.deviceConfiguration">
 14259          <Property Name="azureOperationalInsightsBlockTelemetry" Type="Edm.Boolean" Nullable="false" />
 14260          <Property Name="azureOperationalInsightsWorkspaceId" Type="Edm.String" />
 14261          <Property Name="azureOperationalInsightsWorkspaceKey" Type="Edm.String" />
 14262          <Property Name="connectAppBlockAutoLaunch" Type="Edm.Boolean" Nullable="false" />
 14263          <Property Name="maintenanceWindowBlocked" Type="Edm.Boolean" Nullable="false" />
 14264          <Property Name="maintenanceWindowDurationInHours" Type="Edm.Int32" />
 14265          <Property Name="maintenanceWindowStartTime" Type="Edm.TimeOfDay" />
 14266          <Property Name="miracastChannel" Type="microsoft.graph.miracastChannel" Nullable="false" />
 14267          <Property Name="miracastBlocked" Type="Edm.Boolean" Nullable="false" />
 14268          <Property Name="miracastRequirePin" Type="Edm.Boolean" Nullable="false" />
 14269          <Property Name="settingsBlockMyMeetingsAndFiles" Type="Edm.Boolean" Nullable="false" />
 14270          <Property Name="settingsBlockSessionResume" Type="Edm.Boolean" Nullable="false" />
 14271          <Property Name="settingsBlockSigninSuggestions" Type="Edm.Boolean" Nullable="false" />
 14272          <Property Name="settingsDefaultVolume" Type="Edm.Int32" />
 14273          <Property Name="settingsScreenTimeoutInMinutes" Type="Edm.Int32" />
 14274          <Property Name="settingsSessionTimeoutInMinutes" Type="Edm.Int32" />
 14275          <Property Name="settingsSleepTimeoutInMinutes" Type="Edm.Int32" />
 14276          <Property Name="welcomeScreenBlockAutomaticWakeUp" Type="Edm.Boolean" Nullable="false" />
 14277          <Property Name="welcomeScreenBackgroundImageUrl" Type="Edm.String" />
 14278          <Property Name="welcomeScreenMeetingInformation" Type="microsoft.graph.welcomeScreenMeetingInformation" Nullable="false" />
 14279        </EntityType>
 14280        <EntityType Name="deviceCompliancePolicyGroupAssignment" BaseType="microsoft.graph.entity">
 14281          <Property Name="targetGroupId" Type="Edm.String" />
 14282          <Property Name="excludeGroup" Type="Edm.Boolean" Nullable="false" />
 14283          <NavigationProperty Name="deviceCompliancePolicy" Type="microsoft.graph.deviceCompliancePolicy" />
 14284        </EntityType>
 14285        <EntityType Name="androidDeviceOwnerCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14286          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" />
 14287          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" />
 14288          <Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" />
 14289          <Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" />
 14290          <Property Name="osMinimumVersion" Type="Edm.String" />
 14291          <Property Name="osMaximumVersion" Type="Edm.String" />
 14292          <Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
 14293          <Property Name="passwordRequired" Type="Edm.Boolean" />
 14294          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14295          <Property Name="passwordMinimumLetterCharacters" Type="Edm.Int32" />
 14296          <Property Name="passwordMinimumLowerCaseCharacters" Type="Edm.Int32" />
 14297          <Property Name="passwordMinimumNonLetterCharacters" Type="Edm.Int32" />
 14298          <Property Name="passwordMinimumNumericCharacters" Type="Edm.Int32" />
 14299          <Property Name="passwordMinimumSymbolCharacters" Type="Edm.Int32" />
 14300          <Property Name="passwordMinimumUpperCaseCharacters" Type="Edm.Int32" />
 14301          <Property Name="passwordRequiredType" Type="microsoft.graph.androidDeviceOwnerRequiredPasswordType" />
 14302          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14303          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14304          <Property Name="passwordPreviousPasswordCountToBlock" Type="Edm.Int32" />
 14305          <Property Name="storageRequireEncryption" Type="Edm.Boolean" />
 14306        </EntityType>
 14307        <EntityType Name="androidForWorkCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14308          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14309          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14310          <Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
 14311          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14312          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14313          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14314          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 14315          <Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 14316          <Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" />
 14317          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 14318          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14319          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14320          <Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
 14321          <Property Name="osMinimumVersion" Type="Edm.String" />
 14322          <Property Name="osMaximumVersion" Type="Edm.String" />
 14323          <Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
 14324          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14325          <Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
 14326          <Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
 14327          <Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
 14328          <Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
 14329          <Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
 14330        </EntityType>
 14331        <EntityType Name="androidCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14332          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14333          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14334          <Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
 14335          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14336          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14337          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14338          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 14339          <Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 14340          <Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" />
 14341          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 14342          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14343          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14344          <Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
 14345          <Property Name="osMinimumVersion" Type="Edm.String" />
 14346          <Property Name="osMaximumVersion" Type="Edm.String" />
 14347          <Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
 14348          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14349          <Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
 14350          <Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
 14351          <Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
 14352          <Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
 14353          <Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
 14354          <Property Name="conditionStatementId" Type="Edm.String" />
 14355          <Property Name="restrictedApps" Type="Collection(microsoft.graph.appListItem)" />
 14356        </EntityType>
 14357        <EntityType Name="androidDeviceComplianceLocalActionBase" BaseType="microsoft.graph.entity" Abstract="true">
 14358          <Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" />
 14359        </EntityType>
 14360        <EntityType Name="androidDeviceComplianceLocalActionLockDevice" BaseType="microsoft.graph.androidDeviceComplianceLocalActionBase" />
 14361        <EntityType Name="androidDeviceComplianceLocalActionLockDeviceWithPasscode" BaseType="microsoft.graph.androidDeviceComplianceLocalActionBase">
 14362          <Property Name="passcode" Type="Edm.String" />
 14363          <Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" />
 14364        </EntityType>
 14365        <EntityType Name="androidWorkProfileCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14366          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14367          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14368          <Property Name="passwordRequiredType" Type="microsoft.graph.androidRequiredPasswordType" Nullable="false" />
 14369          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14370          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14371          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14372          <Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" />
 14373          <Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" />
 14374          <Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" />
 14375          <Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" />
 14376          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14377          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14378          <Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
 14379          <Property Name="osMinimumVersion" Type="Edm.String" />
 14380          <Property Name="osMaximumVersion" Type="Edm.String" />
 14381          <Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" />
 14382          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14383          <Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" />
 14384          <Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" />
 14385          <Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" />
 14386          <Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" />
 14387          <Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" />
 14388        </EntityType>
 14389        <EntityType Name="iosCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14390          <Property Name="passcodeBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14391          <Property Name="passcodeExpirationDays" Type="Edm.Int32" />
 14392          <Property Name="passcodeMinimumLength" Type="Edm.Int32" />
 14393          <Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14394          <Property Name="passcodeMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" />
 14395          <Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" />
 14396          <Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" />
 14397          <Property Name="passcodeRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14398          <Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" />
 14399          <Property Name="osMinimumVersion" Type="Edm.String" />
 14400          <Property Name="osMaximumVersion" Type="Edm.String" />
 14401          <Property Name="osMinimumBuildVersion" Type="Edm.String" />
 14402          <Property Name="osMaximumBuildVersion" Type="Edm.String" />
 14403          <Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" />
 14404          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14405          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14406          <Property Name="managedEmailProfileRequired" Type="Edm.Boolean" Nullable="false" />
 14407          <Property Name="restrictedApps" Type="Collection(microsoft.graph.appListItem)" />
 14408        </EntityType>
 14409        <EntityType Name="macOSCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14410          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14411          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14412          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14413          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14414          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14415          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14416          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14417          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14418          <Property Name="osMinimumVersion" Type="Edm.String" />
 14419          <Property Name="osMaximumVersion" Type="Edm.String" />
 14420          <Property Name="osMinimumBuildVersion" Type="Edm.String" />
 14421          <Property Name="osMaximumBuildVersion" Type="Edm.String" />
 14422          <Property Name="systemIntegrityProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14423          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14424          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14425          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14426          <Property Name="gatekeeperAllowedAppSource" Type="microsoft.graph.macOSGatekeeperAppSources" Nullable="false" />
 14427          <Property Name="firewallEnabled" Type="Edm.Boolean" Nullable="false" />
 14428          <Property Name="firewallBlockAllIncoming" Type="Edm.Boolean" Nullable="false" />
 14429          <Property Name="firewallEnableStealthMode" Type="Edm.Boolean" Nullable="false" />
 14430        </EntityType>
 14431        <EntityType Name="defaultDeviceCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy" />
 14432        <EntityType Name="windows10CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14433          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14434          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14435          <Property Name="passwordRequiredToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" />
 14436          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14437          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14438          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14439          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14440          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14441          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14442          <Property Name="requireHealthyDeviceReport" Type="Edm.Boolean" Nullable="false" />
 14443          <Property Name="osMinimumVersion" Type="Edm.String" />
 14444          <Property Name="osMaximumVersion" Type="Edm.String" />
 14445          <Property Name="mobileOsMinimumVersion" Type="Edm.String" />
 14446          <Property Name="mobileOsMaximumVersion" Type="Edm.String" />
 14447          <Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" />
 14448          <Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" />
 14449          <Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" />
 14450          <Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" />
 14451          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14452          <Property Name="activeFirewallRequired" Type="Edm.Boolean" Nullable="false" />
 14453          <Property Name="defenderEnabled" Type="Edm.Boolean" Nullable="false" />
 14454          <Property Name="defenderVersion" Type="Edm.String" />
 14455          <Property Name="signatureOutOfDate" Type="Edm.Boolean" Nullable="false" />
 14456          <Property Name="rtpEnabled" Type="Edm.Boolean" Nullable="false" />
 14457          <Property Name="antivirusRequired" Type="Edm.Boolean" Nullable="false" />
 14458          <Property Name="antiSpywareRequired" Type="Edm.Boolean" Nullable="false" />
 14459          <Property Name="validOperatingSystemBuildRanges" Type="Collection(microsoft.graph.operatingSystemVersionRange)" />
 14460          <Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
 14461          <Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="microsoft.graph.deviceThreatProtectionLevel" Nullable="false" />
 14462          <Property Name="configurationManagerComplianceRequired" Type="Edm.Boolean" Nullable="false" />
 14463          <Property Name="tpmRequired" Type="Edm.Boolean" Nullable="false" />
 14464        </EntityType>
 14465        <ComplexType Name="operatingSystemVersionRange">
 14466          <Property Name="description" Type="Edm.String" Nullable="false" />
 14467          <Property Name="lowestVersion" Type="Edm.String" Nullable="false" />
 14468          <Property Name="highestVersion" Type="Edm.String" Nullable="false" />
 14469        </ComplexType>
 14470        <EntityType Name="windows10MobileCompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14471          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14472          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14473          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14474          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14475          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14476          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14477          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14478          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14479          <Property Name="passwordRequireToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" />
 14480          <Property Name="osMinimumVersion" Type="Edm.String" />
 14481          <Property Name="osMaximumVersion" Type="Edm.String" />
 14482          <Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" />
 14483          <Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" />
 14484          <Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" />
 14485          <Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" />
 14486          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14487          <Property Name="activeFirewallRequired" Type="Edm.Boolean" Nullable="false" />
 14488          <Property Name="validOperatingSystemBuildRanges" Type="Collection(microsoft.graph.operatingSystemVersionRange)" />
 14489        </EntityType>
 14490        <EntityType Name="windows81CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14491          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14492          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14493          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14494          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14495          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14496          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14497          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14498          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14499          <Property Name="osMinimumVersion" Type="Edm.String" />
 14500          <Property Name="osMaximumVersion" Type="Edm.String" />
 14501          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14502        </EntityType>
 14503        <EntityType Name="windowsPhone81CompliancePolicy" BaseType="microsoft.graph.deviceCompliancePolicy">
 14504          <Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" />
 14505          <Property Name="passwordExpirationDays" Type="Edm.Int32" />
 14506          <Property Name="passwordMinimumLength" Type="Edm.Int32" />
 14507          <Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" />
 14508          <Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" />
 14509          <Property Name="passwordRequiredType" Type="microsoft.graph.requiredPasswordType" Nullable="false" />
 14510          <Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" />
 14511          <Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" />
 14512          <Property Name="osMinimumVersion" Type="Edm.String" />
 14513          <Property Name="osMaximumVersion" Type="Edm.String" />
 14514          <Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" />
 14515        </EntityType>
 14516        <EntityType Name="deviceSetupConfiguration" BaseType="microsoft.graph.entity" Abstract="true">
 14517          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14518          <Property Name="description" Type="Edm.String" />
 14519          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14520          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 14521          <Property Name="version" Type="Edm.Int32" Nullable="false" />
 14522        </EntityType>
 14523        <EntityType Name="deviceComplianceSettingState" BaseType="microsoft.graph.entity">
 14524          <Property Name="platformType" Type="microsoft.graph.deviceType" Nullable="false" />
 14525          <Property Name="setting" Type="Edm.String" />
 14526          <Property Name="settingName" Type="Edm.String" />
 14527          <Property Name="deviceId" Type="Edm.String" />
 14528          <Property Name="deviceName" Type="Edm.String" />
 14529          <Property Name="userId" Type="Edm.String" />
 14530          <Property Name="userEmail" Type="Edm.String" />
 14531          <Property Name="userName" Type="Edm.String" />
 14532          <Property Name="userPrincipalName" Type="Edm.String" />
 14533          <Property Name="deviceModel" Type="Edm.String" />
 14534          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14535          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14536        </EntityType>
 14537        <EntityType Name="advancedThreatProtectionOnboardingDeviceSettingState" BaseType="microsoft.graph.entity">
 14538          <Property Name="platformType" Type="microsoft.graph.deviceType" Nullable="false" />
 14539          <Property Name="setting" Type="Edm.String" />
 14540          <Property Name="settingName" Type="Edm.String" />
 14541          <Property Name="deviceId" Type="Edm.String" />
 14542          <Property Name="deviceName" Type="Edm.String" />
 14543          <Property Name="userId" Type="Edm.String" />
 14544          <Property Name="userEmail" Type="Edm.String" />
 14545          <Property Name="userName" Type="Edm.String" />
 14546          <Property Name="userPrincipalName" Type="Edm.String" />
 14547          <Property Name="deviceModel" Type="Edm.String" />
 14548          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14549          <Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14550        </EntityType>
 14551        <ComplexType Name="deviceConfigurationSettingState">
 14552          <Property Name="setting" Type="Edm.String" />
 14553          <Property Name="settingName" Type="Edm.String" />
 14554          <Property Name="instanceDisplayName" Type="Edm.String" />
 14555          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14556          <Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
 14557          <Property Name="errorDescription" Type="Edm.String" />
 14558          <Property Name="userId" Type="Edm.String" />
 14559          <Property Name="userName" Type="Edm.String" />
 14560          <Property Name="userEmail" Type="Edm.String" />
 14561          <Property Name="userPrincipalName" Type="Edm.String" />
 14562          <Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
 14563          <Property Name="currentValue" Type="Edm.String" />
 14564        </ComplexType>
 14565        <ComplexType Name="settingSource">
 14566          <Property Name="id" Type="Edm.String" />
 14567          <Property Name="displayName" Type="Edm.String" />
 14568        </ComplexType>
 14569        <ComplexType Name="deviceCompliancePolicySettingState">
 14570          <Property Name="setting" Type="Edm.String" />
 14571          <Property Name="settingName" Type="Edm.String" />
 14572          <Property Name="instanceDisplayName" Type="Edm.String" />
 14573          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14574          <Property Name="errorCode" Type="Edm.Int64" Nullable="false" />
 14575          <Property Name="errorDescription" Type="Edm.String" />
 14576          <Property Name="userId" Type="Edm.String" />
 14577          <Property Name="userName" Type="Edm.String" />
 14578          <Property Name="userEmail" Type="Edm.String" />
 14579          <Property Name="userPrincipalName" Type="Edm.String" />
 14580          <Property Name="sources" Type="Collection(microsoft.graph.settingSource)" />
 14581          <Property Name="currentValue" Type="Edm.String" />
 14582        </ComplexType>
 14583        <ComplexType Name="managedDeviceReportedApp">
 14584          <Property Name="appId" Type="Edm.String" />
 14585        </ComplexType>
 14586        <ComplexType Name="encryptionReportPolicyDetails">
 14587          <Property Name="policyId" Type="Edm.String" />
 14588          <Property Name="policyName" Type="Edm.String" />
 14589        </ComplexType>
 14590        <ComplexType Name="deviceAndAppManagementData">
 14591          <Property Name="content" Type="Edm.Stream" />
 14592        </ComplexType>
 14593        <ComplexType Name="vppTokenActionResult">
 14594          <Property Name="actionName" Type="Edm.String" />
 14595          <Property Name="actionState" Type="microsoft.graph.actionState" Nullable="false" />
 14596          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14597          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14598        </ComplexType>
 14599        <ComplexType Name="vppTokenLicenseSummary">
 14600          <Property Name="vppTokenId" Type="Edm.String" />
 14601          <Property Name="appleId" Type="Edm.String" />
 14602          <Property Name="organizationName" Type="Edm.String" />
 14603          <Property Name="availableLicenseCount" Type="Edm.Int32" Nullable="false" />
 14604          <Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" />
 14605        </ComplexType>
 14606        <EntityType Name="deviceEnrollmentLimitConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
 14607          <Property Name="limit" Type="Edm.Int32" Nullable="false" />
 14608        </EntityType>
 14609        <EntityType Name="deviceEnrollmentPlatformRestrictionsConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
 14610          <Property Name="iosRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14611          <Property Name="windowsRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14612          <Property Name="windowsMobileRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14613          <Property Name="androidRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14614          <Property Name="androidForWorkRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14615          <Property Name="macRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14616          <Property Name="macOSRestriction" Type="microsoft.graph.deviceEnrollmentPlatformRestriction" />
 14617        </EntityType>
 14618        <ComplexType Name="deviceEnrollmentPlatformRestriction">
 14619          <Property Name="platformBlocked" Type="Edm.Boolean" Nullable="false" />
 14620          <Property Name="personalDeviceEnrollmentBlocked" Type="Edm.Boolean" Nullable="false" />
 14621          <Property Name="osMinimumVersion" Type="Edm.String" />
 14622          <Property Name="osMaximumVersion" Type="Edm.String" />
 14623        </ComplexType>
 14624        <EntityType Name="windows10EnrollmentCompletionPageConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
 14625          <Property Name="showInstallationProgress" Type="Edm.Boolean" Nullable="false" />
 14626          <Property Name="blockDeviceSetupRetryByUser" Type="Edm.Boolean" Nullable="false" />
 14627          <Property Name="allowDeviceResetOnInstallFailure" Type="Edm.Boolean" Nullable="false" />
 14628          <Property Name="allowLogCollectionOnInstallFailure" Type="Edm.Boolean" Nullable="false" />
 14629          <Property Name="customErrorMessage" Type="Edm.String" />
 14630          <Property Name="installProgressTimeoutInMinutes" Type="Edm.Int32" />
 14631          <Property Name="allowDeviceUseOnInstallFailure" Type="Edm.Boolean" Nullable="false" />
 14632          <Property Name="selectedMobileAppIds" Type="Collection(Edm.String)" />
 14633          <Property Name="trackInstallProgressForAutopilotOnly" Type="Edm.Boolean" Nullable="false" />
 14634          <Property Name="disableUserStatusTrackingAfterFirstUser" Type="Edm.Boolean" Nullable="false" />
 14635        </EntityType>
 14636        <EntityType Name="deviceEnrollmentWindowsHelloForBusinessConfiguration" BaseType="microsoft.graph.deviceEnrollmentConfiguration">
 14637          <Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" />
 14638          <Property Name="pinMaximumLength" Type="Edm.Int32" Nullable="false" />
 14639          <Property Name="pinUppercaseCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
 14640          <Property Name="pinLowercaseCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
 14641          <Property Name="pinSpecialCharactersUsage" Type="microsoft.graph.windowsHelloForBusinessPinUsage" Nullable="false" />
 14642          <Property Name="state" Type="microsoft.graph.enablement" Nullable="false" />
 14643          <Property Name="securityDeviceRequired" Type="Edm.Boolean" Nullable="false" />
 14644          <Property Name="unlockWithBiometricsEnabled" Type="Edm.Boolean" Nullable="false" />
 14645          <Property Name="remotePassportEnabled" Type="Edm.Boolean" Nullable="false" />
 14646          <Property Name="pinPreviousBlockCount" Type="Edm.Int32" Nullable="false" />
 14647          <Property Name="pinExpirationInDays" Type="Edm.Int32" Nullable="false" />
 14648          <Property Name="enhancedBiometricsState" Type="microsoft.graph.enablement" Nullable="false" />
 14649          <Property Name="securityKeyForSignIn" Type="microsoft.graph.enablement" Nullable="false" />
 14650        </EntityType>
 14651        <ComplexType Name="vppTokenRevokeLicensesActionResult" BaseType="microsoft.graph.vppTokenActionResult">
 14652          <Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" />
 14653          <Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" />
 14654          <Property Name="actionFailureReason" Type="microsoft.graph.vppTokenActionFailureReason" Nullable="false" />
 14655        </ComplexType>
 14656        <ComplexType Name="deviceManagementExchangeAccessRule">
 14657          <Property Name="deviceClass" Type="microsoft.graph.deviceManagementExchangeDeviceClass" />
 14658          <Property Name="accessLevel" Type="microsoft.graph.deviceManagementExchangeAccessLevel" Nullable="false" />
 14659        </ComplexType>
 14660        <ComplexType Name="deviceManagementExchangeDeviceClass">
 14661          <Property Name="name" Type="Edm.String" />
 14662          <Property Name="type" Type="microsoft.graph.deviceManagementExchangeAccessRuleType" Nullable="false" />
 14663        </ComplexType>
 14664        <ComplexType Name="deviceManagementPartnerAssignment">
 14665          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 14666        </ComplexType>
 14667        <ComplexType Name="complianceManagementPartnerAssignment">
 14668          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 14669        </ComplexType>
 14670        <EntityType Name="deviceManagementSettingInstance" BaseType="microsoft.graph.entity" Abstract="true">
 14671          <Property Name="definitionId" Type="Edm.String" Nullable="false" />
 14672          <Property Name="valueJson" Type="Edm.String" />
 14673        </EntityType>
 14674        <EntityType Name="deviceManagementTemplateSettingCategory" BaseType="microsoft.graph.deviceManagementSettingCategory">
 14675          <NavigationProperty Name="recommendedSettings" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" ContainsTarget="true" />
 14676        </EntityType>
 14677        <EntityType Name="deviceManagementIntentSettingCategory" BaseType="microsoft.graph.deviceManagementSettingCategory">
 14678          <NavigationProperty Name="settings" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" ContainsTarget="true" />
 14679        </EntityType>
 14680        <EntityType Name="deviceManagementIntentAssignment" BaseType="microsoft.graph.entity">
 14681          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 14682        </EntityType>
 14683        <EntityType Name="deviceManagementIntentDeviceSettingStateSummary" BaseType="microsoft.graph.entity">
 14684          <Property Name="settingName" Type="Edm.String" />
 14685          <Property Name="compliantCount" Type="Edm.Int32" Nullable="false" />
 14686          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 14687          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 14688          <Property Name="nonCompliantCount" Type="Edm.Int32" Nullable="false" />
 14689          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 14690          <Property Name="remediatedCount" Type="Edm.Int32" Nullable="false" />
 14691        </EntityType>
 14692        <EntityType Name="deviceManagementIntentDeviceState" BaseType="microsoft.graph.entity">
 14693          <Property Name="userPrincipalName" Type="Edm.String" />
 14694          <Property Name="userName" Type="Edm.String" />
 14695          <Property Name="deviceDisplayName" Type="Edm.String" />
 14696          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14697          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14698          <Property Name="deviceId" Type="Edm.String" />
 14699        </EntityType>
 14700        <EntityType Name="deviceManagementIntentUserState" BaseType="microsoft.graph.entity">
 14701          <Property Name="userPrincipalName" Type="Edm.String" />
 14702          <Property Name="userName" Type="Edm.String" />
 14703          <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
 14704          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14705          <Property Name="state" Type="microsoft.graph.complianceStatus" Nullable="false" />
 14706        </EntityType>
 14707        <EntityType Name="deviceManagementIntentDeviceStateSummary" BaseType="microsoft.graph.entity">
 14708          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 14709          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 14710          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 14711          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 14712          <Property Name="notApplicablePlatformCount" Type="Edm.Int32" Nullable="false" />
 14713          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 14714        </EntityType>
 14715        <EntityType Name="deviceManagementIntentUserStateSummary" BaseType="microsoft.graph.entity">
 14716          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 14717          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 14718          <Property Name="failedCount" Type="Edm.Int32" Nullable="false" />
 14719          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 14720          <Property Name="successCount" Type="Edm.Int32" Nullable="false" />
 14721        </EntityType>
 14722        <ComplexType Name="deviceManagementSettingComparison">
 14723          <Property Name="id" Type="Edm.String" />
 14724          <Property Name="displayName" Type="Edm.String" />
 14725          <Property Name="definitionId" Type="Edm.String" />
 14726          <Property Name="currentValueJson" Type="Edm.String" />
 14727          <Property Name="newValueJson" Type="Edm.String" />
 14728          <Property Name="comparisonResult" Type="microsoft.graph.deviceManagementComparisonResult" Nullable="false" />
 14729        </ComplexType>
 14730        <EntityType Name="deviceManagementCollectionSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14731          <NavigationProperty Name="value" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" />
 14732        </EntityType>
 14733        <EntityType Name="deviceManagementAbstractComplexSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14734          <Property Name="implementationId" Type="Edm.String" />
 14735          <NavigationProperty Name="value" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" />
 14736        </EntityType>
 14737        <EntityType Name="deviceManagementComplexSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14738          <NavigationProperty Name="value" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" />
 14739        </EntityType>
 14740        <EntityType Name="deviceManagementBooleanSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14741          <Property Name="value" Type="Edm.Boolean" />
 14742        </EntityType>
 14743        <EntityType Name="deviceManagementIntegerSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14744          <Property Name="value" Type="Edm.Int32" />
 14745        </EntityType>
 14746        <EntityType Name="deviceManagementStringSettingInstance" BaseType="microsoft.graph.deviceManagementSettingInstance">
 14747          <Property Name="value" Type="Edm.String" />
 14748        </EntityType>
 14749        <ComplexType Name="deviceManagementConstraint" Abstract="true" />
 14750        <ComplexType Name="deviceManagementSettingDependency">
 14751          <Property Name="definitionId" Type="Edm.String" Nullable="false" />
 14752          <Property Name="constraints" Type="Collection(microsoft.graph.deviceManagementConstraint)" />
 14753        </ComplexType>
 14754        <ComplexType Name="deviceManagementSettingXmlConstraint" BaseType="microsoft.graph.deviceManagementConstraint" />
 14755        <ComplexType Name="deviceManagementSettingStringLengthConstraint" BaseType="microsoft.graph.deviceManagementConstraint">
 14756          <Property Name="minimumLength" Type="Edm.Int32" />
 14757          <Property Name="maximumLength" Type="Edm.Int32" />
 14758        </ComplexType>
 14759        <ComplexType Name="deviceManagementEnumValue">
 14760          <Property Name="value" Type="Edm.String" />
 14761          <Property Name="displayName" Type="Edm.String" />
 14762        </ComplexType>
 14763        <ComplexType Name="deviceManagementSettingRegexConstraint" BaseType="microsoft.graph.deviceManagementConstraint">
 14764          <Property Name="regex" Type="Edm.String" Nullable="false" />
 14765        </ComplexType>
 14766        <ComplexType Name="deviceManagementSettingIntegerConstraint" BaseType="microsoft.graph.deviceManagementConstraint">
 14767          <Property Name="minimumValue" Type="Edm.Int32" />
 14768          <Property Name="maximumValue" Type="Edm.Int32" />
 14769        </ComplexType>
 14770        <ComplexType Name="deviceManagementEnumConstraint" BaseType="microsoft.graph.deviceManagementConstraint">
 14771          <Property Name="values" Type="Collection(microsoft.graph.deviceManagementEnumValue)" Nullable="false" />
 14772        </ComplexType>
 14773        <ComplexType Name="deviceManagementSettingBooleanConstraint" BaseType="microsoft.graph.deviceManagementConstraint">
 14774          <Property Name="value" Type="Edm.Boolean" Nullable="false" />
 14775        </ComplexType>
 14776        <EntityType Name="deviceManagementAbstractComplexSettingDefinition" BaseType="microsoft.graph.deviceManagementSettingDefinition">
 14777          <Property Name="implementations" Type="Collection(Edm.String)" />
 14778        </EntityType>
 14779        <EntityType Name="deviceManagementCollectionSettingDefinition" BaseType="microsoft.graph.deviceManagementSettingDefinition">
 14780          <Property Name="elementDefinitionId" Type="Edm.String" />
 14781        </EntityType>
 14782        <EntityType Name="deviceManagementComplexSettingDefinition" BaseType="microsoft.graph.deviceManagementSettingDefinition">
 14783          <Property Name="propertyDefinitionIds" Type="Collection(Edm.String)" />
 14784        </EntityType>
 14785        <EntityType Name="securityBaselineTemplate" BaseType="microsoft.graph.deviceManagementTemplate">
 14786          <NavigationProperty Name="deviceStateSummary" Type="microsoft.graph.securityBaselineStateSummary" ContainsTarget="true" />
 14787          <NavigationProperty Name="deviceStates" Type="Collection(microsoft.graph.securityBaselineDeviceState)" ContainsTarget="true" />
 14788          <NavigationProperty Name="categoryDeviceStateSummaries" Type="Collection(microsoft.graph.securityBaselineCategoryStateSummary)" ContainsTarget="true" />
 14789        </EntityType>
 14790        <EntityType Name="securityBaselineStateSummary" BaseType="microsoft.graph.entity">
 14791          <Property Name="secureCount" Type="Edm.Int32" Nullable="false" />
 14792          <Property Name="notSecureCount" Type="Edm.Int32" Nullable="false" />
 14793          <Property Name="unknownCount" Type="Edm.Int32" Nullable="false" />
 14794          <Property Name="errorCount" Type="Edm.Int32" Nullable="false" />
 14795          <Property Name="conflictCount" Type="Edm.Int32" Nullable="false" />
 14796          <Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" />
 14797        </EntityType>
 14798        <EntityType Name="securityBaselineDeviceState" BaseType="microsoft.graph.entity">
 14799          <Property Name="managedDeviceId" Type="Edm.String" />
 14800          <Property Name="deviceDisplayName" Type="Edm.String" />
 14801          <Property Name="userPrincipalName" Type="Edm.String" />
 14802          <Property Name="state" Type="microsoft.graph.securityBaselineComplianceState" Nullable="false" />
 14803          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14804        </EntityType>
 14805        <EntityType Name="securityBaselineCategoryStateSummary" BaseType="microsoft.graph.securityBaselineStateSummary">
 14806          <Property Name="displayName" Type="Edm.String" />
 14807        </EntityType>
 14808        <EntityType Name="securityBaselineSettingState" BaseType="microsoft.graph.entity">
 14809          <Property Name="settingName" Type="Edm.String" Nullable="false" />
 14810          <Property Name="state" Type="microsoft.graph.securityBaselineComplianceState" Nullable="false" />
 14811          <Property Name="settingCategoryId" Type="Edm.String" />
 14812        </EntityType>
 14813        <ComplexType Name="bulkManagedDeviceActionResult">
 14814          <Property Name="successfulDeviceIds" Type="Collection(Edm.String)" />
 14815          <Property Name="failedDeviceIds" Type="Collection(Edm.String)" />
 14816          <Property Name="notFoundDeviceIds" Type="Collection(Edm.String)" />
 14817          <Property Name="notSupportedDeviceIds" Type="Collection(Edm.String)" />
 14818        </ComplexType>
 14819        <ComplexType Name="updateWindowsDeviceAccountActionParameter">
 14820          <Property Name="deviceAccount" Type="microsoft.graph.windowsDeviceAccount" />
 14821          <Property Name="passwordRotationEnabled" Type="Edm.Boolean" />
 14822          <Property Name="calendarSyncEnabled" Type="Edm.Boolean" />
 14823          <Property Name="deviceAccountEmail" Type="Edm.String" />
 14824          <Property Name="exchangeServer" Type="Edm.String" />
 14825          <Property Name="sessionInitiationProtocalAddress" Type="Edm.String" />
 14826        </ComplexType>
 14827        <ComplexType Name="windowsDeviceAccount">
 14828          <Property Name="password" Type="Edm.String" />
 14829        </ComplexType>
 14830        <ComplexType Name="configurationManagerAction">
 14831          <Property Name="action" Type="microsoft.graph.configurationManagerActionType" Nullable="false" />
 14832        </ComplexType>
 14833        <EntityType Name="userExperienceAnalyticsMetric" BaseType="microsoft.graph.entity">
 14834          <Property Name="value" Type="Edm.Double" Nullable="false" />
 14835          <Property Name="unit" Type="Edm.String" />
 14836        </EntityType>
 14837        <EntityType Name="deviceHealthScriptAssignment" BaseType="microsoft.graph.entity">
 14838          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 14839          <Property Name="runRemediationScript" Type="Edm.Boolean" Nullable="false" />
 14840          <Property Name="runSchedule" Type="microsoft.graph.runSchedule" />
 14841        </EntityType>
 14842        <EntityType Name="deviceHealthScriptRunSummary" BaseType="microsoft.graph.entity">
 14843          <Property Name="noIssueDetectedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14844          <Property Name="issueDetectedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14845          <Property Name="detectionScriptErrorDeviceCount" Type="Edm.Int32" Nullable="false" />
 14846          <Property Name="detectionScriptPendingDeviceCount" Type="Edm.Int32" Nullable="false" />
 14847          <Property Name="issueRemediatedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14848          <Property Name="remediationSkippedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14849          <Property Name="issueReoccurredDeviceCount" Type="Edm.Int32" Nullable="false" />
 14850          <Property Name="remediationScriptErrorDeviceCount" Type="Edm.Int32" Nullable="false" />
 14851          <Property Name="lastScriptRunDateTime" Type="Edm.DateTimeOffset" />
 14852        </EntityType>
 14853        <EntityType Name="deviceHealthScriptDeviceState" BaseType="microsoft.graph.entity">
 14854          <Property Name="detectionState" Type="microsoft.graph.runState" Nullable="false" />
 14855          <Property Name="lastStateUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14856          <Property Name="expectedStateUpdateDateTime" Type="Edm.DateTimeOffset" />
 14857          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14858          <Property Name="preRemediationDetectionScriptOutput" Type="Edm.String" />
 14859          <Property Name="preRemediationDetectionScriptError" Type="Edm.String" />
 14860          <Property Name="remediationScriptError" Type="Edm.String" />
 14861          <Property Name="postRemediationDetectionScriptOutput" Type="Edm.String" />
 14862          <Property Name="postRemediationDetectionScriptError" Type="Edm.String" />
 14863          <Property Name="remediationState" Type="microsoft.graph.remediationState" Nullable="false" />
 14864          <NavigationProperty Name="managedDevice" Type="microsoft.graph.managedDevice" />
 14865        </EntityType>
 14866        <ComplexType Name="runSchedule" />
 14867        <EntityType Name="appLogCollectionRequest" BaseType="microsoft.graph.entity">
 14868          <Property Name="status" Type="microsoft.graph.appLogUploadState" Nullable="false" />
 14869          <Property Name="errorMessage" Type="Edm.String" />
 14870          <Property Name="customLogFolders" Type="Collection(Edm.String)" />
 14871          <Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
 14872        </EntityType>
 14873        <ComplexType Name="appLogCollectionDownloadDetails">
 14874          <Property Name="downloadUrl" Type="Edm.String" />
 14875          <Property Name="decryptionKey" Type="Edm.String" />
 14876          <Property Name="appLogDecryptionAlgorithm" Type="microsoft.graph.appLogDecryptionAlgorithm" Nullable="false" />
 14877        </ComplexType>
 14878        <ComplexType Name="dailySchedule" BaseType="microsoft.graph.runSchedule">
 14879          <Property Name="interval" Type="Edm.Int32" Nullable="false" />
 14880        </ComplexType>
 14881        <ComplexType Name="hourlySchedule" BaseType="microsoft.graph.runSchedule">
 14882          <Property Name="interval" Type="Edm.Int32" Nullable="false" />
 14883        </ComplexType>
 14884        <ComplexType Name="revokeAppleVppLicensesActionResult" BaseType="microsoft.graph.deviceActionResult">
 14885          <Property Name="totalLicensesCount" Type="Edm.Int32" Nullable="false" />
 14886          <Property Name="failedLicensesCount" Type="Edm.Int32" Nullable="false" />
 14887        </ComplexType>
 14888        <ComplexType Name="windowsDefenderScanActionResult" BaseType="microsoft.graph.deviceActionResult">
 14889          <Property Name="scanType" Type="Edm.String" />
 14890        </ComplexType>
 14891        <ComplexType Name="rotateBitLockerKeysDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
 14892          <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
 14893        </ComplexType>
 14894        <ComplexType Name="deviceGeoLocation">
 14895          <Property Name="lastCollectedDateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false" />
 14896          <Property Name="lastCollectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14897          <Property Name="longitude" Type="Edm.Double" Nullable="false" />
 14898          <Property Name="latitude" Type="Edm.Double" Nullable="false" />
 14899          <Property Name="altitude" Type="Edm.Double" Nullable="false" />
 14900          <Property Name="horizontalAccuracy" Type="Edm.Double" Nullable="false" />
 14901          <Property Name="verticalAccuracy" Type="Edm.Double" Nullable="false" />
 14902          <Property Name="heading" Type="Edm.Double" Nullable="false" />
 14903          <Property Name="speed" Type="Edm.Double" Nullable="false" />
 14904        </ComplexType>
 14905        <ComplexType Name="deleteUserFromSharedAppleDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
 14906          <Property Name="userPrincipalName" Type="Edm.String" />
 14907        </ComplexType>
 14908        <ComplexType Name="locateDeviceActionResult" BaseType="microsoft.graph.deviceActionResult">
 14909          <Property Name="deviceLocation" Type="microsoft.graph.deviceGeoLocation" />
 14910        </ComplexType>
 14911        <ComplexType Name="remoteLockActionResult" BaseType="microsoft.graph.deviceActionResult">
 14912          <Property Name="unlockPin" Type="Edm.String" />
 14913        </ComplexType>
 14914        <ComplexType Name="resetPasscodeActionResult" BaseType="microsoft.graph.deviceActionResult">
 14915          <Property Name="passcode" Type="Edm.String" />
 14916        </ComplexType>
 14917        <EntityType Name="windowsDeviceMalwareState" BaseType="microsoft.graph.entity">
 14918          <Property Name="displayName" Type="Edm.String" />
 14919          <Property Name="additionalInformationUrl" Type="Edm.String" />
 14920          <Property Name="severity" Type="microsoft.graph.windowsMalwareSeverity" />
 14921          <Property Name="catetgory" Type="microsoft.graph.windowsMalwareCategory" />
 14922          <Property Name="executionState" Type="microsoft.graph.windowsMalwareExecutionState" />
 14923          <Property Name="state" Type="microsoft.graph.windowsMalwareState" />
 14924          <Property Name="threatState" Type="microsoft.graph.windowsMalwareThreatState" />
 14925          <Property Name="initialDetectionDateTime" Type="Edm.DateTimeOffset" />
 14926          <Property Name="lastStateChangeDateTime" Type="Edm.DateTimeOffset" />
 14927          <Property Name="detectionCount" Type="Edm.Int32" />
 14928          <Property Name="category" Type="microsoft.graph.windowsMalwareCategory" />
 14929        </EntityType>
 14930        <ComplexType Name="mobileAppTroubleshootingHistoryItem">
 14931          <Property Name="occurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14932        </ComplexType>
 14933        <EntityType Name="windowsManagedDevice" BaseType="microsoft.graph.managedDevice" />
 14934        <ComplexType Name="deviceOperatingSystemSummary">
 14935          <Property Name="androidCount" Type="Edm.Int32" Nullable="false" />
 14936          <Property Name="iosCount" Type="Edm.Int32" Nullable="false" />
 14937          <Property Name="macOSCount" Type="Edm.Int32" Nullable="false" />
 14938          <Property Name="windowsMobileCount" Type="Edm.Int32" Nullable="false" />
 14939          <Property Name="windowsCount" Type="Edm.Int32" Nullable="false" />
 14940          <Property Name="unknownCount" Type="Edm.Int32" Nullable="false" />
 14941          <Property Name="androidDedicatedCount" Type="Edm.Int32" Nullable="false" />
 14942          <Property Name="androidDeviceAdminCount" Type="Edm.Int32" Nullable="false" />
 14943          <Property Name="androidFullyManagedCount" Type="Edm.Int32" Nullable="false" />
 14944          <Property Name="androidWorkProfileCount" Type="Edm.Int32" Nullable="false" />
 14945        </ComplexType>
 14946        <ComplexType Name="deviceExchangeAccessStateSummary">
 14947          <Property Name="allowedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14948          <Property Name="blockedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14949          <Property Name="quarantinedDeviceCount" Type="Edm.Int32" Nullable="false" />
 14950          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
 14951          <Property Name="unavailableDeviceCount" Type="Edm.Int32" Nullable="false" />
 14952        </ComplexType>
 14953        <ComplexType Name="managedDeviceModelsAndManufacturers">
 14954          <Property Name="deviceModels" Type="Collection(Edm.String)" />
 14955          <Property Name="deviceManufacturers" Type="Collection(Edm.String)" />
 14956        </ComplexType>
 14957        <ComplexType Name="userExperienceAnalyticsInsight">
 14958          <Property Name="userExperienceAnalyticsMetricId" Type="Edm.String" />
 14959          <Property Name="insightId" Type="Edm.String" />
 14960          <Property Name="values" Type="Collection(microsoft.graph.userExperienceAnalyticsInsightValue)" />
 14961          <Property Name="severity" Type="microsoft.graph.userExperienceAnalyticsInsightSeverity" Nullable="false" />
 14962        </ComplexType>
 14963        <ComplexType Name="userExperienceAnalyticsInsightValue" Abstract="true" />
 14964        <ComplexType Name="insightValueDouble" BaseType="microsoft.graph.userExperienceAnalyticsInsightValue">
 14965          <Property Name="value" Type="Edm.Double" Nullable="false" />
 14966        </ComplexType>
 14967        <ComplexType Name="insightValueInt" BaseType="microsoft.graph.userExperienceAnalyticsInsightValue">
 14968          <Property Name="value" Type="Edm.Int32" Nullable="false" />
 14969        </ComplexType>
 14970        <EntityType Name="windowsManagementAppHealthState" BaseType="microsoft.graph.entity">
 14971          <Property Name="healthState" Type="microsoft.graph.healthState" Nullable="false" />
 14972          <Property Name="installedVersion" Type="Edm.String" />
 14973          <Property Name="lastCheckInDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 14974          <Property Name="deviceName" Type="Edm.String" />
 14975          <Property Name="deviceOSVersion" Type="Edm.String" />
 14976        </EntityType>
 14977        <EntityType Name="windowsManagementAppHealthSummary" BaseType="microsoft.graph.entity">
 14978          <Property Name="healthyDeviceCount" Type="Edm.Int32" Nullable="false" />
 14979          <Property Name="unhealthyDeviceCount" Type="Edm.Int32" Nullable="false" />
 14980          <Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" />
 14981        </EntityType>
 14982        <ComplexType Name="windowsDeviceADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
 14983          <Property Name="domainName" Type="Edm.String" />
 14984          <Property Name="userName" Type="Edm.String" />
 14985        </ComplexType>
 14986        <ComplexType Name="windowsDeviceAzureADAccount" BaseType="microsoft.graph.windowsDeviceAccount">
 14987          <Property Name="userPrincipalName" Type="Edm.String" />
 14988        </ComplexType>
 14989        <EntityType Name="importedDeviceIdentityResult" BaseType="microsoft.graph.importedDeviceIdentity">
 14990          <Property Name="status" Type="Edm.Boolean" Nullable="false" />
 14991        </EntityType>
 14992        <EntityType Name="enrollmentProfile" BaseType="microsoft.graph.entity">
 14993          <Property Name="displayName" Type="Edm.String" />
 14994          <Property Name="description" Type="Edm.String" />
 14995          <Property Name="requiresUserAuthentication" Type="Edm.Boolean" Nullable="false" />
 14996          <Property Name="configurationEndpointUrl" Type="Edm.String" />
 14997          <Property Name="enableAuthenticationViaCompanyPortal" Type="Edm.Boolean" Nullable="false" />
 14998          <Property Name="requireCompanyPortalOnSetupAssistantEnrolledDevices" Type="Edm.Boolean" Nullable="false" />
 14999        </EntityType>
 15000        <EntityType Name="depEnrollmentBaseProfile" BaseType="microsoft.graph.enrollmentProfile" Abstract="true">
 15001          <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
 15002          <Property Name="supervisedModeEnabled" Type="Edm.Boolean" Nullable="false" />
 15003          <Property Name="supportDepartment" Type="Edm.String" />
 15004          <Property Name="passCodeDisabled" Type="Edm.Boolean" Nullable="false" />
 15005          <Property Name="isMandatory" Type="Edm.Boolean" Nullable="false" />
 15006          <Property Name="locationDisabled" Type="Edm.Boolean" Nullable="false" />
 15007          <Property Name="supportPhoneNumber" Type="Edm.String" />
 15008          <Property Name="profileRemovalDisabled" Type="Edm.Boolean" Nullable="false" />
 15009          <Property Name="restoreBlocked" Type="Edm.Boolean" Nullable="false" />
 15010          <Property Name="appleIdDisabled" Type="Edm.Boolean" Nullable="false" />
 15011          <Property Name="termsAndConditionsDisabled" Type="Edm.Boolean" Nullable="false" />
 15012          <Property Name="touchIdDisabled" Type="Edm.Boolean" Nullable="false" />
 15013          <Property Name="applePayDisabled" Type="Edm.Boolean" Nullable="false" />
 15014          <Property Name="zoomDisabled" Type="Edm.Boolean" Nullable="false" />
 15015          <Property Name="siriDisabled" Type="Edm.Boolean" Nullable="false" />
 15016          <Property Name="diagnosticsDisabled" Type="Edm.Boolean" Nullable="false" />
 15017          <Property Name="displayToneSetupDisabled" Type="Edm.Boolean" Nullable="false" />
 15018          <Property Name="privacyPaneDisabled" Type="Edm.Boolean" Nullable="false" />
 15019          <Property Name="screenTimeScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15020          <Property Name="deviceNameTemplate" Type="Edm.String" />
 15021          <Property Name="configurationWebUrl" Type="Edm.Boolean" Nullable="false" />
 15022        </EntityType>
 15023        <EntityType Name="depIOSEnrollmentProfile" BaseType="microsoft.graph.depEnrollmentBaseProfile">
 15024          <Property Name="iTunesPairingMode" Type="microsoft.graph.iTunesPairingMode" Nullable="false" />
 15025          <Property Name="managementCertificates" Type="Collection(microsoft.graph.managementCertificateWithThumbprint)" />
 15026          <Property Name="restoreFromAndroidDisabled" Type="Edm.Boolean" Nullable="false" />
 15027          <Property Name="awaitDeviceConfiguredConfirmation" Type="Edm.Boolean" Nullable="false" />
 15028          <Property Name="sharedIPadMaximumUserCount" Type="Edm.Int32" Nullable="false" />
 15029          <Property Name="enableSharedIPad" Type="Edm.Boolean" Nullable="false" />
 15030          <Property Name="companyPortalVppTokenId" Type="Edm.String" />
 15031          <Property Name="enableSingleAppEnrollmentMode" Type="Edm.Boolean" Nullable="false" />
 15032          <Property Name="homeButtonScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15033          <Property Name="iMessageAndFaceTimeScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15034          <Property Name="onBoardingScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15035          <Property Name="simSetupScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15036          <Property Name="softwareUpdateScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15037          <Property Name="watchMigrationScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15038          <Property Name="appearanceScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15039          <Property Name="expressLanguageScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15040          <Property Name="preferredLanguageScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15041          <Property Name="deviceToDeviceMigrationDisabled" Type="Edm.Boolean" Nullable="false" />
 15042          <Property Name="welcomeScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15043        </EntityType>
 15044        <EntityType Name="depMacOSEnrollmentProfile" BaseType="microsoft.graph.depEnrollmentBaseProfile">
 15045          <Property Name="registrationDisabled" Type="Edm.Boolean" Nullable="false" />
 15046          <Property Name="fileVaultDisabled" Type="Edm.Boolean" Nullable="false" />
 15047          <Property Name="iCloudDiagnosticsDisabled" Type="Edm.Boolean" Nullable="false" />
 15048          <Property Name="iCloudStorageDisabled" Type="Edm.Boolean" Nullable="false" />
 15049          <Property Name="chooseYourLockScreenDisabled" Type="Edm.Boolean" Nullable="false" />
 15050        </EntityType>
 15051        <EntityType Name="importedAppleDeviceIdentity" BaseType="microsoft.graph.entity">
 15052          <Property Name="serialNumber" Type="Edm.String" />
 15053          <Property Name="requestedEnrollmentProfileId" Type="Edm.String" />
 15054          <Property Name="requestedEnrollmentProfileAssignmentDateTime" Type="Edm.DateTimeOffset" />
 15055          <Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" />
 15056          <Property Name="discoverySource" Type="microsoft.graph.discoverySource" Nullable="false" />
 15057          <Property Name="isDeleted" Type="Edm.Boolean" />
 15058          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15059          <Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15060          <Property Name="description" Type="Edm.String" />
 15061          <Property Name="enrollmentState" Type="microsoft.graph.enrollmentState" Nullable="false" />
 15062          <Property Name="platform" Type="microsoft.graph.platform" Nullable="false" />
 15063        </EntityType>
 15064        <EntityType Name="importedAppleDeviceIdentityResult" BaseType="microsoft.graph.importedAppleDeviceIdentity">
 15065          <Property Name="status" Type="Edm.Boolean" Nullable="false" />
 15066        </EntityType>
 15067        <ComplexType Name="importedWindowsAutopilotDeviceIdentityState">
 15068          <Property Name="deviceImportStatus" Type="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus" Nullable="false" />
 15069          <Property Name="deviceRegistrationId" Type="Edm.String" />
 15070          <Property Name="deviceErrorCode" Type="Edm.Int32" Nullable="false" />
 15071          <Property Name="deviceErrorName" Type="Edm.String" />
 15072        </ComplexType>
 15073        <ComplexType Name="appleOwnerTypeEnrollmentType">
 15074          <Property Name="ownerType" Type="microsoft.graph.managedDeviceOwnerType" Nullable="false" />
 15075          <Property Name="enrollmentType" Type="microsoft.graph.appleUserInitiatedEnrollmentType" Nullable="false" />
 15076        </ComplexType>
 15077        <EntityType Name="appleEnrollmentProfileAssignment" BaseType="microsoft.graph.entity">
 15078          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15079        </EntityType>
 15080        <EntityType Name="activeDirectoryWindowsAutopilotDeploymentProfile" BaseType="microsoft.graph.windowsAutopilotDeploymentProfile">
 15081          <Property Name="hybridAzureADJoinSkipConnectivityCheck" Type="Edm.Boolean" Nullable="false" />
 15082          <NavigationProperty Name="domainJoinConfiguration" Type="microsoft.graph.windowsDomainJoinConfiguration" ContainsTarget="true" />
 15083        </EntityType>
 15084        <EntityType Name="azureADWindowsAutopilotDeploymentProfile" BaseType="microsoft.graph.windowsAutopilotDeploymentProfile" />
 15085        <ComplexType Name="managementCertificateWithThumbprint">
 15086          <Property Name="thumbprint" Type="Edm.String" />
 15087          <Property Name="certificate" Type="Edm.String" />
 15088        </ComplexType>
 15089        <EntityType Name="depEnrollmentProfile" BaseType="microsoft.graph.enrollmentProfile">
 15090          <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
 15091          <Property Name="supervisedModeEnabled" Type="Edm.Boolean" Nullable="false" />
 15092          <Property Name="supportDepartment" Type="Edm.String" />
 15093          <Property Name="passCodeDisabled" Type="Edm.Boolean" Nullable="false" />
 15094          <Property Name="isMandatory" Type="Edm.Boolean" Nullable="false" />
 15095          <Property Name="locationDisabled" Type="Edm.Boolean" Nullable="false" />
 15096          <Property Name="supportPhoneNumber" Type="Edm.String" />
 15097          <Property Name="iTunesPairingMode" Type="microsoft.graph.iTunesPairingMode" Nullable="false" />
 15098          <Property Name="profileRemovalDisabled" Type="Edm.Boolean" Nullable="false" />
 15099          <Property Name="managementCertificates" Type="Collection(microsoft.graph.managementCertificateWithThumbprint)" />
 15100          <Property Name="restoreBlocked" Type="Edm.Boolean" Nullable="false" />
 15101          <Property Name="restoreFromAndroidDisabled" Type="Edm.Boolean" Nullable="false" />
 15102          <Property Name="appleIdDisabled" Type="Edm.Boolean" Nullable="false" />
 15103          <Property Name="termsAndConditionsDisabled" Type="Edm.Boolean" Nullable="false" />
 15104          <Property Name="touchIdDisabled" Type="Edm.Boolean" Nullable="false" />
 15105          <Property Name="applePayDisabled" Type="Edm.Boolean" Nullable="false" />
 15106          <Property Name="zoomDisabled" Type="Edm.Boolean" Nullable="false" />
 15107          <Property Name="siriDisabled" Type="Edm.Boolean" Nullable="false" />
 15108          <Property Name="diagnosticsDisabled" Type="Edm.Boolean" Nullable="false" />
 15109          <Property Name="macOSRegistrationDisabled" Type="Edm.Boolean" Nullable="false" />
 15110          <Property Name="macOSFileVaultDisabled" Type="Edm.Boolean" Nullable="false" />
 15111          <Property Name="awaitDeviceConfiguredConfirmation" Type="Edm.Boolean" Nullable="false" />
 15112          <Property Name="sharedIPadMaximumUserCount" Type="Edm.Int32" Nullable="false" />
 15113          <Property Name="enableSharedIPad" Type="Edm.Boolean" Nullable="false" />
 15114        </EntityType>
 15115        <EntityType Name="importedWindowsAutopilotDeviceIdentityUpload" BaseType="microsoft.graph.entity">
 15116          <Property Name="createdDateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false" />
 15117          <Property Name="status" Type="microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus" Nullable="false" />
 15118          <NavigationProperty Name="deviceIdentities" Type="Collection(microsoft.graph.importedWindowsAutopilotDeviceIdentity)" ContainsTarget="true" />
 15119        </EntityType>
 15120        <ComplexType Name="managementConditionExpression" Abstract="true" />
 15121        <ComplexType Name="managementConditionExpressionString" BaseType="microsoft.graph.managementConditionExpression">
 15122          <Property Name="value" Type="Edm.String" Nullable="false" />
 15123        </ComplexType>
 15124        <ComplexType Name="managementConditionExpressionModel" BaseType="microsoft.graph.managementConditionExpression" Abstract="true" />
 15125        <ComplexType Name="binaryManagementConditionExpression" BaseType="microsoft.graph.managementConditionExpressionModel">
 15126          <Property Name="operator" Type="microsoft.graph.binaryManagementConditionExpressionOperatorType" Nullable="false" />
 15127          <Property Name="firstOperand" Type="microsoft.graph.managementConditionExpressionModel" Nullable="false" />
 15128          <Property Name="secondOperand" Type="microsoft.graph.managementConditionExpressionModel" Nullable="false" />
 15129        </ComplexType>
 15130        <ComplexType Name="unaryManagementConditionExpression" BaseType="microsoft.graph.managementConditionExpressionModel">
 15131          <Property Name="operator" Type="microsoft.graph.unaryManagementConditionExpressionOperatorType" Nullable="false" />
 15132          <Property Name="operand" Type="microsoft.graph.managementConditionExpressionModel" Nullable="false" />
 15133        </ComplexType>
 15134        <ComplexType Name="variableManagementConditionExpression" BaseType="microsoft.graph.managementConditionExpressionModel">
 15135          <Property Name="managementConditionId" Type="Edm.String" Nullable="false" />
 15136        </ComplexType>
 15137        <EntityType Name="locationManagementCondition" BaseType="microsoft.graph.managementCondition" Abstract="true" />
 15138        <EntityType Name="circularGeofenceManagementCondition" BaseType="microsoft.graph.locationManagementCondition">
 15139          <Property Name="latitude" Type="Edm.Double" Nullable="false" />
 15140          <Property Name="longitude" Type="Edm.Double" Nullable="false" />
 15141          <Property Name="radiusInMeters" Type="Edm.Single" Nullable="false" />
 15142        </EntityType>
 15143        <EntityType Name="networkManagementCondition" BaseType="microsoft.graph.managementCondition" Abstract="true" />
 15144        <EntityType Name="networkIPv4ConfigurationManagementCondition" BaseType="microsoft.graph.networkManagementCondition">
 15145          <Property Name="ipV4Prefix" Type="Edm.String" />
 15146          <Property Name="ipV4Gateway" Type="Edm.String" />
 15147          <Property Name="ipV4DHCPServer" Type="Edm.String" />
 15148          <Property Name="ipV4DNSServerList" Type="Collection(Edm.String)" />
 15149          <Property Name="dnsSuffixList" Type="Collection(Edm.String)" />
 15150        </EntityType>
 15151        <EntityType Name="networkIPv6ConfigurationManagementCondition" BaseType="microsoft.graph.networkManagementCondition">
 15152          <Property Name="ipV6Prefix" Type="Edm.String" />
 15153          <Property Name="ipV6Gateway" Type="Edm.String" />
 15154          <Property Name="ipV6DNSServerList" Type="Collection(Edm.String)" />
 15155          <Property Name="dnsSuffixList" Type="Collection(Edm.String)" />
 15156        </EntityType>
 15157        <EntityType Name="groupPolicySettingMapping" BaseType="microsoft.graph.entity">
 15158          <Property Name="parentId" Type="Edm.String" />
 15159          <Property Name="childIdList" Type="Collection(Edm.String)" />
 15160          <Property Name="settingName" Type="Edm.String" />
 15161          <Property Name="settingValue" Type="Edm.String" />
 15162          <Property Name="settingValueType" Type="Edm.String" />
 15163          <Property Name="settingDisplayName" Type="Edm.String" />
 15164          <Property Name="settingDisplayValue" Type="Edm.String" />
 15165          <Property Name="settingDisplayValueType" Type="Edm.String" />
 15166          <Property Name="settingValueDisplayUnits" Type="Edm.String" />
 15167          <Property Name="settingCategory" Type="Edm.String" />
 15168          <Property Name="mdmCspName" Type="Edm.String" />
 15169          <Property Name="mdmSettingUri" Type="Edm.String" />
 15170          <Property Name="mdmMinimumOSVersion" Type="Edm.Int32" Nullable="false" />
 15171          <Property Name="settingType" Type="microsoft.graph.groupPolicySettingType" Nullable="false" />
 15172          <Property Name="isMdmSupported" Type="Edm.Boolean" Nullable="false" />
 15173          <Property Name="settingScope" Type="microsoft.graph.groupPolicySettingScope" Nullable="false" />
 15174          <Property Name="intuneSettingUriList" Type="Collection(Edm.String)" />
 15175        </EntityType>
 15176        <EntityType Name="groupPolicyDefinitionValue" BaseType="microsoft.graph.entity">
 15177          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15178          <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
 15179          <Property Name="configurationType" Type="microsoft.graph.groupPolicyConfigurationType" Nullable="false" />
 15180          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15181          <NavigationProperty Name="presentationValues" Type="Collection(microsoft.graph.groupPolicyPresentationValue)" ContainsTarget="true" />
 15182          <NavigationProperty Name="definition" Type="microsoft.graph.groupPolicyDefinition" />
 15183        </EntityType>
 15184        <EntityType Name="groupPolicyConfigurationAssignment" BaseType="microsoft.graph.entity">
 15185          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15186          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15187        </EntityType>
 15188        <EntityType Name="groupPolicyPresentationValue" BaseType="microsoft.graph.entity">
 15189          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15190          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15191          <NavigationProperty Name="definitionValue" Type="microsoft.graph.groupPolicyDefinitionValue" />
 15192          <NavigationProperty Name="presentation" Type="microsoft.graph.groupPolicyPresentation" />
 15193        </EntityType>
 15194        <EntityType Name="groupPolicyPresentation" BaseType="microsoft.graph.entity">
 15195          <Property Name="label" Type="Edm.String" />
 15196          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15197          <NavigationProperty Name="definition" Type="microsoft.graph.groupPolicyDefinition" />
 15198        </EntityType>
 15199        <EntityType Name="groupPolicyPresentationCheckBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15200          <Property Name="defaultChecked" Type="Edm.Boolean" Nullable="false" />
 15201        </EntityType>
 15202        <EntityType Name="groupPolicyPresentationComboBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15203          <Property Name="defaultValue" Type="Edm.String" />
 15204          <Property Name="suggestions" Type="Collection(Edm.String)" />
 15205          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15206          <Property Name="maxLength" Type="Edm.Int64" Nullable="false" />
 15207        </EntityType>
 15208        <EntityType Name="groupPolicyPresentationDecimalTextBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15209          <Property Name="defaultValue" Type="Edm.Int64" Nullable="false" />
 15210          <Property Name="spin" Type="Edm.Boolean" Nullable="false" />
 15211          <Property Name="spinStep" Type="Edm.Int64" Nullable="false" />
 15212          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15213          <Property Name="minValue" Type="Edm.Int64" Nullable="false" />
 15214          <Property Name="maxValue" Type="Edm.Int64" Nullable="false" />
 15215        </EntityType>
 15216        <EntityType Name="groupPolicyPresentationDropdownList" BaseType="microsoft.graph.groupPolicyPresentation">
 15217          <Property Name="defaultItem" Type="microsoft.graph.groupPolicyPresentationDropdownListItem" />
 15218          <Property Name="items" Type="Collection(microsoft.graph.groupPolicyPresentationDropdownListItem)" />
 15219          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15220        </EntityType>
 15221        <ComplexType Name="groupPolicyPresentationDropdownListItem">
 15222          <Property Name="displayName" Type="Edm.String" />
 15223          <Property Name="value" Type="Edm.String" />
 15224        </ComplexType>
 15225        <EntityType Name="groupPolicyPresentationListBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15226          <Property Name="explicitValue" Type="Edm.Boolean" Nullable="false" />
 15227          <Property Name="valuePrefix" Type="Edm.String" />
 15228        </EntityType>
 15229        <EntityType Name="groupPolicyPresentationLongDecimalTextBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15230          <Property Name="defaultValue" Type="Edm.Int64" Nullable="false" />
 15231          <Property Name="spin" Type="Edm.Boolean" Nullable="false" />
 15232          <Property Name="spinStep" Type="Edm.Int64" Nullable="false" />
 15233          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15234          <Property Name="minValue" Type="Edm.Int64" Nullable="false" />
 15235          <Property Name="maxValue" Type="Edm.Int64" Nullable="false" />
 15236        </EntityType>
 15237        <EntityType Name="groupPolicyPresentationMultiTextBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15238          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15239          <Property Name="maxLength" Type="Edm.Int64" Nullable="false" />
 15240          <Property Name="maxStrings" Type="Edm.Int64" Nullable="false" />
 15241        </EntityType>
 15242        <EntityType Name="groupPolicyPresentationText" BaseType="microsoft.graph.groupPolicyPresentation" />
 15243        <EntityType Name="groupPolicyPresentationTextBox" BaseType="microsoft.graph.groupPolicyPresentation">
 15244          <Property Name="defaultValue" Type="Edm.String" />
 15245          <Property Name="required" Type="Edm.Boolean" Nullable="false" />
 15246          <Property Name="maxLength" Type="Edm.Int64" Nullable="false" />
 15247        </EntityType>
 15248        <EntityType Name="groupPolicyPresentationValueBoolean" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15249          <Property Name="value" Type="Edm.Boolean" Nullable="false" />
 15250        </EntityType>
 15251        <EntityType Name="groupPolicyPresentationValueDecimal" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15252          <Property Name="value" Type="Edm.Int64" Nullable="false" />
 15253        </EntityType>
 15254        <EntityType Name="groupPolicyPresentationValueList" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15255          <Property Name="values" Type="Collection(microsoft.graph.keyValuePair)" />
 15256        </EntityType>
 15257        <EntityType Name="groupPolicyPresentationValueLongDecimal" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15258          <Property Name="value" Type="Edm.Int64" Nullable="false" />
 15259        </EntityType>
 15260        <EntityType Name="groupPolicyPresentationValueMultiText" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15261          <Property Name="values" Type="Collection(Edm.String)" />
 15262        </EntityType>
 15263        <EntityType Name="groupPolicyPresentationValueText" BaseType="microsoft.graph.groupPolicyPresentationValue">
 15264          <Property Name="value" Type="Edm.String" />
 15265        </EntityType>
 15266        <ComplexType Name="mobileAppIdentifier" Abstract="true" />
 15267        <ComplexType Name="managedAppDiagnosticStatus">
 15268          <Property Name="validationName" Type="Edm.String" />
 15269          <Property Name="state" Type="Edm.String" />
 15270          <Property Name="mitigationInstruction" Type="Edm.String" />
 15271        </ComplexType>
 15272        <EntityType Name="managedAppOperation" BaseType="microsoft.graph.entity">
 15273          <Property Name="displayName" Type="Edm.String" />
 15274          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15275          <Property Name="state" Type="Edm.String" />
 15276          <Property Name="version" Type="Edm.String" />
 15277        </EntityType>
 15278        <ComplexType Name="windowsInformationProtectionResourceCollection">
 15279          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 15280          <Property Name="resources" Type="Collection(Edm.String)" />
 15281        </ComplexType>
 15282        <ComplexType Name="windowsInformationProtectionDataRecoveryCertificate">
 15283          <Property Name="subjectName" Type="Edm.String" />
 15284          <Property Name="description" Type="Edm.String" />
 15285          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15286          <Property Name="certificate" Type="Edm.Binary" />
 15287        </ComplexType>
 15288        <ComplexType Name="windowsInformationProtectionApp" Abstract="true">
 15289          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 15290          <Property Name="description" Type="Edm.String" />
 15291          <Property Name="publisherName" Type="Edm.String" />
 15292          <Property Name="productName" Type="Edm.String" />
 15293          <Property Name="denied" Type="Edm.Boolean" Nullable="false" />
 15294        </ComplexType>
 15295        <ComplexType Name="windowsInformationProtectionProxiedDomainCollection">
 15296          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 15297          <Property Name="proxiedDomains" Type="Collection(microsoft.graph.proxiedDomain)" Nullable="false" />
 15298        </ComplexType>
 15299        <ComplexType Name="windowsInformationProtectionIPRangeCollection">
 15300          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 15301          <Property Name="ranges" Type="Collection(microsoft.graph.ipRange)" Nullable="false" />
 15302        </ComplexType>
 15303        <EntityType Name="windowsInformationProtectionAppLockerFile" BaseType="microsoft.graph.entity">
 15304          <Property Name="displayName" Type="Edm.String" />
 15305          <Property Name="fileHash" Type="Edm.String" />
 15306          <Property Name="file" Type="Edm.Binary" />
 15307          <Property Name="version" Type="Edm.String" />
 15308        </EntityType>
 15309        <ComplexType Name="androidMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
 15310          <Property Name="packageId" Type="Edm.String" Nullable="false" />
 15311        </ComplexType>
 15312        <ComplexType Name="iosMobileAppIdentifier" BaseType="microsoft.graph.mobileAppIdentifier">
 15313          <Property Name="bundleId" Type="Edm.String" Nullable="false" />
 15314        </ComplexType>
 15315        <ComplexType Name="managedAppPolicyDeploymentSummaryPerApp">
 15316          <Property Name="mobileAppIdentifier" Type="microsoft.graph.mobileAppIdentifier" />
 15317          <Property Name="configurationAppliedUserCount" Type="Edm.Int32" Nullable="false" />
 15318        </ComplexType>
 15319        <ComplexType Name="windowsInformationProtectionStoreApp" BaseType="microsoft.graph.windowsInformationProtectionApp" />
 15320        <ComplexType Name="windowsInformationProtectionDesktopApp" BaseType="microsoft.graph.windowsInformationProtectionApp">
 15321          <Property Name="binaryName" Type="Edm.String" Nullable="false" />
 15322          <Property Name="binaryVersionLow" Type="Edm.String" />
 15323          <Property Name="binaryVersionHigh" Type="Edm.String" />
 15324        </ComplexType>
 15325        <EntityType Name="iosManagedAppRegistration" BaseType="microsoft.graph.managedAppRegistration" />
 15326        <EntityType Name="androidManagedAppRegistration" BaseType="microsoft.graph.managedAppRegistration">
 15327          <Property Name="patchVersion" Type="Edm.String" />
 15328        </EntityType>
 15329        <EntityType Name="managedAppStatusRaw" BaseType="microsoft.graph.managedAppStatus">
 15330          <Property Name="content" Type="microsoft.graph.Json" />
 15331        </EntityType>
 15332        <EntityType Name="localizedNotificationMessage" BaseType="microsoft.graph.entity">
 15333          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15334          <Property Name="locale" Type="Edm.String" Nullable="false" />
 15335          <Property Name="subject" Type="Edm.String" Nullable="false" />
 15336          <Property Name="messageTemplate" Type="Edm.String" Nullable="false" />
 15337          <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
 15338        </EntityType>
 15339        <EntityType Name="appVulnerabilityTask" BaseType="microsoft.graph.deviceAppManagementTask">
 15340          <Property Name="appName" Type="Edm.String" />
 15341          <Property Name="appPublisher" Type="Edm.String" />
 15342          <Property Name="appVersion" Type="Edm.String" />
 15343          <Property Name="mitigationType" Type="microsoft.graph.appVulnerabilityTaskMitigationType" Nullable="false" />
 15344          <Property Name="insights" Type="Edm.String" />
 15345          <Property Name="managedDeviceCount" Type="Edm.Int32" Nullable="false" />
 15346          <Property Name="mobileAppCount" Type="Edm.Int32" Nullable="false" />
 15347          <Property Name="remediation" Type="Edm.String" />
 15348          <NavigationProperty Name="managedDevices" Type="Collection(microsoft.graph.appVulnerabilityManagedDevice)" />
 15349          <NavigationProperty Name="mobileApps" Type="Collection(microsoft.graph.appVulnerabilityMobileApp)" />
 15350        </EntityType>
 15351        <EntityType Name="appVulnerabilityManagedDevice" BaseType="microsoft.graph.entity">
 15352          <Property Name="managedDeviceId" Type="Edm.String" />
 15353          <Property Name="displayName" Type="Edm.String" />
 15354          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15355        </EntityType>
 15356        <EntityType Name="appVulnerabilityMobileApp" BaseType="microsoft.graph.entity">
 15357          <Property Name="mobileAppId" Type="Edm.String" />
 15358          <Property Name="displayName" Type="Edm.String" />
 15359          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15360          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15361          <Property Name="mobileAppType" Type="Edm.String" />
 15362          <Property Name="version" Type="Edm.String" />
 15363        </EntityType>
 15364        <ComplexType Name="rolePermission">
 15365          <Property Name="actions" Type="Collection(Edm.String)" />
 15366          <Property Name="resourceActions" Type="Collection(microsoft.graph.resourceAction)" />
 15367        </ComplexType>
 15368        <ComplexType Name="resourceAction">
 15369          <Property Name="allowedResourceActions" Type="Collection(Edm.String)" />
 15370          <Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" />
 15371        </ComplexType>
 15372        <EntityType Name="roleScopeTagAutoAssignment" BaseType="microsoft.graph.entity">
 15373          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15374        </EntityType>
 15375        <ComplexType Name="deviceAndAppManagementAssignedRoleDetails">
 15376          <Property Name="roleDefinitionIds" Type="Collection(Edm.String)" />
 15377          <Property Name="roleAssignmentIds" Type="Collection(Edm.String)" />
 15378        </ComplexType>
 15379        <EntityType Name="deviceAndAppManagementRoleDefinition" BaseType="microsoft.graph.roleDefinition" />
 15380        <EntityType Name="deviceManagementCachedReportConfiguration" BaseType="microsoft.graph.entity">
 15381          <Property Name="reportName" Type="Edm.String" />
 15382          <Property Name="filter" Type="Edm.String" />
 15383          <Property Name="select" Type="Collection(Edm.String)" />
 15384          <Property Name="orderBy" Type="Collection(Edm.String)" />
 15385          <Property Name="status" Type="microsoft.graph.deviceManagementReportStatus" Nullable="false" />
 15386          <Property Name="lastRefreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15387          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15388        </EntityType>
 15389        <EntityType Name="deviceManagementExportJob" BaseType="microsoft.graph.entity">
 15390          <Property Name="reportName" Type="Edm.String" Nullable="false" />
 15391          <Property Name="filter" Type="Edm.String" />
 15392          <Property Name="select" Type="Collection(Edm.String)" />
 15393          <Property Name="format" Type="microsoft.graph.deviceManagementReportFileFormat" Nullable="false" />
 15394          <Property Name="snapshotId" Type="Edm.String" />
 15395          <Property Name="status" Type="microsoft.graph.deviceManagementReportStatus" Nullable="false" />
 15396          <Property Name="url" Type="Edm.String" />
 15397          <Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15398          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15399        </EntityType>
 15400        <EntityType Name="deviceManagementReportSchedule" BaseType="microsoft.graph.entity">
 15401          <Property Name="reportScheduleName" Type="Edm.String" Nullable="false" />
 15402          <Property Name="subject" Type="Edm.String" Nullable="false" />
 15403          <Property Name="emails" Type="Collection(Edm.String)" />
 15404          <Property Name="recurrence" Type="microsoft.graph.deviceManagementScheduledReportRecurrence" Nullable="false" />
 15405          <Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15406          <Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15407          <Property Name="userId" Type="Edm.String" Nullable="false" />
 15408          <Property Name="reportName" Type="Edm.String" Nullable="false" />
 15409          <Property Name="filter" Type="Edm.String" />
 15410          <Property Name="select" Type="Collection(Edm.String)" />
 15411          <Property Name="orderBy" Type="Collection(Edm.String)" />
 15412          <Property Name="format" Type="microsoft.graph.deviceManagementReportFileFormat" Nullable="false" />
 15413        </EntityType>
 15414        <EntityType Name="embeddedSIMActivationCodePoolAssignment" BaseType="microsoft.graph.entity">
 15415          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" Nullable="false" />
 15416        </EntityType>
 15417        <ComplexType Name="embeddedSIMActivationCode">
 15418          <Property Name="integratedCircuitCardIdentifier" Type="Edm.String" Nullable="false" />
 15419          <Property Name="matchingIdentifier" Type="Edm.String" Nullable="false" />
 15420          <Property Name="smdpPlusServerAddress" Type="Edm.String" Nullable="false" />
 15421        </ComplexType>
 15422        <EntityType Name="embeddedSIMDeviceState" BaseType="microsoft.graph.entity">
 15423          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15424          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15425          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" />
 15426          <Property Name="universalIntegratedCircuitCardIdentifier" Type="Edm.String" />
 15427          <Property Name="deviceName" Type="Edm.String" />
 15428          <Property Name="userName" Type="Edm.String" />
 15429          <Property Name="state" Type="microsoft.graph.embeddedSIMDeviceStateValue" Nullable="false" />
 15430          <Property Name="stateDetails" Type="Edm.String" />
 15431        </EntityType>
 15432        <ComplexType Name="deviceManagementTroubleshootingErrorDetails">
 15433          <Property Name="context" Type="Edm.String" />
 15434          <Property Name="failure" Type="Edm.String" />
 15435          <Property Name="failureDetails" Type="Edm.String" />
 15436          <Property Name="remediation" Type="Edm.String" />
 15437          <Property Name="resources" Type="Collection(microsoft.graph.deviceManagementTroubleshootingErrorResource)" />
 15438        </ComplexType>
 15439        <ComplexType Name="deviceManagementTroubleshootingErrorResource">
 15440          <Property Name="text" Type="Edm.String" />
 15441          <Property Name="link" Type="Edm.String" />
 15442        </ComplexType>
 15443        <EntityType Name="appleVppTokenTroubleshootingEvent" BaseType="microsoft.graph.deviceManagementTroubleshootingEvent">
 15444          <Property Name="tokenId" Type="Edm.String" />
 15445        </EntityType>
 15446        <EntityType Name="enrollmentTroubleshootingEvent" BaseType="microsoft.graph.deviceManagementTroubleshootingEvent">
 15447          <Property Name="managedDeviceIdentifier" Type="Edm.String" />
 15448          <Property Name="operatingSystem" Type="Edm.String" />
 15449          <Property Name="osVersion" Type="Edm.String" />
 15450          <Property Name="userId" Type="Edm.String" />
 15451          <Property Name="deviceId" Type="Edm.String" />
 15452          <Property Name="enrollmentType" Type="microsoft.graph.deviceEnrollmentType" Nullable="false" />
 15453          <Property Name="failureCategory" Type="microsoft.graph.deviceEnrollmentFailureReason" Nullable="false" />
 15454          <Property Name="failureReason" Type="Edm.String" />
 15455        </EntityType>
 15456        <ComplexType Name="mobileAppTroubleshootingDeviceCheckinHistory" BaseType="microsoft.graph.mobileAppTroubleshootingHistoryItem" />
 15457        <ComplexType Name="mobileAppTroubleshootingAppUpdateHistory" BaseType="microsoft.graph.mobileAppTroubleshootingHistoryItem" />
 15458        <ComplexType Name="mobileAppTroubleshootingAppStateHistory" BaseType="microsoft.graph.mobileAppTroubleshootingHistoryItem">
 15459          <Property Name="actionType" Type="microsoft.graph.mobileAppActionType" Nullable="false" />
 15460          <Property Name="runState" Type="microsoft.graph.runState" Nullable="false" />
 15461          <Property Name="errorCode" Type="Edm.String" />
 15462        </ComplexType>
 15463        <ComplexType Name="mobileAppTroubleshootingAppTargetHistory" BaseType="microsoft.graph.mobileAppTroubleshootingHistoryItem">
 15464          <Property Name="securityGroupId" Type="Edm.String" />
 15465          <Property Name="runState" Type="microsoft.graph.runState" Nullable="false" />
 15466          <Property Name="errorCode" Type="Edm.String" />
 15467        </ComplexType>
 15468        <ComplexType Name="mobileAppTroubleshootingAppPolicyCreationHistory" BaseType="microsoft.graph.mobileAppTroubleshootingHistoryItem">
 15469          <Property Name="runState" Type="microsoft.graph.runState" Nullable="false" />
 15470          <Property Name="errorCode" Type="Edm.String" />
 15471        </ComplexType>
 15472        <ComplexType Name="mobileAppIntentAndStateDetail">
 15473          <Property Name="applicationId" Type="Edm.String" />
 15474          <Property Name="displayName" Type="Edm.String" />
 15475          <Property Name="mobileAppIntent" Type="microsoft.graph.mobileAppIntent" Nullable="false" />
 15476          <Property Name="displayVersion" Type="Edm.String" />
 15477          <Property Name="installState" Type="microsoft.graph.resultantAppState" Nullable="false" />
 15478          <Property Name="supportedDeviceTypes" Type="Collection(microsoft.graph.mobileAppSupportedDeviceType)" />
 15479        </ComplexType>
 15480        <ComplexType Name="mobileAppSupportedDeviceType">
 15481          <Property Name="type" Type="microsoft.graph.deviceType" Nullable="false" />
 15482          <Property Name="minimumOperatingSystemVersion" Type="Edm.String" />
 15483          <Property Name="maximumOperatingSystemVersion" Type="Edm.String" />
 15484        </ComplexType>
 15485        <EntityType Name="windowsDefenderApplicationControlSupplementalPolicyAssignment" BaseType="microsoft.graph.entity">
 15486          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15487        </EntityType>
 15488        <EntityType Name="windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" BaseType="microsoft.graph.entity">
 15489          <Property Name="deployedDeviceCount" Type="Edm.Int32" Nullable="false" />
 15490          <Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" />
 15491        </EntityType>
 15492        <EntityType Name="windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" BaseType="microsoft.graph.entity">
 15493          <Property Name="deviceName" Type="Edm.String" />
 15494          <Property Name="deviceId" Type="Edm.String" />
 15495          <Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 15496          <Property Name="osVersion" Type="Edm.String" />
 15497          <Property Name="osDescription" Type="Edm.String" />
 15498          <Property Name="deploymentStatus" Type="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses" Nullable="false" />
 15499          <Property Name="userName" Type="Edm.String" />
 15500          <Property Name="userPrincipalName" Type="Edm.String" />
 15501          <Property Name="policyVersion" Type="Edm.String" />
 15502          <NavigationProperty Name="policy" Type="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy" />
 15503        </EntityType>
 15504        <EntityType Name="windowsFeatureUpdateProfileAssignment" BaseType="microsoft.graph.entity">
 15505          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15506        </EntityType>
 15507        <EntityType Name="intuneBrandingProfileAssignment" BaseType="microsoft.graph.entity">
 15508          <Property Name="target" Type="microsoft.graph.deviceAndAppManagementAssignmentTarget" />
 15509        </EntityType>
 15510        <ComplexType Name="searchRequest">
 15511          <Property Name="entityTypes" Type="Collection(microsoft.graph.entityType)" />
 15512          <Property Name="contentSources" Type="Collection(Edm.String)" />
 15513          <Property Name="query" Type="microsoft.graph.searchQuery" Nullable="false" />
 15514          <Property Name="from" Type="Edm.Int32" Nullable="false" />
 15515          <Property Name="size" Type="Edm.Int32" Nullable="false" />
 15516          <Property Name="stored_fields" Type="Collection(Edm.String)" />
 15517          <Property Name="enableTopResults" Type="Edm.Boolean" />
 15518        </ComplexType>
 15519        <ComplexType Name="searchQuery">
 15520          <Property Name="query_string" Type="microsoft.graph.searchQueryString" Nullable="false" />
 15521        </ComplexType>
 15522        <ComplexType Name="searchQueryString">
 15523          <Property Name="query" Type="Edm.String" Nullable="false" />
 15524        </ComplexType>
 15525        <ComplexType Name="searchResponse">
 15526          <Property Name="searchTerms" Type="Collection(Edm.String)" />
 15527          <Property Name="hitsContainers" Type="Collection(microsoft.graph.searchHitsContainer)" />
 15528        </ComplexType>
 15529        <ComplexType Name="searchHitsContainer">
 15530          <Property Name="hits" Type="Collection(microsoft.graph.searchHit)" />
 15531          <Property Name="total" Type="Edm.Int32" />
 15532          <Property Name="moreResultsAvailable" Type="Edm.Boolean" />
 15533        </ComplexType>
 15534        <ComplexType Name="searchHit">
 15535          <Property Name="_id" Type="Edm.String" />
 15536          <Property Name="_score" Type="Edm.Int32" />
 15537          <Property Name="_sortField" Type="Edm.String" />
 15538          <Property Name="_summary" Type="Edm.String" />
 15539          <Property Name="_source" Type="microsoft.graph.entity" />
 15540        </ComplexType>
 15541        <EntityType Name="search" BaseType="microsoft.graph.entity" />
 15542        <ComplexType Name="dateTimeTimeZoneType">
 15543          <Property Name="dateTime" Type="Edm.String" Nullable="false" />
 15544        </ComplexType>
 15545        <ComplexType Name="postalAddressType">
 15546          <Property Name="street" Type="Edm.String" />
 15547          <Property Name="city" Type="Edm.String" />
 15548          <Property Name="state" Type="Edm.String" />
 15549          <Property Name="countryLetterCode" Type="Edm.String" />
 15550          <Property Name="postalCode" Type="Edm.String" />
 15551        </ComplexType>
 15552        <EntityType Name="financials" BaseType="microsoft.graph.entity">
 15553          <NavigationProperty Name="companies" Type="Collection(microsoft.graph.company)" ContainsTarget="true" />
 15554        </EntityType>
 15555        <EntityType Name="company" BaseType="microsoft.graph.entity">
 15556          <Property Name="systemVersion" Type="Edm.String" />
 15557          <Property Name="name" Type="Edm.String" />
 15558          <Property Name="displayName" Type="Edm.String" />
 15559          <Property Name="businessProfileId" Type="Edm.String" />
 15560          <NavigationProperty Name="items" Type="Collection(microsoft.graph.item)" ContainsTarget="true" />
 15561          <NavigationProperty Name="customers" Type="Collection(microsoft.graph.customer)" ContainsTarget="true" />
 15562          <NavigationProperty Name="vendors" Type="Collection(microsoft.graph.vendor)" ContainsTarget="true" />
 15563          <NavigationProperty Name="companyInformation" Type="Collection(microsoft.graph.companyInformation)" ContainsTarget="true" />
 15564          <NavigationProperty Name="salesInvoices" Type="Collection(microsoft.graph.salesInvoice)" ContainsTarget="true" />
 15565          <NavigationProperty Name="salesInvoiceLines" Type="Collection(microsoft.graph.salesInvoiceLine)" ContainsTarget="true" />
 15566          <NavigationProperty Name="customerPaymentJournals" Type="Collection(microsoft.graph.customerPaymentJournal)" ContainsTarget="true" />
 15567          <NavigationProperty Name="customerPayments" Type="Collection(microsoft.graph.customerPayment)" ContainsTarget="true" />
 15568          <NavigationProperty Name="accounts" Type="Collection(microsoft.graph.account)" ContainsTarget="true" />
 15569          <NavigationProperty Name="taxGroups" Type="Collection(microsoft.graph.taxGroup)" ContainsTarget="true" />
 15570          <NavigationProperty Name="journals" Type="Collection(microsoft.graph.journal)" ContainsTarget="true" />
 15571          <NavigationProperty Name="journalLines" Type="Collection(microsoft.graph.journalLine)" ContainsTarget="true" />
 15572          <NavigationProperty Name="employees" Type="Collection(microsoft.graph.employee)" ContainsTarget="true" />
 15573          <NavigationProperty Name="generalLedgerEntries" Type="Collection(microsoft.graph.generalLedgerEntry)" ContainsTarget="true" />
 15574          <NavigationProperty Name="currencies" Type="Collection(microsoft.graph.currency)" ContainsTarget="true" />
 15575          <NavigationProperty Name="paymentMethods" Type="Collection(microsoft.graph.paymentMethod)" ContainsTarget="true" />
 15576          <NavigationProperty Name="dimensions" Type="Collection(microsoft.graph.dimension)" ContainsTarget="true" />
 15577          <NavigationProperty Name="dimensionValues" Type="Collection(microsoft.graph.dimensionValue)" ContainsTarget="true" />
 15578          <NavigationProperty Name="paymentTerms" Type="Collection(microsoft.graph.paymentTerm)" ContainsTarget="true" />
 15579          <NavigationProperty Name="shipmentMethods" Type="Collection(microsoft.graph.shipmentMethod)" ContainsTarget="true" />
 15580          <NavigationProperty Name="itemCategories" Type="Collection(microsoft.graph.itemCategory)" ContainsTarget="true" />
 15581          <NavigationProperty Name="countriesRegions" Type="Collection(microsoft.graph.countryRegion)" ContainsTarget="true" />
 15582          <NavigationProperty Name="salesOrders" Type="Collection(microsoft.graph.salesOrder)" ContainsTarget="true" />
 15583          <NavigationProperty Name="salesOrderLines" Type="Collection(microsoft.graph.salesOrderLine)" ContainsTarget="true" />
 15584          <NavigationProperty Name="unitsOfMeasure" Type="Collection(microsoft.graph.unitOfMeasure)" ContainsTarget="true" />
 15585          <NavigationProperty Name="agedAccountsReceivable" Type="Collection(microsoft.graph.agedAccountsReceivable)" ContainsTarget="true" />
 15586          <NavigationProperty Name="agedAccountsPayable" Type="Collection(microsoft.graph.agedAccountsPayable)" ContainsTarget="true" />
 15587          <NavigationProperty Name="taxAreas" Type="Collection(microsoft.graph.taxArea)" ContainsTarget="true" />
 15588          <NavigationProperty Name="salesQuotes" Type="Collection(microsoft.graph.salesQuote)" ContainsTarget="true" />
 15589          <NavigationProperty Name="salesQuoteLines" Type="Collection(microsoft.graph.salesQuoteLine)" ContainsTarget="true" />
 15590          <NavigationProperty Name="salesCreditMemos" Type="Collection(microsoft.graph.salesCreditMemo)" ContainsTarget="true" />
 15591          <NavigationProperty Name="salesCreditMemoLines" Type="Collection(microsoft.graph.salesCreditMemoLine)" ContainsTarget="true" />
 15592          <NavigationProperty Name="purchaseInvoices" Type="Collection(microsoft.graph.purchaseInvoice)" ContainsTarget="true" />
 15593          <NavigationProperty Name="purchaseInvoiceLines" Type="Collection(microsoft.graph.purchaseInvoiceLine)" ContainsTarget="true" />
 15594          <NavigationProperty Name="picture" Type="Collection(microsoft.graph.picture)" ContainsTarget="true" />
 15595        </EntityType>
 15596        <EntityType Name="item" BaseType="microsoft.graph.entity">
 15597          <Property Name="number" Type="Edm.String" />
 15598          <Property Name="displayName" Type="Edm.String" />
 15599          <Property Name="type" Type="Edm.String" />
 15600          <Property Name="itemCategoryId" Type="Edm.Guid" />
 15601          <Property Name="itemCategoryCode" Type="Edm.String" />
 15602          <Property Name="blocked" Type="Edm.Boolean" />
 15603          <Property Name="baseUnitOfMeasureId" Type="Edm.Guid" />
 15604          <Property Name="gtin" Type="Edm.String" />
 15605          <Property Name="inventory" Type="Edm.Decimal" Scale="Variable" />
 15606          <Property Name="unitPrice" Type="Edm.Decimal" Scale="Variable" />
 15607          <Property Name="priceIncludesTax" Type="Edm.Boolean" />
 15608          <Property Name="unitCost" Type="Edm.Decimal" Scale="Variable" />
 15609          <Property Name="taxGroupId" Type="Edm.Guid" />
 15610          <Property Name="taxGroupCode" Type="Edm.String" />
 15611          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15612          <NavigationProperty Name="picture" Type="Collection(microsoft.graph.picture)" ContainsTarget="true" />
 15613          <NavigationProperty Name="itemCategory" Type="microsoft.graph.itemCategory" ContainsTarget="true" />
 15614        </EntityType>
 15615        <EntityType Name="picture" BaseType="microsoft.graph.entity">
 15616          <Property Name="width" Type="Edm.Int32" />
 15617          <Property Name="height" Type="Edm.Int32" />
 15618          <Property Name="contentType" Type="Edm.String" />
 15619          <Property Name="content" Type="Edm.Stream" />
 15620        </EntityType>
 15621        <EntityType Name="itemCategory" BaseType="microsoft.graph.entity">
 15622          <Property Name="code" Type="Edm.String" />
 15623          <Property Name="displayName" Type="Edm.String" />
 15624          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15625        </EntityType>
 15626        <EntityType Name="customer" BaseType="microsoft.graph.entity">
 15627          <Property Name="number" Type="Edm.String" />
 15628          <Property Name="displayName" Type="Edm.String" />
 15629          <Property Name="type" Type="Edm.String" />
 15630          <Property Name="address" Type="microsoft.graph.postalAddressType" />
 15631          <Property Name="phoneNumber" Type="Edm.String" />
 15632          <Property Name="email" Type="Edm.String" />
 15633          <Property Name="website" Type="Edm.String" />
 15634          <Property Name="taxLiable" Type="Edm.Boolean" />
 15635          <Property Name="taxAreaId" Type="Edm.Guid" />
 15636          <Property Name="taxAreaDisplayName" Type="Edm.String" />
 15637          <Property Name="taxRegistrationNumber" Type="Edm.String" />
 15638          <Property Name="currencyId" Type="Edm.Guid" />
 15639          <Property Name="currencyCode" Type="Edm.String" />
 15640          <Property Name="paymentTermsId" Type="Edm.Guid" />
 15641          <Property Name="shipmentMethodId" Type="Edm.Guid" />
 15642          <Property Name="paymentMethodId" Type="Edm.Guid" />
 15643          <Property Name="blocked" Type="Edm.String" />
 15644          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15645          <NavigationProperty Name="picture" Type="Collection(microsoft.graph.picture)" ContainsTarget="true" />
 15646          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 15647          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 15648          <NavigationProperty Name="shipmentMethod" Type="microsoft.graph.shipmentMethod" ContainsTarget="true" />
 15649          <NavigationProperty Name="paymentMethod" Type="microsoft.graph.paymentMethod" ContainsTarget="true" />
 15650        </EntityType>
 15651        <EntityType Name="currency" BaseType="microsoft.graph.entity">
 15652          <Property Name="code" Type="Edm.String" />
 15653          <Property Name="displayName" Type="Edm.String" />
 15654          <Property Name="symbol" Type="Edm.String" />
 15655          <Property Name="amountDecimalPlaces" Type="Edm.String" />
 15656          <Property Name="amountRoundingPrecision" Type="Edm.Decimal" Scale="Variable" />
 15657          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15658        </EntityType>
 15659        <EntityType Name="paymentTerm" BaseType="microsoft.graph.entity">
 15660          <Property Name="code" Type="Edm.String" />
 15661          <Property Name="displayName" Type="Edm.String" />
 15662          <Property Name="dueDateCalculation" Type="Edm.String" />
 15663          <Property Name="discountDateCalculation" Type="Edm.String" />
 15664          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 15665          <Property Name="calculateDiscountOnCreditMemos" Type="Edm.Boolean" />
 15666          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15667        </EntityType>
 15668        <EntityType Name="shipmentMethod" BaseType="microsoft.graph.entity">
 15669          <Property Name="code" Type="Edm.String" />
 15670          <Property Name="displayName" Type="Edm.String" />
 15671          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15672        </EntityType>
 15673        <EntityType Name="paymentMethod" BaseType="microsoft.graph.entity">
 15674          <Property Name="code" Type="Edm.String" />
 15675          <Property Name="displayName" Type="Edm.String" />
 15676          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15677        </EntityType>
 15678        <EntityType Name="vendor" BaseType="microsoft.graph.entity">
 15679          <Property Name="number" Type="Edm.String" />
 15680          <Property Name="displayName" Type="Edm.String" />
 15681          <Property Name="address" Type="microsoft.graph.postalAddressType" />
 15682          <Property Name="phoneNumber" Type="Edm.String" />
 15683          <Property Name="email" Type="Edm.String" />
 15684          <Property Name="website" Type="Edm.String" />
 15685          <Property Name="taxRegistrationNumber" Type="Edm.String" />
 15686          <Property Name="currencyId" Type="Edm.Guid" />
 15687          <Property Name="currencyCode" Type="Edm.String" />
 15688          <Property Name="paymentTermsId" Type="Edm.Guid" />
 15689          <Property Name="paymentMethodId" Type="Edm.Guid" />
 15690          <Property Name="taxLiable" Type="Edm.Boolean" />
 15691          <Property Name="blocked" Type="Edm.String" />
 15692          <Property Name="balance" Type="Edm.Decimal" Scale="Variable" />
 15693          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15694          <NavigationProperty Name="picture" Type="Collection(microsoft.graph.picture)" ContainsTarget="true" />
 15695          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 15696          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 15697          <NavigationProperty Name="paymentMethod" Type="microsoft.graph.paymentMethod" ContainsTarget="true" />
 15698        </EntityType>
 15699        <EntityType Name="companyInformation" BaseType="microsoft.graph.entity">
 15700          <Property Name="displayName" Type="Edm.String" />
 15701          <Property Name="address" Type="microsoft.graph.postalAddressType" />
 15702          <Property Name="phoneNumber" Type="Edm.String" />
 15703          <Property Name="faxNumber" Type="Edm.String" />
 15704          <Property Name="email" Type="Edm.String" />
 15705          <Property Name="website" Type="Edm.String" />
 15706          <Property Name="taxRegistrationNumber" Type="Edm.String" />
 15707          <Property Name="currencyCode" Type="Edm.String" />
 15708          <Property Name="currentFiscalYearStartDate" Type="Edm.Date" />
 15709          <Property Name="industry" Type="Edm.String" />
 15710          <Property Name="picture" Type="Edm.Stream" />
 15711          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15712        </EntityType>
 15713        <EntityType Name="salesInvoice" BaseType="microsoft.graph.entity">
 15714          <Property Name="number" Type="Edm.String" />
 15715          <Property Name="externalDocumentNumber" Type="Edm.String" />
 15716          <Property Name="invoiceDate" Type="Edm.Date" />
 15717          <Property Name="dueDate" Type="Edm.Date" />
 15718          <Property Name="customerPurchaseOrderReference" Type="Edm.String" />
 15719          <Property Name="customerId" Type="Edm.Guid" />
 15720          <Property Name="customerNumber" Type="Edm.String" />
 15721          <Property Name="customerName" Type="Edm.String" />
 15722          <Property Name="billToName" Type="Edm.String" />
 15723          <Property Name="billToCustomerId" Type="Edm.Guid" />
 15724          <Property Name="billToCustomerNumber" Type="Edm.String" />
 15725          <Property Name="shipToName" Type="Edm.String" />
 15726          <Property Name="shipToContact" Type="Edm.String" />
 15727          <Property Name="sellingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15728          <Property Name="billingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15729          <Property Name="shippingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15730          <Property Name="currencyId" Type="Edm.Guid" />
 15731          <Property Name="currencyCode" Type="Edm.String" />
 15732          <Property Name="orderId" Type="Edm.Guid" />
 15733          <Property Name="orderNumber" Type="Edm.String" />
 15734          <Property Name="paymentTermsId" Type="Edm.Guid" />
 15735          <Property Name="shipmentMethodId" Type="Edm.Guid" />
 15736          <Property Name="salesperson" Type="Edm.String" />
 15737          <Property Name="pricesIncludeTax" Type="Edm.Boolean" />
 15738          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 15739          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 15740          <Property Name="totalAmountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 15741          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15742          <Property Name="totalAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15743          <Property Name="status" Type="Edm.String" />
 15744          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15745          <Property Name="phoneNumber" Type="Edm.String" />
 15746          <Property Name="email" Type="Edm.String" />
 15747          <NavigationProperty Name="salesInvoiceLines" Type="Collection(microsoft.graph.salesInvoiceLine)" ContainsTarget="true" />
 15748          <NavigationProperty Name="customer" Type="microsoft.graph.customer" ContainsTarget="true" />
 15749          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 15750          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 15751          <NavigationProperty Name="shipmentMethod" Type="microsoft.graph.shipmentMethod" ContainsTarget="true" />
 15752        </EntityType>
 15753        <EntityType Name="salesInvoiceLine" BaseType="microsoft.graph.entity">
 15754          <Property Name="documentId" Type="Edm.Guid" />
 15755          <Property Name="sequence" Type="Edm.Int32" />
 15756          <Property Name="itemId" Type="Edm.Guid" />
 15757          <Property Name="accountId" Type="Edm.Guid" />
 15758          <Property Name="lineType" Type="Edm.String" />
 15759          <Property Name="description" Type="Edm.String" />
 15760          <Property Name="unitOfMeasureId" Type="Edm.Guid" />
 15761          <Property Name="unitPrice" Type="Edm.Decimal" Scale="Variable" />
 15762          <Property Name="quantity" Type="Edm.Decimal" Scale="Variable" />
 15763          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 15764          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 15765          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 15766          <Property Name="amountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 15767          <Property Name="taxCode" Type="Edm.String" />
 15768          <Property Name="taxPercent" Type="Edm.Decimal" Scale="Variable" />
 15769          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15770          <Property Name="amountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15771          <Property Name="invoiceDiscountAllocation" Type="Edm.Decimal" Scale="Variable" />
 15772          <Property Name="netAmount" Type="Edm.Decimal" Scale="Variable" />
 15773          <Property Name="netTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15774          <Property Name="netAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15775          <Property Name="shipmentDate" Type="Edm.Date" />
 15776          <NavigationProperty Name="item" Type="microsoft.graph.item" ContainsTarget="true" />
 15777          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15778        </EntityType>
 15779        <EntityType Name="account" BaseType="microsoft.graph.entity">
 15780          <Property Name="number" Type="Edm.String" />
 15781          <Property Name="displayName" Type="Edm.String" />
 15782          <Property Name="category" Type="Edm.String" />
 15783          <Property Name="subCategory" Type="Edm.String" />
 15784          <Property Name="blocked" Type="Edm.Boolean" />
 15785          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15786        </EntityType>
 15787        <EntityType Name="customerPaymentJournal" BaseType="microsoft.graph.entity">
 15788          <Property Name="code" Type="Edm.String" />
 15789          <Property Name="displayName" Type="Edm.String" />
 15790          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15791          <Property Name="balancingAccountId" Type="Edm.Guid" />
 15792          <Property Name="balancingAccountNumber" Type="Edm.String" />
 15793          <NavigationProperty Name="customerPayments" Type="Collection(microsoft.graph.customerPayment)" ContainsTarget="true" />
 15794          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15795        </EntityType>
 15796        <EntityType Name="customerPayment" BaseType="microsoft.graph.entity">
 15797          <Property Name="journalDisplayName" Type="Edm.String" />
 15798          <Property Name="lineNumber" Type="Edm.Int32" />
 15799          <Property Name="customerId" Type="Edm.Guid" />
 15800          <Property Name="customerNumber" Type="Edm.String" />
 15801          <Property Name="contactId" Type="Edm.String" />
 15802          <Property Name="postingDate" Type="Edm.Date" />
 15803          <Property Name="documentNumber" Type="Edm.String" />
 15804          <Property Name="externalDocumentNumber" Type="Edm.String" />
 15805          <Property Name="amount" Type="Edm.Decimal" Scale="Variable" />
 15806          <Property Name="appliesToInvoiceId" Type="Edm.Guid" />
 15807          <Property Name="appliesToInvoiceNumber" Type="Edm.String" />
 15808          <Property Name="description" Type="Edm.String" />
 15809          <Property Name="comment" Type="Edm.String" />
 15810          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15811          <NavigationProperty Name="customer" Type="microsoft.graph.customer" ContainsTarget="true" />
 15812        </EntityType>
 15813        <EntityType Name="taxGroup" BaseType="microsoft.graph.entity">
 15814          <Property Name="code" Type="Edm.String" />
 15815          <Property Name="displayName" Type="Edm.String" />
 15816          <Property Name="taxType" Type="Edm.String" />
 15817          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15818        </EntityType>
 15819        <EntityType Name="journal" BaseType="microsoft.graph.entity">
 15820          <Property Name="code" Type="Edm.String" />
 15821          <Property Name="displayName" Type="Edm.String" />
 15822          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15823          <Property Name="balancingAccountId" Type="Edm.Guid" />
 15824          <Property Name="balancingAccountNumber" Type="Edm.String" />
 15825          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15826          <NavigationProperty Name="journalLines" Type="Collection(microsoft.graph.journalLine)" ContainsTarget="true" />
 15827        </EntityType>
 15828        <EntityType Name="journalLine" BaseType="microsoft.graph.entity">
 15829          <Property Name="journalDisplayName" Type="Edm.String" />
 15830          <Property Name="lineNumber" Type="Edm.Int32" />
 15831          <Property Name="accountId" Type="Edm.Guid" />
 15832          <Property Name="accountNumber" Type="Edm.String" />
 15833          <Property Name="postingDate" Type="Edm.Date" />
 15834          <Property Name="documentNumber" Type="Edm.String" />
 15835          <Property Name="externalDocumentNumber" Type="Edm.String" />
 15836          <Property Name="amount" Type="Edm.Decimal" Scale="Variable" />
 15837          <Property Name="description" Type="Edm.String" />
 15838          <Property Name="comment" Type="Edm.String" />
 15839          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15840          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15841        </EntityType>
 15842        <EntityType Name="employee" BaseType="microsoft.graph.entity">
 15843          <Property Name="number" Type="Edm.String" />
 15844          <Property Name="displayName" Type="Edm.String" />
 15845          <Property Name="givenName" Type="Edm.String" />
 15846          <Property Name="middleName" Type="Edm.String" />
 15847          <Property Name="surname" Type="Edm.String" />
 15848          <Property Name="jobTitle" Type="Edm.String" />
 15849          <Property Name="address" Type="microsoft.graph.postalAddressType" />
 15850          <Property Name="phoneNumber" Type="Edm.String" />
 15851          <Property Name="mobilePhone" Type="Edm.String" />
 15852          <Property Name="email" Type="Edm.String" />
 15853          <Property Name="personalEmail" Type="Edm.String" />
 15854          <Property Name="employmentDate" Type="Edm.Date" />
 15855          <Property Name="terminationDate" Type="Edm.Date" />
 15856          <Property Name="status" Type="Edm.String" />
 15857          <Property Name="birthDate" Type="Edm.Date" />
 15858          <Property Name="statisticsGroupCode" Type="Edm.String" />
 15859          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15860          <NavigationProperty Name="picture" Type="Collection(microsoft.graph.picture)" ContainsTarget="true" />
 15861        </EntityType>
 15862        <EntityType Name="generalLedgerEntry" BaseType="microsoft.graph.entity">
 15863          <Property Name="postingDate" Type="Edm.Date" />
 15864          <Property Name="documentNumber" Type="Edm.String" />
 15865          <Property Name="documentType" Type="Edm.String" />
 15866          <Property Name="accountId" Type="Edm.Guid" />
 15867          <Property Name="accountNumber" Type="Edm.String" />
 15868          <Property Name="description" Type="Edm.String" />
 15869          <Property Name="debitAmount" Type="Edm.Decimal" Scale="Variable" />
 15870          <Property Name="creditAmount" Type="Edm.Decimal" Scale="Variable" />
 15871          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15872          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15873        </EntityType>
 15874        <EntityType Name="dimension" BaseType="microsoft.graph.entity">
 15875          <Property Name="code" Type="Edm.String" />
 15876          <Property Name="displayName" Type="Edm.String" />
 15877          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15878          <NavigationProperty Name="dimensionValues" Type="Collection(microsoft.graph.dimensionValue)" ContainsTarget="true" />
 15879        </EntityType>
 15880        <EntityType Name="dimensionValue" BaseType="microsoft.graph.entity">
 15881          <Property Name="code" Type="Edm.String" />
 15882          <Property Name="displayName" Type="Edm.String" />
 15883          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15884        </EntityType>
 15885        <EntityType Name="countryRegion" BaseType="microsoft.graph.entity">
 15886          <Property Name="code" Type="Edm.String" />
 15887          <Property Name="displayName" Type="Edm.String" />
 15888          <Property Name="addressFormat" Type="Edm.String" />
 15889          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15890        </EntityType>
 15891        <EntityType Name="salesOrder" BaseType="microsoft.graph.entity">
 15892          <Property Name="number" Type="Edm.String" />
 15893          <Property Name="externalDocumentNumber" Type="Edm.String" />
 15894          <Property Name="orderDate" Type="Edm.Date" />
 15895          <Property Name="customerId" Type="Edm.Guid" />
 15896          <Property Name="customerNumber" Type="Edm.String" />
 15897          <Property Name="customerName" Type="Edm.String" />
 15898          <Property Name="billToName" Type="Edm.String" />
 15899          <Property Name="billToCustomerId" Type="Edm.Guid" />
 15900          <Property Name="billToCustomerNumber" Type="Edm.String" />
 15901          <Property Name="shipToName" Type="Edm.String" />
 15902          <Property Name="shipToContact" Type="Edm.String" />
 15903          <Property Name="sellingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15904          <Property Name="billingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15905          <Property Name="shippingPostalAddress" Type="microsoft.graph.postalAddressType" />
 15906          <Property Name="currencyId" Type="Edm.Guid" />
 15907          <Property Name="currencyCode" Type="Edm.String" />
 15908          <Property Name="pricesIncludeTax" Type="Edm.Boolean" />
 15909          <Property Name="paymentTermsId" Type="Edm.Guid" />
 15910          <Property Name="salesperson" Type="Edm.String" />
 15911          <Property Name="partialShipping" Type="Edm.Boolean" />
 15912          <Property Name="requestedDeliveryDate" Type="Edm.Date" />
 15913          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 15914          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 15915          <Property Name="totalAmountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 15916          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15917          <Property Name="totalAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15918          <Property Name="fullyShipped" Type="Edm.Boolean" />
 15919          <Property Name="status" Type="Edm.String" />
 15920          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15921          <Property Name="phoneNumber" Type="Edm.String" />
 15922          <Property Name="email" Type="Edm.String" />
 15923          <NavigationProperty Name="salesOrderLines" Type="Collection(microsoft.graph.salesOrderLine)" ContainsTarget="true" />
 15924          <NavigationProperty Name="customer" Type="microsoft.graph.customer" ContainsTarget="true" />
 15925          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 15926          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 15927        </EntityType>
 15928        <EntityType Name="salesOrderLine" BaseType="microsoft.graph.entity">
 15929          <Property Name="documentId" Type="Edm.Guid" />
 15930          <Property Name="sequence" Type="Edm.Int32" />
 15931          <Property Name="itemId" Type="Edm.Guid" />
 15932          <Property Name="accountId" Type="Edm.Guid" />
 15933          <Property Name="lineType" Type="Edm.String" />
 15934          <Property Name="description" Type="Edm.String" />
 15935          <Property Name="unitOfMeasureId" Type="Edm.Guid" />
 15936          <Property Name="quantity" Type="Edm.Decimal" Scale="Variable" />
 15937          <Property Name="unitPrice" Type="Edm.Decimal" Scale="Variable" />
 15938          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 15939          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 15940          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 15941          <Property Name="amountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 15942          <Property Name="taxCode" Type="Edm.String" />
 15943          <Property Name="taxPercent" Type="Edm.Decimal" Scale="Variable" />
 15944          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15945          <Property Name="amountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15946          <Property Name="invoiceDiscountAllocation" Type="Edm.Decimal" Scale="Variable" />
 15947          <Property Name="netAmount" Type="Edm.Decimal" Scale="Variable" />
 15948          <Property Name="netTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 15949          <Property Name="netAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 15950          <Property Name="shipmentDate" Type="Edm.Date" />
 15951          <Property Name="shippedQuantity" Type="Edm.Decimal" Scale="Variable" />
 15952          <Property Name="invoicedQuantity" Type="Edm.Decimal" Scale="Variable" />
 15953          <Property Name="invoiceQuantity" Type="Edm.Decimal" Scale="Variable" />
 15954          <Property Name="shipQuantity" Type="Edm.Decimal" Scale="Variable" />
 15955          <NavigationProperty Name="item" Type="microsoft.graph.item" ContainsTarget="true" />
 15956          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 15957        </EntityType>
 15958        <EntityType Name="unitOfMeasure" BaseType="microsoft.graph.entity">
 15959          <Property Name="code" Type="Edm.String" />
 15960          <Property Name="displayName" Type="Edm.String" />
 15961          <Property Name="internationalStandardCode" Type="Edm.String" />
 15962          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15963        </EntityType>
 15964        <EntityType Name="agedAccountsReceivable" BaseType="microsoft.graph.entity">
 15965          <Property Name="customerNumber" Type="Edm.String" />
 15966          <Property Name="name" Type="Edm.String" />
 15967          <Property Name="currencyCode" Type="Edm.String" />
 15968          <Property Name="balanceDue" Type="Edm.Decimal" Scale="Variable" />
 15969          <Property Name="currentAmount" Type="Edm.Decimal" Scale="Variable" />
 15970          <Property Name="period1Amount" Type="Edm.Decimal" Scale="Variable" />
 15971          <Property Name="period2Amount" Type="Edm.Decimal" Scale="Variable" />
 15972          <Property Name="period3Amount" Type="Edm.Decimal" Scale="Variable" />
 15973          <Property Name="agedAsOfDate" Type="Edm.Date" />
 15974          <Property Name="periodLengthFilter" Type="Edm.String" />
 15975        </EntityType>
 15976        <EntityType Name="agedAccountsPayable" BaseType="microsoft.graph.entity">
 15977          <Property Name="vendorNumber" Type="Edm.String" />
 15978          <Property Name="name" Type="Edm.String" />
 15979          <Property Name="currencyCode" Type="Edm.String" />
 15980          <Property Name="balanceDue" Type="Edm.Decimal" Scale="Variable" />
 15981          <Property Name="currentAmount" Type="Edm.Decimal" Scale="Variable" />
 15982          <Property Name="period1Amount" Type="Edm.Decimal" Scale="Variable" />
 15983          <Property Name="period2Amount" Type="Edm.Decimal" Scale="Variable" />
 15984          <Property Name="period3Amount" Type="Edm.Decimal" Scale="Variable" />
 15985          <Property Name="agedAsOfDate" Type="Edm.Date" />
 15986          <Property Name="periodLengthFilter" Type="Edm.String" />
 15987        </EntityType>
 15988        <EntityType Name="taxArea" BaseType="microsoft.graph.entity">
 15989          <Property Name="code" Type="Edm.String" />
 15990          <Property Name="displayName" Type="Edm.String" />
 15991          <Property Name="taxType" Type="Edm.String" />
 15992          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 15993        </EntityType>
 15994        <EntityType Name="salesQuote" BaseType="microsoft.graph.entity">
 15995          <Property Name="number" Type="Edm.String" />
 15996          <Property Name="externalDocumentNumber" Type="Edm.String" />
 15997          <Property Name="documentDate" Type="Edm.Date" />
 15998          <Property Name="dueDate" Type="Edm.Date" />
 15999          <Property Name="customerId" Type="Edm.Guid" />
 16000          <Property Name="customerNumber" Type="Edm.String" />
 16001          <Property Name="customerName" Type="Edm.String" />
 16002          <Property Name="billToName" Type="Edm.String" />
 16003          <Property Name="billToCustomerId" Type="Edm.Guid" />
 16004          <Property Name="billToCustomerNumber" Type="Edm.String" />
 16005          <Property Name="shipToName" Type="Edm.String" />
 16006          <Property Name="shipToContact" Type="Edm.String" />
 16007          <Property Name="sellingPostalAddress" Type="microsoft.graph.postalAddressType" />
 16008          <Property Name="billingPostalAddress" Type="microsoft.graph.postalAddressType" />
 16009          <Property Name="shippingPostalAddress" Type="microsoft.graph.postalAddressType" />
 16010          <Property Name="currencyId" Type="Edm.Guid" />
 16011          <Property Name="currencyCode" Type="Edm.String" />
 16012          <Property Name="paymentTermsId" Type="Edm.Guid" />
 16013          <Property Name="shipmentMethodId" Type="Edm.Guid" />
 16014          <Property Name="salesperson" Type="Edm.String" />
 16015          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16016          <Property Name="totalAmountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16017          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16018          <Property Name="totalAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16019          <Property Name="status" Type="Edm.String" />
 16020          <Property Name="sentDate" Type="Edm.DateTimeOffset" />
 16021          <Property Name="validUntilDate" Type="Edm.Date" />
 16022          <Property Name="acceptedDate" Type="Edm.Date" />
 16023          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 16024          <Property Name="phoneNumber" Type="Edm.String" />
 16025          <Property Name="email" Type="Edm.String" />
 16026          <NavigationProperty Name="salesQuoteLines" Type="Collection(microsoft.graph.salesQuoteLine)" ContainsTarget="true" />
 16027          <NavigationProperty Name="customer" Type="microsoft.graph.customer" ContainsTarget="true" />
 16028          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 16029          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 16030          <NavigationProperty Name="shipmentMethod" Type="microsoft.graph.shipmentMethod" ContainsTarget="true" />
 16031        </EntityType>
 16032        <EntityType Name="salesQuoteLine" BaseType="microsoft.graph.entity">
 16033          <Property Name="documentId" Type="Edm.Guid" />
 16034          <Property Name="sequence" Type="Edm.Int32" />
 16035          <Property Name="itemId" Type="Edm.Guid" />
 16036          <Property Name="accountId" Type="Edm.Guid" />
 16037          <Property Name="lineType" Type="Edm.String" />
 16038          <Property Name="description" Type="Edm.String" />
 16039          <Property Name="unitOfMeasureId" Type="Edm.Guid" />
 16040          <Property Name="unitPrice" Type="Edm.Decimal" Scale="Variable" />
 16041          <Property Name="quantity" Type="Edm.Decimal" Scale="Variable" />
 16042          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16043          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 16044          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 16045          <Property Name="amountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16046          <Property Name="taxCode" Type="Edm.String" />
 16047          <Property Name="taxPercent" Type="Edm.Decimal" Scale="Variable" />
 16048          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16049          <Property Name="amountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16050          <Property Name="netAmount" Type="Edm.Decimal" Scale="Variable" />
 16051          <Property Name="netTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16052          <Property Name="netAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16053          <NavigationProperty Name="item" Type="microsoft.graph.item" ContainsTarget="true" />
 16054          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 16055        </EntityType>
 16056        <EntityType Name="salesCreditMemo" BaseType="microsoft.graph.entity">
 16057          <Property Name="number" Type="Edm.String" />
 16058          <Property Name="externalDocumentNumber" Type="Edm.String" />
 16059          <Property Name="creditMemoDate" Type="Edm.Date" />
 16060          <Property Name="dueDate" Type="Edm.Date" />
 16061          <Property Name="customerId" Type="Edm.Guid" />
 16062          <Property Name="customerNumber" Type="Edm.String" />
 16063          <Property Name="customerName" Type="Edm.String" />
 16064          <Property Name="billToName" Type="Edm.String" />
 16065          <Property Name="billToCustomerId" Type="Edm.Guid" />
 16066          <Property Name="billToCustomerNumber" Type="Edm.String" />
 16067          <Property Name="sellingPostalAddress" Type="microsoft.graph.postalAddressType" />
 16068          <Property Name="billingPostalAddress" Type="microsoft.graph.postalAddressType" />
 16069          <Property Name="currencyId" Type="Edm.Guid" />
 16070          <Property Name="currencyCode" Type="Edm.String" />
 16071          <Property Name="paymentTermsId" Type="Edm.Guid" />
 16072          <Property Name="salesperson" Type="Edm.String" />
 16073          <Property Name="pricesIncludeTax" Type="Edm.Boolean" />
 16074          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16075          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 16076          <Property Name="totalAmountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16077          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16078          <Property Name="totalAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16079          <Property Name="status" Type="Edm.String" />
 16080          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 16081          <Property Name="invoiceId" Type="Edm.Guid" />
 16082          <Property Name="invoiceNumber" Type="Edm.String" />
 16083          <Property Name="phoneNumber" Type="Edm.String" />
 16084          <Property Name="email" Type="Edm.String" />
 16085          <NavigationProperty Name="salesCreditMemoLines" Type="Collection(microsoft.graph.salesCreditMemoLine)" ContainsTarget="true" />
 16086          <NavigationProperty Name="customer" Type="microsoft.graph.customer" ContainsTarget="true" />
 16087          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 16088          <NavigationProperty Name="paymentTerm" Type="microsoft.graph.paymentTerm" ContainsTarget="true" />
 16089        </EntityType>
 16090        <EntityType Name="salesCreditMemoLine" BaseType="microsoft.graph.entity">
 16091          <Property Name="documentId" Type="Edm.Guid" />
 16092          <Property Name="sequence" Type="Edm.Int32" />
 16093          <Property Name="itemId" Type="Edm.Guid" />
 16094          <Property Name="accountId" Type="Edm.Guid" />
 16095          <Property Name="lineType" Type="Edm.String" />
 16096          <Property Name="description" Type="Edm.String" />
 16097          <Property Name="unitOfMeasureId" Type="Edm.Guid" />
 16098          <Property Name="unitPrice" Type="Edm.Decimal" Scale="Variable" />
 16099          <Property Name="quantity" Type="Edm.Decimal" Scale="Variable" />
 16100          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16101          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 16102          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 16103          <Property Name="amountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16104          <Property Name="taxCode" Type="Edm.String" />
 16105          <Property Name="taxPercent" Type="Edm.Decimal" Scale="Variable" />
 16106          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16107          <Property Name="amountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16108          <Property Name="invoiceDiscountAllocation" Type="Edm.Decimal" Scale="Variable" />
 16109          <Property Name="netAmount" Type="Edm.Decimal" Scale="Variable" />
 16110          <Property Name="netTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16111          <Property Name="netAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16112          <Property Name="shipmentDate" Type="Edm.Date" />
 16113          <NavigationProperty Name="item" Type="microsoft.graph.item" ContainsTarget="true" />
 16114          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 16115        </EntityType>
 16116        <EntityType Name="purchaseInvoice" BaseType="microsoft.graph.entity">
 16117          <Property Name="number" Type="Edm.String" />
 16118          <Property Name="invoiceDate" Type="Edm.Date" />
 16119          <Property Name="dueDate" Type="Edm.Date" />
 16120          <Property Name="vendorInvoiceNumber" Type="Edm.String" />
 16121          <Property Name="vendorId" Type="Edm.Guid" />
 16122          <Property Name="vendorNumber" Type="Edm.String" />
 16123          <Property Name="vendorName" Type="Edm.String" />
 16124          <Property Name="payToName" Type="Edm.String" />
 16125          <Property Name="payToContact" Type="Edm.String" />
 16126          <Property Name="payToVendorId" Type="Edm.Guid" />
 16127          <Property Name="payToVendorNumber" Type="Edm.String" />
 16128          <Property Name="shipToName" Type="Edm.String" />
 16129          <Property Name="shipToContact" Type="Edm.String" />
 16130          <Property Name="buyFromAddress" Type="microsoft.graph.postalAddressType" />
 16131          <Property Name="payToAddress" Type="microsoft.graph.postalAddressType" />
 16132          <Property Name="shipToAddress" Type="microsoft.graph.postalAddressType" />
 16133          <Property Name="currencyId" Type="Edm.Guid" />
 16134          <Property Name="currencyCode" Type="Edm.String" />
 16135          <Property Name="pricesIncludeTax" Type="Edm.Boolean" />
 16136          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16137          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 16138          <Property Name="totalAmountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16139          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16140          <Property Name="totalAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16141          <Property Name="status" Type="Edm.String" />
 16142          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 16143          <NavigationProperty Name="purchaseInvoiceLines" Type="Collection(microsoft.graph.purchaseInvoiceLine)" ContainsTarget="true" />
 16144          <NavigationProperty Name="vendor" Type="microsoft.graph.vendor" ContainsTarget="true" />
 16145          <NavigationProperty Name="currency" Type="microsoft.graph.currency" ContainsTarget="true" />
 16146        </EntityType>
 16147        <EntityType Name="purchaseInvoiceLine" BaseType="microsoft.graph.entity">
 16148          <Property Name="documentId" Type="Edm.Guid" />
 16149          <Property Name="sequence" Type="Edm.Int32" />
 16150          <Property Name="itemId" Type="Edm.Guid" />
 16151          <Property Name="accountId" Type="Edm.Guid" />
 16152          <Property Name="lineType" Type="Edm.String" />
 16153          <Property Name="description" Type="Edm.String" />
 16154          <Property Name="unitCost" Type="Edm.Decimal" Scale="Variable" />
 16155          <Property Name="quantity" Type="Edm.Decimal" Scale="Variable" />
 16156          <Property Name="discountAmount" Type="Edm.Decimal" Scale="Variable" />
 16157          <Property Name="discountPercent" Type="Edm.Decimal" Scale="Variable" />
 16158          <Property Name="discountAppliedBeforeTax" Type="Edm.Boolean" />
 16159          <Property Name="amountExcludingTax" Type="Edm.Decimal" Scale="Variable" />
 16160          <Property Name="taxCode" Type="Edm.String" />
 16161          <Property Name="taxPercent" Type="Edm.Decimal" Scale="Variable" />
 16162          <Property Name="totalTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16163          <Property Name="amountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16164          <Property Name="invoiceDiscountAllocation" Type="Edm.Decimal" Scale="Variable" />
 16165          <Property Name="netAmount" Type="Edm.Decimal" Scale="Variable" />
 16166          <Property Name="netTaxAmount" Type="Edm.Decimal" Scale="Variable" />
 16167          <Property Name="netAmountIncludingTax" Type="Edm.Decimal" Scale="Variable" />
 16168          <Property Name="expectedReceiptDate" Type="Edm.Date" />
 16169          <NavigationProperty Name="item" Type="microsoft.graph.item" ContainsTarget="true" />
 16170          <NavigationProperty Name="account" Type="microsoft.graph.account" ContainsTarget="true" />
 16171        </EntityType>
 16172        <ComplexType Name="payloadTypes">
 16173          <Property Name="rawContent" Type="Edm.String" />
 16174          <Property Name="visualContent" Type="microsoft.graph.visualProperties" />
 16175        </ComplexType>
 16176        <ComplexType Name="visualProperties">
 16177          <Property Name="title" Type="Edm.String" />
 16178          <Property Name="body" Type="Edm.String" />
 16179        </ComplexType>
 16180        <ComplexType Name="targetPolicyEndpoints">
 16181          <Property Name="platformTypes" Type="Collection(Edm.String)" />
 16182        </ComplexType>
 16183        <EntityType Name="office365ActivationsUserDetail" BaseType="microsoft.graph.entity">
 16184          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16185          <Property Name="userPrincipalName" Type="Edm.String" />
 16186          <Property Name="displayName" Type="Edm.String" />
 16187          <Property Name="userActivationCounts" Type="Collection(microsoft.graph.userActivationCounts)" />
 16188        </EntityType>
 16189        <ComplexType Name="userActivationCounts">
 16190          <Property Name="productType" Type="Edm.String" />
 16191          <Property Name="lastActivatedDate" Type="Edm.Date" />
 16192          <Property Name="windows" Type="Edm.Int64" />
 16193          <Property Name="mac" Type="Edm.Int64" />
 16194          <Property Name="windows10Mobile" Type="Edm.Int64" />
 16195          <Property Name="ios" Type="Edm.Int64" />
 16196          <Property Name="android" Type="Edm.Int64" />
 16197          <Property Name="activatedOnSharedComputer" Type="Edm.Boolean" />
 16198        </ComplexType>
 16199        <EntityType Name="office365ActivationCounts" BaseType="microsoft.graph.entity">
 16200          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16201          <Property Name="productType" Type="Edm.String" />
 16202          <Property Name="windows" Type="Edm.Int64" />
 16203          <Property Name="mac" Type="Edm.Int64" />
 16204          <Property Name="android" Type="Edm.Int64" />
 16205          <Property Name="ios" Type="Edm.Int64" />
 16206          <Property Name="windows10Mobile" Type="Edm.Int64" />
 16207        </EntityType>
 16208        <EntityType Name="office365ActivationsUserCounts" BaseType="microsoft.graph.entity">
 16209          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16210          <Property Name="productType" Type="Edm.String" />
 16211          <Property Name="assigned" Type="Edm.Int64" />
 16212          <Property Name="activated" Type="Edm.Int64" />
 16213          <Property Name="sharedComputerActivation" Type="Edm.Int64" />
 16214        </EntityType>
 16215        <EntityType Name="office365ActiveUserDetail" BaseType="microsoft.graph.entity">
 16216          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16217          <Property Name="userPrincipalName" Type="Edm.String" />
 16218          <Property Name="displayName" Type="Edm.String" />
 16219          <Property Name="isDeleted" Type="Edm.Boolean" />
 16220          <Property Name="deletedDate" Type="Edm.Date" />
 16221          <Property Name="hasExchangeLicense" Type="Edm.Boolean" />
 16222          <Property Name="hasOneDriveLicense" Type="Edm.Boolean" />
 16223          <Property Name="hasSharePointLicense" Type="Edm.Boolean" />
 16224          <Property Name="hasSkypeForBusinessLicense" Type="Edm.Boolean" />
 16225          <Property Name="hasYammerLicense" Type="Edm.Boolean" />
 16226          <Property Name="hasTeamsLicense" Type="Edm.Boolean" />
 16227          <Property Name="exchangeLastActivityDate" Type="Edm.Date" />
 16228          <Property Name="oneDriveLastActivityDate" Type="Edm.Date" />
 16229          <Property Name="sharePointLastActivityDate" Type="Edm.Date" />
 16230          <Property Name="skypeForBusinessLastActivityDate" Type="Edm.Date" />
 16231          <Property Name="yammerLastActivityDate" Type="Edm.Date" />
 16232          <Property Name="teamsLastActivityDate" Type="Edm.Date" />
 16233          <Property Name="exchangeLicenseAssignDate" Type="Edm.Date" />
 16234          <Property Name="oneDriveLicenseAssignDate" Type="Edm.Date" />
 16235          <Property Name="sharePointLicenseAssignDate" Type="Edm.Date" />
 16236          <Property Name="skypeForBusinessLicenseAssignDate" Type="Edm.Date" />
 16237          <Property Name="yammerLicenseAssignDate" Type="Edm.Date" />
 16238          <Property Name="teamsLicenseAssignDate" Type="Edm.Date" />
 16239          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16240        </EntityType>
 16241        <EntityType Name="office365ServicesUserCounts" BaseType="microsoft.graph.entity">
 16242          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16243          <Property Name="exchangeActive" Type="Edm.Int64" />
 16244          <Property Name="exchangeInactive" Type="Edm.Int64" />
 16245          <Property Name="oneDriveActive" Type="Edm.Int64" />
 16246          <Property Name="oneDriveInactive" Type="Edm.Int64" />
 16247          <Property Name="sharePointActive" Type="Edm.Int64" />
 16248          <Property Name="sharePointInactive" Type="Edm.Int64" />
 16249          <Property Name="skypeForBusinessActive" Type="Edm.Int64" />
 16250          <Property Name="skypeForBusinessInactive" Type="Edm.Int64" />
 16251          <Property Name="yammerActive" Type="Edm.Int64" />
 16252          <Property Name="yammerInactive" Type="Edm.Int64" />
 16253          <Property Name="teamsActive" Type="Edm.Int64" />
 16254          <Property Name="teamsInactive" Type="Edm.Int64" />
 16255          <Property Name="office365Active" Type="Edm.Int64" />
 16256          <Property Name="office365Inactive" Type="Edm.Int64" />
 16257          <Property Name="reportPeriod" Type="Edm.String" />
 16258        </EntityType>
 16259        <EntityType Name="office365ActiveUserCounts" BaseType="microsoft.graph.entity">
 16260          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16261          <Property Name="office365" Type="Edm.Int64" />
 16262          <Property Name="exchange" Type="Edm.Int64" />
 16263          <Property Name="oneDrive" Type="Edm.Int64" />
 16264          <Property Name="sharePoint" Type="Edm.Int64" />
 16265          <Property Name="skypeForBusiness" Type="Edm.Int64" />
 16266          <Property Name="yammer" Type="Edm.Int64" />
 16267          <Property Name="teams" Type="Edm.Int64" />
 16268          <Property Name="reportDate" Type="Edm.Date" />
 16269          <Property Name="reportPeriod" Type="Edm.String" />
 16270        </EntityType>
 16271        <EntityType Name="office365GroupsActivityDetail" BaseType="microsoft.graph.entity">
 16272          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16273          <Property Name="groupId" Type="Edm.String" />
 16274          <Property Name="groupDisplayName" Type="Edm.String" />
 16275          <Property Name="isDeleted" Type="Edm.Boolean" />
 16276          <Property Name="ownerPrincipalName" Type="Edm.String" />
 16277          <Property Name="lastActivityDate" Type="Edm.Date" />
 16278          <Property Name="groupType" Type="Edm.String" />
 16279          <Property Name="memberCount" Type="Edm.Int64" />
 16280          <Property Name="externalMemberCount" Type="Edm.Int64" />
 16281          <Property Name="exchangeReceivedEmailCount" Type="Edm.Int64" />
 16282          <Property Name="sharePointActiveFileCount" Type="Edm.Int64" />
 16283          <Property Name="yammerPostedMessageCount" Type="Edm.Int64" />
 16284          <Property Name="yammerReadMessageCount" Type="Edm.Int64" />
 16285          <Property Name="yammerLikedMessageCount" Type="Edm.Int64" />
 16286          <Property Name="exchangeMailboxTotalItemCount" Type="Edm.Int64" />
 16287          <Property Name="exchangeMailboxStorageUsedInBytes" Type="Edm.Int64" />
 16288          <Property Name="sharePointTotalFileCount" Type="Edm.Int64" />
 16289          <Property Name="sharePointSiteStorageUsedInBytes" Type="Edm.Int64" />
 16290          <Property Name="reportPeriod" Type="Edm.String" />
 16291        </EntityType>
 16292        <EntityType Name="office365GroupsActivityCounts" BaseType="microsoft.graph.entity">
 16293          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16294          <Property Name="exchangeEmailsReceived" Type="Edm.Int64" />
 16295          <Property Name="yammerMessagesPosted" Type="Edm.Int64" />
 16296          <Property Name="yammerMessagesRead" Type="Edm.Int64" />
 16297          <Property Name="yammerMessagesLiked" Type="Edm.Int64" />
 16298          <Property Name="reportDate" Type="Edm.Date" />
 16299          <Property Name="reportPeriod" Type="Edm.String" />
 16300        </EntityType>
 16301        <EntityType Name="office365GroupsActivityGroupCounts" BaseType="microsoft.graph.entity">
 16302          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16303          <Property Name="total" Type="Edm.Int64" />
 16304          <Property Name="active" Type="Edm.Int64" />
 16305          <Property Name="reportDate" Type="Edm.Date" />
 16306          <Property Name="reportPeriod" Type="Edm.String" />
 16307        </EntityType>
 16308        <EntityType Name="office365GroupsActivityStorage" BaseType="microsoft.graph.entity">
 16309          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16310          <Property Name="mailboxStorageUsedInBytes" Type="Edm.Int64" />
 16311          <Property Name="siteStorageUsedInBytes" Type="Edm.Int64" />
 16312          <Property Name="reportDate" Type="Edm.Date" />
 16313          <Property Name="reportPeriod" Type="Edm.String" />
 16314        </EntityType>
 16315        <EntityType Name="office365GroupsActivityFileCounts" BaseType="microsoft.graph.entity">
 16316          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16317          <Property Name="total" Type="Edm.Int64" />
 16318          <Property Name="active" Type="Edm.Int64" />
 16319          <Property Name="reportDate" Type="Edm.Date" />
 16320          <Property Name="reportPeriod" Type="Edm.String" />
 16321        </EntityType>
 16322        <EntityType Name="emailActivityUserDetail" BaseType="microsoft.graph.entity">
 16323          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16324          <Property Name="userPrincipalName" Type="Edm.String" />
 16325          <Property Name="displayName" Type="Edm.String" />
 16326          <Property Name="isDeleted" Type="Edm.Boolean" />
 16327          <Property Name="deletedDate" Type="Edm.Date" />
 16328          <Property Name="lastActivityDate" Type="Edm.Date" />
 16329          <Property Name="sendCount" Type="Edm.Int64" />
 16330          <Property Name="receiveCount" Type="Edm.Int64" />
 16331          <Property Name="readCount" Type="Edm.Int64" />
 16332          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16333          <Property Name="reportPeriod" Type="Edm.String" />
 16334        </EntityType>
 16335        <EntityType Name="emailActivitySummary" BaseType="microsoft.graph.entity">
 16336          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16337          <Property Name="send" Type="Edm.Int64" />
 16338          <Property Name="receive" Type="Edm.Int64" />
 16339          <Property Name="read" Type="Edm.Int64" />
 16340          <Property Name="reportDate" Type="Edm.Date" />
 16341          <Property Name="reportPeriod" Type="Edm.String" />
 16342        </EntityType>
 16343        <EntityType Name="emailAppUsageUserDetail" BaseType="microsoft.graph.entity">
 16344          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16345          <Property Name="userPrincipalName" Type="Edm.String" />
 16346          <Property Name="displayName" Type="Edm.String" />
 16347          <Property Name="isDeleted" Type="Edm.Boolean" />
 16348          <Property Name="deletedDate" Type="Edm.Date" />
 16349          <Property Name="lastActivityDate" Type="Edm.Date" />
 16350          <Property Name="mailForMac" Type="Collection(Edm.String)" />
 16351          <Property Name="outlookForMac" Type="Collection(Edm.String)" />
 16352          <Property Name="outlookForWindows" Type="Collection(Edm.String)" />
 16353          <Property Name="outlookForMobile" Type="Collection(Edm.String)" />
 16354          <Property Name="otherForMobile" Type="Collection(Edm.String)" />
 16355          <Property Name="outlookForWeb" Type="Collection(Edm.String)" />
 16356          <Property Name="pop3App" Type="Collection(Edm.String)" />
 16357          <Property Name="imap4App" Type="Collection(Edm.String)" />
 16358          <Property Name="smtpApp" Type="Collection(Edm.String)" />
 16359          <Property Name="reportPeriod" Type="Edm.String" />
 16360        </EntityType>
 16361        <EntityType Name="emailAppUsageAppsUserCounts" BaseType="microsoft.graph.entity">
 16362          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16363          <Property Name="mailForMac" Type="Edm.Int64" />
 16364          <Property Name="outlookForMac" Type="Edm.Int64" />
 16365          <Property Name="outlookForWindows" Type="Edm.Int64" />
 16366          <Property Name="outlookForMobile" Type="Edm.Int64" />
 16367          <Property Name="otherForMobile" Type="Edm.Int64" />
 16368          <Property Name="outlookForWeb" Type="Edm.Int64" />
 16369          <Property Name="pop3App" Type="Edm.Int64" />
 16370          <Property Name="imap4App" Type="Edm.Int64" />
 16371          <Property Name="smtpApp" Type="Edm.Int64" />
 16372          <Property Name="reportPeriod" Type="Edm.String" />
 16373        </EntityType>
 16374        <EntityType Name="emailAppUsageUserCounts" BaseType="microsoft.graph.entity">
 16375          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16376          <Property Name="mailForMac" Type="Edm.Int64" />
 16377          <Property Name="outlookForMac" Type="Edm.Int64" />
 16378          <Property Name="outlookForWindows" Type="Edm.Int64" />
 16379          <Property Name="outlookForMobile" Type="Edm.Int64" />
 16380          <Property Name="otherForMobile" Type="Edm.Int64" />
 16381          <Property Name="outlookForWeb" Type="Edm.Int64" />
 16382          <Property Name="pop3App" Type="Edm.Int64" />
 16383          <Property Name="imap4App" Type="Edm.Int64" />
 16384          <Property Name="smtpApp" Type="Edm.Int64" />
 16385          <Property Name="reportDate" Type="Edm.Date" />
 16386          <Property Name="reportPeriod" Type="Edm.String" />
 16387        </EntityType>
 16388        <EntityType Name="emailAppUsageVersionsUserCounts" BaseType="microsoft.graph.entity">
 16389          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16390          <Property Name="outlook2016" Type="Edm.Int64" />
 16391          <Property Name="outlook2013" Type="Edm.Int64" />
 16392          <Property Name="outlook2010" Type="Edm.Int64" />
 16393          <Property Name="outlook2007" Type="Edm.Int64" />
 16394          <Property Name="undetermined" Type="Edm.Int64" />
 16395          <Property Name="reportPeriod" Type="Edm.String" />
 16396        </EntityType>
 16397        <EntityType Name="mailboxUsageDetail" BaseType="microsoft.graph.entity">
 16398          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16399          <Property Name="userPrincipalName" Type="Edm.String" />
 16400          <Property Name="displayName" Type="Edm.String" />
 16401          <Property Name="isDeleted" Type="Edm.Boolean" />
 16402          <Property Name="deletedDate" Type="Edm.Date" />
 16403          <Property Name="createdDate" Type="Edm.Date" />
 16404          <Property Name="lastActivityDate" Type="Edm.Date" />
 16405          <Property Name="itemCount" Type="Edm.Int64" />
 16406          <Property Name="storageUsedInBytes" Type="Edm.Int64" />
 16407          <Property Name="deletedItemCount" Type="Edm.Int64" />
 16408          <Property Name="deletedItemSizeInBytes" Type="Edm.Int64" />
 16409          <Property Name="issueWarningQuotaInBytes" Type="Edm.Int64" />
 16410          <Property Name="prohibitSendQuotaInBytes" Type="Edm.Int64" />
 16411          <Property Name="prohibitSendReceiveQuotaInBytes" Type="Edm.Int64" />
 16412          <Property Name="reportPeriod" Type="Edm.String" />
 16413        </EntityType>
 16414        <EntityType Name="mailboxUsageMailboxCounts" BaseType="microsoft.graph.entity">
 16415          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16416          <Property Name="total" Type="Edm.Int64" />
 16417          <Property Name="active" Type="Edm.Int64" />
 16418          <Property Name="reportDate" Type="Edm.Date" />
 16419          <Property Name="reportPeriod" Type="Edm.String" />
 16420        </EntityType>
 16421        <EntityType Name="mailboxUsageQuotaStatusMailboxCounts" BaseType="microsoft.graph.entity">
 16422          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16423          <Property Name="underLimit" Type="Edm.Int64" />
 16424          <Property Name="warningIssued" Type="Edm.Int64" />
 16425          <Property Name="sendProhibited" Type="Edm.Int64" />
 16426          <Property Name="sendReceiveProhibited" Type="Edm.Int64" />
 16427          <Property Name="indeterminate" Type="Edm.Int64" />
 16428          <Property Name="reportDate" Type="Edm.Date" />
 16429          <Property Name="reportPeriod" Type="Edm.String" />
 16430        </EntityType>
 16431        <EntityType Name="mailboxUsageStorage" BaseType="microsoft.graph.entity">
 16432          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16433          <Property Name="storageUsedInBytes" Type="Edm.Int64" />
 16434          <Property Name="reportDate" Type="Edm.Date" />
 16435          <Property Name="reportPeriod" Type="Edm.String" />
 16436        </EntityType>
 16437        <EntityType Name="oneDriveActivityUserDetail" BaseType="microsoft.graph.entity">
 16438          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16439          <Property Name="userPrincipalName" Type="Edm.String" />
 16440          <Property Name="isDeleted" Type="Edm.Boolean" />
 16441          <Property Name="deletedDate" Type="Edm.Date" />
 16442          <Property Name="lastActivityDate" Type="Edm.Date" />
 16443          <Property Name="viewedOrEditedFileCount" Type="Edm.Int64" />
 16444          <Property Name="syncedFileCount" Type="Edm.Int64" />
 16445          <Property Name="sharedInternallyFileCount" Type="Edm.Int64" />
 16446          <Property Name="sharedExternallyFileCount" Type="Edm.Int64" />
 16447          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16448          <Property Name="reportPeriod" Type="Edm.String" />
 16449        </EntityType>
 16450        <EntityType Name="siteActivitySummary" BaseType="microsoft.graph.entity">
 16451          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16452          <Property Name="viewedOrEdited" Type="Edm.Int64" />
 16453          <Property Name="synced" Type="Edm.Int64" />
 16454          <Property Name="sharedInternally" Type="Edm.Int64" />
 16455          <Property Name="sharedExternally" Type="Edm.Int64" />
 16456          <Property Name="reportDate" Type="Edm.Date" />
 16457          <Property Name="reportPeriod" Type="Edm.String" />
 16458        </EntityType>
 16459        <EntityType Name="oneDriveUsageAccountDetail" BaseType="microsoft.graph.entity">
 16460          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16461          <Property Name="siteUrl" Type="Edm.String" />
 16462          <Property Name="ownerDisplayName" Type="Edm.String" />
 16463          <Property Name="ownerPrincipalName" Type="Edm.String" />
 16464          <Property Name="isDeleted" Type="Edm.Boolean" />
 16465          <Property Name="lastActivityDate" Type="Edm.Date" />
 16466          <Property Name="fileCount" Type="Edm.Int64" />
 16467          <Property Name="activeFileCount" Type="Edm.Int64" />
 16468          <Property Name="storageUsedInBytes" Type="Edm.Int64" />
 16469          <Property Name="storageAllocatedInBytes" Type="Edm.Int64" />
 16470          <Property Name="reportPeriod" Type="Edm.String" />
 16471        </EntityType>
 16472        <EntityType Name="oneDriveUsageAccountCounts" BaseType="microsoft.graph.entity">
 16473          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16474          <Property Name="siteType" Type="Edm.String" />
 16475          <Property Name="total" Type="Edm.Int64" />
 16476          <Property Name="active" Type="Edm.Int64" />
 16477          <Property Name="reportDate" Type="Edm.Date" />
 16478          <Property Name="reportPeriod" Type="Edm.String" />
 16479        </EntityType>
 16480        <EntityType Name="oneDriveUsageFileCounts" BaseType="microsoft.graph.entity">
 16481          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16482          <Property Name="siteType" Type="Edm.String" />
 16483          <Property Name="total" Type="Edm.Int64" />
 16484          <Property Name="active" Type="Edm.Int64" />
 16485          <Property Name="reportDate" Type="Edm.Date" />
 16486          <Property Name="reportPeriod" Type="Edm.String" />
 16487        </EntityType>
 16488        <EntityType Name="siteUsageStorage" BaseType="microsoft.graph.entity">
 16489          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16490          <Property Name="siteType" Type="Edm.String" />
 16491          <Property Name="storageUsedInBytes" Type="Edm.Int64" />
 16492          <Property Name="reportDate" Type="Edm.Date" />
 16493          <Property Name="reportPeriod" Type="Edm.String" />
 16494        </EntityType>
 16495        <EntityType Name="sharePointActivityUserDetail" BaseType="microsoft.graph.entity">
 16496          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16497          <Property Name="userPrincipalName" Type="Edm.String" />
 16498          <Property Name="isDeleted" Type="Edm.Boolean" />
 16499          <Property Name="deletedDate" Type="Edm.Date" />
 16500          <Property Name="lastActivityDate" Type="Edm.Date" />
 16501          <Property Name="viewedOrEditedFileCount" Type="Edm.Int64" />
 16502          <Property Name="syncedFileCount" Type="Edm.Int64" />
 16503          <Property Name="sharedInternallyFileCount" Type="Edm.Int64" />
 16504          <Property Name="sharedExternallyFileCount" Type="Edm.Int64" />
 16505          <Property Name="visitedPageCount" Type="Edm.Int64" />
 16506          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16507          <Property Name="reportPeriod" Type="Edm.String" />
 16508        </EntityType>
 16509        <EntityType Name="sharePointActivityUserCounts" BaseType="microsoft.graph.entity">
 16510          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16511          <Property Name="visitedPage" Type="Edm.Int64" />
 16512          <Property Name="viewedOrEdited" Type="Edm.Int64" />
 16513          <Property Name="synced" Type="Edm.Int64" />
 16514          <Property Name="sharedInternally" Type="Edm.Int64" />
 16515          <Property Name="sharedExternally" Type="Edm.Int64" />
 16516          <Property Name="reportDate" Type="Edm.Date" />
 16517          <Property Name="reportPeriod" Type="Edm.String" />
 16518        </EntityType>
 16519        <EntityType Name="sharePointActivityPages" BaseType="microsoft.graph.entity">
 16520          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16521          <Property Name="visitedPageCount" Type="Edm.Int64" />
 16522          <Property Name="reportDate" Type="Edm.Date" />
 16523          <Property Name="reportPeriod" Type="Edm.String" />
 16524        </EntityType>
 16525        <EntityType Name="sharePointSiteUsageDetail" BaseType="microsoft.graph.entity">
 16526          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16527          <Property Name="siteId" Type="Edm.Guid" />
 16528          <Property Name="siteUrl" Type="Edm.String" />
 16529          <Property Name="ownerDisplayName" Type="Edm.String" />
 16530          <Property Name="ownerPrincipalName" Type="Edm.String" />
 16531          <Property Name="isDeleted" Type="Edm.Boolean" />
 16532          <Property Name="lastActivityDate" Type="Edm.Date" />
 16533          <Property Name="fileCount" Type="Edm.Int64" />
 16534          <Property Name="activeFileCount" Type="Edm.Int64" />
 16535          <Property Name="pageViewCount" Type="Edm.Int64" />
 16536          <Property Name="visitedPageCount" Type="Edm.Int64" />
 16537          <Property Name="storageUsedInBytes" Type="Edm.Int64" />
 16538          <Property Name="storageAllocatedInBytes" Type="Edm.Int64" />
 16539          <Property Name="rootWebTemplate" Type="Edm.String" />
 16540          <Property Name="reportPeriod" Type="Edm.String" />
 16541        </EntityType>
 16542        <EntityType Name="sharePointSiteUsageFileCounts" BaseType="microsoft.graph.entity">
 16543          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16544          <Property Name="siteType" Type="Edm.String" />
 16545          <Property Name="total" Type="Edm.Int64" />
 16546          <Property Name="active" Type="Edm.Int64" />
 16547          <Property Name="reportDate" Type="Edm.Date" />
 16548          <Property Name="reportPeriod" Type="Edm.String" />
 16549        </EntityType>
 16550        <EntityType Name="sharePointSiteUsageSiteCounts" BaseType="microsoft.graph.entity">
 16551          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16552          <Property Name="siteType" Type="Edm.String" />
 16553          <Property Name="total" Type="Edm.Int64" />
 16554          <Property Name="active" Type="Edm.Int64" />
 16555          <Property Name="reportDate" Type="Edm.Date" />
 16556          <Property Name="reportPeriod" Type="Edm.String" />
 16557        </EntityType>
 16558        <EntityType Name="sharePointSiteUsagePages" BaseType="microsoft.graph.entity">
 16559          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16560          <Property Name="siteType" Type="Edm.String" />
 16561          <Property Name="pageViewCount" Type="Edm.Int64" />
 16562          <Property Name="reportDate" Type="Edm.Date" />
 16563          <Property Name="reportPeriod" Type="Edm.String" />
 16564        </EntityType>
 16565        <EntityType Name="skypeForBusinessActivityUserDetail" BaseType="microsoft.graph.entity">
 16566          <Property Name="totalPeerToPeerSessionCount" Type="Edm.Int64" />
 16567          <Property Name="totalOrganizedConferenceCount" Type="Edm.Int64" />
 16568          <Property Name="totalParticipatedConferenceCount" Type="Edm.Int64" />
 16569          <Property Name="peerToPeerLastActivityDate" Type="Edm.Date" />
 16570          <Property Name="organizedConferenceLastActivityDate" Type="Edm.Date" />
 16571          <Property Name="participatedConferenceLastActivityDate" Type="Edm.Date" />
 16572          <Property Name="peerToPeerIMCount" Type="Edm.Int64" />
 16573          <Property Name="peerToPeerAudioCount" Type="Edm.Int64" />
 16574          <Property Name="peerToPeerAudioMinutes" Type="Edm.Int64" />
 16575          <Property Name="peerToPeerVideoCount" Type="Edm.Int64" />
 16576          <Property Name="peerToPeerVideoMinutes" Type="Edm.Int64" />
 16577          <Property Name="peerToPeerAppSharingCount" Type="Edm.Int64" />
 16578          <Property Name="peerToPeerFileTransferCount" Type="Edm.Int64" />
 16579          <Property Name="organizedConferenceIMCount" Type="Edm.Int64" />
 16580          <Property Name="organizedConferenceAudioVideoCount" Type="Edm.Int64" />
 16581          <Property Name="organizedConferenceAudioVideoMinutes" Type="Edm.Int64" />
 16582          <Property Name="organizedConferenceAppSharingCount" Type="Edm.Int64" />
 16583          <Property Name="organizedConferenceWebCount" Type="Edm.Int64" />
 16584          <Property Name="organizedConferenceDialInOut3rdPartyCount" Type="Edm.Int64" />
 16585          <Property Name="organizedConferenceCloudDialInOutMicrosoftCount" Type="Edm.Int64" />
 16586          <Property Name="organizedConferenceCloudDialInMicrosoftMinutes" Type="Edm.Int64" />
 16587          <Property Name="organizedConferenceCloudDialOutMicrosoftMinutes" Type="Edm.Int64" />
 16588          <Property Name="participatedConferenceIMCount" Type="Edm.Int64" />
 16589          <Property Name="participatedConferenceAudioVideoCount" Type="Edm.Int64" />
 16590          <Property Name="participatedConferenceAudioVideoMinutes" Type="Edm.Int64" />
 16591          <Property Name="participatedConferenceAppSharingCount" Type="Edm.Int64" />
 16592          <Property Name="participatedConferenceWebCount" Type="Edm.Int64" />
 16593          <Property Name="participatedConferenceDialInOut3rdPartyCount" Type="Edm.Int64" />
 16594          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16595          <Property Name="userPrincipalName" Type="Edm.String" />
 16596          <Property Name="isDeleted" Type="Edm.Boolean" />
 16597          <Property Name="deletedDate" Type="Edm.Date" />
 16598          <Property Name="lastActivityDate" Type="Edm.Date" />
 16599          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16600          <Property Name="reportPeriod" Type="Edm.String" />
 16601        </EntityType>
 16602        <EntityType Name="skypeForBusinessActivityCounts" BaseType="microsoft.graph.entity">
 16603          <Property Name="peerToPeer" Type="Edm.Int64" />
 16604          <Property Name="organized" Type="Edm.Int64" />
 16605          <Property Name="participated" Type="Edm.Int64" />
 16606          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16607          <Property Name="reportDate" Type="Edm.Date" />
 16608          <Property Name="reportPeriod" Type="Edm.String" />
 16609        </EntityType>
 16610        <EntityType Name="skypeForBusinessActivityUserCounts" BaseType="microsoft.graph.entity">
 16611          <Property Name="peerToPeer" Type="Edm.Int64" />
 16612          <Property Name="organized" Type="Edm.Int64" />
 16613          <Property Name="participated" Type="Edm.Int64" />
 16614          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16615          <Property Name="reportDate" Type="Edm.Date" />
 16616          <Property Name="reportPeriod" Type="Edm.String" />
 16617        </EntityType>
 16618        <EntityType Name="skypeForBusinessPeerToPeerActivityCounts" BaseType="microsoft.graph.entity">
 16619          <Property Name="im" Type="Edm.Int64" />
 16620          <Property Name="audio" Type="Edm.Int64" />
 16621          <Property Name="video" Type="Edm.Int64" />
 16622          <Property Name="appSharing" Type="Edm.Int64" />
 16623          <Property Name="fileTransfer" Type="Edm.Int64" />
 16624          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16625          <Property Name="reportDate" Type="Edm.Date" />
 16626          <Property Name="reportPeriod" Type="Edm.String" />
 16627        </EntityType>
 16628        <EntityType Name="skypeForBusinessPeerToPeerActivityUserCounts" BaseType="microsoft.graph.entity">
 16629          <Property Name="im" Type="Edm.Int64" />
 16630          <Property Name="audio" Type="Edm.Int64" />
 16631          <Property Name="video" Type="Edm.Int64" />
 16632          <Property Name="appSharing" Type="Edm.Int64" />
 16633          <Property Name="fileTransfer" Type="Edm.Int64" />
 16634          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16635          <Property Name="reportDate" Type="Edm.Date" />
 16636          <Property Name="reportPeriod" Type="Edm.String" />
 16637        </EntityType>
 16638        <EntityType Name="skypeForBusinessPeerToPeerActivityMinuteCounts" BaseType="microsoft.graph.entity">
 16639          <Property Name="audio" Type="Edm.Int64" />
 16640          <Property Name="video" Type="Edm.Int64" />
 16641          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16642          <Property Name="reportDate" Type="Edm.Date" />
 16643          <Property Name="reportPeriod" Type="Edm.String" />
 16644        </EntityType>
 16645        <EntityType Name="skypeForBusinessOrganizerActivityCounts" BaseType="microsoft.graph.entity">
 16646          <Property Name="im" Type="Edm.Int64" />
 16647          <Property Name="audioVideo" Type="Edm.Int64" />
 16648          <Property Name="appSharing" Type="Edm.Int64" />
 16649          <Property Name="web" Type="Edm.Int64" />
 16650          <Property Name="dialInOut3rdParty" Type="Edm.Int64" />
 16651          <Property Name="dialInOutMicrosoft" Type="Edm.Int64" />
 16652          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16653          <Property Name="reportDate" Type="Edm.Date" />
 16654          <Property Name="reportPeriod" Type="Edm.String" />
 16655        </EntityType>
 16656        <EntityType Name="skypeForBusinessOrganizerActivityUserCounts" BaseType="microsoft.graph.entity">
 16657          <Property Name="im" Type="Edm.Int64" />
 16658          <Property Name="audioVideo" Type="Edm.Int64" />
 16659          <Property Name="appSharing" Type="Edm.Int64" />
 16660          <Property Name="web" Type="Edm.Int64" />
 16661          <Property Name="dialInOut3rdParty" Type="Edm.Int64" />
 16662          <Property Name="dialInOutMicrosoft" Type="Edm.Int64" />
 16663          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16664          <Property Name="reportDate" Type="Edm.Date" />
 16665          <Property Name="reportPeriod" Type="Edm.String" />
 16666        </EntityType>
 16667        <EntityType Name="skypeForBusinessOrganizerActivityMinuteCounts" BaseType="microsoft.graph.entity">
 16668          <Property Name="audioVideo" Type="Edm.Int64" />
 16669          <Property Name="dialInMicrosoft" Type="Edm.Int64" />
 16670          <Property Name="dialOutMicrosoft" Type="Edm.Int64" />
 16671          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16672          <Property Name="reportDate" Type="Edm.Date" />
 16673          <Property Name="reportPeriod" Type="Edm.String" />
 16674        </EntityType>
 16675        <EntityType Name="skypeForBusinessParticipantActivityCounts" BaseType="microsoft.graph.entity">
 16676          <Property Name="im" Type="Edm.Int64" />
 16677          <Property Name="audioVideo" Type="Edm.Int64" />
 16678          <Property Name="appSharing" Type="Edm.Int64" />
 16679          <Property Name="web" Type="Edm.Int64" />
 16680          <Property Name="dialInOut3rdParty" Type="Edm.Int64" />
 16681          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16682          <Property Name="reportDate" Type="Edm.Date" />
 16683          <Property Name="reportPeriod" Type="Edm.String" />
 16684        </EntityType>
 16685        <EntityType Name="skypeForBusinessParticipantActivityUserCounts" BaseType="microsoft.graph.entity">
 16686          <Property Name="im" Type="Edm.Int64" />
 16687          <Property Name="audioVideo" Type="Edm.Int64" />
 16688          <Property Name="appSharing" Type="Edm.Int64" />
 16689          <Property Name="web" Type="Edm.Int64" />
 16690          <Property Name="dialInOut3rdParty" Type="Edm.Int64" />
 16691          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16692          <Property Name="reportDate" Type="Edm.Date" />
 16693          <Property Name="reportPeriod" Type="Edm.String" />
 16694        </EntityType>
 16695        <EntityType Name="skypeForBusinessParticipantActivityMinuteCounts" BaseType="microsoft.graph.entity">
 16696          <Property Name="audiovideo" Type="Edm.Int64" />
 16697          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16698          <Property Name="reportDate" Type="Edm.Date" />
 16699          <Property Name="reportPeriod" Type="Edm.String" />
 16700        </EntityType>
 16701        <EntityType Name="skypeForBusinessDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
 16702          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16703          <Property Name="userPrincipalName" Type="Edm.String" />
 16704          <Property Name="lastActivityDate" Type="Edm.Date" />
 16705          <Property Name="usedWindows" Type="Edm.Boolean" />
 16706          <Property Name="usedWindowsPhone" Type="Edm.Boolean" />
 16707          <Property Name="usedAndroidPhone" Type="Edm.Boolean" />
 16708          <Property Name="usediPhone" Type="Edm.Boolean" />
 16709          <Property Name="usediPad" Type="Edm.Boolean" />
 16710          <Property Name="reportPeriod" Type="Edm.String" />
 16711        </EntityType>
 16712        <EntityType Name="skypeForBusinessDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
 16713          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16714          <Property Name="windows" Type="Edm.Int32" />
 16715          <Property Name="windowsPhone" Type="Edm.Int32" />
 16716          <Property Name="androidPhone" Type="Edm.Int32" />
 16717          <Property Name="iPhone" Type="Edm.Int32" />
 16718          <Property Name="iPad" Type="Edm.Int32" />
 16719          <Property Name="reportPeriod" Type="Edm.String" />
 16720        </EntityType>
 16721        <EntityType Name="skypeForBusinessDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
 16722          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16723          <Property Name="windows" Type="Edm.Int32" />
 16724          <Property Name="windowsPhone" Type="Edm.Int32" />
 16725          <Property Name="androidPhone" Type="Edm.Int32" />
 16726          <Property Name="iPhone" Type="Edm.Int32" />
 16727          <Property Name="iPad" Type="Edm.Int32" />
 16728          <Property Name="reportDate" Type="Edm.Date" />
 16729          <Property Name="reportPeriod" Type="Edm.String" />
 16730        </EntityType>
 16731        <EntityType Name="yammerActivityUserDetail" BaseType="microsoft.graph.entity">
 16732          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16733          <Property Name="userPrincipalName" Type="Edm.String" />
 16734          <Property Name="displayName" Type="Edm.String" />
 16735          <Property Name="userState" Type="Edm.String" />
 16736          <Property Name="stateChangeDate" Type="Edm.Date" />
 16737          <Property Name="lastActivityDate" Type="Edm.Date" />
 16738          <Property Name="postedCount" Type="Edm.Int64" />
 16739          <Property Name="readCount" Type="Edm.Int64" />
 16740          <Property Name="likedCount" Type="Edm.Int64" />
 16741          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16742          <Property Name="reportPeriod" Type="Edm.String" />
 16743        </EntityType>
 16744        <EntityType Name="yammerActivitySummary" BaseType="microsoft.graph.entity">
 16745          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16746          <Property Name="liked" Type="Edm.Int64" />
 16747          <Property Name="posted" Type="Edm.Int64" />
 16748          <Property Name="read" Type="Edm.Int64" />
 16749          <Property Name="reportDate" Type="Edm.Date" />
 16750          <Property Name="reportPeriod" Type="Edm.String" />
 16751        </EntityType>
 16752        <EntityType Name="yammerDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
 16753          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16754          <Property Name="userPrincipalName" Type="Edm.String" />
 16755          <Property Name="displayName" Type="Edm.String" />
 16756          <Property Name="userState" Type="Edm.String" />
 16757          <Property Name="stateChangeDate" Type="Edm.Date" />
 16758          <Property Name="lastActivityDate" Type="Edm.Date" />
 16759          <Property Name="usedWeb" Type="Edm.Boolean" />
 16760          <Property Name="usedWindowsPhone" Type="Edm.Boolean" />
 16761          <Property Name="usedAndroidPhone" Type="Edm.Boolean" />
 16762          <Property Name="usediPhone" Type="Edm.Boolean" />
 16763          <Property Name="usediPad" Type="Edm.Boolean" />
 16764          <Property Name="usedOthers" Type="Edm.Boolean" />
 16765          <Property Name="reportPeriod" Type="Edm.String" />
 16766        </EntityType>
 16767        <EntityType Name="yammerDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
 16768          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16769          <Property Name="web" Type="Edm.Int32" />
 16770          <Property Name="windowsPhone" Type="Edm.Int32" />
 16771          <Property Name="androidPhone" Type="Edm.Int32" />
 16772          <Property Name="iPhone" Type="Edm.Int32" />
 16773          <Property Name="iPad" Type="Edm.Int32" />
 16774          <Property Name="other" Type="Edm.Int32" />
 16775          <Property Name="reportPeriod" Type="Edm.String" />
 16776        </EntityType>
 16777        <EntityType Name="yammerDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
 16778          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16779          <Property Name="web" Type="Edm.Int32" />
 16780          <Property Name="windowsPhone" Type="Edm.Int32" />
 16781          <Property Name="androidPhone" Type="Edm.Int32" />
 16782          <Property Name="iPhone" Type="Edm.Int32" />
 16783          <Property Name="iPad" Type="Edm.Int32" />
 16784          <Property Name="other" Type="Edm.Int32" />
 16785          <Property Name="reportDate" Type="Edm.Date" />
 16786          <Property Name="reportPeriod" Type="Edm.String" />
 16787        </EntityType>
 16788        <EntityType Name="yammerGroupsActivityDetail" BaseType="microsoft.graph.entity">
 16789          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16790          <Property Name="groupDisplayName" Type="Edm.String" />
 16791          <Property Name="isDeleted" Type="Edm.Boolean" />
 16792          <Property Name="ownerPrincipalName" Type="Edm.String" />
 16793          <Property Name="lastActivityDate" Type="Edm.Date" />
 16794          <Property Name="groupType" Type="Edm.String" />
 16795          <Property Name="office365Connected" Type="Edm.Boolean" />
 16796          <Property Name="memberCount" Type="Edm.Int64" />
 16797          <Property Name="postedCount" Type="Edm.Int64" />
 16798          <Property Name="readCount" Type="Edm.Int64" />
 16799          <Property Name="likedCount" Type="Edm.Int64" />
 16800          <Property Name="reportPeriod" Type="Edm.String" />
 16801        </EntityType>
 16802        <EntityType Name="yammerGroupsActivityGroupCounts" BaseType="microsoft.graph.entity">
 16803          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16804          <Property Name="total" Type="Edm.Int64" />
 16805          <Property Name="active" Type="Edm.Int64" />
 16806          <Property Name="reportDate" Type="Edm.Date" />
 16807          <Property Name="reportPeriod" Type="Edm.String" />
 16808        </EntityType>
 16809        <EntityType Name="yammerGroupsActivityCounts" BaseType="microsoft.graph.entity">
 16810          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16811          <Property Name="liked" Type="Edm.Int64" />
 16812          <Property Name="posted" Type="Edm.Int64" />
 16813          <Property Name="read" Type="Edm.Int64" />
 16814          <Property Name="reportDate" Type="Edm.Date" />
 16815          <Property Name="reportPeriod" Type="Edm.String" />
 16816        </EntityType>
 16817        <EntityType Name="teamsUserActivityUserDetail" BaseType="microsoft.graph.entity">
 16818          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16819          <Property Name="userPrincipalName" Type="Edm.String" />
 16820          <Property Name="lastActivityDate" Type="Edm.Date" />
 16821          <Property Name="isDeleted" Type="Edm.Boolean" />
 16822          <Property Name="deletedDate" Type="Edm.Date" />
 16823          <Property Name="assignedProducts" Type="Collection(Edm.String)" />
 16824          <Property Name="teamChatMessageCount" Type="Edm.Int64" />
 16825          <Property Name="privateChatMessageCount" Type="Edm.Int64" />
 16826          <Property Name="callCount" Type="Edm.Int64" />
 16827          <Property Name="meetingCount" Type="Edm.Int64" />
 16828          <Property Name="hasOtherAction" Type="Edm.Boolean" />
 16829          <Property Name="reportPeriod" Type="Edm.String" />
 16830        </EntityType>
 16831        <EntityType Name="teamsUserActivityCounts" BaseType="microsoft.graph.entity">
 16832          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16833          <Property Name="reportDate" Type="Edm.Date" />
 16834          <Property Name="teamChatMessages" Type="Edm.Int64" />
 16835          <Property Name="privateChatMessages" Type="Edm.Int64" />
 16836          <Property Name="calls" Type="Edm.Int64" />
 16837          <Property Name="meetings" Type="Edm.Int64" />
 16838          <Property Name="reportPeriod" Type="Edm.String" />
 16839        </EntityType>
 16840        <EntityType Name="teamsUserActivityUserCounts" BaseType="microsoft.graph.entity">
 16841          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16842          <Property Name="reportDate" Type="Edm.Date" />
 16843          <Property Name="teamChatMessages" Type="Edm.Int64" />
 16844          <Property Name="privateChatMessages" Type="Edm.Int64" />
 16845          <Property Name="calls" Type="Edm.Int64" />
 16846          <Property Name="meetings" Type="Edm.Int64" />
 16847          <Property Name="otherActions" Type="Edm.Int64" />
 16848          <Property Name="reportPeriod" Type="Edm.String" />
 16849        </EntityType>
 16850        <EntityType Name="teamsDeviceUsageUserDetail" BaseType="microsoft.graph.entity">
 16851          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16852          <Property Name="userPrincipalName" Type="Edm.String" />
 16853          <Property Name="lastActivityDate" Type="Edm.Date" />
 16854          <Property Name="isDeleted" Type="Edm.Boolean" />
 16855          <Property Name="deletedDate" Type="Edm.Date" />
 16856          <Property Name="usedWeb" Type="Edm.Boolean" />
 16857          <Property Name="usedWindowsPhone" Type="Edm.Boolean" />
 16858          <Property Name="usediOS" Type="Edm.Boolean" />
 16859          <Property Name="usedMac" Type="Edm.Boolean" />
 16860          <Property Name="usedAndroidPhone" Type="Edm.Boolean" />
 16861          <Property Name="usedWindows" Type="Edm.Boolean" />
 16862          <Property Name="reportPeriod" Type="Edm.String" />
 16863        </EntityType>
 16864        <EntityType Name="teamsDeviceUsageUserCounts" BaseType="microsoft.graph.entity">
 16865          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16866          <Property Name="web" Type="Edm.Int64" />
 16867          <Property Name="windowsPhone" Type="Edm.Int64" />
 16868          <Property Name="androidPhone" Type="Edm.Int64" />
 16869          <Property Name="ios" Type="Edm.Int64" />
 16870          <Property Name="mac" Type="Edm.Int64" />
 16871          <Property Name="windows" Type="Edm.Int64" />
 16872          <Property Name="reportDate" Type="Edm.Date" />
 16873          <Property Name="reportPeriod" Type="Edm.String" />
 16874        </EntityType>
 16875        <EntityType Name="teamsDeviceUsageDistributionUserCounts" BaseType="microsoft.graph.entity">
 16876          <Property Name="reportRefreshDate" Type="Edm.Date" />
 16877          <Property Name="web" Type="Edm.Int64" />
 16878          <Property Name="windowsPhone" Type="Edm.Int64" />
 16879          <Property Name="androidPhone" Type="Edm.Int64" />
 16880          <Property Name="ios" Type="Edm.Int64" />
 16881          <Property Name="mac" Type="Edm.Int64" />
 16882          <Property Name="windows" Type="Edm.Int64" />
 16883          <Property Name="reportPeriod" Type="Edm.String" />
 16884        </EntityType>
 16885        <ComplexType Name="plannerFavoritePlanReferenceCollection" OpenType="true" />
 16886        <ComplexType Name="plannerRecentPlanReferenceCollection" OpenType="true" />
 16887        <EntityType Name="plannerTask" BaseType="microsoft.graph.plannerDelta">
 16888          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
 16889          <Property Name="planId" Type="Edm.String" />
 16890          <Property Name="bucketId" Type="Edm.String" />
 16891          <Property Name="title" Type="Edm.String" Nullable="false" />
 16892          <Property Name="orderHint" Type="Edm.String" />
 16893          <Property Name="assigneePriority" Type="Edm.String" />
 16894          <Property Name="percentComplete" Type="Edm.Int32" />
 16895          <Property Name="priority" Type="Edm.Int32" />
 16896          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 16897          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 16898          <Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
 16899          <Property Name="hasDescription" Type="Edm.Boolean" />
 16900          <Property Name="previewType" Type="microsoft.graph.plannerPreviewType" />
 16901          <Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
 16902          <Property Name="completedBy" Type="microsoft.graph.identitySet" />
 16903          <Property Name="referenceCount" Type="Edm.Int32" />
 16904          <Property Name="checklistItemCount" Type="Edm.Int32" />
 16905          <Property Name="activeChecklistItemCount" Type="Edm.Int32" />
 16906          <Property Name="appliedCategories" Type="microsoft.graph.plannerAppliedCategories" />
 16907          <Property Name="assignments" Type="microsoft.graph.plannerAssignments" />
 16908          <Property Name="conversationThreadId" Type="Edm.String" />
 16909          <NavigationProperty Name="details" Type="microsoft.graph.plannerTaskDetails" ContainsTarget="true" />
 16910          <NavigationProperty Name="assignedToTaskBoardFormat" Type="microsoft.graph.plannerAssignedToTaskBoardTaskFormat" ContainsTarget="true" />
 16911          <NavigationProperty Name="progressTaskBoardFormat" Type="microsoft.graph.plannerProgressTaskBoardTaskFormat" ContainsTarget="true" />
 16912          <NavigationProperty Name="bucketTaskBoardFormat" Type="microsoft.graph.plannerBucketTaskBoardTaskFormat" ContainsTarget="true" />
 16913        </EntityType>
 16914        <EntityType Name="plannerPlan" BaseType="microsoft.graph.plannerDelta">
 16915          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
 16916          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 16917          <Property Name="owner" Type="Edm.String" />
 16918          <Property Name="title" Type="Edm.String" Nullable="false" />
 16919          <Property Name="contexts" Type="microsoft.graph.plannerPlanContextCollection" />
 16920          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
 16921          <NavigationProperty Name="buckets" Type="Collection(microsoft.graph.plannerBucket)" />
 16922          <NavigationProperty Name="details" Type="microsoft.graph.plannerPlanDetails" ContainsTarget="true" />
 16923        </EntityType>
 16924        <EntityType Name="planner" BaseType="microsoft.graph.entity">
 16925          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" ContainsTarget="true" />
 16926          <NavigationProperty Name="plans" Type="Collection(microsoft.graph.plannerPlan)" ContainsTarget="true" />
 16927          <NavigationProperty Name="buckets" Type="Collection(microsoft.graph.plannerBucket)" ContainsTarget="true" />
 16928        </EntityType>
 16929        <EntityType Name="plannerBucket" BaseType="microsoft.graph.plannerDelta">
 16930          <Property Name="name" Type="Edm.String" Nullable="false" />
 16931          <Property Name="planId" Type="Edm.String" />
 16932          <Property Name="orderHint" Type="Edm.String" />
 16933          <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.plannerTask)" />
 16934        </EntityType>
 16935        <ComplexType Name="plannerAppliedCategories" OpenType="true" />
 16936        <ComplexType Name="plannerAssignments" OpenType="true" />
 16937        <EntityType Name="plannerTaskDetails" BaseType="microsoft.graph.plannerDelta">
 16938          <Property Name="description" Type="Edm.String" />
 16939          <Property Name="previewType" Type="microsoft.graph.plannerPreviewType" />
 16940          <Property Name="references" Type="microsoft.graph.plannerExternalReferences" />
 16941          <Property Name="checklist" Type="microsoft.graph.plannerChecklistItems" />
 16942        </EntityType>
 16943        <EntityType Name="plannerAssignedToTaskBoardTaskFormat" BaseType="microsoft.graph.plannerDelta">
 16944          <Property Name="unassignedOrderHint" Type="Edm.String" />
 16945          <Property Name="orderHintsByAssignee" Type="microsoft.graph.plannerOrderHintsByAssignee" />
 16946        </EntityType>
 16947        <EntityType Name="plannerProgressTaskBoardTaskFormat" BaseType="microsoft.graph.plannerDelta">
 16948          <Property Name="orderHint" Type="Edm.String" />
 16949        </EntityType>
 16950        <EntityType Name="plannerBucketTaskBoardTaskFormat" BaseType="microsoft.graph.plannerDelta">
 16951          <Property Name="orderHint" Type="Edm.String" />
 16952        </EntityType>
 16953        <ComplexType Name="plannerPlanContextCollection" OpenType="true" />
 16954        <EntityType Name="plannerPlanDetails" BaseType="microsoft.graph.plannerDelta">
 16955          <Property Name="sharedWith" Type="microsoft.graph.plannerUserIds" />
 16956          <Property Name="categoryDescriptions" Type="microsoft.graph.plannerCategoryDescriptions" />
 16957          <Property Name="contextDetails" Type="microsoft.graph.plannerPlanContextDetailsCollection" />
 16958        </EntityType>
 16959        <ComplexType Name="plannerExternalReference">
 16960          <Property Name="alias" Type="Edm.String" />
 16961          <Property Name="type" Type="Edm.String" />
 16962          <Property Name="previewPriority" Type="Edm.String" />
 16963          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
 16964          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 16965        </ComplexType>
 16966        <ComplexType Name="plannerChecklistItem">
 16967          <Property Name="isChecked" Type="Edm.Boolean" />
 16968          <Property Name="title" Type="Edm.String" />
 16969          <Property Name="orderHint" Type="Edm.String" />
 16970          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
 16971          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 16972        </ComplexType>
 16973        <ComplexType Name="plannerAssignment">
 16974          <Property Name="assignedBy" Type="microsoft.graph.identitySet" />
 16975          <Property Name="assignedDateTime" Type="Edm.DateTimeOffset" />
 16976          <Property Name="orderHint" Type="Edm.String" />
 16977        </ComplexType>
 16978        <ComplexType Name="plannerFavoritePlanReference">
 16979          <Property Name="orderHint" Type="Edm.String" />
 16980          <Property Name="planTitle" Type="Edm.String" />
 16981        </ComplexType>
 16982        <ComplexType Name="plannerRecentPlanReference">
 16983          <Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
 16984          <Property Name="planTitle" Type="Edm.String" />
 16985        </ComplexType>
 16986        <ComplexType Name="plannerPlanContext">
 16987          <Property Name="associationType" Type="Edm.String" />
 16988          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 16989          <Property Name="displayNameSegments" Type="Collection(Edm.String)" />
 16990          <Property Name="ownerAppId" Type="Edm.String" />
 16991        </ComplexType>
 16992        <ComplexType Name="plannerPlanContextDetails">
 16993          <Property Name="url" Type="Edm.String" />
 16994        </ComplexType>
 16995        <ComplexType Name="plannerExternalReferences" OpenType="true" />
 16996        <ComplexType Name="plannerChecklistItems" OpenType="true" />
 16997        <ComplexType Name="plannerOrderHintsByAssignee" OpenType="true" />
 16998        <ComplexType Name="plannerUserIds" OpenType="true" />
 16999        <ComplexType Name="plannerCategoryDescriptions">
 17000          <Property Name="category1" Type="Edm.String" />
 17001          <Property Name="category2" Type="Edm.String" />
 17002          <Property Name="category3" Type="Edm.String" />
 17003          <Property Name="category4" Type="Edm.String" />
 17004          <Property Name="category5" Type="Edm.String" />
 17005          <Property Name="category6" Type="Edm.String" />
 17006        </ComplexType>
 17007        <ComplexType Name="plannerPlanContextDetailsCollection" OpenType="true" />
 17008        <EntityType Name="trending" BaseType="microsoft.graph.entity">
 17009          <Property Name="weight" Type="Edm.Double" Nullable="false" />
 17010          <Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
 17011          <Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
 17012          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17013          <NavigationProperty Name="resource" Type="microsoft.graph.entity" />
 17014        </EntityType>
 17015        <EntityType Name="sharedInsight" BaseType="microsoft.graph.entity">
 17016          <Property Name="lastShared" Type="microsoft.graph.sharingDetail" />
 17017          <Property Name="sharingHistory" Type="Collection(microsoft.graph.sharingDetail)" />
 17018          <Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
 17019          <Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
 17020          <NavigationProperty Name="lastSharedMethod" Type="microsoft.graph.entity" />
 17021          <NavigationProperty Name="resource" Type="microsoft.graph.entity" />
 17022        </EntityType>
 17023        <EntityType Name="usedInsight" BaseType="microsoft.graph.entity">
 17024          <Property Name="lastUsed" Type="microsoft.graph.usageDetails" />
 17025          <Property Name="resourceVisualization" Type="microsoft.graph.resourceVisualization" />
 17026          <Property Name="resourceReference" Type="microsoft.graph.resourceReference" />
 17027          <NavigationProperty Name="resource" Type="microsoft.graph.entity" />
 17028        </EntityType>
 17029        <ComplexType Name="resourceVisualization">
 17030          <Property Name="title" Type="Edm.String" />
 17031          <Property Name="type" Type="Edm.String" />
 17032          <Property Name="mediaType" Type="Edm.String" />
 17033          <Property Name="previewImageUrl" Type="Edm.String" />
 17034          <Property Name="previewText" Type="Edm.String" />
 17035          <Property Name="containerWebUrl" Type="Edm.String" />
 17036          <Property Name="containerDisplayName" Type="Edm.String" />
 17037          <Property Name="containerType" Type="Edm.String" />
 17038        </ComplexType>
 17039        <ComplexType Name="resourceReference">
 17040          <Property Name="webUrl" Type="Edm.String" />
 17041          <Property Name="id" Type="Edm.String" />
 17042          <Property Name="type" Type="Edm.String" />
 17043        </ComplexType>
 17044        <ComplexType Name="sharingDetail">
 17045          <Property Name="sharedBy" Type="microsoft.graph.insightIdentity" />
 17046          <Property Name="sharedDateTime" Type="Edm.DateTimeOffset" />
 17047          <Property Name="sharingSubject" Type="Edm.String" />
 17048          <Property Name="sharingType" Type="Edm.String" />
 17049          <Property Name="sharingReference" Type="microsoft.graph.resourceReference" />
 17050        </ComplexType>
 17051        <ComplexType Name="insightIdentity">
 17052          <Property Name="displayName" Type="Edm.String" />
 17053          <Property Name="id" Type="Edm.String" />
 17054          <Property Name="address" Type="Edm.String" />
 17055        </ComplexType>
 17056        <ComplexType Name="usageDetails">
 17057          <Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
 17058          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17059        </ComplexType>
 17060        <EntityType Name="onenoteEntityBaseModel" BaseType="microsoft.graph.entity" Abstract="true">
 17061          <Property Name="self" Type="Edm.String" />
 17062        </EntityType>
 17063        <EntityType Name="onenoteEntitySchemaObjectModel" BaseType="microsoft.graph.onenoteEntityBaseModel" Abstract="true">
 17064          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17065        </EntityType>
 17066        <EntityType Name="onenoteEntityHierarchyModel" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel" Abstract="true">
 17067          <Property Name="displayName" Type="Edm.String" />
 17068          <Property Name="createdBy" Type="microsoft.graph.identitySet" />
 17069          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
 17070          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17071        </EntityType>
 17072        <EntityType Name="notebook" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
 17073          <Property Name="isDefault" Type="Edm.Boolean" />
 17074          <Property Name="userRole" Type="microsoft.graph.onenoteUserRole" />
 17075          <Property Name="isShared" Type="Edm.Boolean" />
 17076          <Property Name="sectionsUrl" Type="Edm.String" />
 17077          <Property Name="sectionGroupsUrl" Type="Edm.String" />
 17078          <Property Name="links" Type="microsoft.graph.notebookLinks" />
 17079          <NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
 17080          <NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
 17081        </EntityType>
 17082        <EntityType Name="onenoteSection" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
 17083          <Property Name="isDefault" Type="Edm.Boolean" />
 17084          <Property Name="links" Type="microsoft.graph.sectionLinks" />
 17085          <Property Name="pagesUrl" Type="Edm.String" />
 17086          <NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
 17087          <NavigationProperty Name="parentSectionGroup" Type="microsoft.graph.sectionGroup" ContainsTarget="true" />
 17088          <NavigationProperty Name="pages" Type="Collection(microsoft.graph.onenotePage)" ContainsTarget="true" />
 17089        </EntityType>
 17090        <EntityType Name="sectionGroup" BaseType="microsoft.graph.onenoteEntityHierarchyModel">
 17091          <Property Name="sectionsUrl" Type="Edm.String" />
 17092          <Property Name="sectionGroupsUrl" Type="Edm.String" />
 17093          <NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
 17094          <NavigationProperty Name="parentSectionGroup" Type="microsoft.graph.sectionGroup" ContainsTarget="true" />
 17095          <NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true" />
 17096          <NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true" />
 17097        </EntityType>
 17098        <EntityType Name="onenotePage" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel" HasStream="true">
 17099          <Property Name="title" Type="Edm.String" />
 17100          <Property Name="createdByAppId" Type="Edm.String" />
 17101          <Property Name="links" Type="microsoft.graph.pageLinks" />
 17102          <Property Name="contentUrl" Type="Edm.String" />
 17103          <Property Name="content" Type="Edm.Stream" />
 17104          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17105          <Property Name="level" Type="Edm.Int32" />
 17106          <Property Name="order" Type="Edm.Int32" />
 17107          <Property Name="userTags" Type="Collection(Edm.String)" />
 17108          <NavigationProperty Name="parentSection" Type="microsoft.graph.onenoteSection" ContainsTarget="true" />
 17109          <NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true" />
 17110        </EntityType>
 17111        <EntityType Name="onenoteResource" BaseType="microsoft.graph.onenoteEntityBaseModel" HasStream="true">
 17112          <Property Name="content" Type="Edm.Stream" />
 17113          <Property Name="contentUrl" Type="Edm.String" />
 17114        </EntityType>
 17115        <EntityType Name="operation" BaseType="microsoft.graph.entity">
 17116          <Property Name="status" Type="microsoft.graph.operationStatus" />
 17117          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17118          <Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" />
 17119        </EntityType>
 17120        <EntityType Name="onenoteOperation" BaseType="microsoft.graph.operation">
 17121          <Property Name="resourceLocation" Type="Edm.String" />
 17122          <Property Name="resourceId" Type="Edm.String" />
 17123          <Property Name="error" Type="microsoft.graph.onenoteOperationError" />
 17124          <Property Name="percentComplete" Type="Edm.String" />
 17125        </EntityType>
 17126        <ComplexType Name="notebookLinks">
 17127          <Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
 17128          <Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
 17129        </ComplexType>
 17130        <ComplexType Name="externalLink">
 17131          <Property Name="href" Type="Edm.String" />
 17132        </ComplexType>
 17133        <ComplexType Name="sectionLinks">
 17134          <Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
 17135          <Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
 17136        </ComplexType>
 17137        <ComplexType Name="pageLinks">
 17138          <Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
 17139          <Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
 17140        </ComplexType>
 17141        <ComplexType Name="onenoteOperationError">
 17142          <Property Name="code" Type="Edm.String" />
 17143          <Property Name="message" Type="Edm.String" />
 17144        </ComplexType>
 17145        <ComplexType Name="diagnostic">
 17146          <Property Name="message" Type="Edm.String" />
 17147          <Property Name="url" Type="Edm.String" />
 17148        </ComplexType>
 17149        <ComplexType Name="onenotePatchContentCommand">
 17150          <Property Name="action" Type="microsoft.graph.onenotePatchActionType" Nullable="false" />
 17151          <Property Name="target" Type="Edm.String" Nullable="false" />
 17152          <Property Name="content" Type="Edm.String" />
 17153          <Property Name="position" Type="microsoft.graph.onenotePatchInsertPosition" />
 17154        </ComplexType>
 17155        <ComplexType Name="onenotePagePreview">
 17156          <Property Name="previewText" Type="Edm.String" />
 17157          <Property Name="links" Type="microsoft.graph.onenotePagePreviewLinks" />
 17158        </ComplexType>
 17159        <ComplexType Name="onenotePagePreviewLinks">
 17160          <Property Name="previewImageUrl" Type="microsoft.graph.externalLink" />
 17161        </ComplexType>
 17162        <ComplexType Name="recentNotebook">
 17163          <Property Name="displayName" Type="Edm.String" />
 17164          <Property Name="lastAccessedTime" Type="Edm.DateTimeOffset" />
 17165          <Property Name="links" Type="microsoft.graph.recentNotebookLinks" />
 17166          <Property Name="sourceService" Type="microsoft.graph.onenoteSourceService" />
 17167        </ComplexType>
 17168        <ComplexType Name="recentNotebookLinks">
 17169          <Property Name="oneNoteClientUrl" Type="microsoft.graph.externalLink" />
 17170          <Property Name="oneNoteWebUrl" Type="microsoft.graph.externalLink" />
 17171        </ComplexType>
 17172        <ComplexType Name="CopyNotebookModel">
 17173          <Property Name="isDefault" Type="Edm.Boolean" />
 17174          <Property Name="userRole" Type="microsoft.graph.onenoteUserRole" />
 17175          <Property Name="isShared" Type="Edm.Boolean" />
 17176          <Property Name="sectionsUrl" Type="Edm.String" />
 17177          <Property Name="sectionGroupsUrl" Type="Edm.String" />
 17178          <Property Name="links" Type="microsoft.graph.notebookLinks" />
 17179          <Property Name="name" Type="Edm.String" />
 17180          <Property Name="createdBy" Type="Edm.String" />
 17181          <Property Name="createdByIdentity" Type="microsoft.graph.identitySet" />
 17182          <Property Name="lastModifiedBy" Type="Edm.String" />
 17183          <Property Name="lastModifiedByIdentity" Type="microsoft.graph.identitySet" />
 17184          <Property Name="lastModifiedTime" Type="Edm.DateTimeOffset" />
 17185          <Property Name="id" Type="Edm.String" />
 17186          <Property Name="self" Type="Edm.String" />
 17187          <Property Name="createdTime" Type="Edm.DateTimeOffset" />
 17188        </ComplexType>
 17189        <EntityType Name="privilegedAccess" BaseType="microsoft.graph.entity">
 17190          <Property Name="displayName" Type="Edm.String" />
 17191          <NavigationProperty Name="resources" Type="Collection(microsoft.graph.governanceResource)" ContainsTarget="true" />
 17192          <NavigationProperty Name="roleDefinitions" Type="Collection(microsoft.graph.governanceRoleDefinition)" ContainsTarget="true" />
 17193          <NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.governanceRoleAssignment)" ContainsTarget="true" />
 17194          <NavigationProperty Name="roleAssignmentRequests" Type="Collection(microsoft.graph.governanceRoleAssignmentRequest)" ContainsTarget="true" />
 17195          <NavigationProperty Name="roleSettings" Type="Collection(microsoft.graph.governanceRoleSetting)" ContainsTarget="true" />
 17196        </EntityType>
 17197        <EntityType Name="governanceResource" BaseType="microsoft.graph.entity" OpenType="true">
 17198          <Property Name="externalId" Type="Edm.String" />
 17199          <Property Name="type" Type="Edm.String" />
 17200          <Property Name="displayName" Type="Edm.String" />
 17201          <Property Name="status" Type="Edm.String" />
 17202          <Property Name="registeredDateTime" Type="Edm.DateTimeOffset" />
 17203          <Property Name="registeredRoot" Type="Edm.String" />
 17204          <NavigationProperty Name="parent" Type="microsoft.graph.governanceResource" ContainsTarget="true" />
 17205          <NavigationProperty Name="roleDefinitions" Type="Collection(microsoft.graph.governanceRoleDefinition)" ContainsTarget="true" />
 17206          <NavigationProperty Name="roleAssignments" Type="Collection(microsoft.graph.governanceRoleAssignment)" ContainsTarget="true" />
 17207          <NavigationProperty Name="roleAssignmentRequests" Type="Collection(microsoft.graph.governanceRoleAssignmentRequest)" ContainsTarget="true" />
 17208          <NavigationProperty Name="roleSettings" Type="Collection(microsoft.graph.governanceRoleSetting)" ContainsTarget="true" />
 17209        </EntityType>
 17210        <EntityType Name="governanceRoleDefinition" BaseType="microsoft.graph.entity" OpenType="true">
 17211          <Property Name="resourceId" Type="Edm.String" />
 17212          <Property Name="externalId" Type="Edm.String" />
 17213          <Property Name="templateId" Type="Edm.String" />
 17214          <Property Name="displayName" Type="Edm.String" />
 17215          <NavigationProperty Name="resource" Type="microsoft.graph.governanceResource" ContainsTarget="true" />
 17216          <NavigationProperty Name="roleSetting" Type="microsoft.graph.governanceRoleSetting" ContainsTarget="true" />
 17217        </EntityType>
 17218        <EntityType Name="governanceRoleAssignment" BaseType="microsoft.graph.entity">
 17219          <Property Name="resourceId" Type="Edm.String" />
 17220          <Property Name="roleDefinitionId" Type="Edm.String" />
 17221          <Property Name="subjectId" Type="Edm.String" />
 17222          <Property Name="linkedEligibleRoleAssignmentId" Type="Edm.String" />
 17223          <Property Name="externalId" Type="Edm.String" />
 17224          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 17225          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 17226          <Property Name="memberType" Type="Edm.String" Nullable="false" />
 17227          <Property Name="assignmentState" Type="Edm.String" Nullable="false" />
 17228          <Property Name="status" Type="Edm.String" Nullable="false" />
 17229          <NavigationProperty Name="resource" Type="microsoft.graph.governanceResource" ContainsTarget="true" />
 17230          <NavigationProperty Name="roleDefinition" Type="microsoft.graph.governanceRoleDefinition" ContainsTarget="true" />
 17231          <NavigationProperty Name="subject" Type="microsoft.graph.governanceSubject" ContainsTarget="true" />
 17232          <NavigationProperty Name="linkedEligibleRoleAssignment" Type="microsoft.graph.governanceRoleAssignment" />
 17233        </EntityType>
 17234        <EntityType Name="governanceRoleAssignmentRequest" BaseType="microsoft.graph.entity">
 17235          <Property Name="resourceId" Type="Edm.String" />
 17236          <Property Name="roleDefinitionId" Type="Edm.String" />
 17237          <Property Name="subjectId" Type="Edm.String" />
 17238          <Property Name="linkedEligibleRoleAssignmentId" Type="Edm.String" />
 17239          <Property Name="type" Type="Edm.String" Nullable="false" />
 17240          <Property Name="assignmentState" Type="Edm.String" Nullable="false" />
 17241          <Property Name="requestedDateTime" Type="Edm.DateTimeOffset" />
 17242          <Property Name="reason" Type="Edm.String" />
 17243          <Property Name="status" Type="microsoft.graph.governanceRoleAssignmentRequestStatus" />
 17244          <Property Name="schedule" Type="microsoft.graph.governanceSchedule" />
 17245          <NavigationProperty Name="resource" Type="microsoft.graph.governanceResource" ContainsTarget="true" />
 17246          <NavigationProperty Name="roleDefinition" Type="microsoft.graph.governanceRoleDefinition" ContainsTarget="true" />
 17247          <NavigationProperty Name="subject" Type="microsoft.graph.governanceSubject" ContainsTarget="true" />
 17248        </EntityType>
 17249        <EntityType Name="governanceRoleSetting" BaseType="microsoft.graph.entity">
 17250          <Property Name="resourceId" Type="Edm.String" />
 17251          <Property Name="roleDefinitionId" Type="Edm.String" />
 17252          <Property Name="isDefault" Type="Edm.Boolean" />
 17253          <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
 17254          <Property Name="lastUpdatedBy" Type="Edm.String" />
 17255          <Property Name="adminEligibleSettings" Type="Collection(microsoft.graph.governanceRuleSetting)" />
 17256          <Property Name="adminMemberSettings" Type="Collection(microsoft.graph.governanceRuleSetting)" />
 17257          <Property Name="userEligibleSettings" Type="Collection(microsoft.graph.governanceRuleSetting)" />
 17258          <Property Name="userMemberSettings" Type="Collection(microsoft.graph.governanceRuleSetting)" />
 17259          <NavigationProperty Name="roleDefinition" Type="microsoft.graph.governanceRoleDefinition" ContainsTarget="true" />
 17260          <NavigationProperty Name="resource" Type="microsoft.graph.governanceResource" ContainsTarget="true" />
 17261        </EntityType>
 17262        <ComplexType Name="governancePermission">
 17263          <Property Name="accessLevel" Type="Edm.String" />
 17264          <Property Name="isActive" Type="Edm.Boolean" />
 17265          <Property Name="isEligible" Type="Edm.Boolean" />
 17266        </ComplexType>
 17267        <EntityType Name="governanceSubject" BaseType="microsoft.graph.entity">
 17268          <Property Name="type" Type="Edm.String" />
 17269          <Property Name="displayName" Type="Edm.String" />
 17270          <Property Name="principalName" Type="Edm.String" />
 17271          <Property Name="email" Type="Edm.String" />
 17272        </EntityType>
 17273        <ComplexType Name="governanceRoleAssignmentRequestStatus">
 17274          <Property Name="status" Type="Edm.String" />
 17275          <Property Name="subStatus" Type="Edm.String" />
 17276          <Property Name="statusDetails" Type="Collection(microsoft.graph.keyValue)" />
 17277        </ComplexType>
 17278        <ComplexType Name="governanceSchedule">
 17279          <Property Name="type" Type="Edm.String" />
 17280          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 17281          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 17282          <Property Name="duration" Type="Edm.Duration" />
 17283        </ComplexType>
 17284        <ComplexType Name="governanceRuleSetting">
 17285          <Property Name="ruleIdentifier" Type="Edm.String" />
 17286          <Property Name="setting" Type="Edm.String" />
 17287        </ComplexType>
 17288        <EntityType Name="privilegedRole" BaseType="microsoft.graph.entity">
 17289          <Property Name="name" Type="Edm.String" />
 17290          <NavigationProperty Name="settings" Type="microsoft.graph.privilegedRoleSettings" ContainsTarget="true" />
 17291          <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
 17292          <NavigationProperty Name="summary" Type="microsoft.graph.privilegedRoleSummary" ContainsTarget="true" />
 17293        </EntityType>
 17294        <EntityType Name="privilegedRoleSettings" BaseType="microsoft.graph.entity">
 17295          <Property Name="approverIds" Type="Collection(Edm.String)" />
 17296          <Property Name="minElevationDuration" Type="Edm.Duration" />
 17297          <Property Name="maxElavationDuration" Type="Edm.Duration" />
 17298          <Property Name="elevationDuration" Type="Edm.Duration" />
 17299          <Property Name="notificationToUserOnElevation" Type="Edm.Boolean" />
 17300          <Property Name="ticketingInfoOnElevation" Type="Edm.Boolean" />
 17301          <Property Name="mfaOnElevation" Type="Edm.Boolean" />
 17302          <Property Name="lastGlobalAdmin" Type="Edm.Boolean" />
 17303          <Property Name="isMfaOnElevationConfigurable" Type="Edm.Boolean" />
 17304          <Property Name="approvalOnElevation" Type="Edm.Boolean" />
 17305        </EntityType>
 17306        <EntityType Name="privilegedRoleAssignment" BaseType="microsoft.graph.entity">
 17307          <Property Name="userId" Type="Edm.String" Nullable="false" />
 17308          <Property Name="roleId" Type="Edm.String" Nullable="false" />
 17309          <Property Name="isElevated" Type="Edm.Boolean" />
 17310          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 17311          <Property Name="resultMessage" Type="Edm.String" />
 17312          <NavigationProperty Name="roleInfo" Type="microsoft.graph.privilegedRole" ContainsTarget="true" />
 17313        </EntityType>
 17314        <EntityType Name="privilegedRoleSummary" BaseType="microsoft.graph.entity">
 17315          <Property Name="status" Type="microsoft.graph.roleSummaryStatus" />
 17316          <Property Name="usersCount" Type="Edm.Int32" />
 17317          <Property Name="managedCount" Type="Edm.Int32" />
 17318          <Property Name="elevatedCount" Type="Edm.Int32" />
 17319          <Property Name="mfaEnabled" Type="Edm.Boolean" />
 17320        </EntityType>
 17321        <EntityType Name="privilegedOperationEvent" BaseType="microsoft.graph.entity">
 17322          <Property Name="userId" Type="Edm.String" />
 17323          <Property Name="userName" Type="Edm.String" />
 17324          <Property Name="userMail" Type="Edm.String" />
 17325          <Property Name="roleId" Type="Edm.String" />
 17326          <Property Name="roleName" Type="Edm.String" />
 17327          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 17328          <Property Name="creationDateTime" Type="Edm.DateTimeOffset" />
 17329          <Property Name="requestorId" Type="Edm.String" />
 17330          <Property Name="requestorName" Type="Edm.String" />
 17331          <Property Name="tenantId" Type="Edm.String" />
 17332          <Property Name="requestType" Type="Edm.String" />
 17333          <Property Name="additionalInformation" Type="Edm.String" />
 17334          <Property Name="referenceKey" Type="Edm.String" />
 17335          <Property Name="referenceSystem" Type="Edm.String" />
 17336        </EntityType>
 17337        <EntityType Name="privilegedSignupStatus" BaseType="microsoft.graph.entity">
 17338          <Property Name="isRegistered" Type="Edm.Boolean" />
 17339          <Property Name="status" Type="microsoft.graph.setupStatus" />
 17340        </EntityType>
 17341        <EntityType Name="privilegedRoleAssignmentRequest" BaseType="microsoft.graph.entity">
 17342          <Property Name="schedule" Type="microsoft.graph.governanceSchedule" />
 17343          <Property Name="userId" Type="Edm.String" />
 17344          <Property Name="roleId" Type="Edm.String" />
 17345          <Property Name="type" Type="Edm.String" />
 17346          <Property Name="assignmentState" Type="Edm.String" />
 17347          <Property Name="requestedDateTime" Type="Edm.DateTimeOffset" />
 17348          <Property Name="status" Type="Edm.String" />
 17349          <Property Name="duration" Type="Edm.String" />
 17350          <Property Name="reason" Type="Edm.String" />
 17351          <Property Name="ticketNumber" Type="Edm.String" />
 17352          <Property Name="ticketSystem" Type="Edm.String" />
 17353          <NavigationProperty Name="roleInfo" Type="microsoft.graph.privilegedRole" ContainsTarget="true" />
 17354        </EntityType>
 17355        <EntityType Name="privilegedApproval" BaseType="microsoft.graph.entity">
 17356          <Property Name="userId" Type="Edm.String" />
 17357          <Property Name="roleId" Type="Edm.String" />
 17358          <Property Name="approvalType" Type="Edm.String" />
 17359          <Property Name="approvalState" Type="microsoft.graph.approvalState" />
 17360          <Property Name="approvalDuration" Type="Edm.Duration" />
 17361          <Property Name="requestorReason" Type="Edm.String" />
 17362          <Property Name="approverReason" Type="Edm.String" />
 17363          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 17364          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 17365          <NavigationProperty Name="request" Type="microsoft.graph.privilegedRoleAssignmentRequest" />
 17366          <NavigationProperty Name="roleInfo" Type="microsoft.graph.privilegedRole" ContainsTarget="true" />
 17367        </EntityType>
 17368        <EntityType Name="tenantSetupInfo" BaseType="microsoft.graph.entity">
 17369          <Property Name="userRolesActions" Type="Edm.String" />
 17370          <Property Name="firstTimeSetup" Type="Edm.Boolean" />
 17371          <Property Name="relevantRolesSettings" Type="Collection(Edm.String)" />
 17372          <Property Name="skipSetup" Type="Edm.Boolean" />
 17373          <Property Name="setupStatus" Type="microsoft.graph.setupStatus" />
 17374          <NavigationProperty Name="defaultRolesSettings" Type="microsoft.graph.privilegedRoleSettings" />
 17375        </EntityType>
 17376        <ComplexType Name="roleSuccessStatistics">
 17377          <Property Name="roleId" Type="Edm.String" />
 17378          <Property Name="roleName" Type="Edm.String" />
 17379          <Property Name="temporarySuccess" Type="Edm.Int64" />
 17380          <Property Name="temporaryFail" Type="Edm.Int64" />
 17381          <Property Name="permanentSuccess" Type="Edm.Int64" />
 17382          <Property Name="permanentFail" Type="Edm.Int64" />
 17383          <Property Name="removeSuccess" Type="Edm.Int64" />
 17384          <Property Name="removeFail" Type="Edm.Int64" />
 17385          <Property Name="unknownFail" Type="Edm.Int64" />
 17386        </ComplexType>
 17387        <EntityType Name="dataPolicyOperation" BaseType="microsoft.graph.entity">
 17388          <Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
 17389          <Property Name="status" Type="microsoft.graph.dataPolicyOperationStatus" />
 17390          <Property Name="storageLocation" Type="Edm.String" />
 17391          <Property Name="userId" Type="Edm.String" Nullable="false" />
 17392          <Property Name="submittedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 17393          <Property Name="progress" Type="Edm.Double" Nullable="false" />
 17394        </EntityType>
 17395        <EntityType Name="itemFacet" BaseType="microsoft.graph.entity" Abstract="true">
 17396          <Property Name="allowedAudiences" Type="microsoft.graph.allowedAudiences" />
 17397          <Property Name="inference" Type="microsoft.graph.inferenceData" />
 17398          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 17399          <Property Name="createdBy" Type="microsoft.graph.identitySet" Nullable="false" />
 17400          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 17401          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" Nullable="false" />
 17402        </EntityType>
 17403        <EntityType Name="userAccountInformation" BaseType="microsoft.graph.itemFacet">
 17404          <Property Name="ageGroup" Type="Edm.String" Nullable="false" />
 17405          <Property Name="countryCode" Type="Edm.String" Nullable="false" />
 17406          <Property Name="preferredLanguageTag" Type="microsoft.graph.localeInfo" Nullable="false" />
 17407          <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
 17408        </EntityType>
 17409        <EntityType Name="personAnniversary" BaseType="microsoft.graph.itemFacet">
 17410          <Property Name="type" Type="microsoft.graph.anniversaryType" />
 17411          <Property Name="date" Type="Edm.Date" />
 17412        </EntityType>
 17413        <EntityType Name="educationalActivity" BaseType="microsoft.graph.itemFacet">
 17414          <Property Name="completionMonthYear" Type="Edm.Date" />
 17415          <Property Name="endMonthYear" Type="Edm.Date" />
 17416          <Property Name="institution" Type="microsoft.graph.institutionData" Nullable="false" />
 17417          <Property Name="program" Type="microsoft.graph.educationalActivityDetail" Nullable="false" />
 17418          <Property Name="startMonthYear" Type="Edm.Date" />
 17419        </EntityType>
 17420        <EntityType Name="itemEmail" BaseType="microsoft.graph.itemFacet">
 17421          <Property Name="address" Type="Edm.String" Nullable="false" />
 17422          <Property Name="displayName" Type="Edm.String" />
 17423          <Property Name="type" Type="microsoft.graph.emailType" Nullable="false" />
 17424        </EntityType>
 17425        <EntityType Name="personInterest" BaseType="microsoft.graph.itemFacet">
 17426          <Property Name="categories" Type="Collection(Edm.String)" />
 17427          <Property Name="description" Type="Edm.String" />
 17428          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17429          <Property Name="webUrl" Type="Edm.String" />
 17430        </EntityType>
 17431        <EntityType Name="languageProficiency" BaseType="microsoft.graph.itemFacet">
 17432          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17433          <Property Name="tag" Type="Edm.String" Nullable="false" />
 17434          <Property Name="proficiency" Type="microsoft.graph.languageProficiencyLevel" />
 17435        </EntityType>
 17436        <EntityType Name="personName" BaseType="microsoft.graph.itemFacet">
 17437          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17438          <Property Name="first" Type="Edm.String" Nullable="false" />
 17439          <Property Name="initials" Type="Edm.String" />
 17440          <Property Name="last" Type="Edm.String" Nullable="false" />
 17441          <Property Name="languageTag" Type="Edm.String" />
 17442          <Property Name="maiden" Type="Edm.String" />
 17443          <Property Name="middle" Type="Edm.String" />
 17444          <Property Name="nickname" Type="Edm.String" />
 17445          <Property Name="suffix" Type="Edm.String" />
 17446          <Property Name="title" Type="Edm.String" />
 17447          <Property Name="pronunciation" Type="microsoft.graph.yomiPersonName" />
 17448        </EntityType>
 17449        <EntityType Name="itemPhone" BaseType="microsoft.graph.itemFacet">
 17450          <Property Name="displayName" Type="Edm.String" />
 17451          <Property Name="type" Type="microsoft.graph.phoneType" Nullable="false" />
 17452          <Property Name="number" Type="Edm.String" Nullable="false" />
 17453        </EntityType>
 17454        <EntityType Name="workPosition" BaseType="microsoft.graph.itemFacet">
 17455          <Property Name="categories" Type="Collection(Edm.String)" />
 17456          <Property Name="detail" Type="microsoft.graph.positionDetail" Nullable="false" />
 17457        </EntityType>
 17458        <EntityType Name="projectParticipation" BaseType="microsoft.graph.itemFacet">
 17459          <Property Name="categories" Type="Collection(Edm.String)" />
 17460          <Property Name="client" Type="microsoft.graph.companyDetail" />
 17461          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17462          <Property Name="detail" Type="microsoft.graph.positionDetail" />
 17463          <Property Name="colleagues" Type="Collection(microsoft.graph.relatedPerson)" />
 17464          <Property Name="sponsors" Type="Collection(microsoft.graph.relatedPerson)" />
 17465        </EntityType>
 17466        <EntityType Name="skillProficiency" BaseType="microsoft.graph.itemFacet">
 17467          <Property Name="categories" Type="Collection(Edm.String)" />
 17468          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17469          <Property Name="proficiency" Type="microsoft.graph.skillProficiencyLevel" />
 17470          <Property Name="webUrl" Type="Edm.String" />
 17471        </EntityType>
 17472        <EntityType Name="webAccount" BaseType="microsoft.graph.itemFacet">
 17473          <Property Name="description" Type="Edm.String" />
 17474          <Property Name="userId" Type="Edm.String" Nullable="false" />
 17475          <Property Name="service" Type="microsoft.graph.serviceInformation" Nullable="false" />
 17476          <Property Name="statusMessage" Type="Edm.String" />
 17477          <Property Name="webUrl" Type="Edm.String" />
 17478        </EntityType>
 17479        <EntityType Name="personWebsite" BaseType="microsoft.graph.itemFacet">
 17480          <Property Name="categories" Type="Collection(Edm.String)" />
 17481          <Property Name="description" Type="Edm.String" />
 17482          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17483          <Property Name="webUrl" Type="Edm.String" Nullable="false" />
 17484        </EntityType>
 17485        <ComplexType Name="inferenceData">
 17486          <Property Name="confidenceScore" Type="Edm.Double" />
 17487          <Property Name="userHasVerifiedAccuracy" Type="Edm.Boolean" />
 17488        </ComplexType>
 17489        <ComplexType Name="yomiPersonName">
 17490          <Property Name="displayName" Type="Edm.String" />
 17491          <Property Name="first" Type="Edm.String" />
 17492          <Property Name="maiden" Type="Edm.String" />
 17493          <Property Name="middle" Type="Edm.String" />
 17494          <Property Name="last" Type="Edm.String" />
 17495        </ComplexType>
 17496        <ComplexType Name="institutionData">
 17497          <Property Name="description" Type="Edm.String" />
 17498          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17499          <Property Name="location" Type="microsoft.graph.physicalAddress" />
 17500          <Property Name="webUrl" Type="Edm.String" />
 17501        </ComplexType>
 17502        <ComplexType Name="educationalActivityDetail">
 17503          <Property Name="abbreviation" Type="Edm.String" />
 17504          <Property Name="activities" Type="Edm.String" />
 17505          <Property Name="awards" Type="Edm.String" />
 17506          <Property Name="description" Type="Edm.String" />
 17507          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17508          <Property Name="fieldsOfStudy" Type="Edm.String" />
 17509          <Property Name="grade" Type="Edm.String" />
 17510          <Property Name="notes" Type="Edm.String" />
 17511          <Property Name="webUrl" Type="Edm.String" />
 17512        </ComplexType>
 17513        <ComplexType Name="companyDetail">
 17514          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 17515          <Property Name="pronunciation" Type="Edm.String" />
 17516          <Property Name="department" Type="Edm.String" />
 17517          <Property Name="officeLocation" Type="Edm.String" />
 17518          <Property Name="address" Type="microsoft.graph.physicalAddress" />
 17519          <Property Name="webUrl" Type="Edm.String" />
 17520        </ComplexType>
 17521        <ComplexType Name="positionDetail">
 17522          <Property Name="company" Type="microsoft.graph.companyDetail" Nullable="false" />
 17523          <Property Name="description" Type="Edm.String" />
 17524          <Property Name="endMonthYear" Type="Edm.Date" />
 17525          <Property Name="jobTitle" Type="Edm.String" Nullable="false" />
 17526          <Property Name="role" Type="Edm.String" />
 17527          <Property Name="startMonthYear" Type="Edm.Date" />
 17528          <Property Name="summary" Type="Edm.String" />
 17529        </ComplexType>
 17530        <ComplexType Name="relatedPerson">
 17531          <Property Name="displayName" Type="Edm.String" />
 17532          <Property Name="relationship" Type="microsoft.graph.personRelationship" />
 17533          <Property Name="userPrincipalName" Type="Edm.String" />
 17534        </ComplexType>
 17535        <ComplexType Name="serviceInformation">
 17536          <Property Name="name" Type="Edm.String" Nullable="false" />
 17537          <Property Name="webUrl" Type="Edm.String" Nullable="false" />
 17538        </ComplexType>
 17539        <EntityType Name="activityHistoryItem" BaseType="microsoft.graph.entity">
 17540          <Property Name="status" Type="microsoft.graph.status" />
 17541          <Property Name="activeDurationSeconds" Type="Edm.Int32" />
 17542          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17543          <Property Name="lastActiveDateTime" Type="Edm.DateTimeOffset" />
 17544          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17545          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 17546          <Property Name="startedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 17547          <Property Name="userTimezone" Type="Edm.String" />
 17548          <NavigationProperty Name="activity" Type="microsoft.graph.userActivity" Nullable="false" />
 17549        </EntityType>
 17550        <ComplexType Name="imageInfo">
 17551          <Property Name="iconUrl" Type="Edm.String" />
 17552          <Property Name="alternativeText" Type="Edm.String" />
 17553          <Property Name="alternateText" Type="Edm.String" />
 17554          <Property Name="addImageQuery" Type="Edm.Boolean" />
 17555        </ComplexType>
 17556        <ComplexType Name="visualInfo">
 17557          <Property Name="attribution" Type="microsoft.graph.imageInfo" />
 17558          <Property Name="backgroundColor" Type="Edm.String" />
 17559          <Property Name="description" Type="Edm.String" />
 17560          <Property Name="displayText" Type="Edm.String" Nullable="false" />
 17561          <Property Name="content" Type="microsoft.graph.Json" />
 17562        </ComplexType>
 17563        <ComplexType Name="PayloadRequest" OpenType="true" />
 17564        <EntityType Name="payloadResponse" BaseType="microsoft.graph.entity" OpenType="true" />
 17565        <EntityType Name="security" BaseType="microsoft.graph.entity">
 17566          <Property Name="providerStatus" Type="Collection(microsoft.graph.securityProviderStatus)" />
 17567          <NavigationProperty Name="alerts" Type="Collection(microsoft.graph.alert)" ContainsTarget="true" />
 17568          <NavigationProperty Name="cloudAppSecurityProfiles" Type="Collection(microsoft.graph.cloudAppSecurityProfile)" ContainsTarget="true" />
 17569          <NavigationProperty Name="domainSecurityProfiles" Type="Collection(microsoft.graph.domainSecurityProfile)" ContainsTarget="true" />
 17570          <NavigationProperty Name="fileSecurityProfiles" Type="Collection(microsoft.graph.fileSecurityProfile)" ContainsTarget="true" />
 17571          <NavigationProperty Name="hostSecurityProfiles" Type="Collection(microsoft.graph.hostSecurityProfile)" ContainsTarget="true" />
 17572          <NavigationProperty Name="ipSecurityProfiles" Type="Collection(microsoft.graph.ipSecurityProfile)" ContainsTarget="true" />
 17573          <NavigationProperty Name="providerTenantSettings" Type="Collection(microsoft.graph.providerTenantSetting)" ContainsTarget="true" />
 17574          <NavigationProperty Name="secureScoreControlProfiles" Type="Collection(microsoft.graph.secureScoreControlProfile)" ContainsTarget="true" />
 17575          <NavigationProperty Name="secureScores" Type="Collection(microsoft.graph.secureScore)" ContainsTarget="true" />
 17576          <NavigationProperty Name="tiIndicators" Type="Collection(microsoft.graph.tiIndicator)" ContainsTarget="true" />
 17577          <NavigationProperty Name="userSecurityProfiles" Type="Collection(microsoft.graph.userSecurityProfile)" ContainsTarget="true" />
 17578          <NavigationProperty Name="securityActions" Type="Collection(microsoft.graph.securityAction)" ContainsTarget="true" />
 17579        </EntityType>
 17580        <ComplexType Name="securityProviderStatus">
 17581          <Property Name="enabled" Type="Edm.Boolean" />
 17582          <Property Name="endpoint" Type="Edm.String" />
 17583          <Property Name="provider" Type="Edm.String" />
 17584          <Property Name="region" Type="Edm.String" />
 17585          <Property Name="vendor" Type="Edm.String" />
 17586        </ComplexType>
 17587        <EntityType Name="alert" BaseType="microsoft.graph.entity" OpenType="true">
 17588          <Property Name="activityGroupName" Type="Edm.String" />
 17589          <Property Name="assignedTo" Type="Edm.String" />
 17590          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17591          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17592          <Property Name="category" Type="Edm.String" />
 17593          <Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
 17594          <Property Name="cloudAppStates" Type="Collection(microsoft.graph.cloudAppSecurityState)" />
 17595          <Property Name="comments" Type="Collection(Edm.String)" />
 17596          <Property Name="confidence" Type="Edm.Int32" />
 17597          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17598          <Property Name="description" Type="Edm.String" />
 17599          <Property Name="detectionIds" Type="Collection(Edm.String)" />
 17600          <Property Name="eventDateTime" Type="Edm.DateTimeOffset" />
 17601          <Property Name="feedback" Type="microsoft.graph.alertFeedback" />
 17602          <Property Name="fileStates" Type="Collection(microsoft.graph.fileSecurityState)" />
 17603          <Property Name="historyStates" Type="Collection(microsoft.graph.alertHistoryState)" />
 17604          <Property Name="hostStates" Type="Collection(microsoft.graph.hostSecurityState)" />
 17605          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17606          <Property Name="malwareStates" Type="Collection(microsoft.graph.malwareState)" />
 17607          <Property Name="networkConnections" Type="Collection(microsoft.graph.networkConnection)" />
 17608          <Property Name="processes" Type="Collection(microsoft.graph.process)" />
 17609          <Property Name="recommendedActions" Type="Collection(Edm.String)" />
 17610          <Property Name="registryKeyStates" Type="Collection(microsoft.graph.registryKeyState)" />
 17611          <Property Name="severity" Type="microsoft.graph.alertSeverity" Nullable="false" />
 17612          <Property Name="sourceMaterials" Type="Collection(Edm.String)" />
 17613          <Property Name="status" Type="microsoft.graph.alertStatus" Nullable="false" />
 17614          <Property Name="tags" Type="Collection(Edm.String)" />
 17615          <Property Name="title" Type="Edm.String" />
 17616          <Property Name="triggers" Type="Collection(microsoft.graph.alertTrigger)" />
 17617          <Property Name="userStates" Type="Collection(microsoft.graph.userSecurityState)" />
 17618          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17619          <Property Name="vulnerabilityStates" Type="Collection(microsoft.graph.vulnerabilityState)" />
 17620        </EntityType>
 17621        <EntityType Name="cloudAppSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17622          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17623          <Property Name="azureTenantId" Type="Edm.String" />
 17624          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17625          <Property Name="deploymentPackageUrl" Type="Edm.String" />
 17626          <Property Name="destinationServiceName" Type="Edm.String" />
 17627          <Property Name="isSigned" Type="Edm.Boolean" />
 17628          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17629          <Property Name="manifest" Type="Edm.String" />
 17630          <Property Name="name" Type="Edm.String" />
 17631          <Property Name="permissionsRequired" Type="microsoft.graph.applicationPermissionsRequired" />
 17632          <Property Name="platform" Type="Edm.String" />
 17633          <Property Name="policyName" Type="Edm.String" />
 17634          <Property Name="publisher" Type="Edm.String" />
 17635          <Property Name="riskScore" Type="Edm.String" />
 17636          <Property Name="tags" Type="Collection(Edm.String)" />
 17637          <Property Name="type" Type="Edm.String" />
 17638          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17639        </EntityType>
 17640        <EntityType Name="domainSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17641          <Property Name="activityGroupNames" Type="Collection(Edm.String)" />
 17642          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17643          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17644          <Property Name="countHits" Type="Edm.Int32" />
 17645          <Property Name="countInOrg" Type="Edm.Int32" />
 17646          <Property Name="domainCategories" Type="Collection(microsoft.graph.reputationCategory)" />
 17647          <Property Name="domainRegisteredDateTime" Type="Edm.DateTimeOffset" />
 17648          <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
 17649          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 17650          <Property Name="name" Type="Edm.String" />
 17651          <Property Name="registrant" Type="microsoft.graph.domainRegistrant" />
 17652          <Property Name="riskScore" Type="Edm.String" />
 17653          <Property Name="tags" Type="Collection(Edm.String)" />
 17654          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17655        </EntityType>
 17656        <EntityType Name="fileSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17657          <Property Name="activityGroupNames" Type="Collection(Edm.String)" />
 17658          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17659          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17660          <Property Name="certificateThumbprint" Type="Edm.String" />
 17661          <Property Name="extensions" Type="Collection(Edm.String)" />
 17662          <Property Name="fileType" Type="Edm.String" />
 17663          <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
 17664          <Property Name="hashes" Type="Collection(microsoft.graph.fileHash)" />
 17665          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 17666          <Property Name="malwareStates" Type="Collection(microsoft.graph.malwareState)" />
 17667          <Property Name="names" Type="Collection(Edm.String)" />
 17668          <Property Name="riskScore" Type="Edm.String" />
 17669          <Property Name="size" Type="Edm.Int64" />
 17670          <Property Name="tags" Type="Collection(Edm.String)" />
 17671          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17672          <Property Name="vulnerabilityStates" Type="Collection(microsoft.graph.vulnerabilityState)" />
 17673        </EntityType>
 17674        <EntityType Name="hostSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17675          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17676          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17677          <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
 17678          <Property Name="fqdn" Type="Edm.String" />
 17679          <Property Name="isAzureAdJoined" Type="Edm.Boolean" />
 17680          <Property Name="isAzureAdRegistered" Type="Edm.Boolean" />
 17681          <Property Name="isHybridAzureDomainJoined" Type="Edm.Boolean" />
 17682          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 17683          <Property Name="logonUsers" Type="Collection(microsoft.graph.logonUser)" />
 17684          <Property Name="netBiosName" Type="Edm.String" />
 17685          <Property Name="networkInterfaces" Type="Collection(microsoft.graph.networkInterface)" />
 17686          <Property Name="os" Type="Edm.String" />
 17687          <Property Name="osVersion" Type="Edm.String" />
 17688          <Property Name="parentHost" Type="Edm.String" />
 17689          <Property Name="relatedHostIds" Type="Collection(Edm.String)" />
 17690          <Property Name="riskScore" Type="Edm.String" />
 17691          <Property Name="tags" Type="Collection(Edm.String)" />
 17692          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17693        </EntityType>
 17694        <EntityType Name="ipSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17695          <Property Name="activityGroupNames" Type="Collection(Edm.String)" />
 17696          <Property Name="address" Type="Edm.String" />
 17697          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17698          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17699          <Property Name="countHits" Type="Edm.Int32" />
 17700          <Property Name="countHosts" Type="Edm.Int32" />
 17701          <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
 17702          <Property Name="ipCategories" Type="Collection(microsoft.graph.ipCategory)" />
 17703          <Property Name="ipReferenceData" Type="Collection(microsoft.graph.ipReferenceData)" />
 17704          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 17705          <Property Name="riskScore" Type="Edm.String" />
 17706          <Property Name="tags" Type="Collection(Edm.String)" />
 17707          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17708        </EntityType>
 17709        <EntityType Name="providerTenantSetting" BaseType="microsoft.graph.entity">
 17710          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17711          <Property Name="enabled" Type="Edm.Boolean" />
 17712          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17713          <Property Name="provider" Type="Edm.String" />
 17714          <Property Name="vendor" Type="Edm.String" />
 17715        </EntityType>
 17716        <EntityType Name="secureScoreControlProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17717          <Property Name="actionType" Type="Edm.String" />
 17718          <Property Name="actionUrl" Type="Edm.String" />
 17719          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17720          <Property Name="complianceInformation" Type="Collection(microsoft.graph.complianceInformation)" />
 17721          <Property Name="controlCategory" Type="Edm.String" />
 17722          <Property Name="controlStateUpdates" Type="Collection(microsoft.graph.secureScoreControlStateUpdate)" />
 17723          <Property Name="deprecated" Type="Edm.Boolean" />
 17724          <Property Name="implementationCost" Type="Edm.String" />
 17725          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17726          <Property Name="maxScore" Type="Edm.Double" />
 17727          <Property Name="rank" Type="Edm.Int32" />
 17728          <Property Name="remediation" Type="Edm.String" />
 17729          <Property Name="remediationImpact" Type="Edm.String" />
 17730          <Property Name="service" Type="Edm.String" />
 17731          <Property Name="threats" Type="Collection(Edm.String)" />
 17732          <Property Name="tier" Type="Edm.String" />
 17733          <Property Name="title" Type="Edm.String" />
 17734          <Property Name="userImpact" Type="Edm.String" />
 17735          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17736        </EntityType>
 17737        <EntityType Name="secureScore" BaseType="microsoft.graph.entity" OpenType="true">
 17738          <Property Name="activeUserCount" Type="Edm.Int32" />
 17739          <Property Name="averageComparativeScores" Type="Collection(microsoft.graph.averageComparativeScore)" />
 17740          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17741          <Property Name="controlScores" Type="Collection(microsoft.graph.controlScore)" />
 17742          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17743          <Property Name="currentScore" Type="Edm.Double" />
 17744          <Property Name="enabledServices" Type="Collection(Edm.String)" />
 17745          <Property Name="licensedUserCount" Type="Edm.Int32" />
 17746          <Property Name="maxScore" Type="Edm.Double" />
 17747          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17748        </EntityType>
 17749        <EntityType Name="tiIndicator" BaseType="microsoft.graph.entity" OpenType="true">
 17750          <Property Name="action" Type="microsoft.graph.tiAction" />
 17751          <Property Name="activityGroupNames" Type="Collection(Edm.String)" />
 17752          <Property Name="additionalInformation" Type="Edm.String" />
 17753          <Property Name="azureTenantId" Type="Edm.String" />
 17754          <Property Name="confidence" Type="Edm.Int32" />
 17755          <Property Name="description" Type="Edm.String" />
 17756          <Property Name="diamondModel" Type="microsoft.graph.diamondModel" />
 17757          <Property Name="domainName" Type="Edm.String" />
 17758          <Property Name="emailEncoding" Type="Edm.String" />
 17759          <Property Name="emailLanguage" Type="Edm.String" />
 17760          <Property Name="emailRecipient" Type="Edm.String" />
 17761          <Property Name="emailSenderAddress" Type="Edm.String" />
 17762          <Property Name="emailSenderName" Type="Edm.String" />
 17763          <Property Name="emailSourceDomain" Type="Edm.String" />
 17764          <Property Name="emailSourceIpAddress" Type="Edm.String" />
 17765          <Property Name="emailSubject" Type="Edm.String" />
 17766          <Property Name="emailXMailer" Type="Edm.String" />
 17767          <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 17768          <Property Name="externalId" Type="Edm.String" />
 17769          <Property Name="fileCompileDateTime" Type="Edm.DateTimeOffset" />
 17770          <Property Name="fileCreatedDateTime" Type="Edm.DateTimeOffset" />
 17771          <Property Name="fileHashType" Type="microsoft.graph.fileHashType" />
 17772          <Property Name="fileHashValue" Type="Edm.String" />
 17773          <Property Name="fileMutexName" Type="Edm.String" />
 17774          <Property Name="fileName" Type="Edm.String" />
 17775          <Property Name="filePacker" Type="Edm.String" />
 17776          <Property Name="filePath" Type="Edm.String" />
 17777          <Property Name="fileSize" Type="Edm.Int64" />
 17778          <Property Name="fileType" Type="Edm.String" />
 17779          <Property Name="ingestedDateTime" Type="Edm.DateTimeOffset" />
 17780          <Property Name="isActive" Type="Edm.Boolean" />
 17781          <Property Name="killChain" Type="Collection(Edm.String)" />
 17782          <Property Name="knownFalsePositives" Type="Edm.String" />
 17783          <Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" />
 17784          <Property Name="malwareFamilyNames" Type="Collection(Edm.String)" />
 17785          <Property Name="networkCidrBlock" Type="Edm.String" />
 17786          <Property Name="networkDestinationAsn" Type="Edm.Int32" />
 17787          <Property Name="networkDestinationCidrBlock" Type="Edm.String" />
 17788          <Property Name="networkDestinationIPv4" Type="Edm.String" />
 17789          <Property Name="networkDestinationIPv6" Type="Edm.String" />
 17790          <Property Name="networkDestinationPort" Type="Edm.Int32" />
 17791          <Property Name="networkIPv4" Type="Edm.String" />
 17792          <Property Name="networkIPv6" Type="Edm.String" />
 17793          <Property Name="networkPort" Type="Edm.Int32" />
 17794          <Property Name="networkProtocol" Type="Edm.Int32" />
 17795          <Property Name="networkSourceAsn" Type="Edm.Int32" />
 17796          <Property Name="networkSourceCidrBlock" Type="Edm.String" />
 17797          <Property Name="networkSourceIPv4" Type="Edm.String" />
 17798          <Property Name="networkSourceIPv6" Type="Edm.String" />
 17799          <Property Name="networkSourcePort" Type="Edm.Int32" />
 17800          <Property Name="passiveOnly" Type="Edm.Boolean" />
 17801          <Property Name="severity" Type="Edm.Int32" />
 17802          <Property Name="tags" Type="Collection(Edm.String)" />
 17803          <Property Name="targetProduct" Type="Edm.String" Nullable="false" />
 17804          <Property Name="threatType" Type="Edm.String" />
 17805          <Property Name="tlpLevel" Type="microsoft.graph.tlpLevel" />
 17806          <Property Name="url" Type="Edm.String" />
 17807          <Property Name="userAgent" Type="Edm.String" />
 17808        </EntityType>
 17809        <EntityType Name="userSecurityProfile" BaseType="microsoft.graph.entity" OpenType="true">
 17810          <Property Name="accounts" Type="Collection(microsoft.graph.userAccount)" />
 17811          <Property Name="azureSubscriptionId" Type="Edm.String" />
 17812          <Property Name="azureTenantId" Type="Edm.String" Nullable="false" />
 17813          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17814          <Property Name="displayName" Type="Edm.String" />
 17815          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 17816          <Property Name="riskScore" Type="Edm.String" />
 17817          <Property Name="tags" Type="Collection(Edm.String)" />
 17818          <Property Name="userPrincipalName" Type="Edm.String" />
 17819          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17820        </EntityType>
 17821        <EntityType Name="securityAction" BaseType="microsoft.graph.entity" OpenType="true">
 17822          <Property Name="actionReason" Type="Edm.String" />
 17823          <Property Name="appId" Type="Edm.String" />
 17824          <Property Name="azureTenantId" Type="Edm.String" />
 17825          <Property Name="clientContext" Type="Edm.String" />
 17826          <Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
 17827          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17828          <Property Name="errorInfo" Type="microsoft.graph.ResultInfo" />
 17829          <Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" />
 17830          <Property Name="name" Type="Edm.String" />
 17831          <Property Name="parameters" Type="Collection(microsoft.graph.keyValuePair)" />
 17832          <Property Name="states" Type="Collection(microsoft.graph.securityActionState)" />
 17833          <Property Name="status" Type="microsoft.graph.operationStatus" />
 17834          <Property Name="user" Type="Edm.String" />
 17835          <Property Name="vendorInformation" Type="microsoft.graph.securityVendorInformation" />
 17836        </EntityType>
 17837        <ComplexType Name="cloudAppSecurityState">
 17838          <Property Name="destinationServiceIp" Type="Edm.String" />
 17839          <Property Name="destinationServiceName" Type="Edm.String" />
 17840          <Property Name="riskScore" Type="Edm.String" />
 17841        </ComplexType>
 17842        <ComplexType Name="fileSecurityState">
 17843          <Property Name="fileHash" Type="microsoft.graph.fileHash" />
 17844          <Property Name="name" Type="Edm.String" />
 17845          <Property Name="path" Type="Edm.String" />
 17846          <Property Name="riskScore" Type="Edm.String" />
 17847        </ComplexType>
 17848        <ComplexType Name="fileHash">
 17849          <Property Name="hashType" Type="microsoft.graph.fileHashType" />
 17850          <Property Name="hashValue" Type="Edm.String" />
 17851        </ComplexType>
 17852        <ComplexType Name="alertHistoryState">
 17853          <Property Name="appId" Type="Edm.String" />
 17854          <Property Name="assignedTo" Type="Edm.String" />
 17855          <Property Name="comments" Type="Collection(Edm.String)" />
 17856          <Property Name="feedback" Type="microsoft.graph.alertFeedback" />
 17857          <Property Name="status" Type="microsoft.graph.alertStatus" />
 17858          <Property Name="updatedDateTime" Type="Edm.DateTimeOffset" />
 17859          <Property Name="user" Type="Edm.String" />
 17860        </ComplexType>
 17861        <ComplexType Name="hostSecurityState">
 17862          <Property Name="fqdn" Type="Edm.String" />
 17863          <Property Name="isAzureAdJoined" Type="Edm.Boolean" />
 17864          <Property Name="isAzureAdRegistered" Type="Edm.Boolean" />
 17865          <Property Name="isHybridAzureDomainJoined" Type="Edm.Boolean" />
 17866          <Property Name="netBiosName" Type="Edm.String" />
 17867          <Property Name="os" Type="Edm.String" />
 17868          <Property Name="privateIpAddress" Type="Edm.String" />
 17869          <Property Name="publicIpAddress" Type="Edm.String" />
 17870          <Property Name="riskScore" Type="Edm.String" />
 17871        </ComplexType>
 17872        <ComplexType Name="malwareState">
 17873          <Property Name="category" Type="Edm.String" />
 17874          <Property Name="family" Type="Edm.String" />
 17875          <Property Name="name" Type="Edm.String" />
 17876          <Property Name="severity" Type="Edm.String" />
 17877          <Property Name="wasRunning" Type="Edm.Boolean" />
 17878        </ComplexType>
 17879        <ComplexType Name="networkConnection">
 17880          <Property Name="applicationName" Type="Edm.String" />
 17881          <Property Name="destinationAddress" Type="Edm.String" />
 17882          <Property Name="destinationDomain" Type="Edm.String" />
 17883          <Property Name="destinationPort" Type="Edm.String" />
 17884          <Property Name="destinationUrl" Type="Edm.String" />
 17885          <Property Name="direction" Type="microsoft.graph.connectionDirection" />
 17886          <Property Name="domainRegisteredDateTime" Type="Edm.DateTimeOffset" />
 17887          <Property Name="localDnsName" Type="Edm.String" />
 17888          <Property Name="natDestinationAddress" Type="Edm.String" />
 17889          <Property Name="natDestinationPort" Type="Edm.String" />
 17890          <Property Name="natSourceAddress" Type="Edm.String" />
 17891          <Property Name="natSourcePort" Type="Edm.String" />
 17892          <Property Name="protocol" Type="microsoft.graph.securityNetworkProtocol" />
 17893          <Property Name="riskScore" Type="Edm.String" />
 17894          <Property Name="sourceAddress" Type="Edm.String" />
 17895          <Property Name="sourcePort" Type="Edm.String" />
 17896          <Property Name="status" Type="microsoft.graph.connectionStatus" />
 17897          <Property Name="urlParameters" Type="Edm.String" />
 17898        </ComplexType>
 17899        <ComplexType Name="process">
 17900          <Property Name="accountName" Type="Edm.String" />
 17901          <Property Name="commandLine" Type="Edm.String" />
 17902          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 17903          <Property Name="fileHash" Type="microsoft.graph.fileHash" />
 17904          <Property Name="integrityLevel" Type="microsoft.graph.processIntegrityLevel" />
 17905          <Property Name="isElevated" Type="Edm.Boolean" />
 17906          <Property Name="name" Type="Edm.String" />
 17907          <Property Name="parentProcessCreatedDateTime" Type="Edm.DateTimeOffset" />
 17908          <Property Name="parentProcessId" Type="Edm.Int32" />
 17909          <Property Name="parentProcessName" Type="Edm.String" />
 17910          <Property Name="path" Type="Edm.String" />
 17911          <Property Name="processId" Type="Edm.Int32" />
 17912        </ComplexType>
 17913        <ComplexType Name="registryKeyState">
 17914          <Property Name="hive" Type="microsoft.graph.registryHive" />
 17915          <Property Name="key" Type="Edm.String" />
 17916          <Property Name="oldKey" Type="Edm.String" />
 17917          <Property Name="oldValueData" Type="Edm.String" />
 17918          <Property Name="oldValueName" Type="Edm.String" />
 17919          <Property Name="operation" Type="microsoft.graph.registryOperation" />
 17920          <Property Name="processId" Type="Edm.Int32" />
 17921          <Property Name="valueData" Type="Edm.String" />
 17922          <Property Name="valueName" Type="Edm.String" />
 17923          <Property Name="valueType" Type="microsoft.graph.registryValueType" />
 17924        </ComplexType>
 17925        <ComplexType Name="alertTrigger">
 17926          <Property Name="name" Type="Edm.String" />
 17927          <Property Name="type" Type="Edm.String" />
 17928          <Property Name="value" Type="Edm.String" />
 17929        </ComplexType>
 17930        <ComplexType Name="userSecurityState">
 17931          <Property Name="aadUserId" Type="Edm.String" />
 17932          <Property Name="accountName" Type="Edm.String" />
 17933          <Property Name="domainName" Type="Edm.String" />
 17934          <Property Name="emailRole" Type="microsoft.graph.emailRole" />
 17935          <Property Name="isVpn" Type="Edm.Boolean" />
 17936          <Property Name="logonDateTime" Type="Edm.DateTimeOffset" />
 17937          <Property Name="logonId" Type="Edm.String" />
 17938          <Property Name="logonIp" Type="Edm.String" />
 17939          <Property Name="logonLocation" Type="Edm.String" />
 17940          <Property Name="logonType" Type="microsoft.graph.logonType" />
 17941          <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
 17942          <Property Name="riskScore" Type="Edm.String" />
 17943          <Property Name="userAccountType" Type="microsoft.graph.userAccountSecurityType" />
 17944          <Property Name="userPrincipalName" Type="Edm.String" />
 17945        </ComplexType>
 17946        <ComplexType Name="securityVendorInformation">
 17947          <Property Name="provider" Type="Edm.String" />
 17948          <Property Name="providerVersion" Type="Edm.String" />
 17949          <Property Name="subProvider" Type="Edm.String" />
 17950          <Property Name="vendor" Type="Edm.String" />
 17951        </ComplexType>
 17952        <ComplexType Name="vulnerabilityState">
 17953          <Property Name="cve" Type="Edm.String" />
 17954          <Property Name="severity" Type="Edm.String" />
 17955          <Property Name="wasRunning" Type="Edm.Boolean" />
 17956        </ComplexType>
 17957        <ComplexType Name="reputationCategory">
 17958          <Property Name="description" Type="Edm.String" />
 17959          <Property Name="name" Type="Edm.String" />
 17960          <Property Name="vendor" Type="Edm.String" />
 17961        </ComplexType>
 17962        <ComplexType Name="domainRegistrant">
 17963          <Property Name="countryOrRegionCode" Type="Edm.String" />
 17964          <Property Name="organization" Type="Edm.String" />
 17965          <Property Name="url" Type="Edm.String" />
 17966          <Property Name="vendor" Type="Edm.String" />
 17967        </ComplexType>
 17968        <ComplexType Name="logonUser">
 17969          <Property Name="accountDomain" Type="Edm.String" />
 17970          <Property Name="accountName" Type="Edm.String" />
 17971          <Property Name="accountType" Type="microsoft.graph.userAccountSecurityType" />
 17972          <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
 17973          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 17974          <Property Name="logonId" Type="Edm.String" />
 17975          <Property Name="logonTypes" Type="Collection(microsoft.graph.logonType)" />
 17976        </ComplexType>
 17977        <ComplexType Name="networkInterface">
 17978          <Property Name="description" Type="Edm.String" />
 17979          <Property Name="ipV4Address" Type="Edm.String" />
 17980          <Property Name="ipV6Address" Type="Edm.String" />
 17981          <Property Name="localIpV6Address" Type="Edm.String" />
 17982          <Property Name="macAddress" Type="Edm.String" />
 17983        </ComplexType>
 17984        <ComplexType Name="ipCategory">
 17985          <Property Name="description" Type="Edm.String" />
 17986          <Property Name="name" Type="Edm.String" />
 17987          <Property Name="vendor" Type="Edm.String" />
 17988        </ComplexType>
 17989        <ComplexType Name="ipReferenceData">
 17990          <Property Name="asn" Type="Edm.Int32" />
 17991          <Property Name="city" Type="Edm.String" />
 17992          <Property Name="countryOrRegionCode" Type="Edm.String" />
 17993          <Property Name="organization" Type="Edm.String" />
 17994          <Property Name="state" Type="Edm.String" />
 17995          <Property Name="vendor" Type="Edm.String" />
 17996        </ComplexType>
 17997        <ComplexType Name="averageComparativeScore" OpenType="true">
 17998          <Property Name="averageScore" Type="Edm.Double" />
 17999          <Property Name="basis" Type="Edm.String" />
 18000        </ComplexType>
 18001        <ComplexType Name="controlScore" OpenType="true">
 18002          <Property Name="controlCategory" Type="Edm.String" />
 18003          <Property Name="controlName" Type="Edm.String" />
 18004          <Property Name="description" Type="Edm.String" />
 18005          <Property Name="score" Type="Edm.Double" />
 18006        </ComplexType>
 18007        <ComplexType Name="complianceInformation" OpenType="true">
 18008          <Property Name="certificationControls" Type="Collection(microsoft.graph.certificationControl)" />
 18009          <Property Name="certificationName" Type="Edm.String" />
 18010        </ComplexType>
 18011        <ComplexType Name="certificationControl" OpenType="true">
 18012          <Property Name="name" Type="Edm.String" />
 18013          <Property Name="url" Type="Edm.String" />
 18014        </ComplexType>
 18015        <ComplexType Name="secureScoreControlStateUpdate">
 18016          <Property Name="assignedTo" Type="Edm.String" />
 18017          <Property Name="comment" Type="Edm.String" />
 18018          <Property Name="state" Type="Edm.String" />
 18019          <Property Name="updatedBy" Type="Edm.String" />
 18020          <Property Name="updatedDateTime" Type="Edm.DateTimeOffset" />
 18021        </ComplexType>
 18022        <ComplexType Name="ResultInfo">
 18023          <Property Name="code" Type="Edm.Int32" Nullable="false" />
 18024          <Property Name="subcode" Type="Edm.Int32" Nullable="false" />
 18025          <Property Name="message" Type="Edm.String" />
 18026        </ComplexType>
 18027        <ComplexType Name="securityActionState">
 18028          <Property Name="appId" Type="Edm.String" />
 18029          <Property Name="status" Type="microsoft.graph.operationStatus" />
 18030          <Property Name="updatedDateTime" Type="Edm.DateTimeOffset" />
 18031          <Property Name="user" Type="Edm.String" />
 18032        </ComplexType>
 18033        <ComplexType Name="userAccount">
 18034          <Property Name="displayName" Type="Edm.String" />
 18035          <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
 18036          <Property Name="riskScore" Type="Edm.String" />
 18037          <Property Name="service" Type="Edm.String" />
 18038          <Property Name="signinName" Type="Edm.String" />
 18039          <Property Name="status" Type="microsoft.graph.accountStatus" />
 18040        </ComplexType>
 18041        <ComplexType Name="accountAlias">
 18042          <Property Name="id" Type="Edm.String" Nullable="false" />
 18043          <Property Name="idType" Type="Edm.String" />
 18044        </ComplexType>
 18045        <ComplexType Name="entitySetNames" />
 18046        <EntityType Name="commsApplication" BaseType="microsoft.graph.entity">
 18047          <NavigationProperty Name="calls" Type="Collection(microsoft.graph.call)" ContainsTarget="true" />
 18048          <NavigationProperty Name="onlineMeetings" Type="Collection(microsoft.graph.onlineMeeting)" ContainsTarget="true" />
 18049        </EntityType>
 18050        <EntityType Name="audioRoutingGroup" BaseType="microsoft.graph.entity">
 18051          <Property Name="routingMode" Type="microsoft.graph.routingMode" Nullable="false" />
 18052          <Property Name="sources" Type="Collection(Edm.String)" />
 18053          <Property Name="receivers" Type="Collection(Edm.String)" />
 18054        </EntityType>
 18055        <ComplexType Name="callMediaState">
 18056          <Property Name="audio" Type="microsoft.graph.mediaState" />
 18057        </ComplexType>
 18058        <ComplexType Name="callRoute">
 18059          <Property Name="routingType" Type="microsoft.graph.routingType" Nullable="false" />
 18060          <Property Name="original" Type="microsoft.graph.identitySet" Nullable="false" />
 18061          <Property Name="final" Type="microsoft.graph.identitySet" Nullable="false" />
 18062        </ComplexType>
 18063        <ComplexType Name="participantInfo">
 18064          <Property Name="identity" Type="microsoft.graph.identitySet" Nullable="false" />
 18065          <Property Name="endpointType" Type="microsoft.graph.endpointType" />
 18066          <Property Name="region" Type="Edm.String" />
 18067          <Property Name="languageId" Type="Edm.String" />
 18068          <Property Name="countryCode" Type="Edm.String" />
 18069        </ComplexType>
 18070        <ComplexType Name="invitationParticipantInfo" OpenType="true">
 18071          <Property Name="identity" Type="microsoft.graph.identitySet" Nullable="false" />
 18072          <Property Name="endpointType" Type="microsoft.graph.endpointType" />
 18073          <Property Name="replacesCallId" Type="Edm.String" />
 18074        </ComplexType>
 18075        <ComplexType Name="mediaConfig" Abstract="true">
 18076          <Property Name="removeFromDefaultAudioGroup" Type="Edm.Boolean" />
 18077        </ComplexType>
 18078        <ComplexType Name="chatInfo">
 18079          <Property Name="threadId" Type="Edm.String" />
 18080          <Property Name="messageId" Type="Edm.String" />
 18081          <Property Name="replyChainMessageId" Type="Edm.String" />
 18082        </ComplexType>
 18083        <ComplexType Name="callOptions" Abstract="true" />
 18084        <ComplexType Name="meetingInfo" Abstract="true">
 18085          <Property Name="allowConversationWithoutHost" Type="Edm.Boolean" />
 18086        </ComplexType>
 18087        <ComplexType Name="meetingCapability">
 18088          <Property Name="allowAnonymousUsersToDialOut" Type="Edm.Boolean" Nullable="false" />
 18089          <Property Name="autoAdmittedUsers" Type="microsoft.graph.autoAdmittedUsersType" Nullable="false" />
 18090          <Property Name="allowAnonymousUsersToStartMeeting" Type="Edm.Boolean" Nullable="false" />
 18091        </ComplexType>
 18092        <ComplexType Name="toneInfo">
 18093          <Property Name="sequenceId" Type="Edm.Int64" Nullable="false" />
 18094          <Property Name="tone" Type="microsoft.graph.tone" Nullable="false" />
 18095        </ComplexType>
 18096        <ComplexType Name="incomingContext">
 18097          <Property Name="sourceParticipantId" Type="Edm.String" />
 18098          <Property Name="observedParticipantId" Type="Edm.String" />
 18099          <Property Name="onBehalfOf" Type="microsoft.graph.identitySet" />
 18100          <Property Name="transferor" Type="microsoft.graph.identitySet" />
 18101        </ComplexType>
 18102        <EntityType Name="participant" BaseType="microsoft.graph.entity">
 18103          <Property Name="info" Type="microsoft.graph.participantInfo" Nullable="false" />
 18104          <Property Name="recordingInfo" Type="microsoft.graph.recordingInfo" />
 18105          <Property Name="mediaStreams" Type="Collection(microsoft.graph.mediaStream)" />
 18106          <Property Name="metadata" Type="Edm.String" />
 18107          <Property Name="isMuted" Type="Edm.Boolean" Nullable="false" />
 18108          <Property Name="isInLobby" Type="Edm.Boolean" Nullable="false" />
 18109        </EntityType>
 18110        <EntityType Name="commsOperation" BaseType="microsoft.graph.entity" OpenType="true">
 18111          <Property Name="status" Type="microsoft.graph.operationStatus" Nullable="false" />
 18112          <Property Name="clientContext" Type="Edm.String" />
 18113          <Property Name="resultInfo" Type="microsoft.graph.ResultInfo" />
 18114        </EntityType>
 18115        <EntityType Name="cancelMediaProcessingOperation" BaseType="microsoft.graph.commsOperation" OpenType="true" />
 18116        <EntityType Name="inviteParticipantsOperation" BaseType="microsoft.graph.commsOperation" OpenType="true">
 18117          <Property Name="participants" Type="Collection(microsoft.graph.invitationParticipantInfo)" Nullable="false" />
 18118        </EntityType>
 18119        <EntityType Name="muteParticipantOperation" BaseType="microsoft.graph.commsOperation" OpenType="true" />
 18120        <EntityType Name="muteParticipantsOperation" BaseType="microsoft.graph.commsOperation" OpenType="true">
 18121          <Property Name="participants" Type="Collection(Edm.String)" />
 18122        </EntityType>
 18123        <EntityType Name="playPromptOperation" BaseType="microsoft.graph.commsOperation" OpenType="true">
 18124          <Property Name="completionReason" Type="microsoft.graph.playPromptCompletionReason" />
 18125        </EntityType>
 18126        <EntityType Name="recordOperation" BaseType="microsoft.graph.commsOperation" OpenType="true">
 18127          <Property Name="recordingLocation" Type="Edm.String" />
 18128          <Property Name="recordingAccessToken" Type="Edm.String" />
 18129          <Property Name="completionReason" Type="microsoft.graph.recordCompletionReason" />
 18130        </EntityType>
 18131        <EntityType Name="subscribeToToneOperation" BaseType="microsoft.graph.commsOperation" OpenType="true" />
 18132        <EntityType Name="unmuteParticipantOperation" BaseType="microsoft.graph.commsOperation" OpenType="true" />
 18133        <EntityType Name="updateRecordingStatusOperation" BaseType="microsoft.graph.commsOperation" OpenType="true" />
 18134        <ComplexType Name="meetingParticipants">
 18135          <Property Name="organizer" Type="microsoft.graph.meetingParticipantInfo" />
 18136          <Property Name="attendees" Type="Collection(microsoft.graph.meetingParticipantInfo)" />
 18137          <Property Name="producers" Type="Collection(microsoft.graph.meetingParticipantInfo)" />
 18138          <Property Name="contributors" Type="Collection(microsoft.graph.meetingParticipantInfo)" />
 18139        </ComplexType>
 18140        <ComplexType Name="meetingParticipantInfo">
 18141          <Property Name="identity" Type="microsoft.graph.identitySet" />
 18142          <Property Name="upn" Type="Edm.String" />
 18143        </ComplexType>
 18144        <ComplexType Name="audioConferencing">
 18145          <Property Name="conferenceId" Type="Edm.String" />
 18146          <Property Name="tollNumber" Type="Edm.String" />
 18147          <Property Name="tollFreeNumber" Type="Edm.String" />
 18148          <Property Name="dialinUrl" Type="Edm.String" />
 18149        </ComplexType>
 18150        <ComplexType Name="recordingInfo">
 18151          <Property Name="recordingStatus" Type="microsoft.graph.recordingStatus" Nullable="false" />
 18152          <Property Name="initiatedBy" Type="microsoft.graph.participantInfo" />
 18153        </ComplexType>
 18154        <ComplexType Name="mediaStream">
 18155          <Property Name="mediaType" Type="microsoft.graph.modality" Nullable="false" />
 18156          <Property Name="label" Type="Edm.String" />
 18157          <Property Name="sourceId" Type="Edm.String" Nullable="false" />
 18158          <Property Name="direction" Type="microsoft.graph.mediaDirection" Nullable="false" />
 18159          <Property Name="serverMuted" Type="Edm.Boolean" Nullable="false" />
 18160        </ComplexType>
 18161        <ComplexType Name="outgoingCallOptions" BaseType="microsoft.graph.callOptions" />
 18162        <ComplexType Name="commsNotification" OpenType="true">
 18163          <Property Name="changeType" Type="microsoft.graph.changeType" Nullable="false" />
 18164          <Property Name="resourceUrl" Type="Edm.String" Nullable="false" />
 18165        </ComplexType>
 18166        <ComplexType Name="commsNotifications">
 18167          <Property Name="value" Type="Collection(microsoft.graph.commsNotification)" />
 18168        </ComplexType>
 18169        <ComplexType Name="appHostedMediaConfig" BaseType="microsoft.graph.mediaConfig">
 18170          <Property Name="blob" Type="Edm.String" />
 18171        </ComplexType>
 18172        <ComplexType Name="serviceHostedMediaConfig" BaseType="microsoft.graph.mediaConfig">
 18173          <Property Name="preFetchMedia" Type="Collection(microsoft.graph.mediaInfo)" />
 18174        </ComplexType>
 18175        <ComplexType Name="mediaInfo">
 18176          <Property Name="uri" Type="Edm.String" Nullable="false" />
 18177          <Property Name="resourceId" Type="Edm.String" />
 18178        </ComplexType>
 18179        <ComplexType Name="organizerMeetingInfo" BaseType="microsoft.graph.meetingInfo" OpenType="true">
 18180          <Property Name="organizer" Type="microsoft.graph.identitySet" Nullable="false" />
 18181        </ComplexType>
 18182        <ComplexType Name="tokenMeetingInfo" BaseType="microsoft.graph.meetingInfo">
 18183          <Property Name="token" Type="Edm.String" Nullable="false" />
 18184        </ComplexType>
 18185        <ComplexType Name="prompt" Abstract="true" />
 18186        <ComplexType Name="mediaPrompt" BaseType="microsoft.graph.prompt">
 18187          <Property Name="mediaInfo" Type="microsoft.graph.mediaInfo" Nullable="false" />
 18188          <Property Name="loop" Type="Edm.Int32" />
 18189        </ComplexType>
 18190        <EntityType Name="external" BaseType="microsoft.graph.entity">
 18191          <NavigationProperty Name="connections" Type="Collection(microsoft.graph.externalConnection)" ContainsTarget="true" />
 18192        </EntityType>
 18193        <EntityType Name="externalConnection" BaseType="microsoft.graph.entity">
 18194          <Property Name="name" Type="Edm.String" />
 18195          <Property Name="description" Type="Edm.String" />
 18196          <Property Name="configuration" Type="microsoft.graph.configuration" />
 18197          <NavigationProperty Name="schema" Type="microsoft.graph.schema" ContainsTarget="true" />
 18198          <NavigationProperty Name="items" Type="Collection(microsoft.graph.externalItem)" ContainsTarget="true" />
 18199          <NavigationProperty Name="operations" Type="Collection(microsoft.graph.connectionOperation)" ContainsTarget="true" />
 18200        </EntityType>
 18201        <ComplexType Name="configuration" OpenType="true">
 18202          <Property Name="authorizedApps" Type="Collection(Edm.String)" />
 18203        </ComplexType>
 18204        <EntityType Name="schema" BaseType="microsoft.graph.entity">
 18205          <Property Name="baseType" Type="Edm.String" Nullable="false" />
 18206          <Property Name="properties" Type="Collection(microsoft.graph.property)" />
 18207        </EntityType>
 18208        <EntityType Name="externalItem" BaseType="microsoft.graph.entity">
 18209          <Property Name="properties" Type="microsoft.graph.properties" />
 18210          <Property Name="content" Type="Edm.String" />
 18211          <Property Name="acl" Type="Collection(microsoft.graph.acl)" />
 18212        </EntityType>
 18213        <EntityType Name="connectionOperation" BaseType="microsoft.graph.entity">
 18214          <Property Name="status" Type="microsoft.graph.connectionOperationStatus" />
 18215          <Property Name="error" Type="microsoft.graph.errorDetail" />
 18216        </EntityType>
 18217        <ComplexType Name="properties" OpenType="true" />
 18218        <ComplexType Name="acl">
 18219          <Property Name="type" Type="microsoft.graph.aclType" Nullable="false" />
 18220          <Property Name="value" Type="Edm.String" Nullable="false" />
 18221          <Property Name="accessType" Type="microsoft.graph.accessType" Nullable="false" />
 18222          <Property Name="identitySource" Type="Edm.String" Nullable="false" />
 18223        </ComplexType>
 18224        <EntityType Name="externalFile" BaseType="microsoft.graph.externalItem">
 18225          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 18226          <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
 18227          <Property Name="createdBy" Type="Edm.String" />
 18228          <Property Name="lastModifiedBy" Type="Edm.String" />
 18229          <Property Name="title" Type="Edm.String" />
 18230          <Property Name="url" Type="Edm.String" Nullable="false" />
 18231          <Property Name="name" Type="Edm.String" Nullable="false" />
 18232          <Property Name="extension" Type="Edm.String" />
 18233          <Property Name="size" Type="Edm.Int64" Nullable="false" />
 18234        </EntityType>
 18235        <ComplexType Name="property">
 18236          <Property Name="name" Type="Edm.String" Nullable="false" />
 18237          <Property Name="type" Type="microsoft.graph.propertyType" Nullable="false" />
 18238          <Property Name="isSearchable" Type="Edm.Boolean" />
 18239          <Property Name="isRetrievable" Type="Edm.Boolean" />
 18240          <Property Name="isQueryable" Type="Edm.Boolean" />
 18241        </ComplexType>
 18242        <ComplexType Name="errorDetail">
 18243          <Property Name="errorCode" Type="Edm.String" />
 18244          <Property Name="message" Type="Edm.String" />
 18245          <Property Name="details" Type="Collection(microsoft.graph.innerErrorDetail)" />
 18246        </ComplexType>
 18247        <ComplexType Name="innerErrorDetail">
 18248          <Property Name="source" Type="Edm.String" />
 18249          <Property Name="message" Type="Edm.String" />
 18250        </ComplexType>
 18251        <ComplexType Name="teamClassSettings">
 18252          <Property Name="notifyGuardiansAboutAssignments" Type="Edm.Boolean" />
 18253        </ComplexType>
 18254        <ComplexType Name="chatMessageAttachment">
 18255          <Property Name="id" Type="Edm.String" />
 18256          <Property Name="contentType" Type="Edm.String" />
 18257          <Property Name="contentUrl" Type="Edm.String" />
 18258          <Property Name="content" Type="Edm.String" />
 18259          <Property Name="name" Type="Edm.String" />
 18260          <Property Name="thumbnailUrl" Type="Edm.String" />
 18261        </ComplexType>
 18262        <ComplexType Name="chatMessageMention">
 18263          <Property Name="id" Type="Edm.Int32" />
 18264          <Property Name="mentionText" Type="Edm.String" />
 18265          <Property Name="mentioned" Type="microsoft.graph.identitySet" />
 18266        </ComplexType>
 18267        <ComplexType Name="teamsTabConfiguration" OpenType="true">
 18268          <Property Name="entityId" Type="Edm.String" />
 18269          <Property Name="contentUrl" Type="Edm.String" />
 18270          <Property Name="removeUrl" Type="Edm.String" />
 18271          <Property Name="websiteUrl" Type="Edm.String" />
 18272        </ComplexType>
 18273        <EntityType Name="teamwork" BaseType="microsoft.graph.entity">
 18274          <NavigationProperty Name="workforceIntegrations" Type="Collection(microsoft.graph.workforceIntegration)" ContainsTarget="true" />
 18275        </EntityType>
 18276        <EntityType Name="changeTrackedEntity" BaseType="microsoft.graph.entity" Abstract="true">
 18277          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 18278          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 18279          <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet" />
 18280        </EntityType>
 18281        <EntityType Name="workforceIntegration" BaseType="microsoft.graph.changeTrackedEntity">
 18282          <Property Name="displayName" Type="Edm.String" />
 18283          <Property Name="apiVersion" Type="Edm.Int32" />
 18284          <Property Name="encryption" Type="microsoft.graph.workforceIntegrationEncryption" />
 18285          <Property Name="isActive" Type="Edm.Boolean" />
 18286          <Property Name="url" Type="Edm.String" />
 18287          <Property Name="supports" Type="microsoft.graph.workforceIntegrationSupportedEntities" />
 18288        </EntityType>
 18289        <EntityType Name="schedule" BaseType="microsoft.graph.entity">
 18290          <Property Name="enabled" Type="Edm.Boolean" />
 18291          <Property Name="timeZone" Type="Edm.String" />
 18292          <Property Name="provisionStatus" Type="microsoft.graph.operationStatus" />
 18293          <Property Name="provisionStatusCode" Type="Edm.String" />
 18294          <Property Name="workforceIntegrationIds" Type="Collection(Edm.String)" />
 18295          <Property Name="timeClockEnabled" Type="Edm.Boolean" />
 18296          <Property Name="openShiftsEnabled" Type="Edm.Boolean" />
 18297          <Property Name="swapShiftsRequestsEnabled" Type="Edm.Boolean" />
 18298          <Property Name="offerShiftRequestsEnabled" Type="Edm.Boolean" />
 18299          <Property Name="timeOffRequestsEnabled" Type="Edm.Boolean" />
 18300          <NavigationProperty Name="shifts" Type="Collection(microsoft.graph.shift)" ContainsTarget="true" />
 18301          <NavigationProperty Name="openShifts" Type="Collection(microsoft.graph.openShift)" ContainsTarget="true" />
 18302          <NavigationProperty Name="timesOff" Type="Collection(microsoft.graph.timeOff)" ContainsTarget="true" />
 18303          <NavigationProperty Name="timeOffReasons" Type="Collection(microsoft.graph.timeOffReason)" ContainsTarget="true" />
 18304          <NavigationProperty Name="schedulingGroups" Type="Collection(microsoft.graph.schedulingGroup)" ContainsTarget="true" />
 18305          <NavigationProperty Name="swapShiftsChangeRequests" Type="Collection(microsoft.graph.swapShiftsChangeRequest)" ContainsTarget="true" />
 18306          <NavigationProperty Name="openShiftChangeRequests" Type="Collection(microsoft.graph.openShiftChangeRequest)" ContainsTarget="true" />
 18307          <NavigationProperty Name="timeOffRequests" Type="Collection(microsoft.graph.timeOffRequest)" ContainsTarget="true" />
 18308        </EntityType>
 18309        <ComplexType Name="teamMemberSettings">
 18310          <Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" />
 18311          <Property Name="allowCreatePrivateChannels" Type="Edm.Boolean" />
 18312          <Property Name="allowDeleteChannels" Type="Edm.Boolean" />
 18313          <Property Name="allowAddRemoveApps" Type="Edm.Boolean" />
 18314          <Property Name="allowCreateUpdateRemoveTabs" Type="Edm.Boolean" />
 18315          <Property Name="allowCreateUpdateRemoveConnectors" Type="Edm.Boolean" />
 18316        </ComplexType>
 18317        <ComplexType Name="teamGuestSettings">
 18318          <Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" />
 18319          <Property Name="allowDeleteChannels" Type="Edm.Boolean" />
 18320        </ComplexType>
 18321        <ComplexType Name="teamMessagingSettings">
 18322          <Property Name="allowUserEditMessages" Type="Edm.Boolean" />
 18323          <Property Name="allowUserDeleteMessages" Type="Edm.Boolean" />
 18324          <Property Name="allowOwnerDeleteMessages" Type="Edm.Boolean" />
 18325          <Property Name="allowTeamMentions" Type="Edm.Boolean" />
 18326          <Property Name="allowChannelMentions" Type="Edm.Boolean" />
 18327        </ComplexType>
 18328        <ComplexType Name="teamFunSettings">
 18329          <Property Name="allowGiphy" Type="Edm.Boolean" />
 18330          <Property Name="giphyContentRating" Type="microsoft.graph.giphyRatingType" />
 18331          <Property Name="allowStickersAndMemes" Type="Edm.Boolean" />
 18332          <Property Name="allowCustomMemes" Type="Edm.Boolean" />
 18333        </ComplexType>
 18334        <ComplexType Name="teamDiscoverySettings">
 18335          <Property Name="showInTeamsSearchAndSuggestions" Type="Edm.Boolean" />
 18336        </ComplexType>
 18337        <EntityType Name="teamsTemplate" BaseType="microsoft.graph.entity" />
 18338        <EntityType Name="channel" BaseType="microsoft.graph.entity">
 18339          <Property Name="displayName" Type="Edm.String" Nullable="false" />
 18340          <Property Name="description" Type="Edm.String" />
 18341          <Property Name="isFavoriteByDefault" Type="Edm.Boolean" />
 18342          <Property Name="email" Type="Edm.String" />
 18343          <Property Name="webUrl" Type="Edm.String" />
 18344          <Property Name="membershipType" Type="microsoft.graph.channelMembershipType" />
 18345          <NavigationProperty Name="messages" Type="Collection(microsoft.graph.chatMessage)" ContainsTarget="true" />
 18346          <NavigationProperty Name="tabs" Type="Collection(microsoft.graph.teamsTab)" ContainsTarget="true" />
 18347          <NavigationProperty Name="members" Type="Collection(microsoft.graph.conversationMember)" ContainsTarget="true" />
 18348          <NavigationProperty Name="filesFolder" Type="microsoft.graph.driveItem" ContainsTarget="true" />
 18349        </EntityType>
 18350        <EntityType Name="teamsCatalogApp" BaseType="microsoft.graph.entity">
 18351          <Property Name="externalId" Type="Edm.String" />
 18352          <Property Name="name" Type="Edm.String" />
 18353          <Property Name="distributionMethod" Type="microsoft.graph.teamsAppDistributionMethod" />
 18354        </EntityType>
 18355        <EntityType Name="teamsAppInstallation" BaseType="microsoft.graph.entity">
 18356          <NavigationProperty Name="teamsApp" Type="microsoft.graph.teamsApp" />
 18357          <NavigationProperty Name="teamsAppDefinition" Type="microsoft.graph.teamsAppDefinition" />
 18358        </EntityType>
 18359        <EntityType Name="teamsAsyncOperation" BaseType="microsoft.graph.entity" OpenType="true">
 18360          <Property Name="operationType" Type="microsoft.graph.teamsAsyncOperationType" Nullable="false" />
 18361          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 18362          <Property Name="status" Type="microsoft.graph.teamsAsyncOperationStatus" Nullable="false" />
 18363          <Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 18364          <Property Name="attemptsCount" Type="Edm.Int32" Nullable="false" />
 18365          <Property Name="targetResourceId" Type="Edm.String" />
 18366          <Property Name="targetResourceLocation" Type="Edm.String" />
 18367          <Property Name="error" Type="microsoft.graph.operationError" />
 18368        </EntityType>
 18369        <EntityType Name="chatMessage" BaseType="microsoft.graph.entity">
 18370          <Property Name="replyToId" Type="Edm.String" />
 18371          <Property Name="from" Type="microsoft.graph.identitySet" />
 18372          <Property Name="etag" Type="Edm.String" />
 18373          <Property Name="messageType" Type="microsoft.graph.chatMessageType" Nullable="false" />
 18374          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 18375          <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
 18376          <Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
 18377          <Property Name="subject" Type="Edm.String" />
 18378          <Property Name="body" Type="microsoft.graph.itemBody" Nullable="false" />
 18379          <Property Name="summary" Type="Edm.String" />
 18380          <Property Name="attachments" Type="Collection(microsoft.graph.chatMessageAttachment)" />
 18381          <Property Name="mentions" Type="Collection(microsoft.graph.chatMessageMention)" />
 18382          <Property Name="importance" Type="microsoft.graph.chatMessageImportance" Nullable="false" />
 18383          <Property Name="policyViolation" Type="microsoft.graph.chatMessagePolicyViolation" />
 18384          <Property Name="reactions" Type="Collection(microsoft.graph.chatMessageReaction)" />
 18385          <Property Name="locale" Type="Edm.String" Nullable="false" />
 18386          <Property Name="webUrl" Type="Edm.String" />
 18387          <NavigationProperty Name="replies" Type="Collection(microsoft.graph.chatMessage)" ContainsTarget="true" />
 18388          <NavigationProperty Name="hostedContents" Type="Collection(microsoft.graph.chatMessageHostedContent)" ContainsTarget="true" />
 18389        </EntityType>
 18390        <ComplexType Name="chatMessagePolicyViolation">
 18391          <Property Name="dlpAction" Type="microsoft.graph.chatMessagePolicyViolationDlpActionTypes" />
 18392          <Property Name="justificationText" Type="Edm.String" />
 18393          <Property Name="policyTip" Type="microsoft.graph.chatMessagePolicyViolationPolicyTip" />
 18394          <Property Name="userAction" Type="microsoft.graph.chatMessagePolicyViolationUserActionTypes" />
 18395          <Property Name="verdictDetails" Type="microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes" />
 18396        </ComplexType>
 18397        <ComplexType Name="chatMessagePolicyViolationPolicyTip">
 18398          <Property Name="generalText" Type="Edm.String" />
 18399          <Property Name="complianceUrl" Type="Edm.String" />
 18400          <Property Name="matchedConditionDescriptions" Type="Collection(Edm.String)" />
 18401        </ComplexType>
 18402        <ComplexType Name="chatMessageReaction">
 18403          <Property Name="reactionType" Type="Edm.String" Nullable="false" />
 18404          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
 18405          <Property Name="user" Type="microsoft.graph.identitySet" Nullable="false" />
 18406        </ComplexType>
 18407        <EntityType Name="chatMessageHostedContent" BaseType="microsoft.graph.entity" HasStream="true" />
 18408        <EntityType Name="conversationMember" BaseType="microsoft.graph.entity" Abstract="true">
 18409          <Property Name="roles" Type="Collection(Edm.String)" />
 18410          <Property Name="displayName" Type="Edm.String" />
 18411        </EntityType>
 18412        <EntityType Name="appCatalogs" BaseType="microsoft.graph.entity">
 18413          <NavigationProperty Name="teamsApps" Type="Collection(microsoft.graph.teamsApp)" ContainsTarget="true" />
 18414        </EntityType>
 18415        <EntityType Name="teamsApp" BaseType="microsoft.graph.entity">
 18416          <Property Name="externalId" Type="Edm.String" />
 18417          <Property Name="name" Type="Edm.String" />
 18418          <Property Name="displayName" Type="Edm.String" />
 18419          <Property Name="distributionMethod" Type="microsoft.graph.teamsAppDistributionMethod" />
 18420          <NavigationProperty Name="appDefinitions" Type="Collection(microsoft.graph.teamsAppDefinition)" />
 18421        </EntityType>
 18422        <EntityType Name="teamsAppDefinition" BaseType="microsoft.graph.entity">
 18423          <Property Name="teamsAppId" Type="Edm.String" />
 18424          <Property Name="displayName" Type="Edm.String" />
 18425          <Property Name="version" Type="Edm.String" />
 18426        </EntityType>
 18427        <EntityType Name="teamsTab" BaseType="microsoft.graph.entity">
 18428          <Property Name="name" Type="Edm.String" />
 18429          <Property Name="displayName" Type="Edm.String" />
 18430          <Property Name="teamsAppId" Type="Edm.String" />
 18431          <Property Name="sortOrderIndex" Type="Edm.String" />
 18432          <Property Name="messageId" Type="Edm.String" />
 18433          <Property Name="webUrl" Type="Edm.String" />
 18434          <Property Name="configuration" Type="microsoft.graph.teamsTabConfiguration" />
 18435          <NavigationProperty Name="teamsApp" Type="microsoft.graph.teamsApp" />
 18436        </EntityType>
 18437        <EntityType Name="aadUserConversationMember" BaseType="microsoft.graph.conversationMember">
 18438          <Property Name="userId" Type="Edm.String" />
 18439          <Property Name="email" Type="Edm.String" />
 18440          <NavigationProperty Name="user" Type="microsoft.graph.user" />
 18441        </EntityType>
 18442        <ComplexType Name="operationError">
 18443          <Property Name="code" Type="Edm.String" />
 18444          <Property Name="message" Type="Edm.String" />
 18445        </ComplexType>
 18446        <ComplexType Name="conversationMemberRoles" />
 18447        <EntityType Name="chatMembersNotificationAudience" />
 18448        <ComplexType Name="workforceIntegrationEncryption">
 18449          <Property Name="protocol" Type="microsoft.graph.workforceIntegrationEncryptionProtocol" />
 18450          <Property Name="secret" Type="Edm.String" />
 18451        </ComplexType>
 18452        <EntityType Name="shift" BaseType="microsoft.graph.changeTrackedEntity">
 18453          <Property Name="sharedShift" Type="microsoft.graph.shiftItem" />
 18454          <Property Name="draftShift" Type="microsoft.graph.shiftItem" />
 18455          <Property Name="userId" Type="Edm.String" />
 18456          <Property Name="schedulingGroupId" Type="Edm.String" />
 18457        </EntityType>
 18458        <EntityType Name="openShift" BaseType="microsoft.graph.changeTrackedEntity">
 18459          <Property Name="sharedOpenShift" Type="microsoft.graph.openShiftItem" />
 18460          <Property Name="draftOpenShift" Type="microsoft.graph.openShiftItem" />
 18461          <Property Name="schedulingGroupId" Type="Edm.String" />
 18462        </EntityType>
 18463        <EntityType Name="timeOff" BaseType="microsoft.graph.changeTrackedEntity">
 18464          <Property Name="sharedTimeOff" Type="microsoft.graph.timeOffItem" />
 18465          <Property Name="draftTimeOff" Type="microsoft.graph.timeOffItem" />
 18466          <Property Name="userId" Type="Edm.String" />
 18467        </EntityType>
 18468        <EntityType Name="timeOffReason" BaseType="microsoft.graph.changeTrackedEntity">
 18469          <Property Name="displayName" Type="Edm.String" />
 18470          <Property Name="iconType" Type="microsoft.graph.timeOffReasonIconType" />
 18471          <Property Name="isActive" Type="Edm.Boolean" />
 18472        </EntityType>
 18473        <EntityType Name="schedulingGroup" BaseType="microsoft.graph.changeTrackedEntity">
 18474          <Property Name="displayName" Type="Edm.String" />
 18475          <Property Name="isActive" Type="Edm.Boolean" />
 18476          <Property Name="userIds" Type="Collection(Edm.String)" />
 18477        </EntityType>
 18478        <EntityType Name="scheduleChangeRequest" BaseType="microsoft.graph.changeTrackedEntity" Abstract="true">
 18479          <Property Name="assignedTo" Type="microsoft.graph.scheduleChangeRequestActor" />
 18480          <Property Name="state" Type="microsoft.graph.scheduleChangeState" />
 18481          <Property Name="senderMessage" Type="Edm.String" />
 18482          <Property Name="senderDateTime" Type="Edm.DateTimeOffset" />
 18483          <Property Name="managerActionMessage" Type="Edm.String" />
 18484          <Property Name="managerActionDateTime" Type="Edm.DateTimeOffset" />
 18485          <Property Name="senderUserId" Type="Edm.String" />
 18486          <Property Name="managerUserId" Type="Edm.String" />
 18487        </EntityType>
 18488        <EntityType Name="shiftChangeRequest" BaseType="microsoft.graph.scheduleChangeRequest" Abstract="true">
 18489          <Property Name="recipientActionMessage" Type="Edm.String" />
 18490          <Property Name="recipientActionDateTime" Type="Edm.DateTimeOffset" />
 18491          <Property Name="senderShiftId" Type="Edm.String" />
 18492          <Property Name="recipientUserId" Type="Edm.String" />
 18493        </EntityType>
 18494        <EntityType Name="swapShiftsChangeRequest" BaseType="microsoft.graph.shiftChangeRequest">
 18495          <Property Name="recipientShiftId" Type="Edm.String" />
 18496        </EntityType>
 18497        <EntityType Name="openShiftChangeRequest" BaseType="microsoft.graph.scheduleChangeRequest" Abstract="true">
 18498          <Property Name="openShiftId" Type="Edm.String" />
 18499        </EntityType>
 18500        <EntityType Name="timeOffRequest" BaseType="microsoft.graph.scheduleChangeRequest">
 18501          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 18502          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 18503          <Property Name="timeOffReasonId" Type="Edm.String" />
 18504        </EntityType>
 18505        <ComplexType Name="scheduleEntity">
 18506          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 18507          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 18508          <Property Name="theme" Type="microsoft.graph.scheduleEntityTheme" Nullable="false" />
 18509        </ComplexType>
 18510        <ComplexType Name="shiftActivity">
 18511          <Property Name="isPaid" Type="Edm.Boolean" />
 18512          <Property Name="startDateTime" Type="Edm.DateTimeOffset" />
 18513          <Property Name="endDateTime" Type="Edm.DateTimeOffset" />
 18514          <Property Name="code" Type="Edm.String" />
 18515          <Property Name="displayName" Type="Edm.String" />
 18516          <Property Name="theme" Type="microsoft.graph.scheduleEntityTheme" Nullable="false" />
 18517        </ComplexType>
 18518        <ComplexType Name="shiftItem" BaseType="microsoft.graph.scheduleEntity">
 18519          <Property Name="displayName" Type="Edm.String" />
 18520          <Property Name="notes" Type="Edm.String" />
 18521          <Property Name="activities" Type="Collection(microsoft.graph.shiftActivity)" />
 18522        </ComplexType>
 18523        <ComplexType Name="openShiftItem" BaseType="microsoft.graph.shiftItem">
 18524          <Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" />
 18525        </ComplexType>
 18526        <ComplexType Name="timeOffItem" BaseType="microsoft.graph.scheduleEntity">
 18527          <Property Name="timeOffReasonId" Type="Edm.String" />
 18528        </ComplexType>
 18529        <EntityType Name="threatAssessmentResult" BaseType="microsoft.graph.entity">
 18530          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 18531          <Property Name="resultType" Type="microsoft.graph.threatAssessmentResultType" />
 18532          <Property Name="message" Type="Edm.String" />
 18533        </EntityType>
 18534        <EntityType Name="urlAssessmentRequest" BaseType="microsoft.graph.threatAssessmentRequest">
 18535          <Property Name="url" Type="Edm.String" Nullable="false" />
 18536        </EntityType>
 18537        <EntityType Name="fileAssessmentRequest" BaseType="microsoft.graph.threatAssessmentRequest">
 18538          <Property Name="fileName" Type="Edm.String" Nullable="false" />
 18539          <Property Name="contentData" Type="Edm.String" Nullable="false" />
 18540        </EntityType>
 18541        <EntityType Name="emailFileAssessmentRequest" BaseType="microsoft.graph.threatAssessmentRequest">
 18542          <Property Name="recipientEmail" Type="Edm.String" Nullable="false" />
 18543          <Property Name="destinationRoutingReason" Type="microsoft.graph.mailDestinationRoutingReason" />
 18544          <Property Name="contentData" Type="Edm.String" Nullable="false" />
 18545        </EntityType>
 18546        <EntityType Name="mailAssessmentRequest" BaseType="microsoft.graph.threatAssessmentRequest">
 18547          <Property Name="recipientEmail" Type="Edm.String" Nullable="false" />
 18548          <Property Name="destinationRoutingReason" Type="microsoft.graph.mailDestinationRoutingReason" />
 18549          <Property Name="messageUri" Type="Edm.String" Nullable="false" />
 18550        </EntityType>
 18551        <ComplexType Name="threatAssessmentRequestsCount">
 18552          <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
 18553          <Property Name="pivotValue" Type="Edm.String" />
 18554          <Property Name="count" Type="Edm.Int64" />
 18555        </ComplexType>
 18556        <EntityType Name="documentComment" BaseType="microsoft.graph.entity">
 18557          <Property Name="content" Type="Edm.String" />
 18558          <NavigationProperty Name="replies" Type="Collection(microsoft.graph.documentCommentReply)" ContainsTarget="true" />
 18559        </EntityType>
 18560        <EntityType Name="documentCommentReply" BaseType="microsoft.graph.entity">
 18561          <Property Name="content" Type="Edm.String" />
 18562        </EntityType>
 18563        <Function Name="getAzureADLicenseUsage" IsBound="true" IsComposable="true">
 18564          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18565          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18566          <ReturnType Type="Collection(microsoft.graph.azureADLicenseUsage)" />
 18567        </Function>
 18568        <Function Name="getAzureADUserFeatureUsage" IsBound="true" IsComposable="true">
 18569          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18570          <ReturnType Type="Collection(microsoft.graph.azureADUserFeatureUsage)" />
 18571        </Function>
 18572        <Function Name="getAzureADFeatureUsage" IsBound="true" IsComposable="true">
 18573          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18574          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18575          <ReturnType Type="Collection(microsoft.graph.azureADFeatureUsage)" Nullable="false" />
 18576        </Function>
 18577        <Function Name="getAzureADApplicationSignInSummary" IsBound="true" IsComposable="true">
 18578          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18579          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18580          <ReturnType Type="Collection(microsoft.graph.applicationSignInSummary)" Nullable="false" />
 18581        </Function>
 18582        <Function Name="getCredentialUserRegistrationCount" IsBound="true" IsComposable="true">
 18583          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18584          <ReturnType Type="Collection(microsoft.graph.credentialUserRegistrationCount)" Nullable="false" />
 18585        </Function>
 18586        <Function Name="getCredentialUsageSummary" IsBound="true" IsComposable="true">
 18587          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18588          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18589          <ReturnType Type="Collection(microsoft.graph.credentialUsageSummary)" Nullable="false" />
 18590        </Function>
 18591        <Function Name="getRelyingPartyDetailedSummary" IsBound="true" IsComposable="true">
 18592          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18593          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18594          <ReturnType Type="Collection(microsoft.graph.relyingPartyDetailedSummary)" Nullable="false" />
 18595        </Function>
 18596        <Function Name="deviceConfigurationUserActivity" IsBound="true" IsComposable="true">
 18597          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18598          <ReturnType Type="microsoft.graph.report" />
 18599        </Function>
 18600        <Function Name="deviceConfigurationDeviceActivity" IsBound="true" IsComposable="true">
 18601          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18602          <ReturnType Type="microsoft.graph.report" />
 18603        </Function>
 18604        <Function Name="managedDeviceEnrollmentFailureDetails" IsBound="true">
 18605          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18606          <ReturnType Type="microsoft.graph.report" />
 18607        </Function>
 18608        <Function Name="managedDeviceEnrollmentFailureDetails" IsBound="true" IsComposable="true">
 18609          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18610          <Parameter Name="skip" Type="Edm.Int32" />
 18611          <Parameter Name="top" Type="Edm.Int32" />
 18612          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 18613          <Parameter Name="skipToken" Type="Edm.String" Unicode="false" />
 18614          <ReturnType Type="microsoft.graph.report" />
 18615        </Function>
 18616        <Function Name="managedDeviceEnrollmentFailureTrends" IsBound="true" IsComposable="true">
 18617          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18618          <ReturnType Type="microsoft.graph.report" />
 18619        </Function>
 18620        <Function Name="managedDeviceEnrollmentTopFailures" IsBound="true">
 18621          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18622          <ReturnType Type="microsoft.graph.report" />
 18623        </Function>
 18624        <Function Name="managedDeviceEnrollmentTopFailures" IsBound="true" IsComposable="true">
 18625          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18626          <Parameter Name="period" Type="Edm.String" Unicode="false" />
 18627          <ReturnType Type="microsoft.graph.report" />
 18628        </Function>
 18629        <Function Name="managedDeviceEnrollmentAbandonmentSummary" IsBound="true" IsComposable="true">
 18630          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18631          <Parameter Name="skip" Type="Edm.Int32" />
 18632          <Parameter Name="top" Type="Edm.Int32" />
 18633          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 18634          <Parameter Name="skipToken" Type="Edm.String" Unicode="false" />
 18635          <ReturnType Type="microsoft.graph.report" />
 18636        </Function>
 18637        <Function Name="managedDeviceEnrollmentAbandonmentDetails" IsBound="true" IsComposable="true">
 18638          <Parameter Name="bindingParameter" Type="microsoft.graph.reportRoot" />
 18639          <Parameter Name="skip" Type="Edm.Int32" />
 18640          <Parameter Name="top" Type="Edm.Int32" />
 18641          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 18642          <Parameter Name="skipToken" Type="Edm.String" Unicode="false" />
 18643          <ReturnType Type="microsoft.graph.report" />
 18644        </Function>
 18645        <Function Name="getOffice365ActivationsUserDetail" IsBound="true" IsComposable="true">
 18646          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18647          <ReturnType Type="Collection(microsoft.graph.office365ActivationsUserDetail)" Nullable="false" />
 18648        </Function>
 18649        <Function Name="getOffice365ActivationCounts" IsBound="true" IsComposable="true">
 18650          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18651          <ReturnType Type="Collection(microsoft.graph.office365ActivationCounts)" Nullable="false" />
 18652        </Function>
 18653        <Function Name="getOffice365ActivationsUserCounts" IsBound="true" IsComposable="true">
 18654          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18655          <ReturnType Type="Collection(microsoft.graph.office365ActivationsUserCounts)" Nullable="false" />
 18656        </Function>
 18657        <Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
 18658          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18659          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18660          <ReturnType Type="Collection(microsoft.graph.office365ActiveUserDetail)" Nullable="false" />
 18661        </Function>
 18662        <Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true">
 18663          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18664          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18665          <ReturnType Type="Collection(microsoft.graph.office365ActiveUserDetail)" Nullable="false" />
 18666        </Function>
 18667        <Function Name="getOffice365ServicesUserCounts" IsBound="true" IsComposable="true">
 18668          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18669          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18670          <ReturnType Type="Collection(microsoft.graph.office365ServicesUserCounts)" Nullable="false" />
 18671        </Function>
 18672        <Function Name="getOffice365ActiveUserCounts" IsBound="true" IsComposable="true">
 18673          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18674          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18675          <ReturnType Type="Collection(microsoft.graph.office365ActiveUserCounts)" Nullable="false" />
 18676        </Function>
 18677        <Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
 18678          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18679          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18680          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityDetail)" Nullable="false" />
 18681        </Function>
 18682        <Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true">
 18683          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18684          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18685          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityDetail)" Nullable="false" />
 18686        </Function>
 18687        <Function Name="getOffice365GroupsActivityCounts" IsBound="true" IsComposable="true">
 18688          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18689          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18690          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityCounts)" Nullable="false" />
 18691        </Function>
 18692        <Function Name="getOffice365GroupsActivityGroupCounts" IsBound="true" IsComposable="true">
 18693          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18694          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18695          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityGroupCounts)" Nullable="false" />
 18696        </Function>
 18697        <Function Name="getOffice365GroupsActivityStorage" IsBound="true" IsComposable="true">
 18698          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18699          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18700          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityStorage)" Nullable="false" />
 18701        </Function>
 18702        <Function Name="getOffice365GroupsActivityFileCounts" IsBound="true" IsComposable="true">
 18703          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18704          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18705          <ReturnType Type="Collection(microsoft.graph.office365GroupsActivityFileCounts)" Nullable="false" />
 18706        </Function>
 18707        <Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
 18708          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18709          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18710          <ReturnType Type="Collection(microsoft.graph.emailActivityUserDetail)" Nullable="false" />
 18711        </Function>
 18712        <Function Name="getEmailActivityUserDetail" IsBound="true" IsComposable="true">
 18713          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18714          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18715          <ReturnType Type="Collection(microsoft.graph.emailActivityUserDetail)" Nullable="false" />
 18716        </Function>
 18717        <Function Name="getEmailActivityCounts" IsBound="true" IsComposable="true">
 18718          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18719          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18720          <ReturnType Type="Collection(microsoft.graph.emailActivitySummary)" Nullable="false" />
 18721        </Function>
 18722        <Function Name="getEmailActivityUserCounts" IsBound="true" IsComposable="true">
 18723          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18724          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18725          <ReturnType Type="Collection(microsoft.graph.emailActivitySummary)" Nullable="false" />
 18726        </Function>
 18727        <Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
 18728          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18729          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18730          <ReturnType Type="Collection(microsoft.graph.emailAppUsageUserDetail)" Nullable="false" />
 18731        </Function>
 18732        <Function Name="getEmailAppUsageUserDetail" IsBound="true" IsComposable="true">
 18733          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18734          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18735          <ReturnType Type="Collection(microsoft.graph.emailAppUsageUserDetail)" Nullable="false" />
 18736        </Function>
 18737        <Function Name="getEmailAppUsageAppsUserCounts" IsBound="true" IsComposable="true">
 18738          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18739          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18740          <ReturnType Type="Collection(microsoft.graph.emailAppUsageAppsUserCounts)" Nullable="false" />
 18741        </Function>
 18742        <Function Name="getEmailAppUsageUserCounts" IsBound="true" IsComposable="true">
 18743          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18744          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18745          <ReturnType Type="Collection(microsoft.graph.emailAppUsageUserCounts)" Nullable="false" />
 18746        </Function>
 18747        <Function Name="getEmailAppUsageVersionsUserCounts" IsBound="true" IsComposable="true">
 18748          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18749          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18750          <ReturnType Type="Collection(microsoft.graph.emailAppUsageVersionsUserCounts)" Nullable="false" />
 18751        </Function>
 18752        <Function Name="getMailboxUsageDetail" IsBound="true" IsComposable="true">
 18753          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18754          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18755          <ReturnType Type="Collection(microsoft.graph.mailboxUsageDetail)" Nullable="false" />
 18756        </Function>
 18757        <Function Name="getMailboxUsageMailboxCounts" IsBound="true" IsComposable="true">
 18758          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18759          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18760          <ReturnType Type="Collection(microsoft.graph.mailboxUsageMailboxCounts)" Nullable="false" />
 18761        </Function>
 18762        <Function Name="getMailboxUsageQuotaStatusMailboxCounts" IsBound="true" IsComposable="true">
 18763          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18764          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18765          <ReturnType Type="Collection(microsoft.graph.mailboxUsageQuotaStatusMailboxCounts)" Nullable="false" />
 18766        </Function>
 18767        <Function Name="getMailboxUsageStorage" IsBound="true" IsComposable="true">
 18768          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18769          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18770          <ReturnType Type="Collection(microsoft.graph.mailboxUsageStorage)" Nullable="false" />
 18771        </Function>
 18772        <Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
 18773          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18774          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18775          <ReturnType Type="Collection(microsoft.graph.oneDriveActivityUserDetail)" Nullable="false" />
 18776        </Function>
 18777        <Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true">
 18778          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18779          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18780          <ReturnType Type="Collection(microsoft.graph.oneDriveActivityUserDetail)" Nullable="false" />
 18781        </Function>
 18782        <Function Name="getOneDriveActivityUserCounts" IsBound="true" IsComposable="true">
 18783          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18784          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18785          <ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
 18786        </Function>
 18787        <Function Name="getOneDriveActivityFileCounts" IsBound="true" IsComposable="true">
 18788          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18789          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18790          <ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
 18791        </Function>
 18792        <Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
 18793          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18794          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18795          <ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountDetail)" Nullable="false" />
 18796        </Function>
 18797        <Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true">
 18798          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18799          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18800          <ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountDetail)" Nullable="false" />
 18801        </Function>
 18802        <Function Name="getOneDriveUsageAccountCounts" IsBound="true" IsComposable="true">
 18803          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18804          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18805          <ReturnType Type="Collection(microsoft.graph.oneDriveUsageAccountCounts)" Nullable="false" />
 18806        </Function>
 18807        <Function Name="getOneDriveUsageFileCounts" IsBound="true" IsComposable="true">
 18808          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18809          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18810          <ReturnType Type="Collection(microsoft.graph.oneDriveUsageFileCounts)" Nullable="false" />
 18811        </Function>
 18812        <Function Name="getOneDriveUsageStorage" IsBound="true" IsComposable="true">
 18813          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18814          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18815          <ReturnType Type="Collection(microsoft.graph.siteUsageStorage)" Nullable="false" />
 18816        </Function>
 18817        <Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
 18818          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18819          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18820          <ReturnType Type="Collection(microsoft.graph.sharePointActivityUserDetail)" Nullable="false" />
 18821        </Function>
 18822        <Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true">
 18823          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18824          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18825          <ReturnType Type="Collection(microsoft.graph.sharePointActivityUserDetail)" Nullable="false" />
 18826        </Function>
 18827        <Function Name="getSharePointActivityFileCounts" IsBound="true" IsComposable="true">
 18828          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18829          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18830          <ReturnType Type="Collection(microsoft.graph.siteActivitySummary)" Nullable="false" />
 18831        </Function>
 18832        <Function Name="getSharePointActivityUserCounts" IsBound="true" IsComposable="true">
 18833          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18834          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18835          <ReturnType Type="Collection(microsoft.graph.sharePointActivityUserCounts)" Nullable="false" />
 18836        </Function>
 18837        <Function Name="getSharePointActivityPages" IsBound="true" IsComposable="true">
 18838          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18839          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18840          <ReturnType Type="Collection(microsoft.graph.sharePointActivityPages)" Nullable="false" />
 18841        </Function>
 18842        <Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
 18843          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18844          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18845          <ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageDetail)" Nullable="false" />
 18846        </Function>
 18847        <Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true">
 18848          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18849          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18850          <ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageDetail)" Nullable="false" />
 18851        </Function>
 18852        <Function Name="getSharePointSiteUsageFileCounts" IsBound="true" IsComposable="true">
 18853          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18854          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18855          <ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageFileCounts)" Nullable="false" />
 18856        </Function>
 18857        <Function Name="getSharePointSiteUsageSiteCounts" IsBound="true" IsComposable="true">
 18858          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18859          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18860          <ReturnType Type="Collection(microsoft.graph.sharePointSiteUsageSiteCounts)" Nullable="false" />
 18861        </Function>
 18862        <Function Name="getSharePointSiteUsageStorage" IsBound="true" IsComposable="true">
 18863          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18864          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18865          <ReturnType Type="Collection(microsoft.graph.siteUsageStorage)" Nullable="false" />
 18866        </Function>
 18867        <Function Name="getSharePointSiteUsagePages" IsBound="true" IsComposable="true">
 18868          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18869          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18870          <ReturnType Type="Collection(microsoft.graph.sharePointSiteUsagePages)" Nullable="false" />
 18871        </Function>
 18872        <Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
 18873          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18874          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18875          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserDetail)" Nullable="false" />
 18876        </Function>
 18877        <Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true">
 18878          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18879          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18880          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserDetail)" Nullable="false" />
 18881        </Function>
 18882        <Function Name="getSkypeForBusinessActivityCounts" IsBound="true" IsComposable="true">
 18883          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18884          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18885          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityCounts)" Nullable="false" />
 18886        </Function>
 18887        <Function Name="getSkypeForBusinessActivityUserCounts" IsBound="true" IsComposable="true">
 18888          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18889          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18890          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessActivityUserCounts)" Nullable="false" />
 18891        </Function>
 18892        <Function Name="getSkypeForBusinessPeerToPeerActivityCounts" IsBound="true" IsComposable="true">
 18893          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18894          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18895          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityCounts)" Nullable="false" />
 18896        </Function>
 18897        <Function Name="getSkypeForBusinessPeerToPeerActivityUserCounts" IsBound="true" IsComposable="true">
 18898          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18899          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18900          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityUserCounts)" Nullable="false" />
 18901        </Function>
 18902        <Function Name="getSkypeForBusinessPeerToPeerActivityMinuteCounts" IsBound="true" IsComposable="true">
 18903          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18904          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18905          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessPeerToPeerActivityMinuteCounts)" Nullable="false" />
 18906        </Function>
 18907        <Function Name="getSkypeForBusinessOrganizerActivityCounts" IsBound="true" IsComposable="true">
 18908          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18909          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18910          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityCounts)" Nullable="false" />
 18911        </Function>
 18912        <Function Name="getSkypeForBusinessOrganizerActivityUserCounts" IsBound="true" IsComposable="true">
 18913          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18914          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18915          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityUserCounts)" Nullable="false" />
 18916        </Function>
 18917        <Function Name="getSkypeForBusinessOrganizerActivityMinuteCounts" IsBound="true" IsComposable="true">
 18918          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18919          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18920          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessOrganizerActivityMinuteCounts)" Nullable="false" />
 18921        </Function>
 18922        <Function Name="getSkypeForBusinessParticipantActivityCounts" IsBound="true" IsComposable="true">
 18923          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18924          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18925          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityCounts)" Nullable="false" />
 18926        </Function>
 18927        <Function Name="getSkypeForBusinessParticipantActivityUserCounts" IsBound="true" IsComposable="true">
 18928          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18929          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18930          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityUserCounts)" Nullable="false" />
 18931        </Function>
 18932        <Function Name="getSkypeForBusinessParticipantActivityMinuteCounts" IsBound="true" IsComposable="true">
 18933          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18934          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18935          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessParticipantActivityMinuteCounts)" Nullable="false" />
 18936        </Function>
 18937        <Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 18938          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18939          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18940          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserDetail)" Nullable="false" />
 18941        </Function>
 18942        <Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 18943          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18944          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18945          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserDetail)" Nullable="false" />
 18946        </Function>
 18947        <Function Name="getSkypeForBusinessDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
 18948          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18949          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18950          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageDistributionUserCounts)" Nullable="false" />
 18951        </Function>
 18952        <Function Name="getSkypeForBusinessDeviceUsageUserCounts" IsBound="true" IsComposable="true">
 18953          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18954          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18955          <ReturnType Type="Collection(microsoft.graph.skypeForBusinessDeviceUsageUserCounts)" Nullable="false" />
 18956        </Function>
 18957        <Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
 18958          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18959          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18960          <ReturnType Type="Collection(microsoft.graph.yammerActivityUserDetail)" Nullable="false" />
 18961        </Function>
 18962        <Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true">
 18963          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18964          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18965          <ReturnType Type="Collection(microsoft.graph.yammerActivityUserDetail)" Nullable="false" />
 18966        </Function>
 18967        <Function Name="getYammerActivityCounts" IsBound="true" IsComposable="true">
 18968          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18969          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18970          <ReturnType Type="Collection(microsoft.graph.yammerActivitySummary)" Nullable="false" />
 18971        </Function>
 18972        <Function Name="getYammerActivityUserCounts" IsBound="true" IsComposable="true">
 18973          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18974          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18975          <ReturnType Type="Collection(microsoft.graph.yammerActivitySummary)" Nullable="false" />
 18976        </Function>
 18977        <Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 18978          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18979          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 18980          <ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserDetail)" Nullable="false" />
 18981        </Function>
 18982        <Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 18983          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18984          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18985          <ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserDetail)" Nullable="false" />
 18986        </Function>
 18987        <Function Name="getYammerDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
 18988          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18989          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18990          <ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageDistributionUserCounts)" Nullable="false" />
 18991        </Function>
 18992        <Function Name="getYammerDeviceUsageUserCounts" IsBound="true" IsComposable="true">
 18993          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18994          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 18995          <ReturnType Type="Collection(microsoft.graph.yammerDeviceUsageUserCounts)" Nullable="false" />
 18996        </Function>
 18997        <Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
 18998          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 18999          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 19000          <ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityDetail)" Nullable="false" />
 19001        </Function>
 19002        <Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true">
 19003          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19004          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19005          <ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityDetail)" Nullable="false" />
 19006        </Function>
 19007        <Function Name="getYammerGroupsActivityGroupCounts" IsBound="true" IsComposable="true">
 19008          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19009          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19010          <ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityGroupCounts)" Nullable="false" />
 19011        </Function>
 19012        <Function Name="getYammerGroupsActivityCounts" IsBound="true" IsComposable="true">
 19013          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19014          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19015          <ReturnType Type="Collection(microsoft.graph.yammerGroupsActivityCounts)" Nullable="false" />
 19016        </Function>
 19017        <Function Name="getTeamsUserActivityUserDetail" IsBound="true" IsComposable="true">
 19018          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19019          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 19020          <ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserDetail)" Nullable="false" />
 19021        </Function>
 19022        <Function Name="getTeamsUserActivityUserDetail" IsBound="true" IsComposable="true">
 19023          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19024          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19025          <ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserDetail)" Nullable="false" />
 19026        </Function>
 19027        <Function Name="getTeamsUserActivityCounts" IsBound="true" IsComposable="true">
 19028          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19029          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19030          <ReturnType Type="Collection(microsoft.graph.teamsUserActivityCounts)" Nullable="false" />
 19031        </Function>
 19032        <Function Name="getTeamsUserActivityUserCounts" IsBound="true" IsComposable="true">
 19033          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19034          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19035          <ReturnType Type="Collection(microsoft.graph.teamsUserActivityUserCounts)" Nullable="false" />
 19036        </Function>
 19037        <Function Name="getTeamsDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 19038          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19039          <Parameter Name="date" Type="Edm.Date" Nullable="false" />
 19040          <ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserDetail)" Nullable="false" />
 19041        </Function>
 19042        <Function Name="getTeamsDeviceUsageUserDetail" IsBound="true" IsComposable="true">
 19043          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19044          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19045          <ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserDetail)" Nullable="false" />
 19046        </Function>
 19047        <Function Name="getTeamsDeviceUsageUserCounts" IsBound="true" IsComposable="true">
 19048          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19049          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19050          <ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageUserCounts)" Nullable="false" />
 19051        </Function>
 19052        <Function Name="getTeamsDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true">
 19053          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19054          <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
 19055          <ReturnType Type="Collection(microsoft.graph.teamsDeviceUsageDistributionUserCounts)" Nullable="false" />
 19056        </Function>
 19057        <Function Name="getTenantSecureScores" IsBound="true" IsComposable="true">
 19058          <Parameter Name="reportRoot" Type="microsoft.graph.reportRoot" />
 19059          <Parameter Name="period" Type="Edm.Int32" Nullable="false" />
 19060          <ReturnType Type="microsoft.graph.report" />
 19061        </Function>
 19062        <Action Name="instantiate" IsBound="true">
 19063          <Parameter Name="bindingParameter" Type="microsoft.graph.applicationTemplate" />
 19064          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 19065          <ReturnType Type="microsoft.graph.applicationServicePrincipal" />
 19066        </Action>
 19067        <Action Name="createPasswordSingleSignOnCredentials" IsBound="true">
 19068          <Parameter Name="bindingParameter" Type="microsoft.graph.servicePrincipal" />
 19069          <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" />
 19070          <Parameter Name="credentials" Type="Collection(microsoft.graph.credential)" Nullable="false" />
 19071          <ReturnType Type="microsoft.graph.passwordSingleSignOnCredentialSet" />
 19072        </Action>
 19073        <Action Name="getPasswordSingleSignOnCredentials" IsBound="true">
 19074          <Parameter Name="bindingParameter" Type="microsoft.graph.servicePrincipal" />
 19075          <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" />
 19076          <ReturnType Type="microsoft.graph.passwordSingleSignOnCredentialSet" />
 19077        </Action>
 19078        <Action Name="deletePasswordSingleSignOnCredentials" IsBound="true">
 19079          <Parameter Name="bindingParameter" Type="microsoft.graph.servicePrincipal" />
 19080          <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" />
 19081        </Action>
 19082        <Action Name="updatePasswordSingleSignOnCredentials" IsBound="true">
 19083          <Parameter Name="bindingParameter" Type="microsoft.graph.servicePrincipal" />
 19084          <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" />
 19085          <Parameter Name="credentials" Type="Collection(microsoft.graph.credential)" Nullable="false" />
 19086        </Action>
 19087        <Action Name="cancel" IsBound="true">
 19088          <Parameter Name="bookingAppointment" Type="microsoft.graph.bookingAppointment" Nullable="false" />
 19089          <Parameter Name="cancellationMessage" Type="Edm.String" Unicode="false" />
 19090        </Action>
 19091        <Action Name="publish" IsBound="true">
 19092          <Parameter Name="bookingBusiness" Type="microsoft.graph.bookingBusiness" Nullable="false" />
 19093        </Action>
 19094        <Action Name="unpublish" IsBound="true">
 19095          <Parameter Name="bookingBusiness" Type="microsoft.graph.bookingBusiness" Nullable="false" />
 19096        </Action>
 19097        <Action Name="generateKey" IsBound="true">
 19098          <Parameter Name="bindingParameter" Type="microsoft.graph.trustFrameworkKeySet" />
 19099          <Parameter Name="use" Type="Edm.String" Unicode="false" />
 19100          <Parameter Name="kty" Type="Edm.String" Unicode="false" />
 19101          <Parameter Name="nbf" Type="Edm.Int64" />
 19102          <Parameter Name="exp" Type="Edm.Int64" />
 19103          <ReturnType Type="microsoft.graph.trustFrameworkKey" />
 19104        </Action>
 19105        <Action Name="uploadSecret" IsBound="true">
 19106          <Parameter Name="bindingParameter" Type="microsoft.graph.trustFrameworkKeySet" />
 19107          <Parameter Name="use" Type="Edm.String" Unicode="false" />
 19108          <Parameter Name="k" Type="Edm.String" Unicode="false" />
 19109          <Parameter Name="nbf" Type="Edm.Int64" />
 19110          <Parameter Name="exp" Type="Edm.Int64" />
 19111          <ReturnType Type="microsoft.graph.trustFrameworkKey" />
 19112        </Action>
 19113        <Function Name="getActiveKey" IsBound="true">
 19114          <Parameter Name="bindingParameter" Type="microsoft.graph.trustFrameworkKeySet" />
 19115          <ReturnType Type="microsoft.graph.trustFrameworkKey" />
 19116        </Function>
 19117        <Action Name="uploadCertificate" IsBound="true">
 19118          <Parameter Name="bindingParameter" Type="microsoft.graph.trustFrameworkKeySet" />
 19119          <Parameter Name="key" Type="Edm.String" Unicode="false" />
 19120          <ReturnType Type="microsoft.graph.trustFrameworkKey" />
 19121        </Action>
 19122        <Action Name="uploadPkcs12" IsBound="true">
 19123          <Parameter Name="bindingParameter" Type="microsoft.graph.trustFrameworkKeySet" />
 19124          <Parameter Name="key" Type="Edm.String" Unicode="false" />
 19125          <Parameter Name="password" Type="Edm.String" Unicode="false" />
 19126          <ReturnType Type="microsoft.graph.trustFrameworkKey" />
 19127        </Action>
 19128        <Action Name="evaluate" IsBound="true">
 19129          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.sensitivityLabel)" />
 19130          <Parameter Name="discoveredSensitiveTypes" Type="Collection(microsoft.graph.discoveredSensitiveType)" />
 19131          <Parameter Name="currentLabel" Type="microsoft.graph.currentLabel" />
 19132          <ReturnType Type="microsoft.graph.evaluateLabelJobResponse" />
 19133        </Action>
 19134        <Action Name="evaluate" IsBound="true">
 19135          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.dataLossPreventionPolicy)" />
 19136          <Parameter Name="target" Type="Edm.String" Unicode="false" />
 19137          <Parameter Name="evaluationInput" Type="microsoft.graph.dlpEvaluationInput" />
 19138          <Parameter Name="notificationInfo" Type="microsoft.graph.dlpNotification" />
 19139          <ReturnType Type="microsoft.graph.dlpEvaluatePoliciesJobResponse" />
 19140        </Action>
 19141        <Action Name="evaluateLabelsAndPolicies" IsBound="true">
 19142          <Parameter Name="bindingParameter" Type="microsoft.graph.informationProtection" />
 19143          <Parameter Name="evaluateSensitivityLabels" Type="microsoft.graph.evaluateSensitivityLabelsRequest" />
 19144          <Parameter Name="evaluateDataLossPreventionPolicies" Type="microsoft.graph.dlpEvaluatePoliciesRequest" />
 19145          <Parameter Name="classifyText" Type="microsoft.graph.textClassificationRequest" />
 19146          <ReturnType Type="microsoft.graph.evaluateLabelsAndPoliciesJobResponse" />
 19147        </Action>
 19148        <Function Name="delta" IsBound="true">
 19149          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.user)" />
 19150          <ReturnType Type="Collection(microsoft.graph.user)" />
 19151        </Function>
 19152        <Function Name="delta" IsBound="true">
 19153          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.group)" />
 19154          <ReturnType Type="Collection(microsoft.graph.group)" />
 19155        </Function>
 19156        <Action Name="evaluateDynamicMembership" IsBound="true">
 19157          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.group)" />
 19158          <Parameter Name="memberId" Type="Edm.String" Unicode="false" />
 19159          <Parameter Name="membershipRule" Type="Edm.String" Unicode="false" />
 19160          <ReturnType Type="microsoft.graph.evaluateDynamicMembershipResult" />
 19161        </Action>
 19162        <Function Name="delta" IsBound="true">
 19163          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.administrativeUnit)" />
 19164          <ReturnType Type="Collection(microsoft.graph.administrativeUnit)" />
 19165        </Function>
 19166        <Function Name="delta" IsBound="true">
 19167          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.orgContact)" />
 19168          <ReturnType Type="Collection(microsoft.graph.orgContact)" />
 19169        </Function>
 19170        <Function Name="delta" IsBound="true">
 19171          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.application)" />
 19172          <ReturnType Type="Collection(microsoft.graph.application)" />
 19173        </Function>
 19174        <Function Name="delta" IsBound="true">
 19175          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.servicePrincipal)" />
 19176          <ReturnType Type="Collection(microsoft.graph.servicePrincipal)" />
 19177        </Function>
 19178        <Function Name="delta" IsBound="true">
 19179          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryRole)" />
 19180          <ReturnType Type="Collection(microsoft.graph.directoryRole)" />
 19181        </Function>
 19182        <Function Name="delta" IsBound="true">
 19183          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.oAuth2PermissionGrant)" />
 19184          <ReturnType Type="Collection(microsoft.graph.oAuth2PermissionGrant)" />
 19185        </Function>
 19186        <Action Name="addKey" IsBound="true">
 19187          <Parameter Name="bindingParameter" Type="microsoft.graph.application" Nullable="false" />
 19188          <Parameter Name="keyCredential" Type="microsoft.graph.keyCredential" Nullable="false" />
 19189          <Parameter Name="passwordCredential" Type="microsoft.graph.passwordCredential" />
 19190          <Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" />
 19191          <ReturnType Type="microsoft.graph.keyCredential" Nullable="false" />
 19192        </Action>
 19193        <Action Name="addPassword" IsBound="true">
 19194          <Parameter Name="bindingParameter" Type="microsoft.graph.application" Nullable="false" />
 19195          <Parameter Name="passwordCredential" Type="microsoft.graph.passwordCredential" />
 19196          <ReturnType Type="microsoft.graph.passwordCredential" Nullable="false" />
 19197        </Action>
 19198        <Action Name="removeKey" IsBound="true">
 19199          <Parameter Name="bindingParameter" Type="microsoft.graph.application" Nullable="false" />
 19200          <Parameter Name="keyId" Type="Edm.Guid" Nullable="false" />
 19201          <Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" />
 19202        </Action>
 19203        <Action Name="removePassword" IsBound="true">
 19204          <Parameter Name="bindingParameter" Type="microsoft.graph.application" Nullable="false" />
 19205          <Parameter Name="keyId" Type="Edm.Guid" Nullable="false" />
 19206        </Action>
 19207        <Action Name="getByIds" IsBound="true" EntitySetPath="bindingParameter">
 19208          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
 19209          <Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19210          <Parameter Name="types" Type="Collection(Edm.String)" Unicode="false" />
 19211          <ReturnType Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
 19212        </Action>
 19213        <Action Name="validateProperties" IsBound="true" EntitySetPath="bindingParameter">
 19214          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
 19215          <Parameter Name="entityType" Type="Edm.String" Unicode="false" />
 19216          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 19217          <Parameter Name="mailNickname" Type="Edm.String" Unicode="false" />
 19218          <Parameter Name="onBehalfOfUserId" Type="Edm.Guid" />
 19219        </Action>
 19220        <Action Name="getUserOwnedObjects" IsBound="true">
 19221          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.directoryObject)" Nullable="false" />
 19222          <Parameter Name="userId" Type="Edm.String" Unicode="false" />
 19223          <Parameter Name="type" Type="Edm.String" Unicode="false" />
 19224          <ReturnType Type="microsoft.graph.directoryObject" />
 19225        </Action>
 19226        <Action Name="checkMemberGroups" IsBound="true">
 19227          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
 19228          <Parameter Name="groupIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19229          <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19230        </Action>
 19231        <Action Name="checkMemberObjects" IsBound="true">
 19232          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
 19233          <Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19234          <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19235        </Action>
 19236        <Action Name="getMemberGroups" IsBound="true">
 19237          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
 19238          <Parameter Name="securityEnabledOnly" Type="Edm.Boolean" />
 19239          <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19240        </Action>
 19241        <Action Name="getMemberObjects" IsBound="true">
 19242          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
 19243          <Parameter Name="securityEnabledOnly" Type="Edm.Boolean" />
 19244          <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19245        </Action>
 19246        <Action Name="restore" IsBound="true">
 19247          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false" />
 19248          <ReturnType Type="microsoft.graph.directoryObject" />
 19249        </Action>
 19250        <Action Name="forceDelete" IsBound="true">
 19251          <Parameter Name="bindingParameter" Type="microsoft.graph.domain" Nullable="false" />
 19252          <Parameter Name="disableUserAccounts" Type="Edm.Boolean" />
 19253        </Action>
 19254        <Action Name="verify" IsBound="true" EntitySetPath="bindingParameter">
 19255          <Parameter Name="bindingParameter" Type="microsoft.graph.domain" Nullable="false" />
 19256          <ReturnType Type="microsoft.graph.domain" />
 19257        </Action>
 19258        <Action Name="validateProperties" IsBound="true">
 19259          <Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
 19260          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 19261          <Parameter Name="mailNickname" Type="Edm.String" Unicode="false" />
 19262          <Parameter Name="onBehalfOfUserId" Type="Edm.Guid" />
 19263        </Action>
 19264        <Action Name="checkGrantedPermissionsForApp" IsBound="true">
 19265          <Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
 19266          <ReturnType Type="Collection(microsoft.graph.resourceSpecificPermissionGrant)" />
 19267        </Action>
 19268        <Action Name="assignLicense" IsBound="true">
 19269          <Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
 19270          <Parameter Name="addLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
 19271          <Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false" />
 19272          <ReturnType Type="microsoft.graph.group" />
 19273        </Action>
 19274        <Action Name="subscribeByMail" IsBound="true">
 19275          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19276        </Action>
 19277        <Action Name="unsubscribeByMail" IsBound="true">
 19278          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19279        </Action>
 19280        <Action Name="addFavorite" IsBound="true">
 19281          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19282        </Action>
 19283        <Action Name="removeFavorite" IsBound="true">
 19284          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19285        </Action>
 19286        <Action Name="resetUnseenCount" IsBound="true">
 19287          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19288        </Action>
 19289        <Action Name="renew" IsBound="true">
 19290          <Parameter Name="bindingParameter" Type="microsoft.graph.group" />
 19291        </Action>
 19292        <Action Name="evaluateDynamicMembership" IsBound="true">
 19293          <Parameter Name="bindingParameter" Type="microsoft.graph.group" Nullable="false" />
 19294          <Parameter Name="memberId" Type="Edm.String" Unicode="false" />
 19295          <ReturnType Type="microsoft.graph.evaluateDynamicMembershipResult" />
 19296        </Action>
 19297        <Action Name="assignLicense" IsBound="true">
 19298          <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
 19299          <Parameter Name="addLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false" />
 19300          <Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false" />
 19301          <ReturnType Type="microsoft.graph.user" />
 19302        </Action>
 19303        <Action Name="changePassword" IsBound="true">
 19304          <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
 19305          <Parameter Name="currentPassword" Type="Edm.String" Unicode="false" />
 19306          <Parameter Name="newPassword" Type="Edm.String" Unicode="false" />
 19307        </Action>
 19308        <Action Name="invalidateAllRefreshTokens" IsBound="true">
 19309          <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
 19310          <ReturnType Type="Edm.Boolean" />
 19311        </Action>
 19312        <Action Name="revokeSignInSessions" IsBound="true">
 19313          <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
 19314          <ReturnType Type="Edm.Boolean" />
 19315        </Action>
 19316        <Action Name="reprocessLicenseAssignment" IsBound="true">
 19317          <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false" />
 19318          <ReturnType Type="microsoft.graph.user" />
 19319        </Action>
 19320        <Action Name="findMeetingTimes" IsBound="true">
 19321          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19322          <Parameter Name="attendees" Type="Collection(microsoft.graph.attendeeBase)" />
 19323          <Parameter Name="locationConstraint" Type="microsoft.graph.locationConstraint" />
 19324          <Parameter Name="timeConstraint" Type="microsoft.graph.timeConstraint" />
 19325          <Parameter Name="meetingDuration" Type="Edm.Duration" />
 19326          <Parameter Name="maxCandidates" Type="Edm.Int32" />
 19327          <Parameter Name="isOrganizerOptional" Type="Edm.Boolean" />
 19328          <Parameter Name="returnSuggestionReasons" Type="Edm.Boolean" />
 19329          <Parameter Name="minimumAttendeePercentage" Type="Edm.Double" />
 19330          <ReturnType Type="microsoft.graph.meetingTimeSuggestionsResult" />
 19331        </Action>
 19332        <Action Name="sendMail" IsBound="true">
 19333          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19334          <Parameter Name="Message" Type="microsoft.graph.message" Nullable="false" />
 19335          <Parameter Name="SaveToSentItems" Type="Edm.Boolean" />
 19336        </Action>
 19337        <Function Name="reminderView" IsBound="true">
 19338          <Parameter Name="bindingparameter" Type="microsoft.graph.user" />
 19339          <Parameter Name="StartDateTime" Type="Edm.String" Nullable="false" Unicode="false" />
 19340          <Parameter Name="EndDateTime" Type="Edm.String" Unicode="false" />
 19341          <ReturnType Type="Collection(microsoft.graph.reminder)" Nullable="false" />
 19342        </Function>
 19343        <Action Name="getMailTips" IsBound="true">
 19344          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19345          <Parameter Name="EmailAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19346          <Parameter Name="MailTipsOptions" Type="microsoft.graph.mailTipsType" />
 19347          <ReturnType Type="Collection(microsoft.graph.mailTips)" Nullable="false" />
 19348        </Action>
 19349        <Function Name="findRooms" IsBound="true">
 19350          <Parameter Name="bindingparameter" Type="microsoft.graph.user" />
 19351          <ReturnType Type="Collection(microsoft.graph.emailAddress)" Nullable="false" />
 19352        </Function>
 19353        <Function Name="findRoomLists" IsBound="true">
 19354          <Parameter Name="bindingparameter" Type="microsoft.graph.user" />
 19355          <ReturnType Type="Collection(microsoft.graph.emailAddress)" Nullable="false" />
 19356        </Function>
 19357        <Function Name="findRooms" IsBound="true">
 19358          <Parameter Name="bindingparameter" Type="microsoft.graph.user" />
 19359          <Parameter Name="RoomList" Type="Edm.String" Nullable="false" Unicode="false" />
 19360          <ReturnType Type="Collection(microsoft.graph.emailAddress)" />
 19361        </Function>
 19362        <Action Name="translateExchangeIds" IsBound="true">
 19363          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19364          <Parameter Name="InputIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 19365          <Parameter Name="TargetIdType" Type="microsoft.graph.exchangeIdFormat" Nullable="false" />
 19366          <Parameter Name="SourceIdType" Type="microsoft.graph.exchangeIdFormat" Nullable="false" />
 19367          <ReturnType Type="Collection(microsoft.graph.convertIdResult)" Nullable="false" />
 19368        </Action>
 19369        <Function Name="exportDeviceAndAppManagementData" IsBound="true" IsComposable="true">
 19370          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19371          <ReturnType Type="microsoft.graph.deviceAndAppManagementData" />
 19372        </Function>
 19373        <Function Name="exportDeviceAndAppManagementData" IsBound="true" IsComposable="true">
 19374          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19375          <Parameter Name="skip" Type="Edm.Int32" Nullable="false" />
 19376          <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
 19377          <ReturnType Type="microsoft.graph.deviceAndAppManagementData" />
 19378        </Function>
 19379        <Function Name="getEffectiveDeviceEnrollmentConfigurations" IsBound="true">
 19380          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19381          <ReturnType Type="Collection(microsoft.graph.deviceEnrollmentConfiguration)" />
 19382        </Function>
 19383        <Action Name="removeAllDevicesFromManagement" IsBound="true">
 19384          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19385        </Action>
 19386        <Function Name="getLoggedOnManagedDevices" IsBound="true">
 19387          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19388          <ReturnType Type="Collection(microsoft.graph.managedDevice)" />
 19389        </Function>
 19390        <Function Name="getManagedAppDiagnosticStatuses" IsBound="true">
 19391          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19392          <ReturnType Type="Collection(microsoft.graph.managedAppDiagnosticStatus)" />
 19393        </Function>
 19394        <Function Name="getManagedAppPolicies" IsBound="true">
 19395          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19396          <ReturnType Type="Collection(microsoft.graph.managedAppPolicy)" />
 19397        </Function>
 19398        <Action Name="wipeManagedAppRegistrationByDeviceTag" IsBound="true">
 19399          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19400          <Parameter Name="deviceTag" Type="Edm.String" Unicode="false" />
 19401        </Action>
 19402        <Action Name="wipeManagedAppRegistrationsByDeviceTag" IsBound="true">
 19403          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19404          <Parameter Name="deviceTag" Type="Edm.String" Unicode="false" />
 19405        </Action>
 19406        <Function Name="getManagedDevicesWithAppFailures" IsBound="true">
 19407          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19408          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 19409        </Function>
 19410        <Action Name="exportPersonalData" IsBound="true">
 19411          <Parameter Name="bindingParameter" Type="microsoft.graph.user" />
 19412          <Parameter Name="storageLocation" Type="Edm.String" Unicode="false" />
 19413        </Action>
 19414        <Action Name="publish" IsBound="true">
 19415          <Parameter Name="bindingParameter" Type="microsoft.graph.educationAssignment" />
 19416          <ReturnType Type="microsoft.graph.educationAssignment" />
 19417        </Action>
 19418        <Function Name="getResourcesFolderUrl" IsBound="true">
 19419          <Parameter Name="bindingParameter" Type="microsoft.graph.educationAssignment" />
 19420          <ReturnType Type="Edm.String" Unicode="false" />
 19421        </Function>
 19422        <Action Name="return" IsBound="true">
 19423          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
 19424          <ReturnType Type="microsoft.graph.educationSubmission" />
 19425        </Action>
 19426        <Action Name="submit" IsBound="true">
 19427          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
 19428          <ReturnType Type="microsoft.graph.educationSubmission" />
 19429        </Action>
 19430        <Action Name="unsubmit" IsBound="true">
 19431          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSubmission" />
 19432          <ReturnType Type="microsoft.graph.educationSubmission" />
 19433        </Action>
 19434        <Action Name="resume" IsBound="true">
 19435          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
 19436        </Action>
 19437        <Action Name="pause" IsBound="true">
 19438          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
 19439        </Action>
 19440        <Action Name="reset" IsBound="true">
 19441          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
 19442        </Action>
 19443        <Action Name="start" IsBound="true">
 19444          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
 19445          <ReturnType Type="Collection(microsoft.graph.educationFileSynchronizationVerificationMessage)" />
 19446        </Action>
 19447        <Function Name="uploadUrl" IsBound="true">
 19448          <Parameter Name="bindingParameter" Type="microsoft.graph.educationSynchronizationProfile" />
 19449          <ReturnType Type="Edm.String" Unicode="false" />
 19450        </Function>
 19451        <Function Name="delta" IsBound="true">
 19452          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.educationClass)" />
 19453          <ReturnType Type="Collection(microsoft.graph.educationClass)" />
 19454        </Function>
 19455        <Function Name="delta" IsBound="true">
 19456          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.educationSchool)" />
 19457          <ReturnType Type="Collection(microsoft.graph.educationSchool)" />
 19458        </Function>
 19459        <Function Name="delta" IsBound="true">
 19460          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.educationUser)" />
 19461          <ReturnType Type="Collection(microsoft.graph.educationUser)" />
 19462        </Function>
 19463        <Action Name="cancel" IsBound="true">
 19464          <Parameter Name="bindingParameter" Type="microsoft.graph.exactMatchSession" />
 19465        </Action>
 19466        <Action Name="commit" IsBound="true">
 19467          <Parameter Name="bindingParameter" Type="microsoft.graph.exactMatchSession" />
 19468        </Action>
 19469        <Action Name="renew" IsBound="true">
 19470          <Parameter Name="bindingParameter" Type="microsoft.graph.exactMatchSession" />
 19471          <ReturnType Type="microsoft.graph.exactMatchSession" />
 19472        </Action>
 19473        <Action Name="lookup" IsBound="true">
 19474          <Parameter Name="bindingParameter" Type="microsoft.graph.exactMatchDataStore" />
 19475          <Parameter Name="key" Type="Edm.String" Unicode="false" />
 19476          <Parameter Name="values" Type="Collection(Edm.String)" Unicode="false" />
 19477          <Parameter Name="resultColumnNames" Type="Collection(Edm.String)" Unicode="false" />
 19478          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 19479        </Action>
 19480        <Action Name="classifyExactMatches" IsBound="true">
 19481          <Parameter Name="text" Type="Edm.String" Unicode="false" />
 19482          <Parameter Name="timeoutInMs" Type="Edm.String" Unicode="false" />
 19483          <Parameter Name="sensitiveTypeIds" Type="Collection(Edm.String)" Unicode="false" />
 19484          <Parameter Name="contentClassifications" Type="Collection(microsoft.graph.contentClassification)" Nullable="false" />
 19485          <ReturnType Type="microsoft.graph.exactMatchClassificationResult" />
 19486        </Action>
 19487        <Action Name="createSession" IsBound="true">
 19488          <Parameter Name="this" Type="microsoft.graph.workbook" />
 19489          <Parameter Name="persistChanges" Type="Edm.Boolean" Nullable="false" />
 19490          <ReturnType Type="microsoft.graph.workbookSessionInfo" />
 19491        </Action>
 19492        <Action Name="closeSession" IsBound="true">
 19493          <Parameter Name="this" Type="microsoft.graph.workbook" />
 19494        </Action>
 19495        <Action Name="refreshSession" IsBound="true">
 19496          <Parameter Name="this" Type="microsoft.graph.workbook" />
 19497        </Action>
 19498        <Action Name="calculate" IsBound="true">
 19499          <Parameter Name="bindparameter" Type="microsoft.graph.workbookApplication" />
 19500          <Parameter Name="calculationType" Type="Edm.String" Nullable="false" Unicode="false" />
 19501        </Action>
 19502        <Function Name="image" IsBound="true">
 19503          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19504          <ReturnType Type="Edm.String" Unicode="false" />
 19505        </Function>
 19506        <Function Name="image" IsBound="true">
 19507          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19508          <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
 19509          <ReturnType Type="Edm.String" Unicode="false" />
 19510        </Function>
 19511        <Function Name="image" IsBound="true">
 19512          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19513          <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
 19514          <Parameter Name="height" Type="Edm.Int32" Nullable="false" />
 19515          <ReturnType Type="Edm.String" Unicode="false" />
 19516        </Function>
 19517        <Function Name="image" IsBound="true">
 19518          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19519          <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
 19520          <Parameter Name="height" Type="Edm.Int32" Nullable="false" />
 19521          <Parameter Name="fittingMode" Type="Edm.String" Nullable="false" Unicode="false" />
 19522          <ReturnType Type="Edm.String" Unicode="false" />
 19523        </Function>
 19524        <Action Name="setData" IsBound="true">
 19525          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19526          <Parameter Name="sourceData" Type="microsoft.graph.Json" />
 19527          <Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" />
 19528        </Action>
 19529        <Action Name="setPosition" IsBound="true">
 19530          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChart" />
 19531          <Parameter Name="startCell" Type="microsoft.graph.Json" />
 19532          <Parameter Name="endCell" Type="microsoft.graph.Json" />
 19533        </Action>
 19534        <Action Name="add" IsBound="true">
 19535          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
 19536          <Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
 19537          <Parameter Name="sourceData" Type="microsoft.graph.Json" />
 19538          <Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" />
 19539          <ReturnType Type="microsoft.graph.workbookChart" />
 19540        </Action>
 19541        <Function Name="item" IsBound="true" IsComposable="true">
 19542          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
 19543          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 19544          <ReturnType Type="microsoft.graph.workbookChart" />
 19545        </Function>
 19546        <Function Name="itemAt" IsBound="true" IsComposable="true">
 19547          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
 19548          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 19549          <ReturnType Type="microsoft.graph.workbookChart" />
 19550        </Function>
 19551        <Function Name="count" IsBound="true">
 19552          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChart)" />
 19553          <ReturnType Type="Edm.Int32" Nullable="false" />
 19554        </Function>
 19555        <Action Name="clear" IsBound="true">
 19556          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChartFill" />
 19557        </Action>
 19558        <Action Name="setSolidColor" IsBound="true">
 19559          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChartFill" />
 19560          <Parameter Name="color" Type="Edm.String" Unicode="false" />
 19561        </Action>
 19562        <Action Name="clear" IsBound="true">
 19563          <Parameter Name="bindparameter" Type="microsoft.graph.workbookChartLineFormat" />
 19564        </Action>
 19565        <Function Name="itemAt" IsBound="true" IsComposable="true">
 19566          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartPoint)" />
 19567          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 19568          <ReturnType Type="microsoft.graph.workbookChartPoint" />
 19569        </Function>
 19570        <Function Name="count" IsBound="true">
 19571          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartPoint)" />
 19572          <ReturnType Type="Edm.Int32" Nullable="false" />
 19573        </Function>
 19574        <Function Name="itemAt" IsBound="true" IsComposable="true">
 19575          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartSeries)" />
 19576          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 19577          <ReturnType Type="microsoft.graph.workbookChartSeries" />
 19578        </Function>
 19579        <Function Name="count" IsBound="true">
 19580          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookChartSeries)" />
 19581          <ReturnType Type="Edm.Int32" Nullable="false" />
 19582        </Function>
 19583        <Action Name="apply" IsBound="true">
 19584          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19585          <Parameter Name="criteria" Type="microsoft.graph.workbookFilterCriteria" />
 19586        </Action>
 19587        <Action Name="applyBottomItemsFilter" IsBound="true">
 19588          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19589          <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
 19590        </Action>
 19591        <Action Name="applyBottomPercentFilter" IsBound="true">
 19592          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19593          <Parameter Name="percent" Type="Edm.Int32" Nullable="false" />
 19594        </Action>
 19595        <Action Name="applyCellColorFilter" IsBound="true">
 19596          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19597          <Parameter Name="color" Type="Edm.String" Unicode="false" />
 19598        </Action>
 19599        <Action Name="applyCustomFilter" IsBound="true">
 19600          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19601          <Parameter Name="criteria1" Type="Edm.String" Unicode="false" />
 19602          <Parameter Name="criteria2" Type="Edm.String" Unicode="false" />
 19603          <Parameter Name="oper" Type="Edm.String" Nullable="false" Unicode="false" />
 19604        </Action>
 19605        <Action Name="applyDynamicFilter" IsBound="true">
 19606          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19607          <Parameter Name="criteria" Type="Edm.String" Nullable="false" Unicode="false" />
 19608        </Action>
 19609        <Action Name="applyFontColorFilter" IsBound="true">
 19610          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19611          <Parameter Name="color" Type="Edm.String" Unicode="false" />
 19612        </Action>
 19613        <Action Name="applyIconFilter" IsBound="true">
 19614          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19615          <Parameter Name="icon" Type="microsoft.graph.workbookIcon" />
 19616        </Action>
 19617        <Action Name="applyTopItemsFilter" IsBound="true">
 19618          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19619          <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
 19620        </Action>
 19621        <Action Name="applyTopPercentFilter" IsBound="true">
 19622          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19623          <Parameter Name="percent" Type="Edm.Int32" Nullable="false" />
 19624        </Action>
 19625        <Action Name="applyValuesFilter" IsBound="true">
 19626          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19627          <Parameter Name="values" Type="microsoft.graph.Json" />
 19628        </Action>
 19629        <Action Name="clear" IsBound="true">
 19630          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFilter" />
 19631        </Action>
 19632        <Action Name="abs" IsBound="true">
 19633          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19634          <Parameter Name="number" Type="microsoft.graph.Json" />
 19635          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19636        </Action>
 19637        <Action Name="accrInt" IsBound="true">
 19638          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19639          <Parameter Name="issue" Type="microsoft.graph.Json" />
 19640          <Parameter Name="firstInterest" Type="microsoft.graph.Json" />
 19641          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 19642          <Parameter Name="rate" Type="microsoft.graph.Json" />
 19643          <Parameter Name="par" Type="microsoft.graph.Json" />
 19644          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 19645          <Parameter Name="basis" Type="microsoft.graph.Json" />
 19646          <Parameter Name="calcMethod" Type="microsoft.graph.Json" />
 19647          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19648        </Action>
 19649        <Action Name="accrIntM" IsBound="true">
 19650          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19651          <Parameter Name="issue" Type="microsoft.graph.Json" />
 19652          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 19653          <Parameter Name="rate" Type="microsoft.graph.Json" />
 19654          <Parameter Name="par" Type="microsoft.graph.Json" />
 19655          <Parameter Name="basis" Type="microsoft.graph.Json" />
 19656          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19657        </Action>
 19658        <Action Name="acos" IsBound="true">
 19659          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19660          <Parameter Name="number" Type="microsoft.graph.Json" />
 19661          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19662        </Action>
 19663        <Action Name="acosh" IsBound="true">
 19664          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19665          <Parameter Name="number" Type="microsoft.graph.Json" />
 19666          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19667        </Action>
 19668        <Action Name="acot" IsBound="true">
 19669          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19670          <Parameter Name="number" Type="microsoft.graph.Json" />
 19671          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19672        </Action>
 19673        <Action Name="acoth" IsBound="true">
 19674          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19675          <Parameter Name="number" Type="microsoft.graph.Json" />
 19676          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19677        </Action>
 19678        <Action Name="amorDegrc" IsBound="true">
 19679          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19680          <Parameter Name="cost" Type="microsoft.graph.Json" />
 19681          <Parameter Name="datePurchased" Type="microsoft.graph.Json" />
 19682          <Parameter Name="firstPeriod" Type="microsoft.graph.Json" />
 19683          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 19684          <Parameter Name="period" Type="microsoft.graph.Json" />
 19685          <Parameter Name="rate" Type="microsoft.graph.Json" />
 19686          <Parameter Name="basis" Type="microsoft.graph.Json" />
 19687          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19688        </Action>
 19689        <Action Name="amorLinc" IsBound="true">
 19690          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19691          <Parameter Name="cost" Type="microsoft.graph.Json" />
 19692          <Parameter Name="datePurchased" Type="microsoft.graph.Json" />
 19693          <Parameter Name="firstPeriod" Type="microsoft.graph.Json" />
 19694          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 19695          <Parameter Name="period" Type="microsoft.graph.Json" />
 19696          <Parameter Name="rate" Type="microsoft.graph.Json" />
 19697          <Parameter Name="basis" Type="microsoft.graph.Json" />
 19698          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19699        </Action>
 19700        <Action Name="and" IsBound="true">
 19701          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19702          <Parameter Name="values" Type="microsoft.graph.Json" />
 19703          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19704        </Action>
 19705        <Action Name="arabic" IsBound="true">
 19706          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19707          <Parameter Name="text" Type="microsoft.graph.Json" />
 19708          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19709        </Action>
 19710        <Action Name="areas" IsBound="true">
 19711          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19712          <Parameter Name="reference" Type="microsoft.graph.Json" />
 19713          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19714        </Action>
 19715        <Action Name="asc" IsBound="true">
 19716          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19717          <Parameter Name="text" Type="microsoft.graph.Json" />
 19718          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19719        </Action>
 19720        <Action Name="asin" IsBound="true">
 19721          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19722          <Parameter Name="number" Type="microsoft.graph.Json" />
 19723          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19724        </Action>
 19725        <Action Name="asinh" IsBound="true">
 19726          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19727          <Parameter Name="number" Type="microsoft.graph.Json" />
 19728          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19729        </Action>
 19730        <Action Name="atan" IsBound="true">
 19731          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19732          <Parameter Name="number" Type="microsoft.graph.Json" />
 19733          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19734        </Action>
 19735        <Action Name="atan2" IsBound="true">
 19736          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19737          <Parameter Name="xNum" Type="microsoft.graph.Json" />
 19738          <Parameter Name="yNum" Type="microsoft.graph.Json" />
 19739          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19740        </Action>
 19741        <Action Name="atanh" IsBound="true">
 19742          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19743          <Parameter Name="number" Type="microsoft.graph.Json" />
 19744          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19745        </Action>
 19746        <Action Name="aveDev" IsBound="true">
 19747          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19748          <Parameter Name="values" Type="microsoft.graph.Json" />
 19749          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19750        </Action>
 19751        <Action Name="average" IsBound="true">
 19752          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19753          <Parameter Name="values" Type="microsoft.graph.Json" />
 19754          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19755        </Action>
 19756        <Action Name="averageA" IsBound="true">
 19757          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19758          <Parameter Name="values" Type="microsoft.graph.Json" />
 19759          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19760        </Action>
 19761        <Action Name="averageIf" IsBound="true">
 19762          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19763          <Parameter Name="range" Type="microsoft.graph.Json" />
 19764          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 19765          <Parameter Name="averageRange" Type="microsoft.graph.Json" />
 19766          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19767        </Action>
 19768        <Action Name="averageIfs" IsBound="true">
 19769          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19770          <Parameter Name="averageRange" Type="microsoft.graph.Json" />
 19771          <Parameter Name="values" Type="microsoft.graph.Json" />
 19772          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19773        </Action>
 19774        <Action Name="bahtText" IsBound="true">
 19775          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19776          <Parameter Name="number" Type="microsoft.graph.Json" />
 19777          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19778        </Action>
 19779        <Action Name="base" IsBound="true">
 19780          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19781          <Parameter Name="number" Type="microsoft.graph.Json" />
 19782          <Parameter Name="radix" Type="microsoft.graph.Json" />
 19783          <Parameter Name="minLength" Type="microsoft.graph.Json" />
 19784          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19785        </Action>
 19786        <Action Name="besselI" IsBound="true">
 19787          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19788          <Parameter Name="x" Type="microsoft.graph.Json" />
 19789          <Parameter Name="n" Type="microsoft.graph.Json" />
 19790          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19791        </Action>
 19792        <Action Name="besselJ" IsBound="true">
 19793          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19794          <Parameter Name="x" Type="microsoft.graph.Json" />
 19795          <Parameter Name="n" Type="microsoft.graph.Json" />
 19796          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19797        </Action>
 19798        <Action Name="besselK" IsBound="true">
 19799          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19800          <Parameter Name="x" Type="microsoft.graph.Json" />
 19801          <Parameter Name="n" Type="microsoft.graph.Json" />
 19802          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19803        </Action>
 19804        <Action Name="besselY" IsBound="true">
 19805          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19806          <Parameter Name="x" Type="microsoft.graph.Json" />
 19807          <Parameter Name="n" Type="microsoft.graph.Json" />
 19808          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19809        </Action>
 19810        <Action Name="beta_Dist" IsBound="true">
 19811          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19812          <Parameter Name="x" Type="microsoft.graph.Json" />
 19813          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 19814          <Parameter Name="beta" Type="microsoft.graph.Json" />
 19815          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 19816          <Parameter Name="A" Type="microsoft.graph.Json" />
 19817          <Parameter Name="B" Type="microsoft.graph.Json" />
 19818          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19819        </Action>
 19820        <Action Name="beta_Inv" IsBound="true">
 19821          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19822          <Parameter Name="probability" Type="microsoft.graph.Json" />
 19823          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 19824          <Parameter Name="beta" Type="microsoft.graph.Json" />
 19825          <Parameter Name="A" Type="microsoft.graph.Json" />
 19826          <Parameter Name="B" Type="microsoft.graph.Json" />
 19827          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19828        </Action>
 19829        <Action Name="bin2Dec" IsBound="true">
 19830          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19831          <Parameter Name="number" Type="microsoft.graph.Json" />
 19832          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19833        </Action>
 19834        <Action Name="bin2Hex" IsBound="true">
 19835          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19836          <Parameter Name="number" Type="microsoft.graph.Json" />
 19837          <Parameter Name="places" Type="microsoft.graph.Json" />
 19838          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19839        </Action>
 19840        <Action Name="bin2Oct" IsBound="true">
 19841          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19842          <Parameter Name="number" Type="microsoft.graph.Json" />
 19843          <Parameter Name="places" Type="microsoft.graph.Json" />
 19844          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19845        </Action>
 19846        <Action Name="binom_Dist" IsBound="true">
 19847          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19848          <Parameter Name="numberS" Type="microsoft.graph.Json" />
 19849          <Parameter Name="trials" Type="microsoft.graph.Json" />
 19850          <Parameter Name="probabilityS" Type="microsoft.graph.Json" />
 19851          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 19852          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19853        </Action>
 19854        <Action Name="binom_Dist_Range" IsBound="true">
 19855          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19856          <Parameter Name="trials" Type="microsoft.graph.Json" />
 19857          <Parameter Name="probabilityS" Type="microsoft.graph.Json" />
 19858          <Parameter Name="numberS" Type="microsoft.graph.Json" />
 19859          <Parameter Name="numberS2" Type="microsoft.graph.Json" />
 19860          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19861        </Action>
 19862        <Action Name="binom_Inv" IsBound="true">
 19863          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19864          <Parameter Name="trials" Type="microsoft.graph.Json" />
 19865          <Parameter Name="probabilityS" Type="microsoft.graph.Json" />
 19866          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 19867          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19868        </Action>
 19869        <Action Name="bitand" IsBound="true">
 19870          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19871          <Parameter Name="number1" Type="microsoft.graph.Json" />
 19872          <Parameter Name="number2" Type="microsoft.graph.Json" />
 19873          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19874        </Action>
 19875        <Action Name="bitlshift" IsBound="true">
 19876          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19877          <Parameter Name="number" Type="microsoft.graph.Json" />
 19878          <Parameter Name="shiftAmount" Type="microsoft.graph.Json" />
 19879          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19880        </Action>
 19881        <Action Name="bitor" IsBound="true">
 19882          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19883          <Parameter Name="number1" Type="microsoft.graph.Json" />
 19884          <Parameter Name="number2" Type="microsoft.graph.Json" />
 19885          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19886        </Action>
 19887        <Action Name="bitrshift" IsBound="true">
 19888          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19889          <Parameter Name="number" Type="microsoft.graph.Json" />
 19890          <Parameter Name="shiftAmount" Type="microsoft.graph.Json" />
 19891          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19892        </Action>
 19893        <Action Name="bitxor" IsBound="true">
 19894          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19895          <Parameter Name="number1" Type="microsoft.graph.Json" />
 19896          <Parameter Name="number2" Type="microsoft.graph.Json" />
 19897          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19898        </Action>
 19899        <Action Name="ceiling_Math" IsBound="true">
 19900          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19901          <Parameter Name="number" Type="microsoft.graph.Json" />
 19902          <Parameter Name="significance" Type="microsoft.graph.Json" />
 19903          <Parameter Name="mode" Type="microsoft.graph.Json" />
 19904          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19905        </Action>
 19906        <Action Name="ceiling_Precise" IsBound="true">
 19907          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19908          <Parameter Name="number" Type="microsoft.graph.Json" />
 19909          <Parameter Name="significance" Type="microsoft.graph.Json" />
 19910          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19911        </Action>
 19912        <Action Name="char" IsBound="true">
 19913          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19914          <Parameter Name="number" Type="microsoft.graph.Json" />
 19915          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19916        </Action>
 19917        <Action Name="chiSq_Dist" IsBound="true">
 19918          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19919          <Parameter Name="x" Type="microsoft.graph.Json" />
 19920          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 19921          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 19922          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19923        </Action>
 19924        <Action Name="chiSq_Dist_RT" IsBound="true">
 19925          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19926          <Parameter Name="x" Type="microsoft.graph.Json" />
 19927          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 19928          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19929        </Action>
 19930        <Action Name="chiSq_Inv" IsBound="true">
 19931          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19932          <Parameter Name="probability" Type="microsoft.graph.Json" />
 19933          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 19934          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19935        </Action>
 19936        <Action Name="chiSq_Inv_RT" IsBound="true">
 19937          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19938          <Parameter Name="probability" Type="microsoft.graph.Json" />
 19939          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 19940          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19941        </Action>
 19942        <Action Name="choose" IsBound="true">
 19943          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19944          <Parameter Name="indexNum" Type="microsoft.graph.Json" />
 19945          <Parameter Name="values" Type="microsoft.graph.Json" />
 19946          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19947        </Action>
 19948        <Action Name="clean" IsBound="true">
 19949          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19950          <Parameter Name="text" Type="microsoft.graph.Json" />
 19951          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19952        </Action>
 19953        <Action Name="code" IsBound="true">
 19954          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19955          <Parameter Name="text" Type="microsoft.graph.Json" />
 19956          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19957        </Action>
 19958        <Action Name="columns" IsBound="true">
 19959          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19960          <Parameter Name="array" Type="microsoft.graph.Json" />
 19961          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19962        </Action>
 19963        <Action Name="combin" IsBound="true">
 19964          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19965          <Parameter Name="number" Type="microsoft.graph.Json" />
 19966          <Parameter Name="numberChosen" Type="microsoft.graph.Json" />
 19967          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19968        </Action>
 19969        <Action Name="combina" IsBound="true">
 19970          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19971          <Parameter Name="number" Type="microsoft.graph.Json" />
 19972          <Parameter Name="numberChosen" Type="microsoft.graph.Json" />
 19973          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19974        </Action>
 19975        <Action Name="complex" IsBound="true">
 19976          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19977          <Parameter Name="realNum" Type="microsoft.graph.Json" />
 19978          <Parameter Name="iNum" Type="microsoft.graph.Json" />
 19979          <Parameter Name="suffix" Type="microsoft.graph.Json" />
 19980          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19981        </Action>
 19982        <Action Name="concatenate" IsBound="true">
 19983          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19984          <Parameter Name="values" Type="microsoft.graph.Json" />
 19985          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19986        </Action>
 19987        <Action Name="confidence_Norm" IsBound="true">
 19988          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19989          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 19990          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 19991          <Parameter Name="size" Type="microsoft.graph.Json" />
 19992          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 19993        </Action>
 19994        <Action Name="confidence_T" IsBound="true">
 19995          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 19996          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 19997          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 19998          <Parameter Name="size" Type="microsoft.graph.Json" />
 19999          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20000        </Action>
 20001        <Action Name="convert" IsBound="true">
 20002          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20003          <Parameter Name="number" Type="microsoft.graph.Json" />
 20004          <Parameter Name="fromUnit" Type="microsoft.graph.Json" />
 20005          <Parameter Name="toUnit" Type="microsoft.graph.Json" />
 20006          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20007        </Action>
 20008        <Action Name="cos" IsBound="true">
 20009          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20010          <Parameter Name="number" Type="microsoft.graph.Json" />
 20011          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20012        </Action>
 20013        <Action Name="cosh" IsBound="true">
 20014          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20015          <Parameter Name="number" Type="microsoft.graph.Json" />
 20016          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20017        </Action>
 20018        <Action Name="cot" IsBound="true">
 20019          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20020          <Parameter Name="number" Type="microsoft.graph.Json" />
 20021          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20022        </Action>
 20023        <Action Name="coth" IsBound="true">
 20024          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20025          <Parameter Name="number" Type="microsoft.graph.Json" />
 20026          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20027        </Action>
 20028        <Action Name="count" IsBound="true">
 20029          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20030          <Parameter Name="values" Type="microsoft.graph.Json" />
 20031          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20032        </Action>
 20033        <Action Name="countA" IsBound="true">
 20034          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20035          <Parameter Name="values" Type="microsoft.graph.Json" />
 20036          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20037        </Action>
 20038        <Action Name="countBlank" IsBound="true">
 20039          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20040          <Parameter Name="range" Type="microsoft.graph.Json" />
 20041          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20042        </Action>
 20043        <Action Name="countIf" IsBound="true">
 20044          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20045          <Parameter Name="range" Type="microsoft.graph.Json" />
 20046          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20047          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20048        </Action>
 20049        <Action Name="countIfs" IsBound="true">
 20050          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20051          <Parameter Name="values" Type="microsoft.graph.Json" />
 20052          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20053        </Action>
 20054        <Action Name="coupDayBs" IsBound="true">
 20055          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20056          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20057          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20058          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20059          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20060          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20061        </Action>
 20062        <Action Name="coupDays" IsBound="true">
 20063          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20064          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20065          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20066          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20067          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20068          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20069        </Action>
 20070        <Action Name="coupDaysNc" IsBound="true">
 20071          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20072          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20073          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20074          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20075          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20076          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20077        </Action>
 20078        <Action Name="coupNcd" IsBound="true">
 20079          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20080          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20081          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20082          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20083          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20084          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20085        </Action>
 20086        <Action Name="coupNum" IsBound="true">
 20087          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20088          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20089          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20090          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20091          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20092          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20093        </Action>
 20094        <Action Name="coupPcd" IsBound="true">
 20095          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20096          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20097          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20098          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20099          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20100          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20101        </Action>
 20102        <Action Name="csc" IsBound="true">
 20103          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20104          <Parameter Name="number" Type="microsoft.graph.Json" />
 20105          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20106        </Action>
 20107        <Action Name="csch" IsBound="true">
 20108          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20109          <Parameter Name="number" Type="microsoft.graph.Json" />
 20110          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20111        </Action>
 20112        <Action Name="cumIPmt" IsBound="true">
 20113          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20114          <Parameter Name="rate" Type="microsoft.graph.Json" />
 20115          <Parameter Name="nper" Type="microsoft.graph.Json" />
 20116          <Parameter Name="pv" Type="microsoft.graph.Json" />
 20117          <Parameter Name="startPeriod" Type="microsoft.graph.Json" />
 20118          <Parameter Name="endPeriod" Type="microsoft.graph.Json" />
 20119          <Parameter Name="type" Type="microsoft.graph.Json" />
 20120          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20121        </Action>
 20122        <Action Name="cumPrinc" IsBound="true">
 20123          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20124          <Parameter Name="rate" Type="microsoft.graph.Json" />
 20125          <Parameter Name="nper" Type="microsoft.graph.Json" />
 20126          <Parameter Name="pv" Type="microsoft.graph.Json" />
 20127          <Parameter Name="startPeriod" Type="microsoft.graph.Json" />
 20128          <Parameter Name="endPeriod" Type="microsoft.graph.Json" />
 20129          <Parameter Name="type" Type="microsoft.graph.Json" />
 20130          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20131        </Action>
 20132        <Action Name="daverage" IsBound="true">
 20133          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20134          <Parameter Name="database" Type="microsoft.graph.Json" />
 20135          <Parameter Name="field" Type="microsoft.graph.Json" />
 20136          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20137          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20138        </Action>
 20139        <Action Name="dcount" IsBound="true">
 20140          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20141          <Parameter Name="database" Type="microsoft.graph.Json" />
 20142          <Parameter Name="field" Type="microsoft.graph.Json" />
 20143          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20144          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20145        </Action>
 20146        <Action Name="dcountA" IsBound="true">
 20147          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20148          <Parameter Name="database" Type="microsoft.graph.Json" />
 20149          <Parameter Name="field" Type="microsoft.graph.Json" />
 20150          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20151          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20152        </Action>
 20153        <Action Name="dget" IsBound="true">
 20154          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20155          <Parameter Name="database" Type="microsoft.graph.Json" />
 20156          <Parameter Name="field" Type="microsoft.graph.Json" />
 20157          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20158          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20159        </Action>
 20160        <Action Name="dmax" IsBound="true">
 20161          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20162          <Parameter Name="database" Type="microsoft.graph.Json" />
 20163          <Parameter Name="field" Type="microsoft.graph.Json" />
 20164          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20165          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20166        </Action>
 20167        <Action Name="dmin" IsBound="true">
 20168          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20169          <Parameter Name="database" Type="microsoft.graph.Json" />
 20170          <Parameter Name="field" Type="microsoft.graph.Json" />
 20171          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20172          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20173        </Action>
 20174        <Action Name="dproduct" IsBound="true">
 20175          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20176          <Parameter Name="database" Type="microsoft.graph.Json" />
 20177          <Parameter Name="field" Type="microsoft.graph.Json" />
 20178          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20179          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20180        </Action>
 20181        <Action Name="dstDev" IsBound="true">
 20182          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20183          <Parameter Name="database" Type="microsoft.graph.Json" />
 20184          <Parameter Name="field" Type="microsoft.graph.Json" />
 20185          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20186          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20187        </Action>
 20188        <Action Name="dstDevP" IsBound="true">
 20189          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20190          <Parameter Name="database" Type="microsoft.graph.Json" />
 20191          <Parameter Name="field" Type="microsoft.graph.Json" />
 20192          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20193          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20194        </Action>
 20195        <Action Name="dsum" IsBound="true">
 20196          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20197          <Parameter Name="database" Type="microsoft.graph.Json" />
 20198          <Parameter Name="field" Type="microsoft.graph.Json" />
 20199          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20200          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20201        </Action>
 20202        <Action Name="dvar" IsBound="true">
 20203          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20204          <Parameter Name="database" Type="microsoft.graph.Json" />
 20205          <Parameter Name="field" Type="microsoft.graph.Json" />
 20206          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20207          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20208        </Action>
 20209        <Action Name="dvarP" IsBound="true">
 20210          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20211          <Parameter Name="database" Type="microsoft.graph.Json" />
 20212          <Parameter Name="field" Type="microsoft.graph.Json" />
 20213          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 20214          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20215        </Action>
 20216        <Action Name="date" IsBound="true">
 20217          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20218          <Parameter Name="year" Type="microsoft.graph.Json" />
 20219          <Parameter Name="month" Type="microsoft.graph.Json" />
 20220          <Parameter Name="day" Type="microsoft.graph.Json" />
 20221          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20222        </Action>
 20223        <Action Name="datevalue" IsBound="true">
 20224          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20225          <Parameter Name="dateText" Type="microsoft.graph.Json" />
 20226          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20227        </Action>
 20228        <Action Name="day" IsBound="true">
 20229          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20230          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 20231          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20232        </Action>
 20233        <Action Name="days" IsBound="true">
 20234          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20235          <Parameter Name="endDate" Type="microsoft.graph.Json" />
 20236          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 20237          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20238        </Action>
 20239        <Action Name="days360" IsBound="true">
 20240          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20241          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 20242          <Parameter Name="endDate" Type="microsoft.graph.Json" />
 20243          <Parameter Name="method" Type="microsoft.graph.Json" />
 20244          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20245        </Action>
 20246        <Action Name="db" IsBound="true">
 20247          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20248          <Parameter Name="cost" Type="microsoft.graph.Json" />
 20249          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 20250          <Parameter Name="life" Type="microsoft.graph.Json" />
 20251          <Parameter Name="period" Type="microsoft.graph.Json" />
 20252          <Parameter Name="month" Type="microsoft.graph.Json" />
 20253          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20254        </Action>
 20255        <Action Name="dbcs" IsBound="true">
 20256          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20257          <Parameter Name="text" Type="microsoft.graph.Json" />
 20258          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20259        </Action>
 20260        <Action Name="ddb" IsBound="true">
 20261          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20262          <Parameter Name="cost" Type="microsoft.graph.Json" />
 20263          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 20264          <Parameter Name="life" Type="microsoft.graph.Json" />
 20265          <Parameter Name="period" Type="microsoft.graph.Json" />
 20266          <Parameter Name="factor" Type="microsoft.graph.Json" />
 20267          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20268        </Action>
 20269        <Action Name="dec2Bin" IsBound="true">
 20270          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20271          <Parameter Name="number" Type="microsoft.graph.Json" />
 20272          <Parameter Name="places" Type="microsoft.graph.Json" />
 20273          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20274        </Action>
 20275        <Action Name="dec2Hex" IsBound="true">
 20276          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20277          <Parameter Name="number" Type="microsoft.graph.Json" />
 20278          <Parameter Name="places" Type="microsoft.graph.Json" />
 20279          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20280        </Action>
 20281        <Action Name="dec2Oct" IsBound="true">
 20282          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20283          <Parameter Name="number" Type="microsoft.graph.Json" />
 20284          <Parameter Name="places" Type="microsoft.graph.Json" />
 20285          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20286        </Action>
 20287        <Action Name="decimal" IsBound="true">
 20288          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20289          <Parameter Name="number" Type="microsoft.graph.Json" />
 20290          <Parameter Name="radix" Type="microsoft.graph.Json" />
 20291          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20292        </Action>
 20293        <Action Name="degrees" IsBound="true">
 20294          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20295          <Parameter Name="angle" Type="microsoft.graph.Json" />
 20296          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20297        </Action>
 20298        <Action Name="delta" IsBound="true">
 20299          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20300          <Parameter Name="number1" Type="microsoft.graph.Json" />
 20301          <Parameter Name="number2" Type="microsoft.graph.Json" />
 20302          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20303        </Action>
 20304        <Action Name="devSq" IsBound="true">
 20305          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20306          <Parameter Name="values" Type="microsoft.graph.Json" />
 20307          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20308        </Action>
 20309        <Action Name="disc" IsBound="true">
 20310          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20311          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20312          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20313          <Parameter Name="pr" Type="microsoft.graph.Json" />
 20314          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 20315          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20316          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20317        </Action>
 20318        <Action Name="dollar" IsBound="true">
 20319          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20320          <Parameter Name="number" Type="microsoft.graph.Json" />
 20321          <Parameter Name="decimals" Type="microsoft.graph.Json" />
 20322          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20323        </Action>
 20324        <Action Name="dollarDe" IsBound="true">
 20325          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20326          <Parameter Name="fractionalDollar" Type="microsoft.graph.Json" />
 20327          <Parameter Name="fraction" Type="microsoft.graph.Json" />
 20328          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20329        </Action>
 20330        <Action Name="dollarFr" IsBound="true">
 20331          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20332          <Parameter Name="decimalDollar" Type="microsoft.graph.Json" />
 20333          <Parameter Name="fraction" Type="microsoft.graph.Json" />
 20334          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20335        </Action>
 20336        <Action Name="duration" IsBound="true">
 20337          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20338          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20339          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20340          <Parameter Name="coupon" Type="microsoft.graph.Json" />
 20341          <Parameter Name="yld" Type="microsoft.graph.Json" />
 20342          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20343          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20344          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20345        </Action>
 20346        <Action Name="ecma_Ceiling" IsBound="true">
 20347          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20348          <Parameter Name="number" Type="microsoft.graph.Json" />
 20349          <Parameter Name="significance" Type="microsoft.graph.Json" />
 20350          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20351        </Action>
 20352        <Action Name="edate" IsBound="true">
 20353          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20354          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 20355          <Parameter Name="months" Type="microsoft.graph.Json" />
 20356          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20357        </Action>
 20358        <Action Name="effect" IsBound="true">
 20359          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20360          <Parameter Name="nominalRate" Type="microsoft.graph.Json" />
 20361          <Parameter Name="npery" Type="microsoft.graph.Json" />
 20362          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20363        </Action>
 20364        <Action Name="eoMonth" IsBound="true">
 20365          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20366          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 20367          <Parameter Name="months" Type="microsoft.graph.Json" />
 20368          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20369        </Action>
 20370        <Action Name="erf" IsBound="true">
 20371          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20372          <Parameter Name="lowerLimit" Type="microsoft.graph.Json" />
 20373          <Parameter Name="upperLimit" Type="microsoft.graph.Json" />
 20374          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20375        </Action>
 20376        <Action Name="erfC" IsBound="true">
 20377          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20378          <Parameter Name="x" Type="microsoft.graph.Json" />
 20379          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20380        </Action>
 20381        <Action Name="erfC_Precise" IsBound="true">
 20382          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20383          <Parameter Name="X" Type="microsoft.graph.Json" />
 20384          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20385        </Action>
 20386        <Action Name="erf_Precise" IsBound="true">
 20387          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20388          <Parameter Name="X" Type="microsoft.graph.Json" />
 20389          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20390        </Action>
 20391        <Action Name="error_Type" IsBound="true">
 20392          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20393          <Parameter Name="errorVal" Type="microsoft.graph.Json" />
 20394          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20395        </Action>
 20396        <Action Name="even" IsBound="true">
 20397          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20398          <Parameter Name="number" Type="microsoft.graph.Json" />
 20399          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20400        </Action>
 20401        <Action Name="exact" IsBound="true">
 20402          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20403          <Parameter Name="text1" Type="microsoft.graph.Json" />
 20404          <Parameter Name="text2" Type="microsoft.graph.Json" />
 20405          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20406        </Action>
 20407        <Action Name="exp" IsBound="true">
 20408          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20409          <Parameter Name="number" Type="microsoft.graph.Json" />
 20410          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20411        </Action>
 20412        <Action Name="expon_Dist" IsBound="true">
 20413          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20414          <Parameter Name="x" Type="microsoft.graph.Json" />
 20415          <Parameter Name="lambda" Type="microsoft.graph.Json" />
 20416          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 20417          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20418        </Action>
 20419        <Action Name="fvschedule" IsBound="true">
 20420          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20421          <Parameter Name="principal" Type="microsoft.graph.Json" />
 20422          <Parameter Name="schedule" Type="microsoft.graph.Json" />
 20423          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20424        </Action>
 20425        <Action Name="f_Dist" IsBound="true">
 20426          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20427          <Parameter Name="x" Type="microsoft.graph.Json" />
 20428          <Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
 20429          <Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
 20430          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 20431          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20432        </Action>
 20433        <Action Name="f_Dist_RT" IsBound="true">
 20434          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20435          <Parameter Name="x" Type="microsoft.graph.Json" />
 20436          <Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
 20437          <Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
 20438          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20439        </Action>
 20440        <Action Name="f_Inv" IsBound="true">
 20441          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20442          <Parameter Name="probability" Type="microsoft.graph.Json" />
 20443          <Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
 20444          <Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
 20445          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20446        </Action>
 20447        <Action Name="f_Inv_RT" IsBound="true">
 20448          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20449          <Parameter Name="probability" Type="microsoft.graph.Json" />
 20450          <Parameter Name="degFreedom1" Type="microsoft.graph.Json" />
 20451          <Parameter Name="degFreedom2" Type="microsoft.graph.Json" />
 20452          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20453        </Action>
 20454        <Action Name="fact" IsBound="true">
 20455          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20456          <Parameter Name="number" Type="microsoft.graph.Json" />
 20457          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20458        </Action>
 20459        <Action Name="factDouble" IsBound="true">
 20460          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20461          <Parameter Name="number" Type="microsoft.graph.Json" />
 20462          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20463        </Action>
 20464        <Action Name="false" IsBound="true">
 20465          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20466          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20467        </Action>
 20468        <Action Name="find" IsBound="true">
 20469          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20470          <Parameter Name="findText" Type="microsoft.graph.Json" />
 20471          <Parameter Name="withinText" Type="microsoft.graph.Json" />
 20472          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 20473          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20474        </Action>
 20475        <Action Name="findB" IsBound="true">
 20476          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20477          <Parameter Name="findText" Type="microsoft.graph.Json" />
 20478          <Parameter Name="withinText" Type="microsoft.graph.Json" />
 20479          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 20480          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20481        </Action>
 20482        <Action Name="fisher" IsBound="true">
 20483          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20484          <Parameter Name="x" Type="microsoft.graph.Json" />
 20485          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20486        </Action>
 20487        <Action Name="fisherInv" IsBound="true">
 20488          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20489          <Parameter Name="y" Type="microsoft.graph.Json" />
 20490          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20491        </Action>
 20492        <Action Name="fixed" IsBound="true">
 20493          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20494          <Parameter Name="number" Type="microsoft.graph.Json" />
 20495          <Parameter Name="decimals" Type="microsoft.graph.Json" />
 20496          <Parameter Name="noCommas" Type="microsoft.graph.Json" />
 20497          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20498        </Action>
 20499        <Action Name="floor_Math" IsBound="true">
 20500          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20501          <Parameter Name="number" Type="microsoft.graph.Json" />
 20502          <Parameter Name="significance" Type="microsoft.graph.Json" />
 20503          <Parameter Name="mode" Type="microsoft.graph.Json" />
 20504          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20505        </Action>
 20506        <Action Name="floor_Precise" IsBound="true">
 20507          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20508          <Parameter Name="number" Type="microsoft.graph.Json" />
 20509          <Parameter Name="significance" Type="microsoft.graph.Json" />
 20510          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20511        </Action>
 20512        <Action Name="fv" IsBound="true">
 20513          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20514          <Parameter Name="rate" Type="microsoft.graph.Json" />
 20515          <Parameter Name="nper" Type="microsoft.graph.Json" />
 20516          <Parameter Name="pmt" Type="microsoft.graph.Json" />
 20517          <Parameter Name="pv" Type="microsoft.graph.Json" />
 20518          <Parameter Name="type" Type="microsoft.graph.Json" />
 20519          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20520        </Action>
 20521        <Action Name="gamma" IsBound="true">
 20522          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20523          <Parameter Name="x" Type="microsoft.graph.Json" />
 20524          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20525        </Action>
 20526        <Action Name="gammaLn" IsBound="true">
 20527          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20528          <Parameter Name="x" Type="microsoft.graph.Json" />
 20529          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20530        </Action>
 20531        <Action Name="gammaLn_Precise" IsBound="true">
 20532          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20533          <Parameter Name="x" Type="microsoft.graph.Json" />
 20534          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20535        </Action>
 20536        <Action Name="gamma_Dist" IsBound="true">
 20537          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20538          <Parameter Name="x" Type="microsoft.graph.Json" />
 20539          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 20540          <Parameter Name="beta" Type="microsoft.graph.Json" />
 20541          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 20542          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20543        </Action>
 20544        <Action Name="gamma_Inv" IsBound="true">
 20545          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20546          <Parameter Name="probability" Type="microsoft.graph.Json" />
 20547          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 20548          <Parameter Name="beta" Type="microsoft.graph.Json" />
 20549          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20550        </Action>
 20551        <Action Name="gauss" IsBound="true">
 20552          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20553          <Parameter Name="x" Type="microsoft.graph.Json" />
 20554          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20555        </Action>
 20556        <Action Name="gcd" IsBound="true">
 20557          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20558          <Parameter Name="values" Type="microsoft.graph.Json" />
 20559          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20560        </Action>
 20561        <Action Name="geStep" IsBound="true">
 20562          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20563          <Parameter Name="number" Type="microsoft.graph.Json" />
 20564          <Parameter Name="step" Type="microsoft.graph.Json" />
 20565          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20566        </Action>
 20567        <Action Name="geoMean" IsBound="true">
 20568          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20569          <Parameter Name="values" Type="microsoft.graph.Json" />
 20570          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20571        </Action>
 20572        <Action Name="hlookup" IsBound="true">
 20573          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20574          <Parameter Name="lookupValue" Type="microsoft.graph.Json" />
 20575          <Parameter Name="tableArray" Type="microsoft.graph.Json" />
 20576          <Parameter Name="rowIndexNum" Type="microsoft.graph.Json" />
 20577          <Parameter Name="rangeLookup" Type="microsoft.graph.Json" />
 20578          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20579        </Action>
 20580        <Action Name="harMean" IsBound="true">
 20581          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20582          <Parameter Name="values" Type="microsoft.graph.Json" />
 20583          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20584        </Action>
 20585        <Action Name="hex2Bin" IsBound="true">
 20586          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20587          <Parameter Name="number" Type="microsoft.graph.Json" />
 20588          <Parameter Name="places" Type="microsoft.graph.Json" />
 20589          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20590        </Action>
 20591        <Action Name="hex2Dec" IsBound="true">
 20592          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20593          <Parameter Name="number" Type="microsoft.graph.Json" />
 20594          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20595        </Action>
 20596        <Action Name="hex2Oct" IsBound="true">
 20597          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20598          <Parameter Name="number" Type="microsoft.graph.Json" />
 20599          <Parameter Name="places" Type="microsoft.graph.Json" />
 20600          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20601        </Action>
 20602        <Action Name="hour" IsBound="true">
 20603          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20604          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 20605          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20606        </Action>
 20607        <Action Name="hypGeom_Dist" IsBound="true">
 20608          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20609          <Parameter Name="sampleS" Type="microsoft.graph.Json" />
 20610          <Parameter Name="numberSample" Type="microsoft.graph.Json" />
 20611          <Parameter Name="populationS" Type="microsoft.graph.Json" />
 20612          <Parameter Name="numberPop" Type="microsoft.graph.Json" />
 20613          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 20614          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20615        </Action>
 20616        <Action Name="hyperlink" IsBound="true">
 20617          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20618          <Parameter Name="linkLocation" Type="microsoft.graph.Json" />
 20619          <Parameter Name="friendlyName" Type="microsoft.graph.Json" />
 20620          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20621        </Action>
 20622        <Action Name="iso_Ceiling" IsBound="true">
 20623          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20624          <Parameter Name="number" Type="microsoft.graph.Json" />
 20625          <Parameter Name="significance" Type="microsoft.graph.Json" />
 20626          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20627        </Action>
 20628        <Action Name="if" IsBound="true">
 20629          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20630          <Parameter Name="logicalTest" Type="microsoft.graph.Json" />
 20631          <Parameter Name="valueIfTrue" Type="microsoft.graph.Json" />
 20632          <Parameter Name="valueIfFalse" Type="microsoft.graph.Json" />
 20633          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20634        </Action>
 20635        <Action Name="imAbs" IsBound="true">
 20636          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20637          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20638          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20639        </Action>
 20640        <Action Name="imArgument" IsBound="true">
 20641          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20642          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20643          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20644        </Action>
 20645        <Action Name="imConjugate" IsBound="true">
 20646          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20647          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20648          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20649        </Action>
 20650        <Action Name="imCos" IsBound="true">
 20651          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20652          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20653          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20654        </Action>
 20655        <Action Name="imCosh" IsBound="true">
 20656          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20657          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20658          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20659        </Action>
 20660        <Action Name="imCot" IsBound="true">
 20661          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20662          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20663          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20664        </Action>
 20665        <Action Name="imCsc" IsBound="true">
 20666          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20667          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20668          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20669        </Action>
 20670        <Action Name="imCsch" IsBound="true">
 20671          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20672          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20673          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20674        </Action>
 20675        <Action Name="imDiv" IsBound="true">
 20676          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20677          <Parameter Name="inumber1" Type="microsoft.graph.Json" />
 20678          <Parameter Name="inumber2" Type="microsoft.graph.Json" />
 20679          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20680        </Action>
 20681        <Action Name="imExp" IsBound="true">
 20682          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20683          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20684          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20685        </Action>
 20686        <Action Name="imLn" IsBound="true">
 20687          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20688          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20689          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20690        </Action>
 20691        <Action Name="imLog10" IsBound="true">
 20692          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20693          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20694          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20695        </Action>
 20696        <Action Name="imLog2" IsBound="true">
 20697          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20698          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20699          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20700        </Action>
 20701        <Action Name="imPower" IsBound="true">
 20702          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20703          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20704          <Parameter Name="number" Type="microsoft.graph.Json" />
 20705          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20706        </Action>
 20707        <Action Name="imProduct" IsBound="true">
 20708          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20709          <Parameter Name="values" Type="microsoft.graph.Json" />
 20710          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20711        </Action>
 20712        <Action Name="imReal" IsBound="true">
 20713          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20714          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20715          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20716        </Action>
 20717        <Action Name="imSec" IsBound="true">
 20718          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20719          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20720          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20721        </Action>
 20722        <Action Name="imSech" IsBound="true">
 20723          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20724          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20725          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20726        </Action>
 20727        <Action Name="imSin" IsBound="true">
 20728          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20729          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20730          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20731        </Action>
 20732        <Action Name="imSinh" IsBound="true">
 20733          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20734          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20735          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20736        </Action>
 20737        <Action Name="imSqrt" IsBound="true">
 20738          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20739          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20740          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20741        </Action>
 20742        <Action Name="imSub" IsBound="true">
 20743          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20744          <Parameter Name="inumber1" Type="microsoft.graph.Json" />
 20745          <Parameter Name="inumber2" Type="microsoft.graph.Json" />
 20746          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20747        </Action>
 20748        <Action Name="imSum" IsBound="true">
 20749          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20750          <Parameter Name="values" Type="microsoft.graph.Json" />
 20751          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20752        </Action>
 20753        <Action Name="imTan" IsBound="true">
 20754          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20755          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20756          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20757        </Action>
 20758        <Action Name="imaginary" IsBound="true">
 20759          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20760          <Parameter Name="inumber" Type="microsoft.graph.Json" />
 20761          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20762        </Action>
 20763        <Action Name="int" IsBound="true">
 20764          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20765          <Parameter Name="number" Type="microsoft.graph.Json" />
 20766          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20767        </Action>
 20768        <Action Name="intRate" IsBound="true">
 20769          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20770          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20771          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20772          <Parameter Name="investment" Type="microsoft.graph.Json" />
 20773          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 20774          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20775          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20776        </Action>
 20777        <Action Name="ipmt" IsBound="true">
 20778          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20779          <Parameter Name="rate" Type="microsoft.graph.Json" />
 20780          <Parameter Name="per" Type="microsoft.graph.Json" />
 20781          <Parameter Name="nper" Type="microsoft.graph.Json" />
 20782          <Parameter Name="pv" Type="microsoft.graph.Json" />
 20783          <Parameter Name="fv" Type="microsoft.graph.Json" />
 20784          <Parameter Name="type" Type="microsoft.graph.Json" />
 20785          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20786        </Action>
 20787        <Action Name="irr" IsBound="true">
 20788          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20789          <Parameter Name="values" Type="microsoft.graph.Json" />
 20790          <Parameter Name="guess" Type="microsoft.graph.Json" />
 20791          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20792        </Action>
 20793        <Action Name="isErr" IsBound="true">
 20794          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20795          <Parameter Name="value" Type="microsoft.graph.Json" />
 20796          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20797        </Action>
 20798        <Action Name="isError" IsBound="true">
 20799          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20800          <Parameter Name="value" Type="microsoft.graph.Json" />
 20801          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20802        </Action>
 20803        <Action Name="isEven" IsBound="true">
 20804          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20805          <Parameter Name="number" Type="microsoft.graph.Json" />
 20806          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20807        </Action>
 20808        <Action Name="isFormula" IsBound="true">
 20809          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20810          <Parameter Name="reference" Type="microsoft.graph.Json" />
 20811          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20812        </Action>
 20813        <Action Name="isLogical" IsBound="true">
 20814          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20815          <Parameter Name="value" Type="microsoft.graph.Json" />
 20816          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20817        </Action>
 20818        <Action Name="isNA" IsBound="true">
 20819          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20820          <Parameter Name="value" Type="microsoft.graph.Json" />
 20821          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20822        </Action>
 20823        <Action Name="isNonText" IsBound="true">
 20824          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20825          <Parameter Name="value" Type="microsoft.graph.Json" />
 20826          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20827        </Action>
 20828        <Action Name="isNumber" IsBound="true">
 20829          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20830          <Parameter Name="value" Type="microsoft.graph.Json" />
 20831          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20832        </Action>
 20833        <Action Name="isOdd" IsBound="true">
 20834          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20835          <Parameter Name="number" Type="microsoft.graph.Json" />
 20836          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20837        </Action>
 20838        <Action Name="isText" IsBound="true">
 20839          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20840          <Parameter Name="value" Type="microsoft.graph.Json" />
 20841          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20842        </Action>
 20843        <Action Name="isoWeekNum" IsBound="true">
 20844          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20845          <Parameter Name="date" Type="microsoft.graph.Json" />
 20846          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20847        </Action>
 20848        <Action Name="ispmt" IsBound="true">
 20849          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20850          <Parameter Name="rate" Type="microsoft.graph.Json" />
 20851          <Parameter Name="per" Type="microsoft.graph.Json" />
 20852          <Parameter Name="nper" Type="microsoft.graph.Json" />
 20853          <Parameter Name="pv" Type="microsoft.graph.Json" />
 20854          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20855        </Action>
 20856        <Action Name="isref" IsBound="true">
 20857          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20858          <Parameter Name="value" Type="microsoft.graph.Json" />
 20859          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20860        </Action>
 20861        <Action Name="kurt" IsBound="true">
 20862          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20863          <Parameter Name="values" Type="microsoft.graph.Json" />
 20864          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20865        </Action>
 20866        <Action Name="large" IsBound="true">
 20867          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20868          <Parameter Name="array" Type="microsoft.graph.Json" />
 20869          <Parameter Name="k" Type="microsoft.graph.Json" />
 20870          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20871        </Action>
 20872        <Action Name="lcm" IsBound="true">
 20873          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20874          <Parameter Name="values" Type="microsoft.graph.Json" />
 20875          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20876        </Action>
 20877        <Action Name="left" IsBound="true">
 20878          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20879          <Parameter Name="text" Type="microsoft.graph.Json" />
 20880          <Parameter Name="numChars" Type="microsoft.graph.Json" />
 20881          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20882        </Action>
 20883        <Action Name="leftb" IsBound="true">
 20884          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20885          <Parameter Name="text" Type="microsoft.graph.Json" />
 20886          <Parameter Name="numBytes" Type="microsoft.graph.Json" />
 20887          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20888        </Action>
 20889        <Action Name="len" IsBound="true">
 20890          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20891          <Parameter Name="text" Type="microsoft.graph.Json" />
 20892          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20893        </Action>
 20894        <Action Name="lenb" IsBound="true">
 20895          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20896          <Parameter Name="text" Type="microsoft.graph.Json" />
 20897          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20898        </Action>
 20899        <Action Name="ln" IsBound="true">
 20900          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20901          <Parameter Name="number" Type="microsoft.graph.Json" />
 20902          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20903        </Action>
 20904        <Action Name="log" IsBound="true">
 20905          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20906          <Parameter Name="number" Type="microsoft.graph.Json" />
 20907          <Parameter Name="base" Type="microsoft.graph.Json" />
 20908          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20909        </Action>
 20910        <Action Name="log10" IsBound="true">
 20911          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20912          <Parameter Name="number" Type="microsoft.graph.Json" />
 20913          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20914        </Action>
 20915        <Action Name="logNorm_Dist" IsBound="true">
 20916          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20917          <Parameter Name="x" Type="microsoft.graph.Json" />
 20918          <Parameter Name="mean" Type="microsoft.graph.Json" />
 20919          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 20920          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 20921          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20922        </Action>
 20923        <Action Name="logNorm_Inv" IsBound="true">
 20924          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20925          <Parameter Name="probability" Type="microsoft.graph.Json" />
 20926          <Parameter Name="mean" Type="microsoft.graph.Json" />
 20927          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 20928          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20929        </Action>
 20930        <Action Name="lookup" IsBound="true">
 20931          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20932          <Parameter Name="lookupValue" Type="microsoft.graph.Json" />
 20933          <Parameter Name="lookupVector" Type="microsoft.graph.Json" />
 20934          <Parameter Name="resultVector" Type="microsoft.graph.Json" />
 20935          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20936        </Action>
 20937        <Action Name="lower" IsBound="true">
 20938          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20939          <Parameter Name="text" Type="microsoft.graph.Json" />
 20940          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20941        </Action>
 20942        <Action Name="mduration" IsBound="true">
 20943          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20944          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 20945          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 20946          <Parameter Name="coupon" Type="microsoft.graph.Json" />
 20947          <Parameter Name="yld" Type="microsoft.graph.Json" />
 20948          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 20949          <Parameter Name="basis" Type="microsoft.graph.Json" />
 20950          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20951        </Action>
 20952        <Action Name="mirr" IsBound="true">
 20953          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20954          <Parameter Name="values" Type="microsoft.graph.Json" />
 20955          <Parameter Name="financeRate" Type="microsoft.graph.Json" />
 20956          <Parameter Name="reinvestRate" Type="microsoft.graph.Json" />
 20957          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20958        </Action>
 20959        <Action Name="mround" IsBound="true">
 20960          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20961          <Parameter Name="number" Type="microsoft.graph.Json" />
 20962          <Parameter Name="multiple" Type="microsoft.graph.Json" />
 20963          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20964        </Action>
 20965        <Action Name="match" IsBound="true">
 20966          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20967          <Parameter Name="lookupValue" Type="microsoft.graph.Json" />
 20968          <Parameter Name="lookupArray" Type="microsoft.graph.Json" />
 20969          <Parameter Name="matchType" Type="microsoft.graph.Json" />
 20970          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20971        </Action>
 20972        <Action Name="max" IsBound="true">
 20973          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20974          <Parameter Name="values" Type="microsoft.graph.Json" />
 20975          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20976        </Action>
 20977        <Action Name="maxA" IsBound="true">
 20978          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20979          <Parameter Name="values" Type="microsoft.graph.Json" />
 20980          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20981        </Action>
 20982        <Action Name="median" IsBound="true">
 20983          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20984          <Parameter Name="values" Type="microsoft.graph.Json" />
 20985          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20986        </Action>
 20987        <Action Name="mid" IsBound="true">
 20988          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20989          <Parameter Name="text" Type="microsoft.graph.Json" />
 20990          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 20991          <Parameter Name="numChars" Type="microsoft.graph.Json" />
 20992          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 20993        </Action>
 20994        <Action Name="midb" IsBound="true">
 20995          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 20996          <Parameter Name="text" Type="microsoft.graph.Json" />
 20997          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 20998          <Parameter Name="numBytes" Type="microsoft.graph.Json" />
 20999          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21000        </Action>
 21001        <Action Name="min" IsBound="true">
 21002          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21003          <Parameter Name="values" Type="microsoft.graph.Json" />
 21004          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21005        </Action>
 21006        <Action Name="minA" IsBound="true">
 21007          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21008          <Parameter Name="values" Type="microsoft.graph.Json" />
 21009          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21010        </Action>
 21011        <Action Name="minute" IsBound="true">
 21012          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21013          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21014          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21015        </Action>
 21016        <Action Name="mod" IsBound="true">
 21017          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21018          <Parameter Name="number" Type="microsoft.graph.Json" />
 21019          <Parameter Name="divisor" Type="microsoft.graph.Json" />
 21020          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21021        </Action>
 21022        <Action Name="month" IsBound="true">
 21023          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21024          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21025          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21026        </Action>
 21027        <Action Name="multiNomial" IsBound="true">
 21028          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21029          <Parameter Name="values" Type="microsoft.graph.Json" />
 21030          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21031        </Action>
 21032        <Action Name="n" IsBound="true">
 21033          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21034          <Parameter Name="value" Type="microsoft.graph.Json" />
 21035          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21036        </Action>
 21037        <Action Name="nper" IsBound="true">
 21038          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21039          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21040          <Parameter Name="pmt" Type="microsoft.graph.Json" />
 21041          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21042          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21043          <Parameter Name="type" Type="microsoft.graph.Json" />
 21044          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21045        </Action>
 21046        <Action Name="na" IsBound="true">
 21047          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21048          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21049        </Action>
 21050        <Action Name="negBinom_Dist" IsBound="true">
 21051          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21052          <Parameter Name="numberF" Type="microsoft.graph.Json" />
 21053          <Parameter Name="numberS" Type="microsoft.graph.Json" />
 21054          <Parameter Name="probabilityS" Type="microsoft.graph.Json" />
 21055          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21056          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21057        </Action>
 21058        <Action Name="networkDays" IsBound="true">
 21059          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21060          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 21061          <Parameter Name="endDate" Type="microsoft.graph.Json" />
 21062          <Parameter Name="holidays" Type="microsoft.graph.Json" />
 21063          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21064        </Action>
 21065        <Action Name="networkDays_Intl" IsBound="true">
 21066          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21067          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 21068          <Parameter Name="endDate" Type="microsoft.graph.Json" />
 21069          <Parameter Name="weekend" Type="microsoft.graph.Json" />
 21070          <Parameter Name="holidays" Type="microsoft.graph.Json" />
 21071          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21072        </Action>
 21073        <Action Name="nominal" IsBound="true">
 21074          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21075          <Parameter Name="effectRate" Type="microsoft.graph.Json" />
 21076          <Parameter Name="npery" Type="microsoft.graph.Json" />
 21077          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21078        </Action>
 21079        <Action Name="norm_Dist" IsBound="true">
 21080          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21081          <Parameter Name="x" Type="microsoft.graph.Json" />
 21082          <Parameter Name="mean" Type="microsoft.graph.Json" />
 21083          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 21084          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21085          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21086        </Action>
 21087        <Action Name="norm_Inv" IsBound="true">
 21088          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21089          <Parameter Name="probability" Type="microsoft.graph.Json" />
 21090          <Parameter Name="mean" Type="microsoft.graph.Json" />
 21091          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 21092          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21093        </Action>
 21094        <Action Name="norm_S_Dist" IsBound="true">
 21095          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21096          <Parameter Name="z" Type="microsoft.graph.Json" />
 21097          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21098          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21099        </Action>
 21100        <Action Name="norm_S_Inv" IsBound="true">
 21101          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21102          <Parameter Name="probability" Type="microsoft.graph.Json" />
 21103          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21104        </Action>
 21105        <Action Name="not" IsBound="true">
 21106          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21107          <Parameter Name="logical" Type="microsoft.graph.Json" />
 21108          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21109        </Action>
 21110        <Action Name="now" IsBound="true">
 21111          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21112          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21113        </Action>
 21114        <Action Name="npv" IsBound="true">
 21115          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21116          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21117          <Parameter Name="values" Type="microsoft.graph.Json" />
 21118          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21119        </Action>
 21120        <Action Name="numberValue" IsBound="true">
 21121          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21122          <Parameter Name="text" Type="microsoft.graph.Json" />
 21123          <Parameter Name="decimalSeparator" Type="microsoft.graph.Json" />
 21124          <Parameter Name="groupSeparator" Type="microsoft.graph.Json" />
 21125          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21126        </Action>
 21127        <Action Name="oct2Bin" IsBound="true">
 21128          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21129          <Parameter Name="number" Type="microsoft.graph.Json" />
 21130          <Parameter Name="places" Type="microsoft.graph.Json" />
 21131          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21132        </Action>
 21133        <Action Name="oct2Dec" IsBound="true">
 21134          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21135          <Parameter Name="number" Type="microsoft.graph.Json" />
 21136          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21137        </Action>
 21138        <Action Name="oct2Hex" IsBound="true">
 21139          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21140          <Parameter Name="number" Type="microsoft.graph.Json" />
 21141          <Parameter Name="places" Type="microsoft.graph.Json" />
 21142          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21143        </Action>
 21144        <Action Name="odd" IsBound="true">
 21145          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21146          <Parameter Name="number" Type="microsoft.graph.Json" />
 21147          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21148        </Action>
 21149        <Action Name="oddFPrice" IsBound="true">
 21150          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21151          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21152          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21153          <Parameter Name="issue" Type="microsoft.graph.Json" />
 21154          <Parameter Name="firstCoupon" Type="microsoft.graph.Json" />
 21155          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21156          <Parameter Name="yld" Type="microsoft.graph.Json" />
 21157          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21158          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21159          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21160          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21161        </Action>
 21162        <Action Name="oddFYield" IsBound="true">
 21163          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21164          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21165          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21166          <Parameter Name="issue" Type="microsoft.graph.Json" />
 21167          <Parameter Name="firstCoupon" Type="microsoft.graph.Json" />
 21168          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21169          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21170          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21171          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21172          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21173          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21174        </Action>
 21175        <Action Name="oddLPrice" IsBound="true">
 21176          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21177          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21178          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21179          <Parameter Name="lastInterest" Type="microsoft.graph.Json" />
 21180          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21181          <Parameter Name="yld" Type="microsoft.graph.Json" />
 21182          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21183          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21184          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21185          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21186        </Action>
 21187        <Action Name="oddLYield" IsBound="true">
 21188          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21189          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21190          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21191          <Parameter Name="lastInterest" Type="microsoft.graph.Json" />
 21192          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21193          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21194          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21195          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21196          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21197          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21198        </Action>
 21199        <Action Name="or" IsBound="true">
 21200          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21201          <Parameter Name="values" Type="microsoft.graph.Json" />
 21202          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21203        </Action>
 21204        <Action Name="pduration" IsBound="true">
 21205          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21206          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21207          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21208          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21209          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21210        </Action>
 21211        <Action Name="percentRank_Exc" IsBound="true">
 21212          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21213          <Parameter Name="array" Type="microsoft.graph.Json" />
 21214          <Parameter Name="x" Type="microsoft.graph.Json" />
 21215          <Parameter Name="significance" Type="microsoft.graph.Json" />
 21216          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21217        </Action>
 21218        <Action Name="percentRank_Inc" IsBound="true">
 21219          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21220          <Parameter Name="array" Type="microsoft.graph.Json" />
 21221          <Parameter Name="x" Type="microsoft.graph.Json" />
 21222          <Parameter Name="significance" Type="microsoft.graph.Json" />
 21223          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21224        </Action>
 21225        <Action Name="percentile_Exc" IsBound="true">
 21226          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21227          <Parameter Name="array" Type="microsoft.graph.Json" />
 21228          <Parameter Name="k" Type="microsoft.graph.Json" />
 21229          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21230        </Action>
 21231        <Action Name="percentile_Inc" IsBound="true">
 21232          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21233          <Parameter Name="array" Type="microsoft.graph.Json" />
 21234          <Parameter Name="k" Type="microsoft.graph.Json" />
 21235          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21236        </Action>
 21237        <Action Name="permut" IsBound="true">
 21238          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21239          <Parameter Name="number" Type="microsoft.graph.Json" />
 21240          <Parameter Name="numberChosen" Type="microsoft.graph.Json" />
 21241          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21242        </Action>
 21243        <Action Name="permutationa" IsBound="true">
 21244          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21245          <Parameter Name="number" Type="microsoft.graph.Json" />
 21246          <Parameter Name="numberChosen" Type="microsoft.graph.Json" />
 21247          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21248        </Action>
 21249        <Action Name="phi" IsBound="true">
 21250          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21251          <Parameter Name="x" Type="microsoft.graph.Json" />
 21252          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21253        </Action>
 21254        <Action Name="pi" IsBound="true">
 21255          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21256          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21257        </Action>
 21258        <Action Name="pmt" IsBound="true">
 21259          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21260          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21261          <Parameter Name="nper" Type="microsoft.graph.Json" />
 21262          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21263          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21264          <Parameter Name="type" Type="microsoft.graph.Json" />
 21265          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21266        </Action>
 21267        <Action Name="poisson_Dist" IsBound="true">
 21268          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21269          <Parameter Name="x" Type="microsoft.graph.Json" />
 21270          <Parameter Name="mean" Type="microsoft.graph.Json" />
 21271          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21272          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21273        </Action>
 21274        <Action Name="power" IsBound="true">
 21275          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21276          <Parameter Name="number" Type="microsoft.graph.Json" />
 21277          <Parameter Name="power" Type="microsoft.graph.Json" />
 21278          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21279        </Action>
 21280        <Action Name="ppmt" IsBound="true">
 21281          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21282          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21283          <Parameter Name="per" Type="microsoft.graph.Json" />
 21284          <Parameter Name="nper" Type="microsoft.graph.Json" />
 21285          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21286          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21287          <Parameter Name="type" Type="microsoft.graph.Json" />
 21288          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21289        </Action>
 21290        <Action Name="price" IsBound="true">
 21291          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21292          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21293          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21294          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21295          <Parameter Name="yld" Type="microsoft.graph.Json" />
 21296          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21297          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21298          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21299          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21300        </Action>
 21301        <Action Name="priceDisc" IsBound="true">
 21302          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21303          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21304          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21305          <Parameter Name="discount" Type="microsoft.graph.Json" />
 21306          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21307          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21308          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21309        </Action>
 21310        <Action Name="priceMat" IsBound="true">
 21311          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21312          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21313          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21314          <Parameter Name="issue" Type="microsoft.graph.Json" />
 21315          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21316          <Parameter Name="yld" Type="microsoft.graph.Json" />
 21317          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21318          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21319        </Action>
 21320        <Action Name="product" IsBound="true">
 21321          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21322          <Parameter Name="values" Type="microsoft.graph.Json" />
 21323          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21324        </Action>
 21325        <Action Name="proper" IsBound="true">
 21326          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21327          <Parameter Name="text" Type="microsoft.graph.Json" />
 21328          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21329        </Action>
 21330        <Action Name="pv" IsBound="true">
 21331          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21332          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21333          <Parameter Name="nper" Type="microsoft.graph.Json" />
 21334          <Parameter Name="pmt" Type="microsoft.graph.Json" />
 21335          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21336          <Parameter Name="type" Type="microsoft.graph.Json" />
 21337          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21338        </Action>
 21339        <Action Name="quartile_Exc" IsBound="true">
 21340          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21341          <Parameter Name="array" Type="microsoft.graph.Json" />
 21342          <Parameter Name="quart" Type="microsoft.graph.Json" />
 21343          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21344        </Action>
 21345        <Action Name="quartile_Inc" IsBound="true">
 21346          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21347          <Parameter Name="array" Type="microsoft.graph.Json" />
 21348          <Parameter Name="quart" Type="microsoft.graph.Json" />
 21349          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21350        </Action>
 21351        <Action Name="quotient" IsBound="true">
 21352          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21353          <Parameter Name="numerator" Type="microsoft.graph.Json" />
 21354          <Parameter Name="denominator" Type="microsoft.graph.Json" />
 21355          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21356        </Action>
 21357        <Action Name="radians" IsBound="true">
 21358          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21359          <Parameter Name="angle" Type="microsoft.graph.Json" />
 21360          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21361        </Action>
 21362        <Action Name="rand" IsBound="true">
 21363          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21364          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21365        </Action>
 21366        <Action Name="randBetween" IsBound="true">
 21367          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21368          <Parameter Name="bottom" Type="microsoft.graph.Json" />
 21369          <Parameter Name="top" Type="microsoft.graph.Json" />
 21370          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21371        </Action>
 21372        <Action Name="rank_Avg" IsBound="true">
 21373          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21374          <Parameter Name="number" Type="microsoft.graph.Json" />
 21375          <Parameter Name="ref" Type="microsoft.graph.Json" />
 21376          <Parameter Name="order" Type="microsoft.graph.Json" />
 21377          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21378        </Action>
 21379        <Action Name="rank_Eq" IsBound="true">
 21380          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21381          <Parameter Name="number" Type="microsoft.graph.Json" />
 21382          <Parameter Name="ref" Type="microsoft.graph.Json" />
 21383          <Parameter Name="order" Type="microsoft.graph.Json" />
 21384          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21385        </Action>
 21386        <Action Name="rate" IsBound="true">
 21387          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21388          <Parameter Name="nper" Type="microsoft.graph.Json" />
 21389          <Parameter Name="pmt" Type="microsoft.graph.Json" />
 21390          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21391          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21392          <Parameter Name="type" Type="microsoft.graph.Json" />
 21393          <Parameter Name="guess" Type="microsoft.graph.Json" />
 21394          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21395        </Action>
 21396        <Action Name="received" IsBound="true">
 21397          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21398          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21399          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21400          <Parameter Name="investment" Type="microsoft.graph.Json" />
 21401          <Parameter Name="discount" Type="microsoft.graph.Json" />
 21402          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21403          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21404        </Action>
 21405        <Action Name="replace" IsBound="true">
 21406          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21407          <Parameter Name="oldText" Type="microsoft.graph.Json" />
 21408          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 21409          <Parameter Name="numChars" Type="microsoft.graph.Json" />
 21410          <Parameter Name="newText" Type="microsoft.graph.Json" />
 21411          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21412        </Action>
 21413        <Action Name="replaceB" IsBound="true">
 21414          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21415          <Parameter Name="oldText" Type="microsoft.graph.Json" />
 21416          <Parameter Name="startNum" Type="microsoft.graph.Json" />
 21417          <Parameter Name="numBytes" Type="microsoft.graph.Json" />
 21418          <Parameter Name="newText" Type="microsoft.graph.Json" />
 21419          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21420        </Action>
 21421        <Action Name="rept" IsBound="true">
 21422          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21423          <Parameter Name="text" Type="microsoft.graph.Json" />
 21424          <Parameter Name="numberTimes" Type="microsoft.graph.Json" />
 21425          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21426        </Action>
 21427        <Action Name="right" IsBound="true">
 21428          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21429          <Parameter Name="text" Type="microsoft.graph.Json" />
 21430          <Parameter Name="numChars" Type="microsoft.graph.Json" />
 21431          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21432        </Action>
 21433        <Action Name="rightb" IsBound="true">
 21434          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21435          <Parameter Name="text" Type="microsoft.graph.Json" />
 21436          <Parameter Name="numBytes" Type="microsoft.graph.Json" />
 21437          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21438        </Action>
 21439        <Action Name="roman" IsBound="true">
 21440          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21441          <Parameter Name="number" Type="microsoft.graph.Json" />
 21442          <Parameter Name="form" Type="microsoft.graph.Json" />
 21443          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21444        </Action>
 21445        <Action Name="round" IsBound="true">
 21446          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21447          <Parameter Name="number" Type="microsoft.graph.Json" />
 21448          <Parameter Name="numDigits" Type="microsoft.graph.Json" />
 21449          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21450        </Action>
 21451        <Action Name="roundDown" IsBound="true">
 21452          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21453          <Parameter Name="number" Type="microsoft.graph.Json" />
 21454          <Parameter Name="numDigits" Type="microsoft.graph.Json" />
 21455          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21456        </Action>
 21457        <Action Name="roundUp" IsBound="true">
 21458          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21459          <Parameter Name="number" Type="microsoft.graph.Json" />
 21460          <Parameter Name="numDigits" Type="microsoft.graph.Json" />
 21461          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21462        </Action>
 21463        <Action Name="rows" IsBound="true">
 21464          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21465          <Parameter Name="array" Type="microsoft.graph.Json" />
 21466          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21467        </Action>
 21468        <Action Name="rri" IsBound="true">
 21469          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21470          <Parameter Name="nper" Type="microsoft.graph.Json" />
 21471          <Parameter Name="pv" Type="microsoft.graph.Json" />
 21472          <Parameter Name="fv" Type="microsoft.graph.Json" />
 21473          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21474        </Action>
 21475        <Action Name="sec" IsBound="true">
 21476          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21477          <Parameter Name="number" Type="microsoft.graph.Json" />
 21478          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21479        </Action>
 21480        <Action Name="sech" IsBound="true">
 21481          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21482          <Parameter Name="number" Type="microsoft.graph.Json" />
 21483          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21484        </Action>
 21485        <Action Name="second" IsBound="true">
 21486          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21487          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21488          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21489        </Action>
 21490        <Action Name="seriesSum" IsBound="true">
 21491          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21492          <Parameter Name="x" Type="microsoft.graph.Json" />
 21493          <Parameter Name="n" Type="microsoft.graph.Json" />
 21494          <Parameter Name="m" Type="microsoft.graph.Json" />
 21495          <Parameter Name="coefficients" Type="microsoft.graph.Json" />
 21496          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21497        </Action>
 21498        <Action Name="sheet" IsBound="true">
 21499          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21500          <Parameter Name="value" Type="microsoft.graph.Json" />
 21501          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21502        </Action>
 21503        <Action Name="sheets" IsBound="true">
 21504          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21505          <Parameter Name="reference" Type="microsoft.graph.Json" />
 21506          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21507        </Action>
 21508        <Action Name="sign" IsBound="true">
 21509          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21510          <Parameter Name="number" Type="microsoft.graph.Json" />
 21511          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21512        </Action>
 21513        <Action Name="sin" IsBound="true">
 21514          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21515          <Parameter Name="number" Type="microsoft.graph.Json" />
 21516          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21517        </Action>
 21518        <Action Name="sinh" IsBound="true">
 21519          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21520          <Parameter Name="number" Type="microsoft.graph.Json" />
 21521          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21522        </Action>
 21523        <Action Name="skew" IsBound="true">
 21524          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21525          <Parameter Name="values" Type="microsoft.graph.Json" />
 21526          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21527        </Action>
 21528        <Action Name="skew_p" IsBound="true">
 21529          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21530          <Parameter Name="values" Type="microsoft.graph.Json" />
 21531          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21532        </Action>
 21533        <Action Name="sln" IsBound="true">
 21534          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21535          <Parameter Name="cost" Type="microsoft.graph.Json" />
 21536          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 21537          <Parameter Name="life" Type="microsoft.graph.Json" />
 21538          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21539        </Action>
 21540        <Action Name="small" IsBound="true">
 21541          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21542          <Parameter Name="array" Type="microsoft.graph.Json" />
 21543          <Parameter Name="k" Type="microsoft.graph.Json" />
 21544          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21545        </Action>
 21546        <Action Name="sqrt" IsBound="true">
 21547          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21548          <Parameter Name="number" Type="microsoft.graph.Json" />
 21549          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21550        </Action>
 21551        <Action Name="sqrtPi" IsBound="true">
 21552          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21553          <Parameter Name="number" Type="microsoft.graph.Json" />
 21554          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21555        </Action>
 21556        <Action Name="stDevA" IsBound="true">
 21557          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21558          <Parameter Name="values" Type="microsoft.graph.Json" />
 21559          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21560        </Action>
 21561        <Action Name="stDevPA" IsBound="true">
 21562          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21563          <Parameter Name="values" Type="microsoft.graph.Json" />
 21564          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21565        </Action>
 21566        <Action Name="stDev_P" IsBound="true">
 21567          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21568          <Parameter Name="values" Type="microsoft.graph.Json" />
 21569          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21570        </Action>
 21571        <Action Name="stDev_S" IsBound="true">
 21572          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21573          <Parameter Name="values" Type="microsoft.graph.Json" />
 21574          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21575        </Action>
 21576        <Action Name="standardize" IsBound="true">
 21577          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21578          <Parameter Name="x" Type="microsoft.graph.Json" />
 21579          <Parameter Name="mean" Type="microsoft.graph.Json" />
 21580          <Parameter Name="standardDev" Type="microsoft.graph.Json" />
 21581          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21582        </Action>
 21583        <Action Name="substitute" IsBound="true">
 21584          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21585          <Parameter Name="text" Type="microsoft.graph.Json" />
 21586          <Parameter Name="oldText" Type="microsoft.graph.Json" />
 21587          <Parameter Name="newText" Type="microsoft.graph.Json" />
 21588          <Parameter Name="instanceNum" Type="microsoft.graph.Json" />
 21589          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21590        </Action>
 21591        <Action Name="subtotal" IsBound="true">
 21592          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21593          <Parameter Name="functionNum" Type="microsoft.graph.Json" />
 21594          <Parameter Name="values" Type="microsoft.graph.Json" />
 21595          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21596        </Action>
 21597        <Action Name="sum" IsBound="true">
 21598          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21599          <Parameter Name="values" Type="microsoft.graph.Json" />
 21600          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21601        </Action>
 21602        <Action Name="sumIf" IsBound="true">
 21603          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21604          <Parameter Name="range" Type="microsoft.graph.Json" />
 21605          <Parameter Name="criteria" Type="microsoft.graph.Json" />
 21606          <Parameter Name="sumRange" Type="microsoft.graph.Json" />
 21607          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21608        </Action>
 21609        <Action Name="sumIfs" IsBound="true">
 21610          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21611          <Parameter Name="sumRange" Type="microsoft.graph.Json" />
 21612          <Parameter Name="values" Type="microsoft.graph.Json" />
 21613          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21614        </Action>
 21615        <Action Name="sumSq" IsBound="true">
 21616          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21617          <Parameter Name="values" Type="microsoft.graph.Json" />
 21618          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21619        </Action>
 21620        <Action Name="syd" IsBound="true">
 21621          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21622          <Parameter Name="cost" Type="microsoft.graph.Json" />
 21623          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 21624          <Parameter Name="life" Type="microsoft.graph.Json" />
 21625          <Parameter Name="per" Type="microsoft.graph.Json" />
 21626          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21627        </Action>
 21628        <Action Name="t" IsBound="true">
 21629          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21630          <Parameter Name="value" Type="microsoft.graph.Json" />
 21631          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21632        </Action>
 21633        <Action Name="tbillEq" IsBound="true">
 21634          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21635          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21636          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21637          <Parameter Name="discount" Type="microsoft.graph.Json" />
 21638          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21639        </Action>
 21640        <Action Name="tbillPrice" IsBound="true">
 21641          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21642          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21643          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21644          <Parameter Name="discount" Type="microsoft.graph.Json" />
 21645          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21646        </Action>
 21647        <Action Name="tbillYield" IsBound="true">
 21648          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21649          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21650          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21651          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21652          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21653        </Action>
 21654        <Action Name="t_Dist" IsBound="true">
 21655          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21656          <Parameter Name="x" Type="microsoft.graph.Json" />
 21657          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 21658          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21659          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21660        </Action>
 21661        <Action Name="t_Dist_2T" IsBound="true">
 21662          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21663          <Parameter Name="x" Type="microsoft.graph.Json" />
 21664          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 21665          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21666        </Action>
 21667        <Action Name="t_Dist_RT" IsBound="true">
 21668          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21669          <Parameter Name="x" Type="microsoft.graph.Json" />
 21670          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 21671          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21672        </Action>
 21673        <Action Name="t_Inv" IsBound="true">
 21674          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21675          <Parameter Name="probability" Type="microsoft.graph.Json" />
 21676          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 21677          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21678        </Action>
 21679        <Action Name="t_Inv_2T" IsBound="true">
 21680          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21681          <Parameter Name="probability" Type="microsoft.graph.Json" />
 21682          <Parameter Name="degFreedom" Type="microsoft.graph.Json" />
 21683          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21684        </Action>
 21685        <Action Name="tan" IsBound="true">
 21686          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21687          <Parameter Name="number" Type="microsoft.graph.Json" />
 21688          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21689        </Action>
 21690        <Action Name="tanh" IsBound="true">
 21691          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21692          <Parameter Name="number" Type="microsoft.graph.Json" />
 21693          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21694        </Action>
 21695        <Action Name="text" IsBound="true">
 21696          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21697          <Parameter Name="value" Type="microsoft.graph.Json" />
 21698          <Parameter Name="formatText" Type="microsoft.graph.Json" />
 21699          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21700        </Action>
 21701        <Action Name="time" IsBound="true">
 21702          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21703          <Parameter Name="hour" Type="microsoft.graph.Json" />
 21704          <Parameter Name="minute" Type="microsoft.graph.Json" />
 21705          <Parameter Name="second" Type="microsoft.graph.Json" />
 21706          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21707        </Action>
 21708        <Action Name="timevalue" IsBound="true">
 21709          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21710          <Parameter Name="timeText" Type="microsoft.graph.Json" />
 21711          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21712        </Action>
 21713        <Action Name="today" IsBound="true">
 21714          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21715          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21716        </Action>
 21717        <Action Name="trim" IsBound="true">
 21718          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21719          <Parameter Name="text" Type="microsoft.graph.Json" />
 21720          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21721        </Action>
 21722        <Action Name="trimMean" IsBound="true">
 21723          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21724          <Parameter Name="array" Type="microsoft.graph.Json" />
 21725          <Parameter Name="percent" Type="microsoft.graph.Json" />
 21726          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21727        </Action>
 21728        <Action Name="true" IsBound="true">
 21729          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21730          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21731        </Action>
 21732        <Action Name="trunc" IsBound="true">
 21733          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21734          <Parameter Name="number" Type="microsoft.graph.Json" />
 21735          <Parameter Name="numDigits" Type="microsoft.graph.Json" />
 21736          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21737        </Action>
 21738        <Action Name="type" IsBound="true">
 21739          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21740          <Parameter Name="value" Type="microsoft.graph.Json" />
 21741          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21742        </Action>
 21743        <Action Name="usdollar" IsBound="true">
 21744          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21745          <Parameter Name="number" Type="microsoft.graph.Json" />
 21746          <Parameter Name="decimals" Type="microsoft.graph.Json" />
 21747          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21748        </Action>
 21749        <Action Name="unichar" IsBound="true">
 21750          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21751          <Parameter Name="number" Type="microsoft.graph.Json" />
 21752          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21753        </Action>
 21754        <Action Name="unicode" IsBound="true">
 21755          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21756          <Parameter Name="text" Type="microsoft.graph.Json" />
 21757          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21758        </Action>
 21759        <Action Name="upper" IsBound="true">
 21760          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21761          <Parameter Name="text" Type="microsoft.graph.Json" />
 21762          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21763        </Action>
 21764        <Action Name="vlookup" IsBound="true">
 21765          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21766          <Parameter Name="lookupValue" Type="microsoft.graph.Json" />
 21767          <Parameter Name="tableArray" Type="microsoft.graph.Json" />
 21768          <Parameter Name="colIndexNum" Type="microsoft.graph.Json" />
 21769          <Parameter Name="rangeLookup" Type="microsoft.graph.Json" />
 21770          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21771        </Action>
 21772        <Action Name="value" IsBound="true">
 21773          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21774          <Parameter Name="text" Type="microsoft.graph.Json" />
 21775          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21776        </Action>
 21777        <Action Name="varA" IsBound="true">
 21778          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21779          <Parameter Name="values" Type="microsoft.graph.Json" />
 21780          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21781        </Action>
 21782        <Action Name="varPA" IsBound="true">
 21783          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21784          <Parameter Name="values" Type="microsoft.graph.Json" />
 21785          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21786        </Action>
 21787        <Action Name="var_P" IsBound="true">
 21788          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21789          <Parameter Name="values" Type="microsoft.graph.Json" />
 21790          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21791        </Action>
 21792        <Action Name="var_S" IsBound="true">
 21793          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21794          <Parameter Name="values" Type="microsoft.graph.Json" />
 21795          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21796        </Action>
 21797        <Action Name="vdb" IsBound="true">
 21798          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21799          <Parameter Name="cost" Type="microsoft.graph.Json" />
 21800          <Parameter Name="salvage" Type="microsoft.graph.Json" />
 21801          <Parameter Name="life" Type="microsoft.graph.Json" />
 21802          <Parameter Name="startPeriod" Type="microsoft.graph.Json" />
 21803          <Parameter Name="endPeriod" Type="microsoft.graph.Json" />
 21804          <Parameter Name="factor" Type="microsoft.graph.Json" />
 21805          <Parameter Name="noSwitch" Type="microsoft.graph.Json" />
 21806          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21807        </Action>
 21808        <Action Name="weekNum" IsBound="true">
 21809          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21810          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21811          <Parameter Name="returnType" Type="microsoft.graph.Json" />
 21812          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21813        </Action>
 21814        <Action Name="weekday" IsBound="true">
 21815          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21816          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21817          <Parameter Name="returnType" Type="microsoft.graph.Json" />
 21818          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21819        </Action>
 21820        <Action Name="weibull_Dist" IsBound="true">
 21821          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21822          <Parameter Name="x" Type="microsoft.graph.Json" />
 21823          <Parameter Name="alpha" Type="microsoft.graph.Json" />
 21824          <Parameter Name="beta" Type="microsoft.graph.Json" />
 21825          <Parameter Name="cumulative" Type="microsoft.graph.Json" />
 21826          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21827        </Action>
 21828        <Action Name="workDay" IsBound="true">
 21829          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21830          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 21831          <Parameter Name="days" Type="microsoft.graph.Json" />
 21832          <Parameter Name="holidays" Type="microsoft.graph.Json" />
 21833          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21834        </Action>
 21835        <Action Name="workDay_Intl" IsBound="true">
 21836          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21837          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 21838          <Parameter Name="days" Type="microsoft.graph.Json" />
 21839          <Parameter Name="weekend" Type="microsoft.graph.Json" />
 21840          <Parameter Name="holidays" Type="microsoft.graph.Json" />
 21841          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21842        </Action>
 21843        <Action Name="xirr" IsBound="true">
 21844          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21845          <Parameter Name="values" Type="microsoft.graph.Json" />
 21846          <Parameter Name="dates" Type="microsoft.graph.Json" />
 21847          <Parameter Name="guess" Type="microsoft.graph.Json" />
 21848          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21849        </Action>
 21850        <Action Name="xnpv" IsBound="true">
 21851          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21852          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21853          <Parameter Name="values" Type="microsoft.graph.Json" />
 21854          <Parameter Name="dates" Type="microsoft.graph.Json" />
 21855          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21856        </Action>
 21857        <Action Name="xor" IsBound="true">
 21858          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21859          <Parameter Name="values" Type="microsoft.graph.Json" />
 21860          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21861        </Action>
 21862        <Action Name="year" IsBound="true">
 21863          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21864          <Parameter Name="serialNumber" Type="microsoft.graph.Json" />
 21865          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21866        </Action>
 21867        <Action Name="yearFrac" IsBound="true">
 21868          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21869          <Parameter Name="startDate" Type="microsoft.graph.Json" />
 21870          <Parameter Name="endDate" Type="microsoft.graph.Json" />
 21871          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21872          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21873        </Action>
 21874        <Action Name="yield" IsBound="true">
 21875          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21876          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21877          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21878          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21879          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21880          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21881          <Parameter Name="frequency" Type="microsoft.graph.Json" />
 21882          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21883          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21884        </Action>
 21885        <Action Name="yieldDisc" IsBound="true">
 21886          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21887          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21888          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21889          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21890          <Parameter Name="redemption" Type="microsoft.graph.Json" />
 21891          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21892          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21893        </Action>
 21894        <Action Name="yieldMat" IsBound="true">
 21895          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21896          <Parameter Name="settlement" Type="microsoft.graph.Json" />
 21897          <Parameter Name="maturity" Type="microsoft.graph.Json" />
 21898          <Parameter Name="issue" Type="microsoft.graph.Json" />
 21899          <Parameter Name="rate" Type="microsoft.graph.Json" />
 21900          <Parameter Name="pr" Type="microsoft.graph.Json" />
 21901          <Parameter Name="basis" Type="microsoft.graph.Json" />
 21902          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21903        </Action>
 21904        <Action Name="z_Test" IsBound="true">
 21905          <Parameter Name="bindparameter" Type="microsoft.graph.workbookFunctions" />
 21906          <Parameter Name="array" Type="microsoft.graph.Json" />
 21907          <Parameter Name="x" Type="microsoft.graph.Json" />
 21908          <Parameter Name="sigma" Type="microsoft.graph.Json" />
 21909          <ReturnType Type="microsoft.graph.workbookFunctionResult" />
 21910        </Action>
 21911        <Function Name="range" IsBound="true" IsComposable="true">
 21912          <Parameter Name="bindparameter" Type="microsoft.graph.workbookNamedItem" />
 21913          <ReturnType Type="microsoft.graph.workbookRange" />
 21914        </Function>
 21915        <Action Name="add" IsBound="true">
 21916          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookNamedItem)" />
 21917          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 21918          <Parameter Name="reference" Type="microsoft.graph.Json" />
 21919          <Parameter Name="comment" Type="Edm.String" Unicode="false" />
 21920          <ReturnType Type="microsoft.graph.workbookNamedItem" />
 21921        </Action>
 21922        <Action Name="addFormulaLocal" IsBound="true">
 21923          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookNamedItem)" />
 21924          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 21925          <Parameter Name="formula" Type="Edm.String" Unicode="false" />
 21926          <Parameter Name="comment" Type="Edm.String" Unicode="false" />
 21927          <ReturnType Type="microsoft.graph.workbookNamedItem" />
 21928        </Action>
 21929        <Action Name="refresh" IsBound="true">
 21930          <Parameter Name="bindparameter" Type="microsoft.graph.workbookPivotTable" />
 21931        </Action>
 21932        <Action Name="refreshAll" IsBound="true">
 21933          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookPivotTable)" />
 21934        </Action>
 21935        <Action Name="clear" IsBound="true">
 21936          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21937          <Parameter Name="applyTo" Type="Edm.String" Nullable="false" Unicode="false" />
 21938        </Action>
 21939        <Action Name="delete" IsBound="true">
 21940          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21941          <Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
 21942        </Action>
 21943        <Function Name="boundingRect" IsBound="true" IsComposable="true">
 21944          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21945          <Parameter Name="anotherRange" Type="Edm.String" Unicode="false" />
 21946          <ReturnType Type="microsoft.graph.workbookRange" />
 21947        </Function>
 21948        <Function Name="cell" IsBound="true" IsComposable="true">
 21949          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21950          <Parameter Name="row" Type="Edm.Int32" Nullable="false" />
 21951          <Parameter Name="column" Type="Edm.Int32" Nullable="false" />
 21952          <ReturnType Type="microsoft.graph.workbookRange" />
 21953        </Function>
 21954        <Function Name="column" IsBound="true" IsComposable="true">
 21955          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21956          <Parameter Name="column" Type="Edm.Int32" Nullable="false" />
 21957          <ReturnType Type="microsoft.graph.workbookRange" />
 21958        </Function>
 21959        <Function Name="columnsAfter" IsBound="true" IsComposable="true">
 21960          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21961          <ReturnType Type="microsoft.graph.workbookRange" />
 21962        </Function>
 21963        <Function Name="columnsAfter" IsBound="true" IsComposable="true">
 21964          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21965          <Parameter Name="count" Type="Edm.Int32" />
 21966          <ReturnType Type="microsoft.graph.workbookRange" />
 21967        </Function>
 21968        <Function Name="columnsBefore" IsBound="true" IsComposable="true">
 21969          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21970          <ReturnType Type="microsoft.graph.workbookRange" />
 21971        </Function>
 21972        <Function Name="columnsBefore" IsBound="true" IsComposable="true">
 21973          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21974          <Parameter Name="count" Type="Edm.Int32" />
 21975          <ReturnType Type="microsoft.graph.workbookRange" />
 21976        </Function>
 21977        <Function Name="entireColumn" IsBound="true" IsComposable="true">
 21978          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21979          <ReturnType Type="microsoft.graph.workbookRange" />
 21980        </Function>
 21981        <Function Name="entireRow" IsBound="true" IsComposable="true">
 21982          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21983          <ReturnType Type="microsoft.graph.workbookRange" />
 21984        </Function>
 21985        <Function Name="intersection" IsBound="true" IsComposable="true">
 21986          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21987          <Parameter Name="anotherRange" Type="Edm.String" Unicode="false" />
 21988          <ReturnType Type="microsoft.graph.workbookRange" />
 21989        </Function>
 21990        <Function Name="lastCell" IsBound="true" IsComposable="true">
 21991          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21992          <ReturnType Type="microsoft.graph.workbookRange" />
 21993        </Function>
 21994        <Function Name="lastColumn" IsBound="true" IsComposable="true">
 21995          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 21996          <ReturnType Type="microsoft.graph.workbookRange" />
 21997        </Function>
 21998        <Function Name="lastRow" IsBound="true" IsComposable="true">
 21999          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22000          <ReturnType Type="microsoft.graph.workbookRange" />
 22001        </Function>
 22002        <Function Name="offsetRange" IsBound="true" IsComposable="true">
 22003          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22004          <Parameter Name="rowOffset" Type="Edm.Int32" Nullable="false" />
 22005          <Parameter Name="columnOffset" Type="Edm.Int32" Nullable="false" />
 22006          <ReturnType Type="microsoft.graph.workbookRange" />
 22007        </Function>
 22008        <Function Name="resizedRange" IsBound="true" IsComposable="true">
 22009          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22010          <Parameter Name="deltaRows" Type="Edm.Int32" Nullable="false" />
 22011          <Parameter Name="deltaColumns" Type="Edm.Int32" Nullable="false" />
 22012          <ReturnType Type="microsoft.graph.workbookRange" />
 22013        </Function>
 22014        <Function Name="row" IsBound="true" IsComposable="true">
 22015          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22016          <Parameter Name="row" Type="Edm.Int32" Nullable="false" />
 22017          <ReturnType Type="microsoft.graph.workbookRange" />
 22018        </Function>
 22019        <Function Name="rowsAbove" IsBound="true" IsComposable="true">
 22020          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22021          <ReturnType Type="microsoft.graph.workbookRange" />
 22022        </Function>
 22023        <Function Name="rowsAbove" IsBound="true" IsComposable="true">
 22024          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22025          <Parameter Name="count" Type="Edm.Int32" />
 22026          <ReturnType Type="microsoft.graph.workbookRange" />
 22027        </Function>
 22028        <Function Name="rowsBelow" IsBound="true" IsComposable="true">
 22029          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22030          <ReturnType Type="microsoft.graph.workbookRange" />
 22031        </Function>
 22032        <Function Name="rowsBelow" IsBound="true" IsComposable="true">
 22033          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22034          <Parameter Name="count" Type="Edm.Int32" />
 22035          <ReturnType Type="microsoft.graph.workbookRange" />
 22036        </Function>
 22037        <Function Name="usedRange" IsBound="true" IsComposable="true">
 22038          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22039          <ReturnType Type="microsoft.graph.workbookRange" />
 22040        </Function>
 22041        <Function Name="usedRange" IsBound="true" IsComposable="true">
 22042          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22043          <Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" />
 22044          <ReturnType Type="microsoft.graph.workbookRange" />
 22045        </Function>
 22046        <Function Name="visibleView" IsBound="true" IsComposable="true">
 22047          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22048          <ReturnType Type="microsoft.graph.workbookRangeView" />
 22049        </Function>
 22050        <Action Name="insert" IsBound="true">
 22051          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22052          <Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
 22053          <ReturnType Type="microsoft.graph.workbookRange" />
 22054        </Action>
 22055        <Action Name="merge" IsBound="true">
 22056          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22057          <Parameter Name="across" Type="Edm.Boolean" Nullable="false" />
 22058        </Action>
 22059        <Action Name="unmerge" IsBound="true">
 22060          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRange" />
 22061        </Action>
 22062        <Function Name="itemAt" IsBound="true" IsComposable="true">
 22063          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeBorder)" />
 22064          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 22065          <ReturnType Type="microsoft.graph.workbookRangeBorder" />
 22066        </Function>
 22067        <Function Name="count" IsBound="true">
 22068          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeBorder)" />
 22069          <ReturnType Type="Edm.Int32" Nullable="false" />
 22070        </Function>
 22071        <Action Name="clear" IsBound="true">
 22072          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFill" />
 22073        </Action>
 22074        <Action Name="autofitColumns" IsBound="true">
 22075          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFormat" />
 22076        </Action>
 22077        <Action Name="autofitRows" IsBound="true">
 22078          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeFormat" />
 22079        </Action>
 22080        <Action Name="apply" IsBound="true">
 22081          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeSort" />
 22082          <Parameter Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
 22083          <Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" />
 22084          <Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" />
 22085          <Parameter Name="orientation" Type="Edm.String" Nullable="false" Unicode="false" />
 22086          <Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" />
 22087        </Action>
 22088        <Function Name="range" IsBound="true" IsComposable="true">
 22089          <Parameter Name="bindparameter" Type="microsoft.graph.workbookRangeView" />
 22090          <ReturnType Type="microsoft.graph.workbookRange" />
 22091        </Function>
 22092        <Function Name="itemAt" IsBound="true" IsComposable="true">
 22093          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookRangeView)" />
 22094          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 22095          <ReturnType Type="microsoft.graph.workbookRangeView" />
 22096        </Function>
 22097        <Action Name="clearFilters" IsBound="true">
 22098          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22099        </Action>
 22100        <Action Name="convertToRange" IsBound="true">
 22101          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22102          <ReturnType Type="microsoft.graph.workbookRange" />
 22103        </Action>
 22104        <Function Name="dataBodyRange" IsBound="true" IsComposable="true">
 22105          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22106          <ReturnType Type="microsoft.graph.workbookRange" />
 22107        </Function>
 22108        <Function Name="headerRowRange" IsBound="true" IsComposable="true">
 22109          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22110          <ReturnType Type="microsoft.graph.workbookRange" />
 22111        </Function>
 22112        <Function Name="range" IsBound="true" IsComposable="true">
 22113          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22114          <ReturnType Type="microsoft.graph.workbookRange" />
 22115        </Function>
 22116        <Function Name="totalRowRange" IsBound="true" IsComposable="true">
 22117          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22118          <ReturnType Type="microsoft.graph.workbookRange" />
 22119        </Function>
 22120        <Action Name="reapplyFilters" IsBound="true">
 22121          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTable" />
 22122        </Action>
 22123        <Action Name="add" IsBound="true">
 22124          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
 22125          <Parameter Name="address" Type="Edm.String" Unicode="false" />
 22126          <Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" />
 22127          <ReturnType Type="microsoft.graph.workbookTable" />
 22128        </Action>
 22129        <Function Name="itemAt" IsBound="true" IsComposable="true">
 22130          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
 22131          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 22132          <ReturnType Type="microsoft.graph.workbookTable" />
 22133        </Function>
 22134        <Function Name="count" IsBound="true">
 22135          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTable)" />
 22136          <ReturnType Type="Edm.Int32" Nullable="false" />
 22137        </Function>
 22138        <Function Name="dataBodyRange" IsBound="true" IsComposable="true">
 22139          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
 22140          <ReturnType Type="microsoft.graph.workbookRange" />
 22141        </Function>
 22142        <Function Name="headerRowRange" IsBound="true" IsComposable="true">
 22143          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
 22144          <ReturnType Type="microsoft.graph.workbookRange" />
 22145        </Function>
 22146        <Function Name="range" IsBound="true" IsComposable="true">
 22147          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
 22148          <ReturnType Type="microsoft.graph.workbookRange" />
 22149        </Function>
 22150        <Function Name="totalRowRange" IsBound="true" IsComposable="true">
 22151          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableColumn" />
 22152          <ReturnType Type="microsoft.graph.workbookRange" />
 22153        </Function>
 22154        <Action Name="add" IsBound="true">
 22155          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
 22156          <Parameter Name="index" Type="Edm.Int32" />
 22157          <Parameter Name="values" Type="microsoft.graph.Json" />
 22158          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 22159          <ReturnType Type="microsoft.graph.workbookTableColumn" />
 22160        </Action>
 22161        <Function Name="itemAt" IsBound="true" IsComposable="true">
 22162          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
 22163          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 22164          <ReturnType Type="microsoft.graph.workbookTableColumn" />
 22165        </Function>
 22166        <Function Name="count" IsBound="true">
 22167          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableColumn)" />
 22168          <ReturnType Type="Edm.Int32" Nullable="false" />
 22169        </Function>
 22170        <Function Name="range" IsBound="true" IsComposable="true">
 22171          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableRow" />
 22172          <ReturnType Type="microsoft.graph.workbookRange" />
 22173        </Function>
 22174        <Action Name="add" IsBound="true">
 22175          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
 22176          <Parameter Name="index" Type="Edm.Int32" />
 22177          <Parameter Name="values" Type="microsoft.graph.Json" />
 22178          <ReturnType Type="microsoft.graph.workbookTableRow" />
 22179        </Action>
 22180        <Function Name="itemAt" IsBound="true" IsComposable="true">
 22181          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
 22182          <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
 22183          <ReturnType Type="microsoft.graph.workbookTableRow" />
 22184        </Function>
 22185        <Function Name="count" IsBound="true">
 22186          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookTableRow)" />
 22187          <ReturnType Type="Edm.Int32" Nullable="false" />
 22188        </Function>
 22189        <Action Name="apply" IsBound="true">
 22190          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
 22191          <Parameter Name="fields" Type="Collection(microsoft.graph.workbookSortField)" />
 22192          <Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" />
 22193          <Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" />
 22194        </Action>
 22195        <Action Name="clear" IsBound="true">
 22196          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
 22197        </Action>
 22198        <Action Name="reapply" IsBound="true">
 22199          <Parameter Name="bindparameter" Type="microsoft.graph.workbookTableSort" />
 22200        </Action>
 22201        <Function Name="cell" IsBound="true" IsComposable="true">
 22202          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
 22203          <Parameter Name="row" Type="Edm.Int32" Nullable="false" />
 22204          <Parameter Name="column" Type="Edm.Int32" Nullable="false" />
 22205          <ReturnType Type="microsoft.graph.workbookRange" />
 22206        </Function>
 22207        <Function Name="range" IsBound="true" IsComposable="true">
 22208          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
 22209          <ReturnType Type="microsoft.graph.workbookRange" />
 22210        </Function>
 22211        <Function Name="range" IsBound="true" IsComposable="true">
 22212          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
 22213          <Parameter Name="address" Type="Edm.String" Unicode="false" />
 22214          <ReturnType Type="microsoft.graph.workbookRange" />
 22215        </Function>
 22216        <Function Name="usedRange" IsBound="true" IsComposable="true">
 22217          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
 22218          <ReturnType Type="microsoft.graph.workbookRange" />
 22219        </Function>
 22220        <Function Name="usedRange" IsBound="true" IsComposable="true">
 22221          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheet" />
 22222          <Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" />
 22223          <ReturnType Type="microsoft.graph.workbookRange" />
 22224        </Function>
 22225        <Action Name="add" IsBound="true">
 22226          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.workbookWorksheet)" />
 22227          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 22228          <ReturnType Type="microsoft.graph.workbookWorksheet" />
 22229        </Action>
 22230        <Action Name="protect" IsBound="true">
 22231          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheetProtection" />
 22232          <Parameter Name="options" Type="microsoft.graph.workbookWorksheetProtectionOptions" />
 22233        </Action>
 22234        <Action Name="unprotect" IsBound="true">
 22235          <Parameter Name="bindparameter" Type="microsoft.graph.workbookWorksheetProtection" />
 22236        </Action>
 22237        <Function Name="delta" IsBound="true">
 22238          <Parameter Name="bindingparameter" Type="Collection(microsoft.graph.mailFolder)" Nullable="false" />
 22239          <ReturnType Type="Collection(microsoft.graph.mailFolder)" Nullable="false" />
 22240        </Function>
 22241        <Function Name="delta" IsBound="true">
 22242          <Parameter Name="bindingparameter" Type="Collection(microsoft.graph.event)" Nullable="false" />
 22243          <ReturnType Type="Collection(microsoft.graph.event)" Nullable="false" />
 22244        </Function>
 22245        <Function Name="delta" IsBound="true">
 22246          <Parameter Name="bindingparameter" Type="Collection(microsoft.graph.contactFolder)" Nullable="false" />
 22247          <ReturnType Type="Collection(microsoft.graph.contactFolder)" Nullable="false" />
 22248        </Function>
 22249        <Function Name="supportedLanguages" IsBound="true">
 22250          <Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
 22251          <ReturnType Type="Collection(microsoft.graph.localeInfo)" Nullable="false" />
 22252        </Function>
 22253        <Function Name="supportedTimeZones" IsBound="true">
 22254          <Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
 22255          <ReturnType Type="Collection(microsoft.graph.timeZoneInformation)" Nullable="false" />
 22256        </Function>
 22257        <Function Name="supportedTimeZones" IsBound="true">
 22258          <Parameter Name="bindingparameter" Type="microsoft.graph.outlookUser" />
 22259          <Parameter Name="TimeZoneStandard" Type="microsoft.graph.timeZoneStandard" Nullable="false" />
 22260          <ReturnType Type="Collection(microsoft.graph.timeZoneInformation)" Nullable="false" />
 22261        </Function>
 22262        <Action Name="createReply" IsBound="true" EntitySetPath="bindingParameter">
 22263          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22264          <Parameter Name="Message" Type="microsoft.graph.message" />
 22265          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22266          <ReturnType Type="microsoft.graph.message" />
 22267        </Action>
 22268        <Action Name="createReplyAll" IsBound="true" EntitySetPath="bindingParameter">
 22269          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22270          <Parameter Name="Message" Type="microsoft.graph.message" />
 22271          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22272          <ReturnType Type="microsoft.graph.message" />
 22273        </Action>
 22274        <Action Name="createForward" IsBound="true" EntitySetPath="bindingParameter">
 22275          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22276          <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
 22277          <Parameter Name="Message" Type="microsoft.graph.message" />
 22278          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22279          <ReturnType Type="microsoft.graph.message" />
 22280        </Action>
 22281        <Action Name="send" IsBound="true">
 22282          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22283        </Action>
 22284        <Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
 22285          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22286          <Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" />
 22287          <ReturnType Type="microsoft.graph.message" />
 22288        </Action>
 22289        <Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
 22290          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22291          <Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" />
 22292          <ReturnType Type="microsoft.graph.message" />
 22293        </Action>
 22294        <Action Name="reply" IsBound="true">
 22295          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22296          <Parameter Name="Message" Type="microsoft.graph.message" />
 22297          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22298        </Action>
 22299        <Action Name="replyAll" IsBound="true">
 22300          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22301          <Parameter Name="Message" Type="microsoft.graph.message" />
 22302          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22303        </Action>
 22304        <Action Name="forward" IsBound="true">
 22305          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22306          <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
 22307          <Parameter Name="Message" Type="microsoft.graph.message" />
 22308          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22309        </Action>
 22310        <Action Name="unsubscribe" IsBound="true">
 22311          <Parameter Name="bindingParameter" Type="microsoft.graph.message" />
 22312        </Action>
 22313        <Action Name="accept" IsBound="true">
 22314          <Parameter Name="bindingParameter" Type="microsoft.graph.calendarSharingMessage" />
 22315          <ReturnType Type="microsoft.graph.calendar" Nullable="false" />
 22316        </Action>
 22317        <Action Name="accept" IsBound="true">
 22318          <Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
 22319          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22320          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22321        </Action>
 22322        <Action Name="decline" IsBound="true">
 22323          <Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
 22324          <Parameter Name="ProposedNewTime" Type="microsoft.graph.timeSlot" />
 22325          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22326          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22327        </Action>
 22328        <Action Name="tentativelyAccept" IsBound="true">
 22329          <Parameter Name="bindingParameter" Type="microsoft.graph.eventMessageRequest" />
 22330          <Parameter Name="ProposedNewTime" Type="microsoft.graph.timeSlot" />
 22331          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22332          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22333        </Action>
 22334        <Function Name="delta" IsBound="true">
 22335          <Parameter Name="bindingparameter" Type="Collection(microsoft.graph.message)" Nullable="false" />
 22336          <ReturnType Type="Collection(microsoft.graph.message)" Nullable="false" />
 22337        </Function>
 22338        <Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
 22339          <Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder" />
 22340          <Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" />
 22341          <ReturnType Type="microsoft.graph.mailFolder" />
 22342        </Action>
 22343        <Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
 22344          <Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder" />
 22345          <Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" />
 22346          <ReturnType Type="microsoft.graph.mailFolder" />
 22347        </Action>
 22348        <Action Name="getSchedule" IsBound="true">
 22349          <Parameter Name="bindingParameter" Type="microsoft.graph.calendar" />
 22350          <Parameter Name="Schedules" Type="Collection(Edm.String)" Unicode="false" />
 22351          <Parameter Name="EndTime" Type="microsoft.graph.dateTimeTimeZone" />
 22352          <Parameter Name="StartTime" Type="microsoft.graph.dateTimeTimeZone" />
 22353          <Parameter Name="AvailabilityViewInterval" Type="Edm.Int32" />
 22354          <ReturnType Type="Collection(microsoft.graph.scheduleInformation)" />
 22355        </Action>
 22356        <Function Name="allowedCalendarSharingRoles" IsBound="true">
 22357          <Parameter Name="bindingparameter" Type="microsoft.graph.calendar" />
 22358          <Parameter Name="User" Type="Edm.String" Nullable="false" Unicode="false" />
 22359          <ReturnType Type="Collection(microsoft.graph.calendarRoleType)" Nullable="false" />
 22360        </Function>
 22361        <Action Name="dismissReminder" IsBound="true">
 22362          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22363        </Action>
 22364        <Action Name="snoozeReminder" IsBound="true">
 22365          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22366          <Parameter Name="NewReminderTime" Type="microsoft.graph.dateTimeTimeZone" Nullable="false" />
 22367        </Action>
 22368        <Action Name="forward" IsBound="true">
 22369          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22370          <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" />
 22371          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22372        </Action>
 22373        <Action Name="accept" IsBound="true">
 22374          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22375          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22376          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22377        </Action>
 22378        <Action Name="decline" IsBound="true">
 22379          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22380          <Parameter Name="ProposedNewTime" Type="microsoft.graph.timeSlot" />
 22381          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22382          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22383        </Action>
 22384        <Action Name="tentativelyAccept" IsBound="true">
 22385          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22386          <Parameter Name="ProposedNewTime" Type="microsoft.graph.timeSlot" />
 22387          <Parameter Name="SendResponse" Type="Edm.Boolean" />
 22388          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22389        </Action>
 22390        <Action Name="cancel" IsBound="true">
 22391          <Parameter Name="bindingParameter" Type="microsoft.graph.event" />
 22392          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22393        </Action>
 22394        <Function Name="delta" IsBound="true">
 22395          <Parameter Name="bindingparameter" Type="Collection(microsoft.graph.contact)" Nullable="false" />
 22396          <ReturnType Type="Collection(microsoft.graph.contact)" Nullable="false" />
 22397        </Function>
 22398        <Action Name="reply" IsBound="true">
 22399          <Parameter Name="bindingParameter" Type="microsoft.graph.conversationThread" />
 22400          <Parameter Name="Post" Type="microsoft.graph.post" Nullable="false" />
 22401        </Action>
 22402        <Action Name="complete" IsBound="true" EntitySetPath="bindingParameter">
 22403          <Parameter Name="bindingParameter" Type="microsoft.graph.outlookTask" />
 22404          <ReturnType Type="Collection(microsoft.graph.outlookTask)" Nullable="false" />
 22405        </Action>
 22406        <Action Name="createUploadSession" IsBound="true">
 22407          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.attachment)" />
 22408          <Parameter Name="AttachmentItem" Type="microsoft.graph.attachmentItem" Nullable="false" />
 22409          <ReturnType Type="microsoft.graph.uploadSession" />
 22410        </Action>
 22411        <Action Name="reply" IsBound="true">
 22412          <Parameter Name="bindingParameter" Type="microsoft.graph.post" />
 22413          <Parameter Name="Post" Type="microsoft.graph.post" Nullable="false" />
 22414        </Action>
 22415        <Action Name="forward" IsBound="true">
 22416          <Parameter Name="bindingParameter" Type="microsoft.graph.post" />
 22417          <Parameter Name="Comment" Type="Edm.String" Unicode="false" />
 22418          <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false" />
 22419        </Action>
 22420        <Function Name="delta" IsBound="true">
 22421          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22422          <Parameter Name="token" Type="Edm.String" Unicode="false" />
 22423          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22424        </Function>
 22425        <Function Name="delta" IsBound="true">
 22426          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22427          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22428        </Function>
 22429        <Function Name="getActivitiesByInterval" IsBound="true">
 22430          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22431          <ReturnType Type="Collection(microsoft.graph.itemActivityStat)" />
 22432        </Function>
 22433        <Function Name="search" IsBound="true">
 22434          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22435          <Parameter Name="q" Type="Edm.String" Unicode="false" />
 22436          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22437        </Function>
 22438        <Action Name="checkin" IsBound="true">
 22439          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22440          <Parameter Name="checkInAs" Type="Edm.String" Unicode="false" />
 22441          <Parameter Name="comment" Type="Edm.String" Unicode="false" />
 22442        </Action>
 22443        <Action Name="checkout" IsBound="true">
 22444          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22445        </Action>
 22446        <Action Name="copy" IsBound="true">
 22447          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22448          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 22449          <Parameter Name="parentReference" Type="microsoft.graph.itemReference" />
 22450          <ReturnType Type="microsoft.graph.driveItem" />
 22451        </Action>
 22452        <Action Name="createLink" IsBound="true">
 22453          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22454          <Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
 22455          <Parameter Name="scope" Type="Edm.String" Unicode="false" />
 22456          <Parameter Name="expirationDateTime" Type="Edm.DateTimeOffset" />
 22457          <Parameter Name="password" Type="Edm.String" Unicode="false" />
 22458          <Parameter Name="message" Type="Edm.String" Unicode="false" />
 22459          <Parameter Name="recipients" Type="Collection(microsoft.graph.driveRecipient)" />
 22460          <ReturnType Type="microsoft.graph.permission" />
 22461        </Action>
 22462        <Action Name="createUploadSession" IsBound="true">
 22463          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22464          <Parameter Name="item" Type="microsoft.graph.driveItemUploadableProperties" />
 22465          <Parameter Name="deferCommit" Type="Edm.Boolean" />
 22466          <ReturnType Type="microsoft.graph.uploadSession" />
 22467        </Action>
 22468        <Action Name="follow" IsBound="true">
 22469          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22470          <ReturnType Type="microsoft.graph.driveItem" />
 22471        </Action>
 22472        <Action Name="unfollow" IsBound="true">
 22473          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22474        </Action>
 22475        <Action Name="invite" IsBound="true">
 22476          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22477          <Parameter Name="requireSignIn" Type="Edm.Boolean" />
 22478          <Parameter Name="roles" Type="Collection(Edm.String)" Unicode="false" />
 22479          <Parameter Name="sendInvitation" Type="Edm.Boolean" />
 22480          <Parameter Name="message" Type="Edm.String" Unicode="false" />
 22481          <Parameter Name="recipients" Type="Collection(microsoft.graph.driveRecipient)" Nullable="false" />
 22482          <Parameter Name="expirationDateTime" Type="Edm.String" Unicode="false" />
 22483          <Parameter Name="password" Type="Edm.String" Unicode="false" />
 22484          <ReturnType Type="Collection(microsoft.graph.permission)" />
 22485        </Action>
 22486        <Action Name="preview" IsBound="true">
 22487          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22488          <Parameter Name="viewer" Type="Edm.String" Unicode="false" />
 22489          <Parameter Name="chromeless" Type="Edm.Boolean" />
 22490          <Parameter Name="allowEdit" Type="Edm.Boolean" />
 22491          <Parameter Name="page" Type="Edm.String" Unicode="false" />
 22492          <Parameter Name="zoom" Type="Edm.Double" />
 22493          <ReturnType Type="microsoft.graph.itemPreviewInfo" />
 22494        </Action>
 22495        <Action Name="restore" IsBound="true">
 22496          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22497          <Parameter Name="parentReference" Type="microsoft.graph.itemReference" />
 22498          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 22499          <ReturnType Type="microsoft.graph.driveItem" />
 22500        </Action>
 22501        <Action Name="validatePermission" IsBound="true">
 22502          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" />
 22503          <Parameter Name="challengeToken" Type="Edm.String" Unicode="false" />
 22504          <Parameter Name="password" Type="Edm.String" Nullable="false" Unicode="false" />
 22505        </Action>
 22506        <Function Name="getActivitiesByInterval" IsBound="true">
 22507          <Parameter Name="bindingParameter" Type="microsoft.graph.listItem" />
 22508          <ReturnType Type="Collection(microsoft.graph.itemActivityStat)" />
 22509        </Function>
 22510        <Function Name="getActivitiesByInterval" IsBound="true">
 22511          <Parameter Name="bindingParameter" Type="microsoft.graph.site" />
 22512          <ReturnType Type="Collection(microsoft.graph.itemActivityStat)" />
 22513        </Function>
 22514        <Function Name="getByPath" IsBound="true" IsComposable="true">
 22515          <Parameter Name="bindingParameter" Type="microsoft.graph.site" />
 22516          <Parameter Name="path" Type="Edm.String" Unicode="false" />
 22517          <ReturnType Type="microsoft.graph.site" />
 22518        </Function>
 22519        <Function Name="recent" IsBound="true">
 22520          <Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
 22521          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22522        </Function>
 22523        <Function Name="search" IsBound="true">
 22524          <Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
 22525          <Parameter Name="q" Type="Edm.String" Unicode="false" />
 22526          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22527        </Function>
 22528        <Function Name="sharedWithMe" IsBound="true">
 22529          <Parameter Name="bindingParameter" Type="microsoft.graph.drive" />
 22530          <ReturnType Type="Collection(microsoft.graph.driveItem)" />
 22531        </Function>
 22532        <Action Name="add" IsBound="true">
 22533          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.site)" />
 22534          <Parameter Name="value" Type="Collection(microsoft.graph.site)" />
 22535          <ReturnType Type="Collection(microsoft.graph.site)" />
 22536        </Action>
 22537        <Action Name="remove" IsBound="true">
 22538          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.site)" />
 22539          <Parameter Name="value" Type="Collection(microsoft.graph.site)" />
 22540          <ReturnType Type="Collection(microsoft.graph.site)" />
 22541        </Action>
 22542        <Action Name="grant" IsBound="true">
 22543          <Parameter Name="bindingParameter" Type="microsoft.graph.permission" />
 22544          <Parameter Name="roles" Type="Collection(Edm.String)" Unicode="false" />
 22545          <Parameter Name="recipients" Type="Collection(microsoft.graph.driveRecipient)" />
 22546          <ReturnType Type="Collection(microsoft.graph.permission)" />
 22547        </Action>
 22548        <Action Name="publish" IsBound="true">
 22549          <Parameter Name="bindingParameter" Type="microsoft.graph.sitePage" />
 22550        </Action>
 22551        <Action Name="restoreVersion" IsBound="true">
 22552          <Parameter Name="bindingParameter" Type="microsoft.graph.listItemVersion" />
 22553        </Action>
 22554        <Action Name="restoreVersion" IsBound="true">
 22555          <Parameter Name="bindingParameter" Type="microsoft.graph.driveItemVersion" />
 22556        </Action>
 22557        <Action Name="addGroup" IsBound="true">
 22558          <Parameter Name="bindingParameter" Type="microsoft.graph.groupLifecyclePolicy" />
 22559          <Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
 22560          <ReturnType Type="Edm.Boolean" Nullable="false" />
 22561        </Action>
 22562        <Action Name="removeGroup" IsBound="true">
 22563          <Parameter Name="bindingParameter" Type="microsoft.graph.groupLifecyclePolicy" />
 22564          <Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
 22565          <ReturnType Type="Edm.Boolean" Nullable="false" />
 22566        </Action>
 22567        <Action Name="renewGroup" IsBound="true">
 22568          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.groupLifecyclePolicy)" Nullable="false" />
 22569          <Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" />
 22570          <ReturnType Type="Edm.Boolean" Nullable="false" />
 22571        </Action>
 22572        <Function Name="Ping" IsBound="true">
 22573          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronization" />
 22574          <ReturnType Type="Edm.String" Unicode="false" />
 22575        </Function>
 22576        <Action Name="pause" IsBound="true">
 22577          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22578        </Action>
 22579        <Action Name="start" IsBound="true">
 22580          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22581        </Action>
 22582        <Action Name="stop" IsBound="true">
 22583          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22584        </Action>
 22585        <Action Name="apply" IsBound="true">
 22586          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22587          <Parameter Name="objectId" Type="Edm.String" Nullable="false" Unicode="false" />
 22588          <Parameter Name="typeName" Type="Edm.String" Nullable="false" Unicode="false" />
 22589          <Parameter Name="ruleId" Type="Edm.String" Unicode="false" />
 22590        </Action>
 22591        <Action Name="restart" IsBound="true">
 22592          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22593          <Parameter Name="criteria" Type="microsoft.graph.synchronizationJobRestartCriteria" />
 22594        </Action>
 22595        <Action Name="validateCredentials" IsBound="true">
 22596          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationJob" />
 22597          <Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" />
 22598          <Parameter Name="templateId" Type="Edm.String" Unicode="false" />
 22599          <Parameter Name="useSavedCredentials" Type="Edm.Boolean" />
 22600          <Parameter Name="credentials" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
 22601        </Action>
 22602        <Action Name="validateCredentials" IsBound="true">
 22603          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.synchronizationJob)" />
 22604          <Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" />
 22605          <Parameter Name="templateId" Type="Edm.String" Unicode="false" />
 22606          <Parameter Name="useSavedCredentials" Type="Edm.Boolean" />
 22607          <Parameter Name="credentials" Type="Collection(microsoft.graph.synchronizationSecretKeyStringValuePair)" />
 22608        </Action>
 22609        <Function Name="functions" IsBound="true">
 22610          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
 22611          <ReturnType Type="Collection(microsoft.graph.attributeMappingFunctionSchema)" />
 22612        </Function>
 22613        <Function Name="filterOperators" IsBound="true">
 22614          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
 22615          <ReturnType Type="Collection(microsoft.graph.filterOperatorSchema)" />
 22616        </Function>
 22617        <Action Name="parseExpression" IsBound="true">
 22618          <Parameter Name="bindingParameter" Type="microsoft.graph.synchronizationSchema" />
 22619          <Parameter Name="expression" Type="Edm.String" Unicode="false" />
 22620          <Parameter Name="testInputObject" Type="microsoft.graph.expressionInputObject" />
 22621          <Parameter Name="targetAttributeDefinition" Type="microsoft.graph.attributeDefinition" />
 22622          <ReturnType Type="microsoft.graph.parseExpressionResponse" />
 22623        </Action>
 22624        <Action Name="discover" IsBound="true">
 22625          <Parameter Name="bindingParameter" Type="microsoft.graph.directoryDefinition" />
 22626          <ReturnType Type="microsoft.graph.directoryDefinition" />
 22627        </Action>
 22628        <Function Name="Search" IsBound="true">
 22629          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.accessPackageCatalog)" />
 22630          <ReturnType Type="Collection(microsoft.graph.accessPackageCatalog)" />
 22631        </Function>
 22632        <Function Name="Search" IsBound="true">
 22633          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.accessPackage)" />
 22634          <ReturnType Type="Collection(microsoft.graph.accessPackage)" />
 22635        </Function>
 22636        <Function Name="My" IsBound="true">
 22637          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.accessPackageAssignmentRequest)" />
 22638          <ReturnType Type="Collection(microsoft.graph.accessPackageAssignmentRequest)" />
 22639        </Function>
 22640        <Function Name="My" IsBound="true">
 22641          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.accessPackageAssignment)" />
 22642          <ReturnType Type="Collection(microsoft.graph.accessPackageAssignment)" />
 22643        </Function>
 22644        <Function Name="My" IsBound="true">
 22645          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.accessPackageAssignmentResourceRole)" />
 22646          <ReturnType Type="Collection(microsoft.graph.accessPackageAssignmentResourceRole)" />
 22647        </Function>
 22648        <Action Name="Cancel" IsBound="true">
 22649          <Parameter Name="bindingParameter" Type="microsoft.graph.accessPackageAssignmentRequest" />
 22650        </Action>
 22651        <Action Name="stop" IsBound="true">
 22652          <Parameter Name="bindingParameter" Type="microsoft.graph.accessReview" />
 22653        </Action>
 22654        <Action Name="sendReminder" IsBound="true">
 22655          <Parameter Name="bindingParameter" Type="microsoft.graph.accessReview" />
 22656        </Action>
 22657        <Action Name="resetDecisions" IsBound="true">
 22658          <Parameter Name="bindingParameter" Type="microsoft.graph.accessReview" />
 22659        </Action>
 22660        <Action Name="applyDecisions" IsBound="true">
 22661          <Parameter Name="bindingParameter" Type="microsoft.graph.accessReview" />
 22662        </Action>
 22663        <Action Name="stop" IsBound="true">
 22664          <Parameter Name="bindingParameter" Type="microsoft.graph.request" />
 22665        </Action>
 22666        <Action Name="recordDecisions" IsBound="true">
 22667          <Parameter Name="bindingParameter" Type="microsoft.graph.request" />
 22668          <Parameter Name="reviewResult" Type="Edm.String" Unicode="false" />
 22669          <Parameter Name="justification" Type="Edm.String" Unicode="false" />
 22670        </Action>
 22671        <Action Name="recordDecisions" IsBound="true">
 22672          <Parameter Name="bindingParameter" Type="microsoft.graph.businessFlow" />
 22673          <Parameter Name="reviewResult" Type="Edm.String" Unicode="false" />
 22674          <Parameter Name="justification" Type="Edm.String" Unicode="false" />
 22675        </Action>
 22676        <Action Name="dismiss" IsBound="true">
 22677          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.riskyUser)" />
 22678          <Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
 22679        </Action>
 22680        <Action Name="confirmCompromised" IsBound="true">
 22681          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.riskyUser)" />
 22682          <Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" />
 22683        </Action>
 22684        <Action Name="extractLabel" IsBound="true">
 22685          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.informationProtectionLabel)" />
 22686          <Parameter Name="contentInfo" Type="microsoft.graph.contentInfo" Nullable="false" />
 22687          <ReturnType Type="microsoft.graph.informationProtectionContentLabel" />
 22688        </Action>
 22689        <Action Name="evaluateApplication" IsBound="true">
 22690          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.informationProtectionLabel)" />
 22691          <Parameter Name="contentInfo" Type="microsoft.graph.contentInfo" Nullable="false" />
 22692          <Parameter Name="labelingOptions" Type="microsoft.graph.labelingOptions" Nullable="false" />
 22693          <ReturnType Type="Collection(microsoft.graph.informationProtectionAction)" />
 22694        </Action>
 22695        <Action Name="evaluateRemoval" IsBound="true">
 22696          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.informationProtectionLabel)" />
 22697          <Parameter Name="contentInfo" Type="microsoft.graph.contentInfo" Nullable="false" />
 22698          <Parameter Name="downgradeJustification" Type="microsoft.graph.downgradeJustification" />
 22699          <ReturnType Type="Collection(microsoft.graph.informationProtectionAction)" />
 22700        </Action>
 22701        <Action Name="evaluateClassificationResults" IsBound="true">
 22702          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.informationProtectionLabel)" />
 22703          <Parameter Name="contentInfo" Type="microsoft.graph.contentInfo" Nullable="false" />
 22704          <Parameter Name="classificationResults" Type="Collection(microsoft.graph.classificationResult)" Nullable="false" />
 22705          <ReturnType Type="Collection(microsoft.graph.informationProtectionAction)" />
 22706        </Action>
 22707        <Action Name="requestSignupUrl" IsBound="true">
 22708          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
 22709          <Parameter Name="hostName" Type="Edm.String" Unicode="false" />
 22710          <ReturnType Type="Edm.String" Unicode="false" />
 22711        </Action>
 22712        <Action Name="completeSignup" IsBound="true">
 22713          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
 22714          <Parameter Name="enterpriseToken" Type="Edm.String" Unicode="false" />
 22715        </Action>
 22716        <Action Name="syncApps" IsBound="true">
 22717          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
 22718        </Action>
 22719        <Action Name="unbind" IsBound="true">
 22720          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkSettings" />
 22721        </Action>
 22722        <Action Name="revokeToken" IsBound="true">
 22723          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkEnrollmentProfile" />
 22724        </Action>
 22725        <Action Name="createToken" IsBound="true">
 22726          <Parameter Name="bindingParameter" Type="microsoft.graph.androidForWorkEnrollmentProfile" />
 22727          <Parameter Name="tokenValidityInSeconds" Type="Edm.Int32" Nullable="false" />
 22728        </Action>
 22729        <Action Name="approveApps" IsBound="true">
 22730          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22731          <Parameter Name="packageIds" Type="Collection(Edm.String)" Unicode="false" />
 22732          <Parameter Name="approveAllPermissions" Type="Edm.Boolean" Nullable="false" />
 22733        </Action>
 22734        <Action Name="requestSignupUrl" IsBound="true">
 22735          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22736          <Parameter Name="hostName" Type="Edm.String" Unicode="false" />
 22737          <ReturnType Type="Edm.String" Unicode="false" />
 22738        </Action>
 22739        <Action Name="completeSignup" IsBound="true">
 22740          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22741          <Parameter Name="enterpriseToken" Type="Edm.String" Unicode="false" />
 22742        </Action>
 22743        <Action Name="syncApps" IsBound="true">
 22744          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22745        </Action>
 22746        <Action Name="unbind" IsBound="true">
 22747          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22748        </Action>
 22749        <Action Name="createGooglePlayWebToken" IsBound="true">
 22750          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22751          <Parameter Name="parentUri" Type="Edm.String" Unicode="false" />
 22752          <ReturnType Type="Edm.String" Unicode="false" />
 22753        </Action>
 22754        <Action Name="setAndroidDeviceOwnerFullyManagedEnrollmentState" IsBound="true">
 22755          <Parameter Name="bindingParameter" Type="microsoft.graph.androidManagedStoreAccountEnterpriseSettings" />
 22756          <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
 22757        </Action>
 22758        <Action Name="revokeToken" IsBound="true">
 22759          <Parameter Name="bindingParameter" Type="microsoft.graph.androidDeviceOwnerEnrollmentProfile" />
 22760        </Action>
 22761        <Action Name="createToken" IsBound="true">
 22762          <Parameter Name="bindingParameter" Type="microsoft.graph.androidDeviceOwnerEnrollmentProfile" />
 22763          <Parameter Name="tokenValidityInSeconds" Type="Edm.Int32" Nullable="false" />
 22764        </Action>
 22765        <Action Name="assign" IsBound="true">
 22766          <Parameter Name="bindingParameter" Type="microsoft.graph.mobileApp" />
 22767          <Parameter Name="mobileAppAssignments" Type="Collection(microsoft.graph.mobileAppAssignment)" />
 22768        </Action>
 22769        <Action Name="updateRelationships" IsBound="true">
 22770          <Parameter Name="bindingParameter" Type="microsoft.graph.mobileApp" />
 22771          <Parameter Name="relationships" Type="Collection(microsoft.graph.mobileAppRelationship)" />
 22772        </Action>
 22773        <Function Name="getRelatedAppStates" IsBound="true">
 22774          <Parameter Name="bindingParameter" Type="microsoft.graph.mobileApp" />
 22775          <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
 22776          <Parameter Name="deviceId" Type="Edm.String" Unicode="false" />
 22777          <ReturnType Type="Collection(microsoft.graph.mobileAppRelationshipState)" />
 22778        </Function>
 22779        <Action Name="commit" IsBound="true">
 22780          <Parameter Name="bindingParameter" Type="microsoft.graph.mobileAppContentFile" />
 22781          <Parameter Name="fileEncryptionInfo" Type="microsoft.graph.fileEncryptionInfo" />
 22782        </Action>
 22783        <Action Name="renewUpload" IsBound="true">
 22784          <Parameter Name="bindingParameter" Type="microsoft.graph.mobileAppContentFile" />
 22785        </Action>
 22786        <Action Name="assign" IsBound="true">
 22787          <Parameter Name="bindingParameter" Type="microsoft.graph.iosLobAppProvisioningConfiguration" />
 22788          <Parameter Name="appProvisioningConfigurationGroupAssignments" Type="Collection(microsoft.graph.mobileAppProvisioningConfigGroupAssignment)" />
 22789          <Parameter Name="iOSLobAppProvisioningConfigAssignments" Type="Collection(microsoft.graph.iosLobAppProvisioningConfigurationAssignment)" />
 22790        </Action>
 22791        <Function Name="getMobileAppCount" IsBound="true">
 22792          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mobileApp)" />
 22793          <Parameter Name="status" Type="Edm.String" Unicode="false" />
 22794          <ReturnType Type="Edm.Int64" Nullable="false" />
 22795        </Function>
 22796        <Function Name="getTopMobileApps" IsBound="true">
 22797          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mobileApp)" />
 22798          <Parameter Name="status" Type="Edm.String" Unicode="false" />
 22799          <Parameter Name="count" Type="Edm.Int64" Nullable="false" />
 22800          <ReturnType Type="Collection(microsoft.graph.mobileApp)" />
 22801        </Function>
 22802        <Action Name="hasPayloadLinks" IsBound="true">
 22803          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mobileApp)" />
 22804          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22805          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22806        </Action>
 22807        <Action Name="assign" IsBound="true">
 22808          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDeviceMobileAppConfiguration" />
 22809          <Parameter Name="assignments" Type="Collection(microsoft.graph.managedDeviceMobileAppConfigurationAssignment)" />
 22810        </Action>
 22811        <Action Name="revokeAllLicenses" IsBound="true">
 22812          <Parameter Name="bindingParameter" Type="microsoft.graph.iosVppApp" />
 22813          <Parameter Name="notifyManagedDevices" Type="Edm.Boolean" Nullable="false" />
 22814        </Action>
 22815        <Action Name="revokeUserLicense" IsBound="true">
 22816          <Parameter Name="bindingParameter" Type="microsoft.graph.iosVppApp" />
 22817          <Parameter Name="userId" Type="Edm.String" Unicode="false" />
 22818          <Parameter Name="notifyManagedDevices" Type="Edm.Boolean" Nullable="false" />
 22819        </Action>
 22820        <Action Name="revokeDeviceLicense" IsBound="true">
 22821          <Parameter Name="bindingParameter" Type="microsoft.graph.iosVppApp" />
 22822          <Parameter Name="managedDeviceId" Type="Edm.String" Unicode="false" />
 22823          <Parameter Name="notifyManagedDevices" Type="Edm.Boolean" Nullable="false" />
 22824        </Action>
 22825        <Function Name="getAuditCategories" IsBound="true">
 22826          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.auditEvent)" />
 22827          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 22828        </Function>
 22829        <Function Name="getAuditActivityTypes" IsBound="true">
 22830          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.auditEvent)" />
 22831          <Parameter Name="category" Type="Edm.String" Unicode="false" />
 22832          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 22833        </Function>
 22834        <Action Name="assign" IsBound="true">
 22835          <Parameter Name="bindingParameter" Type="microsoft.graph.managedEBook" />
 22836          <Parameter Name="managedEBookAssignments" Type="Collection(microsoft.graph.managedEBookAssignment)" />
 22837        </Action>
 22838        <Action Name="update" IsBound="true">
 22839          <Parameter Name="bindingParameter" Type="microsoft.graph.policySet" />
 22840          <Parameter Name="addedPolicySetItems" Type="Collection(microsoft.graph.policySetItem)" />
 22841          <Parameter Name="updatedPolicySetItems" Type="Collection(microsoft.graph.policySetItem)" />
 22842          <Parameter Name="deletedPolicySetItems" Type="Collection(Edm.String)" Unicode="false" />
 22843          <Parameter Name="assignments" Type="Collection(microsoft.graph.policySetAssignment)" />
 22844        </Action>
 22845        <Action Name="hasPayloadLinks" IsBound="true">
 22846          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.targetedManagedAppConfiguration)" />
 22847          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22848          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22849        </Action>
 22850        <Action Name="hasPayloadLinks" IsBound="true">
 22851          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.iosManagedAppProtection)" />
 22852          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22853          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22854        </Action>
 22855        <Action Name="hasPayloadLinks" IsBound="true">
 22856          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.androidManagedAppProtection)" />
 22857          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22858          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22859        </Action>
 22860        <Action Name="hasPayloadLinks" IsBound="true">
 22861          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.macManagedAppProtection)" />
 22862          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22863          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22864        </Action>
 22865        <Action Name="hasPayloadLinks" IsBound="true">
 22866          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.mdmWindowsInformationProtectionPolicy)" />
 22867          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22868          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22869        </Action>
 22870        <Action Name="hasPayloadLinks" IsBound="true">
 22871          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.iosLobAppProvisioningConfiguration)" />
 22872          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22873          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22874        </Action>
 22875        <Action Name="getPolicySets" IsBound="true">
 22876          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.policySet)" />
 22877          <Parameter Name="policySetIds" Type="Collection(Edm.String)" Unicode="false" />
 22878          <ReturnType Type="Collection(microsoft.graph.policySet)" />
 22879        </Action>
 22880        <Action Name="hasPayloadLinks" IsBound="true">
 22881          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceManagementScript)" />
 22882          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22883          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22884        </Action>
 22885        <Action Name="hasPayloadLinks" IsBound="true">
 22886          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceConfiguration)" />
 22887          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22888          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22889        </Action>
 22890        <Action Name="getTargetedUsersAndDevices" IsBound="true">
 22891          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceConfiguration)" />
 22892          <Parameter Name="deviceConfigurationIds" Type="Collection(Edm.String)" Unicode="false" />
 22893          <ReturnType Type="Collection(microsoft.graph.deviceConfigurationTargetedUserAndDevice)" />
 22894        </Action>
 22895        <Action Name="hasPayloadLinks" IsBound="true">
 22896          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceCompliancePolicy)" />
 22897          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22898          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22899        </Action>
 22900        <Action Name="refreshDeviceComplianceReportSummarization" IsBound="true">
 22901          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceCompliancePolicy)" />
 22902        </Action>
 22903        <Action Name="hasPayloadLinks" IsBound="true">
 22904          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.windowsAutopilotDeploymentProfile)" />
 22905          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22906          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22907        </Action>
 22908        <Action Name="hasPayloadLinks" IsBound="true">
 22909          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.deviceEnrollmentConfiguration)" />
 22910          <Parameter Name="payloadIds" Type="Collection(Edm.String)" Unicode="false" />
 22911          <ReturnType Type="Collection(microsoft.graph.hasPayloadLinkResultItem)" />
 22912        </Action>
 22913        <Action Name="assign" IsBound="true">
 22914          <Parameter Name="bindingParameter" Type="microsoft.graph.officeClientConfiguration" />
 22915          <Parameter Name="officeConfigurationAssignments" Type="Collection(microsoft.graph.officeClientConfigurationAssignment)" />
 22916          <ReturnType Type="Collection(microsoft.graph.officeClientConfigurationAssignment)" />
 22917        </Action>
 22918        <Action Name="updatePriorities" IsBound="true">
 22919          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.officeClientConfiguration)" />
 22920          <Parameter Name="officeConfigurationPolicyIds" Type="Collection(Edm.String)" Unicode="false" />
 22921          <Parameter Name="officeConfigurationPriorities" Type="Collection(Edm.Int32)" Nullable="false" />
 22922        </Action>
 22923        <Action Name="assign" IsBound="true">
 22924          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
 22925          <Parameter Name="deviceConfigurationGroupAssignments" Type="Collection(microsoft.graph.deviceConfigurationGroupAssignment)" />
 22926          <Parameter Name="assignments" Type="Collection(microsoft.graph.deviceConfigurationAssignment)" />
 22927          <ReturnType Type="Collection(microsoft.graph.deviceConfigurationAssignment)" />
 22928        </Action>
 22929        <Action Name="windowsPrivacyAccessControls" IsBound="true">
 22930          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
 22931          <Parameter Name="windowsPrivacyAccessControls" Type="Collection(microsoft.graph.windowsPrivacyDataAccessControlItem)" />
 22932        </Action>
 22933        <Action Name="assignedAccessMultiModeProfiles" IsBound="true">
 22934          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceConfiguration" />
 22935          <Parameter Name="assignedAccessMultiModeProfiles" Type="Collection(microsoft.graph.windowsAssignedAccessProfile)" />
 22936        </Action>
 22937        <Action Name="assign" IsBound="true">
 22938          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceCompliancePolicy" />
 22939          <Parameter Name="assignments" Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" />
 22940          <ReturnType Type="Collection(microsoft.graph.deviceCompliancePolicyAssignment)" />
 22941        </Action>
 22942        <Action Name="scheduleActionsForRules" IsBound="true">
 22943          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceCompliancePolicy" />
 22944          <Parameter Name="deviceComplianceScheduledActionForRules" Type="Collection(microsoft.graph.deviceComplianceScheduledActionForRule)" />
 22945        </Action>
 22946        <Action Name="enableLegacyPcManagement" IsBound="true">
 22947          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22948        </Action>
 22949        <Action Name="enableAndroidDeviceAdministratorEnrollment" IsBound="true">
 22950          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22951        </Action>
 22952        <Function Name="verifyWindowsEnrollmentAutoDiscovery" IsBound="true">
 22953          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22954          <Parameter Name="domainName" Type="Edm.String" Unicode="false" />
 22955          <ReturnType Type="Edm.Boolean" Nullable="false" />
 22956        </Function>
 22957        <Action Name="sendCustomNotificationToCompanyPortal" IsBound="true">
 22958          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22959          <Parameter Name="notificationTitle" Type="Edm.String" Unicode="false" />
 22960          <Parameter Name="notificationBody" Type="Edm.String" Unicode="false" />
 22961          <Parameter Name="groupsToNotify" Type="Collection(Edm.String)" Unicode="false" />
 22962        </Action>
 22963        <Function Name="getEffectivePermissions" IsBound="true">
 22964          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22965          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 22966        </Function>
 22967        <Function Name="getEffectivePermissions" IsBound="true">
 22968          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22969          <Parameter Name="scope" Type="Edm.String" Unicode="false" />
 22970          <ReturnType Type="Collection(microsoft.graph.rolePermission)" />
 22971        </Function>
 22972        <Function Name="getRoleScopeTagsByResource" IsBound="true">
 22973          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22974          <Parameter Name="resource" Type="Edm.String" Unicode="false" />
 22975          <ReturnType Type="Collection(microsoft.graph.roleScopeTag)" />
 22976        </Function>
 22977        <Function Name="getRoleScopeTagsByIds" IsBound="true">
 22978          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22979          <Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
 22980          <ReturnType Type="Collection(microsoft.graph.roleScopeTag)" />
 22981        </Function>
 22982        <Function Name="getAssignedRoleDetails" IsBound="true">
 22983          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22984          <ReturnType Type="microsoft.graph.deviceAndAppManagementAssignedRoleDetails" />
 22985        </Function>
 22986        <Function Name="scopedForResource" IsBound="true">
 22987          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagement" />
 22988          <Parameter Name="resource" Type="Edm.String" Unicode="false" />
 22989          <ReturnType Type="Edm.Boolean" Nullable="false" />
 22990        </Function>
 22991        <Action Name="extendFeatureUpdatesPause" IsBound="true">
 22992          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsUpdateForBusinessConfiguration" />
 22993        </Action>
 22994        <Action Name="extendQualityUpdatesPause" IsBound="true">
 22995          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsUpdateForBusinessConfiguration" />
 22996        </Action>
 22997        <Action Name="overrideComplianceState" IsBound="true">
 22998          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 22999          <Parameter Name="complianceState" Type="microsoft.graph.administratorConfiguredDeviceComplianceState" Nullable="false" />
 23000          <Parameter Name="remediationUrl" Type="Edm.String" Unicode="false" />
 23001        </Action>
 23002        <Action Name="enableLostMode" IsBound="true">
 23003          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23004          <Parameter Name="message" Type="Edm.String" Unicode="false" />
 23005          <Parameter Name="phoneNumber" Type="Edm.String" Unicode="false" />
 23006          <Parameter Name="footer" Type="Edm.String" Unicode="false" />
 23007        </Action>
 23008        <Action Name="playLostModeSound" IsBound="true">
 23009          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23010        </Action>
 23011        <Action Name="setDeviceName" IsBound="true">
 23012          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23013          <Parameter Name="deviceName" Type="Edm.String" Unicode="false" />
 23014        </Action>
 23015        <Action Name="rotateFileVaultKey" IsBound="true">
 23016          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23017        </Action>
 23018        <Function Name="getFileVaultKey" IsBound="true">
 23019          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23020          <ReturnType Type="Edm.String" Unicode="false" />
 23021        </Function>
 23022        <Action Name="retire" IsBound="true">
 23023          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23024        </Action>
 23025        <Action Name="wipe" IsBound="true">
 23026          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23027          <Parameter Name="keepEnrollmentData" Type="Edm.Boolean" />
 23028          <Parameter Name="keepUserData" Type="Edm.Boolean" />
 23029          <Parameter Name="macOsUnlockCode" Type="Edm.String" Unicode="false" />
 23030        </Action>
 23031        <Action Name="resetPasscode" IsBound="true">
 23032          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23033        </Action>
 23034        <Action Name="remoteLock" IsBound="true">
 23035          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23036        </Action>
 23037        <Action Name="requestRemoteAssistance" IsBound="true">
 23038          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23039        </Action>
 23040        <Action Name="disableLostMode" IsBound="true">
 23041          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23042        </Action>
 23043        <Action Name="locateDevice" IsBound="true">
 23044          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23045        </Action>
 23046        <Action Name="bypassActivationLock" IsBound="true">
 23047          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23048        </Action>
 23049        <Action Name="rebootNow" IsBound="true">
 23050          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23051        </Action>
 23052        <Action Name="shutDown" IsBound="true">
 23053          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23054        </Action>
 23055        <Action Name="recoverPasscode" IsBound="true">
 23056          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23057        </Action>
 23058        <Action Name="cleanWindowsDevice" IsBound="true">
 23059          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23060          <Parameter Name="keepUserData" Type="Edm.Boolean" Nullable="false" />
 23061        </Action>
 23062        <Action Name="logoutSharedAppleDeviceActiveUser" IsBound="true">
 23063          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23064        </Action>
 23065        <Action Name="deleteUserFromSharedAppleDevice" IsBound="true">
 23066          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23067          <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
 23068        </Action>
 23069        <Action Name="syncDevice" IsBound="true">
 23070          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23071        </Action>
 23072        <Action Name="windowsDefenderScan" IsBound="true">
 23073          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23074          <Parameter Name="quickScan" Type="Edm.Boolean" Nullable="false" />
 23075        </Action>
 23076        <Action Name="windowsDefenderUpdateSignatures" IsBound="true">
 23077          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23078        </Action>
 23079        <Action Name="updateWindowsDeviceAccount" IsBound="true">
 23080          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23081          <Parameter Name="updateWindowsDeviceAccountActionParameter" Type="microsoft.graph.updateWindowsDeviceAccountActionParameter" />
 23082        </Action>
 23083        <Action Name="revokeAppleVppLicenses" IsBound="true">
 23084          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23085        </Action>
 23086        <Action Name="rotateBitLockerKeys" IsBound="true">
 23087          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23088        </Action>
 23089        <Action Name="sendCustomNotificationToCompanyPortal" IsBound="true">
 23090          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23091          <Parameter Name="notificationTitle" Type="Edm.String" Nullable="false" Unicode="false" />
 23092          <Parameter Name="notificationBody" Type="Edm.String" Nullable="false" Unicode="false" />
 23093        </Action>
 23094        <Action Name="triggerConfigurationManagerAction" IsBound="true">
 23095          <Parameter Name="bindingParameter" Type="microsoft.graph.managedDevice" />
 23096          <Parameter Name="configurationManagerAction" Type="microsoft.graph.configurationManagerAction" Nullable="false" />
 23097        </Action>
 23098        <Action Name="setMobileDeviceManagementAuthority" IsBound="true">
 23099          <Parameter Name="bindingParameter" Type="microsoft.graph.organization" />
 23100          <ReturnType Type="Edm.Int32" Nullable="false" />
 23101        </Action>
 23102        <Action Name="syncMicrosoftStoreForBusinessApps" IsBound="true">
 23103          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceAppManagement" />
 23104        </Action>
 23105        <Action Name="syncLicenses" IsBound="true">
 23106          <Parameter Name="bindingParameter" Type="microsoft.graph.vppToken" />
 23107          <ReturnType Type="microsoft.graph.vppToken" />
 23108        </Action>
 23109        <Action Name="revokeLicenses" IsBound="true">
 23110          <Parameter Name="bindingParameter" Type="microsoft.graph.vppToken" />
 23111          <Parameter Name="notifyManagedDevices" Type="Edm.Boolean" Nullable="false" />
 23112        </Action>
 23113        <Function Name="getLicensesForApp" IsBound="true">
 23114          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.vppToken)" />
 23115          <Parameter Name="bundleId" Type="Edm.String" Unicode="false" />
 23116          <ReturnType Type="Collection(microsoft.graph.vppTokenLicenseSummary)" />
 23117        </Function>
 23118        <Action Name="sync" IsBound="true">
 23119          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementExchangeConnector" />
 23120          <Parameter Name="syncType" Type="microsoft.graph.deviceManagementExchangeConnectorSyncType" Nullable="false" />
 23121        </Action>
 23122        <Action Name="setPriority" IsBound="true">
 23123          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceEnrollmentConfiguration" />
 23124          <Parameter Name="priority" Type="Edm.Int32" Nullable="false" />
 23125        </Action>
 23126        <Action Name="assign" IsBound="true">
 23127          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceEnrollmentConfiguration" />
 23128          <Parameter Name="enrollmentConfigurationAssignments" Type="Collection(microsoft.graph.enrollmentConfigurationAssignment)" />
 23129        </Action>
 23130        <Action Name="createInstance" IsBound="true">
 23131          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementTemplate" />
 23132          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 23133          <Parameter Name="description" Type="Edm.String" Unicode="false" />
 23134          <Parameter Name="settingsDelta" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" />
 23135          <Parameter Name="roleScopeTagIds" Type="Collection(Edm.String)" Unicode="false" />
 23136          <ReturnType Type="microsoft.graph.deviceManagementIntent" />
 23137        </Action>
 23138        <Function Name="compare" IsBound="true">
 23139          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementTemplate" />
 23140          <Parameter Name="templateId" Type="Edm.String" Unicode="false" />
 23141          <ReturnType Type="Collection(microsoft.graph.deviceManagementSettingComparison)" />
 23142        </Function>
 23143        <Action Name="updateSettings" IsBound="true">
 23144          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementIntent" />
 23145          <Parameter Name="settings" Type="Collection(microsoft.graph.deviceManagementSettingInstance)" />
 23146        </Action>
 23147        <Action Name="migrateToTemplate" IsBound="true">
 23148          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementIntent" />
 23149          <Parameter Name="newTemplateId" Type="Edm.String" Unicode="false" />
 23150          <Parameter Name="preserveCustomValues" Type="Edm.Boolean" Nullable="false" />
 23151        </Action>
 23152        <Action Name="assign" IsBound="true">
 23153          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementIntent" />
 23154          <Parameter Name="assignments" Type="Collection(microsoft.graph.deviceManagementIntentAssignment)" />
 23155        </Action>
 23156        <Function Name="compare" IsBound="true">
 23157          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementIntent" />
 23158          <Parameter Name="templateId" Type="Edm.String" Unicode="false" />
 23159          <ReturnType Type="Collection(microsoft.graph.deviceManagementSettingComparison)" />
 23160        </Function>
 23161        <Function Name="downloadApplePushNotificationCertificateSigningRequest" IsBound="true">
 23162          <Parameter Name="bindingParameter" Type="microsoft.graph.applePushNotificationCertificate" />
 23163          <ReturnType Type="Edm.String" Unicode="false" />
 23164        </Function>
 23165        <Action Name="assign" IsBound="true">
 23166          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementScript" />
 23167          <Parameter Name="deviceManagementScriptGroupAssignments" Type="Collection(microsoft.graph.deviceManagementScriptGroupAssignment)" />
 23168          <Parameter Name="deviceManagementScriptAssignments" Type="Collection(microsoft.graph.deviceManagementScriptAssignment)" />
 23169        </Action>
 23170        <Action Name="executeAction" IsBound="true">
 23171          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managedDevice)" />
 23172          <Parameter Name="actionName" Type="microsoft.graph.managedDeviceRemoteAction" Nullable="false" />
 23173          <Parameter Name="keepEnrollmentData" Type="Edm.Boolean" />
 23174          <Parameter Name="keepUserData" Type="Edm.Boolean" />
 23175          <Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
 23176          <Parameter Name="notificationTitle" Type="Edm.String" Unicode="false" />
 23177          <Parameter Name="notificationBody" Type="Edm.String" Unicode="false" />
 23178          <Parameter Name="deviceName" Type="Edm.String" Unicode="false" />
 23179          <ReturnType Type="microsoft.graph.bulkManagedDeviceActionResult" />
 23180        </Action>
 23181        <Action Name="consentToDataSharing" IsBound="true">
 23182          <Parameter Name="bindingParameter" Type="microsoft.graph.dataSharingConsent" />
 23183          <ReturnType Type="microsoft.graph.dataSharingConsent" />
 23184        </Action>
 23185        <Function Name="summarizeDevicePerformanceDevices" IsBound="true">
 23186          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.userExperienceAnalyticsDevicePerformance)" />
 23187          <Parameter Name="summarizeBy" Type="microsoft.graph.userExperienceAnalyticsSummarizedBy" Nullable="false" />
 23188          <ReturnType Type="Collection(microsoft.graph.userExperienceAnalyticsDevicePerformance)" />
 23189        </Function>
 23190        <Function Name="summarizeDeviceRegressionPerformance" IsBound="true" IsComposable="true">
 23191          <Parameter Name="bindingParameter" Type="microsoft.graph.userExperienceAnalyticsRegressionSummary" />
 23192          <Parameter Name="summarizeBy" Type="microsoft.graph.userExperienceAnalyticsSummarizedBy" Nullable="false" />
 23193          <ReturnType Type="microsoft.graph.userExperienceAnalyticsRegressionSummary" />
 23194        </Function>
 23195        <Action Name="assign" IsBound="true">
 23196          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceHealthScript" />
 23197          <Parameter Name="deviceHealthScriptAssignments" Type="Collection(microsoft.graph.deviceHealthScriptAssignment)" />
 23198        </Action>
 23199        <Action Name="createDownloadUrl" IsBound="true">
 23200          <Parameter Name="bindingParameter" Type="microsoft.graph.appLogCollectionRequest" />
 23201          <ReturnType Type="microsoft.graph.appLogCollectionDownloadDetails" />
 23202        </Action>
 23203        <Action Name="importDeviceIdentityList" IsBound="true">
 23204          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
 23205          <Parameter Name="importedDeviceIdentities" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
 23206          <Parameter Name="overwriteImportedDeviceIdentities" Type="Edm.Boolean" Nullable="false" />
 23207          <ReturnType Type="Collection(microsoft.graph.importedDeviceIdentityResult)" />
 23208        </Action>
 23209        <Action Name="searchExistingIdentities" IsBound="true">
 23210          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
 23211          <Parameter Name="importedDeviceIdentities" Type="Collection(microsoft.graph.importedDeviceIdentity)" />
 23212          <ReturnType Type="Collection(microsoft.graph.importedDeviceIdentity)" />
 23213        </Action>
 23214        <Action Name="sync" IsBound="true">
 23215          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotSettings" />
 23216        </Action>
 23217        <Action Name="assign" IsBound="true">
 23218          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeploymentProfile" />
 23219          <Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
 23220        </Action>
 23221        <Function Name="getEncryptionPublicKey" IsBound="true">
 23222          <Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
 23223          <ReturnType Type="Edm.String" Unicode="false" />
 23224        </Function>
 23225        <Action Name="uploadDepToken" IsBound="true">
 23226          <Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
 23227          <Parameter Name="appleId" Type="Edm.String" Unicode="false" />
 23228          <Parameter Name="depToken" Type="Edm.String" Unicode="false" />
 23229        </Action>
 23230        <Action Name="syncWithAppleDeviceEnrollmentProgram" IsBound="true">
 23231          <Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
 23232        </Action>
 23233        <Action Name="shareForSchoolDataSyncService" IsBound="true">
 23234          <Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
 23235        </Action>
 23236        <Action Name="unshareForSchoolDataSyncService" IsBound="true">
 23237          <Parameter Name="bindingParameter" Type="microsoft.graph.depOnboardingSetting" />
 23238        </Action>
 23239        <Action Name="setDefaultProfile" IsBound="true">
 23240          <Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
 23241        </Action>
 23242        <Function Name="exportMobileConfig" IsBound="true">
 23243          <Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
 23244          <ReturnType Type="Edm.String" Unicode="false" />
 23245        </Function>
 23246        <Action Name="updateDeviceProfileAssignment" IsBound="true">
 23247          <Parameter Name="bindingParameter" Type="microsoft.graph.enrollmentProfile" />
 23248          <Parameter Name="deviceIds" Type="Collection(Edm.String)" Unicode="false" />
 23249        </Action>
 23250        <Action Name="importAppleDeviceIdentityList" IsBound="true">
 23251          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" />
 23252          <Parameter Name="importedAppleDeviceIdentities" Type="Collection(microsoft.graph.importedAppleDeviceIdentity)" />
 23253          <Parameter Name="overwriteImportedDeviceIdentities" Type="Edm.Boolean" Nullable="false" />
 23254          <ReturnType Type="Collection(microsoft.graph.importedAppleDeviceIdentityResult)" />
 23255        </Action>
 23256        <Action Name="assignUserToDevice" IsBound="true">
 23257          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeviceIdentity" />
 23258          <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
 23259          <Parameter Name="addressableUserName" Type="Edm.String" Unicode="false" />
 23260        </Action>
 23261        <Action Name="unassignUserFromDevice" IsBound="true">
 23262          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeviceIdentity" />
 23263        </Action>
 23264        <Action Name="updateDeviceProperties" IsBound="true">
 23265          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeviceIdentity" />
 23266          <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
 23267          <Parameter Name="addressableUserName" Type="Edm.String" Unicode="false" />
 23268          <Parameter Name="groupTag" Type="Edm.String" Unicode="false" />
 23269          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 23270        </Action>
 23271        <Action Name="assignResourceAccountToDevice" IsBound="true">
 23272          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeviceIdentity" />
 23273          <Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
 23274          <Parameter Name="addressableUserName" Type="Edm.String" Unicode="false" />
 23275          <Parameter Name="resourceAccountName" Type="Edm.String" Unicode="false" />
 23276        </Action>
 23277        <Action Name="unassignResourceAccountFromDevice" IsBound="true">
 23278          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsAutopilotDeviceIdentity" />
 23279        </Action>
 23280        <Action Name="import" IsBound="true">
 23281          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.importedWindowsAutopilotDeviceIdentity)" />
 23282          <Parameter Name="importedWindowsAutopilotDeviceIdentities" Type="Collection(microsoft.graph.importedWindowsAutopilotDeviceIdentity)" />
 23283          <ReturnType Type="Collection(microsoft.graph.importedWindowsAutopilotDeviceIdentity)" />
 23284        </Action>
 23285        <Action Name="setPriority" IsBound="true">
 23286          <Parameter Name="bindingParameter" Type="microsoft.graph.appleUserInitiatedEnrollmentProfile" />
 23287          <Parameter Name="priority" Type="Edm.Int32" Nullable="false" />
 23288        </Action>
 23289        <Function Name="getExpiringVppTokenCount" IsBound="true">
 23290          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.depOnboardingSetting)" />
 23291          <Parameter Name="expiringBeforeDateTime" Type="Edm.String" Unicode="false" />
 23292          <ReturnType Type="Edm.Int32" Nullable="false" />
 23293        </Function>
 23294        <Function Name="getManagementConditionsForPlatform" IsBound="true" EntitySetPath="bindingParameter">
 23295          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managementCondition)" />
 23296          <Parameter Name="platform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
 23297          <ReturnType Type="Collection(microsoft.graph.managementCondition)" />
 23298        </Function>
 23299        <Function Name="getManagementConditionStatementExpressionString" IsBound="true">
 23300          <Parameter Name="bindingParameter" Type="microsoft.graph.managementConditionStatement" />
 23301          <ReturnType Type="microsoft.graph.managementConditionExpressionString" />
 23302        </Function>
 23303        <Function Name="getManagementConditionStatementsForPlatform" IsBound="true" EntitySetPath="bindingParameter">
 23304          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managementConditionStatement)" />
 23305          <Parameter Name="platform" Type="microsoft.graph.devicePlatformType" Nullable="false" />
 23306          <ReturnType Type="Collection(microsoft.graph.managementConditionStatement)" />
 23307        </Function>
 23308        <Action Name="createMigrationReport" IsBound="true">
 23309          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.groupPolicyMigrationReport)" />
 23310          <Parameter Name="groupPolicyObjectFile" Type="microsoft.graph.groupPolicyObjectFile" />
 23311          <ReturnType Type="Edm.String" Unicode="false" />
 23312        </Action>
 23313        <Action Name="assign" IsBound="true">
 23314          <Parameter Name="bindingParameter" Type="microsoft.graph.groupPolicyConfiguration" />
 23315          <Parameter Name="assignments" Type="Collection(microsoft.graph.groupPolicyConfigurationAssignment)" />
 23316          <ReturnType Type="Collection(microsoft.graph.groupPolicyConfigurationAssignment)" />
 23317        </Action>
 23318        <Action Name="updateDefinitionValues" IsBound="true">
 23319          <Parameter Name="bindingParameter" Type="microsoft.graph.groupPolicyConfiguration" />
 23320          <Parameter Name="added" Type="Collection(microsoft.graph.groupPolicyDefinitionValue)" />
 23321          <Parameter Name="updated" Type="Collection(microsoft.graph.groupPolicyDefinitionValue)" />
 23322          <Parameter Name="deletedIds" Type="Collection(Edm.String)" Unicode="false" />
 23323        </Action>
 23324        <Function Name="getUserIdsWithFlaggedAppRegistration" IsBound="true">
 23325          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.managedAppRegistration)" />
 23326          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 23327        </Function>
 23328        <Action Name="assign" IsBound="true">
 23329          <Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppProtection" />
 23330          <Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
 23331        </Action>
 23332        <Action Name="assign" IsBound="true">
 23333          <Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppConfiguration" />
 23334          <Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
 23335        </Action>
 23336        <Action Name="targetApps" IsBound="true">
 23337          <Parameter Name="bindingParameter" Type="microsoft.graph.targetedManagedAppConfiguration" />
 23338          <Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
 23339        </Action>
 23340        <Action Name="assign" IsBound="true">
 23341          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsInformationProtection" />
 23342          <Parameter Name="assignments" Type="Collection(microsoft.graph.targetedManagedAppPolicyAssignment)" />
 23343        </Action>
 23344        <Action Name="targetApps" IsBound="true">
 23345          <Parameter Name="bindingParameter" Type="microsoft.graph.managedAppPolicy" />
 23346          <Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
 23347        </Action>
 23348        <Action Name="targetApps" IsBound="true">
 23349          <Parameter Name="bindingParameter" Type="microsoft.graph.managedAppProtection" />
 23350          <Parameter Name="apps" Type="Collection(microsoft.graph.managedMobileApp)" />
 23351        </Action>
 23352        <Action Name="wipe" IsBound="true">
 23353          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsInformationProtectionDeviceRegistration" />
 23354        </Action>
 23355        <Action Name="sendTestMessage" IsBound="true">
 23356          <Parameter Name="bindingParameter" Type="microsoft.graph.notificationMessageTemplate" />
 23357        </Action>
 23358        <Action Name="updateStatus" IsBound="true">
 23359          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceAppManagementTask" />
 23360          <Parameter Name="status" Type="microsoft.graph.deviceAppManagementTaskStatus" Nullable="false" />
 23361          <Parameter Name="note" Type="Edm.String" Unicode="false" />
 23362        </Action>
 23363        <Function Name="getScopesForUser" IsBound="true">
 23364          <Parameter Name="bindingParameter" Type="microsoft.graph.resourceOperation" />
 23365          <Parameter Name="userid" Type="Edm.String" Unicode="false" />
 23366          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 23367        </Function>
 23368        <Action Name="assign" IsBound="true">
 23369          <Parameter Name="bindingParameter" Type="microsoft.graph.roleScopeTag" />
 23370          <Parameter Name="assignments" Type="Collection(microsoft.graph.roleScopeTagAutoAssignment)" />
 23371          <ReturnType Type="Collection(microsoft.graph.roleScopeTagAutoAssignment)" />
 23372        </Action>
 23373        <Action Name="getRoleScopeTagsById" IsBound="true">
 23374          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.roleScopeTag)" />
 23375          <Parameter Name="roleScopeTagIds" Type="Collection(Edm.String)" Unicode="false" />
 23376          <ReturnType Type="Collection(microsoft.graph.roleScopeTag)" />
 23377        </Action>
 23378        <Function Name="hasCustomRoleScopeTag" IsBound="true">
 23379          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.roleScopeTag)" />
 23380          <ReturnType Type="Edm.Boolean" Nullable="false" />
 23381        </Function>
 23382        <Action Name="beginOnboarding" IsBound="true">
 23383          <Parameter Name="bindingParameter" Type="microsoft.graph.remoteAssistancePartner" />
 23384        </Action>
 23385        <Action Name="disconnect" IsBound="true">
 23386          <Parameter Name="bindingParameter" Type="microsoft.graph.remoteAssistancePartner" />
 23387        </Action>
 23388        <Action Name="getDeviceNonComplianceReport" IsBound="true">
 23389          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementReports" />
 23390          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 23391          <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
 23392          <Parameter Name="search" Type="Edm.String" Unicode="false" />
 23393          <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
 23394          <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
 23395          <Parameter Name="skip" Type="Edm.Int32" />
 23396          <Parameter Name="top" Type="Edm.Int32" />
 23397          <Parameter Name="sessionId" Type="Edm.String" Unicode="false" />
 23398          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 23399          <ReturnType Type="Edm.Stream" />
 23400        </Action>
 23401        <Action Name="getPolicyNonComplianceReport" IsBound="true">
 23402          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementReports" />
 23403          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 23404          <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
 23405          <Parameter Name="search" Type="Edm.String" Unicode="false" />
 23406          <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
 23407          <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
 23408          <Parameter Name="skip" Type="Edm.Int32" />
 23409          <Parameter Name="top" Type="Edm.Int32" />
 23410          <Parameter Name="sessionId" Type="Edm.String" Unicode="false" />
 23411          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 23412          <ReturnType Type="Edm.Stream" />
 23413        </Action>
 23414        <Action Name="getPolicyNonComplianceMetadata" IsBound="true">
 23415          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementReports" />
 23416          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 23417          <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
 23418          <Parameter Name="search" Type="Edm.String" Unicode="false" />
 23419          <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
 23420          <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
 23421          <Parameter Name="skip" Type="Edm.Int32" />
 23422          <Parameter Name="top" Type="Edm.Int32" />
 23423          <Parameter Name="sessionId" Type="Edm.String" Unicode="false" />
 23424          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 23425          <ReturnType Type="Edm.Stream" />
 23426        </Action>
 23427        <Action Name="getHistoricalReport" IsBound="true">
 23428          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementReports" />
 23429          <Parameter Name="name" Type="Edm.String" Unicode="false" />
 23430          <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
 23431          <Parameter Name="search" Type="Edm.String" Unicode="false" />
 23432          <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
 23433          <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
 23434          <Parameter Name="skip" Type="Edm.Int32" />
 23435          <Parameter Name="top" Type="Edm.Int32" />
 23436          <Parameter Name="filter" Type="Edm.String" Unicode="false" />
 23437          <ReturnType Type="Edm.Stream" />
 23438        </Action>
 23439        <Action Name="getCachedReport" IsBound="true">
 23440          <Parameter Name="bindingParameter" Type="microsoft.graph.deviceManagementReports" />
 23441          <Parameter Name="id" Type="Edm.String" Unicode="false" />
 23442          <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
 23443          <Parameter Name="search" Type="Edm.String" Unicode="false" />
 23444          <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
 23445          <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
 23446          <Parameter Name="skip" Type="Edm.Int32" />
 23447          <Parameter Name="top" Type="Edm.Int32" />
 23448          <ReturnType Type="Edm.Stream" />
 23449        </Action>
 23450        <Action Name="assign" IsBound="true">
 23451          <Parameter Name="bindingParameter" Type="microsoft.graph.embeddedSIMActivationCodePool" />
 23452          <Parameter Name="assignments" Type="Collection(microsoft.graph.embeddedSIMActivationCodePoolAssignment)" />
 23453          <ReturnType Type="Collection(microsoft.graph.embeddedSIMActivationCodePoolAssignment)" />
 23454        </Action>
 23455        <Action Name="assign" IsBound="true">
 23456          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy" />
 23457          <Parameter Name="wdacPolicyAssignments" Type="Collection(microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment)" />
 23458        </Action>
 23459        <Action Name="assign" IsBound="true">
 23460          <Parameter Name="bindingParameter" Type="microsoft.graph.windowsFeatureUpdateProfile" />
 23461          <Parameter Name="assignments" Type="Collection(microsoft.graph.windowsFeatureUpdateProfileAssignment)" />
 23462        </Action>
 23463        <Action Name="assign" IsBound="true">
 23464          <Parameter Name="bindingParameter" Type="microsoft.graph.intuneBrandingProfile" />
 23465          <Parameter Name="assignments" Type="Collection(microsoft.graph.intuneBrandingProfileAssignment)" />
 23466        </Action>
 23467        <Action Name="query" IsBound="true">
 23468          <Parameter Name="bindingParameter" Type="microsoft.graph.search" />
 23469          <Parameter Name="requests" Type="Collection(microsoft.graph.searchRequest)" Nullable="false" />
 23470          <ReturnType Type="Collection(microsoft.graph.searchResponse)" Nullable="false" />
 23471        </Action>
 23472        <Action Name="cancelAndSend" IsBound="true">
 23473          <Parameter Name="bindingParameter" Type="microsoft.graph.salesInvoice" />
 23474        </Action>
 23475        <Action Name="cancel" IsBound="true">
 23476          <Parameter Name="bindingParameter" Type="microsoft.graph.salesInvoice" />
 23477        </Action>
 23478        <Action Name="postAndSend" IsBound="true">
 23479          <Parameter Name="bindingParameter" Type="microsoft.graph.salesInvoice" />
 23480        </Action>
 23481        <Action Name="post" IsBound="true">
 23482          <Parameter Name="bindingParameter" Type="microsoft.graph.salesInvoice" />
 23483        </Action>
 23484        <Action Name="send" IsBound="true">
 23485          <Parameter Name="bindingParameter" Type="microsoft.graph.salesInvoice" />
 23486        </Action>
 23487        <Action Name="post" IsBound="true">
 23488          <Parameter Name="bindingParameter" Type="microsoft.graph.journal" />
 23489        </Action>
 23490        <Action Name="makeInvoice" IsBound="true">
 23491          <Parameter Name="bindingParameter" Type="microsoft.graph.salesQuote" />
 23492        </Action>
 23493        <Action Name="send" IsBound="true">
 23494          <Parameter Name="bindingParameter" Type="microsoft.graph.salesQuote" />
 23495        </Action>
 23496        <Action Name="post" IsBound="true">
 23497          <Parameter Name="bindingParameter" Type="microsoft.graph.purchaseInvoice" />
 23498        </Action>
 23499        <Function Name="delta" IsBound="true">
 23500          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.plannerDelta)" />
 23501          <ReturnType Type="Collection(microsoft.graph.plannerDelta)" />
 23502        </Function>
 23503        <Action Name="onenotePatchContent" IsBound="true">
 23504          <Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
 23505          <Parameter Name="commands" Type="Collection(microsoft.graph.onenotePatchContentCommand)" />
 23506        </Action>
 23507        <Function Name="preview" IsBound="true">
 23508          <Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
 23509          <ReturnType Type="microsoft.graph.onenotePagePreview" />
 23510        </Function>
 23511        <Action Name="copyToSection" IsBound="true">
 23512          <Parameter Name="bindingParameter" Type="microsoft.graph.onenotePage" />
 23513          <Parameter Name="id" Type="Edm.String" Unicode="false" />
 23514          <Parameter Name="groupId" Type="Edm.String" Unicode="false" />
 23515          <Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
 23516          <Parameter Name="siteId" Type="Edm.String" Unicode="false" />
 23517          <ReturnType Type="microsoft.graph.onenoteOperation" />
 23518        </Action>
 23519        <Action Name="copyNotebook" IsBound="true">
 23520          <Parameter Name="bindingParameter" Type="microsoft.graph.notebook" />
 23521          <Parameter Name="groupId" Type="Edm.String" Unicode="false" />
 23522          <Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
 23523          <Parameter Name="notebookFolder" Type="Edm.String" Unicode="false" />
 23524          <Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
 23525          <Parameter Name="siteId" Type="Edm.String" Unicode="false" />
 23526          <ReturnType Type="microsoft.graph.onenoteOperation" />
 23527        </Action>
 23528        <Action Name="copyToNotebook" IsBound="true">
 23529          <Parameter Name="bindingParameter" Type="microsoft.graph.onenoteSection" />
 23530          <Parameter Name="id" Type="Edm.String" Unicode="false" />
 23531          <Parameter Name="groupId" Type="Edm.String" Unicode="false" />
 23532          <Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
 23533          <Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
 23534          <Parameter Name="siteId" Type="Edm.String" Unicode="false" />
 23535          <ReturnType Type="microsoft.graph.onenoteOperation" />
 23536        </Action>
 23537        <Action Name="copyToSectionGroup" IsBound="true">
 23538          <Parameter Name="bindingParameter" Type="microsoft.graph.onenoteSection" />
 23539          <Parameter Name="id" Type="Edm.String" Unicode="false" />
 23540          <Parameter Name="groupId" Type="Edm.String" Unicode="false" />
 23541          <Parameter Name="renameAs" Type="Edm.String" Unicode="false" />
 23542          <Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" />
 23543          <Parameter Name="siteId" Type="Edm.String" Unicode="false" />
 23544          <ReturnType Type="microsoft.graph.onenoteOperation" />
 23545        </Action>
 23546        <Function Name="getRecentNotebooks" IsBound="true">
 23547          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.notebook)" />
 23548          <Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" />
 23549          <ReturnType Type="Collection(microsoft.graph.recentNotebook)" />
 23550        </Function>
 23551        <Action Name="getNotebookFromWebUrl" IsBound="true">
 23552          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.notebook)" />
 23553          <Parameter Name="webUrl" Type="Edm.String" Unicode="false" />
 23554          <ReturnType Type="microsoft.graph.CopyNotebookModel" />
 23555        </Action>
 23556        <Function Name="export" IsBound="true">
 23557          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.governanceRoleAssignment)" />
 23558          <ReturnType Type="Collection(Edm.String)" Unicode="false" />
 23559        </Function>
 23560        <Action Name="register" IsBound="true">
 23561          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.governanceResource)" />
 23562          <Parameter Name="externalId" Type="Edm.String" Unicode="false" />
 23563        </Action>
 23564        <Action Name="cancel" IsBound="true">
 23565          <Parameter Name="bindingParameter" Type="microsoft.graph.governanceRoleAssignmentRequest" />
 23566        </Action>
 23567        <Action Name="updateRequest" IsBound="true">
 23568          <Parameter Name="bindingParameter" Type="microsoft.graph.governanceRoleAssignmentRequest" />
 23569          <Parameter Name="decision" Type="Edm.String" Unicode="false" />
 23570          <Parameter Name="assignmentState" Type="Edm.String" Unicode="false" />
 23571          <Parameter Name="schedule" Type="microsoft.graph.governanceSchedule" />
 23572          <Parameter Name="reason" Type="Edm.String" Unicode="false" />
 23573          <ReturnType Type="microsoft.graph.governanceRoleAssignmentRequest" />
 23574        </Action>
 23575        <Action Name="makePermanent" IsBound="true">
 23576          <Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRoleAssignment" />
 23577          <Parameter Name="reason" Type="Edm.String" Unicode="false" />
 23578          <Parameter Name="ticketNumber" Type="Edm.String" Unicode="false" />
 23579          <Parameter Name="ticketSystem" Type="Edm.String" Unicode="false" />
 23580          <ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
 23581        </Action>
 23582        <Action Name="makeEligible" IsBound="true">
 23583          <Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRoleAssignment" />
 23584          <ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
 23585        </Action>
 23586        <Action Name="selfActivate" IsBound="true">
 23587          <Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRole" />
 23588          <Parameter Name="reason" Type="Edm.String" Unicode="false" />
 23589          <Parameter Name="duration" Type="Edm.String" Unicode="false" />
 23590          <Parameter Name="ticketNumber" Type="Edm.String" Unicode="false" />
 23591          <Parameter Name="ticketSystem" Type="Edm.String" Unicode="false" />
 23592          <ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
 23593        </Action>
 23594        <Action Name="selfDeactivate" IsBound="true">
 23595          <Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRole" />
 23596          <ReturnType Type="microsoft.graph.privilegedRoleAssignment" />
 23597        </Action>
 23598        <Function Name="my" IsBound="true">
 23599          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
 23600          <ReturnType Type="Collection(microsoft.graph.privilegedRoleAssignment)" />
 23601        </Function>
 23602        <Action Name="signUp" IsBound="true">
 23603          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
 23604          <ReturnType Type="microsoft.graph.privilegedSignupStatus" />
 23605        </Action>
 23606        <Function Name="isSignedUp" IsBound="true">
 23607          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
 23608          <ReturnType Type="Edm.Boolean" Nullable="false" />
 23609        </Function>
 23610        <Function Name="canSignUp" IsBound="true">
 23611          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
 23612          <ReturnType Type="Edm.Boolean" Nullable="false" />
 23613        </Function>
 23614        <Action Name="completeSetup" IsBound="true">
 23615          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedSignupStatus)" />
 23616          <Parameter Name="tenantSetupInfo" Type="microsoft.graph.tenantSetupInfo" />
 23617          <ReturnType Type="Collection(microsoft.graph.roleSuccessStatistics)" />
 23618        </Action>
 23619        <Function Name="myRequests" IsBound="true">
 23620          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedApproval)" />
 23621          <ReturnType Type="Collection(microsoft.graph.privilegedApproval)" />
 23622        </Function>
 23623        <Function Name="my" IsBound="true">
 23624          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.privilegedRoleAssignmentRequest)" />
 23625          <ReturnType Type="Collection(microsoft.graph.privilegedRoleAssignmentRequest)" />
 23626        </Function>
 23627        <Action Name="cancel" IsBound="true">
 23628          <Parameter Name="bindingParameter" Type="microsoft.graph.privilegedRoleAssignmentRequest" />
 23629          <ReturnType Type="microsoft.graph.privilegedRoleAssignmentRequest" />
 23630        </Action>
 23631        <Function Name="recent" IsBound="true" EntitySetPath="activities">
 23632          <Parameter Name="activities" Type="Collection(microsoft.graph.userActivity)" />
 23633          <ReturnType Type="Collection(microsoft.graph.userActivity)" />
 23634        </Function>
 23635        <Action Name="submitTiIndicators" IsBound="true">
 23636          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.tiIndicator)" />
 23637          <Parameter Name="value" Type="Collection(microsoft.graph.tiIndicator)" />
 23638          <ReturnType Type="Collection(microsoft.graph.tiIndicator)" />
 23639        </Action>
 23640        <Action Name="updateTiIndicators" IsBound="true">
 23641          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.tiIndicator)" />
 23642          <Parameter Name="value" Type="Collection(microsoft.graph.tiIndicator)" />
 23643          <ReturnType Type="Collection(microsoft.graph.tiIndicator)" />
 23644        </Action>
 23645        <Action Name="deleteTiIndicators" IsBound="true">
 23646          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.tiIndicator)" />
 23647          <Parameter Name="value" Type="Collection(Edm.String)" Unicode="false" />
 23648          <ReturnType Type="Collection(microsoft.graph.ResultInfo)" />
 23649        </Action>
 23650        <Action Name="deleteTiIndicatorsByExternalId" IsBound="true">
 23651          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.tiIndicator)" />
 23652          <Parameter Name="value" Type="Collection(Edm.String)" Unicode="false" />
 23653          <ReturnType Type="Collection(microsoft.graph.ResultInfo)" />
 23654        </Action>
 23655        <Action Name="updateAlerts" IsBound="true">
 23656          <Parameter Name="bindparameter" Type="Collection(microsoft.graph.alert)" />
 23657          <Parameter Name="value" Type="Collection(microsoft.graph.alert)" />
 23658          <ReturnType Type="Collection(microsoft.graph.alert)" />
 23659        </Action>
 23660        <Action Name="cancelSecurityAction" IsBound="true">
 23661          <Parameter Name="bindparameter" Type="microsoft.graph.securityAction" />
 23662        </Action>
 23663        <Action Name="answer" IsBound="true">
 23664          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23665          <Parameter Name="callbackUri" Type="Edm.String" Nullable="false" Unicode="false" />
 23666          <Parameter Name="mediaConfig" Type="microsoft.graph.mediaConfig" Nullable="false" />
 23667          <Parameter Name="acceptedModalities" Type="Collection(microsoft.graph.modality)" />
 23668        </Action>
 23669        <Action Name="cancelMediaProcessing" IsBound="true">
 23670          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23671          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23672          <ReturnType Type="microsoft.graph.cancelMediaProcessingOperation" />
 23673        </Action>
 23674        <Action Name="changeScreenSharingRole" IsBound="true">
 23675          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23676          <Parameter Name="role" Type="microsoft.graph.screenSharingRole" Nullable="false" />
 23677        </Action>
 23678        <Action Name="keepAlive" IsBound="true">
 23679          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23680        </Action>
 23681        <Action Name="mute" IsBound="true">
 23682          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23683          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23684          <ReturnType Type="microsoft.graph.muteParticipantOperation" />
 23685        </Action>
 23686        <Action Name="playPrompt" IsBound="true">
 23687          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23688          <Parameter Name="prompts" Type="Collection(microsoft.graph.prompt)" Nullable="false" />
 23689          <Parameter Name="loop" Type="Edm.Boolean" />
 23690          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23691          <ReturnType Type="microsoft.graph.playPromptOperation" />
 23692        </Action>
 23693        <Action Name="record" IsBound="true">
 23694          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23695          <Parameter Name="prompts" Type="Collection(microsoft.graph.prompt)" />
 23696          <Parameter Name="bargeInAllowed" Type="Edm.Boolean" />
 23697          <Parameter Name="initialSilenceTimeoutInSeconds" Type="Edm.Int32" />
 23698          <Parameter Name="maxSilenceTimeoutInSeconds" Type="Edm.Int32" />
 23699          <Parameter Name="maxRecordDurationInSeconds" Type="Edm.Int32" />
 23700          <Parameter Name="playBeep" Type="Edm.Boolean" />
 23701          <Parameter Name="streamWhileRecording" Type="Edm.Boolean" />
 23702          <Parameter Name="stopTones" Type="Collection(Edm.String)" Unicode="false" />
 23703          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23704          <ReturnType Type="microsoft.graph.recordOperation" />
 23705        </Action>
 23706        <Action Name="recordResponse" IsBound="true">
 23707          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23708          <Parameter Name="prompts" Type="Collection(microsoft.graph.prompt)" />
 23709          <Parameter Name="bargeInAllowed" Type="Edm.Boolean" />
 23710          <Parameter Name="initialSilenceTimeoutInSeconds" Type="Edm.Int32" />
 23711          <Parameter Name="maxSilenceTimeoutInSeconds" Type="Edm.Int32" />
 23712          <Parameter Name="maxRecordDurationInSeconds" Type="Edm.Int32" />
 23713          <Parameter Name="playBeep" Type="Edm.Boolean" />
 23714          <Parameter Name="streamWhileRecording" Type="Edm.Boolean" />
 23715          <Parameter Name="stopTones" Type="Collection(Edm.String)" Unicode="false" />
 23716          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23717          <ReturnType Type="microsoft.graph.recordOperation" />
 23718        </Action>
 23719        <Action Name="redirect" IsBound="true">
 23720          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23721          <Parameter Name="targets" Type="Collection(microsoft.graph.invitationParticipantInfo)" Nullable="false" />
 23722          <Parameter Name="targetDisposition" Type="microsoft.graph.callDisposition" />
 23723          <Parameter Name="timeout" Type="Edm.Int32" />
 23724          <Parameter Name="maskCallee" Type="Edm.Boolean" />
 23725          <Parameter Name="maskCaller" Type="Edm.Boolean" />
 23726          <Parameter Name="callbackUri" Type="Edm.String" Unicode="false" />
 23727        </Action>
 23728        <Action Name="reject" IsBound="true">
 23729          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23730          <Parameter Name="reason" Type="microsoft.graph.rejectReason" />
 23731          <Parameter Name="callbackUri" Type="Edm.String" Unicode="false" />
 23732        </Action>
 23733        <Action Name="subscribeToTone" IsBound="true">
 23734          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23735          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23736          <ReturnType Type="microsoft.graph.subscribeToToneOperation" />
 23737        </Action>
 23738        <Action Name="transfer" IsBound="true">
 23739          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23740          <Parameter Name="transferTarget" Type="microsoft.graph.invitationParticipantInfo" Nullable="false" />
 23741        </Action>
 23742        <Action Name="unmute" IsBound="true">
 23743          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23744          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23745          <ReturnType Type="microsoft.graph.unmuteParticipantOperation" />
 23746        </Action>
 23747        <Action Name="updateRecordingStatus" IsBound="true">
 23748          <Parameter Name="bindingParameter" Type="microsoft.graph.call" />
 23749          <Parameter Name="status" Type="microsoft.graph.recordingStatus" Nullable="false" />
 23750          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23751          <ReturnType Type="microsoft.graph.updateRecordingStatusOperation" />
 23752        </Action>
 23753        <Action Name="getPresencesByUserId" IsBound="true">
 23754          <Parameter Name="bindingParameter" Type="microsoft.graph.cloudCommunications" />
 23755          <Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
 23756          <ReturnType Type="Collection(microsoft.graph.presence)" />
 23757        </Action>
 23758        <Action Name="invite" IsBound="true">
 23759          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.participant)" />
 23760          <Parameter Name="participants" Type="Collection(microsoft.graph.invitationParticipantInfo)" Nullable="false" />
 23761          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23762          <ReturnType Type="microsoft.graph.inviteParticipantsOperation" />
 23763        </Action>
 23764        <Action Name="muteAll" IsBound="true">
 23765          <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.participant)" />
 23766          <Parameter Name="participants" Type="Collection(Edm.String)" Unicode="false" />
 23767          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23768          <ReturnType Type="microsoft.graph.muteParticipantsOperation" />
 23769        </Action>
 23770        <Action Name="mute" IsBound="true">
 23771          <Parameter Name="bindingParameter" Type="microsoft.graph.participant" />
 23772          <Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
 23773          <ReturnType Type="microsoft.graph.muteParticipantOperation" />
 23774        </Action>
 23775        <Action Name="upgrade" IsBound="true">
 23776          <Parameter Name="bindingParameter" Type="microsoft.graph.teamsAppInstallation" />
 23777        </Action>
 23778        <Action Name="clone" IsBound="true">
 23779          <Parameter Name="bindingParameter" Type="microsoft.graph.team" />
 23780          <Parameter Name="displayName" Type="Edm.String" Unicode="false" />
 23781          <Parameter Name="description" Type="Edm.String" Unicode="false" />
 23782          <Parameter Name="mailNickname" Type="Edm.String" Unicode="false" />
 23783          <Parameter Name="classification" Type="Edm.String" Unicode="false" />
 23784          <Parameter Name="visibility" Type="microsoft.graph.teamVisibilityType" Nullable="false" />
 23785          <Parameter Name="partsToClone" Type="microsoft.graph.clonableTeamParts" Nullable="false" />
 23786        </Action>
 23787        <Action Name="archive" IsBound="true">
 23788          <Parameter Name="bindingParameter" Type="microsoft.graph.team" />
 23789          <Parameter Name="shouldSetSpoSiteReadOnlyForMembers" Type="Edm.Boolean" Nullable="false" />
 23790        </Action>
 23791        <Action Name="unarchive" IsBound="true">
 23792          <Parameter Name="bindingParameter" Type="microsoft.graph.team" />
 23793        </Action>
 23794        <Function Name="allMessages" IsBound="true">
 23795          <Parameter Name="teams" Type="Collection(microsoft.graph.team)" />
 23796          <ReturnType Type="Collection(microsoft.graph.chatMessage)" />
 23797        </Function>
 23798        <Function Name="allMessages" IsBound="true">
 23799          <Parameter Name="chats" Type="Collection(microsoft.graph.chat)" />
 23800          <ReturnType Type="Collection(microsoft.graph.chatMessage)" />
 23801        </Function>
 23802        <Function Name="delta" IsBound="true">
 23803          <Parameter Name="messages" Type="Collection(microsoft.graph.chatMessage)" />
 23804          <ReturnType Type="Collection(microsoft.graph.chatMessage)" />
 23805        </Function>
 23806        <Action Name="approve" IsBound="true">
 23807          <Parameter Name="bindingParameter" Type="microsoft.graph.scheduleChangeRequest" />
 23808          <Parameter Name="message" Type="Edm.String" Unicode="false" />
 23809        </Action>
 23810        <Action Name="decline" IsBound="true">
 23811          <Parameter Name="bindingParameter" Type="microsoft.graph.scheduleChangeRequest" />
 23812          <Parameter Name="message" Type="Edm.String" Unicode="false" />
 23813        </Action>
 23814        <Action Name="share" IsBound="true">
 23815          <Parameter Name="bindingParameter" Type="microsoft.graph.schedule" />
 23816          <Parameter Name="notifyTeam" Type="Edm.Boolean" />
 23817          <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" />
 23818          <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" />
 23819        </Action>
 23820        <Term Name="changed" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" />
 23821        <Term Name="conflictBehavior" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
 23822        <Term Name="downloadUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
 23823        <Term Name="sharedChanged" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" />
 23824        <Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
 23825        <EntityContainer Name="GraphService">
 23826          <EntitySet Name="invitations" EntityType="microsoft.graph.invitation">
 23827            <NavigationPropertyBinding Path="invitedUser" Target="users" />
 23828          </EntitySet>
 23829          <EntitySet Name="users" EntityType="microsoft.graph.user">
 23830            <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
 23831            <NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
 23832            <NavigationPropertyBinding Path="drive/items/createdByUser" Target="users" />
 23833            <NavigationPropertyBinding Path="drive/items/lastModifiedByUser" Target="users" />
 23834            <NavigationPropertyBinding Path="manager" Target="directoryObjects" />
 23835            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 23836            <NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
 23837            <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
 23838            <NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
 23839            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 23840          </EntitySet>
 23841          <EntitySet Name="activitystatistics" EntityType="microsoft.graph.activityStatistics" />
 23842          <EntitySet Name="applicationTemplates" EntityType="microsoft.graph.applicationTemplate" />
 23843          <EntitySet Name="bookingBusinesses" EntityType="microsoft.graph.bookingBusiness" />
 23844          <EntitySet Name="bookingCurrencies" EntityType="microsoft.graph.bookingCurrency" />
 23845          <EntitySet Name="identityProviders" EntityType="microsoft.graph.identityProvider" />
 23846          <EntitySet Name="directoryObjects" EntityType="microsoft.graph.directoryObject" />
 23847          <EntitySet Name="applications" EntityType="microsoft.graph.application">
 23848            <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" />
 23849            <NavigationPropertyBinding Path="owners" Target="directoryObjects" />
 23850            <NavigationPropertyBinding Path="policies" Target="directoryObjects" />
 23851          </EntitySet>
 23852          <EntitySet Name="permissionGrants" EntityType="microsoft.graph.resourceSpecificPermissionGrant" />
 23853          <EntitySet Name="administrativeUnits" EntityType="microsoft.graph.administrativeUnit">
 23854            <NavigationPropertyBinding Path="members" Target="directoryObjects" />
 23855          </EntitySet>
 23856          <EntitySet Name="allowedDataLocations" EntityType="microsoft.graph.allowedDataLocation" />
 23857          <EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
 23858          <EntitySet Name="certificateBasedAuthConfiguration" EntityType="microsoft.graph.certificateBasedAuthConfiguration" />
 23859          <EntitySet Name="contacts" EntityType="microsoft.graph.orgContact">
 23860            <NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
 23861            <NavigationPropertyBinding Path="manager" Target="directoryObjects" />
 23862            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 23863            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 23864          </EntitySet>
 23865          <EntitySet Name="devices" EntityType="microsoft.graph.device">
 23866            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 23867            <NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects" />
 23868            <NavigationPropertyBinding Path="registeredUsers" Target="directoryObjects" />
 23869            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 23870          </EntitySet>
 23871          <EntitySet Name="domains" EntityType="microsoft.graph.domain">
 23872            <NavigationPropertyBinding Path="domainNameReferences" Target="directoryObjects" />
 23873          </EntitySet>
 23874          <EntitySet Name="domainDnsRecords" EntityType="microsoft.graph.domainDnsRecord" />
 23875          <EntitySet Name="groups" EntityType="microsoft.graph.group">
 23876            <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" />
 23877            <NavigationPropertyBinding Path="drive/items/createdByUser" Target="users" />
 23878            <NavigationPropertyBinding Path="drive/items/lastModifiedByUser" Target="users" />
 23879            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 23880            <NavigationPropertyBinding Path="members" Target="directoryObjects" />
 23881            <NavigationPropertyBinding Path="owners" Target="directoryObjects" />
 23882            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 23883            <NavigationPropertyBinding Path="transitiveMembers" Target="directoryObjects" />
 23884          </EntitySet>
 23885          <EntitySet Name="directoryRoles" EntityType="microsoft.graph.directoryRole">
 23886            <NavigationPropertyBinding Path="members" Target="directoryObjects" />
 23887          </EntitySet>
 23888          <EntitySet Name="directoryRoleTemplates" EntityType="microsoft.graph.directoryRoleTemplate" />
 23889          <EntitySet Name="directorySettingTemplates" EntityType="microsoft.graph.directorySettingTemplate" />
 23890          <EntitySet Name="organization" EntityType="microsoft.graph.organization">
 23891            <NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" />
 23892          </EntitySet>
 23893          <EntitySet Name="oauth2PermissionGrants" EntityType="microsoft.graph.oAuth2PermissionGrant" />
 23894          <EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" />
 23895          <EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal">
 23896            <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
 23897            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 23898            <NavigationPropertyBinding Path="oauth2PermissionGrants" Target="oauth2PermissionGrants" />
 23899            <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
 23900            <NavigationPropertyBinding Path="owners" Target="directoryObjects" />
 23901            <NavigationPropertyBinding Path="policies" Target="directoryObjects" />
 23902            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 23903          </EntitySet>
 23904          <EntitySet Name="settings" EntityType="microsoft.graph.directorySetting" />
 23905          <EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" />
 23906          <EntitySet Name="policies" EntityType="microsoft.graph.policy">
 23907            <NavigationPropertyBinding Path="appliesTo" Target="directoryObjects" />
 23908          </EntitySet>
 23909          <EntitySet Name="contracts" EntityType="microsoft.graph.contract" />
 23910          <EntitySet Name="workbooks" EntityType="microsoft.graph.driveItem" />
 23911          <EntitySet Name="places" EntityType="microsoft.graph.place" />
 23912          <EntitySet Name="drives" EntityType="microsoft.graph.drive">
 23913            <NavigationPropertyBinding Path="items/createdByUser" Target="users" />
 23914            <NavigationPropertyBinding Path="items/lastModifiedByUser" Target="users" />
 23915          </EntitySet>
 23916          <EntitySet Name="shares" EntityType="microsoft.graph.sharedDriveItem" />
 23917          <EntitySet Name="sites" EntityType="microsoft.graph.site" />
 23918          <EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" />
 23919          <EntitySet Name="onPremisesPublishingProfiles" EntityType="microsoft.graph.onPremisesPublishingProfile" />
 23920          <EntitySet Name="groupLifecyclePolicies" EntityType="microsoft.graph.groupLifecyclePolicy" />
 23921          <EntitySet Name="functions" EntityType="microsoft.graph.attributeMappingFunctionSchema" />
 23922          <EntitySet Name="filterOperators" EntityType="microsoft.graph.filterOperatorSchema" />
 23923          <EntitySet Name="directories" EntityType="microsoft.graph.directoryDefinition" />
 23924          <EntitySet Name="accessPackageCatalogs" EntityType="microsoft.graph.accessPackageCatalog" />
 23925          <EntitySet Name="accessPackageResources" EntityType="microsoft.graph.accessPackageResource" />
 23926          <EntitySet Name="accessPackageResourceRequests" EntityType="microsoft.graph.accessPackageResourceRequest">
 23927            <NavigationPropertyBinding Path="accessPackageResource" Target="accessPackageResources" />
 23928          </EntitySet>
 23929          <EntitySet Name="accessPackageResourceRoleScopes" EntityType="microsoft.graph.accessPackageResourceRoleScope" />
 23930          <EntitySet Name="accessPackages" EntityType="microsoft.graph.accessPackage">
 23931            <NavigationPropertyBinding Path="accessPackageCatalog" Target="accessPackageCatalogs" />
 23932          </EntitySet>
 23933          <EntitySet Name="accessPackageAssignmentPolicies" EntityType="microsoft.graph.accessPackageAssignmentPolicy">
 23934            <NavigationPropertyBinding Path="accessPackage" Target="accessPackages" />
 23935          </EntitySet>
 23936          <EntitySet Name="accessPackageAssignments" EntityType="microsoft.graph.accessPackageAssignment" />
 23937          <EntitySet Name="accessPackageAssignmentRequests" EntityType="microsoft.graph.accessPackageAssignmentRequest">
 23938            <NavigationPropertyBinding Path="accessPackage" Target="accessPackages" />
 23939          </EntitySet>
 23940          <EntitySet Name="accessPackageAssignmentResourceRoles" EntityType="microsoft.graph.accessPackageAssignmentResourceRole" />
 23941          <EntitySet Name="accessReviews" EntityType="microsoft.graph.accessReview" />
 23942          <EntitySet Name="businessFlowTemplates" EntityType="microsoft.graph.businessFlowTemplate" />
 23943          <EntitySet Name="accessReviewDecisions" EntityType="microsoft.graph.accessReviewDecision" />
 23944          <EntitySet Name="programs" EntityType="microsoft.graph.program" />
 23945          <EntitySet Name="programControls" EntityType="microsoft.graph.programControl" />
 23946          <EntitySet Name="programControlTypes" EntityType="microsoft.graph.programControlType" />
 23947          <EntitySet Name="approvalWorkflowProviders" EntityType="microsoft.graph.approvalWorkflowProvider" />
 23948          <EntitySet Name="agreements" EntityType="microsoft.graph.agreement" />
 23949          <EntitySet Name="agreementAcceptances" EntityType="microsoft.graph.agreementAcceptance" />
 23950          <EntitySet Name="identityRiskEvents" EntityType="microsoft.graph.identityRiskEvent">
 23951            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23952          </EntitySet>
 23953          <EntitySet Name="impossibleTravelRiskEvents" EntityType="microsoft.graph.impossibleTravelRiskEvent">
 23954            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23955          </EntitySet>
 23956          <EntitySet Name="leakedCredentialsRiskEvents" EntityType="microsoft.graph.leakedCredentialsRiskEvent">
 23957            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23958          </EntitySet>
 23959          <EntitySet Name="anonymousIpRiskEvents" EntityType="microsoft.graph.anonymousIpRiskEvent">
 23960            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23961          </EntitySet>
 23962          <EntitySet Name="suspiciousIpRiskEvents" EntityType="microsoft.graph.suspiciousIpRiskEvent">
 23963            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23964          </EntitySet>
 23965          <EntitySet Name="unfamiliarLocationRiskEvents" EntityType="microsoft.graph.unfamiliarLocationRiskEvent">
 23966            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23967          </EntitySet>
 23968          <EntitySet Name="malwareRiskEvents" EntityType="microsoft.graph.malwareRiskEvent">
 23969            <NavigationPropertyBinding Path="impactedUser" Target="users" />
 23970          </EntitySet>
 23971          <EntitySet Name="riskDetections" EntityType="microsoft.graph.riskDetection" />
 23972          <EntitySet Name="riskyUsers" EntityType="microsoft.graph.riskyUser" />
 23973          <EntitySet Name="privilegedAccess" EntityType="microsoft.graph.privilegedAccess" />
 23974          <EntitySet Name="governanceResources" EntityType="microsoft.graph.governanceResource" />
 23975          <EntitySet Name="governanceSubjects" EntityType="microsoft.graph.governanceSubject" />
 23976          <EntitySet Name="governanceRoleDefinitions" EntityType="microsoft.graph.governanceRoleDefinition" />
 23977          <EntitySet Name="governanceRoleAssignments" EntityType="microsoft.graph.governanceRoleAssignment">
 23978            <NavigationPropertyBinding Path="linkedEligibleRoleAssignment" Target="governanceRoleAssignments" />
 23979          </EntitySet>
 23980          <EntitySet Name="governanceRoleAssignmentRequests" EntityType="microsoft.graph.governanceRoleAssignmentRequest" />
 23981          <EntitySet Name="governanceRoleSettings" EntityType="microsoft.graph.governanceRoleSetting" />
 23982          <EntitySet Name="privilegedRoles" EntityType="microsoft.graph.privilegedRole">
 23983            <NavigationPropertyBinding Path="assignments" Target="privilegedRoleAssignments" />
 23984          </EntitySet>
 23985          <EntitySet Name="privilegedRoleAssignments" EntityType="microsoft.graph.privilegedRoleAssignment" />
 23986          <EntitySet Name="privilegedOperationEvents" EntityType="microsoft.graph.privilegedOperationEvent" />
 23987          <EntitySet Name="privilegedSignupStatus" EntityType="microsoft.graph.privilegedSignupStatus" />
 23988          <EntitySet Name="privilegedApproval" EntityType="microsoft.graph.privilegedApproval" />
 23989          <EntitySet Name="privilegedRoleAssignmentRequests" EntityType="microsoft.graph.privilegedRoleAssignmentRequest" />
 23990          <EntitySet Name="dataPolicyOperations" EntityType="microsoft.graph.dataPolicyOperation" />
 23991          <EntitySet Name="commands" EntityType="microsoft.graph.command" />
 23992          <EntitySet Name="payloadResponse" EntityType="microsoft.graph.payloadResponse" />
 23993          <EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" />
 23994          <EntitySet Name="connections" EntityType="microsoft.graph.externalConnection" />
 23995          <EntitySet Name="teams" EntityType="microsoft.graph.team">
 23996            <NavigationPropertyBinding Path="group" Target="groups" />
 23997            <NavigationPropertyBinding Path="owners" Target="users" />
 23998            <NavigationPropertyBinding Path="template" Target="teamsTemplates" />
 23999          </EntitySet>
 24000          <EntitySet Name="chats" EntityType="microsoft.graph.chat" />
 24001          <EntitySet Name="teamsTemplates" EntityType="microsoft.graph.teamsTemplate" />
 24002          <Singleton Name="auditLogs" Type="microsoft.graph.auditLogRoot" />
 24003          <Singleton Name="reports" Type="microsoft.graph.reportRoot" />
 24004          <Singleton Name="identity" Type="microsoft.graph.identityContainer" />
 24005          <Singleton Name="trustFramework" Type="microsoft.graph.trustFramework" />
 24006          <Singleton Name="dataClassification" Type="microsoft.graph.dataClassificationService" />
 24007          <Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" />
 24008          <Singleton Name="me" Type="microsoft.graph.user">
 24009            <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
 24010            <NavigationPropertyBinding Path="directReports" Target="directoryObjects" />
 24011            <NavigationPropertyBinding Path="manager" Target="directoryObjects" />
 24012            <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
 24013            <NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
 24014            <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
 24015            <NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
 24016            <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
 24017          </Singleton>
 24018          <Singleton Name="roleManagement" Type="microsoft.graph.roleManagement" />
 24019          <Singleton Name="directory" Type="microsoft.graph.directory" />
 24020          <Singleton Name="education" Type="microsoft.graph.educationRoot">
 24021            <NavigationPropertyBinding Path="classes/group" Target="directoryObjects" />
 24022            <NavigationPropertyBinding Path="classes/members" Target="education/users" />
 24023            <NavigationPropertyBinding Path="classes/schools" Target="education/schools" />
 24024            <NavigationPropertyBinding Path="classes/teachers" Target="education/users" />
 24025            <NavigationPropertyBinding Path="me/classes" Target="education/classes" />
 24026            <NavigationPropertyBinding Path="me/schools" Target="education/schools" />
 24027            <NavigationPropertyBinding Path="me/taughtClasses" Target="education/classes" />
 24028            <NavigationPropertyBinding Path="me/user" Target="directoryObjects" />
 24029            <NavigationPropertyBinding Path="schools/administrativeUnit" Target="directoryObjects" />
 24030            <NavigationPropertyBinding Path="schools/classes" Target="education/classes" />
 24031            <NavigationPropertyBinding Path="schools/users" Target="education/users" />
 24032            <NavigationPropertyBinding Path="users/classes" Target="education/classes" />
 24033            <NavigationPropertyBinding Path="users/schools" Target="education/schools" />
 24034            <NavigationPropertyBinding Path="users/taughtClasses" Target="education/classes" />
 24035            <NavigationPropertyBinding Path="users/user" Target="directoryObjects" />
 24036          </Singleton>
 24037          <Singleton Name="drive" Type="microsoft.graph.drive">
 24038            <NavigationPropertyBinding Path="items/createdByUser" Target="users" />
 24039            <NavigationPropertyBinding Path="items/lastModifiedByUser" Target="users" />
 24040          </Singleton>
 24041          <Singleton Name="communications" Type="microsoft.graph.cloudCommunications" />
 24042          <Singleton Name="identityGovernance" Type="microsoft.graph.identityGovernance" />
 24043          <Singleton Name="entitlementManagement" Type="microsoft.graph.entitlementManagement" />
 24044          <Singleton Name="conditionalAccess" Type="microsoft.graph.conditionalAccessRoot" />
 24045          <Singleton Name="deviceManagement" Type="microsoft.graph.deviceManagement" />
 24046          <Singleton Name="deviceAppManagement" Type="microsoft.graph.deviceAppManagement" />
 24047          <Singleton Name="officeConfiguration" Type="microsoft.graph.officeConfiguration" />
 24048          <Singleton Name="search" Type="microsoft.graph.search" />
 24049          <Singleton Name="financials" Type="microsoft.graph.financials" />
 24050          <Singleton Name="planner" Type="microsoft.graph.planner">
 24051            <NavigationPropertyBinding Path="buckets/tasks" Target="planner/tasks" />
 24052            <NavigationPropertyBinding Path="plans/buckets" Target="planner/buckets" />
 24053            <NavigationPropertyBinding Path="plans/tasks" Target="planner/tasks" />
 24054          </Singleton>
 24055          <Singleton Name="Security" Type="microsoft.graph.security" />
 24056          <Singleton Name="app" Type="microsoft.graph.commsApplication" />
 24057          <Singleton Name="external" Type="microsoft.graph.external" />
 24058          <Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
 24059          <Singleton Name="teamwork" Type="microsoft.graph.teamwork" />
 24060        </EntityContainer>
 24061        <Annotations Target="microsoft.graph.directoryAudit">
 24062          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24063            <Record>
 24064              <PropertyValue Property="Filterable" Bool="true" />
 24065            </Record>
 24066          </Annotation>
 24067          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24068          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24069          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24070            <Record>
 24071              <PropertyValue Property="Countable" Bool="false" />
 24072            </Record>
 24073          </Annotation>
 24074        </Annotations>
 24075        <Annotations Target="microsoft.graph.signIn">
 24076          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24077            <Record>
 24078              <PropertyValue Property="Countable" Bool="false" />
 24079            </Record>
 24080          </Annotation>
 24081          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24082            <Record>
 24083              <PropertyValue Property="Filterable" Bool="true" />
 24084            </Record>
 24085          </Annotation>
 24086          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24087          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24088        </Annotations>
 24089        <Annotations Target="microsoft.graph.directoryObject">
 24090          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24091            <Record>
 24092              <PropertyValue Property="Expandable" Bool="false" />
 24093            </Record>
 24094          </Annotation>
 24095          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 24096            <Record>
 24097              <PropertyValue Property="Referenceable" Bool="false" />
 24098            </Record>
 24099          </Annotation>
 24100          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24101            <Record>
 24102              <PropertyValue Property="Countable" Bool="false" />
 24103            </Record>
 24104          </Annotation>
 24105          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24106            <Record>
 24107              <PropertyValue Property="Filterable" Bool="false" />
 24108            </Record>
 24109          </Annotation>
 24110          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24111          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24112            <Record>
 24113              <PropertyValue Property="Expandable" Bool="true" />
 24114            </Record>
 24115          </Annotation>
 24116          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 24117            <Record>
 24118              <PropertyValue Property="Referenceable" Bool="true" />
 24119            </Record>
 24120          </Annotation>
 24121          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24122            <Record>
 24123              <PropertyValue Property="Countable" Bool="true" />
 24124            </Record>
 24125          </Annotation>
 24126          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24127            <Record>
 24128              <PropertyValue Property="Filterable" Bool="true" />
 24129            </Record>
 24130          </Annotation>
 24131          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 24132          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types." />
 24133        </Annotations>
 24134        <Annotations Target="microsoft.graph.user">
 24135          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24136            <Record>
 24137              <PropertyValue Property="Supported" Bool="true" />
 24138            </Record>
 24139          </Annotation>
 24140          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an Azure Active Directory user object." />
 24141        </Annotations>
 24142        <Annotations Target="microsoft.graph.user/outlook">
 24143          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24144            <Record>
 24145              <PropertyValue Property="Supported" Bool="false" />
 24146            </Record>
 24147          </Annotation>
 24148          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24149            <Record>
 24150              <PropertyValue Property="Expandable" Bool="false" />
 24151            </Record>
 24152          </Annotation>
 24153          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24154            <Record>
 24155              <PropertyValue Property="Searchable" Bool="false" />
 24156            </Record>
 24157          </Annotation>
 24158          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24159            <Record>
 24160              <PropertyValue Property="Insertable" Bool="false" />
 24161            </Record>
 24162          </Annotation>
 24163          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24164            <Record>
 24165              <PropertyValue Property="Updatable" Bool="false" />
 24166            </Record>
 24167          </Annotation>
 24168          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24169            <Record>
 24170              <PropertyValue Property="Deletable" Bool="false" />
 24171            </Record>
 24172          </Annotation>
 24173        </Annotations>
 24174        <Annotations Target="microsoft.graph.user/messages">
 24175          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24176            <Record>
 24177              <PropertyValue Property="Supported" Bool="false" />
 24178            </Record>
 24179          </Annotation>
 24180          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24181            <Record>
 24182              <PropertyValue Property="Expandable" Bool="false" />
 24183            </Record>
 24184          </Annotation>
 24185        </Annotations>
 24186        <Annotations Target="microsoft.graph.group">
 24187          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24188            <Record>
 24189              <PropertyValue Property="Supported" Bool="true" />
 24190            </Record>
 24191          </Annotation>
 24192        </Annotations>
 24193        <Annotations Target="microsoft.graph.user/joinedGroups">
 24194          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24195            <Record>
 24196              <PropertyValue Property="Supported" Bool="false" />
 24197            </Record>
 24198          </Annotation>
 24199          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24200            <Record>
 24201              <PropertyValue Property="Expandable" Bool="false" />
 24202            </Record>
 24203          </Annotation>
 24204          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24205            <Record>
 24206              <PropertyValue Property="Searchable" Bool="false" />
 24207            </Record>
 24208          </Annotation>
 24209          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24210            <Record>
 24211              <PropertyValue Property="Insertable" Bool="false" />
 24212            </Record>
 24213          </Annotation>
 24214          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24215            <Record>
 24216              <PropertyValue Property="Updatable" Bool="false" />
 24217            </Record>
 24218          </Annotation>
 24219          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24220            <Record>
 24221              <PropertyValue Property="Deletable" Bool="false" />
 24222            </Record>
 24223          </Annotation>
 24224        </Annotations>
 24225        <Annotations Target="microsoft.graph.user/mailFolders">
 24226          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24227            <Record>
 24228              <PropertyValue Property="Supported" Bool="true" />
 24229            </Record>
 24230          </Annotation>
 24231          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24232            <Record>
 24233              <PropertyValue Property="Expandable" Bool="false" />
 24234            </Record>
 24235          </Annotation>
 24236          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24237            <Record>
 24238              <PropertyValue Property="Searchable" Bool="false" />
 24239            </Record>
 24240          </Annotation>
 24241        </Annotations>
 24242        <Annotations Target="microsoft.graph.user/calendar">
 24243          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24244            <Record>
 24245              <PropertyValue Property="Supported" Bool="false" />
 24246            </Record>
 24247          </Annotation>
 24248          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24249            <Record>
 24250              <PropertyValue Property="Expandable" Bool="false" />
 24251            </Record>
 24252          </Annotation>
 24253          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24254            <Record>
 24255              <PropertyValue Property="Searchable" Bool="false" />
 24256            </Record>
 24257          </Annotation>
 24258          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24259            <Record>
 24260              <PropertyValue Property="Insertable" Bool="false" />
 24261            </Record>
 24262          </Annotation>
 24263          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24264            <Record>
 24265              <PropertyValue Property="Deletable" Bool="false" />
 24266            </Record>
 24267          </Annotation>
 24268        </Annotations>
 24269        <Annotations Target="microsoft.graph.user/calendars">
 24270          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24271            <Record>
 24272              <PropertyValue Property="Supported" Bool="false" />
 24273            </Record>
 24274          </Annotation>
 24275          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24276            <Record>
 24277              <PropertyValue Property="Expandable" Bool="false" />
 24278            </Record>
 24279          </Annotation>
 24280          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24281            <Record>
 24282              <PropertyValue Property="Searchable" Bool="false" />
 24283            </Record>
 24284          </Annotation>
 24285        </Annotations>
 24286        <Annotations Target="microsoft.graph.user/calendarGroups">
 24287          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24288            <Record>
 24289              <PropertyValue Property="Supported" Bool="false" />
 24290            </Record>
 24291          </Annotation>
 24292          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24293            <Record>
 24294              <PropertyValue Property="Expandable" Bool="false" />
 24295            </Record>
 24296          </Annotation>
 24297          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24298            <Record>
 24299              <PropertyValue Property="Searchable" Bool="false" />
 24300            </Record>
 24301          </Annotation>
 24302        </Annotations>
 24303        <Annotations Target="microsoft.graph.user/calendarView">
 24304          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24305            <Record>
 24306              <PropertyValue Property="Supported" Bool="true" />
 24307            </Record>
 24308          </Annotation>
 24309          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24310            <Record>
 24311              <PropertyValue Property="Expandable" Bool="false" />
 24312            </Record>
 24313          </Annotation>
 24314          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24315            <Record>
 24316              <PropertyValue Property="Searchable" Bool="false" />
 24317            </Record>
 24318          </Annotation>
 24319          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 24320            <Record>
 24321              <PropertyValue Property="Navigability">
 24322                <EnumMember>
 24323                  Org.OData.Capabilities.V1.NavigationType/Single
 24324                </EnumMember>
 24325              </PropertyValue>
 24326            </Record>
 24327          </Annotation>
 24328          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24329            <Record>
 24330              <PropertyValue Property="Insertable" Bool="false" />
 24331            </Record>
 24332          </Annotation>
 24333          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24334            <Record>
 24335              <PropertyValue Property="Updatable" Bool="false" />
 24336            </Record>
 24337          </Annotation>
 24338          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24339            <Record>
 24340              <PropertyValue Property="Deletable" Bool="false" />
 24341            </Record>
 24342          </Annotation>
 24343        </Annotations>
 24344        <Annotations Target="microsoft.graph.user/events">
 24345          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24346            <Record>
 24347              <PropertyValue Property="Supported" Bool="false" />
 24348            </Record>
 24349          </Annotation>
 24350          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24351            <Record>
 24352              <PropertyValue Property="Expandable" Bool="false" />
 24353            </Record>
 24354          </Annotation>
 24355          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24356            <Record>
 24357              <PropertyValue Property="Searchable" Bool="false" />
 24358            </Record>
 24359          </Annotation>
 24360        </Annotations>
 24361        <Annotations Target="microsoft.graph.user/people">
 24362          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24363            <Record>
 24364              <PropertyValue Property="Supported" Bool="false" />
 24365            </Record>
 24366          </Annotation>
 24367          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24368            <Record>
 24369              <PropertyValue Property="Expandable" Bool="false" />
 24370            </Record>
 24371          </Annotation>
 24372          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24373            <Record>
 24374              <PropertyValue Property="Insertable" Bool="false" />
 24375            </Record>
 24376          </Annotation>
 24377          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24378            <Record>
 24379              <PropertyValue Property="Updatable" Bool="false" />
 24380            </Record>
 24381          </Annotation>
 24382          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24383            <Record>
 24384              <PropertyValue Property="Deletable" Bool="false" />
 24385            </Record>
 24386          </Annotation>
 24387        </Annotations>
 24388        <Annotations Target="microsoft.graph.user/contacts">
 24389          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24390            <Record>
 24391              <PropertyValue Property="Supported" Bool="false" />
 24392            </Record>
 24393          </Annotation>
 24394          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24395            <Record>
 24396              <PropertyValue Property="Expandable" Bool="false" />
 24397            </Record>
 24398          </Annotation>
 24399        </Annotations>
 24400        <Annotations Target="microsoft.graph.user/contactFolders">
 24401          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24402            <Record>
 24403              <PropertyValue Property="Supported" Bool="true" />
 24404            </Record>
 24405          </Annotation>
 24406          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24407            <Record>
 24408              <PropertyValue Property="Expandable" Bool="false" />
 24409            </Record>
 24410          </Annotation>
 24411          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24412            <Record>
 24413              <PropertyValue Property="Searchable" Bool="false" />
 24414            </Record>
 24415          </Annotation>
 24416        </Annotations>
 24417        <Annotations Target="microsoft.graph.user/inferenceClassification">
 24418          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24419            <Record>
 24420              <PropertyValue Property="Supported" Bool="false" />
 24421            </Record>
 24422          </Annotation>
 24423          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24424            <Record>
 24425              <PropertyValue Property="Expandable" Bool="false" />
 24426            </Record>
 24427          </Annotation>
 24428          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24429            <Record>
 24430              <PropertyValue Property="Searchable" Bool="false" />
 24431            </Record>
 24432          </Annotation>
 24433          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24434            <Record>
 24435              <PropertyValue Property="Insertable" Bool="false" />
 24436            </Record>
 24437          </Annotation>
 24438          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24439            <Record>
 24440              <PropertyValue Property="Deletable" Bool="false" />
 24441            </Record>
 24442          </Annotation>
 24443        </Annotations>
 24444        <Annotations Target="microsoft.graph.user/photo">
 24445          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24446            <Record>
 24447              <PropertyValue Property="Supported" Bool="false" />
 24448            </Record>
 24449          </Annotation>
 24450          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24451            <Record>
 24452              <PropertyValue Property="Expandable" Bool="false" />
 24453            </Record>
 24454          </Annotation>
 24455          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24456            <Record>
 24457              <PropertyValue Property="Searchable" Bool="false" />
 24458            </Record>
 24459          </Annotation>
 24460          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24461            <Record>
 24462              <PropertyValue Property="Insertable" Bool="false" />
 24463            </Record>
 24464          </Annotation>
 24465          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24466            <Record>
 24467              <PropertyValue Property="Deletable" Bool="false" />
 24468            </Record>
 24469          </Annotation>
 24470        </Annotations>
 24471        <Annotations Target="microsoft.graph.user/photos">
 24472          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24473            <Record>
 24474              <PropertyValue Property="Supported" Bool="false" />
 24475            </Record>
 24476          </Annotation>
 24477          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24478            <Record>
 24479              <PropertyValue Property="Expandable" Bool="false" />
 24480            </Record>
 24481          </Annotation>
 24482          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24483            <Record>
 24484              <PropertyValue Property="Searchable" Bool="false" />
 24485            </Record>
 24486          </Annotation>
 24487          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24488            <Record>
 24489              <PropertyValue Property="Insertable" Bool="false" />
 24490            </Record>
 24491          </Annotation>
 24492          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24493            <Record>
 24494              <PropertyValue Property="Updatable" Bool="false" />
 24495            </Record>
 24496          </Annotation>
 24497          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24498            <Record>
 24499              <PropertyValue Property="Deletable" Bool="false" />
 24500            </Record>
 24501          </Annotation>
 24502        </Annotations>
 24503        <Annotations Target="microsoft.graph.agreementAcceptance">
 24504          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24505            <Record>
 24506              <PropertyValue Property="Expandable" Bool="false" />
 24507            </Record>
 24508          </Annotation>
 24509          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24510            <Record>
 24511              <PropertyValue Property="Filterable" Bool="false" />
 24512            </Record>
 24513          </Annotation>
 24514          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 24515            <Record>
 24516              <PropertyValue Property="Sortable" Bool="false" />
 24517            </Record>
 24518          </Annotation>
 24519          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 24520            <Record>
 24521              <PropertyValue Property="Selectable" Bool="false" />
 24522            </Record>
 24523          </Annotation>
 24524          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24525            <Record>
 24526              <PropertyValue Property="Countable" Bool="false" />
 24527            </Record>
 24528          </Annotation>
 24529          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24530          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24531        </Annotations>
 24532        <Annotations Target="microsoft.graph.user/deviceEnrollmentLimit">
 24533          <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." />
 24534        </Annotations>
 24535        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration">
 24536          <Annotation Term="Org.OData.Core.V1.Description" String="The Base Class of Device Enrollment Configuration" />
 24537        </Annotations>
 24538        <Annotations Target="microsoft.graph.user/deviceEnrollmentConfigurations">
 24539          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Get enrollment configurations targeted to the user" />
 24540        </Annotations>
 24541        <Annotations Target="microsoft.graph.managedDevice">
 24542          <Annotation Term="Org.OData.Core.V1.Description" String="Devices that are managed or pre-enrolled through Intune" />
 24543          <Annotation Term="Org.OData.Core.V1.Description" String="Devices that are managed or pre-enrolled through Intune." />
 24544          <Annotation Term="Org.OData.Core.V1.Description" String="Devices that are managed or pre-enrolled through Intune" />
 24545        </Annotations>
 24546        <Annotations Target="microsoft.graph.user/managedDevices">
 24547          <Annotation Term="Org.OData.Core.V1.Description" String="The managed devices associated with the user." />
 24548        </Annotations>
 24549        <Annotations Target="microsoft.graph.managedAppRegistration">
 24550          <Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppEntity is the base entity type for all other entity types under app management workflow." />
 24551          <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." />
 24552        </Annotations>
 24553        <Annotations Target="microsoft.graph.user/managedAppRegistrations">
 24554          <Annotation Term="Org.OData.Core.V1.Description" String="Zero or more managed app registrations that belong to the user." />
 24555        </Annotations>
 24556        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration">
 24557          <Annotation Term="Org.OData.Core.V1.Description" String="Represents device registration records for Bring-Your-Own-Device(BYOD) Windows devices." />
 24558        </Annotations>
 24559        <Annotations Target="microsoft.graph.user/windowsInformationProtectionDeviceRegistrations">
 24560          <Annotation Term="Org.OData.Core.V1.Description" String="Zero or more WIP device registrations that belong to the user." />
 24561        </Annotations>
 24562        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent">
 24563          <Annotation Term="Org.OData.Core.V1.Description" String="Event representing an general failure." />
 24564        </Annotations>
 24565        <Annotations Target="microsoft.graph.user/deviceManagementTroubleshootingEvents">
 24566          <Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for this user." />
 24567        </Annotations>
 24568        <Annotations Target="microsoft.graph.mobileAppIntentAndState">
 24569          <Annotation Term="Org.OData.Core.V1.Description" String="MobileApp Intent and Install State for a given device." />
 24570        </Annotations>
 24571        <Annotations Target="microsoft.graph.user/mobileAppIntentAndStates">
 24572          <Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for this user." />
 24573        </Annotations>
 24574        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent">
 24575          <Annotation Term="Org.OData.Core.V1.Description" String="MobileAppTroubleshootingEvent Entity." />
 24576          <Annotation Term="Org.OData.Core.V1.Description" String="Event representing a users device application install status." />
 24577        </Annotations>
 24578        <Annotations Target="microsoft.graph.user/mobileAppTroubleshootingEvents">
 24579          <Annotation Term="Org.OData.Core.V1.Description" String="The list of mobile app troubleshooting events for this user." />
 24580        </Annotations>
 24581        <Annotations Target="microsoft.graph.notification">
 24582          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 24583            <Record>
 24584              <PropertyValue Property="Selectable" Bool="false" />
 24585            </Record>
 24586          </Annotation>
 24587          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24588            <Record>
 24589              <PropertyValue Property="Countable" Bool="false" />
 24590            </Record>
 24591          </Annotation>
 24592          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24593            <Record>
 24594              <PropertyValue Property="Filterable" Bool="false" />
 24595            </Record>
 24596          </Annotation>
 24597          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24598          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24599          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24600            <Record>
 24601              <PropertyValue Property="Expandable" Bool="false" />
 24602            </Record>
 24603          </Annotation>
 24604        </Annotations>
 24605        <Annotations Target="microsoft.graph.userActivity">
 24606          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 24607            <Record>
 24608              <PropertyValue Property="Selectable" Bool="false" />
 24609            </Record>
 24610          </Annotation>
 24611          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24612            <Record>
 24613              <PropertyValue Property="Countable" Bool="false" />
 24614            </Record>
 24615          </Annotation>
 24616          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24617        </Annotations>
 24618        <Annotations Target="microsoft.graph.provisioningObjectSummary">
 24619          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24620            <Record>
 24621              <PropertyValue Property="Filterable" Bool="true" />
 24622            </Record>
 24623          </Annotation>
 24624          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24625          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24626            <Record>
 24627              <PropertyValue Property="Countable" Bool="false" />
 24628            </Record>
 24629          </Annotation>
 24630        </Annotations>
 24631        <Annotations Target="microsoft.graph.azureADLicenseUsage">
 24632          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24633            <Record>
 24634              <PropertyValue Property="Countable" Bool="false" />
 24635            </Record>
 24636          </Annotation>
 24637          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24638            <Record>
 24639              <PropertyValue Property="Filterable" Bool="true" />
 24640            </Record>
 24641          </Annotation>
 24642        </Annotations>
 24643        <Annotations Target="microsoft.graph.azureADUserFeatureUsage">
 24644          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24645            <Record>
 24646              <PropertyValue Property="Countable" Bool="false" />
 24647            </Record>
 24648          </Annotation>
 24649          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24650            <Record>
 24651              <PropertyValue Property="Filterable" Bool="true" />
 24652            </Record>
 24653          </Annotation>
 24654          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24655          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24656        </Annotations>
 24657        <Annotations Target="microsoft.graph.azureADFeatureUsage">
 24658          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24659            <Record>
 24660              <PropertyValue Property="Countable" Bool="false" />
 24661            </Record>
 24662          </Annotation>
 24663          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24664            <Record>
 24665              <PropertyValue Property="Filterable" Bool="true" />
 24666            </Record>
 24667          </Annotation>
 24668          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24669          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24670        </Annotations>
 24671        <Annotations Target="microsoft.graph.applicationSignInDetailedSummary">
 24672          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24673            <Record>
 24674              <PropertyValue Property="Countable" Bool="false" />
 24675            </Record>
 24676          </Annotation>
 24677          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24678            <Record>
 24679              <PropertyValue Property="Filterable" Bool="true" />
 24680            </Record>
 24681          </Annotation>
 24682          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24683          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24684        </Annotations>
 24685        <Annotations Target="microsoft.graph.applicationSignInSummary">
 24686          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24687            <Record>
 24688              <PropertyValue Property="Countable" Bool="false" />
 24689            </Record>
 24690          </Annotation>
 24691          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24692            <Record>
 24693              <PropertyValue Property="Filterable" Bool="true" />
 24694            </Record>
 24695          </Annotation>
 24696          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24697          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24698        </Annotations>
 24699        <Annotations Target="microsoft.graph.credentialUserRegistrationCount">
 24700          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24701            <Record>
 24702              <PropertyValue Property="Filterable" Bool="false" />
 24703            </Record>
 24704          </Annotation>
 24705          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24706          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24707        </Annotations>
 24708        <Annotations Target="microsoft.graph.credentialUserRegistrationDetails">
 24709          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24710            <Record>
 24711              <PropertyValue Property="Filterable" Bool="true" />
 24712            </Record>
 24713          </Annotation>
 24714          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24715          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24716        </Annotations>
 24717        <Annotations Target="microsoft.graph.credentialUsageSummary">
 24718          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24719            <Record>
 24720              <PropertyValue Property="Filterable" Bool="true" />
 24721            </Record>
 24722          </Annotation>
 24723          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24724          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24725        </Annotations>
 24726        <Annotations Target="microsoft.graph.userCredentialUsageDetails">
 24727          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24728            <Record>
 24729              <PropertyValue Property="Filterable" Bool="true" />
 24730            </Record>
 24731          </Annotation>
 24732          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24733          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24734        </Annotations>
 24735        <Annotations Target="microsoft.graph.relyingPartyDetailedSummary">
 24736          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24737            <Record>
 24738              <PropertyValue Property="Filterable" Bool="true" />
 24739            </Record>
 24740          </Annotation>
 24741          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 24742          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24743        </Annotations>
 24744        <Annotations Target="microsoft.graph.reportRoot">
 24745          <Annotation Term="Org.OData.Core.V1.Description" String="The resource that represents an instance of History Reports." />
 24746          <Annotation Term="Org.OData.Core.V1.Description" String="The resource that represents an instance of Enrollment Failure Reports." />
 24747        </Annotations>
 24748        <Annotations Target="microsoft.graph.application">
 24749          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24750            <Record>
 24751              <PropertyValue Property="Supported" Bool="true" />
 24752            </Record>
 24753          </Annotation>
 24754        </Annotations>
 24755        <Annotations Target="microsoft.graph.servicePrincipal">
 24756          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24757            <Record>
 24758              <PropertyValue Property="Supported" Bool="true" />
 24759            </Record>
 24760          </Annotation>
 24761        </Annotations>
 24762        <Annotations Target="microsoft.graph.oAuth2PermissionGrant">
 24763          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24764            <Record>
 24765              <PropertyValue Property="Supported" Bool="true" />
 24766            </Record>
 24767          </Annotation>
 24768        </Annotations>
 24769        <Annotations Target="microsoft.graph.bookingNamedEntity">
 24770          <Annotation Term="Org.OData.Core.V1.Description" String="Booking entities that provide a display name." />
 24771        </Annotations>
 24772        <Annotations Target="microsoft.graph.bookingNamedEntity/displayName">
 24773          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." />
 24774          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." />
 24775        </Annotations>
 24776        <Annotations Target="microsoft.graph.bookingAppointment">
 24777          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a booked appointment of a service by a customer in a business." />
 24778        </Annotations>
 24779        <Annotations Target="microsoft.graph.bookingAppointment/customerId">
 24780          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking customer associated with this appointment." />
 24781          <Annotation Term="Org.OData.Core.V1.LongDescription" String="If CustomerId is not specified when an appointment is created then a new customer is created based on the appointment customer information. Once set, the customerId should be considered immutable." />
 24782        </Annotations>
 24783        <Annotations Target="microsoft.graph.bookingAppointment/customerNotes">
 24784          <Annotation Term="Org.OData.Core.V1.Description" String="Notes from the customer associated with this appointment." />
 24785          <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
 24786          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id. Its value can only be set when creating a new appointment with a new customer, ie, without specifying a CustomerId. After that, the property is computed from the customer represented by CustomerId." />
 24787        </Annotations>
 24788        <Annotations Target="microsoft.graph.bookingAppointment/serviceId">
 24789          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking service associated with this appointment." />
 24790          <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
 24791        </Annotations>
 24792        <Annotations Target="microsoft.graph.bookingAppointment/serviceName">
 24793          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the booking service associated with this appointment." />
 24794          <Annotation Term="Org.OData.Core.V1.LongDescription" String="This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the service id." />
 24795        </Annotations>
 24796        <Annotations Target="microsoft.graph.bookingAppointment/duration">
 24797          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 24798        </Annotations>
 24799        <Annotations Target="microsoft.graph.bookingAppointment/serviceNotes">
 24800          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id." />
 24801        </Annotations>
 24802        <Annotations Target="microsoft.graph.bookingReminder/offset">
 24803          <Annotation Term="Org.OData.Core.V1.Description" String="How much time before an appointment the reminder should be sent." />
 24804        </Annotations>
 24805        <Annotations Target="microsoft.graph.bookingReminder/recipients">
 24806          <Annotation Term="Org.OData.Core.V1.Description" String="Who should receive the reminder." />
 24807        </Annotations>
 24808        <Annotations Target="microsoft.graph.bookingReminder/message">
 24809          <Annotation Term="Org.OData.Core.V1.Description" String="Message to send." />
 24810        </Annotations>
 24811        <Annotations Target="microsoft.graph.bookingAppointment/reminders">
 24812          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id." />
 24813        </Annotations>
 24814        <Annotations Target="microsoft.graph.bookingAppointment/invoiceUrl">
 24815          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 24816        </Annotations>
 24817        <Annotations Target="microsoft.graph.bookingBusiness">
 24818          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsot Bookings Business." />
 24819          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The bookingBusiness is the top level object which contains business information and related business objects such as appointments, customers, services and staff members." />
 24820        </Annotations>
 24821        <Annotations Target="microsoft.graph.bookingBusiness/webSiteUrl">
 24822          <Annotation Term="Org.OData.Core.V1.Description" String="The URL of the business web site." />
 24823          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 24824          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Example: https://www.contoso.com" />
 24825        </Annotations>
 24826        <Annotations Target="microsoft.graph.bookingWorkHours/day">
 24827          <Annotation Term="Org.OData.Core.V1.Description" String="The day of the week represented by this instance." />
 24828        </Annotations>
 24829        <Annotations Target="microsoft.graph.bookingWorkHours/timeSlots">
 24830          <Annotation Term="Org.OData.Core.V1.Description" String="A list of start/end times during a day." />
 24831        </Annotations>
 24832        <Annotations Target="microsoft.graph.bookingSchedulingPolicy/timeSlotInterval">
 24833          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of each time slot." />
 24834        </Annotations>
 24835        <Annotations Target="microsoft.graph.bookingSchedulingPolicy/minimumLeadTime">
 24836          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum lead time for bookings and cancellations." />
 24837        </Annotations>
 24838        <Annotations Target="microsoft.graph.bookingSchedulingPolicy/maximumAdvance">
 24839          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days in advance that a booking can be made." />
 24840        </Annotations>
 24841        <Annotations Target="microsoft.graph.bookingSchedulingPolicy/sendConfirmationsToOwner">
 24842          <Annotation Term="Org.OData.Core.V1.Description" String="Notify the business via email when a booking is created or changed." />
 24843        </Annotations>
 24844        <Annotations Target="microsoft.graph.bookingSchedulingPolicy/allowStaffSelection">
 24845          <Annotation Term="Org.OData.Core.V1.Description" String="Allow customers to choose a specific person for the booking." />
 24846        </Annotations>
 24847        <Annotations Target="microsoft.graph.bookingBusiness/isPublished">
 24848          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 24849        </Annotations>
 24850        <Annotations Target="microsoft.graph.bookingBusiness/publicUrl">
 24851          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 24852          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 24853        </Annotations>
 24854        <Annotations Target="microsoft.graph.bookingBusiness/appointments">
 24855          <Annotation Term="Org.OData.Core.V1.Description" String="All appointments in this business." />
 24856        </Annotations>
 24857        <Annotations Target="microsoft.graph.bookingBusiness/calendarView">
 24858          <Annotation Term="Org.OData.Core.V1.Description" String="A calendar view of appointments in this business." />
 24859        </Annotations>
 24860        <Annotations Target="microsoft.graph.bookingPerson">
 24861          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a booking customer or staff member." />
 24862        </Annotations>
 24863        <Annotations Target="microsoft.graph.bookingCustomer">
 24864          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a customer of the business." />
 24865        </Annotations>
 24866        <Annotations Target="microsoft.graph.bookingBusiness/customers">
 24867          <Annotation Term="Org.OData.Core.V1.Description" String="All customers of this business." />
 24868        </Annotations>
 24869        <Annotations Target="microsoft.graph.bookingService">
 24870          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a particular service offered by a booking business." />
 24871        </Annotations>
 24872        <Annotations Target="microsoft.graph.bookingBusiness/services">
 24873          <Annotation Term="Org.OData.Core.V1.Description" String="All services offered by this business." />
 24874        </Annotations>
 24875        <Annotations Target="microsoft.graph.bookingStaffMember">
 24876          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a staff member who provides services in a business." />
 24877        </Annotations>
 24878        <Annotations Target="microsoft.graph.bookingBusiness/staffMembers">
 24879          <Annotation Term="Org.OData.Core.V1.Description" String="All staff members that provides services in this business." />
 24880        </Annotations>
 24881        <Annotations Target="microsoft.graph.bookingCurrency/symbol">
 24882          <Annotation Term="Org.OData.Core.V1.IsLanguageDependent" Bool="true" />
 24883        </Annotations>
 24884        <Annotations Target="microsoft.graph.bookingPerson/emailAddress">
 24885          <Annotation Term="Org.OData.Core.V1.Description" String="The e-mail address of this person." />
 24886        </Annotations>
 24887        <Annotations Target="microsoft.graph.bookingService/defaultReminders">
 24888          <Annotation Term="Org.OData.Core.V1.Description" String="The default reminders set in an appointment of this service." />
 24889          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking service by id." />
 24890        </Annotations>
 24891        <Annotations Target="microsoft.graph.resourceSpecificPermissionGrant">
 24892          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 24893            <Record>
 24894              <PropertyValue Property="Selectable" Bool="true" />
 24895            </Record>
 24896          </Annotation>
 24897          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 24898            <Record>
 24899              <PropertyValue Property="Countable" Bool="false" />
 24900            </Record>
 24901          </Annotation>
 24902          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 24903            <Record>
 24904              <PropertyValue Property="Filterable" Bool="true" />
 24905            </Record>
 24906          </Annotation>
 24907          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 24908          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24909          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24910            <Record>
 24911              <PropertyValue Property="Expandable" Bool="true" />
 24912            </Record>
 24913          </Annotation>
 24914        </Annotations>
 24915        <Annotations Target="microsoft.graph.orgContact">
 24916          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24917            <Record>
 24918              <PropertyValue Property="Supported" Bool="true" />
 24919            </Record>
 24920          </Annotation>
 24921        </Annotations>
 24922        <Annotations Target="microsoft.graph.directoryRole">
 24923          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24924            <Record>
 24925              <PropertyValue Property="Supported" Bool="true" />
 24926            </Record>
 24927          </Annotation>
 24928          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24929        </Annotations>
 24930        <Annotations Target="microsoft.graph.directoryRoleTemplate">
 24931          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 24932        </Annotations>
 24933        <Annotations Target="microsoft.graph.group/conversations">
 24934          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24935            <Record>
 24936              <PropertyValue Property="Supported" Bool="false" />
 24937            </Record>
 24938          </Annotation>
 24939          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24940            <Record>
 24941              <PropertyValue Property="Expandable" Bool="false" />
 24942            </Record>
 24943          </Annotation>
 24944          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24945            <Record>
 24946              <PropertyValue Property="Updatable" Bool="false" />
 24947            </Record>
 24948          </Annotation>
 24949        </Annotations>
 24950        <Annotations Target="microsoft.graph.group/photos">
 24951          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24952            <Record>
 24953              <PropertyValue Property="Supported" Bool="false" />
 24954            </Record>
 24955          </Annotation>
 24956          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24957            <Record>
 24958              <PropertyValue Property="Expandable" Bool="false" />
 24959            </Record>
 24960          </Annotation>
 24961          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24962            <Record>
 24963              <PropertyValue Property="Searchable" Bool="false" />
 24964            </Record>
 24965          </Annotation>
 24966          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 24967            <Record>
 24968              <PropertyValue Property="Insertable" Bool="false" />
 24969            </Record>
 24970          </Annotation>
 24971          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24972            <Record>
 24973              <PropertyValue Property="Updatable" Bool="false" />
 24974            </Record>
 24975          </Annotation>
 24976          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 24977            <Record>
 24978              <PropertyValue Property="Deletable" Bool="false" />
 24979            </Record>
 24980          </Annotation>
 24981        </Annotations>
 24982        <Annotations Target="microsoft.graph.group/acceptedSenders">
 24983          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 24984            <Record>
 24985              <PropertyValue Property="Supported" Bool="false" />
 24986            </Record>
 24987          </Annotation>
 24988          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 24989            <Record>
 24990              <PropertyValue Property="Expandable" Bool="false" />
 24991            </Record>
 24992          </Annotation>
 24993          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 24994            <Record>
 24995              <PropertyValue Property="Searchable" Bool="false" />
 24996            </Record>
 24997          </Annotation>
 24998          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 24999            <Record>
 25000              <PropertyValue Property="Updatable" Bool="false" />
 25001            </Record>
 25002          </Annotation>
 25003        </Annotations>
 25004        <Annotations Target="microsoft.graph.group/rejectedSenders">
 25005          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25006            <Record>
 25007              <PropertyValue Property="Supported" Bool="false" />
 25008            </Record>
 25009          </Annotation>
 25010          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25011            <Record>
 25012              <PropertyValue Property="Expandable" Bool="false" />
 25013            </Record>
 25014          </Annotation>
 25015          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25016            <Record>
 25017              <PropertyValue Property="Searchable" Bool="false" />
 25018            </Record>
 25019          </Annotation>
 25020          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25021            <Record>
 25022              <PropertyValue Property="Updatable" Bool="false" />
 25023            </Record>
 25024          </Annotation>
 25025        </Annotations>
 25026        <Annotations Target="microsoft.graph.group/threads">
 25027          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25028            <Record>
 25029              <PropertyValue Property="Supported" Bool="false" />
 25030            </Record>
 25031          </Annotation>
 25032          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25033            <Record>
 25034              <PropertyValue Property="Expandable" Bool="false" />
 25035            </Record>
 25036          </Annotation>
 25037          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25038            <Record>
 25039              <PropertyValue Property="Searchable" Bool="false" />
 25040            </Record>
 25041          </Annotation>
 25042        </Annotations>
 25043        <Annotations Target="microsoft.graph.group/calendar">
 25044          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25045            <Record>
 25046              <PropertyValue Property="Supported" Bool="false" />
 25047            </Record>
 25048          </Annotation>
 25049          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25050            <Record>
 25051              <PropertyValue Property="Expandable" Bool="false" />
 25052            </Record>
 25053          </Annotation>
 25054          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25055            <Record>
 25056              <PropertyValue Property="Searchable" Bool="false" />
 25057            </Record>
 25058          </Annotation>
 25059          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25060            <Record>
 25061              <PropertyValue Property="Insertable" Bool="false" />
 25062            </Record>
 25063          </Annotation>
 25064          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25065            <Record>
 25066              <PropertyValue Property="Updatable" Bool="false" />
 25067            </Record>
 25068          </Annotation>
 25069          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25070            <Record>
 25071              <PropertyValue Property="Deletable" Bool="false" />
 25072            </Record>
 25073          </Annotation>
 25074        </Annotations>
 25075        <Annotations Target="microsoft.graph.group/calendarView">
 25076          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25077            <Record>
 25078              <PropertyValue Property="Supported" Bool="true" />
 25079            </Record>
 25080          </Annotation>
 25081          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25082            <Record>
 25083              <PropertyValue Property="Expandable" Bool="false" />
 25084            </Record>
 25085          </Annotation>
 25086          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25087            <Record>
 25088              <PropertyValue Property="Searchable" Bool="false" />
 25089            </Record>
 25090          </Annotation>
 25091          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25092            <Record>
 25093              <PropertyValue Property="Insertable" Bool="false" />
 25094            </Record>
 25095          </Annotation>
 25096          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25097            <Record>
 25098              <PropertyValue Property="Updatable" Bool="false" />
 25099            </Record>
 25100          </Annotation>
 25101          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25102            <Record>
 25103              <PropertyValue Property="Deletable" Bool="false" />
 25104            </Record>
 25105          </Annotation>
 25106        </Annotations>
 25107        <Annotations Target="microsoft.graph.group/events">
 25108          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25109            <Record>
 25110              <PropertyValue Property="Supported" Bool="false" />
 25111            </Record>
 25112          </Annotation>
 25113          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25114            <Record>
 25115              <PropertyValue Property="Expandable" Bool="false" />
 25116            </Record>
 25117          </Annotation>
 25118          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25119            <Record>
 25120              <PropertyValue Property="Searchable" Bool="false" />
 25121            </Record>
 25122          </Annotation>
 25123        </Annotations>
 25124        <Annotations Target="microsoft.graph.group/photo">
 25125          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25126            <Record>
 25127              <PropertyValue Property="Supported" Bool="false" />
 25128            </Record>
 25129          </Annotation>
 25130          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25131            <Record>
 25132              <PropertyValue Property="Expandable" Bool="false" />
 25133            </Record>
 25134          </Annotation>
 25135          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25136            <Record>
 25137              <PropertyValue Property="Searchable" Bool="false" />
 25138            </Record>
 25139          </Annotation>
 25140          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25141            <Record>
 25142              <PropertyValue Property="Insertable" Bool="false" />
 25143            </Record>
 25144          </Annotation>
 25145          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25146            <Record>
 25147              <PropertyValue Property="Deletable" Bool="false" />
 25148            </Record>
 25149          </Annotation>
 25150        </Annotations>
 25151        <Annotations Target="microsoft.graph.subscribedSku">
 25152          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25153            <Record>
 25154              <PropertyValue Property="Expandable" Bool="false" />
 25155            </Record>
 25156          </Annotation>
 25157          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25158            <Record>
 25159              <PropertyValue Property="Referenceable" Bool="false" />
 25160            </Record>
 25161          </Annotation>
 25162          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 25163            <Record>
 25164              <PropertyValue Property="Countable" Bool="false" />
 25165            </Record>
 25166          </Annotation>
 25167          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 25168            <Record>
 25169              <PropertyValue Property="Filterable" Bool="false" />
 25170            </Record>
 25171          </Annotation>
 25172          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 25173          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 25174        </Annotations>
 25175        <Annotations Target="microsoft.graph.organization">
 25176          <Annotation Term="Org.OData.Core.V1.Description" String="The organization resource represents an instance of global settings and resources which operate and are provisioned at the tenant-level." />
 25177        </Annotations>
 25178        <Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
 25179          <Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
 25180        </Annotations>
 25181        <Annotations Target="microsoft.graph.certificateConnectorSetting/status">
 25182          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector status" />
 25183        </Annotations>
 25184        <Annotations Target="microsoft.graph.certificateConnectorSetting/certExpiryTime">
 25185          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate expire time" />
 25186        </Annotations>
 25187        <Annotations Target="microsoft.graph.certificateConnectorSetting/enrollmentError">
 25188          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector enrollment error" />
 25189        </Annotations>
 25190        <Annotations Target="microsoft.graph.certificateConnectorSetting/lastConnectorConnectionTime">
 25191          <Annotation Term="Org.OData.Core.V1.Description" String="Last time certificate connector connected" />
 25192        </Annotations>
 25193        <Annotations Target="microsoft.graph.certificateConnectorSetting/connectorVersion">
 25194          <Annotation Term="Org.OData.Core.V1.Description" String="Version of certificate connector" />
 25195        </Annotations>
 25196        <Annotations Target="microsoft.graph.certificateConnectorSetting/lastUploadVersion">
 25197          <Annotation Term="Org.OData.Core.V1.Description" String="Version of last uploaded certificate connector" />
 25198        </Annotations>
 25199        <Annotations Target="microsoft.graph.organization/certificateConnectorSetting">
 25200          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate connector setting." />
 25201        </Annotations>
 25202        <Annotations Target="microsoft.graph.administrativeUnit">
 25203          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25204            <Record>
 25205              <PropertyValue Property="Supported" Bool="true" />
 25206            </Record>
 25207          </Annotation>
 25208        </Annotations>
 25209        <Annotations Target="microsoft.graph.educationRoot/classes">
 25210          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25211            <Record>
 25212              <PropertyValue Property="Supported" Bool="true" />
 25213            </Record>
 25214          </Annotation>
 25215        </Annotations>
 25216        <Annotations Target="microsoft.graph.educationRoot/schools">
 25217          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25218            <Record>
 25219              <PropertyValue Property="Supported" Bool="true" />
 25220            </Record>
 25221          </Annotation>
 25222        </Annotations>
 25223        <Annotations Target="microsoft.graph.educationRoot/users">
 25224          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25225            <Record>
 25226              <PropertyValue Property="Supported" Bool="true" />
 25227            </Record>
 25228          </Annotation>
 25229        </Annotations>
 25230        <Annotations Target="microsoft.graph.educationClass/createdBy">
 25231          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppDisplayName" />
 25232          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppId" />
 25233          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserDisplayName" />
 25234          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserId" />
 25235        </Annotations>
 25236        <Annotations Target="microsoft.graph.educationClass/term">
 25237          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_SyncSource_TermId" />
 25238          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_TermStartDate" />
 25239          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_TermEndDate" />
 25240          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_TermName" />
 25241        </Annotations>
 25242        <Annotations Target="microsoft.graph.educationClass/course">
 25243          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CourseSubject" />
 25244          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CourseNumber" />
 25245          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CourseDescription" />
 25246          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CourseName" />
 25247          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_SyncSource_CourseId" />
 25248        </Annotations>
 25249        <Annotations Target="microsoft.graph.educationUser/residenceAddress">
 25250          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_ResidenceAddress" />
 25251          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_ResidenceCity" />
 25252          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_ResidenceState" />
 25253          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_ResidenceCountry" />
 25254          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_ResidenceZip" />
 25255        </Annotations>
 25256        <Annotations Target="microsoft.graph.educationUser/mailingAddress">
 25257          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_MailingAddress" />
 25258          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_MailingCity" />
 25259          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_MailingState" />
 25260          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_MailingCountry" />
 25261          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_MailingZip" />
 25262        </Annotations>
 25263        <Annotations Target="microsoft.graph.educationUser/student">
 25264          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_GraduationYear" />
 25265          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_Grade" />
 25266          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_DateOfBirth" />
 25267          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_Gender" />
 25268          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_StudentNumber" />
 25269          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_SyncSource_StudentId" />
 25270        </Annotations>
 25271        <Annotations Target="microsoft.graph.educationUser/teacher">
 25272          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_TeacherNumber" />
 25273          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_SyncSource_TeacherId" />
 25274        </Annotations>
 25275        <Annotations Target="microsoft.graph.educationUser/createdBy">
 25276          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppDisplayName" />
 25277          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppId" />
 25278          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserDisplayName" />
 25279          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserId" />
 25280        </Annotations>
 25281        <Annotations Target="microsoft.graph.educationUser/onPremisesInfo">
 25282          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="onPremisesImmutableId" />
 25283        </Annotations>
 25284        <Annotations Target="microsoft.graph.educationSchool/createdBy">
 25285          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppDisplayName" />
 25286          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByAppId" />
 25287          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserDisplayName" />
 25288          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_CreatedByUserId" />
 25289        </Annotations>
 25290        <Annotations Target="microsoft.graph.educationSchool/address">
 25291          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_Address" />
 25292          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_City" />
 25293          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_State" />
 25294          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_Country" />
 25295          <Annotation Term="microsoft.graph.TransparentContainerProperty" String="extension_fe2174665583431c953114ff7268b7b3_Education_Zip" />
 25296        </Annotations>
 25297        <Annotations Target="microsoft.graph.subscription">
 25298          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25299            <Record>
 25300              <PropertyValue Property="Expandable" Bool="false" />
 25301            </Record>
 25302          </Annotation>
 25303          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25304            <Record>
 25305              <PropertyValue Property="Referenceable" Bool="false" />
 25306            </Record>
 25307          </Annotation>
 25308          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 25309            <Record>
 25310              <PropertyValue Property="Selectable" Bool="false" />
 25311            </Record>
 25312          </Annotation>
 25313          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 25314            <Record>
 25315              <PropertyValue Property="Countable" Bool="false" />
 25316            </Record>
 25317          </Annotation>
 25318          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 25319            <Record>
 25320              <PropertyValue Property="Filterable" Bool="false" />
 25321            </Record>
 25322          </Annotation>
 25323          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 25324            <Record>
 25325              <PropertyValue Property="Sortable" Bool="false" />
 25326            </Record>
 25327          </Annotation>
 25328          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 25329          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 25330        </Annotations>
 25331        <Annotations Target="microsoft.graph.outlookUser/masterCategories">
 25332          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25333            <Record>
 25334              <PropertyValue Property="Supported" Bool="false" />
 25335            </Record>
 25336          </Annotation>
 25337          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25338            <Record>
 25339              <PropertyValue Property="Expandable" Bool="false" />
 25340            </Record>
 25341          </Annotation>
 25342          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25343            <Record>
 25344              <PropertyValue Property="Searchable" Bool="false" />
 25345            </Record>
 25346          </Annotation>
 25347        </Annotations>
 25348        <Annotations Target="microsoft.graph.outlookUser/taskGroups">
 25349          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25350            <Record>
 25351              <PropertyValue Property="Supported" Bool="false" />
 25352            </Record>
 25353          </Annotation>
 25354          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25355            <Record>
 25356              <PropertyValue Property="Expandable" Bool="false" />
 25357            </Record>
 25358          </Annotation>
 25359          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25360            <Record>
 25361              <PropertyValue Property="Searchable" Bool="false" />
 25362            </Record>
 25363          </Annotation>
 25364        </Annotations>
 25365        <Annotations Target="microsoft.graph.outlookUser/taskFolders">
 25366          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25367            <Record>
 25368              <PropertyValue Property="Supported" Bool="false" />
 25369            </Record>
 25370          </Annotation>
 25371          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25372            <Record>
 25373              <PropertyValue Property="Expandable" Bool="false" />
 25374            </Record>
 25375          </Annotation>
 25376          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25377            <Record>
 25378              <PropertyValue Property="Searchable" Bool="false" />
 25379            </Record>
 25380          </Annotation>
 25381        </Annotations>
 25382        <Annotations Target="microsoft.graph.outlookUser/tasks">
 25383          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25384            <Record>
 25385              <PropertyValue Property="Supported" Bool="false" />
 25386            </Record>
 25387          </Annotation>
 25388          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25389            <Record>
 25390              <PropertyValue Property="Expandable" Bool="false" />
 25391            </Record>
 25392          </Annotation>
 25393          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25394            <Record>
 25395              <PropertyValue Property="Searchable" Bool="false" />
 25396            </Record>
 25397          </Annotation>
 25398        </Annotations>
 25399        <Annotations Target="microsoft.graph.message/attachments">
 25400          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25401            <Record>
 25402              <PropertyValue Property="Supported" Bool="false" />
 25403            </Record>
 25404          </Annotation>
 25405          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25406            <Record>
 25407              <PropertyValue Property="Searchable" Bool="false" />
 25408            </Record>
 25409          </Annotation>
 25410          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25411            <Record>
 25412              <PropertyValue Property="Updatable" Bool="false" />
 25413            </Record>
 25414          </Annotation>
 25415        </Annotations>
 25416        <Annotations Target="microsoft.graph.message/extensions">
 25417          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25418            <Record>
 25419              <PropertyValue Property="Supported" Bool="false" />
 25420            </Record>
 25421          </Annotation>
 25422          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25423            <Record>
 25424              <PropertyValue Property="Searchable" Bool="false" />
 25425            </Record>
 25426          </Annotation>
 25427        </Annotations>
 25428        <Annotations Target="microsoft.graph.message/mentions">
 25429          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25430            <Record>
 25431              <PropertyValue Property="Supported" Bool="false" />
 25432            </Record>
 25433          </Annotation>
 25434          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25435            <Record>
 25436              <PropertyValue Property="Searchable" Bool="false" />
 25437            </Record>
 25438          </Annotation>
 25439          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25440            <Record>
 25441              <PropertyValue Property="Updatable" Bool="false" />
 25442            </Record>
 25443          </Annotation>
 25444        </Annotations>
 25445        <Annotations Target="microsoft.graph.eventMessage/event">
 25446          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25447            <Record>
 25448              <PropertyValue Property="Supported" Bool="false" />
 25449            </Record>
 25450          </Annotation>
 25451          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25452            <Record>
 25453              <PropertyValue Property="Searchable" Bool="false" />
 25454            </Record>
 25455          </Annotation>
 25456          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25457            <Record>
 25458              <PropertyValue Property="Insertable" Bool="false" />
 25459            </Record>
 25460          </Annotation>
 25461          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25462            <Record>
 25463              <PropertyValue Property="Updatable" Bool="false" />
 25464            </Record>
 25465          </Annotation>
 25466          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25467            <Record>
 25468              <PropertyValue Property="Deletable" Bool="false" />
 25469            </Record>
 25470          </Annotation>
 25471        </Annotations>
 25472        <Annotations Target="microsoft.graph.mailFolder/messages">
 25473          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25474            <Record>
 25475              <PropertyValue Property="Supported" Bool="true" />
 25476            </Record>
 25477          </Annotation>
 25478        </Annotations>
 25479        <Annotations Target="microsoft.graph.mailFolder/messageRules">
 25480          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25481            <Record>
 25482              <PropertyValue Property="Supported" Bool="false" />
 25483            </Record>
 25484          </Annotation>
 25485          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25486            <Record>
 25487              <PropertyValue Property="Expandable" Bool="false" />
 25488            </Record>
 25489          </Annotation>
 25490          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25491            <Record>
 25492              <PropertyValue Property="Searchable" Bool="false" />
 25493            </Record>
 25494          </Annotation>
 25495        </Annotations>
 25496        <Annotations Target="microsoft.graph.mailFolder/childFolders">
 25497          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25498            <Record>
 25499              <PropertyValue Property="Supported" Bool="true" />
 25500            </Record>
 25501          </Annotation>
 25502          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25503            <Record>
 25504              <PropertyValue Property="Searchable" Bool="false" />
 25505            </Record>
 25506          </Annotation>
 25507          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25508            <Record>
 25509              <PropertyValue Property="Navigability">
 25510                <EnumMember>
 25511                  Org.OData.Capabilities.V1.NavigationType/Single
 25512                </EnumMember>
 25513              </PropertyValue>
 25514            </Record>
 25515          </Annotation>
 25516        </Annotations>
 25517        <Annotations Target="microsoft.graph.mailFolder/userConfigurations">
 25518          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25519            <Record>
 25520              <PropertyValue Property="Supported" Bool="false" />
 25521            </Record>
 25522          </Annotation>
 25523          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25524            <Record>
 25525              <PropertyValue Property="Expandable" Bool="false" />
 25526            </Record>
 25527          </Annotation>
 25528          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25529            <Record>
 25530              <PropertyValue Property="Searchable" Bool="false" />
 25531            </Record>
 25532          </Annotation>
 25533          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25534            <Record>
 25535              <PropertyValue Property="Insertable" Bool="false" />
 25536            </Record>
 25537          </Annotation>
 25538          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25539            <Record>
 25540              <PropertyValue Property="Updatable" Bool="false" />
 25541            </Record>
 25542          </Annotation>
 25543          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25544            <Record>
 25545              <PropertyValue Property="Deletable" Bool="false" />
 25546            </Record>
 25547          </Annotation>
 25548        </Annotations>
 25549        <Annotations Target="microsoft.graph.calendar/calendarPermissions">
 25550          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25551            <Record>
 25552              <PropertyValue Property="Supported" Bool="false" />
 25553            </Record>
 25554          </Annotation>
 25555          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25556            <Record>
 25557              <PropertyValue Property="Expandable" Bool="false" />
 25558            </Record>
 25559          </Annotation>
 25560          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25561            <Record>
 25562              <PropertyValue Property="Searchable" Bool="false" />
 25563            </Record>
 25564          </Annotation>
 25565        </Annotations>
 25566        <Annotations Target="microsoft.graph.calendar/events">
 25567          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25568            <Record>
 25569              <PropertyValue Property="Supported" Bool="false" />
 25570            </Record>
 25571          </Annotation>
 25572          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25573            <Record>
 25574              <PropertyValue Property="Expandable" Bool="false" />
 25575            </Record>
 25576          </Annotation>
 25577          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25578            <Record>
 25579              <PropertyValue Property="Searchable" Bool="false" />
 25580            </Record>
 25581          </Annotation>
 25582          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25583            <Record>
 25584              <PropertyValue Property="Navigability">
 25585                <EnumMember>
 25586                  Org.OData.Capabilities.V1.NavigationType/Single
 25587                </EnumMember>
 25588              </PropertyValue>
 25589            </Record>
 25590          </Annotation>
 25591        </Annotations>
 25592        <Annotations Target="microsoft.graph.calendar/calendarView">
 25593          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25594            <Record>
 25595              <PropertyValue Property="Supported" Bool="true" />
 25596            </Record>
 25597          </Annotation>
 25598          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25599            <Record>
 25600              <PropertyValue Property="Expandable" Bool="false" />
 25601            </Record>
 25602          </Annotation>
 25603          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25604            <Record>
 25605              <PropertyValue Property="Searchable" Bool="false" />
 25606            </Record>
 25607          </Annotation>
 25608          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25609            <Record>
 25610              <PropertyValue Property="Navigability">
 25611                <EnumMember>
 25612                  Org.OData.Capabilities.V1.NavigationType/Single
 25613                </EnumMember>
 25614              </PropertyValue>
 25615            </Record>
 25616          </Annotation>
 25617          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25618            <Record>
 25619              <PropertyValue Property="Insertable" Bool="false" />
 25620            </Record>
 25621          </Annotation>
 25622          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25623            <Record>
 25624              <PropertyValue Property="Updatable" Bool="false" />
 25625            </Record>
 25626          </Annotation>
 25627          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25628            <Record>
 25629              <PropertyValue Property="Deletable" Bool="false" />
 25630            </Record>
 25631          </Annotation>
 25632        </Annotations>
 25633        <Annotations Target="microsoft.graph.calendarGroup/calendars">
 25634          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25635            <Record>
 25636              <PropertyValue Property="Supported" Bool="false" />
 25637            </Record>
 25638          </Annotation>
 25639          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25640            <Record>
 25641              <PropertyValue Property="Expandable" Bool="false" />
 25642            </Record>
 25643          </Annotation>
 25644          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25645            <Record>
 25646              <PropertyValue Property="Searchable" Bool="false" />
 25647            </Record>
 25648          </Annotation>
 25649          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25650            <Record>
 25651              <PropertyValue Property="Navigability">
 25652                <EnumMember>
 25653                  Org.OData.Capabilities.V1.NavigationType/Single
 25654                </EnumMember>
 25655              </PropertyValue>
 25656            </Record>
 25657          </Annotation>
 25658        </Annotations>
 25659        <Annotations Target="microsoft.graph.event/attachments">
 25660          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25661            <Record>
 25662              <PropertyValue Property="Supported" Bool="false" />
 25663            </Record>
 25664          </Annotation>
 25665          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25666            <Record>
 25667              <PropertyValue Property="Searchable" Bool="false" />
 25668            </Record>
 25669          </Annotation>
 25670          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25671            <Record>
 25672              <PropertyValue Property="Updatable" Bool="false" />
 25673            </Record>
 25674          </Annotation>
 25675        </Annotations>
 25676        <Annotations Target="microsoft.graph.event/calendar">
 25677          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25678            <Record>
 25679              <PropertyValue Property="Supported" Bool="false" />
 25680            </Record>
 25681          </Annotation>
 25682          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25683            <Record>
 25684              <PropertyValue Property="Expandable" Bool="false" />
 25685            </Record>
 25686          </Annotation>
 25687          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25688            <Record>
 25689              <PropertyValue Property="Searchable" Bool="false" />
 25690            </Record>
 25691          </Annotation>
 25692          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25693            <Record>
 25694              <PropertyValue Property="Navigability">
 25695                <EnumMember>
 25696                  Org.OData.Capabilities.V1.NavigationType/Single
 25697                </EnumMember>
 25698              </PropertyValue>
 25699            </Record>
 25700          </Annotation>
 25701          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25702            <Record>
 25703              <PropertyValue Property="Insertable" Bool="false" />
 25704            </Record>
 25705          </Annotation>
 25706          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25707            <Record>
 25708              <PropertyValue Property="Updatable" Bool="false" />
 25709            </Record>
 25710          </Annotation>
 25711          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25712            <Record>
 25713              <PropertyValue Property="Deletable" Bool="false" />
 25714            </Record>
 25715          </Annotation>
 25716        </Annotations>
 25717        <Annotations Target="microsoft.graph.event/instances">
 25718          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25719            <Record>
 25720              <PropertyValue Property="Supported" Bool="false" />
 25721            </Record>
 25722          </Annotation>
 25723          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25724            <Record>
 25725              <PropertyValue Property="Expandable" Bool="false" />
 25726            </Record>
 25727          </Annotation>
 25728          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25729            <Record>
 25730              <PropertyValue Property="Searchable" Bool="false" />
 25731            </Record>
 25732          </Annotation>
 25733          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25734            <Record>
 25735              <PropertyValue Property="Navigability">
 25736                <EnumMember>
 25737                  Org.OData.Capabilities.V1.NavigationType/Single
 25738                </EnumMember>
 25739              </PropertyValue>
 25740            </Record>
 25741          </Annotation>
 25742          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25743            <Record>
 25744              <PropertyValue Property="Insertable" Bool="false" />
 25745            </Record>
 25746          </Annotation>
 25747          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25748            <Record>
 25749              <PropertyValue Property="Updatable" Bool="false" />
 25750            </Record>
 25751          </Annotation>
 25752          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25753            <Record>
 25754              <PropertyValue Property="Deletable" Bool="false" />
 25755            </Record>
 25756          </Annotation>
 25757        </Annotations>
 25758        <Annotations Target="microsoft.graph.event/extensions">
 25759          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25760            <Record>
 25761              <PropertyValue Property="Supported" Bool="false" />
 25762            </Record>
 25763          </Annotation>
 25764          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25765            <Record>
 25766              <PropertyValue Property="Searchable" Bool="false" />
 25767            </Record>
 25768          </Annotation>
 25769        </Annotations>
 25770        <Annotations Target="microsoft.graph.contact/photo">
 25771          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25772            <Record>
 25773              <PropertyValue Property="Supported" Bool="false" />
 25774            </Record>
 25775          </Annotation>
 25776          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25777            <Record>
 25778              <PropertyValue Property="Expandable" Bool="false" />
 25779            </Record>
 25780          </Annotation>
 25781          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25782            <Record>
 25783              <PropertyValue Property="Searchable" Bool="false" />
 25784            </Record>
 25785          </Annotation>
 25786          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25787            <Record>
 25788              <PropertyValue Property="Insertable" Bool="false" />
 25789            </Record>
 25790          </Annotation>
 25791          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25792            <Record>
 25793              <PropertyValue Property="Deletable" Bool="false" />
 25794            </Record>
 25795          </Annotation>
 25796        </Annotations>
 25797        <Annotations Target="microsoft.graph.contact/extensions">
 25798          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25799            <Record>
 25800              <PropertyValue Property="Supported" Bool="false" />
 25801            </Record>
 25802          </Annotation>
 25803          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25804            <Record>
 25805              <PropertyValue Property="Searchable" Bool="false" />
 25806            </Record>
 25807          </Annotation>
 25808        </Annotations>
 25809        <Annotations Target="microsoft.graph.contactFolder/contacts">
 25810          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25811            <Record>
 25812              <PropertyValue Property="Supported" Bool="true" />
 25813            </Record>
 25814          </Annotation>
 25815          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25816            <Record>
 25817              <PropertyValue Property="Searchable" Bool="false" />
 25818            </Record>
 25819          </Annotation>
 25820        </Annotations>
 25821        <Annotations Target="microsoft.graph.contactFolder/childFolders">
 25822          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25823            <Record>
 25824              <PropertyValue Property="Supported" Bool="false" />
 25825            </Record>
 25826          </Annotation>
 25827          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25828            <Record>
 25829              <PropertyValue Property="Searchable" Bool="false" />
 25830            </Record>
 25831          </Annotation>
 25832          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25833            <Record>
 25834              <PropertyValue Property="Navigability">
 25835                <EnumMember>
 25836                  Org.OData.Capabilities.V1.NavigationType/Single
 25837                </EnumMember>
 25838              </PropertyValue>
 25839            </Record>
 25840          </Annotation>
 25841        </Annotations>
 25842        <Annotations Target="microsoft.graph.inferenceClassification/overrides">
 25843          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25844            <Record>
 25845              <PropertyValue Property="Supported" Bool="false" />
 25846            </Record>
 25847          </Annotation>
 25848          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25849            <Record>
 25850              <PropertyValue Property="Expandable" Bool="false" />
 25851            </Record>
 25852          </Annotation>
 25853          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25854            <Record>
 25855              <PropertyValue Property="Searchable" Bool="false" />
 25856            </Record>
 25857          </Annotation>
 25858        </Annotations>
 25859        <Annotations Target="microsoft.graph.conversation/threads">
 25860          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25861            <Record>
 25862              <PropertyValue Property="Supported" Bool="false" />
 25863            </Record>
 25864          </Annotation>
 25865          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25866            <Record>
 25867              <PropertyValue Property="Searchable" Bool="false" />
 25868            </Record>
 25869          </Annotation>
 25870        </Annotations>
 25871        <Annotations Target="microsoft.graph.conversationThread/posts">
 25872          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25873            <Record>
 25874              <PropertyValue Property="Supported" Bool="false" />
 25875            </Record>
 25876          </Annotation>
 25877          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25878            <Record>
 25879              <PropertyValue Property="Searchable" Bool="false" />
 25880            </Record>
 25881          </Annotation>
 25882          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25883            <Record>
 25884              <PropertyValue Property="Insertable" Bool="false" />
 25885            </Record>
 25886          </Annotation>
 25887          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25888            <Record>
 25889              <PropertyValue Property="Deletable" Bool="false" />
 25890            </Record>
 25891          </Annotation>
 25892        </Annotations>
 25893        <Annotations Target="microsoft.graph.outlookTaskGroup/taskFolders">
 25894          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25895            <Record>
 25896              <PropertyValue Property="Supported" Bool="false" />
 25897            </Record>
 25898          </Annotation>
 25899          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25900            <Record>
 25901              <PropertyValue Property="Expandable" Bool="false" />
 25902            </Record>
 25903          </Annotation>
 25904          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25905            <Record>
 25906              <PropertyValue Property="Searchable" Bool="false" />
 25907            </Record>
 25908          </Annotation>
 25909          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25910            <Record>
 25911              <PropertyValue Property="Navigability">
 25912                <EnumMember>
 25913                  Org.OData.Capabilities.V1.NavigationType/Single
 25914                </EnumMember>
 25915              </PropertyValue>
 25916            </Record>
 25917          </Annotation>
 25918        </Annotations>
 25919        <Annotations Target="microsoft.graph.outlookTaskFolder/tasks">
 25920          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25921            <Record>
 25922              <PropertyValue Property="Supported" Bool="false" />
 25923            </Record>
 25924          </Annotation>
 25925          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 25926            <Record>
 25927              <PropertyValue Property="Expandable" Bool="false" />
 25928            </Record>
 25929          </Annotation>
 25930          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25931            <Record>
 25932              <PropertyValue Property="Searchable" Bool="false" />
 25933            </Record>
 25934          </Annotation>
 25935          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 25936            <Record>
 25937              <PropertyValue Property="Navigability">
 25938                <EnumMember>
 25939                  Org.OData.Capabilities.V1.NavigationType/Single
 25940                </EnumMember>
 25941              </PropertyValue>
 25942            </Record>
 25943          </Annotation>
 25944        </Annotations>
 25945        <Annotations Target="microsoft.graph.outlookTask/attachments">
 25946          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25947            <Record>
 25948              <PropertyValue Property="Supported" Bool="false" />
 25949            </Record>
 25950          </Annotation>
 25951          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25952            <Record>
 25953              <PropertyValue Property="Searchable" Bool="false" />
 25954            </Record>
 25955          </Annotation>
 25956          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25957            <Record>
 25958              <PropertyValue Property="Updatable" Bool="false" />
 25959            </Record>
 25960          </Annotation>
 25961        </Annotations>
 25962        <Annotations Target="microsoft.graph.itemAttachment/item">
 25963          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 25964            <Record>
 25965              <PropertyValue Property="Supported" Bool="false" />
 25966            </Record>
 25967          </Annotation>
 25968          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 25969            <Record>
 25970              <PropertyValue Property="Searchable" Bool="false" />
 25971            </Record>
 25972          </Annotation>
 25973          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 25974            <Record>
 25975              <PropertyValue Property="Insertable" Bool="false" />
 25976            </Record>
 25977          </Annotation>
 25978          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 25979            <Record>
 25980              <PropertyValue Property="Updatable" Bool="false" />
 25981            </Record>
 25982          </Annotation>
 25983          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 25984            <Record>
 25985              <PropertyValue Property="Deletable" Bool="false" />
 25986            </Record>
 25987          </Annotation>
 25988        </Annotations>
 25989        <Annotations Target="microsoft.graph.referenceAttachment/sourceUrl">
 25990          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 25991        </Annotations>
 25992        <Annotations Target="microsoft.graph.referenceAttachment/thumbnailUrl">
 25993          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 25994        </Annotations>
 25995        <Annotations Target="microsoft.graph.referenceAttachment/previewUrl">
 25996          <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
 25997        </Annotations>
 25998        <Annotations Target="microsoft.graph.post/inReplyTo">
 25999          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 26000            <Record>
 26001              <PropertyValue Property="Supported" Bool="false" />
 26002            </Record>
 26003          </Annotation>
 26004          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 26005            <Record>
 26006              <PropertyValue Property="Searchable" Bool="false" />
 26007            </Record>
 26008          </Annotation>
 26009          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 26010            <Record>
 26011              <PropertyValue Property="Navigability">
 26012                <EnumMember>
 26013                  Org.OData.Capabilities.V1.NavigationType/Single
 26014                </EnumMember>
 26015              </PropertyValue>
 26016            </Record>
 26017          </Annotation>
 26018          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 26019            <Record>
 26020              <PropertyValue Property="Insertable" Bool="false" />
 26021            </Record>
 26022          </Annotation>
 26023          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 26024            <Record>
 26025              <PropertyValue Property="Updatable" Bool="false" />
 26026            </Record>
 26027          </Annotation>
 26028          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 26029            <Record>
 26030              <PropertyValue Property="Deletable" Bool="false" />
 26031            </Record>
 26032          </Annotation>
 26033        </Annotations>
 26034        <Annotations Target="microsoft.graph.post/extensions">
 26035          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 26036            <Record>
 26037              <PropertyValue Property="Supported" Bool="false" />
 26038            </Record>
 26039          </Annotation>
 26040          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 26041            <Record>
 26042              <PropertyValue Property="Searchable" Bool="false" />
 26043            </Record>
 26044          </Annotation>
 26045        </Annotations>
 26046        <Annotations Target="microsoft.graph.post/attachments">
 26047          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 26048            <Record>
 26049              <PropertyValue Property="Supported" Bool="false" />
 26050            </Record>
 26051          </Annotation>
 26052          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 26053            <Record>
 26054              <PropertyValue Property="Searchable" Bool="false" />
 26055            </Record>
 26056          </Annotation>
 26057          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 26058            <Record>
 26059              <PropertyValue Property="Updatable" Bool="false" />
 26060            </Record>
 26061          </Annotation>
 26062        </Annotations>
 26063        <Annotations Target="microsoft.graph.post/mentions">
 26064          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 26065            <Record>
 26066              <PropertyValue Property="Supported" Bool="false" />
 26067            </Record>
 26068          </Annotation>
 26069          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 26070            <Record>
 26071              <PropertyValue Property="Searchable" Bool="false" />
 26072            </Record>
 26073          </Annotation>
 26074          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 26075            <Record>
 26076              <PropertyValue Property="Updatable" Bool="false" />
 26077            </Record>
 26078          </Annotation>
 26079        </Annotations>
 26080        <Annotations Target="microsoft.graph.agreement">
 26081          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26082            <Record>
 26083              <PropertyValue Property="Filterable" Bool="false" />
 26084            </Record>
 26085          </Annotation>
 26086          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 26087            <Record>
 26088              <PropertyValue Property="Sortable" Bool="false" />
 26089            </Record>
 26090          </Annotation>
 26091          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26092            <Record>
 26093              <PropertyValue Property="Selectable" Bool="false" />
 26094            </Record>
 26095          </Annotation>
 26096          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26097            <Record>
 26098              <PropertyValue Property="Countable" Bool="false" />
 26099            </Record>
 26100          </Annotation>
 26101          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 26102          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 26103        </Annotations>
 26104        <Annotations Target="microsoft.graph.agreementFile">
 26105          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 26106            <Record>
 26107              <PropertyValue Property="Expandable" Bool="false" />
 26108            </Record>
 26109          </Annotation>
 26110          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26111            <Record>
 26112              <PropertyValue Property="Filterable" Bool="false" />
 26113            </Record>
 26114          </Annotation>
 26115          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 26116            <Record>
 26117              <PropertyValue Property="Sortable" Bool="false" />
 26118            </Record>
 26119          </Annotation>
 26120          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26121            <Record>
 26122              <PropertyValue Property="Selectable" Bool="false" />
 26123            </Record>
 26124          </Annotation>
 26125          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26126            <Record>
 26127              <PropertyValue Property="Countable" Bool="false" />
 26128            </Record>
 26129          </Annotation>
 26130          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 26131          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 26132        </Annotations>
 26133        <Annotations Target="microsoft.graph.identityRiskEvent">
 26134          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 26135            <Record>
 26136              <PropertyValue Property="Expandable" Bool="true" />
 26137            </Record>
 26138          </Annotation>
 26139          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 26140            <Record>
 26141              <PropertyValue Property="Referenceable" Bool="true" />
 26142            </Record>
 26143          </Annotation>
 26144          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26145            <Record>
 26146              <PropertyValue Property="Selectable" Bool="true" />
 26147            </Record>
 26148          </Annotation>
 26149          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26150            <Record>
 26151              <PropertyValue Property="Countable" Bool="true" />
 26152            </Record>
 26153          </Annotation>
 26154          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26155            <Record>
 26156              <PropertyValue Property="Filterable" Bool="true" />
 26157            </Record>
 26158          </Annotation>
 26159          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 26160          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 26161        </Annotations>
 26162        <Annotations Target="microsoft.graph.riskDetection">
 26163          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26164            <Record>
 26165              <PropertyValue Property="Selectable" Bool="true" />
 26166            </Record>
 26167          </Annotation>
 26168          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26169            <Record>
 26170              <PropertyValue Property="Countable" Bool="false" />
 26171            </Record>
 26172          </Annotation>
 26173          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26174            <Record>
 26175              <PropertyValue Property="Filterable" Bool="true" />
 26176            </Record>
 26177          </Annotation>
 26178          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 26179          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 26180        </Annotations>
 26181        <Annotations Target="microsoft.graph.namedLocation">
 26182          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 26183            <Record>
 26184              <PropertyValue Property="Expandable" Bool="false" />
 26185            </Record>
 26186          </Annotation>
 26187          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 26188            <Record>
 26189              <PropertyValue Property="Referenceable" Bool="false" />
 26190            </Record>
 26191          </Annotation>
 26192          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26193            <Record>
 26194              <PropertyValue Property="Selectable" Bool="true" />
 26195            </Record>
 26196          </Annotation>
 26197          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26198            <Record>
 26199              <PropertyValue Property="Countable" Bool="true" />
 26200            </Record>
 26201          </Annotation>
 26202          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26203            <Record>
 26204              <PropertyValue Property="Filterable" Bool="true" />
 26205            </Record>
 26206          </Annotation>
 26207          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 26208          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 26209        </Annotations>
 26210        <Annotations Target="microsoft.graph.conditionalAccessPolicy">
 26211          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 26212            <Record>
 26213              <PropertyValue Property="Expandable" Bool="false" />
 26214            </Record>
 26215          </Annotation>
 26216          <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
 26217            <Record>
 26218              <PropertyValue Property="Referenceable" Bool="false" />
 26219            </Record>
 26220          </Annotation>
 26221          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26222            <Record>
 26223              <PropertyValue Property="Selectable" Bool="true" />
 26224            </Record>
 26225          </Annotation>
 26226          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26227            <Record>
 26228              <PropertyValue Property="Countable" Bool="true" />
 26229            </Record>
 26230          </Annotation>
 26231          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26232            <Record>
 26233              <PropertyValue Property="Filterable" Bool="true" />
 26234            </Record>
 26235          </Annotation>
 26236          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 26237          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 26238        </Annotations>
 26239        <Annotations Target="microsoft.graph.riskyUser">
 26240          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26241            <Record>
 26242              <PropertyValue Property="Selectable" Bool="true" />
 26243            </Record>
 26244          </Annotation>
 26245          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 26246            <Record>
 26247              <PropertyValue Property="Countable" Bool="true" />
 26248            </Record>
 26249          </Annotation>
 26250          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26251            <Record>
 26252              <PropertyValue Property="Filterable" Bool="true" />
 26253            </Record>
 26254          </Annotation>
 26255        </Annotations>
 26256        <Annotations Target="microsoft.graph.riskyUserHistoryItem">
 26257          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 26258            <Record>
 26259              <PropertyValue Property="Selectable" Bool="true" />
 26260            </Record>
 26261          </Annotation>
 26262          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 26263            <Record>
 26264              <PropertyValue Property="Filterable" Bool="true" />
 26265            </Record>
 26266          </Annotation>
 26267        </Annotations>
 26268        <Annotations Target="microsoft.graph.deviceManagement">
 26269          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for Android for Work settings functionality under device management." />
 26270          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." />
 26271          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device and app management functionality." />
 26272          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26273          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26274          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26275          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a Container for all device management functionality" />
 26276          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26277          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
 26278          <Annotation Term="Org.OData.Core.V1.Description" String="The deviceManagement resource represents a tenant's collection device identities that have been pre-staged in Intune, and the enrollment profiles that may be assigned to device identities that support pre-enrollment configuration." />
 26279          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26280          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26281          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26282          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26283          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all domain join connector entities" />
 26284          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26285          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26286          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26287          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26288          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26289          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26290          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26291          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
 26292          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of UserPFXCertificate entities." />
 26293        </Annotations>
 26294        <Annotations Target="microsoft.graph.auditEvent">
 26295          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Event." />
 26296        </Annotations>
 26297        <Annotations Target="microsoft.graph.deviceManagement/auditEvents">
 26298          <Annotation Term="Org.OData.Core.V1.Description" String="The Audit Events" />
 26299        </Annotations>
 26300        <Annotations Target="microsoft.graph.androidForWorkSettings">
 26301          <Annotation Term="Org.OData.Core.V1.Description" String="Settings for Android For Work." />
 26302        </Annotations>
 26303        <Annotations Target="microsoft.graph.deviceManagement/androidForWorkSettings">
 26304          <Annotation Term="Org.OData.Core.V1.Description" String="The singleton Android for Work settings entity." />
 26305        </Annotations>
 26306        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema">
 26307          <Annotation Term="Org.OData.Core.V1.Description" String="Schema describing an Android for Work application's custom configurations." />
 26308        </Annotations>
 26309        <Annotations Target="microsoft.graph.deviceManagement/androidForWorkAppConfigurationSchemas">
 26310          <Annotation Term="Org.OData.Core.V1.Description" String="Android for Work app configuration schema entities." />
 26311        </Annotations>
 26312        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile">
 26313          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Profile used to enroll COSU devices using Google's Cloud Management." />
 26314        </Annotations>
 26315        <Annotations Target="microsoft.graph.deviceManagement/androidForWorkEnrollmentProfiles">
 26316          <Annotation Term="Org.OData.Core.V1.Description" String="Android for Work enrollment profile entities." />
 26317        </Annotations>
 26318        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings">
 26319          <Annotation Term="Org.OData.Core.V1.Description" String="Enterprise settings for an Android managed store account." />
 26320        </Annotations>
 26321        <Annotations Target="microsoft.graph.deviceManagement/androidManagedStoreAccountEnterpriseSettings">
 26322          <Annotation Term="Org.OData.Core.V1.Description" String="The singleton Android managed store account enterprise settings entity." />
 26323        </Annotations>
 26324        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema">
 26325          <Annotation Term="Org.OData.Core.V1.Description" String="Schema describing an Android application's custom configurations." />
 26326        </Annotations>
 26327        <Annotations Target="microsoft.graph.deviceManagement/androidManagedStoreAppConfigurationSchemas">
 26328          <Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration schema entities." />
 26329        </Annotations>
 26330        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile">
 26331          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Profile used to enroll COSU devices using Google's Cloud Management." />
 26332        </Annotations>
 26333        <Annotations Target="microsoft.graph.deviceManagement/androidDeviceOwnerEnrollmentProfiles">
 26334          <Annotation Term="Org.OData.Core.V1.Description" String="Android device owner enrollment profile entities." />
 26335        </Annotations>
 26336        <Annotations Target="microsoft.graph.termsAndConditions">
 26337          <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." />
 26338        </Annotations>
 26339        <Annotations Target="microsoft.graph.deviceManagement/termsAndConditions">
 26340          <Annotation Term="Org.OData.Core.V1.Description" String="The terms and conditions associated with device management of the company." />
 26341        </Annotations>
 26342        <Annotations Target="microsoft.graph.deviceManagementSettings/deviceComplianceCheckinThresholdDays">
 26343          <Annotation Term="Org.OData.Core.V1.Description" String="The number of days a device is allowed to go without checking in to remain compliant." />
 26344        </Annotations>
 26345        <Annotations Target="microsoft.graph.deviceManagementSettings/isScheduledActionEnabled">
 26346          <Annotation Term="Org.OData.Core.V1.Description" String="Is feature enabled or not for scheduled action for rule." />
 26347        </Annotations>
 26348        <Annotations Target="microsoft.graph.deviceManagementSettings/secureByDefault">
 26349          <Annotation Term="Org.OData.Core.V1.Description" String="Device should be noncompliant when there is no compliance policy targeted when this is true" />
 26350        </Annotations>
 26351        <Annotations Target="microsoft.graph.deviceManagementSettings/enhancedJailBreak">
 26352          <Annotation Term="Org.OData.Core.V1.Description" String="Is feature enabled or not for enhanced jailbreak detection." />
 26353        </Annotations>
 26354        <Annotations Target="microsoft.graph.deviceManagementSettings/deviceInactivityBeforeRetirementInDay">
 26355          <Annotation Term="Org.OData.Core.V1.Description" String="When the device does not check in for specified number of days, the company data might be removed and the device will not be under management. Valid values 30 to 270" />
 26356        </Annotations>
 26357        <Annotations Target="microsoft.graph.deviceManagementSettings/derivedCredentialProvider">
 26358          <Annotation Term="Org.OData.Core.V1.Description" String="The Derived Credential Provider to use for this account." />
 26359        </Annotations>
 26360        <Annotations Target="microsoft.graph.deviceManagementSettings/derivedCredentialUrl">
 26361          <Annotation Term="Org.OData.Core.V1.Description" String="The Derived Credential Provider self-service URI." />
 26362        </Annotations>
 26363        <Annotations Target="microsoft.graph.deviceManagementSettings/androidDeviceAdministratorEnrollmentEnabled">
 26364          <Annotation Term="Org.OData.Core.V1.Description" String="The property to determine if Android device administrator enrollment is enabled for this account." />
 26365        </Annotations>
 26366        <Annotations Target="microsoft.graph.deviceManagement/settings">
 26367          <Annotation Term="Org.OData.Core.V1.Description" String="Account level settings." />
 26368        </Annotations>
 26369        <Annotations Target="microsoft.graph.deviceManagement/maximumDepTokens">
 26370          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of dep tokens allowed per-tenant." />
 26371        </Annotations>
 26372        <Annotations Target="microsoft.graph.deviceManagement/intuneAccountId">
 26373          <Annotation Term="Org.OData.Core.V1.Description" String="Intune Account Id for given tenant" />
 26374        </Annotations>
 26375        <Annotations Target="microsoft.graph.deviceManagement/lastReportAggregationDateTime">
 26376          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 26377          <Annotation Term="Org.OData.Core.V1.Permissions">
 26378            <EnumMember>
 26379              Org.OData.Core.V1.Permission/Read
 26380            </EnumMember>
 26381          </Annotation>
 26382          <Annotation Term="Org.OData.Core.V1.Description" String="The last modified time of reporting for this account. This property is read-only." />
 26383        </Annotations>
 26384        <Annotations Target="microsoft.graph.deviceManagement/deviceComplianceReportSummarizationDateTime">
 26385          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 26386          <Annotation Term="Org.OData.Core.V1.Permissions">
 26387            <EnumMember>
 26388              Org.OData.Core.V1.Permission/Read
 26389            </EnumMember>
 26390          </Annotation>
 26391          <Annotation Term="Org.OData.Core.V1.Description" String="The last requested time of device compliance reporting for this account. This property is read-only." />
 26392        </Annotations>
 26393        <Annotations Target="microsoft.graph.deviceManagement/legacyPcManangementEnabled">
 26394          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 26395          <Annotation Term="Org.OData.Core.V1.Permissions">
 26396            <EnumMember>
 26397              Org.OData.Core.V1.Permission/Read
 26398            </EnumMember>
 26399          </Annotation>
 26400          <Annotation Term="Org.OData.Core.V1.Description" String="The property to enable Non-MDM managed legacy PC management for this account. This property is read-only." />
 26401        </Annotations>
 26402        <Annotations Target="microsoft.graph.deviceConfiguration">
 26403          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
 26404        </Annotations>
 26405        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurations">
 26406          <Annotation Term="Org.OData.Core.V1.Description" String="The device configurations." />
 26407        </Annotations>
 26408        <Annotations Target="microsoft.graph.deviceCompliancePolicy">
 26409          <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. " />
 26410        </Annotations>
 26411        <Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicies">
 26412          <Annotation Term="Org.OData.Core.V1.Description" String="The device compliance policies." />
 26413        </Annotations>
 26414        <Annotations Target="microsoft.graph.deviceManagement/softwareUpdateStatusSummary">
 26415          <Annotation Term="Org.OData.Core.V1.Description" String="The software update status summary." />
 26416        </Annotations>
 26417        <Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicyDeviceStateSummary">
 26418          <Annotation Term="Org.OData.Core.V1.Description" String="The device compliance state summary for this account." />
 26419        </Annotations>
 26420        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary">
 26421          <Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy Setting State summary across the account." />
 26422        </Annotations>
 26423        <Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicySettingStateSummaries">
 26424          <Annotation Term="Org.OData.Core.V1.Description" String="The summary states of compliance policy settings for this account." />
 26425        </Annotations>
 26426        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary">
 26427          <Annotation Term="Org.OData.Core.V1.Description" String="Windows defender advanced threat protection onboarding state summary across the account." />
 26428        </Annotations>
 26429        <Annotations Target="microsoft.graph.deviceManagement/advancedThreatProtectionOnboardingStateSummary">
 26430          <Annotation Term="Org.OData.Core.V1.Description" String="The summary state of ATP onboarding state for this account." />
 26431        </Annotations>
 26432        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationDeviceStateSummaries">
 26433          <Annotation Term="Org.OData.Core.V1.Description" String="The device configuration device state summary for this account." />
 26434        </Annotations>
 26435        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationUserStateSummaries">
 26436          <Annotation Term="Org.OData.Core.V1.Description" String="The device configuration user state summary for this account." />
 26437        </Annotations>
 26438        <Annotations Target="microsoft.graph.cartToClassAssociation">
 26439          <Annotation Term="Org.OData.Core.V1.Description" String="CartToClassAssociation for associating device carts with classrooms." />
 26440        </Annotations>
 26441        <Annotations Target="microsoft.graph.deviceManagement/cartToClassAssociations">
 26442          <Annotation Term="Org.OData.Core.V1.Description" String="The Cart To Class Associations." />
 26443        </Annotations>
 26444        <Annotations Target="microsoft.graph.deviceManagement/iosUpdateStatuses">
 26445          <Annotation Term="Org.OData.Core.V1.Description" String="The IOS software update installation statuses for this account." />
 26446        </Annotations>
 26447        <Annotations Target="microsoft.graph.ndesConnector">
 26448          <Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents an OnPrem Ndes connector." />
 26449        </Annotations>
 26450        <Annotations Target="microsoft.graph.deviceManagement/ndesConnectors">
 26451          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of Ndes connectors for this account." />
 26452        </Annotations>
 26453        <Annotations Target="microsoft.graph.restrictedAppsViolation">
 26454          <Annotation Term="Org.OData.Core.V1.Description" String="Violation of restricted apps configuration profile per device per user" />
 26455        </Annotations>
 26456        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationRestrictedAppsViolations">
 26457          <Annotation Term="Org.OData.Core.V1.Description" String="Restricted apps violations for this account." />
 26458        </Annotations>
 26459        <Annotations Target="microsoft.graph.managedDeviceEncryptionState">
 26460          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption report per device" />
 26461        </Annotations>
 26462        <Annotations Target="microsoft.graph.deviceManagement/managedDeviceEncryptionStates">
 26463          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption report for devices in this account" />
 26464        </Annotations>
 26465        <Annotations Target="microsoft.graph.deviceConfigurationConflictSummary">
 26466          <Annotation Term="Org.OData.Core.V1.Description" String="Conflict summary for a set of device configuration policies." />
 26467        </Annotations>
 26468        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationConflictSummary">
 26469          <Annotation Term="Org.OData.Core.V1.Description" String="Summary of policies in conflict state for this account." />
 26470        </Annotations>
 26471        <Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates">
 26472          <Annotation Term="Org.OData.Core.V1.Description" String="Summary of all certificates for all devices." />
 26473        </Annotations>
 26474        <Annotations Target="microsoft.graph.intuneBrand/displayName">
 26475          <Annotation Term="Org.OData.Core.V1.Description" String="Company/organization name that is displayed to end users." />
 26476        </Annotations>
 26477        <Annotations Target="microsoft.graph.rgbColor/r">
 26478          <Annotation Term="Org.OData.Core.V1.Description" String="Red value" />
 26479        </Annotations>
 26480        <Annotations Target="microsoft.graph.rgbColor/g">
 26481          <Annotation Term="Org.OData.Core.V1.Description" String="Green value" />
 26482        </Annotations>
 26483        <Annotations Target="microsoft.graph.rgbColor/b">
 26484          <Annotation Term="Org.OData.Core.V1.Description" String="Blue value" />
 26485        </Annotations>
 26486        <Annotations Target="microsoft.graph.intuneBrand/themeColor">
 26487          <Annotation Term="Org.OData.Core.V1.Description" String="Primary theme color used in the Company Portal applications and web portal." />
 26488        </Annotations>
 26489        <Annotations Target="microsoft.graph.intuneBrand/showLogo">
 26490          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied logo images are shown or not shown." />
 26491        </Annotations>
 26492        <Annotations Target="microsoft.graph.mimeContent/type">
 26493          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the content mime type." />
 26494        </Annotations>
 26495        <Annotations Target="microsoft.graph.mimeContent/value">
 26496          <Annotation Term="Org.OData.Core.V1.Description" String="The byte array that contains the actual content." />
 26497        </Annotations>
 26498        <Annotations Target="microsoft.graph.intuneBrand/lightBackgroundLogo">
 26499          <Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a light background behind the logo." />
 26500        </Annotations>
 26501        <Annotations Target="microsoft.graph.intuneBrand/darkBackgroundLogo">
 26502          <Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a dark background behind the logo." />
 26503        </Annotations>
 26504        <Annotations Target="microsoft.graph.intuneBrand/showNameNextToLogo">
 26505          <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." />
 26506        </Annotations>
 26507        <Annotations Target="microsoft.graph.intuneBrand/landingPageCustomizedImage">
 26508          <Annotation Term="Org.OData.Core.V1.Description" String="Customized image displayed in Company Portal app landing page" />
 26509        </Annotations>
 26510        <Annotations Target="microsoft.graph.intuneBrand/showDisplayNameNextToLogo">
 26511          <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." />
 26512        </Annotations>
 26513        <Annotations Target="microsoft.graph.intuneBrand/contactITName">
 26514          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the person/organization responsible for IT support." />
 26515        </Annotations>
 26516        <Annotations Target="microsoft.graph.intuneBrand/contactITPhoneNumber">
 26517          <Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the person/organization responsible for IT support." />
 26518        </Annotations>
 26519        <Annotations Target="microsoft.graph.intuneBrand/contactITEmailAddress">
 26520          <Annotation Term="Org.OData.Core.V1.Description" String="Email address of the person/organization responsible for IT support." />
 26521        </Annotations>
 26522        <Annotations Target="microsoft.graph.intuneBrand/contactITNotes">
 26523          <Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding the person/organization responsible for IT support." />
 26524        </Annotations>
 26525        <Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteUrl">
 26526          <Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s IT helpdesk site." />
 26527        </Annotations>
 26528        <Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteName">
 26529          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the company/organization’s IT helpdesk site." />
 26530        </Annotations>
 26531        <Annotations Target="microsoft.graph.intuneBrand/privacyUrl">
 26532          <Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s privacy policy." />
 26533        </Annotations>
 26534        <Annotations Target="microsoft.graph.intuneBrand/customPrivacyMessage">
 26535          <Annotation Term="Org.OData.Core.V1.Description" String="Custom privacy message." />
 26536        </Annotations>
 26537        <Annotations Target="microsoft.graph.intuneBrand/isRemoveDeviceDisabled">
 26538          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices." />
 26539        </Annotations>
 26540        <Annotations Target="microsoft.graph.intuneBrand/isFactoryResetDisabled">
 26541          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices." />
 26542        </Annotations>
 26543        <Annotations Target="microsoft.graph.companyPortalBlockedAction/platform">
 26544          <Annotation Term="Org.OData.Core.V1.Description" String="Device OS/Platform" />
 26545        </Annotations>
 26546        <Annotations Target="microsoft.graph.companyPortalBlockedAction/ownerType">
 26547          <Annotation Term="Org.OData.Core.V1.Description" String="Device ownership type" />
 26548        </Annotations>
 26549        <Annotations Target="microsoft.graph.companyPortalBlockedAction/action">
 26550          <Annotation Term="Org.OData.Core.V1.Description" String="Device Action" />
 26551        </Annotations>
 26552        <Annotations Target="microsoft.graph.intuneBrand/companyPortalBlockedActions">
 26553          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked actions on the company portal as per platform and device ownership types." />
 26554        </Annotations>
 26555        <Annotations Target="microsoft.graph.intuneBrand/showAzureADEnterpriseApps">
 26556          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal" />
 26557        </Annotations>
 26558        <Annotations Target="microsoft.graph.intuneBrand/showOfficeWebApps">
 26559          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Office WebApps will be shown in Company Portal" />
 26560        </Annotations>
 26561        <Annotations Target="microsoft.graph.deviceManagement/intuneBrand">
 26562          <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." />
 26563        </Annotations>
 26564        <Annotations Target="microsoft.graph.deviceCategory">
 26565          <Annotation Term="Org.OData.Core.V1.Description" String="Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories." />
 26566        </Annotations>
 26567        <Annotations Target="microsoft.graph.deviceManagement/deviceCategories">
 26568          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device categories with the tenant." />
 26569        </Annotations>
 26570        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector">
 26571          <Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to an Exchange environment." />
 26572        </Annotations>
 26573        <Annotations Target="microsoft.graph.deviceManagement/exchangeConnectors">
 26574          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Exchange Connectors configured by the tenant." />
 26575        </Annotations>
 26576        <Annotations Target="microsoft.graph.deviceManagement/deviceEnrollmentConfigurations">
 26577          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device enrollment configurations" />
 26578        </Annotations>
 26579        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy">
 26580          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity which represents the Exchange OnPremises policy configured for a tenant." />
 26581        </Annotations>
 26582        <Annotations Target="microsoft.graph.deviceManagement/exchangeOnPremisesPolicy">
 26583          <Annotation Term="Org.OData.Core.V1.Description" String="The policy which controls mobile device access to Exchange On Premises" />
 26584        </Annotations>
 26585        <Annotations Target="microsoft.graph.deviceManagement/exchangeOnPremisesPolicies">
 26586          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Exchange On Premisis policies configured by the tenant." />
 26587        </Annotations>
 26588        <Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings">
 26589          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant." />
 26590        </Annotations>
 26591        <Annotations Target="microsoft.graph.deviceManagement/conditionalAccessSettings">
 26592          <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" />
 26593        </Annotations>
 26594        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector">
 26595          <Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to Mobile threat defense partner." />
 26596        </Annotations>
 26597        <Annotations Target="microsoft.graph.deviceManagement/mobileThreatDefenseConnectors">
 26598          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Mobile threat Defense connectors configured by the tenant." />
 26599        </Annotations>
 26600        <Annotations Target="microsoft.graph.deviceManagementPartner">
 26601          <Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to device management partner." />
 26602        </Annotations>
 26603        <Annotations Target="microsoft.graph.deviceManagement/deviceManagementPartners">
 26604          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Device Management Partners configured by the tenant." />
 26605        </Annotations>
 26606        <Annotations Target="microsoft.graph.complianceManagementPartner">
 26607          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance management partner for all platforms" />
 26608        </Annotations>
 26609        <Annotations Target="microsoft.graph.deviceManagement/complianceManagementPartners">
 26610          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Compliance Management Partners configured by the tenant." />
 26611        </Annotations>
 26612        <Annotations Target="microsoft.graph.deviceManagementIntent">
 26613          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents an intent to apply settings to a device" />
 26614        </Annotations>
 26615        <Annotations Target="microsoft.graph.deviceManagement/intents">
 26616          <Annotation Term="Org.OData.Core.V1.Description" String="The device management intents" />
 26617        </Annotations>
 26618        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition">
 26619          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a given setting" />
 26620        </Annotations>
 26621        <Annotations Target="microsoft.graph.deviceManagement/settingDefinitions">
 26622          <Annotation Term="Org.OData.Core.V1.Description" String="The device management intent setting definitions" />
 26623        </Annotations>
 26624        <Annotations Target="microsoft.graph.deviceManagementTemplate">
 26625          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents a defined collection of device settings" />
 26626        </Annotations>
 26627        <Annotations Target="microsoft.graph.deviceManagement/templates">
 26628          <Annotation Term="Org.OData.Core.V1.Description" String="The available templates" />
 26629        </Annotations>
 26630        <Annotations Target="microsoft.graph.deviceManagementSettingCategory">
 26631          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a setting category" />
 26632        </Annotations>
 26633        <Annotations Target="microsoft.graph.deviceManagement/categories">
 26634          <Annotation Term="Org.OData.Core.V1.Description" String="The available categories" />
 26635        </Annotations>
 26636        <Annotations Target="microsoft.graph.deviceManagement/subscriptionState">
 26637          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." />
 26638        </Annotations>
 26639        <Annotations Target="microsoft.graph.deviceManagement/subscriptions">
 26640          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant's Subscription." />
 26641        </Annotations>
 26642        <Annotations Target="microsoft.graph.managedDeviceCleanupSettings/deviceInactivityBeforeRetirementInDays">
 26643          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days when the device has not contacted Intune." />
 26644        </Annotations>
 26645        <Annotations Target="microsoft.graph.deviceManagement/managedDeviceCleanupSettings">
 26646          <Annotation Term="Org.OData.Core.V1.Description" String="Device cleanup rule" />
 26647        </Annotations>
 26648        <Annotations Target="microsoft.graph.adminConsent/shareAPNSData">
 26649          <Annotation Term="Org.OData.Core.V1.Description" String="The admin consent state of sharing user and device data to Apple." />
 26650        </Annotations>
 26651        <Annotations Target="microsoft.graph.adminConsent/shareUserExperienceAnalyticsData">
 26652          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the admin consent for sharing User experience analytics data." />
 26653        </Annotations>
 26654        <Annotations Target="microsoft.graph.deviceManagement/adminConsent">
 26655          <Annotation Term="Org.OData.Core.V1.Description" String="Admin consent information." />
 26656        </Annotations>
 26657        <Annotations Target="microsoft.graph.deviceProtectionOverview/totalReportedDeviceCount">
 26658          <Annotation Term="Org.OData.Core.V1.Description" String="Total device count." />
 26659        </Annotations>
 26660        <Annotations Target="microsoft.graph.deviceProtectionOverview/inactiveThreatAgentDeviceCount">
 26661          <Annotation Term="Org.OData.Core.V1.Description" String="Device with inactive threat agent count" />
 26662        </Annotations>
 26663        <Annotations Target="microsoft.graph.deviceProtectionOverview/unknownStateThreatAgentDeviceCount">
 26664          <Annotation Term="Org.OData.Core.V1.Description" String="Device with threat agent state as unknown count." />
 26665        </Annotations>
 26666        <Annotations Target="microsoft.graph.deviceProtectionOverview/pendingSignatureUpdateDeviceCount">
 26667          <Annotation Term="Org.OData.Core.V1.Description" String="Device with old signature count." />
 26668        </Annotations>
 26669        <Annotations Target="microsoft.graph.deviceProtectionOverview/cleanDeviceCount">
 26670          <Annotation Term="Org.OData.Core.V1.Description" String="Clean device count." />
 26671        </Annotations>
 26672        <Annotations Target="microsoft.graph.deviceProtectionOverview/pendingFullScanDeviceCount">
 26673          <Annotation Term="Org.OData.Core.V1.Description" String="Pending full scan device count." />
 26674        </Annotations>
 26675        <Annotations Target="microsoft.graph.deviceProtectionOverview/pendingRestartDeviceCount">
 26676          <Annotation Term="Org.OData.Core.V1.Description" String="Pending restart device count." />
 26677        </Annotations>
 26678        <Annotations Target="microsoft.graph.deviceProtectionOverview/pendingManualStepsDeviceCount">
 26679          <Annotation Term="Org.OData.Core.V1.Description" String="Pending manual steps device count." />
 26680        </Annotations>
 26681        <Annotations Target="microsoft.graph.deviceProtectionOverview/pendingOfflineScanDeviceCount">
 26682          <Annotation Term="Org.OData.Core.V1.Description" String="Pending offline scan device count." />
 26683        </Annotations>
 26684        <Annotations Target="microsoft.graph.deviceProtectionOverview/criticalFailuresDeviceCount">
 26685          <Annotation Term="Org.OData.Core.V1.Description" String="Critical failures device count." />
 26686        </Annotations>
 26687        <Annotations Target="microsoft.graph.deviceManagement/deviceProtectionOverview">
 26688          <Annotation Term="Org.OData.Core.V1.Description" String="Device protection overview." />
 26689        </Annotations>
 26690        <Annotations Target="microsoft.graph.windowsMalwareOverview/malwareDetectedDeviceCount">
 26691          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detected in the last 30 days" />
 26692        </Annotations>
 26693        <Annotations Target="microsoft.graph.windowsMalwareStateCount/state">
 26694          <Annotation Term="Org.OData.Core.V1.Description" String="Malware Threat State" />
 26695        </Annotations>
 26696        <Annotations Target="microsoft.graph.windowsMalwareStateCount/deviceCount">
 26697          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware State" />
 26698        </Annotations>
 26699        <Annotations Target="microsoft.graph.windowsMalwareStateCount/lastUpdateDateTime">
 26700          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" />
 26701        </Annotations>
 26702        <Annotations Target="microsoft.graph.windowsMalwareOverview/malwareStateSummary">
 26703          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices per malware state" />
 26704        </Annotations>
 26705        <Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/executionState">
 26706          <Annotation Term="Org.OData.Core.V1.Description" String="Malware execution state" />
 26707        </Annotations>
 26708        <Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/deviceCount">
 26709          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware execution state" />
 26710        </Annotations>
 26711        <Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/lastUpdateDateTime">
 26712          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" />
 26713        </Annotations>
 26714        <Annotations Target="microsoft.graph.windowsMalwareOverview/malwareExecutionStateSummary">
 26715          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices per malware execution state" />
 26716        </Annotations>
 26717        <Annotations Target="microsoft.graph.windowsMalwareCategoryCount/category">
 26718          <Annotation Term="Org.OData.Core.V1.Description" String="Malware category" />
 26719        </Annotations>
 26720        <Annotations Target="microsoft.graph.windowsMalwareCategoryCount/deviceCount">
 26721          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware category" />
 26722        </Annotations>
 26723        <Annotations Target="microsoft.graph.windowsMalwareCategoryCount/lastUpdateDateTime">
 26724          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" />
 26725        </Annotations>
 26726        <Annotations Target="microsoft.graph.windowsMalwareOverview/malwareCategorySummary">
 26727          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices per malware category" />
 26728        </Annotations>
 26729        <Annotations Target="microsoft.graph.windowsMalwareNameCount/malwareIdentifier">
 26730          <Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier. This is malware identifier" />
 26731        </Annotations>
 26732        <Annotations Target="microsoft.graph.windowsMalwareNameCount/name">
 26733          <Annotation Term="Org.OData.Core.V1.Description" String="Malware name" />
 26734        </Annotations>
 26735        <Annotations Target="microsoft.graph.windowsMalwareNameCount/deviceCount">
 26736          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware dectected for this malware" />
 26737        </Annotations>
 26738        <Annotations Target="microsoft.graph.windowsMalwareNameCount/lastUpdateDateTime">
 26739          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" />
 26740        </Annotations>
 26741        <Annotations Target="microsoft.graph.windowsMalwareOverview/malwareNameSummary">
 26742          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices per malware" />
 26743        </Annotations>
 26744        <Annotations Target="microsoft.graph.osVersionCount/osVersion">
 26745          <Annotation Term="Org.OData.Core.V1.Description" String="OS version" />
 26746        </Annotations>
 26747        <Annotations Target="microsoft.graph.osVersionCount/deviceCount">
 26748          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware for the OS version" />
 26749        </Annotations>
 26750        <Annotations Target="microsoft.graph.osVersionCount/lastUpdateDateTime">
 26751          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" />
 26752        </Annotations>
 26753        <Annotations Target="microsoft.graph.windowsMalwareOverview/osVersionsSummary">
 26754          <Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware per windows OS version" />
 26755        </Annotations>
 26756        <Annotations Target="microsoft.graph.deviceManagement/windowsMalwareOverview">
 26757          <Annotation Term="Org.OData.Core.V1.Description" String="Malware overview for windows devices." />
 26758        </Annotations>
 26759        <Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime">
 26760          <Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." />
 26761        </Annotations>
 26762        <Annotations Target="microsoft.graph.remoteActionAudit">
 26763          <Annotation Term="Org.OData.Core.V1.Description" String="Report of remote actions initiated on the devices belonging to a certain tenant." />
 26764        </Annotations>
 26765        <Annotations Target="microsoft.graph.deviceManagement/remoteActionAudits">
 26766          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device remote action audits with the tenant." />
 26767        </Annotations>
 26768        <Annotations Target="microsoft.graph.applePushNotificationCertificate">
 26769          <Annotation Term="Org.OData.Core.V1.Description" String="Apple push notification certificate." />
 26770        </Annotations>
 26771        <Annotations Target="microsoft.graph.deviceManagement/applePushNotificationCertificate">
 26772          <Annotation Term="Org.OData.Core.V1.Description" String="Apple push notification certificate." />
 26773        </Annotations>
 26774        <Annotations Target="microsoft.graph.deviceManagementScript">
 26775          <Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Powershell scripts on the enrolled windows 10 Azure Active Directory joined devices. The script can be run once or periodically." />
 26776        </Annotations>
 26777        <Annotations Target="microsoft.graph.deviceManagement/deviceManagementScripts">
 26778          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device management scripts associated with the tenant." />
 26779        </Annotations>
 26780        <Annotations Target="microsoft.graph.deviceHealthScript">
 26781          <Annotation Term="Org.OData.Core.V1.Description" String="Intune will provide customer the ability to run their Powershell Health scripts (remediation + detection) on the enrolled windows 10 Azure Active Directory joined devices." />
 26782        </Annotations>
 26783        <Annotations Target="microsoft.graph.deviceManagement/deviceHealthScripts">
 26784          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device health scripts associated with the tenant." />
 26785        </Annotations>
 26786        <Annotations Target="microsoft.graph.managedDeviceOverview">
 26787          <Annotation Term="Org.OData.Core.V1.Description" String="Summary data for managed devices" />
 26788        </Annotations>
 26789        <Annotations Target="microsoft.graph.deviceManagement/managedDeviceOverview">
 26790          <Annotation Term="Org.OData.Core.V1.Description" String="Device overview" />
 26791        </Annotations>
 26792        <Annotations Target="microsoft.graph.detectedApp">
 26793          <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." />
 26794        </Annotations>
 26795        <Annotations Target="microsoft.graph.deviceManagement/detectedApps">
 26796          <Annotation Term="Org.OData.Core.V1.Description" String="The list of detected apps associated with a device." />
 26797        </Annotations>
 26798        <Annotations Target="microsoft.graph.deviceManagement/managedDevices">
 26799          <Annotation Term="Org.OData.Core.V1.Description" String="The list of managed devices." />
 26800        </Annotations>
 26801        <Annotations Target="microsoft.graph.windowsMalwareInformation">
 26802          <Annotation Term="Org.OData.Core.V1.Description" String="Malware information entity." />
 26803        </Annotations>
 26804        <Annotations Target="microsoft.graph.deviceManagement/windowsMalwareInformation">
 26805          <Annotation Term="Org.OData.Core.V1.Description" String="The list of affected malware in the tenant." />
 26806        </Annotations>
 26807        <Annotations Target="microsoft.graph.dataSharingConsent">
 26808          <Annotation Term="Org.OData.Core.V1.Description" String="Data sharing consent information." />
 26809        </Annotations>
 26810        <Annotations Target="microsoft.graph.deviceManagement/dataSharingConsents">
 26811          <Annotation Term="Org.OData.Core.V1.Description" String="Data sharing consents." />
 26812        </Annotations>
 26813        <Annotations Target="microsoft.graph.deviceManagement/mobileAppTroubleshootingEvents">
 26814          <Annotation Term="Org.OData.Core.V1.Description" String="The collection property of MobileAppTroubleshootingEvent." />
 26815        </Annotations>
 26816        <Annotations Target="microsoft.graph.userExperienceAnalyticsOverview">
 26817          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories." />
 26818        </Annotations>
 26819        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsOverview">
 26820          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics overview" />
 26821        </Annotations>
 26822        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline">
 26823          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores." />
 26824        </Annotations>
 26825        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBaselines">
 26826          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics baselines" />
 26827        </Annotations>
 26828        <Annotations Target="microsoft.graph.userExperienceAnalyticsCategory">
 26829          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics category entity contains the scores and insights for the various metrics of a category." />
 26830        </Annotations>
 26831        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsCategories">
 26832          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics categories" />
 26833        </Annotations>
 26834        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance">
 26835          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device performance entity contains device boot performance details." />
 26836        </Annotations>
 26837        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDevicePerformance">
 26838          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device performance" />
 26839        </Annotations>
 26840        <Annotations Target="microsoft.graph.userExperienceAnalyticsRegressionSummary">
 26841          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics Regression Summary." />
 26842        </Annotations>
 26843        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsRegressionSummary">
 26844          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics regression summary" />
 26845        </Annotations>
 26846        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory">
 26847          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup history entity contains device boot performance history details." />
 26848        </Annotations>
 26849        <Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceStartupHistory">
 26850          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device Startup History" />
 26851        </Annotations>
 26852        <Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings">
 26853          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that describes tenant level settings for derived credentials" />
 26854        </Annotations>
 26855        <Annotations Target="microsoft.graph.deviceManagement/derivedCredentials">
 26856          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of Derived credential settings associated with account." />
 26857        </Annotations>
 26858        <Annotations Target="microsoft.graph.windowsAutopilotSettings">
 26859          <Annotation Term="Org.OData.Core.V1.Description" String="The windowsAutopilotSettings resource represents a Windows Autopilot Account to sync data with Windows device data sync service." />
 26860        </Annotations>
 26861        <Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotSettings">
 26862          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows autopilot account settings." />
 26863        </Annotations>
 26864        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity">
 26865          <Annotation Term="Org.OData.Core.V1.Description" String="The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device." />
 26866        </Annotations>
 26867        <Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotDeviceIdentities">
 26868          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows autopilot device identities contained collection." />
 26869        </Annotations>
 26870        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile">
 26871          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" />
 26872        </Annotations>
 26873        <Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotDeploymentProfiles">
 26874          <Annotation Term="Org.OData.Core.V1.Description" String="Windows auto pilot deployment profiles" />
 26875        </Annotations>
 26876        <Annotations Target="microsoft.graph.importedDeviceIdentity">
 26877          <Annotation Term="Org.OData.Core.V1.Description" String="The importedDeviceIdentity resource represents a unique hardware identity of a device that has been pre-staged for pre-enrollment configuration." />
 26878        </Annotations>
 26879        <Annotations Target="microsoft.graph.deviceManagement/importedDeviceIdentities">
 26880          <Annotation Term="Org.OData.Core.V1.Description" String="The imported device identities." />
 26881        </Annotations>
 26882        <Annotations Target="microsoft.graph.depOnboardingSetting">
 26883          <Annotation Term="Org.OData.Core.V1.Description" String="The depOnboardingSetting represents an instance of the Apple DEP service being onboarded to Intune. The onboarded service instance manages an Apple Token used to synchronize data between Apple and Intune." />
 26884        </Annotations>
 26885        <Annotations Target="microsoft.graph.deviceManagement/depOnboardingSettings">
 26886          <Annotation Term="Org.OData.Core.V1.Description" String="This collections of multiple DEP tokens per-tenant." />
 26887        </Annotations>
 26888        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity">
 26889          <Annotation Term="Org.OData.Core.V1.Description" String="Imported windows autopilot devices." />
 26890        </Annotations>
 26891        <Annotations Target="microsoft.graph.deviceManagement/importedWindowsAutopilotDeviceIdentities">
 26892          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of imported Windows autopilot devices." />
 26893        </Annotations>
 26894        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile">
 26895          <Annotation Term="Org.OData.Core.V1.Description" String="The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device." />
 26896        </Annotations>
 26897        <Annotations Target="microsoft.graph.deviceManagement/appleUserInitiatedEnrollmentProfiles">
 26898          <Annotation Term="Org.OData.Core.V1.Description" String="Apple user initiated enrollment profiles" />
 26899        </Annotations>
 26900        <Annotations Target="microsoft.graph.managementCondition">
 26901          <Annotation Term="Org.OData.Core.V1.Description" String="Management conditions are events that can be triggered dynamically such as geo-fences, time-fences, and network-fences." />
 26902        </Annotations>
 26903        <Annotations Target="microsoft.graph.deviceManagement/managementConditions">
 26904          <Annotation Term="Org.OData.Core.V1.Description" String="The management conditions associated with device management of the company." />
 26905        </Annotations>
 26906        <Annotations Target="microsoft.graph.managementConditionStatement">
 26907          <Annotation Term="Org.OData.Core.V1.Description" String="A management condition statement is a group of management conditions that enable/disable device/application configurations when all contained management conditions are met." />
 26908        </Annotations>
 26909        <Annotations Target="microsoft.graph.deviceManagement/managementConditionStatements">
 26910          <Annotation Term="Org.OData.Core.V1.Description" String="The management condition statements associated with device management of the company." />
 26911        </Annotations>
 26912        <Annotations Target="microsoft.graph.groupPolicyObjectFile/ouDistinguishedName">
 26913          <Annotation Term="Org.OData.Core.V1.Description" String="The distinguished name of the OU." />
 26914        </Annotations>
 26915        <Annotations Target="microsoft.graph.groupPolicyObjectFile/content">
 26916          <Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object file content." />
 26917        </Annotations>
 26918        <Annotations Target="microsoft.graph.deviceManagement/groupPolicyObjectFiles">
 26919          <Annotation Term="Org.OData.Core.V1.Description" String="A list of Group Policy Object files uploaded." />
 26920        </Annotations>
 26921        <Annotations Target="microsoft.graph.groupPolicyMigrationReport">
 26922          <Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy migration report." />
 26923        </Annotations>
 26924        <Annotations Target="microsoft.graph.deviceManagement/groupPolicyMigrationReports">
 26925          <Annotation Term="Org.OData.Core.V1.Description" String="A list of Group Policy migration reports." />
 26926        </Annotations>
 26927        <Annotations Target="microsoft.graph.groupPolicyConfiguration">
 26928          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy configuration entity contains the configured values for one or more group policy definitions." />
 26929        </Annotations>
 26930        <Annotations Target="microsoft.graph.deviceManagement/groupPolicyConfigurations">
 26931          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy configurations created by this account." />
 26932        </Annotations>
 26933        <Annotations Target="microsoft.graph.groupPolicyDefinition">
 26934          <Annotation Term="Org.OData.Core.V1.Description" String="The entity describes all of the information about a single group policy." />
 26935        </Annotations>
 26936        <Annotations Target="microsoft.graph.deviceManagement/groupPolicyDefinitions">
 26937          <Annotation Term="Org.OData.Core.V1.Description" String="The available group policy definitions for this account." />
 26938        </Annotations>
 26939        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile">
 26940          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an ADMX (Administrative Template) XML file. The ADMX file contains a collection of group policy definitions and their locations by category path. The group policy definition file also contains the languages supported as determined by the language dependent ADML (Administrative Template) language files." />
 26941        </Annotations>
 26942        <Annotations Target="microsoft.graph.deviceManagement/groupPolicyDefinitionFiles">
 26943          <Annotation Term="Org.OData.Core.V1.Description" String="The available group policy definition files for this account." />
 26944        </Annotations>
 26945        <Annotations Target="microsoft.graph.notificationMessageTemplate">
 26946          <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." />
 26947        </Annotations>
 26948        <Annotations Target="microsoft.graph.deviceManagement/notificationMessageTemplates">
 26949          <Annotation Term="Org.OData.Core.V1.Description" String="The Notification Message Templates." />
 26950        </Annotations>
 26951        <Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector">
 26952          <Annotation Term="Org.OData.Core.V1.Description" String="A Domain Join Connector is a connector that is responsible to allocate (and delete) machine account blobs" />
 26953        </Annotations>
 26954        <Annotations Target="microsoft.graph.deviceManagement/domainJoinConnectors">
 26955          <Annotation Term="Org.OData.Core.V1.Description" String="A list of connector objects." />
 26956        </Annotations>
 26957        <Annotations Target="microsoft.graph.roleDefinition">
 26958          <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." />
 26959        </Annotations>
 26960        <Annotations Target="microsoft.graph.deviceManagement/roleDefinitions">
 26961          <Annotation Term="Org.OData.Core.V1.Description" String="The Role Definitions." />
 26962        </Annotations>
 26963        <Annotations Target="microsoft.graph.roleAssignment">
 26964          <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." />
 26965        </Annotations>
 26966        <Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment">
 26967          <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." />
 26968        </Annotations>
 26969        <Annotations Target="microsoft.graph.deviceManagement/roleAssignments">
 26970          <Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignments." />
 26971        </Annotations>
 26972        <Annotations Target="microsoft.graph.roleScopeTag">
 26973          <Annotation Term="Org.OData.Core.V1.Description" String="Role Scope Tag" />
 26974        </Annotations>
 26975        <Annotations Target="microsoft.graph.deviceManagement/roleScopeTags">
 26976          <Annotation Term="Org.OData.Core.V1.Description" String="The Role Scope Tags." />
 26977        </Annotations>
 26978        <Annotations Target="microsoft.graph.resourceOperation">
 26979          <Annotation Term="Org.OData.Core.V1.Description" String="Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC)." />
 26980        </Annotations>
 26981        <Annotations Target="microsoft.graph.deviceManagement/resourceOperations">
 26982          <Annotation Term="Org.OData.Core.V1.Description" String="The Resource Operations." />
 26983        </Annotations>
 26984        <Annotations Target="microsoft.graph.remoteAssistancePartner">
 26985          <Annotation Term="Org.OData.Core.V1.Description" String="RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service." />
 26986        </Annotations>
 26987        <Annotations Target="microsoft.graph.deviceManagement/remoteAssistancePartners">
 26988          <Annotation Term="Org.OData.Core.V1.Description" String="The remote assist partners." />
 26989        </Annotations>
 26990        <Annotations Target="microsoft.graph.deviceManagementReports">
 26991          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all reports functionality." />
 26992        </Annotations>
 26993        <Annotations Target="microsoft.graph.deviceManagement/reports">
 26994          <Annotation Term="Org.OData.Core.V1.Description" String="Reports singleton" />
 26995        </Annotations>
 26996        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner">
 26997          <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." />
 26998        </Annotations>
 26999        <Annotations Target="microsoft.graph.deviceManagement/telecomExpenseManagementPartners">
 27000          <Annotation Term="Org.OData.Core.V1.Description" String="The telecom expense management partners." />
 27001        </Annotations>
 27002        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool">
 27003          <Annotation Term="Org.OData.Core.V1.Description" String="A pool represents a group of embedded SIM activation codes." />
 27004        </Annotations>
 27005        <Annotations Target="microsoft.graph.deviceManagement/embeddedSIMActivationCodePools">
 27006          <Annotation Term="Org.OData.Core.V1.Description" String="The embedded SIM activation code pools created by this account." />
 27007        </Annotations>
 27008        <Annotations Target="microsoft.graph.deviceManagement/troubleshootingEvents">
 27009          <Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for the tenant." />
 27010        </Annotations>
 27011        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent">
 27012          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an Autopilot flow event." />
 27013        </Annotations>
 27014        <Annotations Target="microsoft.graph.deviceManagement/autopilotEvents">
 27015          <Annotation Term="Org.OData.Core.V1.Description" String="The list of autopilot events for the tenant." />
 27016        </Annotations>
 27017        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile">
 27018          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Feature Update Profile" />
 27019        </Annotations>
 27020        <Annotations Target="microsoft.graph.deviceManagement/windowsFeatureUpdateProfiles">
 27021          <Annotation Term="Org.OData.Core.V1.Description" String="A collection of windows feature update profiles" />
 27022        </Annotations>
 27023        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary">
 27024          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection AppLearning Summary entity." />
 27025        </Annotations>
 27026        <Annotations Target="microsoft.graph.deviceManagement/windowsInformationProtectionAppLearningSummaries">
 27027          <Annotation Term="Org.OData.Core.V1.Description" String="The windows information protection app learning summaries." />
 27028        </Annotations>
 27029        <Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary">
 27030          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection Network learning Summary entity." />
 27031        </Annotations>
 27032        <Annotations Target="microsoft.graph.deviceManagement/windowsInformationProtectionNetworkLearningSummaries">
 27033          <Annotation Term="Org.OData.Core.V1.Description" String="The windows information protection network learning summaries." />
 27034        </Annotations>
 27035        <Annotations Target="microsoft.graph.intuneBrandingProfile">
 27036          <Annotation Term="Org.OData.Core.V1.Description" String="This entity contains data which is used in customizing the tenant level appearance of the Company Portal applications as well as the end user web portal." />
 27037        </Annotations>
 27038        <Annotations Target="microsoft.graph.deviceManagement/intuneBrandingProfiles">
 27039          <Annotation Term="Org.OData.Core.V1.Description" String="Intune branding profiles targeted to AAD groups" />
 27040        </Annotations>
 27041        <Annotations Target="microsoft.graph.userPFXCertificate">
 27042          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that encapsulates all information required for a user's PFX certificates." />
 27043        </Annotations>
 27044        <Annotations Target="microsoft.graph.deviceManagement/userPfxCertificates">
 27045          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of PFX certificates associated with a user." />
 27046        </Annotations>
 27047        <Annotations Target="microsoft.graph.androidForWorkSettings/bindStatus">
 27048          <Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" />
 27049        </Annotations>
 27050        <Annotations Target="microsoft.graph.androidForWorkSettings/lastAppSyncDateTime">
 27051          <Annotation Term="Org.OData.Core.V1.Description" String="Last completion time for app sync" />
 27052        </Annotations>
 27053        <Annotations Target="microsoft.graph.androidForWorkSettings/lastAppSyncStatus">
 27054          <Annotation Term="Org.OData.Core.V1.Description" String="Last application sync result" />
 27055        </Annotations>
 27056        <Annotations Target="microsoft.graph.androidForWorkSettings/ownerUserPrincipalName">
 27057          <Annotation Term="Org.OData.Core.V1.Description" String="Owner UPN that created the enterprise" />
 27058        </Annotations>
 27059        <Annotations Target="microsoft.graph.androidForWorkSettings/ownerOrganizationName">
 27060          <Annotation Term="Org.OData.Core.V1.Description" String="Organization name used when onboarding Android for Work" />
 27061        </Annotations>
 27062        <Annotations Target="microsoft.graph.androidForWorkSettings/lastModifiedDateTime">
 27063          <Annotation Term="Org.OData.Core.V1.Description" String="Last modification time for Android for Work settings" />
 27064        </Annotations>
 27065        <Annotations Target="microsoft.graph.androidForWorkSettings/enrollmentTarget">
 27066          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates which users can enroll devices in Android for Work device management" />
 27067        </Annotations>
 27068        <Annotations Target="microsoft.graph.androidForWorkSettings/targetGroupIds">
 27069          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies which AAD groups can enroll devices in Android for Work device management if enrollmentTarget is set to 'Targeted'" />
 27070        </Annotations>
 27071        <Annotations Target="microsoft.graph.androidForWorkSettings/deviceOwnerManagementEnabled">
 27072          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this account is flighting for Android Device Owner Management with CloudDPC." />
 27073        </Annotations>
 27074        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/accountId">
 27075          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant GUID the enrollment profile belongs to." />
 27076        </Annotations>
 27077        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/displayName">
 27078          <Annotation Term="Org.OData.Core.V1.Description" String="Display name for the enrollment profile." />
 27079        </Annotations>
 27080        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/description">
 27081          <Annotation Term="Org.OData.Core.V1.Description" String="Description for the enrollment profile." />
 27082        </Annotations>
 27083        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/createdDateTime">
 27084          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was created." />
 27085        </Annotations>
 27086        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/lastModifiedDateTime">
 27087          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was last modified." />
 27088        </Annotations>
 27089        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/tokenValue">
 27090          <Annotation Term="Org.OData.Core.V1.Description" String="Value of the most recently created token for this enrollment profile." />
 27091        </Annotations>
 27092        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/tokenExpirationDateTime">
 27093          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token will expire." />
 27094        </Annotations>
 27095        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/enrolledDeviceCount">
 27096          <Annotation Term="Org.OData.Core.V1.Description" String="Total number of Android devices that have enrolled using this enrollment profile." />
 27097        </Annotations>
 27098        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/qrCodeContent">
 27099          <Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
 27100        </Annotations>
 27101        <Annotations Target="microsoft.graph.androidForWorkEnrollmentProfile/qrCodeImage">
 27102          <Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
 27103        </Annotations>
 27104        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/bindStatus">
 27105          <Annotation Term="Org.OData.Core.V1.Description" String="Bind status of the tenant with the Google EMM API" />
 27106        </Annotations>
 27107        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastAppSyncDateTime">
 27108          <Annotation Term="Org.OData.Core.V1.Description" String="Last completion time for app sync" />
 27109        </Annotations>
 27110        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastAppSyncStatus">
 27111          <Annotation Term="Org.OData.Core.V1.Description" String="Last application sync result" />
 27112        </Annotations>
 27113        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/ownerUserPrincipalName">
 27114          <Annotation Term="Org.OData.Core.V1.Description" String="Owner UPN that created the enterprise" />
 27115        </Annotations>
 27116        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/ownerOrganizationName">
 27117          <Annotation Term="Org.OData.Core.V1.Description" String="Organization name used when onboarding Android Enterprise" />
 27118        </Annotations>
 27119        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/lastModifiedDateTime">
 27120          <Annotation Term="Org.OData.Core.V1.Description" String="Last modification time for Android enterprise settings" />
 27121        </Annotations>
 27122        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/enrollmentTarget">
 27123          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates which users can enroll devices in Android Enterprise device management" />
 27124        </Annotations>
 27125        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/targetGroupIds">
 27126          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies which AAD groups can enroll devices in Android for Work device management if enrollmentTarget is set to 'Targeted'" />
 27127        </Annotations>
 27128        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/deviceOwnerManagementEnabled">
 27129          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this account is flighting for Android Device Owner Management with CloudDPC." />
 27130        </Annotations>
 27131        <Annotations Target="microsoft.graph.androidEnrollmentCompanyCode/enrollmentToken">
 27132          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Token used by the User to enroll their device." />
 27133        </Annotations>
 27134        <Annotations Target="microsoft.graph.androidEnrollmentCompanyCode/qrCodeContent">
 27135          <Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
 27136        </Annotations>
 27137        <Annotations Target="microsoft.graph.androidEnrollmentCompanyCode/qrCodeImage">
 27138          <Annotation Term="Org.OData.Core.V1.Description" String="Generated QR code for the token." />
 27139        </Annotations>
 27140        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/companyCodes">
 27141          <Annotation Term="Org.OData.Core.V1.Description" String="Company codes for AndroidManagedStoreAccountEnterpriseSettings" />
 27142        </Annotations>
 27143        <Annotations Target="microsoft.graph.androidManagedStoreAccountEnterpriseSettings/androidDeviceOwnerFullyManagedEnrollmentEnabled">
 27144          <Annotation Term="Org.OData.Core.V1.Description" String="Company codes for AndroidManagedStoreAccountEnterpriseSettings" />
 27145        </Annotations>
 27146        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/accountId">
 27147          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant GUID the enrollment profile belongs to." />
 27148        </Annotations>
 27149        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/displayName">
 27150          <Annotation Term="Org.OData.Core.V1.Description" String="Display name for the enrollment profile." />
 27151        </Annotations>
 27152        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/description">
 27153          <Annotation Term="Org.OData.Core.V1.Description" String="Description for the enrollment profile." />
 27154        </Annotations>
 27155        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/createdDateTime">
 27156          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was created." />
 27157        </Annotations>
 27158        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/lastModifiedDateTime">
 27159          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the enrollment profile was last modified." />
 27160        </Annotations>
 27161        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenValue">
 27162          <Annotation Term="Org.OData.Core.V1.Description" String="Value of the most recently created token for this enrollment profile." />
 27163        </Annotations>
 27164        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenCreationDateTime">
 27165          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token was created." />
 27166        </Annotations>
 27167        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/tokenExpirationDateTime">
 27168          <Annotation Term="Org.OData.Core.V1.Description" String="Date time the most recently created token will expire." />
 27169        </Annotations>
 27170        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/enrolledDeviceCount">
 27171          <Annotation Term="Org.OData.Core.V1.Description" String="Total number of Android devices that have enrolled using this enrollment profile." />
 27172        </Annotations>
 27173        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/qrCodeContent">
 27174          <Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
 27175        </Annotations>
 27176        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/qrCodeImage">
 27177          <Annotation Term="Org.OData.Core.V1.Description" String="String used to generate a QR code for the token." />
 27178        </Annotations>
 27179        <Annotations Target="microsoft.graph.androidDeviceOwnerEnrollmentProfile/roleScopeTagIds">
 27180          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 27181        </Annotations>
 27182        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema/exampleJson">
 27183          <Annotation Term="Org.OData.Core.V1.Description" String="UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app" />
 27184        </Annotations>
 27185        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/schemaItemKey">
 27186          <Annotation Term="Org.OData.Core.V1.Description" String="Unique key the application uses to identify the item" />
 27187        </Annotations>
 27188        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/displayName">
 27189          <Annotation Term="Org.OData.Core.V1.Description" String="Human readable name" />
 27190        </Annotations>
 27191        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/description">
 27192          <Annotation Term="Org.OData.Core.V1.Description" String="Description of what the item controls within the application" />
 27193        </Annotations>
 27194        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultBoolValue">
 27195          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for boolean type items, if specified by the app developer" />
 27196        </Annotations>
 27197        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultIntValue">
 27198          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for integer type items, if specified by the app developer" />
 27199        </Annotations>
 27200        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultStringValue">
 27201          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for string type items, if specified by the app developer" />
 27202        </Annotations>
 27203        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/defaultStringArrayValue">
 27204          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for string array type items, if specified by the app developer" />
 27205        </Annotations>
 27206        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/dataType">
 27207          <Annotation Term="Org.OData.Core.V1.Description" String="The type of value this item describes" />
 27208        </Annotations>
 27209        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchemaItem/selections">
 27210          <Annotation Term="Org.OData.Core.V1.Description" String="List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only)" />
 27211        </Annotations>
 27212        <Annotations Target="microsoft.graph.androidForWorkAppConfigurationSchema/schemaItems">
 27213          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema" />
 27214        </Annotations>
 27215        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/exampleJson">
 27216          <Annotation Term="Org.OData.Core.V1.Description" String="UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app" />
 27217        </Annotations>
 27218        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/index">
 27219          <Annotation Term="Org.OData.Core.V1.Description" String="Unique index the application uses to maintain nested schema items" />
 27220        </Annotations>
 27221        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/parentIndex">
 27222          <Annotation Term="Org.OData.Core.V1.Description" String="Index of parent schema item to track nested schema items" />
 27223        </Annotations>
 27224        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/schemaItemKey">
 27225          <Annotation Term="Org.OData.Core.V1.Description" String="Unique key the application uses to identify the item" />
 27226        </Annotations>
 27227        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/displayName">
 27228          <Annotation Term="Org.OData.Core.V1.Description" String="Human readable name" />
 27229        </Annotations>
 27230        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/description">
 27231          <Annotation Term="Org.OData.Core.V1.Description" String="Description of what the item controls within the application" />
 27232        </Annotations>
 27233        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultBoolValue">
 27234          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for boolean type items, if specified by the app developer" />
 27235        </Annotations>
 27236        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultIntValue">
 27237          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for integer type items, if specified by the app developer" />
 27238        </Annotations>
 27239        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultStringValue">
 27240          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for string type items, if specified by the app developer" />
 27241        </Annotations>
 27242        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/defaultStringArrayValue">
 27243          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for string array type items, if specified by the app developer" />
 27244        </Annotations>
 27245        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/dataType">
 27246          <Annotation Term="Org.OData.Core.V1.Description" String="The type of value this item describes" />
 27247        </Annotations>
 27248        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchemaItem/selections">
 27249          <Annotation Term="Org.OData.Core.V1.Description" String="List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only)" />
 27250        </Annotations>
 27251        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/schemaItems">
 27252          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration." />
 27253        </Annotations>
 27254        <Annotations Target="microsoft.graph.androidManagedStoreAppConfigurationSchema/nestedSchemaItems">
 27255          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration." />
 27256        </Annotations>
 27257        <Annotations Target="microsoft.graph.deviceAppManagement">
 27258          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." />
 27259          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." />
 27260          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device and app management functionality." />
 27261          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." />
 27262          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." />
 27263          <Annotation Term="Org.OData.Core.V1.Description" String="Device app management singleton entity." />
 27264          <Annotation Term="Org.OData.Core.V1.Description" String="Device app management singleton entity." />
 27265          <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device and app management functionality." />
 27266        </Annotations>
 27267        <Annotations Target="microsoft.graph.managedEBook">
 27268          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract class containing the base properties for Managed eBook." />
 27269        </Annotations>
 27270        <Annotations Target="microsoft.graph.deviceAppManagement/managedEBooks">
 27271          <Annotation Term="Org.OData.Core.V1.Description" String="The Managed eBook." />
 27272        </Annotations>
 27273        <Annotations Target="microsoft.graph.mobileApp">
 27274          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract class containing the base properties for Intune mobile apps." />
 27275        </Annotations>
 27276        <Annotations Target="microsoft.graph.deviceAppManagement/mobileApps">
 27277          <Annotation Term="Org.OData.Core.V1.Description" String="The mobile apps." />
 27278        </Annotations>
 27279        <Annotations Target="microsoft.graph.mobileAppCategory">
 27280          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single Intune app category." />
 27281        </Annotations>
 27282        <Annotations Target="microsoft.graph.deviceAppManagement/mobileAppCategories">
 27283          <Annotation Term="Org.OData.Core.V1.Description" String="The mobile app categories." />
 27284        </Annotations>
 27285        <Annotations Target="microsoft.graph.deviceAppManagement/enterpriseCodeSigningCertificates">
 27286          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows Enterprise Code Signing Certificate." />
 27287        </Annotations>
 27288        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration">
 27289          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iOS Lob App Provisioning Configuration resource." />
 27290        </Annotations>
 27291        <Annotations Target="microsoft.graph.deviceAppManagement/iosLobAppProvisioningConfigurations">
 27292          <Annotation Term="Org.OData.Core.V1.Description" String="The IOS Lob App Provisioning Configurations." />
 27293        </Annotations>
 27294        <Annotations Target="microsoft.graph.deviceAppManagement/symantecCodeSigningCertificate">
 27295          <Annotation Term="Org.OData.Core.V1.Description" String="The WinPhone Symantec Code Signing Certificate." />
 27296        </Annotations>
 27297        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration">
 27298          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract class for Mobile app configuration for enrolled devices." />
 27299        </Annotations>
 27300        <Annotations Target="microsoft.graph.deviceAppManagement/mobileAppConfigurations">
 27301          <Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device Mobile Application Configurations." />
 27302        </Annotations>
 27303        <Annotations Target="microsoft.graph.managedEBookCategory">
 27304          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single Intune eBook category." />
 27305        </Annotations>
 27306        <Annotations Target="microsoft.graph.deviceAppManagement/managedEBookCategories">
 27307          <Annotation Term="Org.OData.Core.V1.Description" String="The mobile eBook categories." />
 27308        </Annotations>
 27309        <Annotations Target="microsoft.graph.policySet">
 27310          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet." />
 27311        </Annotations>
 27312        <Annotations Target="microsoft.graph.deviceAppManagement/policySets">
 27313          <Annotation Term="Org.OData.Core.V1.Description" String="The PolicySet of Policies and Applications" />
 27314        </Annotations>
 27315        <Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLastSuccessfulSyncDateTime">
 27316          <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." />
 27317        </Annotations>
 27318        <Annotations Target="microsoft.graph.deviceAppManagement/isEnabledForMicrosoftStoreForBusiness">
 27319          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the account is enabled for syncing applications from the Microsoft Store for Business." />
 27320        </Annotations>
 27321        <Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLanguage">
 27322          <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." />
 27323        </Annotations>
 27324        <Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLastCompletedApplicationSyncTime">
 27325          <Annotation Term="Org.OData.Core.V1.Description" String="The last time an application sync from the Microsoft Store for Business was completed." />
 27326        </Annotations>
 27327        <Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessPortalSelection">
 27328          <Annotation Term="Org.OData.Core.V1.Description" String="The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal. There are three options to pick from ['Company portal only', 'Company portal and private store', 'Private store only']" />
 27329        </Annotations>
 27330        <Annotations Target="microsoft.graph.sideLoadingKey">
 27331          <Annotation Term="Org.OData.Core.V1.Description" String="SideLoadingKey entity is required for Windows 8 and 8.1 devices to intall Line Of Business Apps for a tenant." />
 27332        </Annotations>
 27333        <Annotations Target="microsoft.graph.deviceAppManagement/sideLoadingKeys">
 27334          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Keys that are required for the Windows 8 and 8.1 Apps installation." />
 27335        </Annotations>
 27336        <Annotations Target="microsoft.graph.vppToken">
 27337          <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." />
 27338        </Annotations>
 27339        <Annotations Target="microsoft.graph.deviceAppManagement/vppTokens">
 27340          <Annotation Term="Org.OData.Core.V1.Description" String="List of Vpp tokens for this organization." />
 27341        </Annotations>
 27342        <Annotations Target="microsoft.graph.windowsManagementApp">
 27343          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app entity." />
 27344        </Annotations>
 27345        <Annotations Target="microsoft.graph.deviceAppManagement/windowsManagementApp">
 27346          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app." />
 27347        </Annotations>
 27348        <Annotations Target="microsoft.graph.managedAppPolicy">
 27349          <Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppPolicy resource represents a base type for platform specific policies." />
 27350        </Annotations>
 27351        <Annotations Target="microsoft.graph.deviceAppManagement/managedAppPolicies">
 27352          <Annotation Term="Org.OData.Core.V1.Description" String="Managed app policies." />
 27353        </Annotations>
 27354        <Annotations Target="microsoft.graph.managedAppProtection">
 27355          <Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings for a specified set of apps" />
 27356        </Annotations>
 27357        <Annotations Target="microsoft.graph.targetedManagedAppProtection">
 27358          <Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings targeted to specific security groups" />
 27359        </Annotations>
 27360        <Annotations Target="microsoft.graph.iosManagedAppProtection">
 27361          <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" />
 27362        </Annotations>
 27363        <Annotations Target="microsoft.graph.deviceAppManagement/iosManagedAppProtections">
 27364          <Annotation Term="Org.OData.Core.V1.Description" String="iOS managed app policies." />
 27365        </Annotations>
 27366        <Annotations Target="microsoft.graph.androidManagedAppProtection">
 27367          <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" />
 27368        </Annotations>
 27369        <Annotations Target="microsoft.graph.deviceAppManagement/androidManagedAppProtections">
 27370          <Annotation Term="Org.OData.Core.V1.Description" String="Android managed app policies." />
 27371        </Annotations>
 27372        <Annotations Target="microsoft.graph.defaultManagedAppProtection">
 27373          <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" />
 27374        </Annotations>
 27375        <Annotations Target="microsoft.graph.deviceAppManagement/defaultManagedAppProtections">
 27376          <Annotation Term="Org.OData.Core.V1.Description" String="Default managed app policies." />
 27377        </Annotations>
 27378        <Annotations Target="microsoft.graph.managedAppConfiguration">
 27379          <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" />
 27380        </Annotations>
 27381        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration">
 27382          <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" />
 27383        </Annotations>
 27384        <Annotations Target="microsoft.graph.deviceAppManagement/targetedManagedAppConfigurations">
 27385          <Annotation Term="Org.OData.Core.V1.Description" String="Targeted managed app configurations." />
 27386        </Annotations>
 27387        <Annotations Target="microsoft.graph.windowsInformationProtection">
 27388          <Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection to configure detailed management settings" />
 27389        </Annotations>
 27390        <Annotations Target="microsoft.graph.mdmWindowsInformationProtectionPolicy">
 27391          <Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection with MDM" />
 27392        </Annotations>
 27393        <Annotations Target="microsoft.graph.deviceAppManagement/mdmWindowsInformationProtectionPolicies">
 27394          <Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection for apps running on devices which are MDM enrolled." />
 27395        </Annotations>
 27396        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy">
 27397          <Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection without MDM" />
 27398        </Annotations>
 27399        <Annotations Target="microsoft.graph.deviceAppManagement/windowsInformationProtectionPolicies">
 27400          <Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection for apps running on devices which are not MDM enrolled." />
 27401        </Annotations>
 27402        <Annotations Target="microsoft.graph.deviceAppManagement/managedAppRegistrations">
 27403          <Annotation Term="Org.OData.Core.V1.Description" String="The managed app registrations." />
 27404        </Annotations>
 27405        <Annotations Target="microsoft.graph.managedAppStatus">
 27406          <Annotation Term="Org.OData.Core.V1.Description" String="Represents app protection and configuration status for the organization." />
 27407        </Annotations>
 27408        <Annotations Target="microsoft.graph.deviceAppManagement/managedAppStatuses">
 27409          <Annotation Term="Org.OData.Core.V1.Description" String="The managed app statuses." />
 27410        </Annotations>
 27411        <Annotations Target="microsoft.graph.deviceAppManagement/windowsInformationProtectionDeviceRegistrations">
 27412          <Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection device registrations that are not MDM enrolled." />
 27413        </Annotations>
 27414        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction">
 27415          <Annotation Term="Org.OData.Core.V1.Description" String="Represents wipe requests issued by tenant admin for Bring-Your-Own-Device(BYOD) Windows devices." />
 27416        </Annotations>
 27417        <Annotations Target="microsoft.graph.deviceAppManagement/windowsInformationProtectionWipeActions">
 27418          <Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection wipe actions." />
 27419        </Annotations>
 27420        <Annotations Target="microsoft.graph.deviceAppManagementTask">
 27421          <Annotation Term="Org.OData.Core.V1.Description" String="A device app management task." />
 27422        </Annotations>
 27423        <Annotations Target="microsoft.graph.deviceAppManagement/deviceAppManagementTasks">
 27424          <Annotation Term="Org.OData.Core.V1.Description" String="Device app management tasks." />
 27425        </Annotations>
 27426        <Annotations Target="microsoft.graph.deviceAppManagement/wdacSupplementalPolicies">
 27427          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of Windows Defender Application Control Supplemental Policies." />
 27428        </Annotations>
 27429        <Annotations Target="microsoft.graph.mobileAppAssignment">
 27430          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Group Assignment of a Mobile App." />
 27431        </Annotations>
 27432        <Annotations Target="microsoft.graph.mobileAppAssignment/intent">
 27433          <Annotation Term="Org.OData.Core.V1.Description" String="The install intent defined by the admin." />
 27434        </Annotations>
 27435        <Annotations Target="microsoft.graph.mobileAppAssignment/target">
 27436          <Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." />
 27437        </Annotations>
 27438        <Annotations Target="microsoft.graph.mobileAppAssignment/settings">
 27439          <Annotation Term="Org.OData.Core.V1.Description" String="The settings for target assignment defined by the admin." />
 27440        </Annotations>
 27441        <Annotations Target="microsoft.graph.mobileAppAssignment/source">
 27442          <Annotation Term="Org.OData.Core.V1.Description" String="The resource type which is the source for the assignment." />
 27443        </Annotations>
 27444        <Annotations Target="microsoft.graph.mobileAppAssignment/sourceId">
 27445          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment." />
 27446        </Annotations>
 27447        <Annotations Target="microsoft.graph.mobileApp/displayName">
 27448          <Annotation Term="Org.OData.Core.V1.Description" String="The admin provided or imported title of the app." />
 27449        </Annotations>
 27450        <Annotations Target="microsoft.graph.mobileApp/description">
 27451          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the app." />
 27452        </Annotations>
 27453        <Annotations Target="microsoft.graph.mobileApp/publisher">
 27454          <Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the app." />
 27455        </Annotations>
 27456        <Annotations Target="microsoft.graph.mobileApp/largeIcon">
 27457          <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." />
 27458        </Annotations>
 27459        <Annotations Target="microsoft.graph.mobileApp/createdDateTime">
 27460          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was created." />
 27461        </Annotations>
 27462        <Annotations Target="microsoft.graph.mobileApp/lastModifiedDateTime">
 27463          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was last modified." />
 27464        </Annotations>
 27465        <Annotations Target="microsoft.graph.mobileApp/isFeatured">
 27466          <Annotation Term="Org.OData.Core.V1.Description" String="The value indicating whether the app is marked as featured by the admin." />
 27467        </Annotations>
 27468        <Annotations Target="microsoft.graph.mobileApp/privacyInformationUrl">
 27469          <Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." />
 27470        </Annotations>
 27471        <Annotations Target="microsoft.graph.mobileApp/informationUrl">
 27472          <Annotation Term="Org.OData.Core.V1.Description" String="The more information Url." />
 27473        </Annotations>
 27474        <Annotations Target="microsoft.graph.mobileApp/owner">
 27475          <Annotation Term="Org.OData.Core.V1.Description" String="The owner of the app." />
 27476        </Annotations>
 27477        <Annotations Target="microsoft.graph.mobileApp/developer">
 27478          <Annotation Term="Org.OData.Core.V1.Description" String="The developer of the app." />
 27479        </Annotations>
 27480        <Annotations Target="microsoft.graph.mobileApp/notes">
 27481          <Annotation Term="Org.OData.Core.V1.Description" String="Notes for the app." />
 27482        </Annotations>
 27483        <Annotations Target="microsoft.graph.mobileApp/uploadState">
 27484          <Annotation Term="Org.OData.Core.V1.Description" String="The upload state." />
 27485        </Annotations>
 27486        <Annotations Target="microsoft.graph.mobileApp/publishingState">
 27487          <Annotation Term="Org.OData.Core.V1.Description" String="The publishing state for the app. The app cannot be assigned unless the app is published." />
 27488        </Annotations>
 27489        <Annotations Target="microsoft.graph.mobileApp/isAssigned">
 27490          <Annotation Term="Org.OData.Core.V1.Description" String="The value indicating whether the app is assigned to at least one group." />
 27491        </Annotations>
 27492        <Annotations Target="microsoft.graph.mobileApp/roleScopeTagIds">
 27493          <Annotation Term="Org.OData.Core.V1.Description" String="List of scope tag ids for this mobile app." />
 27494        </Annotations>
 27495        <Annotations Target="microsoft.graph.mobileApp/dependentAppCount">
 27496          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of dependencies the child app has." />
 27497        </Annotations>
 27498        <Annotations Target="microsoft.graph.mobileApp/categories">
 27499          <Annotation Term="Org.OData.Core.V1.Description" String="The list of categories for this app." />
 27500        </Annotations>
 27501        <Annotations Target="microsoft.graph.mobileApp/assignments">
 27502          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this mobile app." />
 27503        </Annotations>
 27504        <Annotations Target="microsoft.graph.mobileAppInstallSummary">
 27505          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation summary of a mobile app." />
 27506        </Annotations>
 27507        <Annotations Target="microsoft.graph.mobileApp/installSummary">
 27508          <Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Install Summary." />
 27509        </Annotations>
 27510        <Annotations Target="microsoft.graph.mobileAppInstallStatus">
 27511          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state of a mobile app for a device." />
 27512        </Annotations>
 27513        <Annotations Target="microsoft.graph.mobileApp/deviceStatuses">
 27514          <Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this mobile app." />
 27515        </Annotations>
 27516        <Annotations Target="microsoft.graph.userAppInstallStatus">
 27517          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation status for a user." />
 27518        </Annotations>
 27519        <Annotations Target="microsoft.graph.mobileApp/userStatuses">
 27520          <Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this mobile app." />
 27521        </Annotations>
 27522        <Annotations Target="microsoft.graph.mobileAppRelationship">
 27523          <Annotation Term="Org.OData.Core.V1.Description" String="Describes the relationship for a child mobile app to its parent mobile app." />
 27524        </Annotations>
 27525        <Annotations Target="microsoft.graph.mobileApp/relationships">
 27526          <Annotation Term="Org.OData.Core.V1.Description" String="List of relationships for this mobile app." />
 27527        </Annotations>
 27528        <Annotations Target="microsoft.graph.mobileAppContentFile">
 27529          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single installer file that is associated with a given mobileAppContent version." />
 27530        </Annotations>
 27531        <Annotations Target="microsoft.graph.mobileAppContentFile/azureStorageUri">
 27532          <Annotation Term="Org.OData.Core.V1.Description" String="The Azure Storage URI." />
 27533        </Annotations>
 27534        <Annotations Target="microsoft.graph.mobileAppContentFile/isCommitted">
 27535          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the file is committed." />
 27536        </Annotations>
 27537        <Annotations Target="microsoft.graph.mobileAppContentFile/createdDateTime">
 27538          <Annotation Term="Org.OData.Core.V1.Description" String="The time the file was created." />
 27539        </Annotations>
 27540        <Annotations Target="microsoft.graph.mobileAppContentFile/name">
 27541          <Annotation Term="Org.OData.Core.V1.Description" String="the file name." />
 27542        </Annotations>
 27543        <Annotations Target="microsoft.graph.mobileAppContentFile/size">
 27544          <Annotation Term="Org.OData.Core.V1.Description" String="The size of the file prior to encryption." />
 27545        </Annotations>
 27546        <Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted">
 27547          <Annotation Term="Org.OData.Core.V1.Description" String="The size of the file after encryption." />
 27548        </Annotations>
 27549        <Annotations Target="microsoft.graph.mobileAppContentFile/azureStorageUriExpirationDateTime">
 27550          <Annotation Term="Org.OData.Core.V1.Description" String="The time the Azure storage Uri expires." />
 27551        </Annotations>
 27552        <Annotations Target="microsoft.graph.mobileAppContentFile/manifest">
 27553          <Annotation Term="Org.OData.Core.V1.Description" String="The manifest information." />
 27554        </Annotations>
 27555        <Annotations Target="microsoft.graph.mobileAppContentFile/uploadState">
 27556          <Annotation Term="Org.OData.Core.V1.Description" String="The state of the current upload request." />
 27557        </Annotations>
 27558        <Annotations Target="microsoft.graph.mobileAppContentFile/isFrameworkFile">
 27559          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the file is a framework file." />
 27560        </Annotations>
 27561        <Annotations Target="microsoft.graph.mobileAppContentFile/isDependency">
 27562          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the content file is a dependency for the main content file." />
 27563        </Annotations>
 27564        <Annotations Target="microsoft.graph.fileEncryptionInfo/encryptionKey">
 27565          <Annotation Term="Org.OData.Core.V1.Description" String="The key used to encrypt the file content." />
 27566        </Annotations>
 27567        <Annotations Target="microsoft.graph.fileEncryptionInfo/initializationVector">
 27568          <Annotation Term="Org.OData.Core.V1.Description" String="The initialization vector used for the encryption algorithm." />
 27569        </Annotations>
 27570        <Annotations Target="microsoft.graph.fileEncryptionInfo/mac">
 27571          <Annotation Term="Org.OData.Core.V1.Description" String="The hash of the encrypted file content + IV (content hash)." />
 27572        </Annotations>
 27573        <Annotations Target="microsoft.graph.fileEncryptionInfo/macKey">
 27574          <Annotation Term="Org.OData.Core.V1.Description" String="The key used to get mac." />
 27575        </Annotations>
 27576        <Annotations Target="microsoft.graph.fileEncryptionInfo/profileIdentifier">
 27577          <Annotation Term="Org.OData.Core.V1.Description" String="The the profile identifier." />
 27578        </Annotations>
 27579        <Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigest">
 27580          <Annotation Term="Org.OData.Core.V1.Description" String="The file digest prior to encryption." />
 27581        </Annotations>
 27582        <Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigestAlgorithm">
 27583          <Annotation Term="Org.OData.Core.V1.Description" String="The file digest algorithm." />
 27584        </Annotations>
 27585        <Annotations Target="microsoft.graph.mobileAppProvisioningConfigGroupAssignment">
 27586          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties used to assign an App provisioning configuration to a group." />
 27587        </Annotations>
 27588        <Annotations Target="microsoft.graph.mobileAppProvisioningConfigGroupAssignment/targetGroupId">
 27589          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AAD group in which the app provisioning configuration is being targeted." />
 27590        </Annotations>
 27591        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationAssignment">
 27592          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Group Assignment of an iOS LOB App Provisioning and Configuration." />
 27593        </Annotations>
 27594        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationAssignment/target">
 27595          <Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." />
 27596        </Annotations>
 27597        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/expirationDateTime">
 27598          <Annotation Term="Org.OData.Core.V1.Description" String="Optional profile expiration date and time." />
 27599        </Annotations>
 27600        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/payloadFileName">
 27601          <Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileprovision | *.xml)." />
 27602        </Annotations>
 27603        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/payload">
 27604          <Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
 27605        </Annotations>
 27606        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/roleScopeTagIds">
 27607          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this iOS LOB app provisioning configuration entity." />
 27608        </Annotations>
 27609        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/createdDateTime">
 27610          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 27611        </Annotations>
 27612        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/description">
 27613          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
 27614        </Annotations>
 27615        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/lastModifiedDateTime">
 27616          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 27617        </Annotations>
 27618        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/displayName">
 27619          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 27620        </Annotations>
 27621        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/version">
 27622          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
 27623        </Annotations>
 27624        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/groupAssignments">
 27625          <Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments." />
 27626        </Annotations>
 27627        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/assignments">
 27628          <Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments for IosLobAppProvisioningConfiguration." />
 27629        </Annotations>
 27630        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus">
 27631          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device." />
 27632        </Annotations>
 27633        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/deviceStatuses">
 27634          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device installation states for this mobile app configuration." />
 27635        </Annotations>
 27636        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus">
 27637          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user." />
 27638        </Annotations>
 27639        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfiguration/userStatuses">
 27640          <Annotation Term="Org.OData.Core.V1.Description" String="The list of user installation states for this mobile app configuration." />
 27641        </Annotations>
 27642        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationAssignment">
 27643          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties used to assign an MDM app configuration to a group." />
 27644        </Annotations>
 27645        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationAssignment/target">
 27646          <Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the T&amp;C policy is assigned to." />
 27647        </Annotations>
 27648        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/targetedMobileApps">
 27649          <Annotation Term="Org.OData.Core.V1.Description" String="the associated app." />
 27650        </Annotations>
 27651        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/roleScopeTagIds">
 27652          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this App configuration entity." />
 27653        </Annotations>
 27654        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/createdDateTime">
 27655          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 27656        </Annotations>
 27657        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/description">
 27658          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
 27659        </Annotations>
 27660        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/lastModifiedDateTime">
 27661          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 27662        </Annotations>
 27663        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/displayName">
 27664          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 27665        </Annotations>
 27666        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/version">
 27667          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
 27668        </Annotations>
 27669        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/assignments">
 27670          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignemenets for app configration." />
 27671        </Annotations>
 27672        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/deviceStatuses">
 27673          <Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationDeviceStatus." />
 27674        </Annotations>
 27675        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/userStatuses">
 27676          <Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationUserStatus." />
 27677        </Annotations>
 27678        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary">
 27679          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary." />
 27680        </Annotations>
 27681        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/deviceStatusSummary">
 27682          <Annotation Term="Org.OData.Core.V1.Description" String="App configuration device status summary." />
 27683        </Annotations>
 27684        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary">
 27685          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary." />
 27686        </Annotations>
 27687        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/userStatusSummary">
 27688          <Annotation Term="Org.OData.Core.V1.Description" String="App configuration user status summary." />
 27689        </Annotations>
 27690        <Annotations Target="microsoft.graph.iosVppApp">
 27691          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps." />
 27692        </Annotations>
 27693        <Annotations Target="microsoft.graph.iosVppApp/usedLicenseCount">
 27694          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
 27695        </Annotations>
 27696        <Annotations Target="microsoft.graph.iosVppApp/totalLicenseCount">
 27697          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." />
 27698        </Annotations>
 27699        <Annotations Target="microsoft.graph.iosVppApp/releaseDateTime">
 27700          <Annotation Term="Org.OData.Core.V1.Description" String="The VPP application release date and time." />
 27701        </Annotations>
 27702        <Annotations Target="microsoft.graph.iosVppApp/appStoreUrl">
 27703          <Annotation Term="Org.OData.Core.V1.Description" String="The store URL." />
 27704        </Annotations>
 27705        <Annotations Target="microsoft.graph.vppLicensingType/supportUserLicensing">
 27706          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the user licensing type." />
 27707        </Annotations>
 27708        <Annotations Target="microsoft.graph.vppLicensingType/supportDeviceLicensing">
 27709          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device licensing type." />
 27710        </Annotations>
 27711        <Annotations Target="microsoft.graph.vppLicensingType/supportsUserLicensing">
 27712          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the user licensing type." />
 27713        </Annotations>
 27714        <Annotations Target="microsoft.graph.vppLicensingType/supportsDeviceLicensing">
 27715          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device licensing type." />
 27716        </Annotations>
 27717        <Annotations Target="microsoft.graph.iosVppApp/licensingType">
 27718          <Annotation Term="Org.OData.Core.V1.Description" String="The supported License Type." />
 27719        </Annotations>
 27720        <Annotations Target="microsoft.graph.iosDeviceType/iPad">
 27721          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should run on iPads." />
 27722        </Annotations>
 27723        <Annotations Target="microsoft.graph.iosDeviceType/iPhoneAndIPod">
 27724          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should run on iPhones and iPods." />
 27725        </Annotations>
 27726        <Annotations Target="microsoft.graph.iosVppApp/applicableDeviceType">
 27727          <Annotation Term="Org.OData.Core.V1.Description" String="The applicable iOS Device Type." />
 27728        </Annotations>
 27729        <Annotations Target="microsoft.graph.iosVppApp/vppTokenOrganizationName">
 27730          <Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" />
 27731        </Annotations>
 27732        <Annotations Target="microsoft.graph.iosVppApp/vppTokenAccountType">
 27733          <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`." />
 27734        </Annotations>
 27735        <Annotations Target="microsoft.graph.iosVppApp/vppTokenAppleId">
 27736          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple Id associated with the given Apple Volume Purchase Program Token." />
 27737        </Annotations>
 27738        <Annotations Target="microsoft.graph.iosVppApp/bundleId">
 27739          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 27740        </Annotations>
 27741        <Annotations Target="microsoft.graph.iosVppApp/vppTokenId">
 27742          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token associated with this app." />
 27743        </Annotations>
 27744        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/userId">
 27745          <Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with the action." />
 27746        </Annotations>
 27747        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/managedDeviceId">
 27748          <Annotation Term="Org.OData.Core.V1.Description" String="DeviceId associated with the action." />
 27749        </Annotations>
 27750        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/totalLicensesCount">
 27751          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke was attempted." />
 27752        </Annotations>
 27753        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/failedLicensesCount">
 27754          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke failed." />
 27755        </Annotations>
 27756        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionFailureReason">
 27757          <Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." />
 27758        </Annotations>
 27759        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionName">
 27760          <Annotation Term="Org.OData.Core.V1.Description" String="Action name" />
 27761        </Annotations>
 27762        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/actionState">
 27763          <Annotation Term="Org.OData.Core.V1.Description" String="State of the action" />
 27764        </Annotations>
 27765        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/startDateTime">
 27766          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" />
 27767        </Annotations>
 27768        <Annotations Target="microsoft.graph.iosVppAppRevokeLicensesActionResult/lastUpdatedDateTime">
 27769          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" />
 27770        </Annotations>
 27771        <Annotations Target="microsoft.graph.iosVppApp/revokeLicenseActionResults">
 27772          <Annotation Term="Org.OData.Core.V1.Description" String="Results of revoke license actions on this app." />
 27773        </Annotations>
 27774        <Annotations Target="microsoft.graph.iosVppAppAssignedLicense">
 27775          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program license assignment. This class does not support Create, Delete, or Update." />
 27776        </Annotations>
 27777        <Annotations Target="microsoft.graph.iosVppApp/assignedLicenses">
 27778          <Annotation Term="Org.OData.Core.V1.Description" String="The licenses assigned to this app." />
 27779        </Annotations>
 27780        <Annotations Target="microsoft.graph.mobileAppRelationship/targetId">
 27781          <Annotation Term="Org.OData.Core.V1.Description" String="The target child mobile app's app id." />
 27782        </Annotations>
 27783        <Annotations Target="microsoft.graph.mobileAppRelationship/targetDisplayName">
 27784          <Annotation Term="Org.OData.Core.V1.Description" String="The target child mobile app's display name." />
 27785        </Annotations>
 27786        <Annotations Target="microsoft.graph.mobileAppRelationshipState/sourceIds">
 27787          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of source mobile app's ids." />
 27788        </Annotations>
 27789        <Annotations Target="microsoft.graph.mobileAppRelationshipState/targetId">
 27790          <Annotation Term="Org.OData.Core.V1.Description" String="The related target app's id." />
 27791        </Annotations>
 27792        <Annotations Target="microsoft.graph.mobileAppRelationshipState/targetDisplayName">
 27793          <Annotation Term="Org.OData.Core.V1.Description" String="The related target app's display name." />
 27794        </Annotations>
 27795        <Annotations Target="microsoft.graph.mobileAppRelationshipState/deviceId">
 27796          <Annotation Term="Org.OData.Core.V1.Description" String="The corresponding device id." />
 27797        </Annotations>
 27798        <Annotations Target="microsoft.graph.mobileAppRelationshipState/installState">
 27799          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app of target app." />
 27800        </Annotations>
 27801        <Annotations Target="microsoft.graph.mobileAppRelationshipState/installStateDetail">
 27802          <Annotation Term="Org.OData.Core.V1.Description" String="The install state detail of the app." />
 27803        </Annotations>
 27804        <Annotations Target="microsoft.graph.mobileAppRelationshipState/errorCode">
 27805          <Annotation Term="Org.OData.Core.V1.Description" String="The error code for install or uninstall failures of target app." />
 27806        </Annotations>
 27807        <Annotations Target="microsoft.graph.mobileAppRelationshipState/targetLastSyncDateTime">
 27808          <Annotation Term="Org.OData.Core.V1.Description" String="The last sync time of the target app." />
 27809        </Annotations>
 27810        <Annotations Target="microsoft.graph.mobileAppCategory/displayName">
 27811          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the app category." />
 27812        </Annotations>
 27813        <Annotations Target="microsoft.graph.mobileAppCategory/lastModifiedDateTime">
 27814          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the mobileAppCategory was last modified." />
 27815        </Annotations>
 27816        <Annotations Target="microsoft.graph.groupAssignmentTarget/groupId">
 27817          <Annotation Term="Org.OData.Core.V1.Description" String="The group Id that is the target of the assignment." />
 27818        </Annotations>
 27819        <Annotations Target="microsoft.graph.iosLobAppAssignmentSettings/vpnConfigurationId">
 27820          <Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." />
 27821        </Annotations>
 27822        <Annotations Target="microsoft.graph.iosLobAppAssignmentSettings/uninstallOnDeviceRemoval">
 27823          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to uninstall the app when device is removed from Intune." />
 27824        </Annotations>
 27825        <Annotations Target="microsoft.graph.win32LobAppRestartSettings/gracePeriodInMinutes">
 27826          <Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes to wait before restarting the device after an app installation." />
 27827        </Annotations>
 27828        <Annotations Target="microsoft.graph.win32LobAppRestartSettings/countdownDisplayBeforeRestartInMinutes">
 27829          <Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes before the restart time to display the countdown dialog for pending restarts." />
 27830        </Annotations>
 27831        <Annotations Target="microsoft.graph.win32LobAppRestartSettings/restartNotificationSnoozeDurationInMinutes">
 27832          <Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes to snooze the restart notification dialog when the snooze button is selected." />
 27833        </Annotations>
 27834        <Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/useLocalTime">
 27835          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the local device time or UTC time should be used when determining the available and deadline times." />
 27836        </Annotations>
 27837        <Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/startDateTime">
 27838          <Annotation Term="Org.OData.Core.V1.Description" String="The time at which the app should be available for installation." />
 27839        </Annotations>
 27840        <Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/deadlineDateTime">
 27841          <Annotation Term="Org.OData.Core.V1.Description" String="The time at which the app should be installed." />
 27842        </Annotations>
 27843        <Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/vpnConfigurationId">
 27844          <Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." />
 27845        </Annotations>
 27846        <Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/uninstallOnDeviceRemoval">
 27847          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to uninstall the app when device is removed from Intune." />
 27848        </Annotations>
 27849        <Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/useDeviceLicensing">
 27850          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." />
 27851        </Annotations>
 27852        <Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/vpnConfigurationId">
 27853          <Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." />
 27854        </Annotations>
 27855        <Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/uninstallOnDeviceRemoval">
 27856          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to uninstall the app when device is removed from Intune." />
 27857        </Annotations>
 27858        <Annotations Target="microsoft.graph.windowsUniversalAppXAppAssignmentSettings/useDeviceContext">
 27859          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device execution context for Windows Universal AppX mobile app." />
 27860        </Annotations>
 27861        <Annotations Target="microsoft.graph.windowsAppXAppAssignmentSettings/useDeviceContext">
 27862          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device execution context for Windows AppX mobile app." />
 27863        </Annotations>
 27864        <Annotations Target="microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings/useDeviceContext">
 27865          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device execution context for Microsoft Store for Business mobile app." />
 27866        </Annotations>
 27867        <Annotations Target="microsoft.graph.macOsVppAppAssignmentSettings/useDeviceLicensing">
 27868          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." />
 27869        </Annotations>
 27870        <Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/notifications">
 27871          <Annotation Term="Org.OData.Core.V1.Description" String="The notification status for this app assignment." />
 27872        </Annotations>
 27873        <Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/restartSettings">
 27874          <Annotation Term="Org.OData.Core.V1.Description" String="The reboot settings to apply for this app assignment." />
 27875        </Annotations>
 27876        <Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/installTimeSettings">
 27877          <Annotation Term="Org.OData.Core.V1.Description" String="The install time settings to apply for this app assignment." />
 27878        </Annotations>
 27879        <Annotations Target="microsoft.graph.mobileAppInstallSummary/installedDeviceCount">
 27880          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully installed this app." />
 27881        </Annotations>
 27882        <Annotations Target="microsoft.graph.mobileAppInstallSummary/failedDeviceCount">
 27883          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to install this app." />
 27884        </Annotations>
 27885        <Annotations Target="microsoft.graph.mobileAppInstallSummary/notApplicableDeviceCount">
 27886          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that are not applicable for this app." />
 27887        </Annotations>
 27888        <Annotations Target="microsoft.graph.mobileAppInstallSummary/notInstalledDeviceCount">
 27889          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that does not have this app installed." />
 27890        </Annotations>
 27891        <Annotations Target="microsoft.graph.mobileAppInstallSummary/pendingInstallDeviceCount">
 27892          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have been notified to install this app." />
 27893        </Annotations>
 27894        <Annotations Target="microsoft.graph.mobileAppInstallSummary/installedUserCount">
 27895          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices have all succeeded to install this app." />
 27896        </Annotations>
 27897        <Annotations Target="microsoft.graph.mobileAppInstallSummary/failedUserCount">
 27898          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that failed to install this app." />
 27899        </Annotations>
 27900        <Annotations Target="microsoft.graph.mobileAppInstallSummary/notApplicableUserCount">
 27901          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices were all not applicable for this app." />
 27902        </Annotations>
 27903        <Annotations Target="microsoft.graph.mobileAppInstallSummary/notInstalledUserCount">
 27904          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more devices that did not install this app." />
 27905        </Annotations>
 27906        <Annotations Target="microsoft.graph.mobileAppInstallSummary/pendingInstallUserCount">
 27907          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that have been notified to install this app and have 0 devices with failures." />
 27908        </Annotations>
 27909        <Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceName">
 27910          <Annotation Term="Org.OData.Core.V1.Description" String="Device name" />
 27911        </Annotations>
 27912        <Annotations Target="microsoft.graph.mobileAppInstallStatus/deviceId">
 27913          <Annotation Term="Org.OData.Core.V1.Description" String="Device ID" />
 27914        </Annotations>
 27915        <Annotations Target="microsoft.graph.mobileAppInstallStatus/lastSyncDateTime">
 27916          <Annotation Term="Org.OData.Core.V1.Description" String="Last sync date time" />
 27917        </Annotations>
 27918        <Annotations Target="microsoft.graph.mobileAppInstallStatus/mobileAppInstallStatusValue">
 27919          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." />
 27920        </Annotations>
 27921        <Annotations Target="microsoft.graph.mobileAppInstallStatus/installState">
 27922          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." />
 27923        </Annotations>
 27924        <Annotations Target="microsoft.graph.mobileAppInstallStatus/installStateDetail">
 27925          <Annotation Term="Org.OData.Core.V1.Description" String="The install state detail of the app." />
 27926        </Annotations>
 27927        <Annotations Target="microsoft.graph.mobileAppInstallStatus/errorCode">
 27928          <Annotation Term="Org.OData.Core.V1.Description" String="The error code for install or uninstall failures." />
 27929        </Annotations>
 27930        <Annotations Target="microsoft.graph.mobileAppInstallStatus/osVersion">
 27931          <Annotation Term="Org.OData.Core.V1.Description" String="OS Version" />
 27932        </Annotations>
 27933        <Annotations Target="microsoft.graph.mobileAppInstallStatus/osDescription">
 27934          <Annotation Term="Org.OData.Core.V1.Description" String="OS Description" />
 27935        </Annotations>
 27936        <Annotations Target="microsoft.graph.mobileAppInstallStatus/userName">
 27937          <Annotation Term="Org.OData.Core.V1.Description" String="Device User Name" />
 27938        </Annotations>
 27939        <Annotations Target="microsoft.graph.mobileAppInstallStatus/userPrincipalName">
 27940          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" />
 27941        </Annotations>
 27942        <Annotations Target="microsoft.graph.mobileAppInstallStatus/displayVersion">
 27943          <Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the application" />
 27944        </Annotations>
 27945        <Annotations Target="microsoft.graph.mobileAppInstallStatus/app">
 27946          <Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mobile app." />
 27947        </Annotations>
 27948        <Annotations Target="microsoft.graph.userAppInstallStatus/userName">
 27949          <Annotation Term="Org.OData.Core.V1.Description" String="User name." />
 27950        </Annotations>
 27951        <Annotations Target="microsoft.graph.userAppInstallStatus/userPrincipalName">
 27952          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." />
 27953        </Annotations>
 27954        <Annotations Target="microsoft.graph.userAppInstallStatus/installedDeviceCount">
 27955          <Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." />
 27956        </Annotations>
 27957        <Annotations Target="microsoft.graph.userAppInstallStatus/failedDeviceCount">
 27958          <Annotation Term="Org.OData.Core.V1.Description" String="Failed Device Count." />
 27959        </Annotations>
 27960        <Annotations Target="microsoft.graph.userAppInstallStatus/notInstalledDeviceCount">
 27961          <Annotation Term="Org.OData.Core.V1.Description" String="Not installed device count." />
 27962        </Annotations>
 27963        <Annotations Target="microsoft.graph.userAppInstallStatus/app">
 27964          <Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the mobile app." />
 27965        </Annotations>
 27966        <Annotations Target="microsoft.graph.userAppInstallStatus/deviceStatuses">
 27967          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app on devices." />
 27968        </Annotations>
 27969        <Annotations Target="microsoft.graph.mobileAppDependency">
 27970          <Annotation Term="Org.OData.Core.V1.Description" String="Describes a dependency type between two mobile apps." />
 27971        </Annotations>
 27972        <Annotations Target="microsoft.graph.mobileAppDependency/dependencyType">
 27973          <Annotation Term="Org.OData.Core.V1.Description" String="The type of dependency relationship between the parent and child apps." />
 27974        </Annotations>
 27975        <Annotations Target="microsoft.graph.mobileAppDependency/dependentAppCount">
 27976          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of dependencies the child app has." />
 27977        </Annotations>
 27978        <Annotations Target="microsoft.graph.windowsMicrosoftEdgeApp">
 27979          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the Microsoft Edge app on Windows." />
 27980        </Annotations>
 27981        <Annotations Target="microsoft.graph.windowsMicrosoftEdgeApp/channel">
 27982          <Annotation Term="Org.OData.Core.V1.Description" String="The channel to install on target devices." />
 27983        </Annotations>
 27984        <Annotations Target="microsoft.graph.macOSMicrosoftEdgeApp">
 27985          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS Microsoft Edge App." />
 27986        </Annotations>
 27987        <Annotations Target="microsoft.graph.macOSOfficeSuiteApp">
 27988          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS Office Suite App." />
 27989        </Annotations>
 27990        <Annotations Target="microsoft.graph.officeSuiteApp">
 27991          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the Office365 Suite App." />
 27992        </Annotations>
 27993        <Annotations Target="microsoft.graph.officeSuiteApp/autoAcceptEula">
 27994          <Annotation Term="Org.OData.Core.V1.Description" String="The value to accept the EULA automatically on the enduser's device." />
 27995        </Annotations>
 27996        <Annotations Target="microsoft.graph.officeSuiteApp/productIds">
 27997          <Annotation Term="Org.OData.Core.V1.Description" String="The Product Ids that represent the Office365 Suite SKU." />
 27998        </Annotations>
 27999        <Annotations Target="microsoft.graph.excludedApps/access">
 28000          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Access should be excluded or not." />
 28001        </Annotations>
 28002        <Annotations Target="microsoft.graph.excludedApps/excel">
 28003          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Excel should be excluded or not." />
 28004        </Annotations>
 28005        <Annotations Target="microsoft.graph.excludedApps/groove">
 28006          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneDrive for Business - Groove should be excluded or not." />
 28007        </Annotations>
 28008        <Annotations Target="microsoft.graph.excludedApps/infoPath">
 28009          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office InfoPath should be excluded or not." />
 28010        </Annotations>
 28011        <Annotations Target="microsoft.graph.excludedApps/lync">
 28012          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Skype for Business - Lync should be excluded or not." />
 28013        </Annotations>
 28014        <Annotations Target="microsoft.graph.excludedApps/oneDrive">
 28015          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneDrive should be excluded or not." />
 28016        </Annotations>
 28017        <Annotations Target="microsoft.graph.excludedApps/oneNote">
 28018          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office OneNote should be excluded or not." />
 28019        </Annotations>
 28020        <Annotations Target="microsoft.graph.excludedApps/outlook">
 28021          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Outlook should be excluded or not." />
 28022        </Annotations>
 28023        <Annotations Target="microsoft.graph.excludedApps/powerPoint">
 28024          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office PowerPoint should be excluded or not." />
 28025        </Annotations>
 28026        <Annotations Target="microsoft.graph.excludedApps/publisher">
 28027          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Publisher should be excluded or not." />
 28028        </Annotations>
 28029        <Annotations Target="microsoft.graph.excludedApps/sharePointDesigner">
 28030          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office SharePointDesigner should be excluded or not." />
 28031        </Annotations>
 28032        <Annotations Target="microsoft.graph.excludedApps/teams">
 28033          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Teams should be excluded or not." />
 28034        </Annotations>
 28035        <Annotations Target="microsoft.graph.excludedApps/visio">
 28036          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Visio should be excluded or not." />
 28037        </Annotations>
 28038        <Annotations Target="microsoft.graph.excludedApps/word">
 28039          <Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Word should be excluded or not." />
 28040        </Annotations>
 28041        <Annotations Target="microsoft.graph.officeSuiteApp/excludedApps">
 28042          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the apps which are excluded from the selected Office365 Product Id." />
 28043        </Annotations>
 28044        <Annotations Target="microsoft.graph.officeSuiteApp/useSharedComputerActivation">
 28045          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent that whether the shared computer activation is used not for Office365 app suite." />
 28046        </Annotations>
 28047        <Annotations Target="microsoft.graph.officeSuiteApp/updateChannel">
 28048          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 Update Channel." />
 28049        </Annotations>
 28050        <Annotations Target="microsoft.graph.officeSuiteApp/officePlatformArchitecture">
 28051          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the Office365 app suite version." />
 28052        </Annotations>
 28053        <Annotations Target="microsoft.graph.officeSuiteApp/localesToInstall">
 28054          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the locales which are installed when the apps from Office365 is installed. It uses standard RFC 6033. Ref: https://technet.microsoft.com/en-us/library/cc179219(v=office.16).aspx" />
 28055        </Annotations>
 28056        <Annotations Target="microsoft.graph.officeSuiteApp/installProgressDisplayLevel">
 28057          <Annotation Term="Org.OData.Core.V1.Description" String="To specify the level of display for the Installation Progress Setup UI on the Device." />
 28058        </Annotations>
 28059        <Annotations Target="microsoft.graph.officeSuiteApp/shouldUninstallOlderVersionsOfOffice">
 28060          <Annotation Term="Org.OData.Core.V1.Description" String="The property to determine whether to uninstall existing Office MSI if an Office365 app suite is deployed to the device or not." />
 28061        </Annotations>
 28062        <Annotations Target="microsoft.graph.officeSuiteApp/targetVersion">
 28063          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the specific target version for the Office365 app suite that should be remained deployed on the devices." />
 28064        </Annotations>
 28065        <Annotations Target="microsoft.graph.officeSuiteApp/updateVersion">
 28066          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the update version in which the specific target version is available for the Office365 app suite." />
 28067        </Annotations>
 28068        <Annotations Target="microsoft.graph.officeSuiteApp/officeConfigurationXml">
 28069          <Annotation Term="Org.OData.Core.V1.Description" String="The property to represent the XML configuration file that can be specified for Office ProPlus Apps. Takes precedence over all other properties. When present, the XML configuration file will be used to create the app." />
 28070        </Annotations>
 28071        <Annotations Target="microsoft.graph.managedApp">
 28072          <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." />
 28073        </Annotations>
 28074        <Annotations Target="microsoft.graph.managedApp/appAvailability">
 28075          <Annotation Term="Org.OData.Core.V1.Description" String="The Application's availability." />
 28076        </Annotations>
 28077        <Annotations Target="microsoft.graph.managedApp/version">
 28078          <Annotation Term="Org.OData.Core.V1.Description" String="The Application's version." />
 28079        </Annotations>
 28080        <Annotations Target="microsoft.graph.managedAndroidStoreApp">
 28081          <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." />
 28082        </Annotations>
 28083        <Annotations Target="microsoft.graph.managedAndroidStoreApp/packageId">
 28084          <Annotation Term="Org.OData.Core.V1.Description" String="The app's package ID." />
 28085        </Annotations>
 28086        <Annotations Target="microsoft.graph.managedAndroidStoreApp/appStoreUrl">
 28087          <Annotation Term="Org.OData.Core.V1.Description" String="The Android AppStoreUrl." />
 28088        </Annotations>
 28089        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0">
 28090          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.0 or later." />
 28091        </Annotations>
 28092        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0_3">
 28093          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.0.3 or later." />
 28094        </Annotations>
 28095        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_1">
 28096          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.1 or later." />
 28097        </Annotations>
 28098        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_2">
 28099          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.2 or later." />
 28100        </Annotations>
 28101        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_3">
 28102          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.3 or later." />
 28103        </Annotations>
 28104        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_4">
 28105          <Annotation Term="Org.OData.Core.V1.Description" String="Version 4.4 or later." />
 28106        </Annotations>
 28107        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_0">
 28108          <Annotation Term="Org.OData.Core.V1.Description" String="Version 5.0 or later." />
 28109        </Annotations>
 28110        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_1">
 28111          <Annotation Term="Org.OData.Core.V1.Description" String="Version 5.1 or later." />
 28112        </Annotations>
 28113        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v6_0">
 28114          <Annotation Term="Org.OData.Core.V1.Description" String="Version 6.0 or later." />
 28115        </Annotations>
 28116        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v7_0">
 28117          <Annotation Term="Org.OData.Core.V1.Description" String="Version 7.0 or later." />
 28118        </Annotations>
 28119        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v7_1">
 28120          <Annotation Term="Org.OData.Core.V1.Description" String="Version 7.1 or later." />
 28121        </Annotations>
 28122        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v8_0">
 28123          <Annotation Term="Org.OData.Core.V1.Description" String="Version 8.0 or later." />
 28124        </Annotations>
 28125        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v8_1">
 28126          <Annotation Term="Org.OData.Core.V1.Description" String="Version 8.1 or later." />
 28127        </Annotations>
 28128        <Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v9_0">
 28129          <Annotation Term="Org.OData.Core.V1.Description" String="Version 9.0 or later." />
 28130        </Annotations>
 28131        <Annotations Target="microsoft.graph.managedAndroidStoreApp/minimumSupportedOperatingSystem">
 28132          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum supported operating system." />
 28133        </Annotations>
 28134        <Annotations Target="microsoft.graph.managedIOSStoreApp">
 28135          <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." />
 28136        </Annotations>
 28137        <Annotations Target="microsoft.graph.managedIOSStoreApp/bundleId">
 28138          <Annotation Term="Org.OData.Core.V1.Description" String="The app's Bundle ID." />
 28139        </Annotations>
 28140        <Annotations Target="microsoft.graph.managedIOSStoreApp/appStoreUrl">
 28141          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple AppStoreUrl." />
 28142        </Annotations>
 28143        <Annotations Target="microsoft.graph.managedIOSStoreApp/applicableDeviceType">
 28144          <Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." />
 28145        </Annotations>
 28146        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v8_0">
 28147          <Annotation Term="Org.OData.Core.V1.Description" String="Version 8.0 or later." />
 28148        </Annotations>
 28149        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v9_0">
 28150          <Annotation Term="Org.OData.Core.V1.Description" String="Version 9.0 or later." />
 28151        </Annotations>
 28152        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v10_0">
 28153          <Annotation Term="Org.OData.Core.V1.Description" String="Version 10.0 or later." />
 28154        </Annotations>
 28155        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v11_0">
 28156          <Annotation Term="Org.OData.Core.V1.Description" String="Version 11.0 or later." />
 28157        </Annotations>
 28158        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v12_0">
 28159          <Annotation Term="Org.OData.Core.V1.Description" String="Version 12.0 or later." />
 28160        </Annotations>
 28161        <Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v13_0">
 28162          <Annotation Term="Org.OData.Core.V1.Description" String="Version 13.0 or later." />
 28163        </Annotations>
 28164        <Annotations Target="microsoft.graph.managedIOSStoreApp/minimumSupportedOperatingSystem">
 28165          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum supported operating system." />
 28166        </Annotations>
 28167        <Annotations Target="microsoft.graph.managedMobileLobApp">
 28168          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class containing properties for all managed mobile line of business apps." />
 28169        </Annotations>
 28170        <Annotations Target="microsoft.graph.managedMobileLobApp/committedContentVersion">
 28171          <Annotation Term="Org.OData.Core.V1.Description" String="The internal committed content version." />
 28172        </Annotations>
 28173        <Annotations Target="microsoft.graph.managedMobileLobApp/fileName">
 28174          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the main Lob application file." />
 28175        </Annotations>
 28176        <Annotations Target="microsoft.graph.managedMobileLobApp/size">
 28177          <Annotation Term="Org.OData.Core.V1.Description" String="The total size, including all uploaded files." />
 28178        </Annotations>
 28179        <Annotations Target="microsoft.graph.mobileAppContent">
 28180          <Annotation Term="Org.OData.Core.V1.Description" String="Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile." />
 28181        </Annotations>
 28182        <Annotations Target="microsoft.graph.managedMobileLobApp/contentVersions">
 28183          <Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app." />
 28184        </Annotations>
 28185        <Annotations Target="microsoft.graph.mobileAppContent/files">
 28186          <Annotation Term="Org.OData.Core.V1.Description" String="The list of files for this app content version." />
 28187        </Annotations>
 28188        <Annotations Target="microsoft.graph.mobileContainedApp">
 28189          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract class that represents a contained app in a mobileApp acting as a package." />
 28190        </Annotations>
 28191        <Annotations Target="microsoft.graph.mobileAppContent/containedApps">
 28192          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in a MobileLobApp acting as a package." />
 28193        </Annotations>
 28194        <Annotations Target="microsoft.graph.windowsUniversalAppXContainedApp">
 28195          <Annotation Term="Org.OData.Core.V1.Description" String="A class that represents a contained app of a WindowsUniversalAppX app." />
 28196        </Annotations>
 28197        <Annotations Target="microsoft.graph.windowsUniversalAppXContainedApp/appUserModelId">
 28198          <Annotation Term="Org.OData.Core.V1.Description" String="The app user model ID of the contained app of a WindowsUniversalAppX app." />
 28199        </Annotations>
 28200        <Annotations Target="microsoft.graph.microsoftStoreForBusinessContainedApp">
 28201          <Annotation Term="Org.OData.Core.V1.Description" String="A class that represents a contained app of a MicrosoftStoreForBusinessApp." />
 28202        </Annotations>
 28203        <Annotations Target="microsoft.graph.microsoftStoreForBusinessContainedApp/appUserModelId">
 28204          <Annotation Term="Org.OData.Core.V1.Description" String="The app user model ID of the contained app of a MicrosoftStoreForBusinessApp." />
 28205        </Annotations>
 28206        <Annotations Target="microsoft.graph.managedAndroidLobApp">
 28207          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Managed Android Line Of Business apps." />
 28208        </Annotations>
 28209        <Annotations Target="microsoft.graph.managedAndroidLobApp/packageId">
 28210          <Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
 28211        </Annotations>
 28212        <Annotations Target="microsoft.graph.managedAndroidLobApp/identityName">
 28213          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28214        </Annotations>
 28215        <Annotations Target="microsoft.graph.managedAndroidLobApp/minimumSupportedOperatingSystem">
 28216          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28217        </Annotations>
 28218        <Annotations Target="microsoft.graph.managedAndroidLobApp/versionName">
 28219          <Annotation Term="Org.OData.Core.V1.Description" String="The version name of managed Android Line of Business (LoB) app." />
 28220        </Annotations>
 28221        <Annotations Target="microsoft.graph.managedAndroidLobApp/versionCode">
 28222          <Annotation Term="Org.OData.Core.V1.Description" String="The version code of managed Android Line of Business (LoB) app." />
 28223        </Annotations>
 28224        <Annotations Target="microsoft.graph.managedAndroidLobApp/identityVersion">
 28225          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28226        </Annotations>
 28227        <Annotations Target="microsoft.graph.managedIOSLobApp">
 28228          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Managed iOS Line Of Business apps." />
 28229        </Annotations>
 28230        <Annotations Target="microsoft.graph.managedIOSLobApp/bundleId">
 28231          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28232        </Annotations>
 28233        <Annotations Target="microsoft.graph.managedIOSLobApp/applicableDeviceType">
 28234          <Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." />
 28235        </Annotations>
 28236        <Annotations Target="microsoft.graph.managedIOSLobApp/minimumSupportedOperatingSystem">
 28237          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28238        </Annotations>
 28239        <Annotations Target="microsoft.graph.managedIOSLobApp/expirationDateTime">
 28240          <Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." />
 28241        </Annotations>
 28242        <Annotations Target="microsoft.graph.managedIOSLobApp/versionNumber">
 28243          <Annotation Term="Org.OData.Core.V1.Description" String="The version number of managed iOS Line of Business (LoB) app." />
 28244        </Annotations>
 28245        <Annotations Target="microsoft.graph.managedIOSLobApp/buildNumber">
 28246          <Annotation Term="Org.OData.Core.V1.Description" String="The build number of managed iOS Line of Business (LoB) app." />
 28247        </Annotations>
 28248        <Annotations Target="microsoft.graph.managedIOSLobApp/identityVersion">
 28249          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28250        </Annotations>
 28251        <Annotations Target="microsoft.graph.mobileLobApp">
 28252          <Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class containing properties for all mobile line of business apps." />
 28253        </Annotations>
 28254        <Annotations Target="microsoft.graph.mobileLobApp/committedContentVersion">
 28255          <Annotation Term="Org.OData.Core.V1.Description" String="The internal committed content version." />
 28256        </Annotations>
 28257        <Annotations Target="microsoft.graph.mobileLobApp/fileName">
 28258          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the main Lob application file." />
 28259        </Annotations>
 28260        <Annotations Target="microsoft.graph.mobileLobApp/size">
 28261          <Annotation Term="Org.OData.Core.V1.Description" String="The total size, including all uploaded files." />
 28262        </Annotations>
 28263        <Annotations Target="microsoft.graph.mobileLobApp/contentVersions">
 28264          <Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app." />
 28265        </Annotations>
 28266        <Annotations Target="microsoft.graph.win32LobApp">
 28267          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Win32 apps." />
 28268        </Annotations>
 28269        <Annotations Target="microsoft.graph.win32LobApp/installCommandLine">
 28270          <Annotation Term="Org.OData.Core.V1.Description" String="The command line to install this app" />
 28271        </Annotations>
 28272        <Annotations Target="microsoft.graph.win32LobApp/uninstallCommandLine">
 28273          <Annotation Term="Org.OData.Core.V1.Description" String="The command line to uninstall this app" />
 28274        </Annotations>
 28275        <Annotations Target="microsoft.graph.win32LobApp/applicableArchitectures">
 28276          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on." />
 28277        </Annotations>
 28278        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v8_0">
 28279          <Annotation Term="Org.OData.Core.V1.Description" String="Windows version 8.0 or later." />
 28280        </Annotations>
 28281        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v8_1">
 28282          <Annotation Term="Org.OData.Core.V1.Description" String="Windows version 8.1 or later." />
 28283        </Annotations>
 28284        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_0">
 28285          <Annotation Term="Org.OData.Core.V1.Description" String="Windows version 10.0 or later." />
 28286        </Annotations>
 28287        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1607">
 28288          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1607 or later." />
 28289        </Annotations>
 28290        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1703">
 28291          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1703 or later." />
 28292        </Annotations>
 28293        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1709">
 28294          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1709 or later." />
 28295        </Annotations>
 28296        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1803">
 28297          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1803 or later." />
 28298        </Annotations>
 28299        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1809">
 28300          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1809 or later." />
 28301        </Annotations>
 28302        <Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_1903">
 28303          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 1903 or later." />
 28304        </Annotations>
 28305        <Annotations Target="microsoft.graph.win32LobApp/minimumSupportedOperatingSystem">
 28306          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28307        </Annotations>
 28308        <Annotations Target="microsoft.graph.win32LobApp/minimumFreeDiskSpaceInMB">
 28309          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum free disk space which is required to install this app." />
 28310        </Annotations>
 28311        <Annotations Target="microsoft.graph.win32LobApp/minimumMemoryInMB">
 28312          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum physical memory which is required to install this app." />
 28313        </Annotations>
 28314        <Annotations Target="microsoft.graph.win32LobApp/minimumNumberOfProcessors">
 28315          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum number of processors which is required to install this app." />
 28316        </Annotations>
 28317        <Annotations Target="microsoft.graph.win32LobApp/minimumCpuSpeedInMHz">
 28318          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum CPU speed which is required to install this app." />
 28319        </Annotations>
 28320        <Annotations Target="microsoft.graph.win32LobApp/detectionRules">
 28321          <Annotation Term="Org.OData.Core.V1.Description" String="The detection rules to detect Win32 Line of Business (LoB) app." />
 28322        </Annotations>
 28323        <Annotations Target="microsoft.graph.win32LobAppRequirement/operator">
 28324          <Annotation Term="Org.OData.Core.V1.Description" String="The operator for detection" />
 28325        </Annotations>
 28326        <Annotations Target="microsoft.graph.win32LobAppRequirement/detectionValue">
 28327          <Annotation Term="Org.OData.Core.V1.Description" String="The detection value" />
 28328        </Annotations>
 28329        <Annotations Target="microsoft.graph.win32LobApp/requirementRules">
 28330          <Annotation Term="Org.OData.Core.V1.Description" String="The requirement rules to detect Win32 Line of Business (LoB) app." />
 28331        </Annotations>
 28332        <Annotations Target="microsoft.graph.win32LobAppInstallExperience/runAsAccount">
 28333          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the app runs in." />
 28334        </Annotations>
 28335        <Annotations Target="microsoft.graph.win32LobAppInstallExperience/deviceRestartBehavior">
 28336          <Annotation Term="Org.OData.Core.V1.Description" String="Device restart behavior." />
 28337        </Annotations>
 28338        <Annotations Target="microsoft.graph.win32LobApp/installExperience">
 28339          <Annotation Term="Org.OData.Core.V1.Description" String="The install experience for this app." />
 28340        </Annotations>
 28341        <Annotations Target="microsoft.graph.win32LobAppReturnCode/returnCode">
 28342          <Annotation Term="Org.OData.Core.V1.Description" String="Return code." />
 28343        </Annotations>
 28344        <Annotations Target="microsoft.graph.win32LobAppReturnCode/type">
 28345          <Annotation Term="Org.OData.Core.V1.Description" String="The type of return code." />
 28346        </Annotations>
 28347        <Annotations Target="microsoft.graph.win32LobApp/returnCodes">
 28348          <Annotation Term="Org.OData.Core.V1.Description" String="The return codes for post installation behavior." />
 28349        </Annotations>
 28350        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/productCode">
 28351          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI product code." />
 28352        </Annotations>
 28353        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/productVersion">
 28354          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI product version." />
 28355        </Annotations>
 28356        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/upgradeCode">
 28357          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI upgrade code." />
 28358        </Annotations>
 28359        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/requiresReboot">
 28360          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the MSI app requires the machine to reboot to complete installation." />
 28361        </Annotations>
 28362        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/packageType">
 28363          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI package type." />
 28364        </Annotations>
 28365        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/productName">
 28366          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI product name." />
 28367        </Annotations>
 28368        <Annotations Target="microsoft.graph.win32LobAppMsiInformation/publisher">
 28369          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI publisher." />
 28370        </Annotations>
 28371        <Annotations Target="microsoft.graph.win32LobApp/msiInformation">
 28372          <Annotation Term="Org.OData.Core.V1.Description" String="The MSI details if this Win32 app is an MSI app." />
 28373        </Annotations>
 28374        <Annotations Target="microsoft.graph.win32LobApp/setupFilePath">
 28375          <Annotation Term="Org.OData.Core.V1.Description" String="The relative path of the setup file in the encrypted Win32LobApp package." />
 28376        </Annotations>
 28377        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/check32BitOn64System">
 28378          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this registry path is for checking 32-bit app on 64-bit system" />
 28379        </Annotations>
 28380        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/keyPath">
 28381          <Annotation Term="Org.OData.Core.V1.Description" String="The registry key path to detect Win32 Line of Business (LoB) app" />
 28382        </Annotations>
 28383        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/valueName">
 28384          <Annotation Term="Org.OData.Core.V1.Description" String="The registry value name" />
 28385        </Annotations>
 28386        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/detectionType">
 28387          <Annotation Term="Org.OData.Core.V1.Description" String="The registry data detection type" />
 28388        </Annotations>
 28389        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/operator">
 28390          <Annotation Term="Org.OData.Core.V1.Description" String="The operator for registry data detection" />
 28391        </Annotations>
 28392        <Annotations Target="microsoft.graph.win32LobAppRegistryDetection/detectionValue">
 28393          <Annotation Term="Org.OData.Core.V1.Description" String="The registry detection value" />
 28394        </Annotations>
 28395        <Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productCode">
 28396          <Annotation Term="Org.OData.Core.V1.Description" String="The product code of Win32 Line of Business (LoB) app." />
 28397        </Annotations>
 28398        <Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productVersionOperator">
 28399          <Annotation Term="Org.OData.Core.V1.Description" String="The operator to detect product version." />
 28400        </Annotations>
 28401        <Annotations Target="microsoft.graph.win32LobAppProductCodeDetection/productVersion">
 28402          <Annotation Term="Org.OData.Core.V1.Description" String="The product version of Win32 Line of Business (LoB) app." />
 28403        </Annotations>
 28404        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/path">
 28405          <Annotation Term="Org.OData.Core.V1.Description" String="The file or folder path to detect Win32 Line of Business (LoB) app" />
 28406        </Annotations>
 28407        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/fileOrFolderName">
 28408          <Annotation Term="Org.OData.Core.V1.Description" String="The file or folder name to detect Win32 Line of Business (LoB) app" />
 28409        </Annotations>
 28410        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/check32BitOn64System">
 28411          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this file or folder is for checking 32-bit app on 64-bit system" />
 28412        </Annotations>
 28413        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/detectionType">
 28414          <Annotation Term="Org.OData.Core.V1.Description" String="The file system detection type" />
 28415        </Annotations>
 28416        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/operator">
 28417          <Annotation Term="Org.OData.Core.V1.Description" String="The operator for file or folder detection" />
 28418        </Annotations>
 28419        <Annotations Target="microsoft.graph.win32LobAppFileSystemDetection/detectionValue">
 28420          <Annotation Term="Org.OData.Core.V1.Description" String="The file or folder detection value" />
 28421        </Annotations>
 28422        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/enforceSignatureCheck">
 28423          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether signature check is enforced" />
 28424        </Annotations>
 28425        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/runAs32Bit">
 28426          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this script should run as 32-bit" />
 28427        </Annotations>
 28428        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptDetection/scriptContent">
 28429          <Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded script content to detect Win32 Line of Business (LoB) app" />
 28430        </Annotations>
 28431        <Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/check32BitOn64System">
 28432          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this registry path is for checking 32-bit app on 64-bit system" />
 28433        </Annotations>
 28434        <Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/keyPath">
 28435          <Annotation Term="Org.OData.Core.V1.Description" String="The registry key path to detect Win32 Line of Business (LoB) app" />
 28436        </Annotations>
 28437        <Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/valueName">
 28438          <Annotation Term="Org.OData.Core.V1.Description" String="The registry value name" />
 28439        </Annotations>
 28440        <Annotations Target="microsoft.graph.win32LobAppRegistryRequirement/detectionType">
 28441          <Annotation Term="Org.OData.Core.V1.Description" String="The registry data detection type" />
 28442        </Annotations>
 28443        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/displayName">
 28444          <Annotation Term="Org.OData.Core.V1.Description" String="The unique display name for this rule" />
 28445        </Annotations>
 28446        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/enforceSignatureCheck">
 28447          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether signature check is enforced" />
 28448        </Annotations>
 28449        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/runAs32Bit">
 28450          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this script should run as 32-bit" />
 28451        </Annotations>
 28452        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/runAsAccount">
 28453          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the script runs in." />
 28454        </Annotations>
 28455        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/scriptContent">
 28456          <Annotation Term="Org.OData.Core.V1.Description" String="The base64 encoded script content to detect Win32 Line of Business (LoB) app" />
 28457        </Annotations>
 28458        <Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRequirement/detectionType">
 28459          <Annotation Term="Org.OData.Core.V1.Description" String="The detection type for script output" />
 28460        </Annotations>
 28461        <Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/path">
 28462          <Annotation Term="Org.OData.Core.V1.Description" String="The file or folder path to detect Win32 Line of Business (LoB) app" />
 28463        </Annotations>
 28464        <Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/fileOrFolderName">
 28465          <Annotation Term="Org.OData.Core.V1.Description" String="The file or folder name to detect Win32 Line of Business (LoB) app" />
 28466        </Annotations>
 28467        <Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/check32BitOn64System">
 28468          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether this file or folder is for checking 32-bit app on 64-bit system" />
 28469        </Annotations>
 28470        <Annotations Target="microsoft.graph.win32LobAppFileSystemRequirement/detectionType">
 28471          <Annotation Term="Org.OData.Core.V1.Description" String="The file system detection type" />
 28472        </Annotations>
 28473        <Annotations Target="microsoft.graph.macOSLobApp">
 28474          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS LOB App." />
 28475        </Annotations>
 28476        <Annotations Target="microsoft.graph.macOSLobApp/bundleId">
 28477          <Annotation Term="Org.OData.Core.V1.Description" String="The bundle id." />
 28478        </Annotations>
 28479        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_7">
 28480          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.7 or later." />
 28481        </Annotations>
 28482        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_8">
 28483          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.8 or later." />
 28484        </Annotations>
 28485        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_9">
 28486          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.9 or later." />
 28487        </Annotations>
 28488        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_10">
 28489          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.10 or later." />
 28490        </Annotations>
 28491        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_11">
 28492          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.11 or later." />
 28493        </Annotations>
 28494        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_12">
 28495          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.12 or later." />
 28496        </Annotations>
 28497        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_13">
 28498          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.13 or later." />
 28499        </Annotations>
 28500        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_14">
 28501          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.14 or later." />
 28502        </Annotations>
 28503        <Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_15">
 28504          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS 10.15 or later." />
 28505        </Annotations>
 28506        <Annotations Target="microsoft.graph.macOSLobApp/minimumSupportedOperatingSystem">
 28507          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28508        </Annotations>
 28509        <Annotations Target="microsoft.graph.macOSLobApp/buildNumber">
 28510          <Annotation Term="Org.OData.Core.V1.Description" String="The build number of MacOS Line of Business (LoB) app." />
 28511        </Annotations>
 28512        <Annotations Target="microsoft.graph.macOSLobApp/versionNumber">
 28513          <Annotation Term="Org.OData.Core.V1.Description" String="The version number of MacOS Line of Business (LoB) app." />
 28514        </Annotations>
 28515        <Annotations Target="microsoft.graph.macOSLobChildApp/bundleId">
 28516          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28517        </Annotations>
 28518        <Annotations Target="microsoft.graph.macOSLobChildApp/buildNumber">
 28519          <Annotation Term="Org.OData.Core.V1.Description" String="The build number of MacOS Line of Business (LoB) app." />
 28520        </Annotations>
 28521        <Annotations Target="microsoft.graph.macOSLobChildApp/versionNumber">
 28522          <Annotation Term="Org.OData.Core.V1.Description" String="The version number of MacOS Line of Business (LoB) app." />
 28523        </Annotations>
 28524        <Annotations Target="microsoft.graph.macOSLobApp/childApps">
 28525          <Annotation Term="Org.OData.Core.V1.Description" String="The app list in this bundle package" />
 28526        </Annotations>
 28527        <Annotations Target="microsoft.graph.macOSLobApp/identityVersion">
 28528          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28529        </Annotations>
 28530        <Annotations Target="microsoft.graph.macOSLobApp/md5HashChunkSize">
 28531          <Annotation Term="Org.OData.Core.V1.Description" String="The chunk size for MD5 hash" />
 28532        </Annotations>
 28533        <Annotations Target="microsoft.graph.macOSLobApp/md5Hash">
 28534          <Annotation Term="Org.OData.Core.V1.Description" String="The MD5 hash codes" />
 28535        </Annotations>
 28536        <Annotations Target="microsoft.graph.macOSLobApp/ignoreVersionDetection">
 28537          <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 macOS Line of Business (LoB) apps that use a self update feature." />
 28538        </Annotations>
 28539        <Annotations Target="microsoft.graph.windowsMobileMSI">
 28540          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps." />
 28541        </Annotations>
 28542        <Annotations Target="microsoft.graph.windowsMobileMSI/commandLine">
 28543          <Annotation Term="Org.OData.Core.V1.Description" String="The command line." />
 28544        </Annotations>
 28545        <Annotations Target="microsoft.graph.windowsMobileMSI/productCode">
 28546          <Annotation Term="Org.OData.Core.V1.Description" String="The product code." />
 28547        </Annotations>
 28548        <Annotations Target="microsoft.graph.windowsMobileMSI/productVersion">
 28549          <Annotation Term="Org.OData.Core.V1.Description" String="The product version of Windows Mobile MSI Line of Business (LoB) app." />
 28550        </Annotations>
 28551        <Annotations Target="microsoft.graph.windowsMobileMSI/ignoreVersionDetection">
 28552          <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." />
 28553        </Annotations>
 28554        <Annotations Target="microsoft.graph.windowsMobileMSI/identityVersion">
 28555          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28556        </Annotations>
 28557        <Annotations Target="microsoft.graph.windowsMobileMSI/useDeviceContext">
 28558          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to install a dual-mode MSI in the device context. If true, app will be installed for all users. If false, app will be installed per-user. If null, service will use the MSI package's default install context. In case of dual-mode MSI, this default will be per-user.  Cannot be set for non-dual-mode apps.  Cannot be changed after initial creation of the application." />
 28559        </Annotations>
 28560        <Annotations Target="microsoft.graph.windowsPhone81AppX">
 28561          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 AppX Line Of Business apps." />
 28562        </Annotations>
 28563        <Annotations Target="microsoft.graph.windowsPhone81AppX/applicableArchitectures">
 28564          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on." />
 28565        </Annotations>
 28566        <Annotations Target="microsoft.graph.windowsPhone81AppX/identityName">
 28567          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28568        </Annotations>
 28569        <Annotations Target="microsoft.graph.windowsPhone81AppX/identityPublisherHash">
 28570          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." />
 28571        </Annotations>
 28572        <Annotations Target="microsoft.graph.windowsPhone81AppX/identityResourceIdentifier">
 28573          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
 28574        </Annotations>
 28575        <Annotations Target="microsoft.graph.windowsPhone81AppX/minimumSupportedOperatingSystem">
 28576          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28577        </Annotations>
 28578        <Annotations Target="microsoft.graph.windowsPhone81AppX/phoneProductIdentifier">
 28579          <Annotation Term="Org.OData.Core.V1.Description" String="The Phone Product Identifier." />
 28580        </Annotations>
 28581        <Annotations Target="microsoft.graph.windowsPhone81AppX/phonePublisherId">
 28582          <Annotation Term="Org.OData.Core.V1.Description" String="The Phone Publisher Id." />
 28583        </Annotations>
 28584        <Annotations Target="microsoft.graph.windowsPhone81AppX/identityVersion">
 28585          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28586        </Annotations>
 28587        <Annotations Target="microsoft.graph.windowsPhone81AppXBundle">
 28588          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 AppX Bundle Line Of Business apps." />
 28589        </Annotations>
 28590        <Annotations Target="microsoft.graph.windowsPackageInformation/applicableArchitecture">
 28591          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture for which this app can run on." />
 28592        </Annotations>
 28593        <Annotations Target="microsoft.graph.windowsPackageInformation/displayName">
 28594          <Annotation Term="Org.OData.Core.V1.Description" String="The Display Name." />
 28595        </Annotations>
 28596        <Annotations Target="microsoft.graph.windowsPackageInformation/identityName">
 28597          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28598        </Annotations>
 28599        <Annotations Target="microsoft.graph.windowsPackageInformation/identityPublisher">
 28600          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher." />
 28601        </Annotations>
 28602        <Annotations Target="microsoft.graph.windowsPackageInformation/identityResourceIdentifier">
 28603          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
 28604        </Annotations>
 28605        <Annotations Target="microsoft.graph.windowsPackageInformation/identityVersion">
 28606          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Version." />
 28607        </Annotations>
 28608        <Annotations Target="microsoft.graph.windowsPackageInformation/minimumSupportedOperatingSystem">
 28609          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28610        </Annotations>
 28611        <Annotations Target="microsoft.graph.windowsPhone81AppXBundle/appXPackageInformationList">
 28612          <Annotation Term="Org.OData.Core.V1.Description" String="The list of AppX Package Information." />
 28613        </Annotations>
 28614        <Annotations Target="microsoft.graph.windowsUniversalAppX">
 28615          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Universal AppX Line Of Business apps." />
 28616        </Annotations>
 28617        <Annotations Target="microsoft.graph.windowsUniversalAppX/applicableArchitectures">
 28618          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on." />
 28619        </Annotations>
 28620        <Annotations Target="microsoft.graph.windowsUniversalAppX/applicableDeviceTypes">
 28621          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows device type(s) for which this app can run on." />
 28622        </Annotations>
 28623        <Annotations Target="microsoft.graph.windowsUniversalAppX/identityName">
 28624          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28625        </Annotations>
 28626        <Annotations Target="microsoft.graph.windowsUniversalAppX/identityPublisherHash">
 28627          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." />
 28628        </Annotations>
 28629        <Annotations Target="microsoft.graph.windowsUniversalAppX/identityResourceIdentifier">
 28630          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
 28631        </Annotations>
 28632        <Annotations Target="microsoft.graph.windowsUniversalAppX/isBundle">
 28633          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app is a bundle." />
 28634        </Annotations>
 28635        <Annotations Target="microsoft.graph.windowsUniversalAppX/minimumSupportedOperatingSystem">
 28636          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28637        </Annotations>
 28638        <Annotations Target="microsoft.graph.windowsUniversalAppX/identityVersion">
 28639          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28640        </Annotations>
 28641        <Annotations Target="microsoft.graph.windowsUniversalAppX/committedContainedApps">
 28642          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app." />
 28643        </Annotations>
 28644        <Annotations Target="microsoft.graph.windowsAppX">
 28645          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows AppX Line Of Business apps." />
 28646        </Annotations>
 28647        <Annotations Target="microsoft.graph.windowsAppX/applicableArchitectures">
 28648          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on." />
 28649        </Annotations>
 28650        <Annotations Target="microsoft.graph.windowsAppX/identityName">
 28651          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28652        </Annotations>
 28653        <Annotations Target="microsoft.graph.windowsAppX/identityPublisherHash">
 28654          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash." />
 28655        </Annotations>
 28656        <Annotations Target="microsoft.graph.windowsAppX/identityResourceIdentifier">
 28657          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier." />
 28658        </Annotations>
 28659        <Annotations Target="microsoft.graph.windowsAppX/isBundle">
 28660          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app is a bundle." />
 28661        </Annotations>
 28662        <Annotations Target="microsoft.graph.windowsAppX/minimumSupportedOperatingSystem">
 28663          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28664        </Annotations>
 28665        <Annotations Target="microsoft.graph.windowsAppX/identityVersion">
 28666          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28667        </Annotations>
 28668        <Annotations Target="microsoft.graph.windowsPhoneXAP">
 28669          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone XAP Line Of Business apps." />
 28670        </Annotations>
 28671        <Annotations Target="microsoft.graph.windowsPhoneXAP/minimumSupportedOperatingSystem">
 28672          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28673        </Annotations>
 28674        <Annotations Target="microsoft.graph.windowsPhoneXAP/productIdentifier">
 28675          <Annotation Term="Org.OData.Core.V1.Description" String="The Product Identifier." />
 28676        </Annotations>
 28677        <Annotations Target="microsoft.graph.windowsPhoneXAP/identityVersion">
 28678          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28679        </Annotations>
 28680        <Annotations Target="microsoft.graph.androidLobApp">
 28681          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android Line Of Business apps." />
 28682        </Annotations>
 28683        <Annotations Target="microsoft.graph.androidLobApp/packageId">
 28684          <Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
 28685        </Annotations>
 28686        <Annotations Target="microsoft.graph.androidLobApp/identityName">
 28687          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28688        </Annotations>
 28689        <Annotations Target="microsoft.graph.androidLobApp/minimumSupportedOperatingSystem">
 28690          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28691        </Annotations>
 28692        <Annotations Target="microsoft.graph.androidLobApp/versionName">
 28693          <Annotation Term="Org.OData.Core.V1.Description" String="The version name of Android Line of Business (LoB) app." />
 28694        </Annotations>
 28695        <Annotations Target="microsoft.graph.androidLobApp/versionCode">
 28696          <Annotation Term="Org.OData.Core.V1.Description" String="The version code of Android Line of Business (LoB) app." />
 28697        </Annotations>
 28698        <Annotations Target="microsoft.graph.androidLobApp/identityVersion">
 28699          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28700        </Annotations>
 28701        <Annotations Target="microsoft.graph.iosLobApp">
 28702          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS Line Of Business apps." />
 28703        </Annotations>
 28704        <Annotations Target="microsoft.graph.iosLobApp/bundleId">
 28705          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28706        </Annotations>
 28707        <Annotations Target="microsoft.graph.iosLobApp/applicableDeviceType">
 28708          <Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." />
 28709        </Annotations>
 28710        <Annotations Target="microsoft.graph.iosLobApp/minimumSupportedOperatingSystem">
 28711          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28712        </Annotations>
 28713        <Annotations Target="microsoft.graph.iosLobApp/expirationDateTime">
 28714          <Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." />
 28715        </Annotations>
 28716        <Annotations Target="microsoft.graph.iosLobApp/versionNumber">
 28717          <Annotation Term="Org.OData.Core.V1.Description" String="The version number of iOS Line of Business (LoB) app." />
 28718        </Annotations>
 28719        <Annotations Target="microsoft.graph.iosLobApp/buildNumber">
 28720          <Annotation Term="Org.OData.Core.V1.Description" String="The build number of iOS Line of Business (LoB) app." />
 28721        </Annotations>
 28722        <Annotations Target="microsoft.graph.iosLobApp/identityVersion">
 28723          <Annotation Term="Org.OData.Core.V1.Description" String="The identity version." />
 28724        </Annotations>
 28725        <Annotations Target="microsoft.graph.androidForWorkApp">
 28726          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android for Work (AFW) Apps." />
 28727        </Annotations>
 28728        <Annotations Target="microsoft.graph.androidForWorkApp/packageId">
 28729          <Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
 28730        </Annotations>
 28731        <Annotations Target="microsoft.graph.androidForWorkApp/appIdentifier">
 28732          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28733        </Annotations>
 28734        <Annotations Target="microsoft.graph.androidForWorkApp/usedLicenseCount">
 28735          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
 28736        </Annotations>
 28737        <Annotations Target="microsoft.graph.androidForWorkApp/totalLicenseCount">
 28738          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." />
 28739        </Annotations>
 28740        <Annotations Target="microsoft.graph.androidForWorkApp/appStoreUrl">
 28741          <Annotation Term="Org.OData.Core.V1.Description" String="The Play for Work Store app URL." />
 28742        </Annotations>
 28743        <Annotations Target="microsoft.graph.androidManagedStoreApp">
 28744          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android Managed Store Apps." />
 28745        </Annotations>
 28746        <Annotations Target="microsoft.graph.androidManagedStoreApp/packageId">
 28747          <Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
 28748        </Annotations>
 28749        <Annotations Target="microsoft.graph.androidManagedStoreApp/appIdentifier">
 28750          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28751        </Annotations>
 28752        <Annotations Target="microsoft.graph.androidManagedStoreApp/usedLicenseCount">
 28753          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
 28754        </Annotations>
 28755        <Annotations Target="microsoft.graph.androidManagedStoreApp/totalLicenseCount">
 28756          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." />
 28757        </Annotations>
 28758        <Annotations Target="microsoft.graph.androidManagedStoreApp/appStoreUrl">
 28759          <Annotation Term="Org.OData.Core.V1.Description" String="The Play for Work Store app URL." />
 28760        </Annotations>
 28761        <Annotations Target="microsoft.graph.androidManagedStoreApp/isPrivate">
 28762          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is only available to a given enterprise's users." />
 28763        </Annotations>
 28764        <Annotations Target="microsoft.graph.androidManagedStoreApp/isSystemApp">
 28765          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the app is a preinstalled system app." />
 28766        </Annotations>
 28767        <Annotations Target="microsoft.graph.androidManagedStoreApp/supportsOemConfig">
 28768          <Annotation Term="Org.OData.Core.V1.Description" String="Whether this app supports OEMConfig policy." />
 28769        </Annotations>
 28770        <Annotations Target="microsoft.graph.androidManagedStoreWebApp">
 28771          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for web apps configured to be distributed via the managed Android app store." />
 28772        </Annotations>
 28773        <Annotations Target="microsoft.graph.macOsVppApp">
 28774          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps." />
 28775        </Annotations>
 28776        <Annotations Target="microsoft.graph.macOsVppApp/usedLicenseCount">
 28777          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
 28778        </Annotations>
 28779        <Annotations Target="microsoft.graph.macOsVppApp/totalLicenseCount">
 28780          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." />
 28781        </Annotations>
 28782        <Annotations Target="microsoft.graph.macOsVppApp/releaseDateTime">
 28783          <Annotation Term="Org.OData.Core.V1.Description" String="The VPP application release date and time." />
 28784        </Annotations>
 28785        <Annotations Target="microsoft.graph.macOsVppApp/appStoreUrl">
 28786          <Annotation Term="Org.OData.Core.V1.Description" String="The store URL." />
 28787        </Annotations>
 28788        <Annotations Target="microsoft.graph.macOsVppApp/licensingType">
 28789          <Annotation Term="Org.OData.Core.V1.Description" String="The supported License Type." />
 28790        </Annotations>
 28791        <Annotations Target="microsoft.graph.macOsVppApp/vppTokenOrganizationName">
 28792          <Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" />
 28793        </Annotations>
 28794        <Annotations Target="microsoft.graph.macOsVppApp/vppTokenAccountType">
 28795          <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`." />
 28796        </Annotations>
 28797        <Annotations Target="microsoft.graph.macOsVppApp/vppTokenAppleId">
 28798          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple Id associated with the given Apple Volume Purchase Program Token." />
 28799        </Annotations>
 28800        <Annotations Target="microsoft.graph.macOsVppApp/bundleId">
 28801          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28802        </Annotations>
 28803        <Annotations Target="microsoft.graph.macOsVppApp/vppTokenId">
 28804          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token associated with this app." />
 28805        </Annotations>
 28806        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/userId">
 28807          <Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with the action." />
 28808        </Annotations>
 28809        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/managedDeviceId">
 28810          <Annotation Term="Org.OData.Core.V1.Description" String="DeviceId associated with the action." />
 28811        </Annotations>
 28812        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/totalLicensesCount">
 28813          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke was attempted." />
 28814        </Annotations>
 28815        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/failedLicensesCount">
 28816          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses for which revoke failed." />
 28817        </Annotations>
 28818        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionFailureReason">
 28819          <Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." />
 28820        </Annotations>
 28821        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionName">
 28822          <Annotation Term="Org.OData.Core.V1.Description" String="Action name" />
 28823        </Annotations>
 28824        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/actionState">
 28825          <Annotation Term="Org.OData.Core.V1.Description" String="State of the action" />
 28826        </Annotations>
 28827        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/startDateTime">
 28828          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" />
 28829        </Annotations>
 28830        <Annotations Target="microsoft.graph.macOsVppAppRevokeLicensesActionResult/lastUpdatedDateTime">
 28831          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" />
 28832        </Annotations>
 28833        <Annotations Target="microsoft.graph.macOsVppApp/revokeLicenseActionResults">
 28834          <Annotation Term="Org.OData.Core.V1.Description" String="Results of revoke license actions on this app." />
 28835        </Annotations>
 28836        <Annotations Target="microsoft.graph.macOsVppAppAssignedLicense">
 28837          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS Volume Purchase Program license assignment. This class does not support Create, Delete, or Update." />
 28838        </Annotations>
 28839        <Annotations Target="microsoft.graph.macOsVppApp/assignedLicenses">
 28840          <Annotation Term="Org.OData.Core.V1.Description" String="The licenses assigned to this app." />
 28841        </Annotations>
 28842        <Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userEmailAddress">
 28843          <Annotation Term="Org.OData.Core.V1.Description" String="The user email address." />
 28844        </Annotations>
 28845        <Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userId">
 28846          <Annotation Term="Org.OData.Core.V1.Description" String="The user ID." />
 28847        </Annotations>
 28848        <Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userName">
 28849          <Annotation Term="Org.OData.Core.V1.Description" String="The user name." />
 28850        </Annotations>
 28851        <Annotations Target="microsoft.graph.macOsVppAppAssignedLicense/userPrincipalName">
 28852          <Annotation Term="Org.OData.Core.V1.Description" String="The user principal name." />
 28853        </Annotations>
 28854        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp">
 28855          <Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Store for Business Apps. This class does not support Create, Delete, or Update." />
 28856        </Annotations>
 28857        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/usedLicenseCount">
 28858          <Annotation Term="Org.OData.Core.V1.Description" String="The number of Microsoft Store for Business licenses in use." />
 28859        </Annotations>
 28860        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/totalLicenseCount">
 28861          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of Microsoft Store for Business licenses." />
 28862        </Annotations>
 28863        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/productKey">
 28864          <Annotation Term="Org.OData.Core.V1.Description" String="The app product key" />
 28865        </Annotations>
 28866        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/licenseType">
 28867          <Annotation Term="Org.OData.Core.V1.Description" String="The app license type" />
 28868        </Annotations>
 28869        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/packageIdentityName">
 28870          <Annotation Term="Org.OData.Core.V1.Description" String="The app package identifier" />
 28871        </Annotations>
 28872        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/licensingType">
 28873          <Annotation Term="Org.OData.Core.V1.Description" String="The supported License Type." />
 28874        </Annotations>
 28875        <Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/containedApps">
 28876          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in a mobileApp acting as a package." />
 28877        </Annotations>
 28878        <Annotations Target="microsoft.graph.webApp">
 28879          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for web apps." />
 28880        </Annotations>
 28881        <Annotations Target="microsoft.graph.webApp/appUrl">
 28882          <Annotation Term="Org.OData.Core.V1.Description" String="The web app URL." />
 28883        </Annotations>
 28884        <Annotations Target="microsoft.graph.webApp/useManagedBrowser">
 28885          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use managed browser. This property is only applicable for Android and IOS." />
 28886        </Annotations>
 28887        <Annotations Target="microsoft.graph.windowsPhone81StoreApp">
 28888          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Phone 8.1 Store apps." />
 28889        </Annotations>
 28890        <Annotations Target="microsoft.graph.windowsPhone81StoreApp/appStoreUrl">
 28891          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows Phone 8.1 app store URL." />
 28892        </Annotations>
 28893        <Annotations Target="microsoft.graph.windowsStoreApp">
 28894          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Store apps." />
 28895        </Annotations>
 28896        <Annotations Target="microsoft.graph.windowsStoreApp/appStoreUrl">
 28897          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows app store URL." />
 28898        </Annotations>
 28899        <Annotations Target="microsoft.graph.androidStoreApp">
 28900          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android store apps." />
 28901        </Annotations>
 28902        <Annotations Target="microsoft.graph.androidStoreApp/packageId">
 28903          <Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." />
 28904        </Annotations>
 28905        <Annotations Target="microsoft.graph.androidStoreApp/appIdentifier">
 28906          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28907        </Annotations>
 28908        <Annotations Target="microsoft.graph.androidStoreApp/appStoreUrl">
 28909          <Annotation Term="Org.OData.Core.V1.Description" String="The Android app store URL." />
 28910        </Annotations>
 28911        <Annotations Target="microsoft.graph.androidStoreApp/minimumSupportedOperatingSystem">
 28912          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28913        </Annotations>
 28914        <Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userEmailAddress">
 28915          <Annotation Term="Org.OData.Core.V1.Description" String="The user email address." />
 28916        </Annotations>
 28917        <Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userId">
 28918          <Annotation Term="Org.OData.Core.V1.Description" String="The user ID." />
 28919        </Annotations>
 28920        <Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userName">
 28921          <Annotation Term="Org.OData.Core.V1.Description" String="The user name." />
 28922        </Annotations>
 28923        <Annotations Target="microsoft.graph.iosVppAppAssignedLicense/userPrincipalName">
 28924          <Annotation Term="Org.OData.Core.V1.Description" String="The user principal name." />
 28925        </Annotations>
 28926        <Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense">
 28927          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program device license assignment. This class does not support Create, Delete, or Update." />
 28928        </Annotations>
 28929        <Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense/managedDeviceId">
 28930          <Annotation Term="Org.OData.Core.V1.Description" String="The managed device ID." />
 28931        </Annotations>
 28932        <Annotations Target="microsoft.graph.iosVppAppAssignedDeviceLicense/deviceName">
 28933          <Annotation Term="Org.OData.Core.V1.Description" String="The device name." />
 28934        </Annotations>
 28935        <Annotations Target="microsoft.graph.iosVppAppAssignedUserLicense">
 28936          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Volume Purchase Program user license assignment. This class does not support Create, Delete, or Update." />
 28937        </Annotations>
 28938        <Annotations Target="microsoft.graph.iosStoreApp">
 28939          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS store apps." />
 28940        </Annotations>
 28941        <Annotations Target="microsoft.graph.iosStoreApp/bundleId">
 28942          <Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." />
 28943        </Annotations>
 28944        <Annotations Target="microsoft.graph.iosStoreApp/appStoreUrl">
 28945          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple App Store URL" />
 28946        </Annotations>
 28947        <Annotations Target="microsoft.graph.iosStoreApp/applicableDeviceType">
 28948          <Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." />
 28949        </Annotations>
 28950        <Annotations Target="microsoft.graph.iosStoreApp/minimumSupportedOperatingSystem">
 28951          <Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." />
 28952        </Annotations>
 28953        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/content">
 28954          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows Enterprise Code-Signing Certificate in the raw data format." />
 28955        </Annotations>
 28956        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/status">
 28957          <Annotation Term="Org.OData.Core.V1.Description" String="The Certificate Status Provisioned or not Provisioned." />
 28958        </Annotations>
 28959        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subjectName">
 28960          <Annotation Term="Org.OData.Core.V1.Description" String="The Subject Name for the cert." />
 28961        </Annotations>
 28962        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subject">
 28963          <Annotation Term="Org.OData.Core.V1.Description" String="The Subject Value for the cert." />
 28964        </Annotations>
 28965        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuerName">
 28966          <Annotation Term="Org.OData.Core.V1.Description" String="The Issuer Name for the cert." />
 28967        </Annotations>
 28968        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuer">
 28969          <Annotation Term="Org.OData.Core.V1.Description" String="The Issuer value for the cert." />
 28970        </Annotations>
 28971        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/expirationDateTime">
 28972          <Annotation Term="Org.OData.Core.V1.Description" String="The Cert Expiration Date." />
 28973        </Annotations>
 28974        <Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/uploadDateTime">
 28975          <Annotation Term="Org.OData.Core.V1.Description" String="The date time of CodeSigning Cert when it is uploaded." />
 28976        </Annotations>
 28977        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/deviceDisplayName">
 28978          <Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
 28979        </Annotations>
 28980        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/userName">
 28981          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 28982        </Annotations>
 28983        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/deviceModel">
 28984          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 28985        </Annotations>
 28986        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/platform">
 28987          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
 28988        </Annotations>
 28989        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/complianceGracePeriodExpirationDateTime">
 28990          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 28991        </Annotations>
 28992        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/status">
 28993          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 28994        </Annotations>
 28995        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/lastReportedDateTime">
 28996          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 28997        </Annotations>
 28998        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/userPrincipalName">
 28999          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 29000        </Annotations>
 29001        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/userDisplayName">
 29002          <Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." />
 29003        </Annotations>
 29004        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/devicesCount">
 29005          <Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
 29006        </Annotations>
 29007        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/status">
 29008          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 29009        </Annotations>
 29010        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/lastReportedDateTime">
 29011          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 29012        </Annotations>
 29013        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/userPrincipalName">
 29014          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 29015        </Annotations>
 29016        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/content">
 29017          <Annotation Term="Org.OData.Core.V1.Description" String="The Windows Symantec Code-Signing Certificate in the raw data format." />
 29018        </Annotations>
 29019        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/status">
 29020          <Annotation Term="Org.OData.Core.V1.Description" String="The Cert Status Provisioned or not Provisioned." />
 29021        </Annotations>
 29022        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/password">
 29023          <Annotation Term="Org.OData.Core.V1.Description" String="The Password required for .pfx file." />
 29024        </Annotations>
 29025        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/subjectName">
 29026          <Annotation Term="Org.OData.Core.V1.Description" String="The Subject Name for the cert." />
 29027        </Annotations>
 29028        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/subject">
 29029          <Annotation Term="Org.OData.Core.V1.Description" String="The Subject value for the cert." />
 29030        </Annotations>
 29031        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/issuerName">
 29032          <Annotation Term="Org.OData.Core.V1.Description" String="The Issuer Name for the cert." />
 29033        </Annotations>
 29034        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/issuer">
 29035          <Annotation Term="Org.OData.Core.V1.Description" String="The Issuer value for the cert." />
 29036        </Annotations>
 29037        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/expirationDateTime">
 29038          <Annotation Term="Org.OData.Core.V1.Description" String="The Cert Expiration Date." />
 29039        </Annotations>
 29040        <Annotations Target="microsoft.graph.symantecCodeSigningCertificate/uploadDateTime">
 29041          <Annotation Term="Org.OData.Core.V1.Description" String="The Type of the CodeSigning Cert as Symantec Cert." />
 29042        </Annotations>
 29043        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/pendingCount">
 29044          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" />
 29045        </Annotations>
 29046        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/notApplicableCount">
 29047          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 29048        </Annotations>
 29049        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/notApplicablePlatformCount">
 29050          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" />
 29051        </Annotations>
 29052        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/successCount">
 29053          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" />
 29054        </Annotations>
 29055        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/errorCount">
 29056          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 29057        </Annotations>
 29058        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/failedCount">
 29059          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" />
 29060        </Annotations>
 29061        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/conflictCount">
 29062          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" />
 29063        </Annotations>
 29064        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/lastUpdateDateTime">
 29065          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 29066        </Annotations>
 29067        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/configurationVersion">
 29068          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 29069        </Annotations>
 29070        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/pendingCount">
 29071          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" />
 29072        </Annotations>
 29073        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/notApplicableCount">
 29074          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" />
 29075        </Annotations>
 29076        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/successCount">
 29077          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
 29078        </Annotations>
 29079        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/errorCount">
 29080          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" />
 29081        </Annotations>
 29082        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/failedCount">
 29083          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" />
 29084        </Annotations>
 29085        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/conflictCount">
 29086          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" />
 29087        </Annotations>
 29088        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/lastUpdateDateTime">
 29089          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 29090        </Annotations>
 29091        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/configurationVersion">
 29092          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 29093        </Annotations>
 29094        <Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration">
 29095          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for AFW mobile app configurations." />
 29096        </Annotations>
 29097        <Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/packageId">
 29098          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work app configuration package id." />
 29099        </Annotations>
 29100        <Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/payloadJson">
 29101          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work app configuration JSON payload." />
 29102        </Annotations>
 29103        <Annotations Target="microsoft.graph.androidPermissionAction/permission">
 29104          <Annotation Term="Org.OData.Core.V1.Description" String="Android permission string, defined in the official Android documentation.  Example 'android.permission.READ_CONTACTS'." />
 29105        </Annotations>
 29106        <Annotations Target="microsoft.graph.androidPermissionAction/action">
 29107          <Annotation Term="Org.OData.Core.V1.Description" String="Type of Android permission action." />
 29108        </Annotations>
 29109        <Annotations Target="microsoft.graph.androidForWorkMobileAppConfiguration/permissionActions">
 29110          <Annotation Term="Org.OData.Core.V1.Description" String="List of Android app permissions and corresponding permission actions." />
 29111        </Annotations>
 29112        <Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration">
 29113          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for Android Enterprise mobile app configurations." />
 29114        </Annotations>
 29115        <Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/packageId">
 29116          <Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration package id." />
 29117        </Annotations>
 29118        <Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/payloadJson">
 29119          <Annotation Term="Org.OData.Core.V1.Description" String="Android Enterprise app configuration JSON payload." />
 29120        </Annotations>
 29121        <Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/permissionActions">
 29122          <Annotation Term="Org.OData.Core.V1.Description" String="List of Android app permissions and corresponding permission actions." />
 29123        </Annotations>
 29124        <Annotations Target="microsoft.graph.androidManagedStoreAppConfiguration/appSupportsOemConfig">
 29125          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not this AppConfig is an OEMConfig policy." />
 29126        </Annotations>
 29127        <Annotations Target="microsoft.graph.iosMobileAppConfiguration">
 29128          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for iOS mobile app configurations." />
 29129        </Annotations>
 29130        <Annotations Target="microsoft.graph.iosMobileAppConfiguration/encodedSettingXml">
 29131          <Annotation Term="Org.OData.Core.V1.Description" String="mdm app configuration Base64 binary." />
 29132        </Annotations>
 29133        <Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKey">
 29134          <Annotation Term="Org.OData.Core.V1.Description" String="app configuration key." />
 29135        </Annotations>
 29136        <Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKeyType">
 29137          <Annotation Term="Org.OData.Core.V1.Description" String="app configuration key type." />
 29138        </Annotations>
 29139        <Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKeyValue">
 29140          <Annotation Term="Org.OData.Core.V1.Description" String="app configuration key value." />
 29141        </Annotations>
 29142        <Annotations Target="microsoft.graph.iosMobileAppConfiguration/settings">
 29143          <Annotation Term="Org.OData.Core.V1.Description" String="app configuration setting items." />
 29144        </Annotations>
 29145        <Annotations Target="microsoft.graph.auditEvent/displayName">
 29146          <Annotation Term="Org.OData.Core.V1.Description" String="Event display name." />
 29147        </Annotations>
 29148        <Annotations Target="microsoft.graph.auditEvent/componentName">
 29149          <Annotation Term="Org.OData.Core.V1.Description" String="Component name." />
 29150        </Annotations>
 29151        <Annotations Target="microsoft.graph.auditActor/type">
 29152          <Annotation Term="Org.OData.Core.V1.Description" String="Actor Type." />
 29153        </Annotations>
 29154        <Annotations Target="microsoft.graph.auditActor/userPermissions">
 29155          <Annotation Term="Org.OData.Core.V1.Description" String="List of user permissions when the audit was performed." />
 29156        </Annotations>
 29157        <Annotations Target="microsoft.graph.auditActor/applicationId">
 29158          <Annotation Term="Org.OData.Core.V1.Description" String="AAD Application Id." />
 29159        </Annotations>
 29160        <Annotations Target="microsoft.graph.auditActor/applicationDisplayName">
 29161          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the Application." />
 29162        </Annotations>
 29163        <Annotations Target="microsoft.graph.auditActor/userPrincipalName">
 29164          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." />
 29165        </Annotations>
 29166        <Annotations Target="microsoft.graph.auditActor/servicePrincipalName">
 29167          <Annotation Term="Org.OData.Core.V1.Description" String="Service Principal Name (SPN)." />
 29168        </Annotations>
 29169        <Annotations Target="microsoft.graph.auditActor/ipAddress">
 29170          <Annotation Term="Org.OData.Core.V1.Description" String="IPAddress." />
 29171        </Annotations>
 29172        <Annotations Target="microsoft.graph.auditActor/userId">
 29173          <Annotation Term="Org.OData.Core.V1.Description" String="User Id." />
 29174        </Annotations>
 29175        <Annotations Target="microsoft.graph.roleScopeTagInfo/displayName">
 29176          <Annotation Term="Org.OData.Core.V1.Description" String="Scope Tag Display name." />
 29177        </Annotations>
 29178        <Annotations Target="microsoft.graph.roleScopeTagInfo/roleScopeTagId">
 29179          <Annotation Term="Org.OData.Core.V1.Description" String="Scope Tag Id." />
 29180        </Annotations>
 29181        <Annotations Target="microsoft.graph.auditActor/userRoleScopeTags">
 29182          <Annotation Term="Org.OData.Core.V1.Description" String="List of user scope tags when the audit was performed." />
 29183        </Annotations>
 29184        <Annotations Target="microsoft.graph.auditEvent/actor">
 29185          <Annotation Term="Org.OData.Core.V1.Description" String="AAD user and application that are associated with the audit event." />
 29186        </Annotations>
 29187        <Annotations Target="microsoft.graph.auditEvent/activity">
 29188          <Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the activity." />
 29189        </Annotations>
 29190        <Annotations Target="microsoft.graph.auditEvent/activityDateTime">
 29191          <Annotation Term="Org.OData.Core.V1.Description" String="The date time in UTC when the activity was performed." />
 29192        </Annotations>
 29193        <Annotations Target="microsoft.graph.auditEvent/activityType">
 29194          <Annotation Term="Org.OData.Core.V1.Description" String="The type of activity that was being performed." />
 29195        </Annotations>
 29196        <Annotations Target="microsoft.graph.auditEvent/activityOperationType">
 29197          <Annotation Term="Org.OData.Core.V1.Description" String="The HTTP operation type of the activity." />
 29198        </Annotations>
 29199        <Annotations Target="microsoft.graph.auditEvent/activityResult">
 29200          <Annotation Term="Org.OData.Core.V1.Description" String="The result of the activity." />
 29201        </Annotations>
 29202        <Annotations Target="microsoft.graph.auditEvent/correlationId">
 29203          <Annotation Term="Org.OData.Core.V1.Description" String="The client request Id that is used to correlate activity within the system." />
 29204        </Annotations>
 29205        <Annotations Target="microsoft.graph.auditResource/displayName">
 29206          <Annotation Term="Org.OData.Core.V1.Description" String="Display name." />
 29207        </Annotations>
 29208        <Annotations Target="microsoft.graph.auditProperty/displayName">
 29209          <Annotation Term="Org.OData.Core.V1.Description" String="Display name." />
 29210        </Annotations>
 29211        <Annotations Target="microsoft.graph.auditProperty/oldValue">
 29212          <Annotation Term="Org.OData.Core.V1.Description" String="Old value." />
 29213        </Annotations>
 29214        <Annotations Target="microsoft.graph.auditProperty/newValue">
 29215          <Annotation Term="Org.OData.Core.V1.Description" String="New value." />
 29216        </Annotations>
 29217        <Annotations Target="microsoft.graph.auditResource/modifiedProperties">
 29218          <Annotation Term="Org.OData.Core.V1.Description" String="List of modified properties." />
 29219        </Annotations>
 29220        <Annotations Target="microsoft.graph.auditResource/type">
 29221          <Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's type." />
 29222        </Annotations>
 29223        <Annotations Target="microsoft.graph.auditResource/resourceId">
 29224          <Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's Id." />
 29225        </Annotations>
 29226        <Annotations Target="microsoft.graph.auditEvent/resources">
 29227          <Annotation Term="Org.OData.Core.V1.Description" String="Resources being modified." />
 29228        </Annotations>
 29229        <Annotations Target="microsoft.graph.auditEvent/category">
 29230          <Annotation Term="Org.OData.Core.V1.Description" String="Audit category." />
 29231        </Annotations>
 29232        <Annotations Target="microsoft.graph.managedEBookAssignment">
 29233          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a eBook to a group." />
 29234        </Annotations>
 29235        <Annotations Target="microsoft.graph.managedEBookAssignment/target">
 29236          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for eBook." />
 29237        </Annotations>
 29238        <Annotations Target="microsoft.graph.managedEBookAssignment/installIntent">
 29239          <Annotation Term="Org.OData.Core.V1.Description" String="The install intent for eBook." />
 29240        </Annotations>
 29241        <Annotations Target="microsoft.graph.managedEBook/displayName">
 29242          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the eBook." />
 29243        </Annotations>
 29244        <Annotations Target="microsoft.graph.managedEBook/description">
 29245          <Annotation Term="Org.OData.Core.V1.Description" String="Description." />
 29246        </Annotations>
 29247        <Annotations Target="microsoft.graph.managedEBook/publisher">
 29248          <Annotation Term="Org.OData.Core.V1.Description" String="Publisher." />
 29249        </Annotations>
 29250        <Annotations Target="microsoft.graph.managedEBook/publishedDateTime">
 29251          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook was published." />
 29252        </Annotations>
 29253        <Annotations Target="microsoft.graph.managedEBook/largeCover">
 29254          <Annotation Term="Org.OData.Core.V1.Description" String="Book cover." />
 29255        </Annotations>
 29256        <Annotations Target="microsoft.graph.managedEBook/createdDateTime">
 29257          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook file was created." />
 29258        </Annotations>
 29259        <Annotations Target="microsoft.graph.managedEBook/lastModifiedDateTime">
 29260          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook was last modified." />
 29261        </Annotations>
 29262        <Annotations Target="microsoft.graph.managedEBook/informationUrl">
 29263          <Annotation Term="Org.OData.Core.V1.Description" String="The more information Url." />
 29264        </Annotations>
 29265        <Annotations Target="microsoft.graph.managedEBook/privacyInformationUrl">
 29266          <Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." />
 29267        </Annotations>
 29268        <Annotations Target="microsoft.graph.managedEBook/categories">
 29269          <Annotation Term="Org.OData.Core.V1.Description" String="The list of categories for this eBook." />
 29270        </Annotations>
 29271        <Annotations Target="microsoft.graph.managedEBook/assignments">
 29272          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this eBook." />
 29273        </Annotations>
 29274        <Annotations Target="microsoft.graph.eBookInstallSummary">
 29275          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation summary of a book for a device." />
 29276        </Annotations>
 29277        <Annotations Target="microsoft.graph.managedEBook/installSummary">
 29278          <Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Install Summary." />
 29279        </Annotations>
 29280        <Annotations Target="microsoft.graph.deviceInstallState">
 29281          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state for a device." />
 29282        </Annotations>
 29283        <Annotations Target="microsoft.graph.managedEBook/deviceStates">
 29284          <Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this eBook." />
 29285        </Annotations>
 29286        <Annotations Target="microsoft.graph.userInstallStateSummary">
 29287          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state summary for a user." />
 29288        </Annotations>
 29289        <Annotations Target="microsoft.graph.managedEBook/userStateSummary">
 29290          <Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this eBook." />
 29291        </Annotations>
 29292        <Annotations Target="microsoft.graph.managedEBookCategory/displayName">
 29293          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the eBook category." />
 29294        </Annotations>
 29295        <Annotations Target="microsoft.graph.managedEBookCategory/lastModifiedDateTime">
 29296          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the ManagedEBookCategory was last modified." />
 29297        </Annotations>
 29298        <Annotations Target="microsoft.graph.iosVppEBookAssignment">
 29299          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS VPP EBook to a group." />
 29300        </Annotations>
 29301        <Annotations Target="microsoft.graph.eBookInstallSummary/installedDeviceCount">
 29302          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully installed this book." />
 29303        </Annotations>
 29304        <Annotations Target="microsoft.graph.eBookInstallSummary/failedDeviceCount">
 29305          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to install this book." />
 29306        </Annotations>
 29307        <Annotations Target="microsoft.graph.eBookInstallSummary/notInstalledDeviceCount">
 29308          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that does not have this book installed." />
 29309        </Annotations>
 29310        <Annotations Target="microsoft.graph.eBookInstallSummary/installedUserCount">
 29311          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices have all succeeded to install this book." />
 29312        </Annotations>
 29313        <Annotations Target="microsoft.graph.eBookInstallSummary/failedUserCount">
 29314          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that failed to install this book." />
 29315        </Annotations>
 29316        <Annotations Target="microsoft.graph.eBookInstallSummary/notInstalledUserCount">
 29317          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that did not install this book." />
 29318        </Annotations>
 29319        <Annotations Target="microsoft.graph.deviceInstallState/deviceName">
 29320          <Annotation Term="Org.OData.Core.V1.Description" String="Device name." />
 29321        </Annotations>
 29322        <Annotations Target="microsoft.graph.deviceInstallState/deviceId">
 29323          <Annotation Term="Org.OData.Core.V1.Description" String="Device Id." />
 29324        </Annotations>
 29325        <Annotations Target="microsoft.graph.deviceInstallState/lastSyncDateTime">
 29326          <Annotation Term="Org.OData.Core.V1.Description" String="Last sync date and time." />
 29327        </Annotations>
 29328        <Annotations Target="microsoft.graph.deviceInstallState/installState">
 29329          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." />
 29330        </Annotations>
 29331        <Annotations Target="microsoft.graph.deviceInstallState/errorCode">
 29332          <Annotation Term="Org.OData.Core.V1.Description" String="The error code for install failures." />
 29333        </Annotations>
 29334        <Annotations Target="microsoft.graph.deviceInstallState/osVersion">
 29335          <Annotation Term="Org.OData.Core.V1.Description" String="OS Version." />
 29336        </Annotations>
 29337        <Annotations Target="microsoft.graph.deviceInstallState/osDescription">
 29338          <Annotation Term="Org.OData.Core.V1.Description" String="OS Description." />
 29339        </Annotations>
 29340        <Annotations Target="microsoft.graph.deviceInstallState/userName">
 29341          <Annotation Term="Org.OData.Core.V1.Description" String="Device User Name." />
 29342        </Annotations>
 29343        <Annotations Target="microsoft.graph.userInstallStateSummary/userName">
 29344          <Annotation Term="Org.OData.Core.V1.Description" String="User name." />
 29345        </Annotations>
 29346        <Annotations Target="microsoft.graph.userInstallStateSummary/installedDeviceCount">
 29347          <Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." />
 29348        </Annotations>
 29349        <Annotations Target="microsoft.graph.userInstallStateSummary/failedDeviceCount">
 29350          <Annotation Term="Org.OData.Core.V1.Description" String="Failed Device Count." />
 29351        </Annotations>
 29352        <Annotations Target="microsoft.graph.userInstallStateSummary/notInstalledDeviceCount">
 29353          <Annotation Term="Org.OData.Core.V1.Description" String="Not installed device count." />
 29354        </Annotations>
 29355        <Annotations Target="microsoft.graph.userInstallStateSummary/deviceStates">
 29356          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." />
 29357        </Annotations>
 29358        <Annotations Target="microsoft.graph.iosVppEBook">
 29359          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for iOS Vpp eBook." />
 29360        </Annotations>
 29361        <Annotations Target="microsoft.graph.iosVppEBook/vppTokenId">
 29362          <Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token ID." />
 29363        </Annotations>
 29364        <Annotations Target="microsoft.graph.iosVppEBook/appleId">
 29365          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple ID associated with Vpp token." />
 29366        </Annotations>
 29367        <Annotations Target="microsoft.graph.iosVppEBook/vppOrganizationName">
 29368          <Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token's organization name." />
 29369        </Annotations>
 29370        <Annotations Target="microsoft.graph.iosVppEBook/genres">
 29371          <Annotation Term="Org.OData.Core.V1.Description" String="Genres." />
 29372        </Annotations>
 29373        <Annotations Target="microsoft.graph.iosVppEBook/language">
 29374          <Annotation Term="Org.OData.Core.V1.Description" String="Language." />
 29375        </Annotations>
 29376        <Annotations Target="microsoft.graph.iosVppEBook/seller">
 29377          <Annotation Term="Org.OData.Core.V1.Description" String="Seller." />
 29378        </Annotations>
 29379        <Annotations Target="microsoft.graph.iosVppEBook/totalLicenseCount">
 29380          <Annotation Term="Org.OData.Core.V1.Description" String="Total license count." />
 29381        </Annotations>
 29382        <Annotations Target="microsoft.graph.iosVppEBook/usedLicenseCount">
 29383          <Annotation Term="Org.OData.Core.V1.Description" String="Used license count." />
 29384        </Annotations>
 29385        <Annotations Target="microsoft.graph.iosVppEBook/roleScopeTagIds">
 29386          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 29387        </Annotations>
 29388        <Annotations Target="microsoft.graph.policySet/createdDateTime">
 29389          <Annotation Term="Org.OData.Core.V1.Description" String="Creation time of the PolicySet." />
 29390        </Annotations>
 29391        <Annotations Target="microsoft.graph.policySet/lastModifiedDateTime">
 29392          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySet." />
 29393        </Annotations>
 29394        <Annotations Target="microsoft.graph.policySet/displayName">
 29395          <Annotation Term="Org.OData.Core.V1.Description" String="DisplayName of the PolicySet." />
 29396        </Annotations>
 29397        <Annotations Target="microsoft.graph.policySet/description">
 29398          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the PolicySet." />
 29399        </Annotations>
 29400        <Annotations Target="microsoft.graph.policySet/status">
 29401          <Annotation Term="Org.OData.Core.V1.Description" String="Validation/assignment status of the PolicySet." />
 29402        </Annotations>
 29403        <Annotations Target="microsoft.graph.policySet/errorCode">
 29404          <Annotation Term="Org.OData.Core.V1.Description" String="Error code if any occured." />
 29405        </Annotations>
 29406        <Annotations Target="microsoft.graph.policySet/guidedDeploymentTags">
 29407          <Annotation Term="Org.OData.Core.V1.Description" String="Tags of the guided deployment" />
 29408        </Annotations>
 29409        <Annotations Target="microsoft.graph.policySet/roleScopeTags">
 29410          <Annotation Term="Org.OData.Core.V1.Description" String="RoleScopeTags of the PolicySet" />
 29411        </Annotations>
 29412        <Annotations Target="microsoft.graph.policySetAssignment">
 29413          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet Assignment." />
 29414        </Annotations>
 29415        <Annotations Target="microsoft.graph.policySet/assignments">
 29416          <Annotation Term="Org.OData.Core.V1.Description" String="Assignments of the PolicySet." />
 29417        </Annotations>
 29418        <Annotations Target="microsoft.graph.policySetItem">
 29419          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for PolicySet Item." />
 29420        </Annotations>
 29421        <Annotations Target="microsoft.graph.policySet/items">
 29422          <Annotation Term="Org.OData.Core.V1.Description" String="Items of the PolicySet with maximum count 100." />
 29423        </Annotations>
 29424        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration/deployedAppCount">
 29425          <Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." />
 29426        </Annotations>
 29427        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration/isAssigned">
 29428          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." />
 29429        </Annotations>
 29430        <Annotations Target="microsoft.graph.managedMobileApp">
 29431          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier for the deployment an app." />
 29432        </Annotations>
 29433        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration/apps">
 29434          <Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
 29435        </Annotations>
 29436        <Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummary">
 29437          <Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppEntity is the base entity type for all other entity types under app management workflow." />
 29438        </Annotations>
 29439        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration/deploymentSummary">
 29440          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." />
 29441        </Annotations>
 29442        <Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment">
 29443          <Annotation Term="Org.OData.Core.V1.Description" String="The type for deployment of groups or apps." />
 29444        </Annotations>
 29445        <Annotations Target="microsoft.graph.targetedManagedAppConfiguration/assignments">
 29446          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of inclusion and exclusion groups to which the policy is deployed." />
 29447        </Annotations>
 29448        <Annotations Target="microsoft.graph.policySetItem/createdDateTime">
 29449          <Annotation Term="Org.OData.Core.V1.Description" String="Creation time of the PolicySetItem." />
 29450        </Annotations>
 29451        <Annotations Target="microsoft.graph.policySetItem/lastModifiedDateTime">
 29452          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySetItem." />
 29453        </Annotations>
 29454        <Annotations Target="microsoft.graph.policySetItem/payloadId">
 29455          <Annotation Term="Org.OData.Core.V1.Description" String="PayloadId of the PolicySetItem." />
 29456        </Annotations>
 29457        <Annotations Target="microsoft.graph.policySetItem/itemType">
 29458          <Annotation Term="Org.OData.Core.V1.Description" String="policySetType of the PolicySetItem." />
 29459        </Annotations>
 29460        <Annotations Target="microsoft.graph.policySetItem/displayName">
 29461          <Annotation Term="Org.OData.Core.V1.Description" String="DisplayName of the PolicySetItem." />
 29462        </Annotations>
 29463        <Annotations Target="microsoft.graph.policySetItem/status">
 29464          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the PolicySetItem." />
 29465        </Annotations>
 29466        <Annotations Target="microsoft.graph.policySetItem/errorCode">
 29467          <Annotation Term="Org.OData.Core.V1.Description" String="Error code if any occured." />
 29468        </Annotations>
 29469        <Annotations Target="microsoft.graph.policySetItem/guidedDeploymentTags">
 29470          <Annotation Term="Org.OData.Core.V1.Description" String="Tags of the guided deployment" />
 29471        </Annotations>
 29472        <Annotations Target="microsoft.graph.policySetAssignment/lastModifiedDateTime">
 29473          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified time of the PolicySetAssignment." />
 29474        </Annotations>
 29475        <Annotations Target="microsoft.graph.policySetAssignment/target">
 29476          <Annotation Term="Org.OData.Core.V1.Description" String="The target group of PolicySetAssignment" />
 29477        </Annotations>
 29478        <Annotations Target="microsoft.graph.hasPayloadLinkResultItem/payloadId">
 29479          <Annotation Term="Org.OData.Core.V1.Description" String="Key of the Payload, In the format of Guid." />
 29480        </Annotations>
 29481        <Annotations Target="microsoft.graph.hasPayloadLinkResultItem/hasLink">
 29482          <Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether a payload has any link or not." />
 29483        </Annotations>
 29484        <Annotations Target="microsoft.graph.hasPayloadLinkResultItem/error">
 29485          <Annotation Term="Org.OData.Core.V1.Description" String="Exception information indicates if check for this item was successful or not.Empty string for no error." />
 29486        </Annotations>
 29487        <Annotations Target="microsoft.graph.hasPayloadLinkResultItem/sources">
 29488          <Annotation Term="Org.OData.Core.V1.Description" String="The reason where the link comes from." />
 29489        </Annotations>
 29490        <Annotations Target="microsoft.graph.iosManagedAppProtection/appDataEncryptionType">
 29491          <Annotation Term="Org.OData.Core.V1.Description" String="Type of encryption which should be used for data in a managed app." />
 29492        </Annotations>
 29493        <Annotations Target="microsoft.graph.iosManagedAppProtection/minimumRequiredSdkVersion">
 29494          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." />
 29495        </Annotations>
 29496        <Annotations Target="microsoft.graph.iosManagedAppProtection/deployedAppCount">
 29497          <Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." />
 29498        </Annotations>
 29499        <Annotations Target="microsoft.graph.iosManagedAppProtection/faceIdBlocked">
 29500          <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." />
 29501        </Annotations>
 29502        <Annotations Target="microsoft.graph.iosManagedAppProtection/exemptedAppProtocols">
 29503          <Annotation Term="Org.OData.Core.V1.Description" String="Apps in this list will be exempt from the policy and will be able to receive data from managed apps." />
 29504        </Annotations>
 29505        <Annotations Target="microsoft.graph.iosManagedAppProtection/minimumWipeSdkVersion">
 29506          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." />
 29507        </Annotations>
 29508        <Annotations Target="microsoft.graph.iosManagedAppProtection/allowedIosDeviceModels">
 29509          <Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device models allowed, as a string, for the managed app to work." />
 29510        </Annotations>
 29511        <Annotations Target="microsoft.graph.iosManagedAppProtection/appActionIfIosDeviceModelNotAllowed">
 29512          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed." />
 29513        </Annotations>
 29514        <Annotations Target="microsoft.graph.iosManagedAppProtection/thirdPartyKeyboardsBlocked">
 29515          <Annotation Term="Org.OData.Core.V1.Description" String="Defines if third party keyboards are allowed while accessing a managed app" />
 29516        </Annotations>
 29517        <Annotations Target="microsoft.graph.iosManagedAppProtection/filterOpenInToOnlyManagedApps">
 29518          <Annotation Term="Org.OData.Core.V1.Description" String="Defines if open-in operation is supported from the managed app to the filesharing locations selected. This setting only applies when AllowedOutboundDataTransferDestinations is set to ManagedApps and DisableProtectionOfManagedOutboundOpenInData is set to False." />
 29519        </Annotations>
 29520        <Annotations Target="microsoft.graph.iosManagedAppProtection/disableProtectionOfManagedOutboundOpenInData">
 29521          <Annotation Term="Org.OData.Core.V1.Description" String="Disable protection of data transferred to other apps through IOS OpenIn option. This setting is only allowed to be True when AllowedOutboundDataTransferDestinations is set to ManagedApps." />
 29522        </Annotations>
 29523        <Annotations Target="microsoft.graph.iosManagedAppProtection/protectInboundDataFromUnknownSources">
 29524          <Annotation Term="Org.OData.Core.V1.Description" String="Protect incoming data from unknown source. This setting is only allowed to be True when AllowedInboundDataTransferSources is set to AllApps." />
 29525        </Annotations>
 29526        <Annotations Target="microsoft.graph.iosManagedAppProtection/customBrowserProtocol">
 29527          <Annotation Term="Org.OData.Core.V1.Description" String="A custom browser protocol to open weblink on iOS." />
 29528        </Annotations>
 29529        <Annotations Target="microsoft.graph.iosManagedAppProtection/apps">
 29530          <Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
 29531        </Annotations>
 29532        <Annotations Target="microsoft.graph.iosManagedAppProtection/deploymentSummary">
 29533          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." />
 29534        </Annotations>
 29535        <Annotations Target="microsoft.graph.androidManagedAppProtection/screenCaptureBlocked">
 29536          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a managed user can take screen captures of managed apps" />
 29537        </Annotations>
 29538        <Annotations Target="microsoft.graph.androidManagedAppProtection/disableAppEncryptionIfDeviceEncryptionIsEnabled">
 29539          <Annotation Term="Org.OData.Core.V1.Description" String="When this setting is enabled, app level encryption is disabled if device level encryption is enabled" />
 29540        </Annotations>
 29541        <Annotations Target="microsoft.graph.androidManagedAppProtection/encryptAppData">
 29542          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether application data for managed apps should be encrypted" />
 29543        </Annotations>
 29544        <Annotations Target="microsoft.graph.androidManagedAppProtection/deployedAppCount">
 29545          <Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." />
 29546        </Annotations>
 29547        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumRequiredPatchVersion">
 29548          <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." />
 29549        </Annotations>
 29550        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWarningPatchVersion">
 29551          <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." />
 29552        </Annotations>
 29553        <Annotations Target="microsoft.graph.androidManagedAppProtection/exemptedAppPackages">
 29554          <Annotation Term="Org.OData.Core.V1.Description" String="App packages in this list will be exempt from the policy and will be able to receive data from managed apps." />
 29555        </Annotations>
 29556        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWipePatchVersion">
 29557          <Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level  less than or equal to the specified value will wipe the managed app and the associated company data." />
 29558        </Annotations>
 29559        <Annotations Target="microsoft.graph.androidManagedAppProtection/allowedAndroidDeviceManufacturers">
 29560          <Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device manufacturers allowed, as a string, for the managed app to work." />
 29561        </Annotations>
 29562        <Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidDeviceManufacturerNotAllowed">
 29563          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device manufacturer is not allowed." />
 29564        </Annotations>
 29565        <Annotations Target="microsoft.graph.androidManagedAppProtection/requiredAndroidSafetyNetDeviceAttestationType">
 29566          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Device Attestation requirement for a managed app to work." />
 29567        </Annotations>
 29568        <Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidSafetyNetDeviceAttestationFailed">
 29569          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirment fails." />
 29570        </Annotations>
 29571        <Annotations Target="microsoft.graph.androidManagedAppProtection/requiredAndroidSafetyNetAppsVerificationType">
 29572          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Apps Verification requirement for a managed app to work." />
 29573        </Annotations>
 29574        <Annotations Target="microsoft.graph.androidManagedAppProtection/appActionIfAndroidSafetyNetAppsVerificationFailed">
 29575          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android App Verification requirment fails." />
 29576        </Annotations>
 29577        <Annotations Target="microsoft.graph.androidManagedAppProtection/customBrowserPackageId">
 29578          <Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of a custom browser to open weblink on Android." />
 29579        </Annotations>
 29580        <Annotations Target="microsoft.graph.androidManagedAppProtection/customBrowserDisplayName">
 29581          <Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the preferred custom browser to open weblink on Android." />
 29582        </Annotations>
 29583        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumRequiredCompanyPortalVersion">
 29584          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or app access will be blocked" />
 29585        </Annotations>
 29586        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWarningCompanyPortalVersion">
 29587          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the user will receive a warning" />
 29588        </Annotations>
 29589        <Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWipeCompanyPortalVersion">
 29590          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the company data on the app will be wiped" />
 29591        </Annotations>
 29592        <Annotations Target="microsoft.graph.androidManagedAppProtection/keyboardsRestricted">
 29593          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if keyboard restriction is enabled. If enabled list of approved keyboards must be provided as well." />
 29594        </Annotations>
 29595        <Annotations Target="microsoft.graph.androidManagedAppProtection/approvedKeyboards">
 29596          <Annotation Term="Org.OData.Core.V1.Description" String="If Keyboard Restriction is enabled, only keyboards in this approved list will be allowed. A key should be Android package id for a keyboard and value should be a friendly name" />
 29597        </Annotations>
 29598        <Annotations Target="microsoft.graph.androidManagedAppProtection/apps">
 29599          <Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
 29600        </Annotations>
 29601        <Annotations Target="microsoft.graph.androidManagedAppProtection/deploymentSummary">
 29602          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." />
 29603        </Annotations>
 29604        <Annotations Target="microsoft.graph.deviceManagementScript/displayName">
 29605          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device management script." />
 29606        </Annotations>
 29607        <Annotations Target="microsoft.graph.deviceManagementScript/description">
 29608          <Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device management script." />
 29609        </Annotations>
 29610        <Annotations Target="microsoft.graph.deviceManagementScript/scriptContent">
 29611          <Annotation Term="Org.OData.Core.V1.Description" String="The script content." />
 29612        </Annotations>
 29613        <Annotations Target="microsoft.graph.deviceManagementScript/createdDateTime">
 29614          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 29615          <Annotation Term="Org.OData.Core.V1.Permissions">
 29616            <EnumMember>
 29617              Org.OData.Core.V1.Permission/Read
 29618            </EnumMember>
 29619          </Annotation>
 29620          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script was created. This property is read-only." />
 29621        </Annotations>
 29622        <Annotations Target="microsoft.graph.deviceManagementScript/lastModifiedDateTime">
 29623          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 29624          <Annotation Term="Org.OData.Core.V1.Permissions">
 29625            <EnumMember>
 29626              Org.OData.Core.V1.Permission/Read
 29627            </EnumMember>
 29628          </Annotation>
 29629          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the device management script was last modified. This property is read-only." />
 29630        </Annotations>
 29631        <Annotations Target="microsoft.graph.deviceManagementScript/runAsAccount">
 29632          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context." />
 29633        </Annotations>
 29634        <Annotations Target="microsoft.graph.deviceManagementScript/enforceSignatureCheck">
 29635          <Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether the script signature needs be checked." />
 29636        </Annotations>
 29637        <Annotations Target="microsoft.graph.deviceManagementScript/fileName">
 29638          <Annotation Term="Org.OData.Core.V1.Description" String="Script file name." />
 29639        </Annotations>
 29640        <Annotations Target="microsoft.graph.deviceManagementScript/roleScopeTagIds">
 29641          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this PowerShellScript instance." />
 29642        </Annotations>
 29643        <Annotations Target="microsoft.graph.deviceManagementScript/runAs32Bit">
 29644          <Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the PowerShell script should run as 32-bit" />
 29645        </Annotations>
 29646        <Annotations Target="microsoft.graph.deviceManagementScriptGroupAssignment">
 29647          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." />
 29648        </Annotations>
 29649        <Annotations Target="microsoft.graph.deviceManagementScript/groupAssignments">
 29650          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." />
 29651        </Annotations>
 29652        <Annotations Target="microsoft.graph.deviceManagementScriptAssignment">
 29653          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." />
 29654        </Annotations>
 29655        <Annotations Target="microsoft.graph.deviceManagementScript/assignments">
 29656          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device management script." />
 29657        </Annotations>
 29658        <Annotations Target="microsoft.graph.deviceManagementScriptRunSummary">
 29659          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a device management script." />
 29660        </Annotations>
 29661        <Annotations Target="microsoft.graph.deviceManagementScript/runSummary">
 29662          <Annotation Term="Org.OData.Core.V1.Description" String="Run summary for device management script." />
 29663        </Annotations>
 29664        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState">
 29665          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the device management script." />
 29666        </Annotations>
 29667        <Annotations Target="microsoft.graph.deviceManagementScript/deviceRunStates">
 29668          <Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices." />
 29669        </Annotations>
 29670        <Annotations Target="microsoft.graph.deviceManagementScriptUserState">
 29671          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for user run state of the device management script." />
 29672        </Annotations>
 29673        <Annotations Target="microsoft.graph.deviceManagementScript/userRunStates">
 29674          <Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all users." />
 29675        </Annotations>
 29676        <Annotations Target="microsoft.graph.deviceConfiguration/lastModifiedDateTime">
 29677          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 29678        </Annotations>
 29679        <Annotations Target="microsoft.graph.deviceConfiguration/roleScopeTagIds">
 29680          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 29681        </Annotations>
 29682        <Annotations Target="microsoft.graph.deviceConfiguration/supportsScopeTags">
 29683          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the underlying Device Configuration supports the assignment of scope tags. Assigning to the ScopeTags property is not allowed when this value is false and entities will not be visible to scoped users. This occurs for Legacy policies created in Silverlight and can be resolved by deleting and recreating the policy in the Azure Portal. This property is read-only." />
 29684          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 29685          <Annotation Term="Org.OData.Core.V1.Permissions">
 29686            <EnumMember>
 29687              Org.OData.Core.V1.Permission/Read
 29688            </EnumMember>
 29689          </Annotation>
 29690        </Annotations>
 29691        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/osEditionTypes">
 29692          <Annotation Term="Org.OData.Core.V1.Description" String="Applicability rule OS edition type." />
 29693        </Annotations>
 29694        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/name">
 29695          <Annotation Term="Org.OData.Core.V1.Description" String="Name for object." />
 29696        </Annotations>
 29697        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsEdition/ruleType">
 29698          <Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." />
 29699        </Annotations>
 29700        <Annotations Target="microsoft.graph.deviceConfiguration/deviceManagementApplicabilityRuleOsEdition">
 29701          <Annotation Term="Org.OData.Core.V1.Description" String="The OS edition applicability for this Policy." />
 29702        </Annotations>
 29703        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/minOSVersion">
 29704          <Annotation Term="Org.OData.Core.V1.Description" String="Min OS version for Applicability Rule." />
 29705        </Annotations>
 29706        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/maxOSVersion">
 29707          <Annotation Term="Org.OData.Core.V1.Description" String="Max OS version for Applicability Rule." />
 29708        </Annotations>
 29709        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/name">
 29710          <Annotation Term="Org.OData.Core.V1.Description" String="Name for object." />
 29711        </Annotations>
 29712        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleOsVersion/ruleType">
 29713          <Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." />
 29714        </Annotations>
 29715        <Annotations Target="microsoft.graph.deviceConfiguration/deviceManagementApplicabilityRuleOsVersion">
 29716          <Annotation Term="Org.OData.Core.V1.Description" String="The OS version applicability rule for this Policy." />
 29717        </Annotations>
 29718        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/deviceMode">
 29719          <Annotation Term="Org.OData.Core.V1.Description" String="Applicability rule for device mode." />
 29720        </Annotations>
 29721        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/name">
 29722          <Annotation Term="Org.OData.Core.V1.Description" String="Name for object." />
 29723        </Annotations>
 29724        <Annotations Target="microsoft.graph.deviceManagementApplicabilityRuleDeviceMode/ruleType">
 29725          <Annotation Term="Org.OData.Core.V1.Description" String="Applicability Rule type." />
 29726        </Annotations>
 29727        <Annotations Target="microsoft.graph.deviceConfiguration/deviceManagementApplicabilityRuleDeviceMode">
 29728          <Annotation Term="Org.OData.Core.V1.Description" String="The device mode applicability rule for this Policy." />
 29729        </Annotations>
 29730        <Annotations Target="microsoft.graph.deviceConfiguration/createdDateTime">
 29731          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 29732        </Annotations>
 29733        <Annotations Target="microsoft.graph.deviceConfiguration/description">
 29734          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
 29735        </Annotations>
 29736        <Annotations Target="microsoft.graph.deviceConfiguration/displayName">
 29737          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 29738        </Annotations>
 29739        <Annotations Target="microsoft.graph.deviceConfiguration/version">
 29740          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
 29741        </Annotations>
 29742        <Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment">
 29743          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration group assignment." />
 29744        </Annotations>
 29745        <Annotations Target="microsoft.graph.deviceConfiguration/groupAssignments">
 29746          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device configuration profile." />
 29747        </Annotations>
 29748        <Annotations Target="microsoft.graph.deviceConfigurationAssignment">
 29749          <Annotation Term="Org.OData.Core.V1.Description" String="The device configuration assignment entity assigns an AAD group to a specific device configuration." />
 29750        </Annotations>
 29751        <Annotations Target="microsoft.graph.deviceConfiguration/assignments">
 29752          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for the device configuration profile." />
 29753        </Annotations>
 29754        <Annotations Target="microsoft.graph.deviceConfiguration/deviceStatuses">
 29755          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration installation status by device." />
 29756        </Annotations>
 29757        <Annotations Target="microsoft.graph.deviceConfiguration/userStatuses">
 29758          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration installation status by user." />
 29759        </Annotations>
 29760        <Annotations Target="microsoft.graph.deviceConfiguration/deviceStatusOverview">
 29761          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration devices status overview" />
 29762        </Annotations>
 29763        <Annotations Target="microsoft.graph.deviceConfiguration/userStatusOverview">
 29764          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration users status overview" />
 29765        </Annotations>
 29766        <Annotations Target="microsoft.graph.settingStateDeviceSummary">
 29767          <Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy and Configuration for a Setting State summary" />
 29768        </Annotations>
 29769        <Annotations Target="microsoft.graph.deviceConfiguration/deviceSettingStateSummaries">
 29770          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration Setting State Device Summary" />
 29771        </Annotations>
 29772        <Annotations Target="microsoft.graph.deviceCompliancePolicy/roleScopeTagIds">
 29773          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 29774        </Annotations>
 29775        <Annotations Target="microsoft.graph.deviceCompliancePolicy/createdDateTime">
 29776          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 29777        </Annotations>
 29778        <Annotations Target="microsoft.graph.deviceCompliancePolicy/description">
 29779          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
 29780        </Annotations>
 29781        <Annotations Target="microsoft.graph.deviceCompliancePolicy/lastModifiedDateTime">
 29782          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 29783        </Annotations>
 29784        <Annotations Target="microsoft.graph.deviceCompliancePolicy/displayName">
 29785          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 29786        </Annotations>
 29787        <Annotations Target="microsoft.graph.deviceCompliancePolicy/version">
 29788          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
 29789        </Annotations>
 29790        <Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule">
 29791          <Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action for Rule" />
 29792        </Annotations>
 29793        <Annotations Target="microsoft.graph.deviceCompliancePolicy/scheduledActionsForRule">
 29794          <Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action for this rule" />
 29795        </Annotations>
 29796        <Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceStatuses">
 29797          <Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceDeviceStatus." />
 29798        </Annotations>
 29799        <Annotations Target="microsoft.graph.deviceCompliancePolicy/userStatuses">
 29800          <Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceUserStatus." />
 29801        </Annotations>
 29802        <Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceStatusOverview">
 29803          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance devices status overview" />
 29804        </Annotations>
 29805        <Annotations Target="microsoft.graph.deviceCompliancePolicy/userStatusOverview">
 29806          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance users status overview" />
 29807        </Annotations>
 29808        <Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceSettingStateSummaries">
 29809          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance Setting State Device Summary" />
 29810        </Annotations>
 29811        <Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment">
 29812          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy assignment." />
 29813        </Annotations>
 29814        <Annotations Target="microsoft.graph.deviceCompliancePolicy/assignments">
 29815          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of assignments for this compliance policy." />
 29816        </Annotations>
 29817        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/displayName">
 29818          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
 29819        </Annotations>
 29820        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/description">
 29821          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" />
 29822        </Annotations>
 29823        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/language">
 29824          <Annotation Term="Org.OData.Core.V1.Description" String="Language configured on the device" />
 29825        </Annotations>
 29826        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/createdDateTime">
 29827          <Annotation Term="Org.OData.Core.V1.Description" String="Profile creation time" />
 29828        </Annotations>
 29829        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/lastModifiedDateTime">
 29830          <Annotation Term="Org.OData.Core.V1.Description" String="Profile last modified time" />
 29831        </Annotations>
 29832        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hidePrivacySettings">
 29833          <Annotation Term="Org.OData.Core.V1.Description" String="Show or hide privacy settings to user" />
 29834        </Annotations>
 29835        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hideEULA">
 29836          <Annotation Term="Org.OData.Core.V1.Description" String="Show or hide EULA to user" />
 29837        </Annotations>
 29838        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/userType">
 29839          <Annotation Term="Org.OData.Core.V1.Description" String="Type of user" />
 29840        </Annotations>
 29841        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/deviceUsageType">
 29842          <Annotation Term="Org.OData.Core.V1.Description" String="AAD join authentication type" />
 29843        </Annotations>
 29844        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/skipKeyboardSelectionPage">
 29845          <Annotation Term="Org.OData.Core.V1.Description" String="If set, then skip the keyboard selection page if Language and Region are set" />
 29846        </Annotations>
 29847        <Annotations Target="microsoft.graph.outOfBoxExperienceSettings/hideEscapeLink">
 29848          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, then the user can't start over with different account, on company sign-in" />
 29849        </Annotations>
 29850        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/outOfBoxExperienceSettings">
 29851          <Annotation Term="Org.OData.Core.V1.Description" String="Out of box experience setting" />
 29852        </Annotations>
 29853        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/hideInstallationProgress">
 29854          <Annotation Term="Org.OData.Core.V1.Description" String="Show or hide installation progress to user" />
 29855        </Annotations>
 29856        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowDeviceUseBeforeProfileAndAppInstallComplete">
 29857          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or block user to use device before profile and app installation complete" />
 29858        </Annotations>
 29859        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/blockDeviceSetupRetryByUser">
 29860          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to retry the setup on installation failure" />
 29861        </Annotations>
 29862        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowLogCollectionOnInstallFailure">
 29863          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or block log collection on installation failure" />
 29864        </Annotations>
 29865        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/customErrorMessage">
 29866          <Annotation Term="Org.OData.Core.V1.Description" String="Set custom error message to show upon installation failure" />
 29867        </Annotations>
 29868        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/installProgressTimeoutInMinutes">
 29869          <Annotation Term="Org.OData.Core.V1.Description" String="Set installation progress timeout in minutes" />
 29870        </Annotations>
 29871        <Annotations Target="microsoft.graph.windowsEnrollmentStatusScreenSettings/allowDeviceUseOnInstallFailure">
 29872          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to continue using the device on installation failure" />
 29873        </Annotations>
 29874        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/enrollmentStatusScreenSettings">
 29875          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment status screen setting" />
 29876        </Annotations>
 29877        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/extractHardwareHash">
 29878          <Annotation Term="Org.OData.Core.V1.Description" String="HardwareHash Extraction for the profile" />
 29879        </Annotations>
 29880        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/deviceNameTemplate">
 29881          <Annotation Term="Org.OData.Core.V1.Description" String="The template used to name the AutoPilot Device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters." />
 29882        </Annotations>
 29883        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/deviceType">
 29884          <Annotation Term="Org.OData.Core.V1.Description" String="The AutoPilot device type that this profile is applicable to." />
 29885        </Annotations>
 29886        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/enableWhiteGlove">
 29887          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Autopilot White Glove for the profile." />
 29888        </Annotations>
 29889        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/roleScopeTagIds">
 29890          <Annotation Term="Org.OData.Core.V1.Description" String="Scope tags for the profile." />
 29891        </Annotations>
 29892        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/assignedDevices">
 29893          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assigned devices for the profile." />
 29894        </Annotations>
 29895        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment">
 29896          <Annotation Term="Org.OData.Core.V1.Description" String="An assignment of a Windows Autopilot deployment profile to an AAD group." />
 29897        </Annotations>
 29898        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/assignments">
 29899          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the profile." />
 29900        </Annotations>
 29901        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/displayName">
 29902          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the device enrollment configuration" />
 29903        </Annotations>
 29904        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/description">
 29905          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the device enrollment configuration" />
 29906        </Annotations>
 29907        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/priority">
 29908          <Annotation Term="Org.OData.Core.V1.Description" String="Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value." />
 29909        </Annotations>
 29910        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/createdDateTime">
 29911          <Annotation Term="Org.OData.Core.V1.Description" String="Created date time in UTC of the device enrollment configuration" />
 29912        </Annotations>
 29913        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/lastModifiedDateTime">
 29914          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time in UTC of the device enrollment configuration" />
 29915        </Annotations>
 29916        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/version">
 29917          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the device enrollment configuration" />
 29918        </Annotations>
 29919        <Annotations Target="microsoft.graph.enrollmentConfigurationAssignment">
 29920          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Configuration Assignment" />
 29921        </Annotations>
 29922        <Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/assignments">
 29923          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device configuration profile" />
 29924        </Annotations>
 29925        <Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem">
 29926          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for enrollment restriction PolicySetItem." />
 29927        </Annotations>
 29928        <Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem/priority">
 29929          <Annotation Term="Org.OData.Core.V1.Description" String="Priority of the EnrollmentRestrictionsConfigurationPolicySetItem." />
 29930        </Annotations>
 29931        <Annotations Target="microsoft.graph.enrollmentRestrictionsConfigurationPolicySetItem/limit">
 29932          <Annotation Term="Org.OData.Core.V1.Description" String="Limit of the EnrollmentRestrictionsConfigurationPolicySetItem." />
 29933        </Annotations>
 29934        <Annotations Target="microsoft.graph.mdmWindowsInformationProtectionPolicyPolicySetItem">
 29935          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for mdm windows information protection policy PolicySetItem." />
 29936        </Annotations>
 29937        <Annotations Target="microsoft.graph.targetedManagedAppConfigurationPolicySetItem">
 29938          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Targeted managed app configuration PolicySetItem." />
 29939        </Annotations>
 29940        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfigurationPolicySetItem">
 29941          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Windows10EnrollmentCompletionPageConfiguration PolicySetItem." />
 29942        </Annotations>
 29943        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfigurationPolicySetItem/priority">
 29944          <Annotation Term="Org.OData.Core.V1.Description" String="Priority of the Windows10EnrollmentCompletionPageConfigurationPolicySetItem." />
 29945        </Annotations>
 29946        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfilePolicySetItem">
 29947          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for windows autopilot deployment profile PolicySetItem." />
 29948        </Annotations>
 29949        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationPolicySetItem">
 29950          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for managed device mobile app configuration PolicySetItem." />
 29951        </Annotations>
 29952        <Annotations Target="microsoft.graph.deviceConfigurationPolicySetItem">
 29953          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device configuration PolicySetItem." />
 29954        </Annotations>
 29955        <Annotations Target="microsoft.graph.deviceCompliancePolicyPolicySetItem">
 29956          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device compliance policy PolicySetItem." />
 29957        </Annotations>
 29958        <Annotations Target="microsoft.graph.deviceManagementScriptPolicySetItem">
 29959          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for device management script PolicySetItem." />
 29960        </Annotations>
 29961        <Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationPolicySetItem">
 29962          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for iOS lob app provisioning configuration PolicySetItem." />
 29963        </Annotations>
 29964        <Annotations Target="microsoft.graph.managedAppProtectionPolicySetItem">
 29965          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for managed app protection PolicySetItem." />
 29966        </Annotations>
 29967        <Annotations Target="microsoft.graph.managedAppProtectionPolicySetItem/targetedAppManagementLevels">
 29968          <Annotation Term="Org.OData.Core.V1.Description" String="TargetedAppManagementLevels of the ManagedAppPolicySetItem." />
 29969        </Annotations>
 29970        <Annotations Target="microsoft.graph.mobileAppPolicySetItem">
 29971          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for mobile app PolicySetItem." />
 29972        </Annotations>
 29973        <Annotations Target="microsoft.graph.mobileAppPolicySetItem/intent">
 29974          <Annotation Term="Org.OData.Core.V1.Description" String="Install intent of the MobileAppPolicySetItem." />
 29975        </Annotations>
 29976        <Annotations Target="microsoft.graph.mobileAppPolicySetItem/settings">
 29977          <Annotation Term="Org.OData.Core.V1.Description" String="Settings of the MobileAppPolicySetItem." />
 29978        </Annotations>
 29979        <Annotations Target="microsoft.graph.termsAndConditions/createdDateTime">
 29980          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 29981        </Annotations>
 29982        <Annotations Target="microsoft.graph.termsAndConditions/modifiedDateTime">
 29983          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 29984        </Annotations>
 29985        <Annotations Target="microsoft.graph.termsAndConditions/lastModifiedDateTime">
 29986          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 29987        </Annotations>
 29988        <Annotations Target="microsoft.graph.termsAndConditions/displayName">
 29989          <Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied name for the T&amp;C policy. " />
 29990        </Annotations>
 29991        <Annotations Target="microsoft.graph.termsAndConditions/description">
 29992          <Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied description of the T&amp;C policy." />
 29993        </Annotations>
 29994        <Annotations Target="microsoft.graph.termsAndConditions/title">
 29995          <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." />
 29996        </Annotations>
 29997        <Annotations Target="microsoft.graph.termsAndConditions/bodyText">
 29998          <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." />
 29999        </Annotations>
 30000        <Annotations Target="microsoft.graph.termsAndConditions/acceptanceStatement">
 30001          <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." />
 30002        </Annotations>
 30003        <Annotations Target="microsoft.graph.termsAndConditions/version">
 30004          <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." />
 30005        </Annotations>
 30006        <Annotations Target="microsoft.graph.termsAndConditions/roleScopeTagIds">
 30007          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 30008        </Annotations>
 30009        <Annotations Target="microsoft.graph.termsAndConditionsGroupAssignment">
 30010          <Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditionsGroupAssignment entity represents the assignment of a given Terms and Conditions (T&amp;C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune." />
 30011        </Annotations>
 30012        <Annotations Target="microsoft.graph.termsAndConditions/groupAssignments">
 30013          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this T&amp;C policy." />
 30014        </Annotations>
 30015        <Annotations Target="microsoft.graph.termsAndConditionsAssignment">
 30016          <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." />
 30017        </Annotations>
 30018        <Annotations Target="microsoft.graph.termsAndConditions/assignments">
 30019          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this T&amp;C policy." />
 30020        </Annotations>
 30021        <Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus">
 30022          <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." />
 30023        </Annotations>
 30024        <Annotations Target="microsoft.graph.termsAndConditions/acceptanceStatuses">
 30025          <Annotation Term="Org.OData.Core.V1.Description" String="The list of acceptance statuses for this T&amp;C policy." />
 30026        </Annotations>
 30027        <Annotations Target="microsoft.graph.termsAndConditionsGroupAssignment/targetGroupId">
 30028          <Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of a group that the T&amp;C policy is assigned to." />
 30029        </Annotations>
 30030        <Annotations Target="microsoft.graph.termsAndConditionsGroupAssignment/termsAndConditions">
 30031          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." />
 30032        </Annotations>
 30033        <Annotations Target="microsoft.graph.termsAndConditionsAssignment/target">
 30034          <Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the T&amp;C policy is assigned to." />
 30035        </Annotations>
 30036        <Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/userDisplayName">
 30037          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the user whose acceptance the entity represents." />
 30038        </Annotations>
 30039        <Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/acceptedVersion">
 30040          <Annotation Term="Org.OData.Core.V1.Description" String="Most recent version number of the T&amp;C accepted by the user." />
 30041        </Annotations>
 30042        <Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/acceptedDateTime">
 30043          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime when the terms were last accepted by the user." />
 30044        </Annotations>
 30045        <Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/termsAndConditions">
 30046          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." />
 30047        </Annotations>
 30048        <Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment/targetGroupId">
 30049          <Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the device configuration to." />
 30050        </Annotations>
 30051        <Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment/excludeGroup">
 30052          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this group is should be excluded. Defaults that the group should be included" />
 30053        </Annotations>
 30054        <Annotations Target="microsoft.graph.deviceConfigurationGroupAssignment/deviceConfiguration">
 30055          <Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the Device Configuration being targeted." />
 30056        </Annotations>
 30057        <Annotations Target="microsoft.graph.deviceConfigurationAssignment/target">
 30058          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the device configuration." />
 30059        </Annotations>
 30060        <Annotations Target="microsoft.graph.deviceConfigurationAssignment/source">
 30061          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30062          <Annotation Term="Org.OData.Core.V1.Permissions">
 30063            <EnumMember>
 30064              Org.OData.Core.V1.Permission/Read
 30065            </EnumMember>
 30066          </Annotation>
 30067          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment source for the device configuration, direct or parcel/policySet. This property is read-only." />
 30068        </Annotations>
 30069        <Annotations Target="microsoft.graph.deviceConfigurationAssignment/sourceId">
 30070          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30071          <Annotation Term="Org.OData.Core.V1.Permissions">
 30072            <EnumMember>
 30073              Org.OData.Core.V1.Permission/Read
 30074            </EnumMember>
 30075          </Annotation>
 30076          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment. This property is read-only." />
 30077        </Annotations>
 30078        <Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment/target">
 30079          <Annotation Term="Org.OData.Core.V1.Description" String="Target for the compliance policy assignment." />
 30080        </Annotations>
 30081        <Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment/source">
 30082          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment source for the device compliance policy, direct or parcel/policySet." />
 30083        </Annotations>
 30084        <Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment/sourceId">
 30085          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier of the source of the assignment." />
 30086        </Annotations>
 30087        <Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule/ruleName">
 30088          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the rule which this scheduled action applies to." />
 30089        </Annotations>
 30090        <Annotations Target="microsoft.graph.deviceComplianceActionItem">
 30091          <Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action Configuration" />
 30092        </Annotations>
 30093        <Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule/scheduledActionConfigurations">
 30094          <Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action configurations for this compliance policy." />
 30095        </Annotations>
 30096        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration">
 30097          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Update for business configuration." />
 30098        </Annotations>
 30099        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deliveryOptimizationMode">
 30100          <Annotation Term="Org.OData.Core.V1.Description" String="Delivery Optimization Mode" />
 30101        </Annotations>
 30102        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/prereleaseFeatures">
 30103          <Annotation Term="Org.OData.Core.V1.Description" String="The pre-release features." />
 30104        </Annotations>
 30105        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/automaticUpdateMode">
 30106          <Annotation Term="Org.OData.Core.V1.Description" String="Automatic update mode." />
 30107        </Annotations>
 30108        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/microsoftUpdateServiceAllowed">
 30109          <Annotation Term="Org.OData.Core.V1.Description" String="Allow Microsoft Update Service" />
 30110        </Annotations>
 30111        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/driversExcluded">
 30112          <Annotation Term="Org.OData.Core.V1.Description" String="Exclude Windows update Drivers" />
 30113        </Annotations>
 30114        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/installationSchedule">
 30115          <Annotation Term="Org.OData.Core.V1.Description" String="Installation schedule" />
 30116        </Annotations>
 30117        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesDeferralPeriodInDays">
 30118          <Annotation Term="Org.OData.Core.V1.Description" String="Defer Quality Updates by these many days" />
 30119        </Annotations>
 30120        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesDeferralPeriodInDays">
 30121          <Annotation Term="Org.OData.Core.V1.Description" String="Defer Feature Updates by these many days" />
 30122        </Annotations>
 30123        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPaused">
 30124          <Annotation Term="Org.OData.Core.V1.Description" String="Pause Quality Updates" />
 30125        </Annotations>
 30126        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPaused">
 30127          <Annotation Term="Org.OData.Core.V1.Description" String="Pause Feature Updates" />
 30128        </Annotations>
 30129        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPauseExpiryDateTime">
 30130          <Annotation Term="Org.OData.Core.V1.Description" String="Quality Updates Pause Expiry datetime" />
 30131        </Annotations>
 30132        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPauseExpiryDateTime">
 30133          <Annotation Term="Org.OData.Core.V1.Description" String="Feature Updates Pause Expiry datetime" />
 30134        </Annotations>
 30135        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/businessReadyUpdatesOnly">
 30136          <Annotation Term="Org.OData.Core.V1.Description" String="Determines which branch devices will receive their updates from" />
 30137        </Annotations>
 30138        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/skipChecksBeforeRestart">
 30139          <Annotation Term="Org.OData.Core.V1.Description" String="Set to skip all check before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. " />
 30140        </Annotations>
 30141        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/updateWeeks">
 30142          <Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the weeks of the month" />
 30143        </Annotations>
 30144        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPauseStartDate">
 30145          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30146          <Annotation Term="Org.OData.Core.V1.Permissions">
 30147            <EnumMember>
 30148              Org.OData.Core.V1.Permission/Read
 30149            </EnumMember>
 30150          </Annotation>
 30151          <Annotation Term="Org.OData.Core.V1.Description" String="Quality Updates Pause start date. This property is read-only." />
 30152        </Annotations>
 30153        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPauseStartDate">
 30154          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30155          <Annotation Term="Org.OData.Core.V1.Permissions">
 30156            <EnumMember>
 30157              Org.OData.Core.V1.Permission/Read
 30158            </EnumMember>
 30159          </Annotation>
 30160          <Annotation Term="Org.OData.Core.V1.Description" String="Feature Updates Pause start date. This property is read-only." />
 30161        </Annotations>
 30162        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesRollbackWindowInDays">
 30163          <Annotation Term="Org.OData.Core.V1.Description" String="The number of days after a Feature Update for which a rollback is valid" />
 30164        </Annotations>
 30165        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesWillBeRolledBack">
 30166          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to rollback Quality Updates on the next device check in" />
 30167        </Annotations>
 30168        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesWillBeRolledBack">
 30169          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to rollback Feature Updates on the next device check in" />
 30170        </Annotations>
 30171        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesRollbackStartDateTime">
 30172          <Annotation Term="Org.OData.Core.V1.Description" String="Quality Updates Rollback Start datetime" />
 30173        </Annotations>
 30174        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesRollbackStartDateTime">
 30175          <Annotation Term="Org.OData.Core.V1.Description" String="Feature Updates Rollback Start datetime" />
 30176        </Annotations>
 30177        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartDeadlineInDays">
 30178          <Annotation Term="Org.OData.Core.V1.Description" String="Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days" />
 30179        </Annotations>
 30180        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartSnoozeScheduleInDays">
 30181          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days" />
 30182        </Annotations>
 30183        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartTransitionScheduleInDays">
 30184          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days" />
 30185        </Annotations>
 30186        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineForFeatureUpdatesInDays">
 30187          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before feature updates are installed automatically with valid range from 2 to 30 days" />
 30188        </Annotations>
 30189        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineForQualityUpdatesInDays">
 30190          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before quality updates are installed automatically with valid range from 2 to 30 days" />
 30191        </Annotations>
 30192        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineGracePeriodInDays">
 30193          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days after deadline  until restarts occur automatically with valid range from 0 to 7 days" />
 30194        </Annotations>
 30195        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/postponeRebootUntilAfterDeadline">
 30196          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies if the device should wait until deadline for rebooting outside of active hours" />
 30197        </Annotations>
 30198        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/autoRestartNotificationDismissal">
 30199          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the method by which the auto-restart required notification is dismissed" />
 30200        </Annotations>
 30201        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/scheduleRestartWarningInHours">
 30202          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours)." />
 30203        </Annotations>
 30204        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/scheduleImminentRestartWarningInMinutes">
 30205          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes)." />
 30206        </Annotations>
 30207        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/userPauseAccess">
 30208          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to enable end user’s access to pause software updates." />
 30209        </Annotations>
 30210        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/userWindowsUpdateScanAccess">
 30211          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to disable user’s access to scan Windows Update." />
 30212        </Annotations>
 30213        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/updateNotificationLevel">
 30214          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies what Windows Update notifications users see." />
 30215        </Annotations>
 30216        <Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deviceUpdateStates">
 30217          <Annotation Term="Org.OData.Core.V1.Description" String="Windows update for business configuration device states." />
 30218        </Annotations>
 30219        <Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem">
 30220          <Annotation Term="Org.OData.Core.V1.Description" String="Specify access control level per privacy data category" />
 30221        </Annotations>
 30222        <Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/accessLevel">
 30223          <Annotation Term="Org.OData.Core.V1.Description" String="This indicates an access level for the privacy data category to which the specified application will be given to." />
 30224        </Annotations>
 30225        <Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/dataCategory">
 30226          <Annotation Term="Org.OData.Core.V1.Description" String="This indicates a privacy data category to which the specific access control will apply." />
 30227        </Annotations>
 30228        <Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/appPackageFamilyName">
 30229          <Annotation Term="Org.OData.Core.V1.Description" String="The Package Family Name of a Windows app. When set, the access level applies to the specified application." />
 30230        </Annotations>
 30231        <Annotations Target="microsoft.graph.windowsPrivacyDataAccessControlItem/appDisplayName">
 30232          <Annotation Term="Org.OData.Core.V1.Description" String="The Package Family Name of a Windows app. When set, the access level applies to the specified application." />
 30233        </Annotations>
 30234        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile">
 30235          <Annotation Term="Org.OData.Core.V1.Description" String="Assigned Access profile for Windows." />
 30236        </Annotations>
 30237        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/profileName">
 30238          <Annotation Term="Org.OData.Core.V1.Description" String="This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned." />
 30239        </Annotations>
 30240        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/showTaskBar">
 30241          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows the admin to specify whether the Task Bar is shown or not." />
 30242        </Annotations>
 30243        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/appUserModelIds">
 30244          <Annotation Term="Org.OData.Core.V1.Description" String="These are the only Windows Store Apps that will be available to launch from the Start menu." />
 30245        </Annotations>
 30246        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/desktopAppPaths">
 30247          <Annotation Term="Org.OData.Core.V1.Description" String="These are the paths of the Desktop Apps that will be available on the Start menu and the only apps the user will be able to launch." />
 30248        </Annotations>
 30249        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/userAccounts">
 30250          <Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration." />
 30251        </Annotations>
 30252        <Annotations Target="microsoft.graph.windowsAssignedAccessProfile/startMenuLayoutXml">
 30253          <Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in Binary format." />
 30254        </Annotations>
 30255        <Annotations Target="microsoft.graph.securityBaselineState">
 30256          <Annotation Term="Org.OData.Core.V1.Description" String="Security baseline state for a device." />
 30257        </Annotations>
 30258        <Annotations Target="microsoft.graph.managedDevice/securityBaselineStates">
 30259          <Annotation Term="Org.OData.Core.V1.Description" String="Security baseline states for this device." />
 30260        </Annotations>
 30261        <Annotations Target="microsoft.graph.deviceConfigurationState">
 30262          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration State for a given device." />
 30263        </Annotations>
 30264        <Annotations Target="microsoft.graph.managedDevice/deviceConfigurationStates">
 30265          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration states for this device." />
 30266        </Annotations>
 30267        <Annotations Target="microsoft.graph.deviceCompliancePolicyState">
 30268          <Annotation Term="Org.OData.Core.V1.Description" String="Device Compliance Policy State for a given device." />
 30269        </Annotations>
 30270        <Annotations Target="microsoft.graph.managedDevice/deviceCompliancePolicyStates">
 30271          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy states for this device." />
 30272        </Annotations>
 30273        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState">
 30274          <Annotation Term="Org.OData.Core.V1.Description" String="Managed Device Mobile App Configuration State for a given device." />
 30275        </Annotations>
 30276        <Annotations Target="microsoft.graph.managedDevice/managedDeviceMobileAppConfigurationStates">
 30277          <Annotation Term="Org.OData.Core.V1.Description" String="Managed device mobile app configuration states for this device." />
 30278        </Annotations>
 30279        <Annotations Target="microsoft.graph.managedDevice/userId">
 30280          <Annotation Term="Org.OData.Core.V1.Description" String="Unique Identifier for the user associated with the device. This property is read-only." />
 30281          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30282          <Annotation Term="Org.OData.Core.V1.Permissions">
 30283            <EnumMember>
 30284              Org.OData.Core.V1.Permission/Read
 30285            </EnumMember>
 30286          </Annotation>
 30287        </Annotations>
 30288        <Annotations Target="microsoft.graph.managedDevice/deviceName">
 30289          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device. This property is read-only." />
 30290          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30291          <Annotation Term="Org.OData.Core.V1.Permissions">
 30292            <EnumMember>
 30293              Org.OData.Core.V1.Permission/Read
 30294            </EnumMember>
 30295          </Annotation>
 30296        </Annotations>
 30297        <Annotations Target="microsoft.graph.hardwareInformation/serialNumber">
 30298          <Annotation Term="Org.OData.Core.V1.Description" String="Serial number." />
 30299        </Annotations>
 30300        <Annotations Target="microsoft.graph.hardwareInformation/totalStorageSpace">
 30301          <Annotation Term="Org.OData.Core.V1.Description" String="Total storage space of the device." />
 30302        </Annotations>
 30303        <Annotations Target="microsoft.graph.hardwareInformation/freeStorageSpace">
 30304          <Annotation Term="Org.OData.Core.V1.Description" String="Free storage space of the device." />
 30305        </Annotations>
 30306        <Annotations Target="microsoft.graph.hardwareInformation/imei">
 30307          <Annotation Term="Org.OData.Core.V1.Description" String="IMEI" />
 30308        </Annotations>
 30309        <Annotations Target="microsoft.graph.hardwareInformation/meid">
 30310          <Annotation Term="Org.OData.Core.V1.Description" String="MEID" />
 30311        </Annotations>
 30312        <Annotations Target="microsoft.graph.hardwareInformation/manufacturer">
 30313          <Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer of the device" />
 30314        </Annotations>
 30315        <Annotations Target="microsoft.graph.hardwareInformation/model">
 30316          <Annotation Term="Org.OData.Core.V1.Description" String="Model of the device" />
 30317        </Annotations>
 30318        <Annotations Target="microsoft.graph.hardwareInformation/phoneNumber">
 30319          <Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the device" />
 30320        </Annotations>
 30321        <Annotations Target="microsoft.graph.hardwareInformation/subscriberCarrier">
 30322          <Annotation Term="Org.OData.Core.V1.Description" String="Subscriber carrier of the device" />
 30323        </Annotations>
 30324        <Annotations Target="microsoft.graph.hardwareInformation/cellularTechnology">
 30325          <Annotation Term="Org.OData.Core.V1.Description" String="Cellular technology of the device" />
 30326        </Annotations>
 30327        <Annotations Target="microsoft.graph.hardwareInformation/wifiMac">
 30328          <Annotation Term="Org.OData.Core.V1.Description" String="WiFi MAC address of the device" />
 30329        </Annotations>
 30330        <Annotations Target="microsoft.graph.hardwareInformation/operatingSystemLanguage">
 30331          <Annotation Term="Org.OData.Core.V1.Description" String="Operating system language of the device" />
 30332        </Annotations>
 30333        <Annotations Target="microsoft.graph.hardwareInformation/isSupervised">
 30334          <Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode of the device" />
 30335        </Annotations>
 30336        <Annotations Target="microsoft.graph.hardwareInformation/isEncrypted">
 30337          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption status of the device" />
 30338        </Annotations>
 30339        <Annotations Target="microsoft.graph.hardwareInformation/isSharedDevice">
 30340          <Annotation Term="Org.OData.Core.V1.Description" String="Shared iPad" />
 30341        </Annotations>
 30342        <Annotations Target="microsoft.graph.sharedAppleDeviceUser/userPrincipalName">
 30343          <Annotation Term="Org.OData.Core.V1.Description" String="User name" />
 30344        </Annotations>
 30345        <Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataToSync">
 30346          <Annotation Term="Org.OData.Core.V1.Description" String="Data to sync" />
 30347        </Annotations>
 30348        <Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataQuota">
 30349          <Annotation Term="Org.OData.Core.V1.Description" String="Data quota" />
 30350        </Annotations>
 30351        <Annotations Target="microsoft.graph.sharedAppleDeviceUser/dataUsed">
 30352          <Annotation Term="Org.OData.Core.V1.Description" String="Data quota" />
 30353        </Annotations>
 30354        <Annotations Target="microsoft.graph.hardwareInformation/sharedDeviceCachedUsers">
 30355          <Annotation Term="Org.OData.Core.V1.Description" String="All users on the shared Apple device" />
 30356        </Annotations>
 30357        <Annotations Target="microsoft.graph.hardwareInformation/tpmSpecificationVersion">
 30358          <Annotation Term="Org.OData.Core.V1.Description" String="String that specifies the specification version." />
 30359        </Annotations>
 30360        <Annotations Target="microsoft.graph.hardwareInformation/operatingSystemEdition">
 30361          <Annotation Term="Org.OData.Core.V1.Description" String="String that specifies the OS edition." />
 30362        </Annotations>
 30363        <Annotations Target="microsoft.graph.hardwareInformation/deviceFullQualifiedDomainName">
 30364          <Annotation Term="Org.OData.Core.V1.Description" String="Returns the fully qualified domain name of the device (if any). If the device is not domain-joined, it returns an empty string. " />
 30365        </Annotations>
 30366        <Annotations Target="microsoft.graph.hardwareInformation/deviceGuardVirtualizationBasedSecurityHardwareRequirementState">
 30367          <Annotation Term="Org.OData.Core.V1.Description" String="Virtualization-based security hardware requirement status." />
 30368        </Annotations>
 30369        <Annotations Target="microsoft.graph.hardwareInformation/deviceGuardVirtualizationBasedSecurityState">
 30370          <Annotation Term="Org.OData.Core.V1.Description" String="Virtualization-based security status. " />
 30371        </Annotations>
 30372        <Annotations Target="microsoft.graph.hardwareInformation/deviceGuardLocalSystemAuthorityCredentialGuardState">
 30373          <Annotation Term="Org.OData.Core.V1.Description" String="Local System Authority (LSA) credential guard status. " />
 30374        </Annotations>
 30375        <Annotations Target="microsoft.graph.hardwareInformation/osBuildNumber">
 30376          <Annotation Term="Org.OData.Core.V1.Description" String="Operating System Build Number on Android device" />
 30377        </Annotations>
 30378        <Annotations Target="microsoft.graph.managedDevice/hardwareInformation">
 30379          <Annotation Term="Org.OData.Core.V1.Description" String="The hardward details for the device.  Includes information such as storage space, manufacturer, serial number, etc. This property is read-only." />
 30380          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30381          <Annotation Term="Org.OData.Core.V1.Permissions">
 30382            <EnumMember>
 30383              Org.OData.Core.V1.Permission/Read
 30384            </EnumMember>
 30385          </Annotation>
 30386        </Annotations>
 30387        <Annotations Target="microsoft.graph.managedDevice/ownerType">
 30388          <Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Can be 'company' or 'personal'" />
 30389        </Annotations>
 30390        <Annotations Target="microsoft.graph.managedDevice/managedDeviceOwnerType">
 30391          <Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Can be 'company' or 'personal'" />
 30392        </Annotations>
 30393        <Annotations Target="microsoft.graph.deviceActionResult/actionName">
 30394          <Annotation Term="Org.OData.Core.V1.Description" String="Action name" />
 30395        </Annotations>
 30396        <Annotations Target="microsoft.graph.deviceActionResult/actionState">
 30397          <Annotation Term="Org.OData.Core.V1.Description" String="State of the action" />
 30398        </Annotations>
 30399        <Annotations Target="microsoft.graph.deviceActionResult/startDateTime">
 30400          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" />
 30401        </Annotations>
 30402        <Annotations Target="microsoft.graph.deviceActionResult/lastUpdatedDateTime">
 30403          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" />
 30404        </Annotations>
 30405        <Annotations Target="microsoft.graph.managedDevice/deviceActionResults">
 30406          <Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType deviceActionResult objects. This property is read-only." />
 30407          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30408          <Annotation Term="Org.OData.Core.V1.Permissions">
 30409            <EnumMember>
 30410              Org.OData.Core.V1.Permission/Read
 30411            </EnumMember>
 30412          </Annotation>
 30413        </Annotations>
 30414        <Annotations Target="microsoft.graph.managedDevice/managementState">
 30415          <Annotation Term="Org.OData.Core.V1.Description" String="Management state of the device. This property is read-only." />
 30416          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30417          <Annotation Term="Org.OData.Core.V1.Permissions">
 30418            <EnumMember>
 30419              Org.OData.Core.V1.Permission/Read
 30420            </EnumMember>
 30421          </Annotation>
 30422        </Annotations>
 30423        <Annotations Target="microsoft.graph.managedDevice/enrolledDateTime">
 30424          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment time of the device. This property is read-only." />
 30425          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30426          <Annotation Term="Org.OData.Core.V1.Permissions">
 30427            <EnumMember>
 30428              Org.OData.Core.V1.Permission/Read
 30429            </EnumMember>
 30430          </Annotation>
 30431        </Annotations>
 30432        <Annotations Target="microsoft.graph.managedDevice/lastSyncDateTime">
 30433          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time that the device last completed a successful sync with Intune. This property is read-only." />
 30434          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30435          <Annotation Term="Org.OData.Core.V1.Permissions">
 30436            <EnumMember>
 30437              Org.OData.Core.V1.Permission/Read
 30438            </EnumMember>
 30439          </Annotation>
 30440        </Annotations>
 30441        <Annotations Target="microsoft.graph.managedDevice/chassisType">
 30442          <Annotation Term="Org.OData.Core.V1.Description" String="Chassis type of the device. This property is read-only." />
 30443          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30444          <Annotation Term="Org.OData.Core.V1.Permissions">
 30445            <EnumMember>
 30446              Org.OData.Core.V1.Permission/Read
 30447            </EnumMember>
 30448          </Annotation>
 30449        </Annotations>
 30450        <Annotations Target="microsoft.graph.managedDevice/operatingSystem">
 30451          <Annotation Term="Org.OData.Core.V1.Description" String="Operating system of the device. Windows, iOS, etc. This property is read-only." />
 30452          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30453          <Annotation Term="Org.OData.Core.V1.Permissions">
 30454            <EnumMember>
 30455              Org.OData.Core.V1.Permission/Read
 30456            </EnumMember>
 30457          </Annotation>
 30458        </Annotations>
 30459        <Annotations Target="microsoft.graph.managedDevice/deviceType">
 30460          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device. This property is read-only." />
 30461          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30462          <Annotation Term="Org.OData.Core.V1.Permissions">
 30463            <EnumMember>
 30464              Org.OData.Core.V1.Permission/Read
 30465            </EnumMember>
 30466          </Annotation>
 30467        </Annotations>
 30468        <Annotations Target="microsoft.graph.managedDevice/complianceState">
 30469          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance state of the device. This property is read-only." />
 30470          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30471          <Annotation Term="Org.OData.Core.V1.Permissions">
 30472            <EnumMember>
 30473              Org.OData.Core.V1.Permission/Read
 30474            </EnumMember>
 30475          </Annotation>
 30476        </Annotations>
 30477        <Annotations Target="microsoft.graph.managedDevice/jailBroken">
 30478          <Annotation Term="Org.OData.Core.V1.Description" String="whether the device is jail broken or rooted. This property is read-only." />
 30479          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30480          <Annotation Term="Org.OData.Core.V1.Permissions">
 30481            <EnumMember>
 30482              Org.OData.Core.V1.Permission/Read
 30483            </EnumMember>
 30484          </Annotation>
 30485        </Annotations>
 30486        <Annotations Target="microsoft.graph.managedDevice/managementAgent">
 30487          <Annotation Term="Org.OData.Core.V1.Description" String="Management channel of the device. Intune, EAS, etc. This property is read-only." />
 30488          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30489          <Annotation Term="Org.OData.Core.V1.Permissions">
 30490            <EnumMember>
 30491              Org.OData.Core.V1.Permission/Read
 30492            </EnumMember>
 30493          </Annotation>
 30494        </Annotations>
 30495        <Annotations Target="microsoft.graph.managedDevice/osVersion">
 30496          <Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device. This property is read-only." />
 30497          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30498          <Annotation Term="Org.OData.Core.V1.Permissions">
 30499            <EnumMember>
 30500              Org.OData.Core.V1.Permission/Read
 30501            </EnumMember>
 30502          </Annotation>
 30503        </Annotations>
 30504        <Annotations Target="microsoft.graph.managedDevice/easActivated">
 30505          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Exchange ActiveSync activated. This property is read-only." />
 30506          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30507          <Annotation Term="Org.OData.Core.V1.Permissions">
 30508            <EnumMember>
 30509              Org.OData.Core.V1.Permission/Read
 30510            </EnumMember>
 30511          </Annotation>
 30512        </Annotations>
 30513        <Annotations Target="microsoft.graph.managedDevice/easDeviceId">
 30514          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActiveSync Id of the device. This property is read-only." />
 30515          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30516          <Annotation Term="Org.OData.Core.V1.Permissions">
 30517            <EnumMember>
 30518              Org.OData.Core.V1.Permission/Read
 30519            </EnumMember>
 30520          </Annotation>
 30521        </Annotations>
 30522        <Annotations Target="microsoft.graph.managedDevice/easActivationDateTime">
 30523          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActivationSync activation time of the device. This property is read-only." />
 30524          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30525          <Annotation Term="Org.OData.Core.V1.Permissions">
 30526            <EnumMember>
 30527              Org.OData.Core.V1.Permission/Read
 30528            </EnumMember>
 30529          </Annotation>
 30530        </Annotations>
 30531        <Annotations Target="microsoft.graph.managedDevice/aadRegistered">
 30532          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Azure Active Directory registered. This property is read-only." />
 30533          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30534          <Annotation Term="Org.OData.Core.V1.Permissions">
 30535            <EnumMember>
 30536              Org.OData.Core.V1.Permission/Read
 30537            </EnumMember>
 30538          </Annotation>
 30539        </Annotations>
 30540        <Annotations Target="microsoft.graph.managedDevice/azureADRegistered">
 30541          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Azure Active Directory registered. This property is read-only." />
 30542          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30543          <Annotation Term="Org.OData.Core.V1.Permissions">
 30544            <EnumMember>
 30545              Org.OData.Core.V1.Permission/Read
 30546            </EnumMember>
 30547          </Annotation>
 30548        </Annotations>
 30549        <Annotations Target="microsoft.graph.managedDevice/deviceEnrollmentType">
 30550          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment type of the device. This property is read-only." />
 30551          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30552          <Annotation Term="Org.OData.Core.V1.Permissions">
 30553            <EnumMember>
 30554              Org.OData.Core.V1.Permission/Read
 30555            </EnumMember>
 30556          </Annotation>
 30557        </Annotations>
 30558        <Annotations Target="microsoft.graph.managedDevice/lostModeState">
 30559          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Lost mode is enabled or disabled. This property is read-only." />
 30560          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30561          <Annotation Term="Org.OData.Core.V1.Permissions">
 30562            <EnumMember>
 30563              Org.OData.Core.V1.Permission/Read
 30564            </EnumMember>
 30565          </Annotation>
 30566        </Annotations>
 30567        <Annotations Target="microsoft.graph.managedDevice/activationLockBypassCode">
 30568          <Annotation Term="Org.OData.Core.V1.Description" String="Code that allows the Activation Lock on a device to be bypassed. This property is read-only." />
 30569          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30570          <Annotation Term="Org.OData.Core.V1.Permissions">
 30571            <EnumMember>
 30572              Org.OData.Core.V1.Permission/Read
 30573            </EnumMember>
 30574          </Annotation>
 30575        </Annotations>
 30576        <Annotations Target="microsoft.graph.managedDevice/emailAddress">
 30577          <Annotation Term="Org.OData.Core.V1.Description" String="Email(s) for the user associated with the device. This property is read-only." />
 30578          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30579          <Annotation Term="Org.OData.Core.V1.Permissions">
 30580            <EnumMember>
 30581              Org.OData.Core.V1.Permission/Read
 30582            </EnumMember>
 30583          </Annotation>
 30584        </Annotations>
 30585        <Annotations Target="microsoft.graph.managedDevice/azureActiveDirectoryDeviceId">
 30586          <Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the Azure Active Directory device. Read only. This property is read-only." />
 30587          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30588          <Annotation Term="Org.OData.Core.V1.Permissions">
 30589            <EnumMember>
 30590              Org.OData.Core.V1.Permission/Read
 30591            </EnumMember>
 30592          </Annotation>
 30593        </Annotations>
 30594        <Annotations Target="microsoft.graph.managedDevice/azureADDeviceId">
 30595          <Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the Azure Active Directory device. Read only. This property is read-only." />
 30596          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30597          <Annotation Term="Org.OData.Core.V1.Permissions">
 30598            <EnumMember>
 30599              Org.OData.Core.V1.Permission/Read
 30600            </EnumMember>
 30601          </Annotation>
 30602        </Annotations>
 30603        <Annotations Target="microsoft.graph.managedDevice/deviceRegistrationState">
 30604          <Annotation Term="Org.OData.Core.V1.Description" String="Device registration state. This property is read-only." />
 30605          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30606          <Annotation Term="Org.OData.Core.V1.Permissions">
 30607            <EnumMember>
 30608              Org.OData.Core.V1.Permission/Read
 30609            </EnumMember>
 30610          </Annotation>
 30611        </Annotations>
 30612        <Annotations Target="microsoft.graph.managedDevice/deviceCategoryDisplayName">
 30613          <Annotation Term="Org.OData.Core.V1.Description" String="Device category display name. This property is read-only." />
 30614          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30615          <Annotation Term="Org.OData.Core.V1.Permissions">
 30616            <EnumMember>
 30617              Org.OData.Core.V1.Permission/Read
 30618            </EnumMember>
 30619          </Annotation>
 30620        </Annotations>
 30621        <Annotations Target="microsoft.graph.managedDevice/isSupervised">
 30622          <Annotation Term="Org.OData.Core.V1.Description" String="Device supervised status. This property is read-only." />
 30623          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30624          <Annotation Term="Org.OData.Core.V1.Permissions">
 30625            <EnumMember>
 30626              Org.OData.Core.V1.Permission/Read
 30627            </EnumMember>
 30628          </Annotation>
 30629        </Annotations>
 30630        <Annotations Target="microsoft.graph.managedDevice/exchangeLastSuccessfulSyncDateTime">
 30631          <Annotation Term="Org.OData.Core.V1.Description" String="Last time the device contacted Exchange. This property is read-only." />
 30632          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30633          <Annotation Term="Org.OData.Core.V1.Permissions">
 30634            <EnumMember>
 30635              Org.OData.Core.V1.Permission/Read
 30636            </EnumMember>
 30637          </Annotation>
 30638        </Annotations>
 30639        <Annotations Target="microsoft.graph.managedDevice/exchangeAccessState">
 30640          <Annotation Term="Org.OData.Core.V1.Description" String="The Access State of the device in Exchange. This property is read-only." />
 30641          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30642          <Annotation Term="Org.OData.Core.V1.Permissions">
 30643            <EnumMember>
 30644              Org.OData.Core.V1.Permission/Read
 30645            </EnumMember>
 30646          </Annotation>
 30647        </Annotations>
 30648        <Annotations Target="microsoft.graph.managedDevice/exchangeAccessStateReason">
 30649          <Annotation Term="Org.OData.Core.V1.Description" String="The reason for the device's access state in Exchange. This property is read-only." />
 30650          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30651          <Annotation Term="Org.OData.Core.V1.Permissions">
 30652            <EnumMember>
 30653              Org.OData.Core.V1.Permission/Read
 30654            </EnumMember>
 30655          </Annotation>
 30656        </Annotations>
 30657        <Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionUrl">
 30658          <Annotation Term="Org.OData.Core.V1.Description" String="Url that allows a Remote Assistance session to be established with the device. This property is read-only." />
 30659          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30660          <Annotation Term="Org.OData.Core.V1.Permissions">
 30661            <EnumMember>
 30662              Org.OData.Core.V1.Permission/Read
 30663            </EnumMember>
 30664          </Annotation>
 30665        </Annotations>
 30666        <Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionErrorDetails">
 30667          <Annotation Term="Org.OData.Core.V1.Description" String="An error string that identifies issues when creating Remote Assistance session objects. This property is read-only." />
 30668          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30669          <Annotation Term="Org.OData.Core.V1.Permissions">
 30670            <EnumMember>
 30671              Org.OData.Core.V1.Permission/Read
 30672            </EnumMember>
 30673          </Annotation>
 30674        </Annotations>
 30675        <Annotations Target="microsoft.graph.managedDevice/isEncrypted">
 30676          <Annotation Term="Org.OData.Core.V1.Description" String="Device encryption status. This property is read-only." />
 30677          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30678          <Annotation Term="Org.OData.Core.V1.Permissions">
 30679            <EnumMember>
 30680              Org.OData.Core.V1.Permission/Read
 30681            </EnumMember>
 30682          </Annotation>
 30683        </Annotations>
 30684        <Annotations Target="microsoft.graph.managedDevice/userPrincipalName">
 30685          <Annotation Term="Org.OData.Core.V1.Description" String="Device user principal name. This property is read-only." />
 30686          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30687          <Annotation Term="Org.OData.Core.V1.Permissions">
 30688            <EnumMember>
 30689              Org.OData.Core.V1.Permission/Read
 30690            </EnumMember>
 30691          </Annotation>
 30692        </Annotations>
 30693        <Annotations Target="microsoft.graph.managedDevice/model">
 30694          <Annotation Term="Org.OData.Core.V1.Description" String="Model of the device. This property is read-only." />
 30695          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30696          <Annotation Term="Org.OData.Core.V1.Permissions">
 30697            <EnumMember>
 30698              Org.OData.Core.V1.Permission/Read
 30699            </EnumMember>
 30700          </Annotation>
 30701        </Annotations>
 30702        <Annotations Target="microsoft.graph.managedDevice/manufacturer">
 30703          <Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer of the device. This property is read-only." />
 30704          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30705          <Annotation Term="Org.OData.Core.V1.Permissions">
 30706            <EnumMember>
 30707              Org.OData.Core.V1.Permission/Read
 30708            </EnumMember>
 30709          </Annotation>
 30710        </Annotations>
 30711        <Annotations Target="microsoft.graph.managedDevice/imei">
 30712          <Annotation Term="Org.OData.Core.V1.Description" String="IMEI. This property is read-only." />
 30713          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30714          <Annotation Term="Org.OData.Core.V1.Permissions">
 30715            <EnumMember>
 30716              Org.OData.Core.V1.Permission/Read
 30717            </EnumMember>
 30718          </Annotation>
 30719        </Annotations>
 30720        <Annotations Target="microsoft.graph.managedDevice/complianceGracePeriodExpirationDateTime">
 30721          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires. This property is read-only." />
 30722          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30723          <Annotation Term="Org.OData.Core.V1.Permissions">
 30724            <EnumMember>
 30725              Org.OData.Core.V1.Permission/Read
 30726            </EnumMember>
 30727          </Annotation>
 30728        </Annotations>
 30729        <Annotations Target="microsoft.graph.managedDevice/serialNumber">
 30730          <Annotation Term="Org.OData.Core.V1.Description" String="SerialNumber. This property is read-only." />
 30731          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30732          <Annotation Term="Org.OData.Core.V1.Permissions">
 30733            <EnumMember>
 30734              Org.OData.Core.V1.Permission/Read
 30735            </EnumMember>
 30736          </Annotation>
 30737        </Annotations>
 30738        <Annotations Target="microsoft.graph.managedDevice/phoneNumber">
 30739          <Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the device. This property is read-only." />
 30740          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30741          <Annotation Term="Org.OData.Core.V1.Permissions">
 30742            <EnumMember>
 30743              Org.OData.Core.V1.Permission/Read
 30744            </EnumMember>
 30745          </Annotation>
 30746        </Annotations>
 30747        <Annotations Target="microsoft.graph.managedDevice/androidSecurityPatchLevel">
 30748          <Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level. This property is read-only." />
 30749          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30750          <Annotation Term="Org.OData.Core.V1.Permissions">
 30751            <EnumMember>
 30752              Org.OData.Core.V1.Permission/Read
 30753            </EnumMember>
 30754          </Annotation>
 30755        </Annotations>
 30756        <Annotations Target="microsoft.graph.managedDevice/userDisplayName">
 30757          <Annotation Term="Org.OData.Core.V1.Description" String="User display name. This property is read-only." />
 30758          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30759          <Annotation Term="Org.OData.Core.V1.Permissions">
 30760            <EnumMember>
 30761              Org.OData.Core.V1.Permission/Read
 30762            </EnumMember>
 30763          </Annotation>
 30764        </Annotations>
 30765        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/inventory">
 30766          <Annotation Term="Org.OData.Core.V1.Description" String="Whether inventory is managed by Intune" />
 30767        </Annotations>
 30768        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/modernApps">
 30769          <Annotation Term="Org.OData.Core.V1.Description" String="Whether modern application is managed by Intune" />
 30770        </Annotations>
 30771        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/resourceAccess">
 30772          <Annotation Term="Org.OData.Core.V1.Description" String="Whether resource access is managed by Intune" />
 30773        </Annotations>
 30774        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/deviceConfiguration">
 30775          <Annotation Term="Org.OData.Core.V1.Description" String="Whether device configuration is managed by Intune" />
 30776        </Annotations>
 30777        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/compliancePolicy">
 30778          <Annotation Term="Org.OData.Core.V1.Description" String="Whether compliance policy is managed by Intune" />
 30779        </Annotations>
 30780        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/windowsUpdateForBusiness">
 30781          <Annotation Term="Org.OData.Core.V1.Description" String="Whether Windows Update for Business is managed by Intune" />
 30782        </Annotations>
 30783        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/endpointProtection">
 30784          <Annotation Term="Org.OData.Core.V1.Description" String="Whether Endpoint Protection is managed by Intune" />
 30785        </Annotations>
 30786        <Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/officeApps">
 30787          <Annotation Term="Org.OData.Core.V1.Description" String="Whether Office application is managed by Intune" />
 30788        </Annotations>
 30789        <Annotations Target="microsoft.graph.managedDevice/configurationManagerClientEnabledFeatures">
 30790          <Annotation Term="Org.OData.Core.V1.Description" String="ConfigrMgr client enabled features. This property is read-only." />
 30791          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30792          <Annotation Term="Org.OData.Core.V1.Permissions">
 30793            <EnumMember>
 30794              Org.OData.Core.V1.Permission/Read
 30795            </EnumMember>
 30796          </Annotation>
 30797        </Annotations>
 30798        <Annotations Target="microsoft.graph.managedDevice/wiFiMacAddress">
 30799          <Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi MAC. This property is read-only." />
 30800          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30801          <Annotation Term="Org.OData.Core.V1.Permissions">
 30802            <EnumMember>
 30803              Org.OData.Core.V1.Permission/Read
 30804            </EnumMember>
 30805          </Annotation>
 30806        </Annotations>
 30807        <Annotations Target="microsoft.graph.deviceHealthAttestationState/lastUpdateDateTime">
 30808          <Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update." />
 30809        </Annotations>
 30810        <Annotations Target="microsoft.graph.deviceHealthAttestationState/contentNamespaceUrl">
 30811          <Annotation Term="Org.OData.Core.V1.Description" String="The DHA report version. (Namespace version)" />
 30812        </Annotations>
 30813        <Annotations Target="microsoft.graph.deviceHealthAttestationState/deviceHealthAttestationStatus">
 30814          <Annotation Term="Org.OData.Core.V1.Description" String="The DHA report version. (Namespace version)" />
 30815        </Annotations>
 30816        <Annotations Target="microsoft.graph.deviceHealthAttestationState/contentVersion">
 30817          <Annotation Term="Org.OData.Core.V1.Description" String="The HealthAttestation state schema version" />
 30818        </Annotations>
 30819        <Annotations Target="microsoft.graph.deviceHealthAttestationState/issuedDateTime">
 30820          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device was evaluated or issued to MDM" />
 30821        </Annotations>
 30822        <Annotations Target="microsoft.graph.deviceHealthAttestationState/attestationIdentityKey">
 30823          <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." />
 30824        </Annotations>
 30825        <Annotations Target="microsoft.graph.deviceHealthAttestationState/resetCount">
 30826          <Annotation Term="Org.OData.Core.V1.Description" String="The number of times a PC device has hibernated or resumed" />
 30827        </Annotations>
 30828        <Annotations Target="microsoft.graph.deviceHealthAttestationState/restartCount">
 30829          <Annotation Term="Org.OData.Core.V1.Description" String="The number of times a PC device has rebooted" />
 30830        </Annotations>
 30831        <Annotations Target="microsoft.graph.deviceHealthAttestationState/dataExcutionPolicy">
 30832          <Annotation Term="Org.OData.Core.V1.Description" String="DEP Policy defines a set of hardware and software technologies that perform additional checks on memory " />
 30833        </Annotations>
 30834        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bitLockerStatus">
 30835          <Annotation Term="Org.OData.Core.V1.Description" String="On or Off of BitLocker Drive Encryption" />
 30836        </Annotations>
 30837        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bootManagerVersion">
 30838          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the Boot Manager" />
 30839        </Annotations>
 30840        <Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrityCheckVersion">
 30841          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the Boot Manager" />
 30842        </Annotations>
 30843        <Annotations Target="microsoft.graph.deviceHealthAttestationState/secureBoot">
 30844          <Annotation Term="Org.OData.Core.V1.Description" String="When Secure Boot is enabled, the core components must have the correct cryptographic signatures" />
 30845        </Annotations>
 30846        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bootDebugging">
 30847          <Annotation Term="Org.OData.Core.V1.Description" String="When bootDebugging is enabled, the device is used in development and testing" />
 30848        </Annotations>
 30849        <Annotations Target="microsoft.graph.deviceHealthAttestationState/operatingSystemKernelDebugging">
 30850          <Annotation Term="Org.OData.Core.V1.Description" String="When operatingSystemKernelDebugging is enabled, the device is used in development and testing" />
 30851        </Annotations>
 30852        <Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrity">
 30853          <Annotation Term="Org.OData.Core.V1.Description" String=" When code integrity is enabled, code execution is restricted to integrity verified code" />
 30854        </Annotations>
 30855        <Annotations Target="microsoft.graph.deviceHealthAttestationState/testSigning">
 30856          <Annotation Term="Org.OData.Core.V1.Description" String="When test signing is allowed, the device does not enforce signature validation during boot" />
 30857        </Annotations>
 30858        <Annotations Target="microsoft.graph.deviceHealthAttestationState/safeMode">
 30859          <Annotation Term="Org.OData.Core.V1.Description" String="Safe mode is a troubleshooting option for Windows that starts your computer in a limited state" />
 30860        </Annotations>
 30861        <Annotations Target="microsoft.graph.deviceHealthAttestationState/windowsPE">
 30862          <Annotation Term="Org.OData.Core.V1.Description" String="Operating system running with limited services that is used to prepare a computer for Windows" />
 30863        </Annotations>
 30864        <Annotations Target="microsoft.graph.deviceHealthAttestationState/earlyLaunchAntiMalwareDriverProtection">
 30865          <Annotation Term="Org.OData.Core.V1.Description" String="ELAM provides protection for the computers in your network when they start up" />
 30866        </Annotations>
 30867        <Annotations Target="microsoft.graph.deviceHealthAttestationState/virtualSecureMode">
 30868          <Annotation Term="Org.OData.Core.V1.Description" String="VSM is a container that protects high value assets from a compromised kernel" />
 30869        </Annotations>
 30870        <Annotations Target="microsoft.graph.deviceHealthAttestationState/pcrHashAlgorithm">
 30871          <Annotation Term="Org.OData.Core.V1.Description" String="Informational attribute that identifies the HASH algorithm that was used by TPM" />
 30872        </Annotations>
 30873        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bootAppSecurityVersion">
 30874          <Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" />
 30875        </Annotations>
 30876        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bootManagerSecurityVersion">
 30877          <Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" />
 30878        </Annotations>
 30879        <Annotations Target="microsoft.graph.deviceHealthAttestationState/tpmVersion">
 30880          <Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" />
 30881        </Annotations>
 30882        <Annotations Target="microsoft.graph.deviceHealthAttestationState/pcr0">
 30883          <Annotation Term="Org.OData.Core.V1.Description" String="The measurement that is captured in PCR[0]" />
 30884        </Annotations>
 30885        <Annotations Target="microsoft.graph.deviceHealthAttestationState/secureBootConfigurationPolicyFingerPrint">
 30886          <Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint of the Custom Secure Boot Configuration Policy" />
 30887        </Annotations>
 30888        <Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrityPolicy">
 30889          <Annotation Term="Org.OData.Core.V1.Description" String="The Code Integrity policy that is controlling the security of the boot environment" />
 30890        </Annotations>
 30891        <Annotations Target="microsoft.graph.deviceHealthAttestationState/bootRevisionListInfo">
 30892          <Annotation Term="Org.OData.Core.V1.Description" String="The Boot Revision List that was loaded during initial boot on the attested device" />
 30893        </Annotations>
 30894        <Annotations Target="microsoft.graph.deviceHealthAttestationState/operatingSystemRevListInfo">
 30895          <Annotation Term="Org.OData.Core.V1.Description" String="The Operating System Revision List that was loaded during initial boot on the attested device" />
 30896        </Annotations>
 30897        <Annotations Target="microsoft.graph.deviceHealthAttestationState/healthStatusMismatchInfo">
 30898          <Annotation Term="Org.OData.Core.V1.Description" String="This attribute appears if DHA-Service detects an integrity issue" />
 30899        </Annotations>
 30900        <Annotations Target="microsoft.graph.deviceHealthAttestationState/healthAttestationSupportedStatus">
 30901          <Annotation Term="Org.OData.Core.V1.Description" String="This attribute indicates if DHA is supported for the device" />
 30902        </Annotations>
 30903        <Annotations Target="microsoft.graph.managedDevice/deviceHealthAttestationState">
 30904          <Annotation Term="Org.OData.Core.V1.Description" String="The device health attestation state. This property is read-only." />
 30905          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30906          <Annotation Term="Org.OData.Core.V1.Permissions">
 30907            <EnumMember>
 30908              Org.OData.Core.V1.Permission/Read
 30909            </EnumMember>
 30910          </Annotation>
 30911        </Annotations>
 30912        <Annotations Target="microsoft.graph.managedDevice/subscriberCarrier">
 30913          <Annotation Term="Org.OData.Core.V1.Description" String="Subscriber Carrier. This property is read-only." />
 30914          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30915          <Annotation Term="Org.OData.Core.V1.Permissions">
 30916            <EnumMember>
 30917              Org.OData.Core.V1.Permission/Read
 30918            </EnumMember>
 30919          </Annotation>
 30920        </Annotations>
 30921        <Annotations Target="microsoft.graph.managedDevice/meid">
 30922          <Annotation Term="Org.OData.Core.V1.Description" String="MEID. This property is read-only." />
 30923          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30924          <Annotation Term="Org.OData.Core.V1.Permissions">
 30925            <EnumMember>
 30926              Org.OData.Core.V1.Permission/Read
 30927            </EnumMember>
 30928          </Annotation>
 30929        </Annotations>
 30930        <Annotations Target="microsoft.graph.managedDevice/totalStorageSpaceInBytes">
 30931          <Annotation Term="Org.OData.Core.V1.Description" String="Total Storage in Bytes. This property is read-only." />
 30932          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30933          <Annotation Term="Org.OData.Core.V1.Permissions">
 30934            <EnumMember>
 30935              Org.OData.Core.V1.Permission/Read
 30936            </EnumMember>
 30937          </Annotation>
 30938        </Annotations>
 30939        <Annotations Target="microsoft.graph.managedDevice/freeStorageSpaceInBytes">
 30940          <Annotation Term="Org.OData.Core.V1.Description" String="Free Storage in Bytes. This property is read-only." />
 30941          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30942          <Annotation Term="Org.OData.Core.V1.Permissions">
 30943            <EnumMember>
 30944              Org.OData.Core.V1.Permission/Read
 30945            </EnumMember>
 30946          </Annotation>
 30947        </Annotations>
 30948        <Annotations Target="microsoft.graph.managedDevice/managedDeviceName">
 30949          <Annotation Term="Org.OData.Core.V1.Description" String="Automatically generated name to identify a device. Can be overwritten to a user friendly name." />
 30950        </Annotations>
 30951        <Annotations Target="microsoft.graph.managedDevice/partnerReportedThreatState">
 30952          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. This property is read-only." />
 30953          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30954          <Annotation Term="Org.OData.Core.V1.Permissions">
 30955            <EnumMember>
 30956              Org.OData.Core.V1.Permission/Read
 30957            </EnumMember>
 30958          </Annotation>
 30959        </Annotations>
 30960        <Annotations Target="microsoft.graph.managedDevice/retireAfterDateTime">
 30961          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the time after when a device will be auto retired because of scheduled action. This property is read-only." />
 30962          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30963          <Annotation Term="Org.OData.Core.V1.Permissions">
 30964            <EnumMember>
 30965              Org.OData.Core.V1.Permission/Read
 30966            </EnumMember>
 30967          </Annotation>
 30968        </Annotations>
 30969        <Annotations Target="microsoft.graph.loggedOnUser/userId">
 30970          <Annotation Term="Org.OData.Core.V1.Description" String="User id" />
 30971        </Annotations>
 30972        <Annotations Target="microsoft.graph.loggedOnUser/lastLogOnDateTime">
 30973          <Annotation Term="Org.OData.Core.V1.Description" String="Date time when user logs on" />
 30974        </Annotations>
 30975        <Annotations Target="microsoft.graph.managedDevice/usersLoggedOn">
 30976          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last logged on users of a device. This property is read-only." />
 30977          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30978          <Annotation Term="Org.OData.Core.V1.Permissions">
 30979            <EnumMember>
 30980              Org.OData.Core.V1.Permission/Read
 30981            </EnumMember>
 30982          </Annotation>
 30983        </Annotations>
 30984        <Annotations Target="microsoft.graph.managedDevice/preferMdmOverGroupPolicyAppliedDateTime">
 30985          <Annotation Term="Org.OData.Core.V1.Description" String="Reports the DateTime the preferMdmOverGroupPolicy setting was set.  When set, the Intune MDM settings will override Group Policy settings if there is a conflict. Read Only. This property is read-only." />
 30986          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30987          <Annotation Term="Org.OData.Core.V1.Permissions">
 30988            <EnumMember>
 30989              Org.OData.Core.V1.Permission/Read
 30990            </EnumMember>
 30991          </Annotation>
 30992        </Annotations>
 30993        <Annotations Target="microsoft.graph.managedDevice/autopilotEnrolled">
 30994          <Annotation Term="Org.OData.Core.V1.Description" String="Reports if the managed device is enrolled via auto-pilot. This property is read-only." />
 30995          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 30996          <Annotation Term="Org.OData.Core.V1.Permissions">
 30997            <EnumMember>
 30998              Org.OData.Core.V1.Permission/Read
 30999            </EnumMember>
 31000          </Annotation>
 31001        </Annotations>
 31002        <Annotations Target="microsoft.graph.managedDevice/requireUserEnrollmentApproval">
 31003          <Annotation Term="Org.OData.Core.V1.Description" String="Reports if the managed iOS device is user approval enrollment. This property is read-only." />
 31004          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31005          <Annotation Term="Org.OData.Core.V1.Permissions">
 31006            <EnumMember>
 31007              Org.OData.Core.V1.Permission/Read
 31008            </EnumMember>
 31009          </Annotation>
 31010        </Annotations>
 31011        <Annotations Target="microsoft.graph.managedDevice/managementCertificateExpirationDate">
 31012          <Annotation Term="Org.OData.Core.V1.Description" String="Reports device management certificate expiration date. This property is read-only." />
 31013          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31014          <Annotation Term="Org.OData.Core.V1.Permissions">
 31015            <EnumMember>
 31016              Org.OData.Core.V1.Permission/Read
 31017            </EnumMember>
 31018          </Annotation>
 31019        </Annotations>
 31020        <Annotations Target="microsoft.graph.managedDevice/iccid">
 31021          <Annotation Term="Org.OData.Core.V1.Description" String="Integrated Circuit Card Identifier, it is A SIM card's unique identification number. This property is read-only." />
 31022          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31023          <Annotation Term="Org.OData.Core.V1.Permissions">
 31024            <EnumMember>
 31025              Org.OData.Core.V1.Permission/Read
 31026            </EnumMember>
 31027          </Annotation>
 31028        </Annotations>
 31029        <Annotations Target="microsoft.graph.managedDevice/udid">
 31030          <Annotation Term="Org.OData.Core.V1.Description" String="Unique Device Identifier for iOS and macOS devices. This property is read-only." />
 31031          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31032          <Annotation Term="Org.OData.Core.V1.Permissions">
 31033            <EnumMember>
 31034              Org.OData.Core.V1.Permission/Read
 31035            </EnumMember>
 31036          </Annotation>
 31037        </Annotations>
 31038        <Annotations Target="microsoft.graph.managedDevice/roleScopeTagIds">
 31039          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for this Device instance." />
 31040        </Annotations>
 31041        <Annotations Target="microsoft.graph.managedDevice/windowsActiveMalwareCount">
 31042          <Annotation Term="Org.OData.Core.V1.Description" String="Count of active malware for this windows device. This property is read-only." />
 31043          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31044          <Annotation Term="Org.OData.Core.V1.Permissions">
 31045            <EnumMember>
 31046              Org.OData.Core.V1.Permission/Read
 31047            </EnumMember>
 31048          </Annotation>
 31049        </Annotations>
 31050        <Annotations Target="microsoft.graph.managedDevice/windowsRemediatedMalwareCount">
 31051          <Annotation Term="Org.OData.Core.V1.Description" String="Count of remediated malware for this windows device. This property is read-only." />
 31052          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31053          <Annotation Term="Org.OData.Core.V1.Permissions">
 31054            <EnumMember>
 31055              Org.OData.Core.V1.Permission/Read
 31056            </EnumMember>
 31057          </Annotation>
 31058        </Annotations>
 31059        <Annotations Target="microsoft.graph.managedDevice/notes">
 31060          <Annotation Term="Org.OData.Core.V1.Description" String="Notes on the device created by IT Admin" />
 31061        </Annotations>
 31062        <Annotations Target="microsoft.graph.configurationManagerClientHealthState/state">
 31063          <Annotation Term="Org.OData.Core.V1.Description" String="Current configuration manager client state." />
 31064        </Annotations>
 31065        <Annotations Target="microsoft.graph.configurationManagerClientHealthState/errorCode">
 31066          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for failed state." />
 31067        </Annotations>
 31068        <Annotations Target="microsoft.graph.configurationManagerClientHealthState/lastSyncDateTime">
 31069          <Annotation Term="Org.OData.Core.V1.Description" String="Datetime fo last sync with configuration manager management point." />
 31070        </Annotations>
 31071        <Annotations Target="microsoft.graph.managedDevice/configurationManagerClientHealthState">
 31072          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client health state, valid only for devices managed by MDM/ConfigMgr Agent" />
 31073        </Annotations>
 31074        <Annotations Target="microsoft.graph.configurationManagerClientInformation/clientIdentifier">
 31075          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration Manager Client Id from SCCM" />
 31076        </Annotations>
 31077        <Annotations Target="microsoft.graph.managedDevice/configurationManagerClientInformation">
 31078          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration manager client information, valid only for devices managed, duel-managed or tri-managed by ConfigMgr Agent" />
 31079        </Annotations>
 31080        <Annotations Target="microsoft.graph.managedDevice/ethernetMacAddress">
 31081          <Annotation Term="Org.OData.Core.V1.Description" String="Ethernet MAC. This property is read-only." />
 31082          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 31083          <Annotation Term="Org.OData.Core.V1.Permissions">
 31084            <EnumMember>
 31085              Org.OData.Core.V1.Permission/Read
 31086            </EnumMember>
 31087          </Annotation>
 31088        </Annotations>
 31089        <Annotations Target="microsoft.graph.managedDevice/detectedApps">
 31090          <Annotation Term="Org.OData.Core.V1.Description" String="All applications currently installed on the device" />
 31091        </Annotations>
 31092        <Annotations Target="microsoft.graph.managedDevice/deviceCategory">
 31093          <Annotation Term="Org.OData.Core.V1.Description" String="Device category" />
 31094        </Annotations>
 31095        <Annotations Target="microsoft.graph.windowsProtectionState">
 31096          <Annotation Term="Org.OData.Core.V1.Description" String="Device protection status entity." />
 31097        </Annotations>
 31098        <Annotations Target="microsoft.graph.managedDevice/windowsProtectionState">
 31099          <Annotation Term="Org.OData.Core.V1.Description" String="The device protection status." />
 31100        </Annotations>
 31101        <Annotations Target="microsoft.graph.managedDevice/users">
 31102          <Annotation Term="Org.OData.Core.V1.Description" String="The primary users associated with the managed device." />
 31103        </Annotations>
 31104        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/deviceId">
 31105          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the device in the checkin." />
 31106        </Annotations>
 31107        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/deviceName">
 31108          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the device in the checkin." />
 31109        </Annotations>
 31110        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userId">
 31111          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the user in the checkin." />
 31112        </Annotations>
 31113        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userDisplayName">
 31114          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the user in the checkin" />
 31115        </Annotations>
 31116        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/userPrincipalName">
 31117          <Annotation Term="Org.OData.Core.V1.Description" String="The UPN of the user in the checkin." />
 31118        </Annotations>
 31119        <Annotations Target="microsoft.graph.deviceConfigurationTargetedUserAndDevice/lastCheckinDateTime">
 31120          <Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time for this user/device pair." />
 31121        </Annotations>
 31122        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/deviceDisplayName">
 31123          <Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
 31124        </Annotations>
 31125        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/userName">
 31126          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 31127        </Annotations>
 31128        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/deviceModel">
 31129          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 31130        </Annotations>
 31131        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/platform">
 31132          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
 31133        </Annotations>
 31134        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/complianceGracePeriodExpirationDateTime">
 31135          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 31136        </Annotations>
 31137        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/status">
 31138          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 31139        </Annotations>
 31140        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/lastReportedDateTime">
 31141          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 31142        </Annotations>
 31143        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/userPrincipalName">
 31144          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 31145        </Annotations>
 31146        <Annotations Target="microsoft.graph.deviceConfigurationUserStatus/userDisplayName">
 31147          <Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." />
 31148        </Annotations>
 31149        <Annotations Target="microsoft.graph.deviceConfigurationUserStatus/devicesCount">
 31150          <Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
 31151        </Annotations>
 31152        <Annotations Target="microsoft.graph.deviceConfigurationUserStatus/status">
 31153          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 31154        </Annotations>
 31155        <Annotations Target="microsoft.graph.deviceConfigurationUserStatus/lastReportedDateTime">
 31156          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 31157        </Annotations>
 31158        <Annotations Target="microsoft.graph.deviceConfigurationUserStatus/userPrincipalName">
 31159          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 31160        </Annotations>
 31161        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/pendingCount">
 31162          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" />
 31163        </Annotations>
 31164        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/notApplicableCount">
 31165          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 31166        </Annotations>
 31167        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/notApplicablePlatformCount">
 31168          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" />
 31169        </Annotations>
 31170        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/successCount">
 31171          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" />
 31172        </Annotations>
 31173        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/errorCount">
 31174          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 31175        </Annotations>
 31176        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/failedCount">
 31177          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" />
 31178        </Annotations>
 31179        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/conflictCount">
 31180          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" />
 31181        </Annotations>
 31182        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/lastUpdateDateTime">
 31183          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 31184        </Annotations>
 31185        <Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/configurationVersion">
 31186          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 31187        </Annotations>
 31188        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/pendingCount">
 31189          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" />
 31190        </Annotations>
 31191        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/notApplicableCount">
 31192          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" />
 31193        </Annotations>
 31194        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/successCount">
 31195          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
 31196        </Annotations>
 31197        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/errorCount">
 31198          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" />
 31199        </Annotations>
 31200        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/failedCount">
 31201          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" />
 31202        </Annotations>
 31203        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/conflictCount">
 31204          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" />
 31205        </Annotations>
 31206        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/lastUpdateDateTime">
 31207          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 31208        </Annotations>
 31209        <Annotations Target="microsoft.graph.deviceConfigurationUserOverview/configurationVersion">
 31210          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 31211        </Annotations>
 31212        <Annotations Target="microsoft.graph.settingStateDeviceSummary/settingName">
 31213          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting" />
 31214        </Annotations>
 31215        <Annotations Target="microsoft.graph.settingStateDeviceSummary/instancePath">
 31216          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the InstancePath for the setting" />
 31217        </Annotations>
 31218        <Annotations Target="microsoft.graph.settingStateDeviceSummary/unknownDeviceCount">
 31219          <Annotation Term="Org.OData.Core.V1.Description" String="Device Unkown count for the setting" />
 31220        </Annotations>
 31221        <Annotations Target="microsoft.graph.settingStateDeviceSummary/notApplicableDeviceCount">
 31222          <Annotation Term="Org.OData.Core.V1.Description" String="Device Not Applicable count for the setting" />
 31223        </Annotations>
 31224        <Annotations Target="microsoft.graph.settingStateDeviceSummary/compliantDeviceCount">
 31225          <Annotation Term="Org.OData.Core.V1.Description" String="Device Compliant count for the setting" />
 31226        </Annotations>
 31227        <Annotations Target="microsoft.graph.settingStateDeviceSummary/remediatedDeviceCount">
 31228          <Annotation Term="Org.OData.Core.V1.Description" String="Device Compliant count for the setting" />
 31229        </Annotations>
 31230        <Annotations Target="microsoft.graph.settingStateDeviceSummary/nonCompliantDeviceCount">
 31231          <Annotation Term="Org.OData.Core.V1.Description" String="Device NonCompliant count for the setting" />
 31232        </Annotations>
 31233        <Annotations Target="microsoft.graph.settingStateDeviceSummary/errorDeviceCount">
 31234          <Annotation Term="Org.OData.Core.V1.Description" String="Device error count for the setting" />
 31235        </Annotations>
 31236        <Annotations Target="microsoft.graph.settingStateDeviceSummary/conflictDeviceCount">
 31237          <Annotation Term="Org.OData.Core.V1.Description" String="Device conflict error count for the setting" />
 31238        </Annotations>
 31239        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/unknownDeviceCount">
 31240          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
 31241        </Annotations>
 31242        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/notApplicableDeviceCount">
 31243          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 31244        </Annotations>
 31245        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/compliantDeviceCount">
 31246          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
 31247        </Annotations>
 31248        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/remediatedDeviceCount">
 31249          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
 31250        </Annotations>
 31251        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/nonCompliantDeviceCount">
 31252          <Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
 31253        </Annotations>
 31254        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/errorDeviceCount">
 31255          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 31256        </Annotations>
 31257        <Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/conflictDeviceCount">
 31258          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
 31259        </Annotations>
 31260        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase">
 31261          <Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner certificate profile base." />
 31262        </Annotations>
 31263        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/renewalThresholdPercentage">
 31264          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 31265        </Annotations>
 31266        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/subjectNameFormat">
 31267          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 31268        </Annotations>
 31269        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/certificateValidityPeriodValue">
 31270          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 31271        </Annotations>
 31272        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/certificateValidityPeriodScale">
 31273          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 31274        </Annotations>
 31275        <Annotations Target="microsoft.graph.extendedKeyUsage/name">
 31276          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage Name" />
 31277        </Annotations>
 31278        <Annotations Target="microsoft.graph.extendedKeyUsage/objectIdentifier">
 31279          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage Object Identifier" />
 31280        </Annotations>
 31281        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/extendedKeyUsages">
 31282          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 31283        </Annotations>
 31284        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/subjectAlternativeNameType">
 31285          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 31286        </Annotations>
 31287        <Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate">
 31288          <Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner Trusted Root Certificate configuration profile" />
 31289        </Annotations>
 31290        <Annotations Target="microsoft.graph.androidDeviceOwnerCertificateProfileBase/rootCertificate">
 31291          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 31292        </Annotations>
 31293        <Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate/trustedRootCertificate">
 31294          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 31295        </Annotations>
 31296        <Annotations Target="microsoft.graph.androidDeviceOwnerTrustedRootCertificate/certFileName">
 31297          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 31298        </Annotations>
 31299        <Annotations Target="microsoft.graph.managedDeviceCertificateState/devicePlatform">
 31300          <Annotation Term="Org.OData.Core.V1.Description" String="Device platform" />
 31301        </Annotations>
 31302        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyUsage">
 31303          <Annotation Term="Org.OData.Core.V1.Description" String="Key usage" />
 31304        </Annotations>
 31305        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateValidityPeriodUnits">
 31306          <Annotation Term="Org.OData.Core.V1.Description" String="Validity period units" />
 31307        </Annotations>
 31308        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuanceState">
 31309          <Annotation Term="Org.OData.Core.V1.Description" String="Issuance State" />
 31310        </Annotations>
 31311        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyStorageProvider">
 31312          <Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider" />
 31313        </Annotations>
 31314        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectNameFormat">
 31315          <Annotation Term="Org.OData.Core.V1.Description" String="Subject name format" />
 31316        </Annotations>
 31317        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectAlternativeNameFormat">
 31318          <Annotation Term="Org.OData.Core.V1.Description" String="Subject alternative name format" />
 31319        </Annotations>
 31320        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateRevokeStatus">
 31321          <Annotation Term="Org.OData.Core.V1.Description" String="Revoke status" />
 31322        </Annotations>
 31323        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateProfileDisplayName">
 31324          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate profile display name" />
 31325        </Annotations>
 31326        <Annotations Target="microsoft.graph.managedDeviceCertificateState/deviceDisplayName">
 31327          <Annotation Term="Org.OData.Core.V1.Description" String="Device display name" />
 31328        </Annotations>
 31329        <Annotations Target="microsoft.graph.managedDeviceCertificateState/userDisplayName">
 31330          <Annotation Term="Org.OData.Core.V1.Description" String="User display name" />
 31331        </Annotations>
 31332        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateExpirationDateTime">
 31333          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate expiry date" />
 31334        </Annotations>
 31335        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateLastIssuanceStateChangedDateTime">
 31336          <Annotation Term="Org.OData.Core.V1.Description" String="Last certificate issuance state change" />
 31337        </Annotations>
 31338        <Annotations Target="microsoft.graph.managedDeviceCertificateState/lastCertificateStateChangeDateTime">
 31339          <Annotation Term="Org.OData.Core.V1.Description" String="Last certificate issuance state change" />
 31340        </Annotations>
 31341        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuer">
 31342          <Annotation Term="Org.OData.Core.V1.Description" String="Issuer" />
 31343        </Annotations>
 31344        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateThumbprint">
 31345          <Annotation Term="Org.OData.Core.V1.Description" String="Thumbprint" />
 31346        </Annotations>
 31347        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSerialNumber">
 31348          <Annotation Term="Org.OData.Core.V1.Description" String="Serial number" />
 31349        </Annotations>
 31350        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateKeyLength">
 31351          <Annotation Term="Org.OData.Core.V1.Description" String="Key length" />
 31352        </Annotations>
 31353        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateEnhancedKeyUsage">
 31354          <Annotation Term="Org.OData.Core.V1.Description" String="Extended key usage" />
 31355        </Annotations>
 31356        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateValidityPeriod">
 31357          <Annotation Term="Org.OData.Core.V1.Description" String="Validity period" />
 31358        </Annotations>
 31359        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectNameFormatString">
 31360          <Annotation Term="Org.OData.Core.V1.Description" String="Subject name format string for custom subject name formats" />
 31361        </Annotations>
 31362        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateSubjectAlternativeNameFormatString">
 31363          <Annotation Term="Org.OData.Core.V1.Description" String="Subject alternative name format string for custom formats" />
 31364        </Annotations>
 31365        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateIssuanceDateTime">
 31366          <Annotation Term="Org.OData.Core.V1.Description" String="Issuance date" />
 31367        </Annotations>
 31368        <Annotations Target="microsoft.graph.managedDeviceCertificateState/certificateErrorCode">
 31369          <Annotation Term="Org.OData.Core.V1.Description" String="Error code" />
 31370        </Annotations>
 31371        <Annotations Target="microsoft.graph.customSubjectAlternativeName/sanType">
 31372          <Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Type." />
 31373        </Annotations>
 31374        <Annotations Target="microsoft.graph.customSubjectAlternativeName/name">
 31375          <Annotation Term="Org.OData.Core.V1.Description" String="Custom SAN Name" />
 31376        </Annotations>
 31377        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile">
 31378          <Annotation Term="Org.OData.Core.V1.Description" String="Android Device Owner SCEP certificate profile" />
 31379        </Annotations>
 31380        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/scepServerUrls">
 31381          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" />
 31382        </Annotations>
 31383        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/subjectNameFormatString">
 31384          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 31385        </Annotations>
 31386        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/keyUsage">
 31387          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
 31388        </Annotations>
 31389        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/keySize">
 31390          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
 31391        </Annotations>
 31392        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/hashAlgorithm">
 31393          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
 31394        </Annotations>
 31395        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/subjectAlternativeNameFormatString">
 31396          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 31397        </Annotations>
 31398        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/certificateStore">
 31399          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 31400        </Annotations>
 31401        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/customSubjectAlternativeNames">
 31402          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 31403        </Annotations>
 31404        <Annotations Target="microsoft.graph.androidDeviceOwnerScepCertificateProfile/managedDeviceCertificateStates">
 31405          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31406        </Annotations>
 31407        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration">
 31408          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidDeviceOwnerGeneralDeviceConfiguration resource." />
 31409        </Annotations>
 31410        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/accountsBlockModification">
 31411          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adding or removing accounts is disabled." />
 31412        </Annotations>
 31413        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsAllowInstallFromUnknownSources">
 31414          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user is allowed to enable to unknown sources setting." />
 31415        </Annotations>
 31416        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsAutoUpdatePolicy">
 31417          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value of the app auto update policy." />
 31418        </Annotations>
 31419        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsDefaultPermissionPolicy">
 31420          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically." />
 31421        </Annotations>
 31422        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/appsRecommendSkippingFirstUseHints">
 31423          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to recommend all apps skip any first-time-use hints they may have added." />
 31424        </Annotations>
 31425        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/bluetoothBlockConfiguration">
 31426          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from configuring bluetooth." />
 31427        </Annotations>
 31428        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/bluetoothBlockContactSharing">
 31429          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from sharing contacts via bluetooth." />
 31430        </Annotations>
 31431        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/cameraBlocked">
 31432          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the use of the camera." />
 31433        </Annotations>
 31434        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/cellularBlockWiFiTethering">
 31435          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi tethering." />
 31436        </Annotations>
 31437        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/dataRoamingBlocked">
 31438          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a user from data roaming." />
 31439        </Annotations>
 31440        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/dateTimeConfigurationBlocked">
 31441          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from manually changing the date or time on the device" />
 31442        </Annotations>
 31443        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/factoryResetDeviceAdministratorEmails">
 31444          <Annotation Term="Org.OData.Core.V1.Description" String="List of Google account emails that will be required to authenticate after a device is factory reset before it can be set up." />
 31445        </Annotations>
 31446        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/factoryResetBlocked">
 31447          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the factory reset option in settings is disabled." />
 31448        </Annotations>
 31449        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/globalProxy">
 31450          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy is set up directly with host, port and excluded hosts." />
 31451        </Annotations>
 31452        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/googleAccountsBlocked">
 31453          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not google accounts will be blocked." />
 31454        </Annotations>
 31455        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverConfigurationEnabled">
 31456          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to enable screen saver mode or not in Kiosk Mode." />
 31457        </Annotations>
 31458        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverImageUrl">
 31459          <Annotation Term="Org.OData.Core.V1.Description" String="URL for an image that will be the device's screen saver in Kiosk Mode." />
 31460        </Annotations>
 31461        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverDisplayTimeInSeconds">
 31462          <Annotation Term="Org.OData.Core.V1.Description" String="The number of seconds that the device will display the screen saver for in Kiosk Mode. Valid values 0 to 9999999" />
 31463        </Annotations>
 31464        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverStartDelayInSeconds">
 31465          <Annotation Term="Org.OData.Core.V1.Description" String="The number of seconds the device needs to be inactive for before the screen saver is shown in Kiosk Mode. Valid values 1 to 9999999" />
 31466        </Annotations>
 31467        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeScreenSaverDetectMediaDisabled">
 31468          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the device screen should show the screen saver if audio/video is playing in Kiosk Mode." />
 31469        </Annotations>
 31470        <Annotations Target="microsoft.graph.appListItem/name">
 31471          <Annotation Term="Org.OData.Core.V1.Description" String="The application name" />
 31472        </Annotations>
 31473        <Annotations Target="microsoft.graph.appListItem/publisher">
 31474          <Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application" />
 31475        </Annotations>
 31476        <Annotations Target="microsoft.graph.appListItem/appStoreUrl">
 31477          <Annotation Term="Org.OData.Core.V1.Description" String="The Store URL of the application" />
 31478        </Annotations>
 31479        <Annotations Target="microsoft.graph.appListItem/appId">
 31480          <Annotation Term="Org.OData.Core.V1.Description" String="The application or bundle identifier of the application" />
 31481        </Annotations>
 31482        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeApps">
 31483          <Annotation Term="Org.OData.Core.V1.Description" String="A list of managed apps that will be shown when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements." />
 31484        </Annotations>
 31485        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeWallpaperUrl">
 31486          <Annotation Term="Org.OData.Core.V1.Description" String="URL to a publicly accessible image to use for the wallpaper when the device is in Kiosk Mode." />
 31487        </Annotations>
 31488        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeExitCode">
 31489          <Annotation Term="Org.OData.Core.V1.Description" String="Exit code to allow a user to escape from Kiosk Mode when the device is in Kiosk Mode." />
 31490        </Annotations>
 31491        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeVirtualHomeButtonEnabled">
 31492          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to display a virtual home button when the device is in Kiosk Mode." />
 31493        </Annotations>
 31494        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeVirtualHomeButtonType">
 31495          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the virtual home button is a swipe up home button or a floating home button." />
 31496        </Annotations>
 31497        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeBluetoothConfigurationEnabled">
 31498          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to configure Bluetooth settings in Kiosk Mode." />
 31499        </Annotations>
 31500        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeWiFiConfigurationEnabled">
 31501          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to configure Wi-Fi settings in Kiosk Mode." />
 31502        </Annotations>
 31503        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeFlashlightConfigurationEnabled">
 31504          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to use the flashlight in Kiosk Mode." />
 31505        </Annotations>
 31506        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/kioskModeMediaVolumeConfigurationEnabled">
 31507          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow a user to change the media volume in Kiosk Mode." />
 31508        </Annotations>
 31509        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/microphoneForceMute">
 31510          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block unmuting the microphone on the device." />
 31511        </Annotations>
 31512        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/networkEscapeHatchAllowed">
 31513          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the device will allow connecting to a temporary network connection at boot time." />
 31514        </Annotations>
 31515        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/nfcBlockOutgoingBeam">
 31516          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block NFC outgoing beam." />
 31517        </Annotations>
 31518        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordBlockKeyguard">
 31519          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the keyguard is disabled." />
 31520        </Annotations>
 31521        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordBlockKeyguardFeatures">
 31522          <Annotation Term="Org.OData.Core.V1.Description" String="List of device keyguard features to block. This collection can contain a maximum of 7 elements." />
 31523        </Annotations>
 31524        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordExpirationDays">
 31525          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the amount of time in seconds that a password can be set for before it expires and a new password will be required. Valid values 1 to 365" />
 31526        </Annotations>
 31527        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLength">
 31528          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of the password required on the device. Valid values 4 to 16" />
 31529        </Annotations>
 31530        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLetterCharacters">
 31531          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of letter characters required for device password. Valid values 1 to 16" />
 31532        </Annotations>
 31533        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumLowerCaseCharacters">
 31534          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of lower case characters required for device password. Valid values 1 to 16" />
 31535        </Annotations>
 31536        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumNonLetterCharacters">
 31537          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of non-letter characters required for device password. Valid values 1 to 16" />
 31538        </Annotations>
 31539        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumNumericCharacters">
 31540          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of numeric characters required for device password. Valid values 1 to 16" />
 31541        </Annotations>
 31542        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumSymbolCharacters">
 31543          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of symbol characters required for device password. Valid values 1 to 16" />
 31544        </Annotations>
 31545        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinimumUpperCaseCharacters">
 31546          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of upper caseletter characters required for device password. Valid values 1 to 16" />
 31547        </Annotations>
 31548        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 31549          <Annotation Term="Org.OData.Core.V1.Description" String="Milliseconds of inactivity before the screen times out." />
 31550        </Annotations>
 31551        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordPreviousPasswordCountToBlock">
 31552          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the length of password history, where the user will not be able to enter a new password that is the same as any password in the history. Valid values 0 to 24" />
 31553        </Annotations>
 31554        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordRequiredType">
 31555          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum password quality required on the device." />
 31556        </Annotations>
 31557        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 31558          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of times a user can enter an incorrect password before the device is wiped. Valid values 4 to 11" />
 31559        </Annotations>
 31560        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/playStoreMode">
 31561          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Play Store mode of the device." />
 31562        </Annotations>
 31563        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/safeBootBlocked">
 31564          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not rebooting the device into safe boot is disabled." />
 31565        </Annotations>
 31566        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/screenCaptureBlocked">
 31567          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the capability to take screenshots." />
 31568        </Annotations>
 31569        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/securityAllowDebuggingFeatures">
 31570          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from enabling debugging features on the device." />
 31571        </Annotations>
 31572        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/securityRequireVerifyApps">
 31573          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not verify apps is required." />
 31574        </Annotations>
 31575        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/statusBarBlocked">
 31576          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or the status bar is disabled, including notifications, quick settings and other screen overlays." />
 31577        </Annotations>
 31578        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/stayOnModes">
 31579          <Annotation Term="Org.OData.Core.V1.Description" String="List of modes in which the device's display will stay powered-on. This collection can contain a maximum of 4 elements." />
 31580        </Annotations>
 31581        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageAllowUsb">
 31582          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow USB mass storage." />
 31583        </Annotations>
 31584        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageBlockExternalMedia">
 31585          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block external media." />
 31586        </Annotations>
 31587        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/storageBlockUsbFileTransfer">
 31588          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block USB file transfer." />
 31589        </Annotations>
 31590        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateWindowStartMinutesAfterMidnight">
 31591          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of minutes after midnight that the system update window starts. Valid values 0 to 1440" />
 31592        </Annotations>
 31593        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateWindowEndMinutesAfterMidnight">
 31594          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of minutes after midnight that the system update window ends. Valid values 0 to 1440" />
 31595        </Annotations>
 31596        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemUpdateInstallType">
 31597          <Annotation Term="Org.OData.Core.V1.Description" String="The type of system update configuration." />
 31598        </Annotations>
 31599        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/systemWindowsBlocked">
 31600          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block Android system prompt windows, like toasts, phone activities, and system alerts." />
 31601        </Annotations>
 31602        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/usersBlockAdd">
 31603          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adding users and profiles is disabled." />
 31604        </Annotations>
 31605        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/usersBlockRemove">
 31606          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable removing other users from the device." />
 31607        </Annotations>
 31608        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/volumeBlockAdjustment">
 31609          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not adjusting the master volume is disabled." />
 31610        </Annotations>
 31611        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/vpnAlwaysOnPackageIdentifier">
 31612          <Annotation Term="Org.OData.Core.V1.Description" String="Android app package name for app that will handle an always-on VPN connection." />
 31613        </Annotations>
 31614        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/vpnAlwaysOnLockdownMode">
 31615          <Annotation Term="Org.OData.Core.V1.Description" String="If an always on VPN package name is specified, whether or not to lock network traffic when that VPN is disconnected." />
 31616        </Annotations>
 31617        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/wifiBlockEditConfigurations">
 31618          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing the wifi connection settings." />
 31619        </Annotations>
 31620        <Annotations Target="microsoft.graph.androidDeviceOwnerGeneralDeviceConfiguration/wifiBlockEditPolicyDefinedConfigurations">
 31621          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing just the networks defined by the policy." />
 31622        </Annotations>
 31623        <Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyAutoConfig/proxyAutoConfigURL">
 31624          <Annotation Term="Org.OData.Core.V1.Description" String="The proxy auto-config URL" />
 31625        </Annotations>
 31626        <Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/host">
 31627          <Annotation Term="Org.OData.Core.V1.Description" String="The host name" />
 31628        </Annotations>
 31629        <Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/port">
 31630          <Annotation Term="Org.OData.Core.V1.Description" String="The port" />
 31631        </Annotations>
 31632        <Annotations Target="microsoft.graph.androidDeviceOwnerGlobalProxyDirect/excludedHosts">
 31633          <Annotation Term="Org.OData.Core.V1.Description" String="The excluded hosts" />
 31634        </Annotations>
 31635        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration">
 31636          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." />
 31637        </Annotations>
 31638        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/networkName">
 31639          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 31640        </Annotations>
 31641        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/ssid">
 31642          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 31643        </Annotations>
 31644        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/connectAutomatically">
 31645          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 31646        </Annotations>
 31647        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/connectWhenNetworkNameIsHidden">
 31648          <Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 31649        </Annotations>
 31650        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/wiFiSecurityType">
 31651          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 31652        </Annotations>
 31653        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/preSharedKey">
 31654          <Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." />
 31655        </Annotations>
 31656        <Annotations Target="microsoft.graph.androidDeviceOwnerWiFiConfiguration/preSharedKeyIsSet">
 31657          <Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." />
 31658        </Annotations>
 31659        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration">
 31660          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Device Owner device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 31661        </Annotations>
 31662        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/eapType">
 31663          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 31664        </Annotations>
 31665        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/authenticationMethod">
 31666          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." />
 31667        </Annotations>
 31668        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 31669          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 31670        </Annotations>
 31671        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap">
 31672          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." />
 31673        </Annotations>
 31674        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 31675          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." />
 31676        </Annotations>
 31677        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/rootCertificateForServerValidation">
 31678          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." />
 31679        </Annotations>
 31680        <Annotations Target="microsoft.graph.androidDeviceOwnerEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 31681          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." />
 31682        </Annotations>
 31683        <Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/helpUrl">
 31684          <Annotation Term="Org.OData.Core.V1.Description" String="The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal." />
 31685        </Annotations>
 31686        <Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/displayName">
 31687          <Annotation Term="Org.OData.Core.V1.Description" String="The display name for the profile." />
 31688        </Annotations>
 31689        <Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/issuer">
 31690          <Annotation Term="Org.OData.Core.V1.Description" String="The derived credential provider to use." />
 31691        </Annotations>
 31692        <Annotations Target="microsoft.graph.deviceManagementDerivedCredentialSettings/notificationType">
 31693          <Annotation Term="Org.OData.Core.V1.Description" String="The methods used to inform the end user to open Company Portal to deliver Wi-Fi, VPN, or email profiles that use certificates to the device." />
 31694        </Annotations>
 31695        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase">
 31696          <Annotation Term="Org.OData.Core.V1.Description" String="Base for Android For Work EAS Email profiles" />
 31697        </Annotations>
 31698        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/authenticationMethod">
 31699          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." />
 31700        </Annotations>
 31701        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/durationOfEmailToSync">
 31702          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." />
 31703        </Annotations>
 31704        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/emailAddressSource">
 31705          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 31706        </Annotations>
 31707        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/hostName">
 31708          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the mail app connects to." />
 31709        </Annotations>
 31710        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/requireSsl">
 31711          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 31712        </Annotations>
 31713        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/usernameSource">
 31714          <Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." />
 31715        </Annotations>
 31716        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase">
 31717          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work certificate profile base." />
 31718        </Annotations>
 31719        <Annotations Target="microsoft.graph.androidForWorkEasEmailProfileBase/identityCertificate">
 31720          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." />
 31721        </Annotations>
 31722        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/renewalThresholdPercentage">
 31723          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 31724        </Annotations>
 31725        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/subjectNameFormat">
 31726          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 31727        </Annotations>
 31728        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/certificateValidityPeriodValue">
 31729          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 31730        </Annotations>
 31731        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/certificateValidityPeriodScale">
 31732          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 31733        </Annotations>
 31734        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/extendedKeyUsages">
 31735          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 31736        </Annotations>
 31737        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/subjectAlternativeNameType">
 31738          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 31739        </Annotations>
 31740        <Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate">
 31741          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work Trusted Root Certificate configuration profile" />
 31742        </Annotations>
 31743        <Annotations Target="microsoft.graph.androidForWorkCertificateProfileBase/rootCertificate">
 31744          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 31745        </Annotations>
 31746        <Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate/trustedRootCertificate">
 31747          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 31748        </Annotations>
 31749        <Annotations Target="microsoft.graph.androidForWorkTrustedRootCertificate/certFileName">
 31750          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 31751        </Annotations>
 31752        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile">
 31753          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work PKCS certificate profile" />
 31754        </Annotations>
 31755        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificationAuthority">
 31756          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" />
 31757        </Annotations>
 31758        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificationAuthorityName">
 31759          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" />
 31760        </Annotations>
 31761        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/certificateTemplateName">
 31762          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" />
 31763        </Annotations>
 31764        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/subjectAlternativeNameFormatString">
 31765          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 31766        </Annotations>
 31767        <Annotations Target="microsoft.graph.androidForWorkPkcsCertificateProfile/managedDeviceCertificateStates">
 31768          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31769        </Annotations>
 31770        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile">
 31771          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work SCEP certificate profile" />
 31772        </Annotations>
 31773        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/scepServerUrls">
 31774          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" />
 31775        </Annotations>
 31776        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/subjectNameFormatString">
 31777          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 31778        </Annotations>
 31779        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/keyUsage">
 31780          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
 31781        </Annotations>
 31782        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/keySize">
 31783          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
 31784        </Annotations>
 31785        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/hashAlgorithm">
 31786          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
 31787        </Annotations>
 31788        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/subjectAlternativeNameFormatString">
 31789          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 31790        </Annotations>
 31791        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/certificateStore">
 31792          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 31793        </Annotations>
 31794        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/customSubjectAlternativeNames">
 31795          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 31796        </Annotations>
 31797        <Annotations Target="microsoft.graph.androidForWorkScepCertificateProfile/managedDeviceCertificateStates">
 31798          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31799        </Annotations>
 31800        <Annotations Target="microsoft.graph.androidForWorkGmailEasConfiguration">
 31801          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Gmail email client on Android For Work devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 31802        </Annotations>
 31803        <Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration">
 31804          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Nine Work email client on Android For Work devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 31805        </Annotations>
 31806        <Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncCalendar">
 31807          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false the calendar is turned off on the device." />
 31808        </Annotations>
 31809        <Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncContacts">
 31810          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." />
 31811        </Annotations>
 31812        <Annotations Target="microsoft.graph.androidForWorkNineWorkEasConfiguration/syncTasks">
 31813          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." />
 31814        </Annotations>
 31815        <Annotations Target="microsoft.graph.androidCertificateProfileBase">
 31816          <Annotation Term="Org.OData.Core.V1.Description" String="Android certificate profile base." />
 31817        </Annotations>
 31818        <Annotations Target="microsoft.graph.androidCertificateProfileBase/renewalThresholdPercentage">
 31819          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 31820        </Annotations>
 31821        <Annotations Target="microsoft.graph.androidCertificateProfileBase/subjectNameFormat">
 31822          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 31823        </Annotations>
 31824        <Annotations Target="microsoft.graph.androidCertificateProfileBase/subjectAlternativeNameType">
 31825          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 31826        </Annotations>
 31827        <Annotations Target="microsoft.graph.androidCertificateProfileBase/certificateValidityPeriodValue">
 31828          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 31829        </Annotations>
 31830        <Annotations Target="microsoft.graph.androidCertificateProfileBase/certificateValidityPeriodScale">
 31831          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 31832        </Annotations>
 31833        <Annotations Target="microsoft.graph.androidCertificateProfileBase/extendedKeyUsages">
 31834          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 31835        </Annotations>
 31836        <Annotations Target="microsoft.graph.androidTrustedRootCertificate">
 31837          <Annotation Term="Org.OData.Core.V1.Description" String="Android Trusted Root Certificate configuration profile" />
 31838        </Annotations>
 31839        <Annotations Target="microsoft.graph.androidCertificateProfileBase/rootCertificate">
 31840          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 31841        </Annotations>
 31842        <Annotations Target="microsoft.graph.androidTrustedRootCertificate/trustedRootCertificate">
 31843          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 31844        </Annotations>
 31845        <Annotations Target="microsoft.graph.androidTrustedRootCertificate/certFileName">
 31846          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 31847        </Annotations>
 31848        <Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile">
 31849          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work PFX Import certificate profile" />
 31850        </Annotations>
 31851        <Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile/intendedPurpose">
 31852          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 31853        </Annotations>
 31854        <Annotations Target="microsoft.graph.androidForWorkImportedPFXCertificateProfile/managedDeviceCertificateStates">
 31855          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31856        </Annotations>
 31857        <Annotations Target="microsoft.graph.androidImportedPFXCertificateProfile">
 31858          <Annotation Term="Org.OData.Core.V1.Description" String="Android PFX Import certificate profile" />
 31859        </Annotations>
 31860        <Annotations Target="microsoft.graph.androidImportedPFXCertificateProfile/intendedPurpose">
 31861          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 31862        </Annotations>
 31863        <Annotations Target="microsoft.graph.androidImportedPFXCertificateProfile/managedDeviceCertificateStates">
 31864          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31865        </Annotations>
 31866        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile">
 31867          <Annotation Term="Org.OData.Core.V1.Description" String="Android PKCS certificate profile" />
 31868        </Annotations>
 31869        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificationAuthority">
 31870          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" />
 31871        </Annotations>
 31872        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificationAuthorityName">
 31873          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" />
 31874        </Annotations>
 31875        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile/certificateTemplateName">
 31876          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" />
 31877        </Annotations>
 31878        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile/subjectAlternativeNameFormatString">
 31879          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 31880        </Annotations>
 31881        <Annotations Target="microsoft.graph.androidPkcsCertificateProfile/managedDeviceCertificateStates">
 31882          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31883        </Annotations>
 31884        <Annotations Target="microsoft.graph.androidScepCertificateProfile">
 31885          <Annotation Term="Org.OData.Core.V1.Description" String="Android SCEP certificate profile" />
 31886        </Annotations>
 31887        <Annotations Target="microsoft.graph.androidScepCertificateProfile/scepServerUrls">
 31888          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" />
 31889        </Annotations>
 31890        <Annotations Target="microsoft.graph.androidScepCertificateProfile/subjectNameFormatString">
 31891          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 31892        </Annotations>
 31893        <Annotations Target="microsoft.graph.androidScepCertificateProfile/keyUsage">
 31894          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
 31895        </Annotations>
 31896        <Annotations Target="microsoft.graph.androidScepCertificateProfile/keySize">
 31897          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
 31898        </Annotations>
 31899        <Annotations Target="microsoft.graph.androidScepCertificateProfile/hashAlgorithm">
 31900          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
 31901        </Annotations>
 31902        <Annotations Target="microsoft.graph.androidScepCertificateProfile/subjectAlternativeNameFormatString">
 31903          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 31904        </Annotations>
 31905        <Annotations Target="microsoft.graph.androidScepCertificateProfile/managedDeviceCertificateStates">
 31906          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 31907        </Annotations>
 31908        <Annotations Target="microsoft.graph.androidCustomConfiguration">
 31909          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource." />
 31910        </Annotations>
 31911        <Annotations Target="microsoft.graph.omaSetting/displayName">
 31912          <Annotation Term="Org.OData.Core.V1.Description" String="Display Name." />
 31913        </Annotations>
 31914        <Annotations Target="microsoft.graph.omaSetting/description">
 31915          <Annotation Term="Org.OData.Core.V1.Description" String="Description." />
 31916        </Annotations>
 31917        <Annotations Target="microsoft.graph.omaSetting/omaUri">
 31918          <Annotation Term="Org.OData.Core.V1.Description" String="OMA." />
 31919        </Annotations>
 31920        <Annotations Target="microsoft.graph.androidCustomConfiguration/omaSettings">
 31921          <Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." />
 31922        </Annotations>
 31923        <Annotations Target="microsoft.graph.omaSettingInteger/value">
 31924          <Annotation Term="Org.OData.Core.V1.Description" String="Value." />
 31925        </Annotations>
 31926        <Annotations Target="microsoft.graph.omaSettingInteger/isReadOnly">
 31927          <Annotation Term="Org.OData.Core.V1.Description" String="By setting to true, the CSP (configuration service provider) specified in the OMA-URI will perform a get, instead of set" />
 31928        </Annotations>
 31929        <Annotations Target="microsoft.graph.omaSettingFloatingPoint/value">
 31930          <Annotation Term="Org.OData.Core.V1.Description" String="Value." />
 31931        </Annotations>
 31932        <Annotations Target="microsoft.graph.omaSettingString/value">
 31933          <Annotation Term="Org.OData.Core.V1.Description" String="Value." />
 31934        </Annotations>
 31935        <Annotations Target="microsoft.graph.omaSettingDateTime/value">
 31936          <Annotation Term="Org.OData.Core.V1.Description" String="Value." />
 31937        </Annotations>
 31938        <Annotations Target="microsoft.graph.omaSettingStringXml/fileName">
 31939          <Annotation Term="Org.OData.Core.V1.Description" String="File name associated with the Value property (*.xml)." />
 31940        </Annotations>
 31941        <Annotations Target="microsoft.graph.omaSettingStringXml/value">
 31942          <Annotation Term="Org.OData.Core.V1.Description" String="Value. (UTF8 encoded byte array)" />
 31943        </Annotations>
 31944        <Annotations Target="microsoft.graph.omaSettingBoolean/value">
 31945          <Annotation Term="Org.OData.Core.V1.Description" String="Value." />
 31946        </Annotations>
 31947        <Annotations Target="microsoft.graph.omaSettingBase64/fileName">
 31948          <Annotation Term="Org.OData.Core.V1.Description" String="File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin)." />
 31949        </Annotations>
 31950        <Annotations Target="microsoft.graph.omaSettingBase64/value">
 31951          <Annotation Term="Org.OData.Core.V1.Description" String="Value. (Base64 encoded string)" />
 31952        </Annotations>
 31953        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration">
 31954          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on KNOX devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 31955        </Annotations>
 31956        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/accountName">
 31957          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActiveSync account name, displayed to users as name of EAS (this) profile." />
 31958        </Annotations>
 31959        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/authenticationMethod">
 31960          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." />
 31961        </Annotations>
 31962        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncCalendar">
 31963          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false calendar is turned off on the device." />
 31964        </Annotations>
 31965        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncContacts">
 31966          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." />
 31967        </Annotations>
 31968        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncTasks">
 31969          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." />
 31970        </Annotations>
 31971        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/syncNotes">
 31972          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing notes. If set to false notes are turned off on the device." />
 31973        </Annotations>
 31974        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/durationOfEmailToSync">
 31975          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." />
 31976        </Annotations>
 31977        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/emailAddressSource">
 31978          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 31979        </Annotations>
 31980        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/emailSyncSchedule">
 31981          <Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." />
 31982        </Annotations>
 31983        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/hostName">
 31984          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the native mail app connects to." />
 31985        </Annotations>
 31986        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/requireSmime">
 31987          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use S/MIME certificate." />
 31988        </Annotations>
 31989        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/requireSsl">
 31990          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 31991        </Annotations>
 31992        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/usernameSource">
 31993          <Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." />
 31994        </Annotations>
 31995        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/userDomainNameSource">
 31996          <Annotation Term="Org.OData.Core.V1.Description" String="UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device." />
 31997        </Annotations>
 31998        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/customDomainName">
 31999          <Annotation Term="Org.OData.Core.V1.Description" String="Custom domain name value used while generating an email profile before installing on the device." />
 32000        </Annotations>
 32001        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/identityCertificate">
 32002          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." />
 32003        </Annotations>
 32004        <Annotations Target="microsoft.graph.androidEasEmailProfileConfiguration/smimeSigningCertificate">
 32005          <Annotation Term="Org.OData.Core.V1.Description" String="S/MIME signing certificate." />
 32006        </Annotations>
 32007        <Annotations Target="microsoft.graph.androidForWorkCustomConfiguration">
 32008          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work custom configuration" />
 32009        </Annotations>
 32010        <Annotations Target="microsoft.graph.androidForWorkCustomConfiguration/omaSettings">
 32011          <Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 500 elements." />
 32012        </Annotations>
 32013        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration">
 32014          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android for Work device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." />
 32015        </Annotations>
 32016        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/networkName">
 32017          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 32018        </Annotations>
 32019        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/ssid">
 32020          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 32021        </Annotations>
 32022        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/connectAutomatically">
 32023          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 32024        </Annotations>
 32025        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/connectWhenNetworkNameIsHidden">
 32026          <Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 32027        </Annotations>
 32028        <Annotations Target="microsoft.graph.androidForWorkWiFiConfiguration/wiFiSecurityType">
 32029          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 32030        </Annotations>
 32031        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration">
 32032          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android for Work device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 32033        </Annotations>
 32034        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/eapType">
 32035          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 32036        </Annotations>
 32037        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/authenticationMethod">
 32038          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." />
 32039        </Annotations>
 32040        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 32041          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 32042        </Annotations>
 32043        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap">
 32044          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." />
 32045        </Annotations>
 32046        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 32047          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." />
 32048        </Annotations>
 32049        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/rootCertificateForServerValidation">
 32050          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." />
 32051        </Annotations>
 32052        <Annotations Target="microsoft.graph.androidForWorkEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 32053          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." />
 32054        </Annotations>
 32055        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration">
 32056          <Annotation Term="Org.OData.Core.V1.Description" String="Android For Work general device configuration." />
 32057        </Annotations>
 32058        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordBlockFingerprintUnlock">
 32059          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
 32060        </Annotations>
 32061        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordBlockTrustAgents">
 32062          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." />
 32063        </Annotations>
 32064        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordExpirationDays">
 32065          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 32066        </Annotations>
 32067        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordMinimumLength">
 32068          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" />
 32069        </Annotations>
 32070        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 32071          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 32072        </Annotations>
 32073        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
 32074          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
 32075        </Annotations>
 32076        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 32077          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 1 to 16" />
 32078        </Annotations>
 32079        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/passwordRequiredType">
 32080          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 32081        </Annotations>
 32082        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileDataSharingType">
 32083          <Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." />
 32084        </Annotations>
 32085        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockNotificationsWhileDeviceLocked">
 32086          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block notifications while device locked." />
 32087        </Annotations>
 32088        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockAddingAccounts">
 32089          <Annotation Term="Org.OData.Core.V1.Description" String="Block users from adding/removing accounts in work profile." />
 32090        </Annotations>
 32091        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBluetoothEnableContactSharing">
 32092          <Annotation Term="Org.OData.Core.V1.Description" String="Allow bluetooth devices to access enterprise contacts." />
 32093        </Annotations>
 32094        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockScreenCapture">
 32095          <Annotation Term="Org.OData.Core.V1.Description" String="Block screen capture in work profile." />
 32096        </Annotations>
 32097        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCrossProfileCallerId">
 32098          <Annotation Term="Org.OData.Core.V1.Description" String="Block display work profile caller ID in personal profile." />
 32099        </Annotations>
 32100        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCamera">
 32101          <Annotation Term="Org.OData.Core.V1.Description" String="Block work profile camera." />
 32102        </Annotations>
 32103        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCrossProfileContactsSearch">
 32104          <Annotation Term="Org.OData.Core.V1.Description" String="Block work profile contacts availability in personal profile." />
 32105        </Annotations>
 32106        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockCrossProfileCopyPaste">
 32107          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if the setting disallow cross profile copy/paste is enabled." />
 32108        </Annotations>
 32109        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileDefaultAppPermissionPolicy">
 32110          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 32111        </Annotations>
 32112        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordBlockFingerprintUnlock">
 32113          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock for work profile." />
 32114        </Annotations>
 32115        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordBlockTrustAgents">
 32116          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents for work profile." />
 32117        </Annotations>
 32118        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordExpirationDays">
 32119          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the work profile password expires. Valid values 1 to 365" />
 32120        </Annotations>
 32121        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinimumLength">
 32122          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of work profile password. Valid values 4 to 16" />
 32123        </Annotations>
 32124        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinNumericCharacters">
 32125          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of numeric characters required in work profile password. Valid values 1 to 10" />
 32126        </Annotations>
 32127        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinNonLetterCharacters">
 32128          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of non-letter characters required in work profile password. Valid values 1 to 10" />
 32129        </Annotations>
 32130        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinLetterCharacters">
 32131          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of letter characters required in work profile password. Valid values 1 to 10" />
 32132        </Annotations>
 32133        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinLowerCaseCharacters">
 32134          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of lower-case characters required in work profile password. Valid values 1 to 10" />
 32135        </Annotations>
 32136        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinUpperCaseCharacters">
 32137          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of upper-case characters required in work profile password. Valid values 1 to 10" />
 32138        </Annotations>
 32139        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinSymbolCharacters">
 32140          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of symbols required in work profile password. Valid values 1 to 10" />
 32141        </Annotations>
 32142        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
 32143          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 32144        </Annotations>
 32145        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordPreviousPasswordBlockCount">
 32146          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous work profile passwords to block. Valid values 0 to 24" />
 32147        </Annotations>
 32148        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordSignInFailureCountBeforeFactoryReset">
 32149          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16" />
 32150        </Annotations>
 32151        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfilePasswordRequiredType">
 32152          <Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." />
 32153        </Annotations>
 32154        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileRequirePassword">
 32155          <Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" />
 32156        </Annotations>
 32157        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/securityRequireVerifyApps">
 32158          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 32159        </Annotations>
 32160        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/vpnAlwaysOnPackageIdentifier">
 32161          <Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." />
 32162        </Annotations>
 32163        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/vpnEnableAlwaysOnLockdownMode">
 32164          <Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." />
 32165        </Annotations>
 32166        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileAllowWidgets">
 32167          <Annotation Term="Org.OData.Core.V1.Description" String="Allow widgets from work profile apps." />
 32168        </Annotations>
 32169        <Annotations Target="microsoft.graph.androidForWorkGeneralDeviceConfiguration/workProfileBlockPersonalAppInstallsFromUnknownSources">
 32170          <Annotation Term="Org.OData.Core.V1.Description" String="Prevent app installations from unknown sources in the personal profile." />
 32171        </Annotations>
 32172        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration">
 32173          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 32174        </Annotations>
 32175        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/connectionName">
 32176          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 32177        </Annotations>
 32178        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/connectionType">
 32179          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 32180        </Annotations>
 32181        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/role">
 32182          <Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
 32183        </Annotations>
 32184        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/realm">
 32185          <Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." />
 32186        </Annotations>
 32187        <Annotations Target="microsoft.graph.vpnServer/description">
 32188          <Annotation Term="Org.OData.Core.V1.Description" String="Description." />
 32189        </Annotations>
 32190        <Annotations Target="microsoft.graph.vpnServer/address">
 32191          <Annotation Term="Org.OData.Core.V1.Description" String="Address (IP address, FQDN or URL)" />
 32192        </Annotations>
 32193        <Annotations Target="microsoft.graph.vpnServer/isDefaultServer">
 32194          <Annotation Term="Org.OData.Core.V1.Description" String="Default server." />
 32195        </Annotations>
 32196        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/servers">
 32197          <Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." />
 32198        </Annotations>
 32199        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/fingerprint">
 32200          <Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." />
 32201        </Annotations>
 32202        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/customData">
 32203          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32204        </Annotations>
 32205        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/customKeyValueData">
 32206          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32207        </Annotations>
 32208        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/authenticationMethod">
 32209          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 32210        </Annotations>
 32211        <Annotations Target="microsoft.graph.androidForWorkVpnConfiguration/identityCertificate">
 32212          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 32213        </Annotations>
 32214        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration">
 32215          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource." />
 32216        </Annotations>
 32217        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockClipboardSharing">
 32218          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block clipboard sharing to copy and paste between applications." />
 32219        </Annotations>
 32220        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockCopyPaste">
 32221          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block copy and paste within applications." />
 32222        </Annotations>
 32223        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockYouTube">
 32224          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the YouTube app." />
 32225        </Annotations>
 32226        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/bluetoothBlocked">
 32227          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Bluetooth." />
 32228        </Annotations>
 32229        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cameraBlocked">
 32230          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the use of the camera." />
 32231        </Annotations>
 32232        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockDataRoaming">
 32233          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." />
 32234        </Annotations>
 32235        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockMessaging">
 32236          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block SMS/MMS messaging." />
 32237        </Annotations>
 32238        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockVoiceRoaming">
 32239          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice roaming." />
 32240        </Annotations>
 32241        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockWiFiTethering">
 32242          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing Wi-Fi tethering." />
 32243        </Annotations>
 32244        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/compliantAppsList">
 32245          <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." />
 32246        </Annotations>
 32247        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/compliantAppListType">
 32248          <Annotation Term="Org.OData.Core.V1.Description" String="Type of list that is in the CompliantAppsList." />
 32249        </Annotations>
 32250        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/diagnosticDataBlockSubmission">
 32251          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
 32252        </Annotations>
 32253        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/locationServicesBlocked">
 32254          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block location services." />
 32255        </Annotations>
 32256        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/googleAccountBlockAutoSync">
 32257          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Google account auto sync." />
 32258        </Annotations>
 32259        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/googlePlayStoreBlocked">
 32260          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the Google Play store." />
 32261        </Annotations>
 32262        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeBlockSleepButton">
 32263          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the screen sleep button while in Kiosk Mode." />
 32264        </Annotations>
 32265        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeBlockVolumeButtons">
 32266          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the volume buttons while in Kiosk Mode." />
 32267        </Annotations>
 32268        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/dateAndTimeBlockChanges">
 32269          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block changing date and time while in KNOX Mode." />
 32270        </Annotations>
 32271        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeApps">
 32272          <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." />
 32273        </Annotations>
 32274        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/nfcBlocked">
 32275          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Near-Field Communication." />
 32276        </Annotations>
 32277        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordBlockFingerprintUnlock">
 32278          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
 32279        </Annotations>
 32280        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordBlockTrustAgents">
 32281          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." />
 32282        </Annotations>
 32283        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordExpirationDays">
 32284          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 32285        </Annotations>
 32286        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinimumLength">
 32287          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" />
 32288        </Annotations>
 32289        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 32290          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 32291        </Annotations>
 32292        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
 32293          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
 32294        </Annotations>
 32295        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 32296          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 1 to 16" />
 32297        </Annotations>
 32298        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordRequiredType">
 32299          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 32300        </Annotations>
 32301        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordRequired">
 32302          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." />
 32303        </Annotations>
 32304        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/powerOffBlocked">
 32305          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block powering off the device." />
 32306        </Annotations>
 32307        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/factoryResetBlocked">
 32308          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block user performing a factory reset." />
 32309        </Annotations>
 32310        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/screenCaptureBlocked">
 32311          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screenshots." />
 32312        </Annotations>
 32313        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/deviceSharingAllowed">
 32314          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device sharing mode." />
 32315        </Annotations>
 32316        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageBlockGoogleBackup">
 32317          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Google Backup." />
 32318        </Annotations>
 32319        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageBlockRemovableStorage">
 32320          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block removable storage usage." />
 32321        </Annotations>
 32322        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageRequireDeviceEncryption">
 32323          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require device encryption." />
 32324        </Annotations>
 32325        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageRequireRemovableStorageEncryption">
 32326          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require removable storage encryption." />
 32327        </Annotations>
 32328        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/voiceAssistantBlocked">
 32329          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the use of the Voice Assistant." />
 32330        </Annotations>
 32331        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/voiceDialingBlocked">
 32332          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice dialing." />
 32333        </Annotations>
 32334        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockPopups">
 32335          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups within the web browser." />
 32336        </Annotations>
 32337        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockAutofill">
 32338          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser's auto fill feature." />
 32339        </Annotations>
 32340        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockJavaScript">
 32341          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block JavaScript within the web browser." />
 32342        </Annotations>
 32343        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlocked">
 32344          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser." />
 32345        </Annotations>
 32346        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserCookieSettings">
 32347          <Annotation Term="Org.OData.Core.V1.Description" String="Cookie settings within the web browser." />
 32348        </Annotations>
 32349        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/wiFiBlocked">
 32350          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing Wi-Fi." />
 32351        </Annotations>
 32352        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsInstallAllowList">
 32353          <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." />
 32354        </Annotations>
 32355        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsLaunchBlockList">
 32356          <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." />
 32357        </Annotations>
 32358        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsHideList">
 32359          <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." />
 32360        </Annotations>
 32361        <Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/securityRequireVerifyApps">
 32362          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 32363        </Annotations>
 32364        <Annotations Target="microsoft.graph.androidOmaCpConfiguration">
 32365          <Annotation Term="Org.OData.Core.V1.Description" String="By providing a configuration in this profile you can configure Android devices that support OMA-CP." />
 32366        </Annotations>
 32367        <Annotations Target="microsoft.graph.androidOmaCpConfiguration/configurationXml">
 32368          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration XML that will be applied to the device. When it is read, it only provides a placeholder string since the original data is encrypted and stored." />
 32369        </Annotations>
 32370        <Annotations Target="microsoft.graph.androidVpnConfiguration">
 32371          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 32372        </Annotations>
 32373        <Annotations Target="microsoft.graph.androidVpnConfiguration/connectionName">
 32374          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 32375        </Annotations>
 32376        <Annotations Target="microsoft.graph.androidVpnConfiguration/connectionType">
 32377          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 32378        </Annotations>
 32379        <Annotations Target="microsoft.graph.androidVpnConfiguration/role">
 32380          <Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
 32381        </Annotations>
 32382        <Annotations Target="microsoft.graph.androidVpnConfiguration/realm">
 32383          <Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." />
 32384        </Annotations>
 32385        <Annotations Target="microsoft.graph.androidVpnConfiguration/servers">
 32386          <Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." />
 32387        </Annotations>
 32388        <Annotations Target="microsoft.graph.androidVpnConfiguration/fingerprint">
 32389          <Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." />
 32390        </Annotations>
 32391        <Annotations Target="microsoft.graph.androidVpnConfiguration/customData">
 32392          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32393        </Annotations>
 32394        <Annotations Target="microsoft.graph.androidVpnConfiguration/customKeyValueData">
 32395          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32396        </Annotations>
 32397        <Annotations Target="microsoft.graph.androidVpnConfiguration/authenticationMethod">
 32398          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 32399        </Annotations>
 32400        <Annotations Target="microsoft.graph.androidVpnConfiguration/identityCertificate">
 32401          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 32402        </Annotations>
 32403        <Annotations Target="microsoft.graph.androidWiFiConfiguration">
 32404          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." />
 32405        </Annotations>
 32406        <Annotations Target="microsoft.graph.androidWiFiConfiguration/networkName">
 32407          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 32408        </Annotations>
 32409        <Annotations Target="microsoft.graph.androidWiFiConfiguration/ssid">
 32410          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 32411        </Annotations>
 32412        <Annotations Target="microsoft.graph.androidWiFiConfiguration/connectAutomatically">
 32413          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 32414        </Annotations>
 32415        <Annotations Target="microsoft.graph.androidWiFiConfiguration/connectWhenNetworkNameIsHidden">
 32416          <Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 32417        </Annotations>
 32418        <Annotations Target="microsoft.graph.androidWiFiConfiguration/wiFiSecurityType">
 32419          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 32420        </Annotations>
 32421        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration">
 32422          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 32423        </Annotations>
 32424        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/eapType">
 32425          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 32426        </Annotations>
 32427        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/authenticationMethod">
 32428          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." />
 32429        </Annotations>
 32430        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 32431          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 32432        </Annotations>
 32433        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap">
 32434          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." />
 32435        </Annotations>
 32436        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 32437          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." />
 32438        </Annotations>
 32439        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/usernameFormatString">
 32440          <Annotation Term="Org.OData.Core.V1.Description" String="Username format string used to build the username to connect to wifi" />
 32441        </Annotations>
 32442        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/passwordFormatString">
 32443          <Annotation Term="Org.OData.Core.V1.Description" String="Password format string used to build the password to connect to wifi" />
 32444        </Annotations>
 32445        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/preSharedKey">
 32446          <Annotation Term="Org.OData.Core.V1.Description" String="PreSharedKey used to build the password to connect to wifi" />
 32447        </Annotations>
 32448        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/rootCertificateForServerValidation">
 32449          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." />
 32450        </Annotations>
 32451        <Annotations Target="microsoft.graph.androidEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 32452          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." />
 32453        </Annotations>
 32454        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase">
 32455          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile certificate profile base." />
 32456        </Annotations>
 32457        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/renewalThresholdPercentage">
 32458          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 32459        </Annotations>
 32460        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/subjectNameFormat">
 32461          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 32462        </Annotations>
 32463        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/certificateValidityPeriodValue">
 32464          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 32465        </Annotations>
 32466        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/certificateValidityPeriodScale">
 32467          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 32468        </Annotations>
 32469        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/extendedKeyUsages">
 32470          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 32471        </Annotations>
 32472        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/subjectAlternativeNameType">
 32473          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 32474        </Annotations>
 32475        <Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate">
 32476          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile Trusted Root Certificate configuration profile" />
 32477        </Annotations>
 32478        <Annotations Target="microsoft.graph.androidWorkProfileCertificateProfileBase/rootCertificate">
 32479          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 32480        </Annotations>
 32481        <Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate/trustedRootCertificate">
 32482          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 32483        </Annotations>
 32484        <Annotations Target="microsoft.graph.androidWorkProfileTrustedRootCertificate/certFileName">
 32485          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 32486        </Annotations>
 32487        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile">
 32488          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile PKCS certificate profile" />
 32489        </Annotations>
 32490        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificationAuthority">
 32491          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" />
 32492        </Annotations>
 32493        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificationAuthorityName">
 32494          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" />
 32495        </Annotations>
 32496        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/certificateTemplateName">
 32497          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" />
 32498        </Annotations>
 32499        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/subjectAlternativeNameFormatString">
 32500          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 32501        </Annotations>
 32502        <Annotations Target="microsoft.graph.androidWorkProfilePkcsCertificateProfile/managedDeviceCertificateStates">
 32503          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32504        </Annotations>
 32505        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile">
 32506          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile SCEP certificate profile" />
 32507        </Annotations>
 32508        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/scepServerUrls">
 32509          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)" />
 32510        </Annotations>
 32511        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/subjectNameFormatString">
 32512          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 32513        </Annotations>
 32514        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/keyUsage">
 32515          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage" />
 32516        </Annotations>
 32517        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/keySize">
 32518          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size" />
 32519        </Annotations>
 32520        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/hashAlgorithm">
 32521          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm" />
 32522        </Annotations>
 32523        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/subjectAlternativeNameFormatString">
 32524          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 32525        </Annotations>
 32526        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/certificateStore">
 32527          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 32528        </Annotations>
 32529        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/customSubjectAlternativeNames">
 32530          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 32531        </Annotations>
 32532        <Annotations Target="microsoft.graph.androidWorkProfileScepCertificateProfile/managedDeviceCertificateStates">
 32533          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32534        </Annotations>
 32535        <Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration">
 32536          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile custom configuration" />
 32537        </Annotations>
 32538        <Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration/omaSettings">
 32539          <Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 500 elements." />
 32540        </Annotations>
 32541        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase">
 32542          <Annotation Term="Org.OData.Core.V1.Description" String="Base for Android Work Profile EAS Email profiles" />
 32543        </Annotations>
 32544        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/authenticationMethod">
 32545          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for Exchange ActiveSync." />
 32546        </Annotations>
 32547        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/durationOfEmailToSync">
 32548          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced to." />
 32549        </Annotations>
 32550        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/emailAddressSource">
 32551          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 32552        </Annotations>
 32553        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/hostName">
 32554          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location (URL) that the mail app connects to." />
 32555        </Annotations>
 32556        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/requireSsl">
 32557          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 32558        </Annotations>
 32559        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/usernameSource">
 32560          <Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." />
 32561        </Annotations>
 32562        <Annotations Target="microsoft.graph.androidWorkProfileEasEmailProfileBase/identityCertificate">
 32563          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." />
 32564        </Annotations>
 32565        <Annotations Target="microsoft.graph.androidWorkProfileGmailEasConfiguration">
 32566          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Gmail email client on Android Work Profile devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 32567        </Annotations>
 32568        <Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration">
 32569          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the Nine Work email client on Android Work Profile devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 32570        </Annotations>
 32571        <Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncCalendar">
 32572          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing the calendar. If set to false the calendar is turned off on the device." />
 32573        </Annotations>
 32574        <Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncContacts">
 32575          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing contacts. If set to false contacts are turned off on the device." />
 32576        </Annotations>
 32577        <Annotations Target="microsoft.graph.androidWorkProfileNineWorkEasConfiguration/syncTasks">
 32578          <Annotation Term="Org.OData.Core.V1.Description" String="Toggles syncing tasks. If set to false tasks are turned off on the device." />
 32579        </Annotations>
 32580        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration">
 32581          <Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile general device configuration." />
 32582        </Annotations>
 32583        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockFingerprintUnlock">
 32584          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
 32585        </Annotations>
 32586        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockTrustAgents">
 32587          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." />
 32588        </Annotations>
 32589        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordExpirationDays">
 32590          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 32591        </Annotations>
 32592        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinimumLength">
 32593          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" />
 32594        </Annotations>
 32595        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 32596          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 32597        </Annotations>
 32598        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
 32599          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
 32600        </Annotations>
 32601        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 32602          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 1 to 16" />
 32603        </Annotations>
 32604        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordRequiredType">
 32605          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 32606        </Annotations>
 32607        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDataSharingType">
 32608          <Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." />
 32609        </Annotations>
 32610        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockNotificationsWhileDeviceLocked">
 32611          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block notifications while device locked." />
 32612        </Annotations>
 32613        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockAddingAccounts">
 32614          <Annotation Term="Org.OData.Core.V1.Description" String="Block users from adding/removing accounts in work profile." />
 32615        </Annotations>
 32616        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBluetoothEnableContactSharing">
 32617          <Annotation Term="Org.OData.Core.V1.Description" String="Allow bluetooth devices to access enterprise contacts." />
 32618        </Annotations>
 32619        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockScreenCapture">
 32620          <Annotation Term="Org.OData.Core.V1.Description" String="Block screen capture in work profile." />
 32621        </Annotations>
 32622        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCallerId">
 32623          <Annotation Term="Org.OData.Core.V1.Description" String="Block display work profile caller ID in personal profile." />
 32624        </Annotations>
 32625        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCamera">
 32626          <Annotation Term="Org.OData.Core.V1.Description" String="Block work profile camera." />
 32627        </Annotations>
 32628        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileContactsSearch">
 32629          <Annotation Term="Org.OData.Core.V1.Description" String="Block work profile contacts availability in personal profile." />
 32630        </Annotations>
 32631        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCopyPaste">
 32632          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if the setting disallow cross profile copy/paste is enabled." />
 32633        </Annotations>
 32634        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDefaultAppPermissionPolicy">
 32635          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 32636        </Annotations>
 32637        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockFingerprintUnlock">
 32638          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock for work profile." />
 32639        </Annotations>
 32640        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockTrustAgents">
 32641          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents for work profile." />
 32642        </Annotations>
 32643        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordExpirationDays">
 32644          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the work profile password expires. Valid values 1 to 365" />
 32645        </Annotations>
 32646        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinimumLength">
 32647          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of work profile password. Valid values 4 to 16" />
 32648        </Annotations>
 32649        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNumericCharacters">
 32650          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of numeric characters required in work profile password. Valid values 1 to 10" />
 32651        </Annotations>
 32652        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNonLetterCharacters">
 32653          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of non-letter characters required in work profile password. Valid values 1 to 10" />
 32654        </Annotations>
 32655        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLetterCharacters">
 32656          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of letter characters required in work profile password. Valid values 1 to 10" />
 32657        </Annotations>
 32658        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLowerCaseCharacters">
 32659          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of lower-case characters required in work profile password. Valid values 1 to 10" />
 32660        </Annotations>
 32661        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinUpperCaseCharacters">
 32662          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of upper-case characters required in work profile password. Valid values 1 to 10" />
 32663        </Annotations>
 32664        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinSymbolCharacters">
 32665          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of symbols required in work profile password. Valid values 1 to 10" />
 32666        </Annotations>
 32667        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
 32668          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 32669        </Annotations>
 32670        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordPreviousPasswordBlockCount">
 32671          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous work profile passwords to block. Valid values 0 to 24" />
 32672        </Annotations>
 32673        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordSignInFailureCountBeforeFactoryReset">
 32674          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16" />
 32675        </Annotations>
 32676        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordRequiredType">
 32677          <Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." />
 32678        </Annotations>
 32679        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileRequirePassword">
 32680          <Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" />
 32681        </Annotations>
 32682        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/securityRequireVerifyApps">
 32683          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 32684        </Annotations>
 32685        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/vpnAlwaysOnPackageIdentifier">
 32686          <Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." />
 32687        </Annotations>
 32688        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/vpnEnableAlwaysOnLockdownMode">
 32689          <Annotation Term="Org.OData.Core.V1.Description" String="Enable lockdown mode for always-on VPN." />
 32690        </Annotations>
 32691        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileAllowWidgets">
 32692          <Annotation Term="Org.OData.Core.V1.Description" String="Allow widgets from work profile apps." />
 32693        </Annotations>
 32694        <Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockPersonalAppInstallsFromUnknownSources">
 32695          <Annotation Term="Org.OData.Core.V1.Description" String="Prevent app installations from unknown sources in the personal profile." />
 32696        </Annotations>
 32697        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration">
 32698          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 32699        </Annotations>
 32700        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/connectionName">
 32701          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 32702        </Annotations>
 32703        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/connectionType">
 32704          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 32705        </Annotations>
 32706        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/role">
 32707          <Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
 32708        </Annotations>
 32709        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/realm">
 32710          <Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." />
 32711        </Annotations>
 32712        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/servers">
 32713          <Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." />
 32714        </Annotations>
 32715        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/fingerprint">
 32716          <Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint is a string that will be used to verify the VPN server can be trusted, which is only applicable when connection type is Check Point Capsule VPN." />
 32717        </Annotations>
 32718        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/customData">
 32719          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32720        </Annotations>
 32721        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/customKeyValueData">
 32722          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Citrix. This collection can contain a maximum of 25 elements." />
 32723        </Annotations>
 32724        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/authenticationMethod">
 32725          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 32726        </Annotations>
 32727        <Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/identityCertificate">
 32728          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 32729        </Annotations>
 32730        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration">
 32731          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." />
 32732        </Annotations>
 32733        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/networkName">
 32734          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 32735        </Annotations>
 32736        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/ssid">
 32737          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 32738        </Annotations>
 32739        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/connectAutomatically">
 32740          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 32741        </Annotations>
 32742        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/connectWhenNetworkNameIsHidden">
 32743          <Annotation Term="Org.OData.Core.V1.Description" String="When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 32744        </Annotations>
 32745        <Annotations Target="microsoft.graph.androidWorkProfileWiFiConfiguration/wiFiSecurityType">
 32746          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 32747        </Annotations>
 32748        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration">
 32749          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Work Profile device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 32750        </Annotations>
 32751        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/eapType">
 32752          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 32753        </Annotations>
 32754        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/authenticationMethod">
 32755          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS." />
 32756        </Annotations>
 32757        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 32758          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 32759        </Annotations>
 32760        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/innerAuthenticationProtocolForPeap">
 32761          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password." />
 32762        </Annotations>
 32763        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 32764          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network." />
 32765        </Annotations>
 32766        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/rootCertificateForServerValidation">
 32767          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS, EAP-TTLS or PEAP. This is the certificate presented by the Wi-Fi endpoint when the device attempts to connect to Wi-Fi endpoint. The device (or user) must accept this certificate to continue the connection attempt." />
 32768        </Annotations>
 32769        <Annotations Target="microsoft.graph.androidWorkProfileEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 32770          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication). This is the certificate presented by client to the Wi-Fi endpoint. The authentication server sitting behind the Wi-Fi endpoint must accept this certificate to successfully establish a Wi-Fi connection." />
 32771        </Annotations>
 32772        <Annotations Target="microsoft.graph.macOSCustomAppConfiguration">
 32773          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomAppConfiguration resource." />
 32774        </Annotations>
 32775        <Annotations Target="microsoft.graph.macOSCustomAppConfiguration/bundleId">
 32776          <Annotation Term="Org.OData.Core.V1.Description" String="Bundle id for targeting." />
 32777        </Annotations>
 32778        <Annotations Target="microsoft.graph.macOSCustomAppConfiguration/fileName">
 32779          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration file name (*.plist | *.xml)." />
 32780        </Annotations>
 32781        <Annotations Target="microsoft.graph.macOSCustomAppConfiguration/configurationXml">
 32782          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration xml. (UTF8 encoded byte array)" />
 32783        </Annotations>
 32784        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration">
 32785          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS wired network configuration profile." />
 32786        </Annotations>
 32787        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/networkName">
 32788          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 32789        </Annotations>
 32790        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/networkInterface">
 32791          <Annotation Term="Org.OData.Core.V1.Description" String="Network interface." />
 32792        </Annotations>
 32793        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/eapType">
 32794          <Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the wired network." />
 32795        </Annotations>
 32796        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/eapFastConfiguration">
 32797          <Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." />
 32798        </Annotations>
 32799        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/trustedServerCertificateNames">
 32800          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this wired network." />
 32801        </Annotations>
 32802        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/authenticationMethod">
 32803          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." />
 32804        </Annotations>
 32805        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/nonEapAuthenticationMethodForEapTtls">
 32806          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 32807        </Annotations>
 32808        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/enableOuterIdentityPrivacy">
 32809          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS, EAP-FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this wired network using their real username is displayed as 'anonymous'." />
 32810        </Annotations>
 32811        <Annotations Target="microsoft.graph.macOSTrustedRootCertificate">
 32812          <Annotation Term="Org.OData.Core.V1.Description" String="OS X Trusted Root Certificate configuration profile." />
 32813        </Annotations>
 32814        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/rootCertificateForServerValidation">
 32815          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP." />
 32816        </Annotations>
 32817        <Annotations Target="microsoft.graph.macOSCertificateProfileBase">
 32818          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS certificate profile." />
 32819        </Annotations>
 32820        <Annotations Target="microsoft.graph.macOSWiredNetworkConfiguration/identityCertificateForClientAuthentication">
 32821          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." />
 32822        </Annotations>
 32823        <Annotations Target="microsoft.graph.macOSTrustedRootCertificate/trustedRootCertificate">
 32824          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 32825        </Annotations>
 32826        <Annotations Target="microsoft.graph.macOSTrustedRootCertificate/certFileName">
 32827          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 32828        </Annotations>
 32829        <Annotations Target="microsoft.graph.macOSCertificateProfileBase/renewalThresholdPercentage">
 32830          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage." />
 32831        </Annotations>
 32832        <Annotations Target="microsoft.graph.macOSCertificateProfileBase/subjectNameFormat">
 32833          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 32834        </Annotations>
 32835        <Annotations Target="microsoft.graph.macOSCertificateProfileBase/subjectAlternativeNameType">
 32836          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 32837        </Annotations>
 32838        <Annotations Target="microsoft.graph.macOSCertificateProfileBase/certificateValidityPeriodValue">
 32839          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 32840        </Annotations>
 32841        <Annotations Target="microsoft.graph.macOSCertificateProfileBase/certificateValidityPeriodScale">
 32842          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 32843        </Annotations>
 32844        <Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile">
 32845          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS PFX Import certificate profile" />
 32846        </Annotations>
 32847        <Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile/intendedPurpose">
 32848          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 32849        </Annotations>
 32850        <Annotations Target="microsoft.graph.macOSImportedPFXCertificateProfile/managedDeviceCertificateStates">
 32851          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32852        </Annotations>
 32853        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile">
 32854          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS PKCS certificate profile." />
 32855        </Annotations>
 32856        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificationAuthority">
 32857          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS certification authority FQDN." />
 32858        </Annotations>
 32859        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificationAuthorityName">
 32860          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS certification authority Name." />
 32861        </Annotations>
 32862        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificateTemplateName">
 32863          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS certificate template name." />
 32864        </Annotations>
 32865        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/subjectAlternativeNameFormatString">
 32866          <Annotation Term="Org.OData.Core.V1.Description" String="Format string that defines the subject alternative name." />
 32867        </Annotations>
 32868        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/subjectNameFormatString">
 32869          <Annotation Term="Org.OData.Core.V1.Description" String="Format string that defines the subject name. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 32870        </Annotations>
 32871        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/certificateStore">
 32872          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 32873        </Annotations>
 32874        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/customSubjectAlternativeNames">
 32875          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 32876        </Annotations>
 32877        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/allowAllAppsAccess">
 32878          <Annotation Term="Org.OData.Core.V1.Description" String="AllowAllAppsAccess setting" />
 32879        </Annotations>
 32880        <Annotations Target="microsoft.graph.macOSPkcsCertificateProfile/managedDeviceCertificateStates">
 32881          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32882        </Annotations>
 32883        <Annotations Target="microsoft.graph.macOSScepCertificateProfile">
 32884          <Annotation Term="Org.OData.Core.V1.Description" String="Mac OS SCEP certificate profile." />
 32885        </Annotations>
 32886        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/scepServerUrls">
 32887          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." />
 32888        </Annotations>
 32889        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/subjectNameFormatString">
 32890          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 32891        </Annotations>
 32892        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/keyUsage">
 32893          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
 32894        </Annotations>
 32895        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/keySize">
 32896          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
 32897        </Annotations>
 32898        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/hashAlgorithm">
 32899          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
 32900        </Annotations>
 32901        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/extendedKeyUsages">
 32902          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 32903        </Annotations>
 32904        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/subjectAlternativeNameFormatString">
 32905          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 32906        </Annotations>
 32907        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/certificateStore">
 32908          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 32909        </Annotations>
 32910        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/customSubjectAlternativeNames">
 32911          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 32912        </Annotations>
 32913        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/rootCertificate">
 32914          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 32915        </Annotations>
 32916        <Annotations Target="microsoft.graph.macOSScepCertificateProfile/managedDeviceCertificateStates">
 32917          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32918        </Annotations>
 32919        <Annotations Target="microsoft.graph.iosCertificateProfile">
 32920          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
 32921        </Annotations>
 32922        <Annotations Target="microsoft.graph.iosCertificateProfileBase">
 32923          <Annotation Term="Org.OData.Core.V1.Description" String="iOS certificate profile base." />
 32924        </Annotations>
 32925        <Annotations Target="microsoft.graph.iosCertificateProfileBase/renewalThresholdPercentage">
 32926          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 32927        </Annotations>
 32928        <Annotations Target="microsoft.graph.iosCertificateProfileBase/subjectNameFormat">
 32929          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 32930        </Annotations>
 32931        <Annotations Target="microsoft.graph.iosCertificateProfileBase/subjectAlternativeNameType">
 32932          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name type." />
 32933        </Annotations>
 32934        <Annotations Target="microsoft.graph.iosCertificateProfileBase/certificateValidityPeriodValue">
 32935          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 32936        </Annotations>
 32937        <Annotations Target="microsoft.graph.iosCertificateProfileBase/certificateValidityPeriodScale">
 32938          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 32939        </Annotations>
 32940        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile">
 32941          <Annotation Term="Org.OData.Core.V1.Description" String="iOS PKCS certificate profile." />
 32942        </Annotations>
 32943        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificationAuthority">
 32944          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority." />
 32945        </Annotations>
 32946        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificationAuthorityName">
 32947          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name." />
 32948        </Annotations>
 32949        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile/certificateTemplateName">
 32950          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name." />
 32951        </Annotations>
 32952        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile/subjectAlternativeNameFormatString">
 32953          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 32954        </Annotations>
 32955        <Annotations Target="microsoft.graph.iosPkcsCertificateProfile/managedDeviceCertificateStates">
 32956          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32957        </Annotations>
 32958        <Annotations Target="microsoft.graph.iosScepCertificateProfile">
 32959          <Annotation Term="Org.OData.Core.V1.Description" String="iOS SCEP certificate profile." />
 32960        </Annotations>
 32961        <Annotations Target="microsoft.graph.iosScepCertificateProfile/scepServerUrls">
 32962          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." />
 32963        </Annotations>
 32964        <Annotations Target="microsoft.graph.iosScepCertificateProfile/subjectNameFormatString">
 32965          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 32966        </Annotations>
 32967        <Annotations Target="microsoft.graph.iosScepCertificateProfile/keyUsage">
 32968          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
 32969        </Annotations>
 32970        <Annotations Target="microsoft.graph.iosScepCertificateProfile/keySize">
 32971          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
 32972        </Annotations>
 32973        <Annotations Target="microsoft.graph.iosScepCertificateProfile/extendedKeyUsages">
 32974          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 32975        </Annotations>
 32976        <Annotations Target="microsoft.graph.iosScepCertificateProfile/subjectAlternativeNameFormatString">
 32977          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 32978        </Annotations>
 32979        <Annotations Target="microsoft.graph.iosScepCertificateProfile/certificateStore">
 32980          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 32981        </Annotations>
 32982        <Annotations Target="microsoft.graph.iosScepCertificateProfile/customSubjectAlternativeNames">
 32983          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 32984        </Annotations>
 32985        <Annotations Target="microsoft.graph.iosTrustedRootCertificate">
 32986          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Trusted Root Certificate configuration profile." />
 32987        </Annotations>
 32988        <Annotations Target="microsoft.graph.iosScepCertificateProfile/rootCertificate">
 32989          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 32990        </Annotations>
 32991        <Annotations Target="microsoft.graph.iosScepCertificateProfile/managedDeviceCertificateStates">
 32992          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 32993        </Annotations>
 32994        <Annotations Target="microsoft.graph.iosTrustedRootCertificate/trustedRootCertificate">
 32995          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 32996        </Annotations>
 32997        <Annotations Target="microsoft.graph.iosTrustedRootCertificate/certFileName">
 32998          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 32999        </Annotations>
 33000        <Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile">
 33001          <Annotation Term="Org.OData.Core.V1.Description" String="iOS PFX Import certificate profile" />
 33002        </Annotations>
 33003        <Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile/intendedPurpose">
 33004          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 33005        </Annotations>
 33006        <Annotations Target="microsoft.graph.iosImportedPFXCertificateProfile/managedDeviceCertificateStates">
 33007          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 33008        </Annotations>
 33009        <Annotations Target="microsoft.graph.iosDerivedCredentialAuthenticationConfiguration">
 33010          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Derived Credential profile." />
 33011        </Annotations>
 33012        <Annotations Target="microsoft.graph.iosDerivedCredentialAuthenticationConfiguration/derivedCredentialSettings">
 33013          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." />
 33014        </Annotations>
 33015        <Annotations Target="microsoft.graph.iosCustomConfiguration">
 33016          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource." />
 33017        </Annotations>
 33018        <Annotations Target="microsoft.graph.iosCustomConfiguration/payloadName">
 33019          <Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." />
 33020        </Annotations>
 33021        <Annotations Target="microsoft.graph.iosCustomConfiguration/payloadFileName">
 33022          <Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileconfig | *.xml)." />
 33023        </Annotations>
 33024        <Annotations Target="microsoft.graph.iosCustomConfiguration/payload">
 33025          <Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
 33026        </Annotations>
 33027        <Annotations Target="microsoft.graph.iosEduDeviceConfiguration">
 33028          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Education device configuration" />
 33029        </Annotations>
 33030        <Annotations Target="microsoft.graph.iosEduCertificateSettings/trustedRootCertificate">
 33031          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 33032        </Annotations>
 33033        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certFileName">
 33034          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 33035        </Annotations>
 33036        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certificationAuthority">
 33037          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority." />
 33038        </Annotations>
 33039        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certificationAuthorityName">
 33040          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name." />
 33041        </Annotations>
 33042        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateTemplateName">
 33043          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name." />
 33044        </Annotations>
 33045        <Annotations Target="microsoft.graph.iosEduCertificateSettings/renewalThresholdPercentage">
 33046          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 33047        </Annotations>
 33048        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateValidityPeriodValue">
 33049          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period." />
 33050        </Annotations>
 33051        <Annotations Target="microsoft.graph.iosEduCertificateSettings/certificateValidityPeriodScale">
 33052          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 33053        </Annotations>
 33054        <Annotations Target="microsoft.graph.iosEduDeviceConfiguration/teacherCertificateSettings">
 33055          <Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Teacher" />
 33056        </Annotations>
 33057        <Annotations Target="microsoft.graph.iosEduDeviceConfiguration/studentCertificateSettings">
 33058          <Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Student" />
 33059        </Annotations>
 33060        <Annotations Target="microsoft.graph.iosEduDeviceConfiguration/deviceCertificateSettings">
 33061          <Annotation Term="Org.OData.Core.V1.Description" String="The Trusted Root and PFX certificates for Device" />
 33062        </Annotations>
 33063        <Annotations Target="microsoft.graph.iosEducationDeviceConfiguration">
 33064          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Education configuration profile" />
 33065        </Annotations>
 33066        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration">
 33067          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iosGeneralDeviceConfiguration resource." />
 33068        </Annotations>
 33069        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/accountBlockModification">
 33070          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow account modification when the device is in supervised mode." />
 33071        </Annotations>
 33072        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/activationLockAllowWhenSupervised">
 33073          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow activation lock when the device is in the supervised mode." />
 33074        </Annotations>
 33075        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airDropBlocked">
 33076          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow AirDrop when the device is in supervised mode." />
 33077        </Annotations>
 33078        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airDropForceUnmanagedDropTarget">
 33079          <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)." />
 33080        </Annotations>
 33081        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPlayForcePairingPasswordForOutgoingRequests">
 33082          <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." />
 33083        </Annotations>
 33084        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleWatchBlockPairing">
 33085          <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)." />
 33086        </Annotations>
 33087        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleWatchForceWristDetection">
 33088          <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)." />
 33089        </Annotations>
 33090        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleNewsBlocked">
 33091          <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)." />
 33092        </Annotations>
 33093        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsSingleAppModeList">
 33094          <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." />
 33095        </Annotations>
 33096        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsVisibilityList">
 33097          <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." />
 33098        </Annotations>
 33099        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsVisibilityListType">
 33100          <Annotation Term="Org.OData.Core.V1.Description" String="Type of list that is in the AppsVisibilityList." />
 33101        </Annotations>
 33102        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockAutomaticDownloads">
 33103          <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)." />
 33104        </Annotations>
 33105        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlocked">
 33106          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later." />
 33107        </Annotations>
 33108        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockInAppPurchases">
 33109          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from making in app purchases." />
 33110        </Annotations>
 33111        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockUIAppInstallation">
 33112          <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)." />
 33113        </Annotations>
 33114        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreRequirePassword">
 33115          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password when using the app store." />
 33116        </Annotations>
 33117        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/autoFillForceAuthentication">
 33118          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to force user authentication before autofilling passwords and credit card information in Safari and other apps on supervised devices." />
 33119        </Annotations>
 33120        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/bluetoothBlockModification">
 33121          <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)." />
 33122        </Annotations>
 33123        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cameraBlocked">
 33124          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later." />
 33125        </Annotations>
 33126        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockDataRoaming">
 33127          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." />
 33128        </Annotations>
 33129        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockGlobalBackgroundFetchWhileRoaming">
 33130          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block global background fetch while roaming." />
 33131        </Annotations>
 33132        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPerAppDataModification">
 33133          <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." />
 33134        </Annotations>
 33135        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPersonalHotspot">
 33136          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Personal Hotspot." />
 33137        </Annotations>
 33138        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPlanModification">
 33139          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow users to change the settings of the cellular plan on a supervised device." />
 33140        </Annotations>
 33141        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockVoiceRoaming">
 33142          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice roaming." />
 33143        </Annotations>
 33144        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/certificatesBlockUntrustedTlsCertificates">
 33145          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block untrusted TLS certificates." />
 33146        </Annotations>
 33147        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppBlockRemoteScreenObservation">
 33148          <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)." />
 33149        </Annotations>
 33150        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppForceUnpromptedScreenObservation">
 33151          <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." />
 33152        </Annotations>
 33153        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomForceAutomaticallyJoinClasses">
 33154          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student, when the device is in supervised mode." />
 33155        </Annotations>
 33156        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomForceUnpromptedAppAndDeviceLock">
 33157          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Supervised only." />
 33158        </Annotations>
 33159        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/compliantAppsList">
 33160          <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." />
 33161        </Annotations>
 33162        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/compliantAppListType">
 33163          <Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." />
 33164        </Annotations>
 33165        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/configurationProfileBlockChanges">
 33166          <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." />
 33167        </Annotations>
 33168        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/definitionLookupBlocked">
 33169          <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 )." />
 33170        </Annotations>
 33171        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEnableRestrictions">
 33172          <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." />
 33173        </Annotations>
 33174        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEraseContentAndSettings">
 33175          <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." />
 33176        </Annotations>
 33177        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockNameModification">
 33178          <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)." />
 33179        </Annotations>
 33180        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmission">
 33181          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
 33182        </Annotations>
 33183        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmissionModification">
 33184          <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)." />
 33185        </Annotations>
 33186        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockManagedDocumentsInUnmanagedApps">
 33187          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing managed documents in unmanaged apps." />
 33188        </Annotations>
 33189        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockUnmanagedDocumentsInManagedApps">
 33190          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing unmanaged documents in managed apps." />
 33191        </Annotations>
 33192        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/emailInDomainSuffixes">
 33193          <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." />
 33194        </Annotations>
 33195        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrust">
 33196          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from trusting an enterprise app." />
 33197        </Annotations>
 33198        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrustModification">
 33199          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from modifying the enterprise app trust settings." />
 33200        </Annotations>
 33201        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/esimBlockModification">
 33202          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the addition or removal of cellular plans on the eSIM of a supervised device." />
 33203        </Annotations>
 33204        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/faceTimeBlocked">
 33205          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later." />
 33206        </Annotations>
 33207        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyFriendsBlocked">
 33208          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block changes to Find My Friends when the device is in supervised mode." />
 33209        </Annotations>
 33210        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gamingBlockGameCenterFriends">
 33211          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later." />
 33212        </Annotations>
 33213        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gamingBlockMultiplayer">
 33214          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later." />
 33215        </Annotations>
 33216        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gameCenterBlocked">
 33217          <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." />
 33218        </Annotations>
 33219        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/hostPairingBlocked">
 33220          <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." />
 33221        </Annotations>
 33222        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iBooksStoreBlocked">
 33223          <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." />
 33224        </Annotations>
 33225        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iBooksStoreBlockErotica">
 33226          <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." />
 33227        </Annotations>
 33228        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockActivityContinuation">
 33229          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device." />
 33230        </Annotations>
 33231        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockBackup">
 33232          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later." />
 33233        </Annotations>
 33234        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockDocumentSync">
 33235          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later." />
 33236        </Annotations>
 33237        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockManagedAppsSync">
 33238          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Managed Apps Cloud Sync." />
 33239        </Annotations>
 33240        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoLibrary">
 33241          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Library." />
 33242        </Annotations>
 33243        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoStreamSync">
 33244          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Stream Sync." />
 33245        </Annotations>
 33246        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockSharedPhotoStream">
 33247          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Shared Photo Stream." />
 33248        </Annotations>
 33249        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudRequireEncryptedBackup">
 33250          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require backups to iCloud be encrypted." />
 33251        </Annotations>
 33252        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockExplicitContent">
 33253          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later." />
 33254        </Annotations>
 33255        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockMusicService">
 33256          <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)." />
 33257        </Annotations>
 33258        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockRadio">
 33259          <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)." />
 33260        </Annotations>
 33261        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockAutoCorrect">
 33262          <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)." />
 33263        </Annotations>
 33264        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockDictation">
 33265          <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." />
 33266        </Annotations>
 33267        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockPredictive">
 33268          <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)." />
 33269        </Annotations>
 33270        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockShortcuts">
 33271          <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)." />
 33272        </Annotations>
 33273        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockSpellCheck">
 33274          <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)." />
 33275        </Annotations>
 33276        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveSpeak">
 33277          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow assistive speak while in kiosk mode." />
 33278        </Annotations>
 33279        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveTouchSettings">
 33280          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode." />
 33281        </Annotations>
 33282        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAutoLock">
 33283          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead." />
 33284        </Annotations>
 33285        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockAutoLock">
 33286          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block device auto lock while in kiosk mode." />
 33287        </Annotations>
 33288        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowColorInversionSettings">
 33289          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode." />
 33290        </Annotations>
 33291        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowRingerSwitch">
 33292          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead." />
 33293        </Annotations>
 33294        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockRingerSwitch">
 33295          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the ringer switch while in kiosk mode." />
 33296        </Annotations>
 33297        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowScreenRotation">
 33298          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead." />
 33299        </Annotations>
 33300        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockScreenRotation">
 33301          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screen rotation while in kiosk mode." />
 33302        </Annotations>
 33303        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowSleepButton">
 33304          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead." />
 33305        </Annotations>
 33306        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockSleepButton">
 33307          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the sleep button while in kiosk mode." />
 33308        </Annotations>
 33309        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowTouchscreen">
 33310          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead." />
 33311        </Annotations>
 33312        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockTouchscreen">
 33313          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block use of the touchscreen while in kiosk mode." />
 33314        </Annotations>
 33315        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeEnableVoiceControl">
 33316          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable voice control in kiosk mode." />
 33317        </Annotations>
 33318        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowVoiceControlModification">
 33319          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the user to toggle voice control in kiosk mode." />
 33320        </Annotations>
 33321        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowVoiceOverSettings">
 33322          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the voice over settings while in kiosk mode." />
 33323        </Annotations>
 33324        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowVolumeButtons">
 33325          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead." />
 33326        </Annotations>
 33327        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBlockVolumeButtons">
 33328          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the volume buttons while in Kiosk Mode." />
 33329        </Annotations>
 33330        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowZoomSettings">
 33331          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the zoom settings while in kiosk mode." />
 33332        </Annotations>
 33333        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAppStoreUrl">
 33334          <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." />
 33335        </Annotations>
 33336        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBuiltInAppId">
 33337          <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." />
 33338        </Annotations>
 33339        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireAssistiveTouch">
 33340          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require assistive touch while in kiosk mode." />
 33341        </Annotations>
 33342        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireColorInversion">
 33343          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require color inversion while in kiosk mode." />
 33344        </Annotations>
 33345        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireMonoAudio">
 33346          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require mono audio while in kiosk mode." />
 33347        </Annotations>
 33348        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireVoiceOver">
 33349          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require voice over while in kiosk mode." />
 33350        </Annotations>
 33351        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireZoom">
 33352          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require zoom while in kiosk mode." />
 33353        </Annotations>
 33354        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeManagedAppId">
 33355          <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." />
 33356        </Annotations>
 33357        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockControlCenter">
 33358          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using control center on the lock screen." />
 33359        </Annotations>
 33360        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockNotificationView">
 33361          <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." />
 33362        </Annotations>
 33363        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockPassbook">
 33364          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using passbook when the device is locked." />
 33365        </Annotations>
 33366        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockTodayView">
 33367          <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." />
 33368        </Annotations>
 33369        <Annotations Target="microsoft.graph.mediaContentRatingAustralia/movieRating">
 33370          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Australia" />
 33371        </Annotations>
 33372        <Annotations Target="microsoft.graph.mediaContentRatingAustralia/tvRating">
 33373          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Australia" />
 33374        </Annotations>
 33375        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingAustralia">
 33376          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Australia" />
 33377        </Annotations>
 33378        <Annotations Target="microsoft.graph.mediaContentRatingCanada/movieRating">
 33379          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Canada" />
 33380        </Annotations>
 33381        <Annotations Target="microsoft.graph.mediaContentRatingCanada/tvRating">
 33382          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Canada" />
 33383        </Annotations>
 33384        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingCanada">
 33385          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Canada" />
 33386        </Annotations>
 33387        <Annotations Target="microsoft.graph.mediaContentRatingFrance/movieRating">
 33388          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for France" />
 33389        </Annotations>
 33390        <Annotations Target="microsoft.graph.mediaContentRatingFrance/tvRating">
 33391          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for France" />
 33392        </Annotations>
 33393        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingFrance">
 33394          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for France" />
 33395        </Annotations>
 33396        <Annotations Target="microsoft.graph.mediaContentRatingGermany/movieRating">
 33397          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Germany" />
 33398        </Annotations>
 33399        <Annotations Target="microsoft.graph.mediaContentRatingGermany/tvRating">
 33400          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Germany" />
 33401        </Annotations>
 33402        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingGermany">
 33403          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Germany" />
 33404        </Annotations>
 33405        <Annotations Target="microsoft.graph.mediaContentRatingIreland/movieRating">
 33406          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Ireland" />
 33407        </Annotations>
 33408        <Annotations Target="microsoft.graph.mediaContentRatingIreland/tvRating">
 33409          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Ireland" />
 33410        </Annotations>
 33411        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingIreland">
 33412          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Ireland" />
 33413        </Annotations>
 33414        <Annotations Target="microsoft.graph.mediaContentRatingJapan/movieRating">
 33415          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Japan" />
 33416        </Annotations>
 33417        <Annotations Target="microsoft.graph.mediaContentRatingJapan/tvRating">
 33418          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Japan" />
 33419        </Annotations>
 33420        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingJapan">
 33421          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Japan" />
 33422        </Annotations>
 33423        <Annotations Target="microsoft.graph.mediaContentRatingNewZealand/movieRating">
 33424          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for New Zealand" />
 33425        </Annotations>
 33426        <Annotations Target="microsoft.graph.mediaContentRatingNewZealand/tvRating">
 33427          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for New Zealand" />
 33428        </Annotations>
 33429        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingNewZealand">
 33430          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for New Zealand" />
 33431        </Annotations>
 33432        <Annotations Target="microsoft.graph.mediaContentRatingUnitedKingdom/movieRating">
 33433          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for United Kingdom" />
 33434        </Annotations>
 33435        <Annotations Target="microsoft.graph.mediaContentRatingUnitedKingdom/tvRating">
 33436          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for United Kingdom" />
 33437        </Annotations>
 33438        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingUnitedKingdom">
 33439          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for United Kingdom" />
 33440        </Annotations>
 33441        <Annotations Target="microsoft.graph.mediaContentRatingUnitedStates/movieRating">
 33442          <Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for United States" />
 33443        </Annotations>
 33444        <Annotations Target="microsoft.graph.mediaContentRatingUnitedStates/tvRating">
 33445          <Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for United States" />
 33446        </Annotations>
 33447        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingUnitedStates">
 33448          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for United States" />
 33449        </Annotations>
 33450        <Annotations Target="microsoft.graph.iosNetworkUsageRule/managedApps">
 33451          <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." />
 33452        </Annotations>
 33453        <Annotations Target="microsoft.graph.iosNetworkUsageRule/cellularDataBlockWhenRoaming">
 33454          <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." />
 33455        </Annotations>
 33456        <Annotations Target="microsoft.graph.iosNetworkUsageRule/cellularDataBlocked">
 33457          <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." />
 33458        </Annotations>
 33459        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/networkUsageRules">
 33460          <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." />
 33461        </Annotations>
 33462        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingApps">
 33463          <Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Apps" />
 33464        </Annotations>
 33465        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/messagesBlocked">
 33466          <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." />
 33467        </Annotations>
 33468        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/notificationsBlockSettingsModification">
 33469          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow notifications settings modification (iOS 9.3 and later)." />
 33470        </Annotations>
 33471        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockFingerprintUnlock">
 33472          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
 33473        </Annotations>
 33474        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockFingerprintModification">
 33475          <Annotation Term="Org.OData.Core.V1.Description" String="Block modification of registered Touch ID fingerprints when in supervised mode." />
 33476        </Annotations>
 33477        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockModification">
 33478          <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)." />
 33479        </Annotations>
 33480        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockSimple">
 33481          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passcodes." />
 33482        </Annotations>
 33483        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeExpirationDays">
 33484          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the passcode expires. Valid values 1 to 65535" />
 33485        </Annotations>
 33486        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinimumLength">
 33487          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passcode. Valid values 4 to 14" />
 33488        </Annotations>
 33489        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinutesOfInactivityBeforeLock">
 33490          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a passcode is required." />
 33491        </Annotations>
 33492        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinutesOfInactivityBeforeScreenTimeout">
 33493          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 33494        </Annotations>
 33495        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinimumCharacterSetCount">
 33496          <Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a passcode must contain. Valid values 0 to 4" />
 33497        </Annotations>
 33498        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodePreviousPasscodeBlockCount">
 33499          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passcodes to block. Valid values 1 to 24" />
 33500        </Annotations>
 33501        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeSignInFailureCountBeforeWipe">
 33502          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before wiping the device. Valid values 4 to 11" />
 33503        </Annotations>
 33504        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeRequiredType">
 33505          <Annotation Term="Org.OData.Core.V1.Description" String="Type of passcode that is required." />
 33506        </Annotations>
 33507        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeRequired">
 33508          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." />
 33509        </Annotations>
 33510        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/podcastsBlocked">
 33511          <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)." />
 33512        </Annotations>
 33513        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/proximityBlockSetupToNewDevice">
 33514          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable the prompt to setup nearby devices with a supervised device." />
 33515        </Annotations>
 33516        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockAutofill">
 33517          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later." />
 33518        </Annotations>
 33519        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockJavaScript">
 33520          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block JavaScript in Safari." />
 33521        </Annotations>
 33522        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockPopups">
 33523          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups in Safari." />
 33524        </Annotations>
 33525        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlocked">
 33526          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later." />
 33527        </Annotations>
 33528        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariCookieSettings">
 33529          <Annotation Term="Org.OData.Core.V1.Description" String="Cookie settings for Safari." />
 33530        </Annotations>
 33531        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariManagedDomains">
 33532          <Annotation Term="Org.OData.Core.V1.Description" String="URLs matching the patterns listed here will be considered managed." />
 33533        </Annotations>
 33534        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariPasswordAutoFillDomains">
 33535          <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)." />
 33536        </Annotations>
 33537        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariRequireFraudWarning">
 33538          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require fraud warning in Safari." />
 33539        </Annotations>
 33540        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/screenCaptureBlocked">
 33541          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from taking Screenshots." />
 33542        </Annotations>
 33543        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlocked">
 33544          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri." />
 33545        </Annotations>
 33546        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockedWhenLocked">
 33547          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri when locked." />
 33548        </Annotations>
 33549        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockUserGeneratedContent">
 33550          <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." />
 33551        </Annotations>
 33552        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriRequireProfanityFilter">
 33553          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device." />
 33554        </Annotations>
 33555        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/softwareUpdatesEnforcedDelayInDays">
 33556          <Annotation Term="Org.OData.Core.V1.Description" String="Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90" />
 33557        </Annotations>
 33558        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/softwareUpdatesForceDelayed">
 33559          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to delay user visibility of software updates when the device is in supervised mode." />
 33560        </Annotations>
 33561        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/spotlightBlockInternetResults">
 33562          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Spotlight search from returning internet results on supervised device." />
 33563        </Annotations>
 33564        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/voiceDialingBlocked">
 33565          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice dialing." />
 33566        </Annotations>
 33567        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wallpaperBlockModification">
 33568          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) ." />
 33569        </Annotations>
 33570        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wiFiConnectOnlyToConfiguredNetworks">
 33571          <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." />
 33572        </Annotations>
 33573        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomForceRequestPermissionToLeaveClasses">
 33574          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a student enrolled in an unmanaged course via Classroom will request permission from the teacher when attempting to leave the course (iOS 11.3 and later)." />
 33575        </Annotations>
 33576        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keychainBlockCloudSync">
 33577          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iCloud keychain synchronization is blocked. Requires a supervised device for iOS 13 and later." />
 33578        </Annotations>
 33579        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/pkiBlockOTAUpdates">
 33580          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not over-the-air PKI updates are blocked. Setting this restriction to false does not disable CRL and OCSP checks (iOS 7.0 and later)." />
 33581        </Annotations>
 33582        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/privacyForceLimitAdTracking">
 33583          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if ad tracking is limited.(iOS 7.0 and later)." />
 33584        </Annotations>
 33585        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseBookBlockBackup">
 33586          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Enterprise book back up is blocked." />
 33587        </Annotations>
 33588        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseBookBlockMetadataSync">
 33589          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Enterprise book notes and highlights sync is blocked." />
 33590        </Annotations>
 33591        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintBlocked">
 33592          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not AirPrint is blocked (iOS 11.0 and later)." />
 33593        </Annotations>
 33594        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintBlockCredentialsStorage">
 33595          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not keychain storage of username and password for Airprint is blocked (iOS 11.0 and later)." />
 33596        </Annotations>
 33597        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintForceTrustedTLS">
 33598          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if trusted certificates are required for TLS printing communication (iOS 11.0 and later)." />
 33599        </Annotations>
 33600        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPrintBlockiBeaconDiscovery">
 33601          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (iOS 11.0 and later)." />
 33602        </Annotations>
 33603        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/filesNetworkDriveAccessBlocked">
 33604          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if devices can access files or other resources on a network server using the Server Message Block (SMB) protocol. Available for devices running iOS and iPadOS, versions 13.0 and later." />
 33605        </Annotations>
 33606        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/filesUsbDriveAccessBlocked">
 33607          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if sevices with access can connect to and open files on a USB drive. Available for devices running iOS and iPadOS, versions 13.0 and later." />
 33608        </Annotations>
 33609        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wifiPowerOnForced">
 33610          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Wi-Fi remains on, even when device is in airplane mode. Available for devices running iOS and iPadOS, versions 13.0 and later." />
 33611        </Annotations>
 33612        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/blockSystemAppRemoval">
 33613          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the removal of system apps from the device is blocked on a supervised device (iOS 11.0 and later)." />
 33614        </Annotations>
 33615        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/vpnBlockCreation">
 33616          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the creation of VPN configurations is blocked (iOS 11.0 and later)." />
 33617        </Annotations>
 33618        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appRemovalBlocked">
 33619          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the removal of apps is allowed." />
 33620        </Annotations>
 33621        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/usbRestrictedModeBlocked">
 33622          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if connecting to USB accessories while the device is locked is allowed (iOS 11.4.1 and later)." />
 33623        </Annotations>
 33624        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passwordBlockAutoFill">
 33625          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the AutoFill passwords feature is allowed (iOS 12.0 and later)." />
 33626        </Annotations>
 33627        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passwordBlockProximityRequests">
 33628          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block requesting passwords from nearby devices (iOS 12.0 and later)." />
 33629        </Annotations>
 33630        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passwordBlockAirDropSharing">
 33631          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sharing passwords with the AirDrop passwords feature iOS 12.0 and later)." />
 33632        </Annotations>
 33633        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/dateAndTimeForceSetAutomatically">
 33634          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the Date and Time &quot;Set Automatically&quot; feature is enabled and cannot be turned off by the user (iOS 12.0 and later)." />
 33635        </Annotations>
 33636        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/contactsAllowManagedToUnmanagedWrite">
 33637          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not managed apps can write contacts to unmanaged contacts accounts (iOS 12.0 and later)." />
 33638        </Annotations>
 33639        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/contactsAllowUnmanagedToManagedRead">
 33640          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not unmanaged apps can read from managed contacts accounts (iOS 12.0 or later)." />
 33641        </Annotations>
 33642        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPersonalHotspotModification">
 33643          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from modifying the personal hotspot setting (iOS 12.2 or later)." />
 33644        </Annotations>
 33645        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/continuousPathKeyboardBlocked">
 33646          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the continuous path keyboard when the device is supervised (iOS 13 or later)." />
 33647        </Annotations>
 33648        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyDeviceInFindMyAppBlocked">
 33649          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Find My Device when the device is supervised (iOS 13 or later)." />
 33650        </Annotations>
 33651        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyFriendsInFindMyAppBlocked">
 33652          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Find My Friends when the device is supervised (iOS 13 or later)." />
 33653        </Annotations>
 33654        <Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlocked">
 33655          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the iTunes app. Requires a supervised device for iOS 13 and later." />
 33656        </Annotations>
 33657        <Annotations Target="microsoft.graph.iosUpdateConfiguration">
 33658          <Annotation Term="Org.OData.Core.V1.Description" String="IOS Update Configuration, allows you to configure time window within week to install iOS updates" />
 33659        </Annotations>
 33660        <Annotations Target="microsoft.graph.iosUpdateConfiguration/isEnabled">
 33661          <Annotation Term="Org.OData.Core.V1.Description" String="Is setting enabled in UI" />
 33662        </Annotations>
 33663        <Annotations Target="microsoft.graph.iosUpdateConfiguration/activeHoursStart">
 33664          <Annotation Term="Org.OData.Core.V1.Description" String="Active Hours Start (active hours mean the time window when updates install should not happen)" />
 33665        </Annotations>
 33666        <Annotations Target="microsoft.graph.iosUpdateConfiguration/activeHoursEnd">
 33667          <Annotation Term="Org.OData.Core.V1.Description" String="Active Hours End (active hours mean the time window when updates install should not happen)" />
 33668        </Annotations>
 33669        <Annotations Target="microsoft.graph.iosUpdateConfiguration/scheduledInstallDays">
 33670          <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." />
 33671        </Annotations>
 33672        <Annotations Target="microsoft.graph.iosUpdateConfiguration/utcTimeOffsetInMinutes">
 33673          <Annotation Term="Org.OData.Core.V1.Description" String="UTC Time Offset indicated in minutes" />
 33674        </Annotations>
 33675        <Annotations Target="microsoft.graph.iosUpdateConfiguration/enforcedSoftwareUpdateDelayInDays">
 33676          <Annotation Term="Org.OData.Core.V1.Description" String="Days before software updates are visible to iOS devices ranging from 0 to 90 inclusive" />
 33677        </Annotations>
 33678        <Annotations Target="microsoft.graph.iosWiFiConfiguration">
 33679          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user. This profile provides limited and simpler security types than Enterprise Wi-Fi profile." />
 33680        </Annotations>
 33681        <Annotations Target="microsoft.graph.iosWiFiConfiguration/networkName">
 33682          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 33683        </Annotations>
 33684        <Annotations Target="microsoft.graph.iosWiFiConfiguration/ssid">
 33685          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 33686        </Annotations>
 33687        <Annotations Target="microsoft.graph.iosWiFiConfiguration/connectAutomatically">
 33688          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 33689        </Annotations>
 33690        <Annotations Target="microsoft.graph.iosWiFiConfiguration/connectWhenNetworkNameIsHidden">
 33691          <Annotation Term="Org.OData.Core.V1.Description" String="Connect when the network is not broadcasting its name (SSID). When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 33692        </Annotations>
 33693        <Annotations Target="microsoft.graph.iosWiFiConfiguration/wiFiSecurityType">
 33694          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 33695        </Annotations>
 33696        <Annotations Target="microsoft.graph.iosWiFiConfiguration/proxySettings">
 33697          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" />
 33698        </Annotations>
 33699        <Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyManualAddress">
 33700          <Annotation Term="Org.OData.Core.V1.Description" String="IP Address or DNS hostname of the proxy server when manual configuration is selected." />
 33701        </Annotations>
 33702        <Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyManualPort">
 33703          <Annotation Term="Org.OData.Core.V1.Description" String="Port of the proxy server when manual configuration is selected." />
 33704        </Annotations>
 33705        <Annotations Target="microsoft.graph.iosWiFiConfiguration/proxyAutomaticConfigurationUrl">
 33706          <Annotation Term="Org.OData.Core.V1.Description" String="URL of the proxy server automatic configuration script when automatic configuration is selected. This URL is typically the location of PAC (Proxy Auto Configuration) file." />
 33707        </Annotations>
 33708        <Annotations Target="microsoft.graph.iosWiFiConfiguration/preSharedKey">
 33709          <Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." />
 33710        </Annotations>
 33711        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration">
 33712          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 33713        </Annotations>
 33714        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/eapType">
 33715          <Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 33716        </Annotations>
 33717        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/eapFastConfiguration">
 33718          <Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." />
 33719        </Annotations>
 33720        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/trustedServerCertificateNames">
 33721          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users' devices when they connect to this Wi-Fi network." />
 33722        </Annotations>
 33723        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/authenticationMethod">
 33724          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." />
 33725        </Annotations>
 33726        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 33727          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 33728        </Annotations>
 33729        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 33730          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP - TTLS, EAP - FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this Wi-Fi connection using their real username is displayed as 'anonymous'." />
 33731        </Annotations>
 33732        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/usernameFormatString">
 33733          <Annotation Term="Org.OData.Core.V1.Description" String="Username format string used to build the username to connect to wifi" />
 33734        </Annotations>
 33735        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/passwordFormatString">
 33736          <Annotation Term="Org.OData.Core.V1.Description" String="Password format string used to build the password to connect to wifi" />
 33737        </Annotations>
 33738        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/rootCertificatesForServerValidation">
 33739          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificates for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. If you provide this value you do not need to provide trustedServerCertificateNames, and vice versa." />
 33740        </Annotations>
 33741        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 33742          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." />
 33743        </Annotations>
 33744        <Annotations Target="microsoft.graph.iosEnterpriseWiFiConfiguration/derivedCredentialSettings">
 33745          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." />
 33746        </Annotations>
 33747        <Annotations Target="microsoft.graph.macOSCustomConfiguration">
 33748          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomConfiguration resource." />
 33749        </Annotations>
 33750        <Annotations Target="microsoft.graph.macOSCustomConfiguration/payloadName">
 33751          <Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." />
 33752        </Annotations>
 33753        <Annotations Target="microsoft.graph.macOSCustomConfiguration/payloadFileName">
 33754          <Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileconfig | *.xml)." />
 33755        </Annotations>
 33756        <Annotations Target="microsoft.graph.macOSCustomConfiguration/payload">
 33757          <Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" />
 33758        </Annotations>
 33759        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration">
 33760          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS endpoint protection configuration profile." />
 33761        </Annotations>
 33762        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/gatekeeperAllowedAppSource">
 33763          <Annotation Term="Org.OData.Core.V1.Description" String="System and Privacy setting that determines which download locations apps can be run from on a macOS device." />
 33764        </Annotations>
 33765        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/gatekeeperBlockOverride">
 33766          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user override for Gatekeeper will be disabled." />
 33767        </Annotations>
 33768        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallEnabled">
 33769          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the firewall should be enabled or not." />
 33770        </Annotations>
 33771        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallBlockAllIncoming">
 33772          <Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to the “Block all incoming connections” option." />
 33773        </Annotations>
 33774        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallEnableStealthMode">
 33775          <Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to “Enable stealth mode.”" />
 33776        </Annotations>
 33777        <Annotations Target="microsoft.graph.macOSFirewallApplication/bundleId">
 33778          <Annotation Term="Org.OData.Core.V1.Description" String="BundleId of the application." />
 33779        </Annotations>
 33780        <Annotations Target="microsoft.graph.macOSFirewallApplication/allowsIncomingConnections">
 33781          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not incoming connections are allowed." />
 33782        </Annotations>
 33783        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/firewallApplications">
 33784          <Annotation Term="Org.OData.Core.V1.Description" String="List of applications with firewall settings. Firewall settings for applications not on this list are determined by the user. This collection can contain a maximum of 500 elements." />
 33785        </Annotations>
 33786        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultEnabled">
 33787          <Annotation Term="Org.OData.Core.V1.Description" String="Whether FileVault should be enabled or not." />
 33788        </Annotations>
 33789        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultSelectedRecoveryKeyTypes">
 33790          <Annotation Term="Org.OData.Core.V1.Description" String="Required if FileVault is enabled, determines the type(s) of recovery key to use. " />
 33791        </Annotations>
 33792        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultInstitutionalRecoveryKeyCertificate">
 33793          <Annotation Term="Org.OData.Core.V1.Description" String="Required if selected recovery key type(s) include InstitutionalRecoveryKey. The DER Encoded certificate file used to set an institutional recovery key." />
 33794        </Annotations>
 33795        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultInstitutionalRecoveryKeyCertificateFileName">
 33796          <Annotation Term="Org.OData.Core.V1.Description" String="File name of the institutional recovery key certificate to display in UI. (*.der)." />
 33797        </Annotations>
 33798        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultPersonalRecoveryKeyHelpMessage">
 33799          <Annotation Term="Org.OData.Core.V1.Description" String="Required if selected recovery key type(s) include PersonalRecoveryKey. A short message displayed to the user that explains how they can retrieve their personal recovery key." />
 33800        </Annotations>
 33801        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultAllowDeferralUntilSignOut">
 33802          <Annotation Term="Org.OData.Core.V1.Description" String="Optional. If set to true, the user can defer the enabling of FileVault until they sign out." />
 33803        </Annotations>
 33804        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultNumberOfTimesUserCanIgnore">
 33805          <Annotation Term="Org.OData.Core.V1.Description" String="Optional. When using the Defer option, this is the maximum number of times the user can ignore prompts to enable FileVault before FileVault will be required for the user to sign in. If set to -1, it will always prompt to enable FileVault until FileVault is enabled, though it will allow the user to bypass enabling FileVault. Setting this to 0 will disable the feature." />
 33806        </Annotations>
 33807        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultDisablePromptAtSignOut">
 33808          <Annotation Term="Org.OData.Core.V1.Description" String="Optional. When using the Defer option, if set to true, the user is not prompted to enable FileVault at sign-out." />
 33809        </Annotations>
 33810        <Annotations Target="microsoft.graph.macOSEndpointProtectionConfiguration/fileVaultPersonalRecoveryKeyRotationInMonths">
 33811          <Annotation Term="Org.OData.Core.V1.Description" String="Optional. If selected recovery key type(s) include PersonalRecoveryKey, the frequency to rotate that key, in months." />
 33812        </Annotations>
 33813        <Annotations Target="microsoft.graph.macOSExtensionsConfiguration">
 33814          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS extensions configuration profile." />
 33815        </Annotations>
 33816        <Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionOverridesAllowed">
 33817          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, users can approve additional kernel extensions not explicitly allowed by configurations profiles." />
 33818        </Annotations>
 33819        <Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionAllowedTeamIdentifiers">
 33820          <Annotation Term="Org.OData.Core.V1.Description" String="All kernel extensions validly signed by the team identifiers in this list will be allowed to load." />
 33821        </Annotations>
 33822        <Annotations Target="microsoft.graph.macOSKernelExtension/teamIdentifier">
 33823          <Annotation Term="Org.OData.Core.V1.Description" String="The team identifier that was used to sign the kernel extension." />
 33824        </Annotations>
 33825        <Annotations Target="microsoft.graph.macOSKernelExtension/bundleId">
 33826          <Annotation Term="Org.OData.Core.V1.Description" String="Bundle ID of the kernel extension." />
 33827        </Annotations>
 33828        <Annotations Target="microsoft.graph.macOSExtensionsConfiguration/kernelExtensionsAllowed">
 33829          <Annotation Term="Org.OData.Core.V1.Description" String="A list of kernel extensions that will be allowed to load. . This collection can contain a maximum of 500 elements." />
 33830        </Annotations>
 33831        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration">
 33832          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource." />
 33833        </Annotations>
 33834        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/compliantAppsList">
 33835          <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." />
 33836        </Annotations>
 33837        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/compliantAppListType">
 33838          <Annotation Term="Org.OData.Core.V1.Description" String="List that is in the CompliantAppsList." />
 33839        </Annotations>
 33840        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/emailInDomainSuffixes">
 33841          <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." />
 33842        </Annotations>
 33843        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockSimple">
 33844          <Annotation Term="Org.OData.Core.V1.Description" String="Block simple passwords." />
 33845        </Annotations>
 33846        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordExpirationDays">
 33847          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." />
 33848        </Annotations>
 33849        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumCharacterSetCount">
 33850          <Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain. Valid values 0 to 4" />
 33851        </Annotations>
 33852        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumLength">
 33853          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." />
 33854        </Annotations>
 33855        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeLock">
 33856          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before a password is required." />
 33857        </Annotations>
 33858        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 33859          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before the screen times out." />
 33860        </Annotations>
 33861        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount">
 33862          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." />
 33863        </Annotations>
 33864        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordRequiredType">
 33865          <Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." />
 33866        </Annotations>
 33867        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordRequired">
 33868          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." />
 33869        </Annotations>
 33870        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/keychainBlockCloudSync">
 33871          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iCloud keychain synchronization is blocked (macOS 10.12 and later)." />
 33872        </Annotations>
 33873        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/airPrintBlocked">
 33874          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not AirPrint is blocked (macOS 10.12 and later)." />
 33875        </Annotations>
 33876        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/airPrintForceTrustedTLS">
 33877          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if trusted certificates are required for TLS printing communication (macOS 10.13 and later)." />
 33878        </Annotations>
 33879        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/airPrintBlockiBeaconDiscovery">
 33880          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not iBeacon discovery of AirPrint printers is blocked. This prevents spurious AirPrint Bluetooth beacons from phishing for network traffic (macOS 10.3 and later)." />
 33881        </Annotations>
 33882        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/safariBlockAutofill">
 33883          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Auto fill in Safari." />
 33884        </Annotations>
 33885        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/cameraBlocked">
 33886          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing the camera of the device." />
 33887        </Annotations>
 33888        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iTunesBlockMusicService">
 33889          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Music service and revert Music app to classic mode." />
 33890        </Annotations>
 33891        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/spotlightBlockInternetResults">
 33892          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Spotlight from returning any results from an Internet search." />
 33893        </Annotations>
 33894        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/keyboardBlockDictation">
 33895          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using dictation input." />
 33896        </Annotations>
 33897        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/definitionLookupBlocked">
 33898          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block definition lookup." />
 33899        </Annotations>
 33900        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/appleWatchBlockAutoUnlock">
 33901          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or to block users from unlocking their Mac with Apple Watch." />
 33902        </Annotations>
 33903        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iTunesBlockFileSharing">
 33904          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block files from being transferred using iTunes." />
 33905        </Annotations>
 33906        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockDocumentSync">
 33907          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud document sync." />
 33908        </Annotations>
 33909        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockMail">
 33910          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing mail." />
 33911        </Annotations>
 33912        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockAddressBook">
 33913          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing contacts." />
 33914        </Annotations>
 33915        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockCalendar">
 33916          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing calendars." />
 33917        </Annotations>
 33918        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockReminders">
 33919          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing reminders." />
 33920        </Annotations>
 33921        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockBookmarks">
 33922          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing bookmarks." />
 33923        </Annotations>
 33924        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockNotes">
 33925          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud from syncing notes." />
 33926        </Annotations>
 33927        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/airDropBlocked">
 33928          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow AirDrop." />
 33929        </Annotations>
 33930        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockModification">
 33931          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow passcode modification." />
 33932        </Annotations>
 33933        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockFingerprintUnlock">
 33934          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." />
 33935        </Annotations>
 33936        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockAutoFill">
 33937          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the AutoFill Passwords feature." />
 33938        </Annotations>
 33939        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockProximityRequests">
 33940          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block requesting passwords from nearby devices." />
 33941        </Annotations>
 33942        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockAirDropSharing">
 33943          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sharing passwords with the AirDrop passwords feature." />
 33944        </Annotations>
 33945        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/softwareUpdatesEnforcedDelayInDays">
 33946          <Annotation Term="Org.OData.Core.V1.Description" String="Sets how many days a software update will be delyed for a supervised device. Valid values 0 to 90" />
 33947        </Annotations>
 33948        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/softwareUpdatesForceDelayed">
 33949          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to delay user visibility of software updates when the device is in supervised mode." />
 33950        </Annotations>
 33951        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/contentCachingBlocked">
 33952          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow content caching." />
 33953        </Annotations>
 33954        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockPhotoLibrary">
 33955          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Library." />
 33956        </Annotations>
 33957        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/screenCaptureBlocked">
 33958          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from taking Screenshots." />
 33959        </Annotations>
 33960        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomAppBlockRemoteScreenObservation">
 33961          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow remote screen observation by Classroom app. Requires MDM enrollment via Apple School Manager or Apple Business Manager." />
 33962        </Annotations>
 33963        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomAppForceUnpromptedScreenObservation">
 33964          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting. Requires MDM enrollment via Apple School Manager or Apple Business Manager." />
 33965        </Annotations>
 33966        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceAutomaticallyJoinClasses">
 33967          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher's requests, without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager." />
 33968        </Annotations>
 33969        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceRequestPermissionToLeaveClasses">
 33970          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a student enrolled in an unmanaged course via Classroom will be required to request permission from the teacher when attempting to leave the course. Requires MDM enrollment via Apple School Manager or Apple Business Manager." />
 33971        </Annotations>
 33972        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/classroomForceUnpromptedAppAndDeviceLock">
 33973          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the teacher to lock apps or the device without prompting the student. Requires MDM enrollment via Apple School Manager or Apple Business Manager." />
 33974        </Annotations>
 33975        <Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/iCloudBlockActivityContinuation">
 33976          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from continuing work that they started on a MacOS device on another iOS or MacOS device (MacOS 10.15 or later)." />
 33977        </Annotations>
 33978        <Annotations Target="microsoft.graph.macOSWiFiConfiguration">
 33979          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the macOS device to connect to desired Wi-Fi endpoint. By specifying the authentication method and security types expected by Wi-Fi endpoint you can make the Wi-Fi connection seamless for end user." />
 33980        </Annotations>
 33981        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/networkName">
 33982          <Annotation Term="Org.OData.Core.V1.Description" String="Network Name" />
 33983        </Annotations>
 33984        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/ssid">
 33985          <Annotation Term="Org.OData.Core.V1.Description" String="This is the name of the Wi-Fi network that is broadcast to all devices." />
 33986        </Annotations>
 33987        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/connectAutomatically">
 33988          <Annotation Term="Org.OData.Core.V1.Description" String="Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network." />
 33989        </Annotations>
 33990        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/connectWhenNetworkNameIsHidden">
 33991          <Annotation Term="Org.OData.Core.V1.Description" String="Connect when the network is not broadcasting its name (SSID). When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices." />
 33992        </Annotations>
 33993        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/wiFiSecurityType">
 33994          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether Wi-Fi endpoint uses an EAP based security type." />
 33995        </Annotations>
 33996        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxySettings">
 33997          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Type for this Wi-Fi connection" />
 33998        </Annotations>
 33999        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyManualAddress">
 34000          <Annotation Term="Org.OData.Core.V1.Description" String="IP Address or DNS hostname of the proxy server when manual configuration is selected." />
 34001        </Annotations>
 34002        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyManualPort">
 34003          <Annotation Term="Org.OData.Core.V1.Description" String="Port of the proxy server when manual configuration is selected." />
 34004        </Annotations>
 34005        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/proxyAutomaticConfigurationUrl">
 34006          <Annotation Term="Org.OData.Core.V1.Description" String="URL of the proxy server automatic configuration script when automatic configuration is selected. This URL is typically the location of PAC (Proxy Auto Configuration) file." />
 34007        </Annotations>
 34008        <Annotations Target="microsoft.graph.macOSWiFiConfiguration/preSharedKey">
 34009          <Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." />
 34010        </Annotations>
 34011        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration">
 34012          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS Wi-Fi WPA-Enterprise/WPA2-Enterprise configuration profile." />
 34013        </Annotations>
 34014        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/eapType">
 34015          <Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 34016        </Annotations>
 34017        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/eapFastConfiguration">
 34018          <Annotation Term="Org.OData.Core.V1.Description" String="EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type." />
 34019        </Annotations>
 34020        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/trustedServerCertificateNames">
 34021          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this Wi-Fi network." />
 34022        </Annotations>
 34023        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/authenticationMethod">
 34024          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication Method when EAP Type is configured to PEAP or EAP-TTLS." />
 34025        </Annotations>
 34026        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/innerAuthenticationProtocolForEapTtls">
 34027          <Annotation Term="Org.OData.Core.V1.Description" String="Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password." />
 34028        </Annotations>
 34029        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/outerIdentityPrivacyTemporaryValue">
 34030          <Annotation Term="Org.OData.Core.V1.Description" String="Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS, EAP-FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this Wi-Fi connection using their real username is displayed as 'anonymous'." />
 34031        </Annotations>
 34032        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/rootCertificateForServerValidation">
 34033          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate for Server Validation when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP." />
 34034        </Annotations>
 34035        <Annotations Target="microsoft.graph.macOSEnterpriseWiFiConfiguration/identityCertificateForClientAuthentication">
 34036          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for client authentication when EAP Type is configured to EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate Authentication)." />
 34037        </Annotations>
 34038        <Annotations Target="microsoft.graph.unsupportedDeviceConfiguration">
 34039          <Annotation Term="Org.OData.Core.V1.Description" String="UnsupportedDeviceConfiguration is used when an entity cannot be mapped to another model-compliant subtype of deviceConfiguration." />
 34040        </Annotations>
 34041        <Annotations Target="microsoft.graph.unsupportedDeviceConfiguration/originalEntityTypeName">
 34042          <Annotation Term="Org.OData.Core.V1.Description" String="The type of entity that would be returned otherwise." />
 34043        </Annotations>
 34044        <Annotations Target="microsoft.graph.unsupportedDeviceConfigurationDetail/message">
 34045          <Annotation Term="Org.OData.Core.V1.Description" String="A message explaining why an entity is unsupported." />
 34046        </Annotations>
 34047        <Annotations Target="microsoft.graph.unsupportedDeviceConfigurationDetail/propertyName">
 34048          <Annotation Term="Org.OData.Core.V1.Description" String="If message is related to a specific property in the original entity, then the name of that property." />
 34049        </Annotations>
 34050        <Annotations Target="microsoft.graph.unsupportedDeviceConfiguration/details">
 34051          <Annotation Term="Org.OData.Core.V1.Description" String="Details describing why the entity is unsupported. This collection can contain a maximum of 1000 elements." />
 34052        </Annotations>
 34053        <Annotations Target="microsoft.graph.easEmailProfileConfigurationBase">
 34054          <Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." />
 34055        </Annotations>
 34056        <Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/usernameSource">
 34057          <Annotation Term="Org.OData.Core.V1.Description" String="Username attribute that is picked from AAD and injected into this profile before installing on the device." />
 34058        </Annotations>
 34059        <Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/usernameAADSource">
 34060          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the AAD field, that will be used to retrieve UserName for email profile." />
 34061        </Annotations>
 34062        <Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/userDomainNameSource">
 34063          <Annotation Term="Org.OData.Core.V1.Description" String="UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device." />
 34064        </Annotations>
 34065        <Annotations Target="microsoft.graph.easEmailProfileConfigurationBase/customDomainName">
 34066          <Annotation Term="Org.OData.Core.V1.Description" String="Custom domain name value used while generating an email profile before installing on the device." />
 34067        </Annotations>
 34068        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration">
 34069          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on iOS devices to communicate with an Exchange server and get email, contacts, calendar, reminders, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 34070        </Annotations>
 34071        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/accountName">
 34072          <Annotation Term="Org.OData.Core.V1.Description" String="Account name." />
 34073        </Annotations>
 34074        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/authenticationMethod">
 34075          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for this Email profile." />
 34076        </Annotations>
 34077        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockMovingMessagesToOtherEmailAccounts">
 34078          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block moving messages to other email accounts." />
 34079        </Annotations>
 34080        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockSendingEmailFromThirdPartyApps">
 34081          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block sending email from third party apps." />
 34082        </Annotations>
 34083        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/blockSyncingRecentlyUsedEmailAddresses">
 34084          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing recently used email addresses, for instance - when composing new email." />
 34085        </Annotations>
 34086        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/durationOfEmailToSync">
 34087          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of time email should be synced back to. " />
 34088        </Annotations>
 34089        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/emailAddressSource">
 34090          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 34091        </Annotations>
 34092        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/easServices">
 34093          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange data to sync." />
 34094        </Annotations>
 34095        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/easServicesUserOverrideEnabled">
 34096          <Annotation Term="Org.OData.Core.V1.Description" String="Allow users to change sync settings." />
 34097        </Annotations>
 34098        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/hostName">
 34099          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." />
 34100        </Annotations>
 34101        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/requireSmime">
 34102          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use S/MIME certificate." />
 34103        </Annotations>
 34104        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEnablePerMessageSwitch">
 34105          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow unencrypted emails." />
 34106        </Annotations>
 34107        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptByDefaultEnabled">
 34108          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true S/MIME encryption is enabled by default." />
 34109        </Annotations>
 34110        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningEnabled">
 34111          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true S/MIME signing is enabled for this account" />
 34112        </Annotations>
 34113        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningUserOverrideEnabled">
 34114          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can toggle S/MIME signing on or off." />
 34115        </Annotations>
 34116        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptByDefaultUserOverrideEnabled">
 34117          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can toggle the encryption by default setting." />
 34118        </Annotations>
 34119        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningCertificateUserOverrideEnabled">
 34120          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true, the user can select the signing identity." />
 34121        </Annotations>
 34122        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptionCertificateUserOverrideEnabled">
 34123          <Annotation Term="Org.OData.Core.V1.Description" String="If set to true the user can select the S/MIME encryption identity. " />
 34124        </Annotations>
 34125        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/requireSsl">
 34126          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 34127        </Annotations>
 34128        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/useOAuth">
 34129          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the connection should use OAuth for authentication." />
 34130        </Annotations>
 34131        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/signingCertificateType">
 34132          <Annotation Term="Org.OData.Core.V1.Description" String="Signing Certificate type for this Email profile." />
 34133        </Annotations>
 34134        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/encryptionCertificateType">
 34135          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption Certificate type for this Email profile." />
 34136        </Annotations>
 34137        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/identityCertificate">
 34138          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate." />
 34139        </Annotations>
 34140        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeSigningCertificate">
 34141          <Annotation Term="Org.OData.Core.V1.Description" String="S/MIME signing certificate." />
 34142        </Annotations>
 34143        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/smimeEncryptionCertificate">
 34144          <Annotation Term="Org.OData.Core.V1.Description" String="S/MIME encryption certificate." />
 34145        </Annotations>
 34146        <Annotations Target="microsoft.graph.iosEasEmailProfileConfiguration/derivedCredentialSettings">
 34147          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." />
 34148        </Annotations>
 34149        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration">
 34150          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client (Outlook) on Windows 10 devices to communicate with an Exchange server and get email, contacts, calendar, and tasks. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 34151        </Annotations>
 34152        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/accountName">
 34153          <Annotation Term="Org.OData.Core.V1.Description" String="Account name." />
 34154        </Annotations>
 34155        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncCalendar">
 34156          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync the calendar." />
 34157        </Annotations>
 34158        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncContacts">
 34159          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync contacts." />
 34160        </Annotations>
 34161        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/syncTasks">
 34162          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync tasks." />
 34163        </Annotations>
 34164        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/durationOfEmailToSync">
 34165          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of email to sync." />
 34166        </Annotations>
 34167        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/emailAddressSource">
 34168          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 34169        </Annotations>
 34170        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/emailSyncSchedule">
 34171          <Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." />
 34172        </Annotations>
 34173        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/hostName">
 34174          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." />
 34175        </Annotations>
 34176        <Annotations Target="microsoft.graph.windows10EasEmailProfileConfiguration/requireSsl">
 34177          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 34178        </Annotations>
 34179        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration">
 34180          <Annotation Term="Org.OData.Core.V1.Description" String="By providing configurations in this profile you can instruct the native email client on Windows Phone to communicate with an Exchange server and get email, contacts, calendar, and tasks. Furthermore, you can also specify how much email to sync and how often the device should sync." />
 34181        </Annotations>
 34182        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/accountName">
 34183          <Annotation Term="Org.OData.Core.V1.Description" String="Account name." />
 34184        </Annotations>
 34185        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/applyOnlyToWindowsPhone81">
 34186          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 34187          <Annotation Term="Org.OData.Core.V1.Permissions">
 34188            <EnumMember>
 34189              Org.OData.Core.V1.Permission/Read
 34190            </EnumMember>
 34191          </Annotation>
 34192          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
 34193        </Annotations>
 34194        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncCalendar">
 34195          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync the calendar." />
 34196        </Annotations>
 34197        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncContacts">
 34198          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync contacts." />
 34199        </Annotations>
 34200        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/syncTasks">
 34201          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to sync tasks." />
 34202        </Annotations>
 34203        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/durationOfEmailToSync">
 34204          <Annotation Term="Org.OData.Core.V1.Description" String="Duration of email to sync." />
 34205        </Annotations>
 34206        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/emailAddressSource">
 34207          <Annotation Term="Org.OData.Core.V1.Description" String="Email attribute that is picked from AAD and injected into this profile before installing on the device." />
 34208        </Annotations>
 34209        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/emailSyncSchedule">
 34210          <Annotation Term="Org.OData.Core.V1.Description" String="Email sync schedule." />
 34211        </Annotations>
 34212        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/hostName">
 34213          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange location that (URL) that the native mail app connects to." />
 34214        </Annotations>
 34215        <Annotations Target="microsoft.graph.windowsPhoneEASEmailProfileConfiguration/requireSsl">
 34216          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to use SSL." />
 34217        </Annotations>
 34218        <Annotations Target="microsoft.graph.appleDeviceFeaturesConfigurationBase">
 34219          <Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." />
 34220        </Annotations>
 34221        <Annotations Target="microsoft.graph.airPrintDestination/ipAddress">
 34222          <Annotation Term="Org.OData.Core.V1.Description" String="The IP Address of the AirPrint destination." />
 34223        </Annotations>
 34224        <Annotations Target="microsoft.graph.airPrintDestination/resourcePath">
 34225          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The Resource Path associated with the printer. This corresponds to the rp parameter of the _ipps.tcp Bonjour record. For example: printers/Canon_MG5300_series, printers/Xerox_Phaser_7600, ipp/print, Epson_IPP_Printer." />
 34226        </Annotations>
 34227        <Annotations Target="microsoft.graph.airPrintDestination/port">
 34228          <Annotation Term="Org.OData.Core.V1.Description" String="The listening port of the AirPrint destination. If this key is not specified AirPrint will use the default port. Available in iOS 11.0 and later." />
 34229        </Annotations>
 34230        <Annotations Target="microsoft.graph.airPrintDestination/forceTls">
 34231          <Annotation Term="Org.OData.Core.V1.Description" String="If true AirPrint connections are secured by Transport Layer Security (TLS). Default is false. Available in iOS 11.0 and later." />
 34232        </Annotations>
 34233        <Annotations Target="microsoft.graph.appleDeviceFeaturesConfigurationBase/airPrintDestinations">
 34234          <Annotation Term="Org.OData.Core.V1.Description" String="An array of AirPrint printers that should always be shown. This collection can contain a maximum of 500 elements." />
 34235        </Annotations>
 34236        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration">
 34237          <Annotation Term="Org.OData.Core.V1.Description" String="MacOS device features configuration profile." />
 34238        </Annotations>
 34239        <Annotations Target="microsoft.graph.macOSLaunchItem/path">
 34240          <Annotation Term="Org.OData.Core.V1.Description" String="Path to the launch item." />
 34241        </Annotations>
 34242        <Annotations Target="microsoft.graph.macOSLaunchItem/hide">
 34243          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to hide the item from the Users and Groups List." />
 34244        </Annotations>
 34245        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/autoLaunchItems">
 34246          <Annotation Term="Org.OData.Core.V1.Description" String="List of applications, files, folders, and other items to launch when the user logs in. This collection can contain a maximum of 500 elements." />
 34247        </Annotations>
 34248        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/adminShowHostInfo">
 34249          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to show admin host information on the login window." />
 34250        </Annotations>
 34251        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/loginWindowText">
 34252          <Annotation Term="Org.OData.Core.V1.Description" String="Custom text to be displayed on the login window." />
 34253        </Annotations>
 34254        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHidden">
 34255          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to show the name and password dialog or a list of users on the login window." />
 34256        </Annotations>
 34257        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideLocalUsers">
 34258          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to show only network and system users in the authorized users list on the login window." />
 34259        </Annotations>
 34260        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideMobileAccounts">
 34261          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide mobile users in the authorized users list on the login window." />
 34262        </Annotations>
 34263        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListIncludeNetworkUsers">
 34264          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to show network users in the authorized users list on the login window." />
 34265        </Annotations>
 34266        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListHideAdminUsers">
 34267          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide admin users in the authorized users list on the login window." />
 34268        </Annotations>
 34269        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/authorizedUsersListShowOtherManagedUsers">
 34270          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to show other users in the authorized users list on the login window." />
 34271        </Annotations>
 34272        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/shutDownDisabled">
 34273          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Shut Down button item on the login window." />
 34274        </Annotations>
 34275        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/restartDisabled">
 34276          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Restart button item on the login window." />
 34277        </Annotations>
 34278        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/sleepDisabled">
 34279          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to hide the Sleep menu item on the login window." />
 34280        </Annotations>
 34281        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/consoleAccessDisabled">
 34282          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the Other user will disregard use of the `&gt;console&gt; special user name." />
 34283        </Annotations>
 34284        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/shutDownDisabledWhileLoggedIn">
 34285          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the Shut Down menu item on the login window will be disabled while the user is logged in." />
 34286        </Annotations>
 34287        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/restartDisabledWhileLoggedIn">
 34288          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the Restart menu item on the login window will be disabled while the user is logged in." />
 34289        </Annotations>
 34290        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/powerOffDisabledWhileLoggedIn">
 34291          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the Power Off menu item on the login window will be disabled while the user is logged in." />
 34292        </Annotations>
 34293        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/logOutDisabledWhileLoggedIn">
 34294          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the Log Out menu item on the login window will be disabled while the user is logged in." />
 34295        </Annotations>
 34296        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/screenLockDisableImmediate">
 34297          <Annotation Term="Org.OData.Core.V1.Description" String="Whether to disable the immediate screen lock functions." />
 34298        </Annotations>
 34299        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/associatedDomains">
 34300          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list that maps apps to their associated domains. The key should match the app's ID, and the value should be a string in the form of &quot;service:domain&quot; where domain is a fully qualified hostname (e.g. webcredentials:example.com). This collection can contain a maximum of 500 elements." />
 34301        </Annotations>
 34302        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/singleSignOnExtension">
 34303          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile." />
 34304        </Annotations>
 34305        <Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration/singleSignOnExtensionPkinitCertificate">
 34306          <Annotation Term="Org.OData.Core.V1.Description" String="PKINIT Certificate for the authentication with single sign-on extensions." />
 34307        </Annotations>
 34308        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/realm">
 34309          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." />
 34310        </Annotations>
 34311        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/domains">
 34312          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." />
 34313        </Annotations>
 34314        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/blockAutomaticLogin">
 34315          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables Keychain usage." />
 34316        </Annotations>
 34317        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/cacheName">
 34318          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Generic Security Services name of the Kerberos cache to use for this profile." />
 34319        </Annotations>
 34320        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/credentialBundleIdAccessControlList">
 34321          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of app Bundle IDs allowed to access the Kerberos Ticket Granting Ticket." />
 34322        </Annotations>
 34323        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/domainRealms">
 34324          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of realms for custom domain-realm mapping. Realms are case sensitive." />
 34325        </Annotations>
 34326        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/isDefaultRealm">
 34327          <Annotation Term="Org.OData.Core.V1.Description" String="When true, this profile's realm will be selected as the default. Necessary if multiple Kerberos-type profiles are configured." />
 34328        </Annotations>
 34329        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordBlockModification">
 34330          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password changes." />
 34331        </Annotations>
 34332        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordExpirationDays">
 34333          <Annotation Term="Org.OData.Core.V1.Description" String="Overrides the default password expiration in days. For most domains, this value is calculated automatically." />
 34334        </Annotations>
 34335        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordExpirationNotificationDays">
 34336          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of days until the user is notified that their password will expire (default is 15)." />
 34337        </Annotations>
 34338        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/userPrincipalName">
 34339          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the principle user name to use for this profile. The realm name does not need to be included." />
 34340        </Annotations>
 34341        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordRequireActiveDirectoryComplexity">
 34342          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether passwords must meet Active Directory's complexity requirements." />
 34343        </Annotations>
 34344        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordPreviousPasswordBlockCount">
 34345          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the number of previous passwords to block." />
 34346        </Annotations>
 34347        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordMinimumLength">
 34348          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum length of a password." />
 34349        </Annotations>
 34350        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordMinimumAgeDays">
 34351          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the minimum number of days until a user can change their password again." />
 34352        </Annotations>
 34353        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordRequirementsDescription">
 34354          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a description of the password complexity requirements." />
 34355        </Annotations>
 34356        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/requireUserPresence">
 34357          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets whether to require authentication via Touch ID, Face ID, or a passcode to access the keychain entry." />
 34358        </Annotations>
 34359        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/activeDirectorySiteCode">
 34360          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Active Directory site." />
 34361        </Annotations>
 34362        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/passwordEnableLocalSync">
 34363          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables password syncing. This won't affect users logged in with a mobile account on macOS." />
 34364        </Annotations>
 34365        <Annotations Target="microsoft.graph.kerberosSingleSignOnExtension/blockActiveDirectorySiteAutoDiscovery">
 34366          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables whether the Kerberos extension can automatically determine its site name." />
 34367        </Annotations>
 34368        <Annotations Target="microsoft.graph.keyTypedValuePair/key">
 34369          <Annotation Term="Org.OData.Core.V1.Description" String="The string key of the key-value pair." />
 34370        </Annotations>
 34371        <Annotations Target="microsoft.graph.keyStringValuePair/value">
 34372          <Annotation Term="Org.OData.Core.V1.Description" String="The string value of the key-value pair." />
 34373        </Annotations>
 34374        <Annotations Target="microsoft.graph.keyRealValuePair/value">
 34375          <Annotation Term="Org.OData.Core.V1.Description" String="The real (floating-point) value of the key-value pair." />
 34376        </Annotations>
 34377        <Annotations Target="microsoft.graph.keyIntegerValuePair/value">
 34378          <Annotation Term="Org.OData.Core.V1.Description" String="The integer value of the key-value pair." />
 34379        </Annotations>
 34380        <Annotations Target="microsoft.graph.keyBooleanValuePair/value">
 34381          <Annotation Term="Org.OData.Core.V1.Description" String="The Boolean value of the key-value pair." />
 34382        </Annotations>
 34383        <Annotations Target="microsoft.graph.credentialSingleSignOnExtension/extensionIdentifier">
 34384          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs." />
 34385        </Annotations>
 34386        <Annotations Target="microsoft.graph.credentialSingleSignOnExtension/teamIdentifier">
 34387          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the team ID of the app extension that performs SSO for the specified URLs." />
 34388        </Annotations>
 34389        <Annotations Target="microsoft.graph.credentialSingleSignOnExtension/domains">
 34390          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of hosts or domain names for which the app extension performs SSO." />
 34391        </Annotations>
 34392        <Annotations Target="microsoft.graph.credentialSingleSignOnExtension/realm">
 34393          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the case-sensitive realm name for this profile." />
 34394        </Annotations>
 34395        <Annotations Target="microsoft.graph.credentialSingleSignOnExtension/configurations">
 34396          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements." />
 34397        </Annotations>
 34398        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration">
 34399          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Device Features Configuration Profile." />
 34400        </Annotations>
 34401        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/assetTagTemplate">
 34402          <Annotation Term="Org.OData.Core.V1.Description" String="Asset tag information for the device, displayed on the login window and lock screen." />
 34403        </Annotations>
 34404        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/contentFilterSettings">
 34405          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets iOS Web Content Filter settings, supervised mode only" />
 34406        </Annotations>
 34407        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/lockScreenFootnote">
 34408          <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." />
 34409        </Annotations>
 34410        <Annotations Target="microsoft.graph.iosHomeScreenItem/displayName">
 34411          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the app" />
 34412        </Annotations>
 34413        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenDockIcons">
 34414          <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." />
 34415        </Annotations>
 34416        <Annotations Target="microsoft.graph.iosHomeScreenPage/displayName">
 34417          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the page" />
 34418        </Annotations>
 34419        <Annotations Target="microsoft.graph.iosHomeScreenPage/icons">
 34420          <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." />
 34421        </Annotations>
 34422        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenPages">
 34423          <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." />
 34424        </Annotations>
 34425        <Annotations Target="microsoft.graph.iosNotificationSettings/bundleID">
 34426          <Annotation Term="Org.OData.Core.V1.Description" String="Bundle id of app to which to apply these notification settings." />
 34427        </Annotations>
 34428        <Annotations Target="microsoft.graph.iosNotificationSettings/appName">
 34429          <Annotation Term="Org.OData.Core.V1.Description" String="Application name to be associated with the bundleID." />
 34430        </Annotations>
 34431        <Annotations Target="microsoft.graph.iosNotificationSettings/publisher">
 34432          <Annotation Term="Org.OData.Core.V1.Description" String="Publisher to be associated with the bundleID." />
 34433        </Annotations>
 34434        <Annotations Target="microsoft.graph.iosNotificationSettings/enabled">
 34435          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications are allowed for this app." />
 34436        </Annotations>
 34437        <Annotations Target="microsoft.graph.iosNotificationSettings/showInNotificationCenter">
 34438          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications can be shown in notification center." />
 34439        </Annotations>
 34440        <Annotations Target="microsoft.graph.iosNotificationSettings/showOnLockScreen">
 34441          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications can be shown on the lock screen." />
 34442        </Annotations>
 34443        <Annotations Target="microsoft.graph.iosNotificationSettings/alertType">
 34444          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of alert for notifications for this app." />
 34445        </Annotations>
 34446        <Annotations Target="microsoft.graph.iosNotificationSettings/badgesEnabled">
 34447          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether badges are allowed for this app." />
 34448        </Annotations>
 34449        <Annotations Target="microsoft.graph.iosNotificationSettings/soundsEnabled">
 34450          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether sounds are allowed for this app." />
 34451        </Annotations>
 34452        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/notificationSettings">
 34453          <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." />
 34454        </Annotations>
 34455        <Annotations Target="microsoft.graph.iosSingleSignOnSettings/allowedAppsList">
 34456          <Annotation Term="Org.OData.Core.V1.Description" String="List of app identifiers that are allowed to use this login. If this field is omitted, the login applies to all applications on the device. This collection can contain a maximum of 500 elements." />
 34457        </Annotations>
 34458        <Annotations Target="microsoft.graph.iosSingleSignOnSettings/allowedUrls">
 34459          <Annotation Term="Org.OData.Core.V1.Description" String="List of HTTP URLs that must be matched in order to use this login. With iOS 9.0 or later, a wildcard characters may be used." />
 34460        </Annotations>
 34461        <Annotations Target="microsoft.graph.iosSingleSignOnSettings/displayName">
 34462          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of login settings shown on the receiving device." />
 34463        </Annotations>
 34464        <Annotations Target="microsoft.graph.iosSingleSignOnSettings/kerberosPrincipalName">
 34465          <Annotation Term="Org.OData.Core.V1.Description" String="A Kerberos principal name. If not provided, the user is prompted for one during profile installation." />
 34466        </Annotations>
 34467        <Annotations Target="microsoft.graph.iosSingleSignOnSettings/kerberosRealm">
 34468          <Annotation Term="Org.OData.Core.V1.Description" String="A Kerberos realm name. Case sensitive." />
 34469        </Annotations>
 34470        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/singleSignOnSettings">
 34471          <Annotation Term="Org.OData.Core.V1.Description" String="The Kerberos login settings that enable apps on receiving devices to authenticate smoothly." />
 34472        </Annotations>
 34473        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/wallpaperDisplayLocation">
 34474          <Annotation Term="Org.OData.Core.V1.Description" String="A wallpaper display location specifier." />
 34475        </Annotations>
 34476        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/wallpaperImage">
 34477          <Annotation Term="Org.OData.Core.V1.Description" String="A wallpaper image must be in either PNG or JPEG format. It requires a supervised device with iOS 8 or later version." />
 34478        </Annotations>
 34479        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/singleSignOnExtension">
 34480          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a single sign-on extension profile." />
 34481        </Annotations>
 34482        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/identityCertificateForClientAuthentication">
 34483          <Annotation Term="Org.OData.Core.V1.Description" String="Identity Certificate for the renewal of Kerberos ticket used in single sign-on settings." />
 34484        </Annotations>
 34485        <Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/singleSignOnExtensionPkinitCertificate">
 34486          <Annotation Term="Org.OData.Core.V1.Description" String="PKINIT Certificate for the authentication with single sign-on extension settings." />
 34487        </Annotations>
 34488        <Annotations Target="microsoft.graph.iosBookmark/url">
 34489          <Annotation Term="Org.OData.Core.V1.Description" String="URL allowed to access" />
 34490        </Annotations>
 34491        <Annotations Target="microsoft.graph.iosBookmark/bookmarkFolder">
 34492          <Annotation Term="Org.OData.Core.V1.Description" String="The folder into which the bookmark should be added in Safari" />
 34493        </Annotations>
 34494        <Annotations Target="microsoft.graph.iosBookmark/displayName">
 34495          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the bookmark" />
 34496        </Annotations>
 34497        <Annotations Target="microsoft.graph.iosWebContentFilterSpecificWebsitesAccess/specificWebsitesOnly">
 34498          <Annotation Term="Org.OData.Core.V1.Description" String="URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements." />
 34499        </Annotations>
 34500        <Annotations Target="microsoft.graph.iosWebContentFilterSpecificWebsitesAccess/websiteList">
 34501          <Annotation Term="Org.OData.Core.V1.Description" String="URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements." />
 34502        </Annotations>
 34503        <Annotations Target="microsoft.graph.iosWebContentFilterAutoFilter/allowedUrls">
 34504          <Annotation Term="Org.OData.Core.V1.Description" String="Additional URLs allowed for access" />
 34505        </Annotations>
 34506        <Annotations Target="microsoft.graph.iosWebContentFilterAutoFilter/blockedUrls">
 34507          <Annotation Term="Org.OData.Core.V1.Description" String="Additional URLs blocked for access" />
 34508        </Annotations>
 34509        <Annotations Target="microsoft.graph.iosHomeScreenFolderPage/displayName">
 34510          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the folder page" />
 34511        </Annotations>
 34512        <Annotations Target="microsoft.graph.iosHomeScreenApp/bundleID">
 34513          <Annotation Term="Org.OData.Core.V1.Description" String="BundleID of app" />
 34514        </Annotations>
 34515        <Annotations Target="microsoft.graph.iosHomeScreenFolderPage/apps">
 34516          <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." />
 34517        </Annotations>
 34518        <Annotations Target="microsoft.graph.iosHomeScreenFolder/pages">
 34519          <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." />
 34520        </Annotations>
 34521        <Annotations Target="microsoft.graph.appleVpnConfiguration">
 34522          <Annotation Term="Org.OData.Core.V1.Description" String="Apple VPN configuration profile." />
 34523        </Annotations>
 34524        <Annotations Target="microsoft.graph.appleVpnConfiguration/connectionName">
 34525          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 34526        </Annotations>
 34527        <Annotations Target="microsoft.graph.appleVpnConfiguration/connectionType">
 34528          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 34529        </Annotations>
 34530        <Annotations Target="microsoft.graph.appleVpnConfiguration/loginGroupOrDomain">
 34531          <Annotation Term="Org.OData.Core.V1.Description" String="Login group or domain when connection type is set to Dell SonicWALL Mobile Connection." />
 34532        </Annotations>
 34533        <Annotations Target="microsoft.graph.appleVpnConfiguration/role">
 34534          <Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
 34535        </Annotations>
 34536        <Annotations Target="microsoft.graph.appleVpnConfiguration/realm">
 34537          <Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." />
 34538        </Annotations>
 34539        <Annotations Target="microsoft.graph.appleVpnConfiguration/server">
 34540          <Annotation Term="Org.OData.Core.V1.Description" String="VPN Server on the network. Make sure end users can access this network location." />
 34541        </Annotations>
 34542        <Annotations Target="microsoft.graph.appleVpnConfiguration/identifier">
 34543          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier provided by VPN vendor when connection type is set to Custom VPN. For example: Cisco AnyConnect uses an identifier of the form com.cisco.anyconnect.applevpn.plugin" />
 34544        </Annotations>
 34545        <Annotations Target="microsoft.graph.appleVpnConfiguration/customData">
 34546          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Custom VPN. Use this field to enable functionality not supported by Intune, but available in your VPN solution. Contact your VPN vendor to learn how to add these key/value pairs. This collection can contain a maximum of 25 elements." />
 34547        </Annotations>
 34548        <Annotations Target="microsoft.graph.appleVpnConfiguration/customKeyValueData">
 34549          <Annotation Term="Org.OData.Core.V1.Description" String="Custom data when connection type is set to Custom VPN. Use this field to enable functionality not supported by Intune, but available in your VPN solution. Contact your VPN vendor to learn how to add these key/value pairs. This collection can contain a maximum of 25 elements." />
 34550        </Annotations>
 34551        <Annotations Target="microsoft.graph.appleVpnConfiguration/enableSplitTunneling">
 34552          <Annotation Term="Org.OData.Core.V1.Description" String="Send all network traffic through VPN." />
 34553        </Annotations>
 34554        <Annotations Target="microsoft.graph.appleVpnConfiguration/authenticationMethod">
 34555          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method for this VPN connection." />
 34556        </Annotations>
 34557        <Annotations Target="microsoft.graph.appleVpnConfiguration/enablePerApp">
 34558          <Annotation Term="Org.OData.Core.V1.Description" String="Setting this to true creates Per-App VPN payload which can later be associated with Apps that can trigger this VPN conneciton on the end user's iOS device." />
 34559        </Annotations>
 34560        <Annotations Target="microsoft.graph.appleVpnConfiguration/safariDomains">
 34561          <Annotation Term="Org.OData.Core.V1.Description" String="Safari domains when this VPN per App setting is enabled. In addition to the apps associated with this VPN, Safari domains specified here will also be able to trigger this VPN connection." />
 34562        </Annotations>
 34563        <Annotations Target="microsoft.graph.vpnOnDemandRule/ssids">
 34564          <Annotation Term="Org.OData.Core.V1.Description" String="Network Service Set Identifiers (SSIDs)." />
 34565        </Annotations>
 34566        <Annotations Target="microsoft.graph.vpnOnDemandRule/dnsSearchDomains">
 34567          <Annotation Term="Org.OData.Core.V1.Description" String="DNS Search Domains." />
 34568        </Annotations>
 34569        <Annotations Target="microsoft.graph.vpnOnDemandRule/probeUrl">
 34570          <Annotation Term="Org.OData.Core.V1.Description" String="A URL to probe. If this URL is successfully fetched (returning a 200 HTTP status code) without redirection, this rule matches." />
 34571        </Annotations>
 34572        <Annotations Target="microsoft.graph.vpnOnDemandRule/action">
 34573          <Annotation Term="Org.OData.Core.V1.Description" String="Action." />
 34574        </Annotations>
 34575        <Annotations Target="microsoft.graph.vpnOnDemandRule/domainAction">
 34576          <Annotation Term="Org.OData.Core.V1.Description" String="Domain Action (Only applicable when Action is evaluate connection)." />
 34577        </Annotations>
 34578        <Annotations Target="microsoft.graph.vpnOnDemandRule/domains">
 34579          <Annotation Term="Org.OData.Core.V1.Description" String="Domains (Only applicable when Action is evaluate connection)." />
 34580        </Annotations>
 34581        <Annotations Target="microsoft.graph.vpnOnDemandRule/probeRequiredUrl">
 34582          <Annotation Term="Org.OData.Core.V1.Description" String="Probe Required Url (Only applicable when Action is evaluate connection and DomainAction is connect if needed)." />
 34583        </Annotations>
 34584        <Annotations Target="microsoft.graph.appleVpnConfiguration/onDemandRules">
 34585          <Annotation Term="Org.OData.Core.V1.Description" String="On-Demand Rules. This collection can contain a maximum of 500 elements." />
 34586        </Annotations>
 34587        <Annotations Target="microsoft.graph.vpnProxyServer/automaticConfigurationScriptUrl">
 34588          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy's automatic configuration script url." />
 34589        </Annotations>
 34590        <Annotations Target="microsoft.graph.vpnProxyServer/address">
 34591          <Annotation Term="Org.OData.Core.V1.Description" String="Address." />
 34592        </Annotations>
 34593        <Annotations Target="microsoft.graph.vpnProxyServer/port">
 34594          <Annotation Term="Org.OData.Core.V1.Description" String="Port. Valid values 0 to 65535" />
 34595        </Annotations>
 34596        <Annotations Target="microsoft.graph.appleVpnConfiguration/proxyServer">
 34597          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." />
 34598        </Annotations>
 34599        <Annotations Target="microsoft.graph.appleVpnConfiguration/optInToDeviceIdSharing">
 34600          <Annotation Term="Org.OData.Core.V1.Description" String="Opt-In to sharing the device's Id to third-party vpn clients for use during network access control validation." />
 34601        </Annotations>
 34602        <Annotations Target="microsoft.graph.windows81VpnProxyServer/automaticallyDetectProxySettings">
 34603          <Annotation Term="Org.OData.Core.V1.Description" String="Automatically detect proxy settings." />
 34604        </Annotations>
 34605        <Annotations Target="microsoft.graph.windows81VpnProxyServer/bypassProxyServerForLocalAddress">
 34606          <Annotation Term="Org.OData.Core.V1.Description" String="Bypass proxy server for local address." />
 34607        </Annotations>
 34608        <Annotations Target="microsoft.graph.windows10VpnProxyServer/bypassProxyServerForLocalAddress">
 34609          <Annotation Term="Org.OData.Core.V1.Description" String="Bypass proxy server for local address." />
 34610        </Annotations>
 34611        <Annotations Target="microsoft.graph.iosVpnConfiguration">
 34612          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 34613        </Annotations>
 34614        <Annotations Target="microsoft.graph.iosVpnConfiguration/providerType">
 34615          <Annotation Term="Org.OData.Core.V1.Description" String="Provider type for per-app VPN." />
 34616        </Annotations>
 34617        <Annotations Target="microsoft.graph.iosVpnConfiguration/userDomain">
 34618          <Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Enter a static domain to pre-populate the login field with in the Zscaler app. If this is left empty, the user's Azure Active Directory domain will be used instead." />
 34619        </Annotations>
 34620        <Annotations Target="microsoft.graph.iosVpnConfiguration/strictEnforcement">
 34621          <Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Blocks network traffic until the user signs into Zscaler app. &quot;True&quot; means traffic is blocked." />
 34622        </Annotations>
 34623        <Annotations Target="microsoft.graph.iosVpnConfiguration/cloudName">
 34624          <Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. Zscaler cloud which the user is assigned to." />
 34625        </Annotations>
 34626        <Annotations Target="microsoft.graph.iosVpnConfiguration/excludeList">
 34627          <Annotation Term="Org.OData.Core.V1.Description" String="Zscaler only. List of network addresses which are not sent through the Zscaler cloud." />
 34628        </Annotations>
 34629        <Annotations Target="microsoft.graph.iosVpnConfiguration/identityCertificate">
 34630          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 34631        </Annotations>
 34632        <Annotations Target="microsoft.graph.iosVpnConfiguration/derivedCredentialSettings">
 34633          <Annotation Term="Org.OData.Core.V1.Description" String="Tenant level settings for the Derived Credentials to be used for authentication." />
 34634        </Annotations>
 34635        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration">
 34636          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the iOS device to connect to desired IKEv2 VPN endpoint." />
 34637        </Annotations>
 34638        <Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityEncryptionAlgorithm">
 34639          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption algorithm" />
 34640        </Annotations>
 34641        <Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityIntegrityAlgorithm">
 34642          <Annotation Term="Org.OData.Core.V1.Description" String="Integrity algorithm" />
 34643        </Annotations>
 34644        <Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/securityDiffieHellmanGroup">
 34645          <Annotation Term="Org.OData.Core.V1.Description" String="Diffie-Hellman Group" />
 34646        </Annotations>
 34647        <Annotations Target="microsoft.graph.iosVpnSecurityAssociationParameters/lifetimeInMinutes">
 34648          <Annotation Term="Org.OData.Core.V1.Description" String="Lifetime (minutes)" />
 34649        </Annotations>
 34650        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/childSecurityAssociationParameters">
 34651          <Annotation Term="Org.OData.Core.V1.Description" String="Child Security Association Parameters" />
 34652        </Annotations>
 34653        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/clientAuthenticationType">
 34654          <Annotation Term="Org.OData.Core.V1.Description" String="Type of Client Authentication the VPN client will use." />
 34655        </Annotations>
 34656        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/deadPeerDetectionRate">
 34657          <Annotation Term="Org.OData.Core.V1.Description" String="Determine how often to check if a peer connection is still active. " />
 34658        </Annotations>
 34659        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/disableMobilityAndMultihoming">
 34660          <Annotation Term="Org.OData.Core.V1.Description" String="Disable MOBIKE" />
 34661        </Annotations>
 34662        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/disableRedirect">
 34663          <Annotation Term="Org.OData.Core.V1.Description" String="Disable Redirect" />
 34664        </Annotations>
 34665        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableCertificateRevocationCheck">
 34666          <Annotation Term="Org.OData.Core.V1.Description" String="Enables a best-effort revocation check; server response timeouts will not cause it to fail" />
 34667        </Annotations>
 34668        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableEAP">
 34669          <Annotation Term="Org.OData.Core.V1.Description" String="Enables EAP only authentication" />
 34670        </Annotations>
 34671        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enablePerfectForwardSecrecy">
 34672          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Perfect Forward Secrecy (PFS)." />
 34673        </Annotations>
 34674        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/enableUseInternalSubnetAttributes">
 34675          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Use Internal Subnet Attributes." />
 34676        </Annotations>
 34677        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/localIdentifier">
 34678          <Annotation Term="Org.OData.Core.V1.Description" String="Method of identifying the client that is trying to connect via VPN. " />
 34679        </Annotations>
 34680        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/remoteIdentifier">
 34681          <Annotation Term="Org.OData.Core.V1.Description" String="Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN" />
 34682        </Annotations>
 34683        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/securityAssociationParameters">
 34684          <Annotation Term="Org.OData.Core.V1.Description" String="Security Association Parameters" />
 34685        </Annotations>
 34686        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateCommonName">
 34687          <Annotation Term="Org.OData.Core.V1.Description" String="Common name of the IKEv2 Server Certificate used in Server Authentication" />
 34688        </Annotations>
 34689        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateIssuerCommonName">
 34690          <Annotation Term="Org.OData.Core.V1.Description" String="Issuer Common name of the IKEv2 Server Certificate issuer used in Authentication" />
 34691        </Annotations>
 34692        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/serverCertificateType">
 34693          <Annotation Term="Org.OData.Core.V1.Description" String="The type of certificate the VPN server will present to the VPN client for authentication." />
 34694        </Annotations>
 34695        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/sharedSecret">
 34696          <Annotation Term="Org.OData.Core.V1.Description" String="Used when Shared Secret Authentication is selected" />
 34697        </Annotations>
 34698        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/tlsMaximumVersion">
 34699          <Annotation Term="Org.OData.Core.V1.Description" String="The maximum TLS version to be used with EAP-TLS authentication" />
 34700        </Annotations>
 34701        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/tlsMinimumVersion">
 34702          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum TLS version to be used with EAP-TLS authentication" />
 34703        </Annotations>
 34704        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/allowDefaultSecurityAssociationParameters">
 34705          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the use of security association parameters by setting all parameters to the device's default unless explicitly specified." />
 34706        </Annotations>
 34707        <Annotations Target="microsoft.graph.iosikEv2VpnConfiguration/allowDefaultChildSecurityAssociationParameters">
 34708          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the use of child security association parameters by setting all parameters to the device's default unless explicitly specified." />
 34709        </Annotations>
 34710        <Annotations Target="microsoft.graph.macOSVpnConfiguration">
 34711          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Mac device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 34712        </Annotations>
 34713        <Annotations Target="microsoft.graph.macOSVpnConfiguration/identityCertificate">
 34714          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 34715        </Annotations>
 34716        <Annotations Target="microsoft.graph.vpnConfiguration">
 34717          <Annotation Term="Org.OData.Core.V1.Description" String="Base VPN Configuration profile." />
 34718        </Annotations>
 34719        <Annotations Target="microsoft.graph.vpnConfiguration/authenticationMethod">
 34720          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 34721        </Annotations>
 34722        <Annotations Target="microsoft.graph.vpnConfiguration/connectionName">
 34723          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 34724        </Annotations>
 34725        <Annotations Target="microsoft.graph.vpnConfiguration/role">
 34726          <Annotation Term="Org.OData.Core.V1.Description" String="Role when connection type is set to Pulse Secure." />
 34727        </Annotations>
 34728        <Annotations Target="microsoft.graph.vpnConfiguration/realm">
 34729          <Annotation Term="Org.OData.Core.V1.Description" String="Realm when connection type is set to Pulse Secure." />
 34730        </Annotations>
 34731        <Annotations Target="microsoft.graph.vpnConfiguration/servers">
 34732          <Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." />
 34733        </Annotations>
 34734        <Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration">
 34735          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Android Fully Managed device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 34736        </Annotations>
 34737        <Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/connectionType">
 34738          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 34739        </Annotations>
 34740        <Annotations Target="microsoft.graph.androidDeviceOwnerVpnConfiguration/identityCertificate">
 34741          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 34742        </Annotations>
 34743        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration">
 34744          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the Windows10EndpointProtectionConfiguration resource." />
 34745        </Annotations>
 34746        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/dmaGuardDeviceEnumerationPolicy">
 34747          <Annotation Term="Org.OData.Core.V1.LongDescription" String="This policy is intended to provide additional security against external DMA capable devices. It allows for more control over the enumeration of external DMA capable devices incompatible with DMA Remapping/device memory isolation and sandboxing. This policy only takes effect when Kernel DMA Protection is supported and enabled by the system firmware. Kernel DMA Protection is a platform feature that cannot be controlled via policy or by end user. It has to be supported by the system at the time of manufacturing. To check if the system supports Kernel DMA Protection, please check the Kernel DMA Protection field in the Summary page of MSINFO32.exe." />
 34748        </Annotations>
 34749        <Annotations Target="microsoft.graph.windowsFirewallRule/displayName">
 34750          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the rule. Does not need to be unique." />
 34751        </Annotations>
 34752        <Annotations Target="microsoft.graph.windowsFirewallRule/description">
 34753          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the rule." />
 34754        </Annotations>
 34755        <Annotations Target="microsoft.graph.windowsFirewallRule/packageFamilyName">
 34756          <Annotation Term="Org.OData.Core.V1.Description" String="The package family name of a Microsoft Store application that's affected by the firewall rule." />
 34757        </Annotations>
 34758        <Annotations Target="microsoft.graph.windowsFirewallRule/filePath">
 34759          <Annotation Term="Org.OData.Core.V1.Description" String="The full file path of an app that's affected by the firewall rule." />
 34760        </Annotations>
 34761        <Annotations Target="microsoft.graph.windowsFirewallRule/serviceName">
 34762          <Annotation Term="Org.OData.Core.V1.Description" String="The name used in cases when a service, not an application, is sending or receiving traffic." />
 34763        </Annotations>
 34764        <Annotations Target="microsoft.graph.windowsFirewallRule/protocol">
 34765          <Annotation Term="Org.OData.Core.V1.Description" String="0-255 number representing the IP protocol (TCP = 6, UDP = 17). If not specified, the default is All. Valid values 0 to 255" />
 34766        </Annotations>
 34767        <Annotations Target="microsoft.graph.windowsFirewallRule/localPortRanges">
 34768          <Annotation Term="Org.OData.Core.V1.Description" String="List of local port ranges. For example, &quot;100-120&quot;, &quot;200&quot;, &quot;300-320&quot;. If not specified, the default is All." />
 34769        </Annotations>
 34770        <Annotations Target="microsoft.graph.windowsFirewallRule/remotePortRanges">
 34771          <Annotation Term="Org.OData.Core.V1.Description" String="List of remote port ranges. For example, &quot;100-120&quot;, &quot;200&quot;, &quot;300-320&quot;. If not specified, the default is All." />
 34772        </Annotations>
 34773        <Annotations Target="microsoft.graph.windowsFirewallRule/localAddressRanges">
 34774          <Annotation Term="Org.OData.Core.V1.Description" String="List of local addresses covered by the rule. Default is any address. Valid tokens include:&lt;ul&gt;&lt;li&gt;&quot;*&quot; indicates any local address. If present, this must be the only token included.&lt;/li&gt;&lt;li&gt;A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask nor a network prefix is specified, the subnet mask defaults to 255.255.255.255.&lt;/li&gt;&lt;li&gt;A valid IPv6 address.&lt;/li&gt;&lt;li&gt;An IPv4 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;li&gt;An IPv6 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;/ul&gt;" />
 34775        </Annotations>
 34776        <Annotations Target="microsoft.graph.windowsFirewallRule/remoteAddressRanges">
 34777          <Annotation Term="Org.OData.Core.V1.Description" String="List of tokens specifying the remote addresses covered by the rule. Tokens are case insensitive. Default is any address. Valid tokens include:&lt;ul&gt;&lt;li&gt;&quot;*&quot; indicates any remote address. If present, this must be the only token included.&lt;/li&gt;&lt;li&gt;&quot;Defaultgateway&quot;&lt;/li&gt;&lt;li&gt;&quot;DHCP&quot;&lt;/li&gt;&lt;li&gt;&quot;DNS&quot;&lt;/li&gt;&lt;li&gt;&quot;WINS&quot;&lt;/li&gt;&lt;li&gt;&quot;Intranet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;RmtIntranet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;Internet&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;Ply2Renders&quot; (supported on Windows versions 1809+)&lt;/li&gt;&lt;li&gt;&quot;LocalSubnet&quot; indicates any local address on the local subnet.&lt;/li&gt;&lt;li&gt;A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask nor a network prefix is specified, the subnet mask defaults to 255.255.255.255.&lt;/li&gt;&lt;li&gt;A valid IPv6 address.&lt;/li&gt;&lt;li&gt;An IPv4 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;li&gt;An IPv6 address range in the format of &quot;start address - end address&quot; with no spaces included.&lt;/li&gt;&lt;/ul&gt;" />
 34778        </Annotations>
 34779        <Annotations Target="microsoft.graph.windowsFirewallRule/profileTypes">
 34780          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the profiles to which the rule belongs. If not specified, the default is All." />
 34781        </Annotations>
 34782        <Annotations Target="microsoft.graph.windowsFirewallRule/action">
 34783          <Annotation Term="Org.OData.Core.V1.Description" String="The action the rule enforces. If not specified, the default is Allowed." />
 34784        </Annotations>
 34785        <Annotations Target="microsoft.graph.windowsFirewallRule/trafficDirection">
 34786          <Annotation Term="Org.OData.Core.V1.Description" String="The traffic direction that the rule is enabled for. If not specified, the default is Out." />
 34787        </Annotations>
 34788        <Annotations Target="microsoft.graph.windowsFirewallRule/interfaceTypes">
 34789          <Annotation Term="Org.OData.Core.V1.Description" String="The interface types of the rule." />
 34790        </Annotations>
 34791        <Annotations Target="microsoft.graph.windowsFirewallRule/edgeTraversal">
 34792          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether edge traversal is enabled or disabled for this rule. The EdgeTraversal setting indicates that specific inbound traffic is allowed to tunnel through NATs and other edge devices using the Teredo tunneling technology. In order for this setting to work correctly, the application or service with the inbound firewall rule needs to support IPv6. The primary application of this setting allows listeners on the host to be globally addressable through a Teredo IPv6 address. New rules have the EdgeTraversal property disabled by default." />
 34793        </Annotations>
 34794        <Annotations Target="microsoft.graph.windowsFirewallRule/localUserAuthorizations">
 34795          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the list of authorized local users for the app container. This is a string in Security Descriptor Definition Language (SDDL) format." />
 34796        </Annotations>
 34797        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallRules">
 34798          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall rule settings. This collection can contain a maximum of 150 elements." />
 34799        </Annotations>
 34800        <Annotations Target="microsoft.graph.deviceManagementUserRightsSetting/state">
 34801          <Annotation Term="Org.OData.Core.V1.Description" String="Representing the current state of this user rights setting" />
 34802        </Annotations>
 34803        <Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/name">
 34804          <Annotation Term="Org.OData.Core.V1.Description" String="The name of this local user or group." />
 34805        </Annotations>
 34806        <Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/description">
 34807          <Annotation Term="Org.OData.Core.V1.Description" String="Admin’s description of this local user or group." />
 34808        </Annotations>
 34809        <Annotations Target="microsoft.graph.deviceManagementUserRightsLocalUserOrGroup/securityIdentifier">
 34810          <Annotation Term="Org.OData.Core.V1.Description" String="The security identifier of this local user or group (e.g. *S-1-5-32-544)." />
 34811        </Annotations>
 34812        <Annotations Target="microsoft.graph.deviceManagementUserRightsSetting/localUsersOrGroups">
 34813          <Annotation Term="Org.OData.Core.V1.Description" String="Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed. This collection can contain a maximum of 500 elements." />
 34814        </Annotations>
 34815        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsAccessCredentialManagerAsTrustedCaller">
 34816          <Annotation Term="Org.OData.Core.V1.Description" String="This user right is used by Credential Manager during Backup/Restore. Users' saved credentials might be compromised if this privilege is given to other entities. Only states NotConfigured and Allowed are supported" />
 34817        </Annotations>
 34818        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsAllowAccessFromNetwork">
 34819          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are allowed to connect to the computer over the network. State Allowed is supported." />
 34820        </Annotations>
 34821        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsBlockAccessFromNetwork">
 34822          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are block from connecting to the computer over the network. State Block is supported." />
 34823        </Annotations>
 34824        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsActAsPartOfTheOperatingSystem">
 34825          <Annotation Term="Org.OData.Core.V1.Description" String="This user right allows a process to impersonate any user without authentication. The process can therefore gain access to the same local resources as that user. Only states NotConfigured and Allowed are supported" />
 34826        </Annotations>
 34827        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLocalLogOn">
 34828          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can log on to the computer. States NotConfigured, Allowed are supported " />
 34829        </Annotations>
 34830        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDenyLocalLogOn">
 34831          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users cannot log on to the computer. States NotConfigured, Blocked are supported " />
 34832        </Annotations>
 34833        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsBackupData">
 34834          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when backing up files and directories. Only states NotConfigured and Allowed are supported" />
 34835        </Annotations>
 34836        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsChangeSystemTime">
 34837          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can change the time and date on the internal clock of the computer. Only states NotConfigured and Allowed are supported" />
 34838        </Annotations>
 34839        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateGlobalObjects">
 34840          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether users can create global objects that are available to all sessions. Users who can create global objects could affect processes that run under other users' sessions, which could lead to application failure or data corruption. Only states NotConfigured and Allowed are supported" />
 34841        </Annotations>
 34842        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreatePageFile">
 34843          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can call an internal API to create and change the size of a page file. Only states NotConfigured and Allowed are supported" />
 34844        </Annotations>
 34845        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreatePermanentSharedObjects">
 34846          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can be used by processes to create a directory object using the object manager. Only states NotConfigured and Allowed are supported" />
 34847        </Annotations>
 34848        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateSymbolicLinks">
 34849          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines if the user can create a symbolic link from the computer to which they are logged on. Only states NotConfigured and Allowed are supported" />
 34850        </Annotations>
 34851        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsCreateToken">
 34852          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users/groups can be used by processes to create a token that can then be used to get access to any local resources when the process uses an internal API to create an access token. Only states NotConfigured and Allowed are supported" />
 34853        </Annotations>
 34854        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDebugPrograms">
 34855          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can attach a debugger to any process or to the kernel. Only states NotConfigured and Allowed are supported" />
 34856        </Annotations>
 34857        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRemoteDesktopServicesLogOn">
 34858          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups are prohibited from logging on as a Remote Desktop Services client. Only states NotConfigured and Blocked are supported" />
 34859        </Annotations>
 34860        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsDelegation">
 34861          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can set the Trusted for Delegation setting on a user or computer object. Only states NotConfigured and Allowed are supported." />
 34862        </Annotations>
 34863        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsGenerateSecurityAudits">
 34864          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can be used by a process to add entries to the security log. The security log is used to trace unauthorized system access.  Only states NotConfigured and Allowed are supported." />
 34865        </Annotations>
 34866        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsImpersonateClient">
 34867          <Annotation Term="Org.OData.Core.V1.Description" String="Assigning this user right to a user allows programs running on behalf of that user to impersonate a client. Requiring this user right for this kind of impersonation prevents an unauthorized user from convincing a client to connect to a service that they have created and then impersonating that client, which can elevate the unauthorized user's permissions to administrative or system levels. Only states NotConfigured and Allowed are supported." />
 34868        </Annotations>
 34869        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsIncreaseSchedulingPriority">
 34870          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can use a process with Write Property access to another process to increase the execution priority assigned to the other process. Only states NotConfigured and Allowed are supported." />
 34871        </Annotations>
 34872        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLoadUnloadDrivers">
 34873          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can dynamically load and unload device drivers or other code in to kernel mode. Only states NotConfigured and Allowed are supported." />
 34874        </Annotations>
 34875        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsLockMemory">
 34876          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which accounts can use a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk. Only states NotConfigured and Allowed are supported." />
 34877        </Annotations>
 34878        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsManageAuditingAndSecurityLogs">
 34879          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can specify object access auditing options for individual resources, such as files, Active Directory objects, and registry keys. Only states NotConfigured and Allowed are supported." />
 34880        </Annotations>
 34881        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsManageVolumes">
 34882          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users and groups can run maintenance tasks on a volume, such as remote defragmentation. Only states NotConfigured and Allowed are supported." />
 34883        </Annotations>
 34884        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsModifyFirmwareEnvironment">
 34885          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines who can modify firmware environment values. Only states NotConfigured and Allowed are supported." />
 34886        </Annotations>
 34887        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsModifyObjectLabels">
 34888          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which user accounts can modify the integrity label of objects, such as files, registry keys, or processes owned by other users. Only states NotConfigured and Allowed are supported." />
 34889        </Annotations>
 34890        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsProfileSingleProcess">
 34891          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can use performance monitoring tools to monitor the performance of system processes. Only states NotConfigured and Allowed are supported." />
 34892        </Annotations>
 34893        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRemoteShutdown">
 34894          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users are allowed to shut down a computer from a remote location on the network. Misuse of this user right can result in a denial of service. Only states NotConfigured and Allowed are supported." />
 34895        </Annotations>
 34896        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsRestoreData">
 34897          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can bypass file, directory, registry, and other persistent objects permissions when restoring backed up files and directories, and determines which users can set any valid security principal as the owner of an object. Only states NotConfigured and Allowed are supported." />
 34898        </Annotations>
 34899        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/userRightsTakeOwnership">
 34900          <Annotation Term="Org.OData.Core.V1.Description" String="This user right determines which users can take ownership of any securable object in the system, including Active Directory objects, files and folders, printers, registry keys, processes, and threads. Only states NotConfigured and Allowed are supported." />
 34901        </Annotations>
 34902        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesEnableXboxGameSaveTask">
 34903          <Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether xbox game save is enabled (1) or disabled (0)." />
 34904        </Annotations>
 34905        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesAccessoryManagementServiceStartupMode">
 34906          <Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether the Accessory management service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." />
 34907        </Annotations>
 34908        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveAuthManagerServiceStartupMode">
 34909          <Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Live Auth Manager service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." />
 34910        </Annotations>
 34911        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveGameSaveServiceStartupMode">
 34912          <Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Live Game save service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." />
 34913        </Annotations>
 34914        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/xboxServicesLiveNetworkingServiceStartupMode">
 34915          <Annotation Term="Org.OData.Core.V1.Description" String="This setting determines whether Networking service's start type is Automatic(2), Manual(3), Disabled(4). Default: Manual." />
 34916        </Annotations>
 34917        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockMicrosoftAccounts">
 34918          <Annotation Term="Org.OData.Core.V1.Description" String="Prevent users from adding new Microsoft accounts to this computer." />
 34919        </Annotations>
 34920        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockRemoteLogonWithBlankPassword">
 34921          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Local accounts that are not password protected to log on from locations other than the physical device.Default is enabled" />
 34922        </Annotations>
 34923        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableAdministratorAccount">
 34924          <Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the Local Administrator account is enabled or disabled." />
 34925        </Annotations>
 34926        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAdministratorAccountName">
 34927          <Annotation Term="Org.OData.Core.V1.Description" String="Define a different account name to be associated with the security identifier (SID) for the account “Administrator”." />
 34928        </Annotations>
 34929        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableGuestAccount">
 34930          <Annotation Term="Org.OData.Core.V1.Description" String="Determines if the Guest account is enabled or disabled." />
 34931        </Annotations>
 34932        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsGuestAccountName">
 34933          <Annotation Term="Org.OData.Core.V1.Description" String="Define a different account name to be associated with the security identifier (SID) for the account “Guest”." />
 34934        </Annotations>
 34935        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUndockWithoutHavingToLogon">
 34936          <Annotation Term="Org.OData.Core.V1.Description" String="Prevent a portable computer from being undocked without having to log in." />
 34937        </Annotations>
 34938        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockUsersInstallingPrinterDrivers">
 34939          <Annotation Term="Org.OData.Core.V1.Description" String="Restrict installing printer drivers as part of connecting to a shared printer to admins only." />
 34940        </Annotations>
 34941        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsBlockRemoteOpticalDriveAccess">
 34942          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this settings allows only interactively logged on user to access CD-ROM media." />
 34943        </Annotations>
 34944        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser">
 34945          <Annotation Term="Org.OData.Core.V1.Description" String="Define who is allowed to format and eject removable NTFS media." />
 34946        </Annotations>
 34947        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMachineInactivityLimit">
 34948          <Annotation Term="Org.OData.Core.V1.Description" String="Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999" />
 34949        </Annotations>
 34950        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMachineInactivityLimitInMinutes">
 34951          <Annotation Term="Org.OData.Core.V1.Description" String="Define maximum minutes of inactivity on the interactive desktop’s login screen until the screen saver runs. Valid values 0 to 9999" />
 34952        </Annotations>
 34953        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotRequireCtrlAltDel">
 34954          <Annotation Term="Org.OData.Core.V1.Description" String="Require CTRL+ALT+DEL to be pressed before a user can log on." />
 34955        </Annotations>
 34956        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsHideLastSignedInUser">
 34957          <Annotation Term="Org.OData.Core.V1.Description" String="Do not display the username of the last person who signed in on this device." />
 34958        </Annotations>
 34959        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsHideUsernameAtSignIn">
 34960          <Annotation Term="Org.OData.Core.V1.Description" String="Do not display the username of the person signing in to this device after credentials are entered and before the device’s desktop is shown." />
 34961        </Annotations>
 34962        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsLogOnMessageTitle">
 34963          <Annotation Term="Org.OData.Core.V1.Description" String="Set message title for users attempting to log in." />
 34964        </Annotations>
 34965        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsLogOnMessageText">
 34966          <Annotation Term="Org.OData.Core.V1.Description" String="Set message text for users attempting to log in." />
 34967        </Annotations>
 34968        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowPKU2UAuthenticationRequests">
 34969          <Annotation Term="Org.OData.Core.V1.Description" String="Block PKU2U authentication requests to this device to use online identities." />
 34970        </Annotations>
 34971        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowRemoteCallsToSecurityAccountsManagerHelperBool">
 34972          <Annotation Term="Org.OData.Core.V1.Description" String="UI helper boolean for LocalSecurityOptionsAllowRemoteCallsToSecurityAccountsManager entity" />
 34973        </Annotations>
 34974        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowRemoteCallsToSecurityAccountsManager">
 34975          <Annotation Term="Org.OData.Core.V1.Description" String="Edit the default Security Descriptor Definition Language string to allow or deny users and groups to make remote calls to the SAM." />
 34976        </Annotations>
 34977        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedClients">
 34978          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting allows a client to require the negotiation of 128-bit encryption and/or NTLMv2 session security." />
 34979        </Annotations>
 34980        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsMinimumSessionSecurityForNtlmSspBasedServers">
 34981          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting allows a server to require the negotiation of 128-bit encryption and/or NTLMv2 session security." />
 34982        </Annotations>
 34983        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/lanManagerAuthenticationLevel">
 34984          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines which challenge/response authentication protocol is used for network logons." />
 34985        </Annotations>
 34986        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/lanManagerWorkstationDisableInsecureGuestLogons">
 34987          <Annotation Term="Org.OData.Core.V1.Description" String="If enabled,the SMB client will allow insecure guest logons. If not configured, the SMB client will reject insecure guest logons." />
 34988        </Annotations>
 34989        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClearVirtualMemoryPageFile">
 34990          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the virtual memory pagefile is cleared when the system is shut down." />
 34991        </Annotations>
 34992        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowSystemToBeShutDownWithoutHavingToLogOn">
 34993          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether a computer can be shut down without having to log on to Windows." />
 34994        </Annotations>
 34995        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUIAccessApplicationElevation">
 34996          <Annotation Term="Org.OData.Core.V1.Description" String="Allow UIAccess apps to prompt for elevation without using the secure desktop." />
 34997        </Annotations>
 34998        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsVirtualizeFileAndRegistryWriteFailuresToPerUserLocations">
 34999          <Annotation Term="Org.OData.Core.V1.Description" String="Virtualize file and registry write failures to per user locations" />
 35000        </Annotations>
 35001        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsOnlyElevateSignedExecutables">
 35002          <Annotation Term="Org.OData.Core.V1.Description" String="Enforce PKI certification path validation for a given executable file before it is permitted to run." />
 35003        </Annotations>
 35004        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAdministratorElevationPromptBehavior">
 35005          <Annotation Term="Org.OData.Core.V1.Description" String="Define the behavior of the elevation prompt for admins in Admin Approval Mode." />
 35006        </Annotations>
 35007        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsStandardUserElevationPromptBehavior">
 35008          <Annotation Term="Org.OData.Core.V1.Description" String="Define the behavior of the elevation prompt for standard users." />
 35009        </Annotations>
 35010        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsSwitchToSecureDesktopWhenPromptingForElevation">
 35011          <Annotation Term="Org.OData.Core.V1.Description" String="Enable all elevation requests to go to the interactive user's desktop rather than the secure desktop. Prompt behavior policy settings for admins and standard users are used." />
 35012        </Annotations>
 35013        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDetectApplicationInstallationsAndPromptForElevation">
 35014          <Annotation Term="Org.OData.Core.V1.Description" String="App installations requiring elevated privileges will prompt for admin credentials.Default is enabled" />
 35015        </Annotations>
 35016        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowUIAccessApplicationsForSecureLocations">
 35017          <Annotation Term="Org.OData.Core.V1.Description" String="Allow UIAccess apps to prompt for elevation without using the secure desktop.Default is enabled" />
 35018        </Annotations>
 35019        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsUseAdminApprovalMode">
 35020          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether the built-in admin account uses Admin Approval Mode or runs all apps with full admin privileges.Default is enabled" />
 35021        </Annotations>
 35022        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsUseAdminApprovalModeForAdministrators">
 35023          <Annotation Term="Org.OData.Core.V1.Description" String="Define whether Admin Approval Mode and all UAC policy settings are enabled, default is enabled" />
 35024        </Annotations>
 35025        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsInformationShownOnLockScreen">
 35026          <Annotation Term="Org.OData.Core.V1.Description" String="Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown" />
 35027        </Annotations>
 35028        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsInformationDisplayedOnLockScreen">
 35029          <Annotation Term="Org.OData.Core.V1.Description" String="Configure the user information that is displayed when the session is locked. If not configured, user display name, domain and username are shown" />
 35030        </Annotations>
 35031        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableClientDigitallySignCommunicationsIfServerAgrees">
 35032          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the SMB client attempts to negotiate SMB packet signing." />
 35033        </Annotations>
 35034        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClientDigitallySignCommunicationsAlways">
 35035          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether packet signing is required by the SMB client component." />
 35036        </Annotations>
 35037        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsClientSendUnencryptedPasswordToThirdPartySMBServers">
 35038          <Annotation Term="Org.OData.Core.V1.Description" String="If this security setting is enabled, the Server Message Block (SMB) redirector is allowed to send plaintext passwords to non-Microsoft SMB servers that do not support password encryption during authentication." />
 35039        </Annotations>
 35040        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableServerDigitallySignCommunicationsAlways">
 35041          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether packet signing is required by the SMB server component." />
 35042        </Annotations>
 35043        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDisableServerDigitallySignCommunicationsIfClientAgrees">
 35044          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether the SMB server will negotiate SMB packet signing with clients that request it." />
 35045        </Annotations>
 35046        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsRestrictAnonymousAccessToNamedPipesAndShares">
 35047          <Annotation Term="Org.OData.Core.V1.Description" String="By default, this security setting restricts anonymous access to shares and pipes to the settings for named pipes that can be accessed anonymously and Shares that can be accessed anonymously" />
 35048        </Annotations>
 35049        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotAllowAnonymousEnumerationOfSAMAccounts">
 35050          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines what additional permissions will be granted for anonymous connections to the computer." />
 35051        </Annotations>
 35052        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsAllowAnonymousEnumerationOfSAMAccountsAndShares">
 35053          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines whether to allows anonymous users to perform certain activities, such as enumerating the names of domain accounts and network shares." />
 35054        </Annotations>
 35055        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsDoNotStoreLANManagerHashValueOnNextPasswordChange">
 35056          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines if, at the next password change, the LAN Manager (LM) hash value for the new password is stored. It’s not stored by default." />
 35057        </Annotations>
 35058        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/localSecurityOptionsSmartCardRemovalBehavior">
 35059          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines what happens when the smart card for a logged-on user is removed from the smart card reader." />
 35060        </Annotations>
 35061        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableAppBrowserUI">
 35062          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the app and browser protection area." />
 35063        </Annotations>
 35064        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableFamilyUI">
 35065          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the family options area." />
 35066        </Annotations>
 35067        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableHealthUI">
 35068          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the device performance and health area." />
 35069        </Annotations>
 35070        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableNetworkUI">
 35071          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the firewall and network protection area." />
 35072        </Annotations>
 35073        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableVirusUI">
 35074          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the virus and threat protection area." />
 35075        </Annotations>
 35076        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableAccountUI">
 35077          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the account protection area." />
 35078        </Annotations>
 35079        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableClearTpmUI">
 35080          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the Clear TPM button." />
 35081        </Annotations>
 35082        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableHardwareUI">
 35083          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the hardware protection area." />
 35084        </Annotations>
 35085        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableNotificationAreaUI">
 35086          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the notification area control. The user needs to either sign out and sign in or reboot the computer for this setting to take effect." />
 35087        </Annotations>
 35088        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableRansomwareUI">
 35089          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the ransomware protection area. " />
 35090        </Annotations>
 35091        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableSecureBootUI">
 35092          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the secure boot area under Device security." />
 35093        </Annotations>
 35094        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableTroubleshootingUI">
 35095          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of the security process troubleshooting under Device security." />
 35096        </Annotations>
 35097        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterDisableVulnerableTpmFirmwareUpdateUI">
 35098          <Annotation Term="Org.OData.Core.V1.Description" String="Used to disable the display of update TPM Firmware when a vulnerable firmware is detected." />
 35099        </Annotations>
 35100        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterOrganizationDisplayName">
 35101          <Annotation Term="Org.OData.Core.V1.Description" String="The company name that is displayed to the users." />
 35102        </Annotations>
 35103        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpEmail">
 35104          <Annotation Term="Org.OData.Core.V1.Description" String="The email address that is displayed to users." />
 35105        </Annotations>
 35106        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpPhone">
 35107          <Annotation Term="Org.OData.Core.V1.Description" String="The phone number or Skype ID that is displayed to users." />
 35108        </Annotations>
 35109        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterHelpURL">
 35110          <Annotation Term="Org.OData.Core.V1.Description" String="The help portal URL this is displayed to users." />
 35111        </Annotations>
 35112        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterNotificationsFromApp">
 35113          <Annotation Term="Org.OData.Core.V1.Description" String="Notifications to show from the displayed areas of app" />
 35114        </Annotations>
 35115        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterITContactDisplay">
 35116          <Annotation Term="Org.OData.Core.V1.Description" String="Configure where to display IT contact information to end users." />
 35117        </Annotations>
 35118        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/windowsDefenderTamperProtection">
 35119          <Annotation Term="Org.OData.Core.V1.Description" String="Configure windows defender TamperProtection settings" />
 35120        </Annotations>
 35121        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallBlockStatefulFTP">
 35122          <Annotation Term="Org.OData.Core.V1.Description" String="Blocks stateful FTP connections to the device" />
 35123        </Annotations>
 35124        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIdleTimeoutForSecurityAssociationInSeconds">
 35125          <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" />
 35126        </Annotations>
 35127        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallPreSharedKeyEncodingMethod">
 35128          <Annotation Term="Org.OData.Core.V1.Description" String="Select the preshared key encoding to be used" />
 35129        </Annotations>
 35130        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowNeighborDiscovery">
 35131          <Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes" />
 35132        </Annotations>
 35133        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowICMP">
 35134          <Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow ICMP" />
 35135        </Annotations>
 35136        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowRouterDiscovery">
 35137          <Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes" />
 35138        </Annotations>
 35139        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowDHCP">
 35140          <Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic" />
 35141        </Annotations>
 35142        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallCertificateRevocationListCheckMethod">
 35143          <Annotation Term="Org.OData.Core.V1.Description" String="Specify how the certificate revocation list is to be enforced" />
 35144        </Annotations>
 35145        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallMergeKeyingModuleSettings">
 35146          <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" />
 35147        </Annotations>
 35148        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallPacketQueueingMethod">
 35149          <Annotation Term="Org.OData.Core.V1.Description" String="Configures how packet queueing should be applied in the tunnel gateway scenario" />
 35150        </Annotations>
 35151        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/firewallEnabled">
 35152          <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." />
 35153        </Annotations>
 35154        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/stealthModeRequired">
 35155          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the server to operate in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority." />
 35156        </Annotations>
 35157        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/stealthModeBlocked">
 35158          <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." />
 35159        </Annotations>
 35160        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/incomingTrafficRequired">
 35161          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow incoming traffic pursuant to other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority." />
 35162        </Annotations>
 35163        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/incomingTrafficBlocked">
 35164          <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." />
 35165        </Annotations>
 35166        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/unicastResponsesToMulticastBroadcastsRequired">
 35167          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority." />
 35168        </Annotations>
 35169        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/unicastResponsesToMulticastBroadcastsBlocked">
 35170          <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." />
 35171        </Annotations>
 35172        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundNotificationsRequired">
 35173          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the firewall to display notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority." />
 35174        </Annotations>
 35175        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundNotificationsBlocked">
 35176          <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." />
 35177        </Annotations>
 35178        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/authorizedApplicationRulesFromGroupPolicyMerged">
 35179          <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." />
 35180        </Annotations>
 35181        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/authorizedApplicationRulesFromGroupPolicyNotMerged">
 35182          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority." />
 35183        </Annotations>
 35184        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/globalPortRulesFromGroupPolicyMerged">
 35185          <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." />
 35186        </Annotations>
 35187        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/globalPortRulesFromGroupPolicyNotMerged">
 35188          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority." />
 35189        </Annotations>
 35190        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/connectionSecurityRulesFromGroupPolicyMerged">
 35191          <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." />
 35192        </Annotations>
 35193        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/connectionSecurityRulesFromGroupPolicyNotMerged">
 35194          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority." />
 35195        </Annotations>
 35196        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/outboundConnectionsRequired">
 35197          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above." />
 35198        </Annotations>
 35199        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/outboundConnectionsBlocked">
 35200          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above." />
 35201        </Annotations>
 35202        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundConnectionsRequired">
 35203          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority." />
 35204        </Annotations>
 35205        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundConnectionsBlocked">
 35206          <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." />
 35207        </Annotations>
 35208        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/securedPacketExemptionAllowed">
 35209          <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." />
 35210        </Annotations>
 35211        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/securedPacketExemptionBlocked">
 35212          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority." />
 35213        </Annotations>
 35214        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/policyRulesFromGroupPolicyMerged">
 35215          <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." />
 35216        </Annotations>
 35217        <Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/policyRulesFromGroupPolicyNotMerged">
 35218          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to prevent merging Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority." />
 35219        </Annotations>
 35220        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfileDomain">
 35221          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for domain networks" />
 35222        </Annotations>
 35223        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfilePublic">
 35224          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for public networks" />
 35225        </Annotations>
 35226        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfilePrivate">
 35227          <Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for private networks" />
 35228        </Annotations>
 35229        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAdobeReaderLaunchChildProcess">
 35230          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Adobe Reader from creating child processes" />
 35231        </Annotations>
 35232        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAttackSurfaceReductionExcludedPaths">
 35233          <Annotation Term="Org.OData.Core.V1.Description" String="List of exe files and folders to be excluded from attack surface reduction rules" />
 35234        </Annotations>
 35235        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsOtherProcessInjectionType">
 35236          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications injecting into other processes" />
 35237        </Annotations>
 35238        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsOtherProcessInjection">
 35239          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of  Office applications injecting into other processes" />
 35240        </Annotations>
 35241        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeCommunicationAppsLaunchChildProcess">
 35242          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office communication applications, including Microsoft Outlook, from creating child processes" />
 35243        </Annotations>
 35244        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsExecutableContentCreationOrLaunchType">
 35245          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications/macros creating or launching executable content" />
 35246        </Annotations>
 35247        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsExecutableContentCreationOrLaunch">
 35248          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office applications/macros creating or launching executable content" />
 35249        </Annotations>
 35250        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsLaunchChildProcessType">
 35251          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office application launching child processes" />
 35252        </Annotations>
 35253        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeAppsLaunchChildProcess">
 35254          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Office application launching child processes" />
 35255        </Annotations>
 35256        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeMacroCodeAllowWin32ImportsType">
 35257          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Win32 imports from Macro code in Office" />
 35258        </Annotations>
 35259        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderOfficeMacroCodeAllowWin32Imports">
 35260          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of Win32 imports from Macro code in Office" />
 35261        </Annotations>
 35262        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptObfuscatedMacroCodeType">
 35263          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of obfuscated js/vbs/ps/macro code" />
 35264        </Annotations>
 35265        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptObfuscatedMacroCode">
 35266          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of obfuscated js/vbs/ps/macro code" />
 35267        </Annotations>
 35268        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptDownloadedPayloadExecutionType">
 35269          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of js/vbs executing payload downloaded from Internet" />
 35270        </Annotations>
 35271        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderScriptDownloadedPayloadExecution">
 35272          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of js/vbs executing payload downloaded from Internet" />
 35273        </Annotations>
 35274        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderPreventCredentialStealingType">
 35275          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if credential stealing from the Windows local security authority subsystem is permitted" />
 35276        </Annotations>
 35277        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderProcessCreationType">
 35278          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to process creations originating from PSExec and WMI commands" />
 35279        </Annotations>
 35280        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderProcessCreation">
 35281          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to process creations originating from PSExec and WMI commands" />
 35282        </Annotations>
 35283        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedUSBProcessType">
 35284          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to untrusted and unsigned processes that run from USB" />
 35285        </Annotations>
 35286        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedUSBProcess">
 35287          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to untrusted and unsigned processes that run from USB" />
 35288        </Annotations>
 35289        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedExecutableType">
 35290          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria" />
 35291        </Annotations>
 35292        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderUntrustedExecutable">
 35293          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating response to executables that don't meet a prevalence, age, or trusted list criteria" />
 35294        </Annotations>
 35295        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEmailContentExecutionType">
 35296          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client)" />
 35297        </Annotations>
 35298        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderEmailContentExecution">
 35299          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating if execution of executable content (exe, dll, ps, js, vbs, etc) should be dropped from email (webmail/mail-client)" />
 35300        </Annotations>
 35301        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAdvancedRansomewareProtectionType">
 35302          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating use of advanced protection against ransomeware" />
 35303        </Annotations>
 35304        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderGuardMyFoldersType">
 35305          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of protected folders" />
 35306        </Annotations>
 35307        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderGuardedFoldersAllowedAppPaths">
 35308          <Annotation Term="Org.OData.Core.V1.Description" String="List of paths to exe that are allowed to access protected folders" />
 35309        </Annotations>
 35310        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAdditionalGuardedFolders">
 35311          <Annotation Term="Org.OData.Core.V1.Description" String="List of folder paths to be added to the list of protected folders" />
 35312        </Annotations>
 35313        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderNetworkProtectionType">
 35314          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating the behavior of NetworkProtection" />
 35315        </Annotations>
 35316        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderExploitProtectionXml">
 35317          <Annotation Term="Org.OData.Core.V1.Description" String="Xml content containing information regarding exploit protection details." />
 35318        </Annotations>
 35319        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderExploitProtectionXmlFileName">
 35320          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which DefenderExploitProtectionXml was obtained." />
 35321        </Annotations>
 35322        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterBlockExploitProtectionOverride">
 35323          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block user from overriding Exploit Protection settings." />
 35324        </Annotations>
 35325        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/appLockerApplicationControl">
 35326          <Annotation Term="Org.OData.Core.V1.Description" String="Enables the Admin to choose what types of app to allow on devices." />
 35327        </Annotations>
 35328        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardLocalSystemAuthorityCredentialGuardSettings">
 35329          <Annotation Term="Org.OData.Core.V1.Description" String="Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled." />
 35330        </Annotations>
 35331        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardEnableVirtualizationBasedSecurity">
 35332          <Annotation Term="Org.OData.Core.V1.Description" String="Turns On Virtualization Based Security(VBS)." />
 35333        </Annotations>
 35334        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardEnableSecureBootWithDMA">
 35335          <Annotation Term="Org.OData.Core.V1.Description" String="This property will be deprecated in May 2019 and will be replaced with property DeviceGuardSecureBootWithDMA. Specifies whether Platform Security Level is enabled at next reboot." />
 35336        </Annotations>
 35337        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardSecureBootWithDMA">
 35338          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether Platform Security Level is enabled at next reboot." />
 35339        </Annotations>
 35340        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/deviceGuardLaunchSystemGuard">
 35341          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the IT admin to configure the launch of System Guard." />
 35342        </Annotations>
 35343        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/smartScreenEnableInShell">
 35344          <Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to configure SmartScreen for Windows." />
 35345        </Annotations>
 35346        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/smartScreenBlockOverrideForFiles">
 35347          <Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files." />
 35348        </Annotations>
 35349        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardEnabled">
 35350          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Defender Application Guard" />
 35351        </Annotations>
 35352        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardEnabledOptions">
 35353          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Defender Application Guard for newer Windows builds" />
 35354        </Annotations>
 35355        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockFileTransfer">
 35356          <Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to transfer image file, text file or neither of them" />
 35357        </Annotations>
 35358        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockNonEnterpriseContent">
 35359          <Annotation Term="Org.OData.Core.V1.Description" String="Block enterprise sites to load non-enterprise content, such as third party plug-ins" />
 35360        </Annotations>
 35361        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPersistence">
 35362          <Annotation Term="Org.OData.Core.V1.Description" String="Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)" />
 35363        </Annotations>
 35364        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardForceAuditing">
 35365          <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.)" />
 35366        </Annotations>
 35367        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockClipboardSharing">
 35368          <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." />
 35369        </Annotations>
 35370        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToPDF">
 35371          <Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to PDF from Container" />
 35372        </Annotations>
 35373        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToXPS">
 35374          <Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to XPS from Container" />
 35375        </Annotations>
 35376        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToLocalPrinters">
 35377          <Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to Local Printers from Container" />
 35378        </Annotations>
 35379        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToNetworkPrinters">
 35380          <Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to Network Printers from Container" />
 35381        </Annotations>
 35382        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowVirtualGPU">
 35383          <Annotation Term="Org.OData.Core.V1.Description" String="Allow application guard to use virtual GPU" />
 35384        </Annotations>
 35385        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowFileSaveOnHost">
 35386          <Annotation Term="Org.OData.Core.V1.Description" String="Allow users to download files from Edge in the application guard container and save them on the host file system" />
 35387        </Annotations>
 35388        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerAllowStandardUserEncryption">
 35389          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the admin to allow standard users to enable encrpytion during Azure AD Join." />
 35390        </Annotations>
 35391        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerDisableWarningForOtherDiskEncryption">
 35392          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the Admin to disable the warning prompt for other disk encryption on the user machines." />
 35393        </Annotations>
 35394        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerEnableStorageCardEncryptionOnMobile">
 35395          <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." />
 35396        </Annotations>
 35397        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerEncryptDevice">
 35398          <Annotation Term="Org.OData.Core.V1.Description" String="Allows the admin to require encryption to be turned on using BitLocker." />
 35399        </Annotations>
 35400        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/encryptionMethod">
 35401          <Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for operating system drives." />
 35402        </Annotations>
 35403        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationRequired">
 35404          <Annotation Term="Org.OData.Core.V1.Description" String="Require additional authentication at startup." />
 35405        </Annotations>
 35406        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationBlockWithoutTpmChip">
 35407          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to allow BitLocker without a compatible TPM (requires a password or a startup key on a USB flash drive)." />
 35408        </Annotations>
 35409        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmUsage">
 35410          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup is allowed/required/disallowed." />
 35411        </Annotations>
 35412        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmPinUsage">
 35413          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup pin is allowed/required/disallowed." />
 35414        </Annotations>
 35415        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmKeyUsage">
 35416          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup key is allowed/required/disallowed." />
 35417        </Annotations>
 35418        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/startupAuthenticationTpmPinAndKeyUsage">
 35419          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if TPM startup pin key and key are allowed/required/disallowed." />
 35420        </Annotations>
 35421        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/minimumPinLength">
 35422          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum length of startup pin. Valid values 4 to 20" />
 35423        </Annotations>
 35424        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/blockDataRecoveryAgent">
 35425          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to block certificate-based data recovery agent." />
 35426        </Annotations>
 35427        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryPasswordUsage">
 35428          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk." />
 35429        </Annotations>
 35430        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryKeyUsage">
 35431          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk." />
 35432        </Annotations>
 35433        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/hideRecoveryOptions">
 35434          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk." />
 35435        </Annotations>
 35436        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/enableRecoveryInformationSaveToStore">
 35437          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow BitLocker recovery information to store in AD DS." />
 35438        </Annotations>
 35439        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/recoveryInformationToStore">
 35440          <Annotation Term="Org.OData.Core.V1.Description" String="Configure what pieces of BitLocker recovery information are stored to AD DS." />
 35441        </Annotations>
 35442        <Annotations Target="microsoft.graph.bitLockerRecoveryOptions/enableBitLockerAfterRecoveryInformationToStore">
 35443          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable BitLocker until recovery information is stored in AD DS." />
 35444        </Annotations>
 35445        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/recoveryOptions">
 35446          <Annotation Term="Org.OData.Core.V1.Description" String="Allows to recover BitLocker encrypted operating system drives in the absence of the required startup key information. This policy setting is applied when you turn on BitLocker." />
 35447        </Annotations>
 35448        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryEnableMessageAndUrl">
 35449          <Annotation Term="Org.OData.Core.V1.Description" String="Enable pre-boot recovery message and Url. If requireStartupAuthentication is false, this value does not affect." />
 35450        </Annotations>
 35451        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryMessage">
 35452          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a custom recovery message." />
 35453        </Annotations>
 35454        <Annotations Target="microsoft.graph.bitLockerSystemDrivePolicy/prebootRecoveryUrl">
 35455          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a custom recovery URL." />
 35456        </Annotations>
 35457        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerSystemDrivePolicy">
 35458          <Annotation Term="Org.OData.Core.V1.Description" String="BitLocker System Drive Policy." />
 35459        </Annotations>
 35460        <Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/encryptionMethod">
 35461          <Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for fixed drives." />
 35462        </Annotations>
 35463        <Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/requireEncryptionForWriteAccess">
 35464          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting determines whether BitLocker protection is required for fixed data drives to be writable on a computer." />
 35465        </Annotations>
 35466        <Annotations Target="microsoft.graph.bitLockerFixedDrivePolicy/recoveryOptions">
 35467          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials. This policy setting is applied when you turn on BitLocker." />
 35468        </Annotations>
 35469        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerFixedDrivePolicy">
 35470          <Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Fixed Drive Policy." />
 35471        </Annotations>
 35472        <Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/encryptionMethod">
 35473          <Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for removable  drives." />
 35474        </Annotations>
 35475        <Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/requireEncryptionForWriteAccess">
 35476          <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." />
 35477        </Annotations>
 35478        <Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/blockCrossOrganizationWriteAccess">
 35479          <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." />
 35480        </Annotations>
 35481        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerRemovableDrivePolicy">
 35482          <Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Removable Drive Policy." />
 35483        </Annotations>
 35484        <Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerRecoveryPasswordRotation">
 35485          <Annotation Term="Org.OData.Core.V1.Description" String="This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE)." />
 35486        </Annotations>
 35487        <Annotations Target="microsoft.graph.defenderDetectedMalwareActions/lowSeverity">
 35488          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for low severity Malware threat detected." />
 35489        </Annotations>
 35490        <Annotations Target="microsoft.graph.defenderDetectedMalwareActions/moderateSeverity">
 35491          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for moderate severity Malware threat detected." />
 35492        </Annotations>
 35493        <Annotations Target="microsoft.graph.defenderDetectedMalwareActions/highSeverity">
 35494          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for high severity Malware threat detected." />
 35495        </Annotations>
 35496        <Annotations Target="microsoft.graph.defenderDetectedMalwareActions/severeSeverity">
 35497          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for severe severity Malware threat detected." />
 35498        </Annotations>
 35499        <Annotations Target="microsoft.graph.windows10GeneralConfiguration">
 35500          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10GeneralConfiguration resource." />
 35501        </Annotations>
 35502        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/taskManagerBlockEndTask">
 35503          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether non-administrators can use Task Manager to end tasks." />
 35504        </Annotations>
 35505        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/energySaverOnBatteryThresholdPercentage">
 35506          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to specify battery charge level at which Energy Saver is turned on. While on battery, Energy Saver is automatically turned on at (and below) the specified battery charge level. Valid input range (0-100). Valid values 0 to 100" />
 35507        </Annotations>
 35508        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/energySaverPluggedInThresholdPercentage">
 35509          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to specify battery charge level at which Energy Saver is turned on. While plugged in, Energy Saver is automatically turned on at (and below) the specified battery charge level. Valid input range (0-100). Valid values 0 to 100" />
 35510        </Annotations>
 35511        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerLidCloseActionOnBattery">
 35512          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user closes the lid on a mobile PC while on battery." />
 35513        </Annotations>
 35514        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerLidCloseActionPluggedIn">
 35515          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user closes the lid on a mobile PC while plugged in." />
 35516        </Annotations>
 35517        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerButtonActionOnBattery">
 35518          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Power button while on battery." />
 35519        </Annotations>
 35520        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerButtonActionPluggedIn">
 35521          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Power button while plugged in." />
 35522        </Annotations>
 35523        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerSleepButtonActionOnBattery">
 35524          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Sleep button while on battery." />
 35525        </Annotations>
 35526        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerSleepButtonActionPluggedIn">
 35527          <Annotation Term="Org.OData.Core.V1.Description" String="This setting specifies the action that Windows takes when a user presses the Sleep button while plugged in." />
 35528        </Annotations>
 35529        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerHybridSleepOnBattery">
 35530          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to turn off hybrid sleep while on battery. If you set this setting to disable, a hiberfile is not generated when the system transitions to sleep (Stand By). If you set this setting to enable or do not configure this policy setting, users control this setting." />
 35531        </Annotations>
 35532        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/powerHybridSleepPluggedIn">
 35533          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows you to turn off hybrid sleep while plugged in. If you set this setting to disable, a hiberfile is not generated when the system transitions to sleep (Stand By). If you set this setting to enable or do not configure this policy setting, users control this setting." />
 35534        </Annotations>
 35535        <Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/startDateTime">
 35536          <Annotation Term="Org.OData.Core.V1.Description" String="The start time for the force restart." />
 35537        </Annotations>
 35538        <Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/recurrence">
 35539          <Annotation Term="Org.OData.Core.V1.Description" String="Recurrence schedule." />
 35540        </Annotations>
 35541        <Annotations Target="microsoft.graph.windows10AppsForceUpdateSchedule/runImmediatelyIfAfterStartDateTime">
 35542          <Annotation Term="Org.OData.Core.V1.Description" String="If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence." />
 35543        </Annotations>
 35544        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windows10AppsForceUpdateSchedule">
 35545          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 force update schedule for Apps." />
 35546        </Annotations>
 35547        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enableAutomaticRedeployment">
 35548          <Annotation Term="Org.OData.Core.V1.Description" String="Allow users with administrative rights to delete all user data and settings using CTRL + Win + R at the device lock screen so that the device can be automatically re-configured and re-enrolled into management." />
 35549        </Annotations>
 35550        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/microsoftAccountSignInAssistantSettings">
 35551          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the Microsoft Account Sign-In Assistant (wlidsvc) NT service." />
 35552        </Annotations>
 35553        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationAllowSecondaryDevice">
 35554          <Annotation Term="Org.OData.Core.V1.Description" String="Allows secondary authentication devices to work with Windows." />
 35555        </Annotations>
 35556        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationWebSignIn">
 35557          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not Web Credential Provider will be enabled." />
 35558        </Annotations>
 35559        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/authenticationPreferredAzureADTenantDomainName">
 35560          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the preferred domain among available domains in the Azure AD tenant." />
 35561        </Annotations>
 35562        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cryptographyAllowFipsAlgorithmPolicy">
 35563          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to allow or disallow the Federal Information Processing Standard (FIPS) policy." />
 35564        </Annotations>
 35565        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/displayAppListWithGdiDPIScalingTurnedOn">
 35566          <Annotation Term="Org.OData.Core.V1.Description" String="List of legacy applications that have GDI DPI Scaling turned on." />
 35567        </Annotations>
 35568        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/displayAppListWithGdiDPIScalingTurnedOff">
 35569          <Annotation Term="Org.OData.Core.V1.Description" String="List of legacy applications that have GDI DPI Scaling turned off." />
 35570        </Annotations>
 35571        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintDiscoveryEndPoint">
 35572          <Annotation Term="Org.OData.Core.V1.Description" String="Endpoint for discovering cloud printers." />
 35573        </Annotations>
 35574        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintOAuthAuthority">
 35575          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication endpoint for acquiring OAuth tokens." />
 35576        </Annotations>
 35577        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintOAuthClientIdentifier">
 35578          <Annotation Term="Org.OData.Core.V1.Description" String="GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority." />
 35579        </Annotations>
 35580        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintResourceIdentifier">
 35581          <Annotation Term="Org.OData.Core.V1.Description" String="OAuth resource URI for print service as configured in the Azure portal." />
 35582        </Annotations>
 35583        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintDiscoveryMaxLimit">
 35584          <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" />
 35585        </Annotations>
 35586        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
 35587          <Annotation Term="Org.OData.Core.V1.Description" String="OAuth resource URI for printer discovery service as configured in Azure portal." />
 35588        </Annotations>
 35589        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceDoNotSyncBrowserSettings">
 35590          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent the syncing of Microsoft Edge Browser settings. Option for IT admins to prevent syncing across devices, but allow user override." />
 35591        </Annotations>
 35592        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/messagingBlockSync">
 35593          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block text message back up and restore and Messaging Everywhere." />
 35594        </Annotations>
 35595        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/messagingBlockMMS">
 35596          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the MMS send/receive functionality on the device." />
 35597        </Annotations>
 35598        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/messagingBlockRichCommunicationServices">
 35599          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the RCS send/receive functionality on the device." />
 35600        </Annotations>
 35601        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerNames">
 35602          <Annotation Term="Org.OData.Core.V1.Description" String="Automatically provision printers based on their names (network host names)." />
 35603        </Annotations>
 35604        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerDefaultName">
 35605          <Annotation Term="Org.OData.Core.V1.Description" String="Name (network host name) of an installed printer." />
 35606        </Annotations>
 35607        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/printerBlockAddition">
 35608          <Annotation Term="Org.OData.Core.V1.Description" String="Prevent user installation of additional printers from printers settings." />
 35609        </Annotations>
 35610        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchBlockDiacritics">
 35611          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use diacritics." />
 35612        </Annotations>
 35613        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableAutoLanguageDetection">
 35614          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to use automatic language detection when indexing content and properties." />
 35615        </Annotations>
 35616        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexingEncryptedItems">
 35617          <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." />
 35618        </Annotations>
 35619        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchEnableRemoteQueries">
 35620          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block remote queries of this computer’s index." />
 35621        </Annotations>
 35622        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableUseLocation">
 35623          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use location information." />
 35624        </Annotations>
 35625        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableLocation">
 35626          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use location information." />
 35627        </Annotations>
 35628        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexerBackoff">
 35629          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the search indexer backoff feature." />
 35630        </Annotations>
 35631        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexingRemovableDrive">
 35632          <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." />
 35633        </Annotations>
 35634        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchEnableAutomaticIndexSizeManangement">
 35635          <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." />
 35636        </Annotations>
 35637        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchBlockWebResults">
 35638          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web search." />
 35639        </Annotations>
 35640        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/securityBlockAzureADJoinedDevicesAutoEncryption">
 35641          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to allow automatic device encryption during OOBE when the device is Azure AD joined (desktop only)." />
 35642        </Annotations>
 35643        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/diagnosticsDataSubmissionMode">
 35644          <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." />
 35645        </Annotations>
 35646        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/oneDriveDisableFileSync">
 35647          <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." />
 35648        </Annotations>
 35649        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/systemTelemetryProxyServer">
 35650          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the fully qualified domain name (FQDN) or IP address of a proxy server to forward Connected User Experiences and Telemetry requests." />
 35651        </Annotations>
 35652        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeTelemetryForMicrosoft365Analytics">
 35653          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies what type of telemetry data (none, intranet, internet, both) is sent to Microsoft 365 Analytics" />
 35654        </Annotations>
 35655        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/inkWorkspaceAccess">
 35656          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the user access to the ink workspace, from the desktop and from above the lock screen." />
 35657        </Annotations>
 35658        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/inkWorkspaceAccessState">
 35659          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the user access to the ink workspace, from the desktop and from above the lock screen." />
 35660        </Annotations>
 35661        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/inkWorkspaceBlockSuggestedApps">
 35662          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to show recommended app suggestions in the ink workspace." />
 35663        </Annotations>
 35664        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenEnableAppInstallControl">
 35665          <Annotation Term="Org.OData.Core.V1.Description" String="This property will be deprecated in July 2019 and will be replaced by property SmartScreenAppInstallControl. Allows IT Admins to control whether users are allowed to install apps from places other than the Store." />
 35666        </Annotations>
 35667        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenAppInstallControl">
 35668          <Annotation Term="Org.OData.Core.V1.Description" String="Added in Windows 10, version 1703. Allows IT Admins to control whether users are allowed to install apps from places other than the Store." />
 35669        </Annotations>
 35670        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/personalizationDesktopImageUrl">
 35671          <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." />
 35672        </Annotations>
 35673        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/personalizationLockScreenImageUrl">
 35674          <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." />
 35675        </Annotations>
 35676        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothAllowedServices">
 35677          <Annotation Term="Org.OData.Core.V1.Description" String="Specify a list of allowed Bluetooth services and profiles in hex formatted strings." />
 35678        </Annotations>
 35679        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockAdvertising">
 35680          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth advertising." />
 35681        </Annotations>
 35682        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockPromptedProximalConnections">
 35683          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block the users from using Swift Pair and other proximity based scenarios." />
 35684        </Annotations>
 35685        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockDiscoverableMode">
 35686          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth discoverable mode." />
 35687        </Annotations>
 35688        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockPrePairing">
 35689          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device." />
 35690        </Annotations>
 35691        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAutofill">
 35692          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block auto fill." />
 35693        </Annotations>
 35694        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlocked">
 35695          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using the Edge browser." />
 35696        </Annotations>
 35697        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeCookiePolicy">
 35698          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates which cookies to block in the Edge browser." />
 35699        </Annotations>
 35700        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockDeveloperTools">
 35701          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block developer tools in the Edge browser." />
 35702        </Annotations>
 35703        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSendingDoNotTrackHeader">
 35704          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from sending the do not track header." />
 35705        </Annotations>
 35706        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockExtensions">
 35707          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block extensions in the Edge browser." />
 35708        </Annotations>
 35709        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockInPrivateBrowsing">
 35710          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser." />
 35711        </Annotations>
 35712        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockJavaScript">
 35713          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using JavaScript." />
 35714        </Annotations>
 35715        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPasswordManager">
 35716          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block password manager." />
 35717        </Annotations>
 35718        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAddressBarDropdown">
 35719          <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." />
 35720        </Annotations>
 35721        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockCompatibilityList">
 35722          <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." />
 35723        </Annotations>
 35724        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeClearBrowsingDataOnExit">
 35725          <Annotation Term="Org.OData.Core.V1.Description" String="Clear browsing data on exiting Microsoft Edge." />
 35726        </Annotations>
 35727        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeAllowStartPagesModification">
 35728          <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." />
 35729        </Annotations>
 35730        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeDisableFirstRunPage">
 35731          <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." />
 35732        </Annotations>
 35733        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockLiveTileDataCollection">
 35734          <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." />
 35735        </Annotations>
 35736        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSyncFavoritesWithInternetExplorer">
 35737          <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." />
 35738        </Annotations>
 35739        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFavoritesListLocation">
 35740          <Annotation Term="Org.OData.Core.V1.Description" String="The location of the favorites list to provision. Could be a local file, local network or http location." />
 35741        </Annotations>
 35742        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockEditFavorites">
 35743          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from making changes to Favorites." />
 35744        </Annotations>
 35745        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeNewTabPageURL">
 35746          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the page opened when new tabs are created." />
 35747        </Annotations>
 35748        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeHomeButtonConfiguration">
 35749          <Annotation Term="Org.OData.Core.V1.Description" String="Causes the Home button to either hide, load the default Start page, load a New tab page, or a custom URL" />
 35750        </Annotations>
 35751        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeHomeButtonConfigurationEnabled">
 35752          <Annotation Term="Org.OData.Core.V1.Description" String="Enable the Home button configuration." />
 35753        </Annotations>
 35754        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeOpensWith">
 35755          <Annotation Term="Org.OData.Core.V1.Description" String="Specify what kind of pages are open at start." />
 35756        </Annotations>
 35757        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSideloadingExtensions">
 35758          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user can sideload extensions." />
 35759        </Annotations>
 35760        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeRequiredExtensionPackageFamilyNames">
 35761          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the list of package family names of browser extensions that are required and cannot be turned off by the user." />
 35762        </Annotations>
 35763        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPrinting">
 35764          <Annotation Term="Org.OData.Core.V1.Description" String="Configure Edge to allow or block printing." />
 35765        </Annotations>
 35766        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFavoritesBarVisibility">
 35767          <Annotation Term="Org.OData.Core.V1.Description" String="Get or set a value that specifies whether to set the favorites bar to always be visible or hidden on any page." />
 35768        </Annotations>
 35769        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSavingHistory">
 35770          <Annotation Term="Org.OData.Core.V1.Description" String="Configure Edge to allow browsing history to be saved or to never save browsing history." />
 35771        </Annotations>
 35772        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockFullScreenMode">
 35773          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent Edge from entering the full screen mode." />
 35774        </Annotations>
 35775        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockWebContentOnNewTabPage">
 35776          <Annotation Term="Org.OData.Core.V1.Description" String="Configure to load a blank page in Edge instead of the default New tab page and prevent users from changing it." />
 35777        </Annotations>
 35778        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockTabPreloading">
 35779          <Annotation Term="Org.OData.Core.V1.Description" String="Configure whether Edge preloads the new tab page at Windows startup." />
 35780        </Annotations>
 35781        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPrelaunch">
 35782          <Annotation Term="Org.OData.Core.V1.Description" String="Decide whether Microsoft Edge is prelaunched at Windows startup." />
 35783        </Annotations>
 35784        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeShowMessageWhenOpeningInternetExplorerSites">
 35785          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the message displayed by Edge before switching to Internet Explorer." />
 35786        </Annotations>
 35787        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgePreventCertificateErrorOverride">
 35788          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or prevent users from overriding certificate errors." />
 35789        </Annotations>
 35790        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeKioskModeRestriction">
 35791          <Annotation Term="Org.OData.Core.V1.Description" String="Controls how the Microsoft Edge settings are restricted based on the configure kiosk mode." />
 35792        </Annotations>
 35793        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeKioskResetAfterIdleTimeInMinutes">
 35794          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the time in minutes from the last user activity before Microsoft Edge kiosk resets.  Valid values are 0-1440. The default is 5. 0 indicates no reset. Valid values 0 to 1440" />
 35795        </Annotations>
 35796        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockDataWhenRoaming">
 35797          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using data over cellular while roaming." />
 35798        </Annotations>
 35799        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockVpn">
 35800          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using VPN over cellular." />
 35801        </Annotations>
 35802        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockVpnWhenRoaming">
 35803          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using VPN when roaming over cellular." />
 35804        </Annotations>
 35805        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularData">
 35806          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to allow the cellular data channel on the device. If not configured, the cellular data channel is allowed and the user can turn it off." />
 35807        </Annotations>
 35808        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderBlockEndUserAccess">
 35809          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block end user access to Defender." />
 35810        </Annotations>
 35811        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDaysBeforeDeletingQuarantinedMalware">
 35812          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before deleting quarantined malware. Valid values 0 to 90" />
 35813        </Annotations>
 35814        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDetectedMalwareActions">
 35815          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s actions to take on detected Malware per threat level." />
 35816        </Annotations>
 35817        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderSystemScanSchedule">
 35818          <Annotation Term="Org.OData.Core.V1.Description" String="Defender day of the week for the system scan." />
 35819        </Annotations>
 35820        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderFilesAndFoldersToExclude">
 35821          <Annotation Term="Org.OData.Core.V1.Description" String="Files and folder to exclude from scans and real time protection." />
 35822        </Annotations>
 35823        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderFileExtensionsToExclude">
 35824          <Annotation Term="Org.OData.Core.V1.Description" String="File extensions to exclude from scans and real time protection." />
 35825        </Annotations>
 35826        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanMaxCpu">
 35827          <Annotation Term="Org.OData.Core.V1.Description" String="Max CPU usage percentage during scan. Valid values 0 to 100" />
 35828        </Annotations>
 35829        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderMonitorFileActivity">
 35830          <Annotation Term="Org.OData.Core.V1.Description" String="Value for monitoring file activity." />
 35831        </Annotations>
 35832        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderPotentiallyUnwantedAppAction">
 35833          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop." />
 35834        </Annotations>
 35835        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderPotentiallyUnwantedAppActionSetting">
 35836          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop." />
 35837        </Annotations>
 35838        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderProcessesToExclude">
 35839          <Annotation Term="Org.OData.Core.V1.Description" String="Processes to exclude from scans and real time protection." />
 35840        </Annotations>
 35841        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderPromptForSampleSubmission">
 35842          <Annotation Term="Org.OData.Core.V1.Description" String="The configuration for how to prompt user for sample submission." />
 35843        </Annotations>
 35844        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireBehaviorMonitoring">
 35845          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require behavior monitoring." />
 35846        </Annotations>
 35847        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireCloudProtection">
 35848          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require cloud protection." />
 35849        </Annotations>
 35850        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireNetworkInspectionSystem">
 35851          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require network inspection system." />
 35852        </Annotations>
 35853        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireRealTimeMonitoring">
 35854          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require real time monitoring." />
 35855        </Annotations>
 35856        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanArchiveFiles">
 35857          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan archive files." />
 35858        </Annotations>
 35859        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanDownloads">
 35860          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan downloads." />
 35861        </Annotations>
 35862        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScheduleScanEnableLowCpuPriority">
 35863          <Annotation Term="Org.OData.Core.V1.Description" String="When enabled, low CPU priority will be used during scheduled scans." />
 35864        </Annotations>
 35865        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDisableCatchupQuickScan">
 35866          <Annotation Term="Org.OData.Core.V1.Description" String="When blocked, catch-up scans for scheduled quick scans will be turned off." />
 35867        </Annotations>
 35868        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDisableCatchupFullScan">
 35869          <Annotation Term="Org.OData.Core.V1.Description" String="When blocked, catch-up scans for scheduled full scans will be turned off." />
 35870        </Annotations>
 35871        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanNetworkFiles">
 35872          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan files opened from a network folder." />
 35873        </Annotations>
 35874        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanIncomingMail">
 35875          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan incoming mail messages." />
 35876        </Annotations>
 35877        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanMappedNetworkDrivesDuringFullScan">
 35878          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan mapped network drives during full scan." />
 35879        </Annotations>
 35880        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanRemovableDrivesDuringFullScan">
 35881          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan removable drives during full scan." />
 35882        </Annotations>
 35883        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanScriptsLoadedInInternetExplorer">
 35884          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan scripts loaded in Internet Explorer browser." />
 35885        </Annotations>
 35886        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderSignatureUpdateIntervalInHours">
 35887          <Annotation Term="Org.OData.Core.V1.Description" String="The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24" />
 35888        </Annotations>
 35889        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanType">
 35890          <Annotation Term="Org.OData.Core.V1.Description" String="The defender system scan type." />
 35891        </Annotations>
 35892        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScheduledScanTime">
 35893          <Annotation Term="Org.OData.Core.V1.Description" String="The defender time for the system scan." />
 35894        </Annotations>
 35895        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScheduledQuickScanTime">
 35896          <Annotation Term="Org.OData.Core.V1.Description" String="The time to perform a daily quick scan." />
 35897        </Annotations>
 35898        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderCloudBlockLevel">
 35899          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the level of cloud-delivered protection." />
 35900        </Annotations>
 35901        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderCloudExtendedTimeout">
 35902          <Annotation Term="Org.OData.Core.V1.Description" String="Timeout extension for file scanning by the cloud. Valid values 0 to 50" />
 35903        </Annotations>
 35904        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderCloudExtendedTimeoutInSeconds">
 35905          <Annotation Term="Org.OData.Core.V1.Description" String="Timeout extension for file scanning by the cloud. Valid values 0 to 50" />
 35906        </Annotations>
 35907        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderBlockOnAccessProtection">
 35908          <Annotation Term="Org.OData.Core.V1.Description" String="Allows or disallows Windows Defender On Access Protection functionality." />
 35909        </Annotations>
 35910        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderSubmitSamplesConsentType">
 35911          <Annotation Term="Org.OData.Core.V1.Description" String="Checks for the user consent level in Windows Defender to send data." />
 35912        </Annotations>
 35913        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenAllowTimeoutConfiguration">
 35914          <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." />
 35915        </Annotations>
 35916        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockActionCenterNotifications">
 35917          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block action center notifications over lock screen." />
 35918        </Annotations>
 35919        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockCortana">
 35920          <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." />
 35921        </Annotations>
 35922        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockToastNotifications">
 35923          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to allow toast notifications above the device lock screen." />
 35924        </Annotations>
 35925        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenTimeoutInSeconds">
 35926          <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" />
 35927        </Annotations>
 35928        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenActivateAppsWithVoice">
 35929          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting specifies whether Windows apps can be activated by voice while the system is locked." />
 35930        </Annotations>
 35931        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordBlockSimple">
 35932          <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." />
 35933        </Annotations>
 35934        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordExpirationDays">
 35935          <Annotation Term="Org.OData.Core.V1.Description" String="The password expiration in days. Valid values 0 to 730" />
 35936        </Annotations>
 35937        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinimumLength">
 35938          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length. Valid values 4 to 16" />
 35939        </Annotations>
 35940        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 35941          <Annotation Term="Org.OData.Core.V1.Description" String="The minutes of inactivity before the screen times out." />
 35942        </Annotations>
 35943        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinimumCharacterSetCount">
 35944          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 35945        </Annotations>
 35946        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordPreviousPasswordBlockCount">
 35947          <Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent reuse of. Valid values 0 to 50" />
 35948        </Annotations>
 35949        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequired">
 35950          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require the user to have a password." />
 35951        </Annotations>
 35952        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequireWhenResumeFromIdleState">
 35953          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password upon resuming from an idle state." />
 35954        </Annotations>
 35955        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequiredType">
 35956          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 35957        </Annotations>
 35958        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 35959          <Annotation Term="Org.OData.Core.V1.Description" String="The number of sign in failures before factory reset. Valid values 0 to 999" />
 35960        </Annotations>
 35961        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinimumAgeInDays">
 35962          <Annotation Term="Org.OData.Core.V1.Description" String="This security setting determines the period of time (in days) that a password must be used before the user can change it. Valid values 0 to 998" />
 35963        </Annotations>
 35964        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAdvertisingId">
 35965          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables the use of advertising ID. Added in Windows 10, version 1607." />
 35966        </Annotations>
 35967        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAutoAcceptPairingAndConsentPrompts">
 35968          <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." />
 35969        </Annotations>
 35970        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyDisableLaunchExperience">
 35971          <Annotation Term="Org.OData.Core.V1.Description" String="This policy prevents the privacy experience from launching during user logon for new and upgraded users.​" />
 35972        </Annotations>
 35973        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyBlockInputPersonalization">
 35974          <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." />
 35975        </Annotations>
 35976        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyBlockPublishUserActivities">
 35977          <Annotation Term="Org.OData.Core.V1.Description" String="Blocks the shared experiences/discovery of recently used resources in task switcher etc." />
 35978        </Annotations>
 35979        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyBlockActivityFeed">
 35980          <Annotation Term="Org.OData.Core.V1.Description" String="Blocks the usage of cloud based speech services for Cortana, Dictation, or Store applications." />
 35981        </Annotations>
 35982        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startBlockUnpinningAppsFromTaskbar">
 35983          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from unpinning apps from taskbar." />
 35984        </Annotations>
 35985        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuAppListVisibility">
 35986          <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." />
 35987        </Annotations>
 35988        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideChangeAccountSettings">
 35989          <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." />
 35990        </Annotations>
 35991        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideFrequentlyUsedApps">
 35992          <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." />
 35993        </Annotations>
 35994        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideHibernate">
 35995          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides hibernate from appearing in the power button in the start menu." />
 35996        </Annotations>
 35997        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideLock">
 35998          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides lock from appearing in the user tile in the start menu." />
 35999        </Annotations>
 36000        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHidePowerButton">
 36001          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the power button from appearing in the start menu." />
 36002        </Annotations>
 36003        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRecentJumpLists">
 36004          <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." />
 36005        </Annotations>
 36006        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRecentlyAddedApps">
 36007          <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." />
 36008        </Annotations>
 36009        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRestartOptions">
 36010          <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." />
 36011        </Annotations>
 36012        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideShutDown">
 36013          <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." />
 36014        </Annotations>
 36015        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSignOut">
 36016          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides sign out from appearing in the user tile in the start menu." />
 36017        </Annotations>
 36018        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSleep">
 36019          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides sleep from appearing in the power button in the start menu." />
 36020        </Annotations>
 36021        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSwitchAccount">
 36022          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides switch account from appearing in the user tile in the start menu." />
 36023        </Annotations>
 36024        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideUserTile">
 36025          <Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the user tile from appearing in the start menu." />
 36026        </Annotations>
 36027        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuLayoutEdgeAssetsXml">
 36028          <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." />
 36029        </Annotations>
 36030        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuLayoutXml">
 36031          <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." />
 36032        </Annotations>
 36033        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuMode">
 36034          <Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to decide how the Start menu is displayed." />
 36035        </Annotations>
 36036        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDocuments">
 36037          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu." />
 36038        </Annotations>
 36039        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDownloads">
 36040          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu." />
 36041        </Annotations>
 36042        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderFileExplorer">
 36043          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu." />
 36044        </Annotations>
 36045        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderHomeGroup">
 36046          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu." />
 36047        </Annotations>
 36048        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderMusic">
 36049          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu." />
 36050        </Annotations>
 36051        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderNetwork">
 36052          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu." />
 36053        </Annotations>
 36054        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPersonalFolder">
 36055          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu." />
 36056        </Annotations>
 36057        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPictures">
 36058          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu." />
 36059        </Annotations>
 36060        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderSettings">
 36061          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu." />
 36062        </Annotations>
 36063        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderVideos">
 36064          <Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu." />
 36065        </Annotations>
 36066        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockSettingsApp">
 36067          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Settings app." />
 36068        </Annotations>
 36069        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockSystemPage">
 36070          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to System in Settings app." />
 36071        </Annotations>
 36072        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockDevicesPage">
 36073          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Devices in Settings app." />
 36074        </Annotations>
 36075        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockNetworkInternetPage">
 36076          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Network &amp; Internet in Settings app." />
 36077        </Annotations>
 36078        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockPersonalizationPage">
 36079          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Personalization in Settings app." />
 36080        </Annotations>
 36081        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAccountsPage">
 36082          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Accounts in Settings app." />
 36083        </Annotations>
 36084        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockTimeLanguagePage">
 36085          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Time &amp; Language in Settings app." />
 36086        </Annotations>
 36087        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockEaseOfAccessPage">
 36088          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Ease of Access in Settings app." />
 36089        </Annotations>
 36090        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockPrivacyPage">
 36091          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Privacy in Settings app." />
 36092        </Annotations>
 36093        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockUpdateSecurityPage">
 36094          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Update &amp; Security in Settings app." />
 36095        </Annotations>
 36096        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAppsPage">
 36097          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Apps in Settings app." />
 36098        </Annotations>
 36099        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockGamingPage">
 36100          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Gaming in Settings app." />
 36101        </Annotations>
 36102        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockConsumerSpecificFeatures">
 36103          <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." />
 36104        </Annotations>
 36105        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlocked">
 36106          <Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to turn off all Windows Spotlight features" />
 36107        </Annotations>
 36108        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockOnActionCenter">
 36109          <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" />
 36110        </Annotations>
 36111        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockTailoredExperiences">
 36112          <Annotation Term="Org.OData.Core.V1.Description" String="Block personalized content in Windows spotlight based on user’s device usage." />
 36113        </Annotations>
 36114        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockThirdPartyNotifications">
 36115          <Annotation Term="Org.OData.Core.V1.Description" String="Block third party content delivered via Windows Spotlight" />
 36116        </Annotations>
 36117        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockWelcomeExperience">
 36118          <Annotation Term="Org.OData.Core.V1.Description" String="Block Windows Spotlight Windows welcome experience" />
 36119        </Annotations>
 36120        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockWindowsTips">
 36121          <Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to turn off the popup of Windows Tips." />
 36122        </Annotations>
 36123        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightConfigureOnLockScreen">
 36124          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of Spotlight" />
 36125        </Annotations>
 36126        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyApplySettingsDeviceWide">
 36127          <Annotation Term="Org.OData.Core.V1.Description" String="If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM." />
 36128        </Annotations>
 36129        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyDisableAutoDetect">
 36130          <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." />
 36131        </Annotations>
 36132        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyAutomaticConfigurationUrl">
 36133          <Annotation Term="Org.OData.Core.V1.Description" String="Address to the proxy auto-config (PAC) script you want to use." />
 36134        </Annotations>
 36135        <Annotations Target="microsoft.graph.windows10NetworkProxyServer/address">
 36136          <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;]" />
 36137        </Annotations>
 36138        <Annotations Target="microsoft.graph.windows10NetworkProxyServer/exceptions">
 36139          <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." />
 36140        </Annotations>
 36141        <Annotations Target="microsoft.graph.windows10NetworkProxyServer/useForLocalAddresses">
 36142          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the proxy server should be used for local (intranet) addresses." />
 36143        </Annotations>
 36144        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyServer">
 36145          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies manual proxy server settings." />
 36146        </Annotations>
 36147        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/accountsBlockAddingNonMicrosoftAccountEmail">
 36148          <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." />
 36149        </Annotations>
 36150        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/antiTheftModeBlocked">
 36151          <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)." />
 36152        </Annotations>
 36153        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlocked">
 36154          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth." />
 36155        </Annotations>
 36156        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cameraBlocked">
 36157          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from accessing the camera of the device." />
 36158        </Annotations>
 36159        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/connectedDevicesServiceBlocked">
 36160          <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." />
 36161        </Annotations>
 36162        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/certificatesBlockManualRootCertificateInstallation">
 36163          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from doing manual root certificate installation." />
 36164        </Annotations>
 36165        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/copyPasteBlocked">
 36166          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using copy paste." />
 36167        </Annotations>
 36168        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/cortanaBlocked">
 36169          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using Cortana." />
 36170        </Annotations>
 36171        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/deviceManagementBlockFactoryResetOnMobile">
 36172          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from resetting their phone." />
 36173        </Annotations>
 36174        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/deviceManagementBlockManualUnenroll">
 36175          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from doing manual un-enrollment from device management." />
 36176        </Annotations>
 36177        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/safeSearchFilter">
 36178          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies what filter level of safe search is required." />
 36179        </Annotations>
 36180        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPopups">
 36181          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups." />
 36182        </Annotations>
 36183        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSearchSuggestions">
 36184          <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." />
 36185        </Annotations>
 36186        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSearchEngineCustomization">
 36187          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from adding new search engine or changing the default search engine." />
 36188        </Annotations>
 36189        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSendingIntranetTrafficToInternetExplorer">
 36190          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead." />
 36191        </Annotations>
 36192        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSendIntranetTrafficToInternetExplorer">
 36193          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer." />
 36194        </Annotations>
 36195        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeRequireSmartScreen">
 36196          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Require the user to use the smart screen filter." />
 36197        </Annotations>
 36198        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeEnterpriseModeSiteListLocation">
 36199          <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." />
 36200        </Annotations>
 36201        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFirstRunUrl">
 36202          <Annotation Term="Org.OData.Core.V1.Description" String="The first run URL for when Edge browser is opened for the first time." />
 36203        </Annotations>
 36204        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSearchEngine">
 36205          <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." />
 36206        </Annotations>
 36207        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeHomepageUrls">
 36208          <Annotation Term="Org.OData.Core.V1.Description" String="The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser." />
 36209        </Annotations>
 36210        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAccessToAboutFlags">
 36211          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to prevent access to about flags on Edge browser." />
 36212        </Annotations>
 36213        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenBlockPromptOverride">
 36214          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites." />
 36215        </Annotations>
 36216        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenBlockPromptOverrideForFiles">
 36217          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files" />
 36218        </Annotations>
 36219        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/webRtcBlockLocalhostIpAddress">
 36220          <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" />
 36221        </Annotations>
 36222        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/internetSharingBlocked">
 36223          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using internet sharing." />
 36224        </Annotations>
 36225        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAddProvisioningPackage">
 36226          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from installing provisioning packages." />
 36227        </Annotations>
 36228        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockRemoveProvisioningPackage">
 36229          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the runtime configuration agent from removing provisioning packages." />
 36230        </Annotations>
 36231        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeSystemTime">
 36232          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing date and time settings." />
 36233        </Annotations>
 36234        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockEditDeviceName">
 36235          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing the device name." />
 36236        </Annotations>
 36237        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeRegion">
 36238          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing the region settings." />
 36239        </Annotations>
 36240        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeLanguage">
 36241          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing the language settings." />
 36242        </Annotations>
 36243        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangePowerSleep">
 36244          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing power and sleep settings." />
 36245        </Annotations>
 36246        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/locationServicesBlocked">
 36247          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from location services." />
 36248        </Annotations>
 36249        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/microsoftAccountBlocked">
 36250          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block a Microsoft account." />
 36251        </Annotations>
 36252        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/microsoftAccountBlockSettingsSync">
 36253          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block Microsoft account settings sync." />
 36254        </Annotations>
 36255        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/nfcBlocked">
 36256          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using near field communication." />
 36257        </Annotations>
 36258        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/resetProtectionModeBlocked">
 36259          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from reset protection mode." />
 36260        </Annotations>
 36261        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/screenCaptureBlocked">
 36262          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from taking Screenshots." />
 36263        </Annotations>
 36264        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageBlockRemovableStorage">
 36265          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using removable storage." />
 36266        </Annotations>
 36267        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRequireMobileDeviceEncryption">
 36268          <Annotation Term="Org.OData.Core.V1.Description" String="Indicating whether or not to require encryption on a mobile device." />
 36269        </Annotations>
 36270        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/usbBlocked">
 36271          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from USB connection." />
 36272        </Annotations>
 36273        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/voiceRecordingBlocked">
 36274          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from voice recording." />
 36275        </Annotations>
 36276        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlockAutomaticConnectHotspots">
 36277          <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." />
 36278        </Annotations>
 36279        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlocked">
 36280          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using Wi-Fi." />
 36281        </Annotations>
 36282        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlockManualConfiguration">
 36283          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using Wi-Fi manual configuration." />
 36284        </Annotations>
 36285        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiScanInterval">
 36286          <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" />
 36287        </Annotations>
 36288        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayBlockProjectionToThisDevice">
 36289          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow other devices from discovering this PC for projection." />
 36290        </Annotations>
 36291        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayBlockUserInputFromReceiver">
 36292          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow user input from wireless display receiver." />
 36293        </Annotations>
 36294        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayRequirePinForPairing">
 36295          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a PIN for new devices to initiate pairing." />
 36296        </Annotations>
 36297        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreBlocked">
 36298          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using the Windows store." />
 36299        </Annotations>
 36300        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/appsAllowTrustedAppsSideloading">
 36301          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded." />
 36302        </Annotations>
 36303        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreBlockAutoUpdate">
 36304          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block automatic update of apps from Windows Store." />
 36305        </Annotations>
 36306        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/developerUnlockSetting">
 36307          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow developer unlock." />
 36308        </Annotations>
 36309        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/sharedUserAppDataAllowed">
 36310          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block multiple users of the same app to share data." />
 36311        </Annotations>
 36312        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/appsBlockWindowsStoreOriginatedApps">
 36313          <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." />
 36314        </Annotations>
 36315        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreEnablePrivateStoreOnly">
 36316          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable Private Store Only." />
 36317        </Annotations>
 36318        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRestrictAppDataToSystemVolume">
 36319          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether application data is restricted to the system drive." />
 36320        </Annotations>
 36321        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRestrictAppInstallToSystemVolume">
 36322          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the installation of applications is restricted to the system drive." />
 36323        </Annotations>
 36324        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/gameDvrBlocked">
 36325          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block DVR and broadcasting." />
 36326        </Annotations>
 36327        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockDeviceDiscovery">
 36328          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable device discovery UX." />
 36329        </Annotations>
 36330        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockErrorDialogWhenNoSIM">
 36331          <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." />
 36332        </Annotations>
 36333        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockTaskSwitcher">
 36334          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable task switching on the device." />
 36335        </Annotations>
 36336        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/logonBlockFastUserSwitching">
 36337          <Annotation Term="Org.OData.Core.V1.Description" String="Disables the ability to quickly switch between users that are logged on simultaneously without logging off." />
 36338        </Annotations>
 36339        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/tenantLockdownRequireNetworkDuringOutOfBoxExperience">
 36340          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is required to connect to the network." />
 36341        </Annotations>
 36342        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/appManagementMSIAllowUserControlOverInstall">
 36343          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting permits users to change installation options that typically are available only to system administrators." />
 36344        </Annotations>
 36345        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/appManagementMSIAlwaysInstallWithElevatedPrivileges">
 36346          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system." />
 36347        </Annotations>
 36348        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/dataProtectionBlockDirectMemoryAccess">
 36349          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to block direct memory access (DMA) for all hot pluggable PCI downstream ports until a user logs into Windows." />
 36350        </Annotations>
 36351        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/appManagementPackageFamilyNamesToLaunchAfterLogOn">
 36352          <Annotation Term="Org.OData.Core.V1.Description" String="List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.​" />
 36353        </Annotations>
 36354        <Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAccessControls">
 36355          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates a list of applications with their access control levels over privacy data categories, and/or the default access levels per category." />
 36356        </Annotations>
 36357        <Annotations Target="microsoft.graph.edgeHomeButtonOpensCustomURL/homeButtonCustomURL">
 36358          <Annotation Term="Org.OData.Core.V1.Description" String="The specific URL to load." />
 36359        </Annotations>
 36360        <Annotations Target="microsoft.graph.edgeSearchEngineCustom/edgeSearchEngineOpenSearchXmlUrl">
 36361          <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." />
 36362        </Annotations>
 36363        <Annotations Target="microsoft.graph.edgeSearchEngine/edgeSearchEngineType">
 36364          <Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a predefined default search engine for MDM-Controlled devices." />
 36365        </Annotations>
 36366        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface">
 36367          <Annotation Term="Org.OData.Core.V1.Description" String="Graph properties for Device Firmware Configuration Interface " />
 36368        </Annotations>
 36369        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/changeUefiSettingsPermission">
 36370          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the permission level granted to users to change UEFI settings." />
 36371        </Annotations>
 36372        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/virtualizationOfCpuAndIO">
 36373          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether CPU and IO virtualization is enabled." />
 36374        </Annotations>
 36375        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/cameras">
 36376          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in cameras are enabled." />
 36377        </Annotations>
 36378        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/microphonesAndSpeakers">
 36379          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in microphones or speakers are enabled." />
 36380        </Annotations>
 36381        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/radios">
 36382          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether built-in radios e.g. WIFI, NFC, Bluetooth, are enabled." />
 36383        </Annotations>
 36384        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/bootFromExternalMedia">
 36385          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to boot from external media." />
 36386        </Annotations>
 36387        <Annotations Target="microsoft.graph.windows10DeviceFirmwareConfigurationInterface/bootFromBuiltInNetworkAdapters">
 36388          <Annotation Term="Org.OData.Core.V1.Description" String="Defines whether a user is allowed to boot from built-in network adapters." />
 36389        </Annotations>
 36390        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration">
 36391          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Configuration." />
 36392        </Annotations>
 36393        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOnboardingBlob">
 36394          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Onboarding Blob." />
 36395        </Annotations>
 36396        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOnboardingFilename">
 36397          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which AdvancedThreatProtectionOnboardingBlob was obtained." />
 36398        </Annotations>
 36399        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionAutoPopulateOnboardingBlob">
 36400          <Annotation Term="Org.OData.Core.V1.Description" String="Auto populate onboarding blob programmatically from Advanced Threat protection service" />
 36401        </Annotations>
 36402        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/allowSampleSharing">
 36403          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection &quot;Allow Sample Sharing&quot; Rule" />
 36404        </Annotations>
 36405        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/enableExpeditedTelemetryReporting">
 36406          <Annotation Term="Org.OData.Core.V1.Description" String="Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency." />
 36407        </Annotations>
 36408        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOffboardingBlob">
 36409          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Offboarding Blob." />
 36410        </Annotations>
 36411        <Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/advancedThreatProtectionOffboardingFilename">
 36412          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which AdvancedThreatProtectionOffboardingBlob was obtained." />
 36413        </Annotations>
 36414        <Annotations Target="microsoft.graph.editionUpgradeConfiguration">
 36415          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Edition Upgrade configuration." />
 36416        </Annotations>
 36417        <Annotations Target="microsoft.graph.editionUpgradeConfiguration/licenseType">
 36418          <Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License Type." />
 36419        </Annotations>
 36420        <Annotations Target="microsoft.graph.editionUpgradeConfiguration/targetEdition">
 36421          <Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade Target Edition." />
 36422        </Annotations>
 36423        <Annotations Target="microsoft.graph.editionUpgradeConfiguration/license">
 36424          <Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License File Content." />
 36425        </Annotations>
 36426        <Annotations Target="microsoft.graph.editionUpgradeConfiguration/productKey">
 36427          <Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade Product Key." />
 36428        </Annotations>
 36429        <Annotations Target="microsoft.graph.editionUpgradeConfiguration/windowsSMode">
 36430          <Annotation Term="Org.OData.Core.V1.Description" String="S mode configuration." />
 36431        </Annotations>
 36432        <Annotations Target="microsoft.graph.windows10NetworkBoundaryConfiguration">
 36433          <Annotation Term="Org.OData.Core.V1.Description" String="Windows10 Network Boundary Configuration" />
 36434        </Annotations>
 36435        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseNetworkDomainNames">
 36436          <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." />
 36437        </Annotations>
 36438        <Annotations Target="microsoft.graph.proxiedDomain/ipAddressOrFQDN">
 36439          <Annotation Term="Org.OData.Core.V1.Description" String="The IP address or FQDN" />
 36440        </Annotations>
 36441        <Annotations Target="microsoft.graph.proxiedDomain/proxy">
 36442          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy IP or FQDN" />
 36443        </Annotations>
 36444        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseCloudResources">
 36445          <Annotation Term="Org.OData.Core.V1.Description" String="Contains a list of enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy. This collection can contain a maximum of 500 elements." />
 36446        </Annotations>
 36447        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseIPRanges">
 36448          <Annotation Term="Org.OData.Core.V1.Description" String="Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to. This collection can contain a maximum of 500 elements." />
 36449        </Annotations>
 36450        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseInternalProxyServers">
 36451          <Annotation Term="Org.OData.Core.V1.Description" String="This is the comma-separated list of internal proxy servers. For example, &quot;157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59&quot;. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseCloudResources policy to force traffic to the matched cloud resources through these proxies." />
 36452        </Annotations>
 36453        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseIPRangesAreAuthoritative">
 36454          <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." />
 36455        </Annotations>
 36456        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseProxyServers">
 36457          <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." />
 36458        </Annotations>
 36459        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/enterpriseProxyServersAreAuthoritative">
 36460          <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" />
 36461        </Annotations>
 36462        <Annotations Target="microsoft.graph.windowsNetworkIsolationPolicy/neutralDomainResources">
 36463          <Annotation Term="Org.OData.Core.V1.Description" String="List of domain names that can used for work or personal resource." />
 36464        </Annotations>
 36465        <Annotations Target="microsoft.graph.windows10NetworkBoundaryConfiguration/windowsNetworkIsolationPolicy">
 36466          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Network Isolation Policy" />
 36467        </Annotations>
 36468        <Annotations Target="microsoft.graph.iPv6Range/lowerAddress">
 36469          <Annotation Term="Org.OData.Core.V1.Description" String="Lower address." />
 36470        </Annotations>
 36471        <Annotations Target="microsoft.graph.iPv6Range/upperAddress">
 36472          <Annotation Term="Org.OData.Core.V1.Description" String="Upper address." />
 36473        </Annotations>
 36474        <Annotations Target="microsoft.graph.iPv4Range/lowerAddress">
 36475          <Annotation Term="Org.OData.Core.V1.Description" String="Lower address." />
 36476        </Annotations>
 36477        <Annotations Target="microsoft.graph.iPv4Range/upperAddress">
 36478          <Annotation Term="Org.OData.Core.V1.Description" String="Upper address." />
 36479        </Annotations>
 36480        <Annotations Target="microsoft.graph.windows10CustomConfiguration">
 36481          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource." />
 36482        </Annotations>
 36483        <Annotations Target="microsoft.graph.windows10CustomConfiguration/omaSettings">
 36484          <Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." />
 36485        </Annotations>
 36486        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration">
 36487          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Delivery Optimization configuration" />
 36488        </Annotations>
 36489        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/deliveryOptimizationMode">
 36490          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the download method that delivery optimization can use to manage network bandwidth consumption for large content distribution scenarios." />
 36491        </Annotations>
 36492        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/restrictPeerSelectionBy">
 36493          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies to restrict peer selection via selected option." />
 36494          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Option 1 (Subnet mask) only applies to Delivery Optimization modes Download Mode LAN (1) and Group (2)." />
 36495        </Annotations>
 36496        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/groupIdSource">
 36497          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies to restrict peer selection to a specfic source." />
 36498          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The options set in this policy only apply to Delivery Optimization mode Group (2) download mode. If Group (2) isn't set as Download mode, this policy will be ignored. For option 3 - DHCP Option ID, the client will query DHCP Option ID 234 and use the returned GUID value as the Group ID." />
 36499        </Annotations>
 36500        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/bandwidthMode">
 36501          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies foreground and background bandwidth usage using percentages, absolutes, or hours." />
 36502        </Annotations>
 36503        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/backgroundDownloadFromHttpDelayInSeconds">
 36504          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay an HTTP source in a background download that is allowed to use peer-to-peer. Valid values 0 to 4294967295" />
 36505        </Annotations>
 36506        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/foregroundDownloadFromHttpDelayInSeconds">
 36507          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay an HTTP source in a foreground download that is allowed to use peer-to-peer (0-86400). Valid values 0 to 86400" />
 36508          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Specifying 0 sets Delivery Optimization to manage this setting using the cloud service. Valid values 0 to 86400" />
 36509        </Annotations>
 36510        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumRamAllowedToPeerInGigabytes">
 36511          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum RAM size in GB to use Peer Caching (1-100000). Valid values 1 to 100000" />
 36512        </Annotations>
 36513        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumDiskSizeAllowedToPeerInGigabytes">
 36514          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum disk size in GB to use Peer Caching (1-100000). Valid values 1 to 100000" />
 36515          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Recommended values: 64 GB to 256 GB. Valid values 1 to 100000" />
 36516        </Annotations>
 36517        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumFileSizeToCacheInMegabytes">
 36518          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum content file size in MB enabled to use Peer Caching (1-100000). Valid values 1 to 100000" />
 36519          <Annotation Term="Org.OData.Core.V1.LongDescription" String="Recommended values: 1 MB to 100,000 MB. Valid values 1 to 100000" />
 36520        </Annotations>
 36521        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/minimumBatteryPercentageAllowedToUpload">
 36522          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the minimum battery percentage to allow the device to upload data (0-100). Valid values 0 to 100" />
 36523          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value is 0. The value 0 (zero) means &quot;not limited&quot; and the cloud service default value will be used. Valid values 0 to 100" />
 36524        </Annotations>
 36525        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/modifyCacheLocation">
 36526          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the drive that Delivery Optimization should use for its cache." />
 36527        </Annotations>
 36528        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/maximumCacheAgeInDays">
 36529          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum time in days that each file is held in the Delivery Optimization cache after downloading successfully (0-3650). Valid values 0 to 3650" />
 36530        </Annotations>
 36531        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/maximumCacheSize">
 36532          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum cache size that Delivery Optimization either as a percentage or in GB." />
 36533        </Annotations>
 36534        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/vpnPeerCaching">
 36535          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the device is allowed to participate in Peer Caching while connected via VPN to the domain network." />
 36536        </Annotations>
 36537        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerHostNames">
 36538          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies cache servers host names." />
 36539        </Annotations>
 36540        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerForegroundDownloadFallbackToHttpDelayInSeconds">
 36541          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid values 0 to 2592000.​" />
 36542        </Annotations>
 36543        <Annotations Target="microsoft.graph.windowsDeliveryOptimizationConfiguration/cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds">
 36544          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a background download. Valid values 0 to 2592000." />
 36545        </Annotations>
 36546        <Annotations Target="microsoft.graph.deliveryOptimizationGroupIdCustom/groupIdCustom">
 36547          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies an arbitrary group ID that the device belongs to" />
 36548        </Annotations>
 36549        <Annotations Target="microsoft.graph.deliveryOptimizationGroupIdSourceOptions/groupIdSourceOption">
 36550          <Annotation Term="Org.OData.Core.V1.Description" String="Set this policy to restrict peer selection to a specific source." />
 36551        </Annotations>
 36552        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthBeginBusinessHours">
 36553          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the beginning of business hours using a 24-hour clock (0-23). Valid values 0 to 23" />
 36554        </Annotations>
 36555        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthEndBusinessHours">
 36556          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the end of business hours using a 24-hour clock (0-23). Valid values 0 to 23" />
 36557        </Annotations>
 36558        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthPercentageDuringBusinessHours">
 36559          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the percentage of bandwidth to limit during business hours (0-100). Valid values 0 to 100" />
 36560        </Annotations>
 36561        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthBusinessHoursLimit/bandwidthPercentageOutsideBusinessHours">
 36562          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the percentage of bandwidth to limit outsidse business hours (0-100). Valid values 0 to 100" />
 36563        </Annotations>
 36564        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthHoursWithPercentage/bandwidthBackgroundPercentageHours">
 36565          <Annotation Term="Org.OData.Core.V1.Description" String="Background download percentage hours." />
 36566        </Annotations>
 36567        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthHoursWithPercentage/bandwidthForegroundPercentageHours">
 36568          <Annotation Term="Org.OData.Core.V1.Description" String="Foreground download percentage hours." />
 36569        </Annotations>
 36570        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthPercentage/maximumBackgroundBandwidthPercentage">
 36571          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum background download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth (0-100). Valid values 0 to 100" />
 36572          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for background downloads. Valid values 0 to 100" />
 36573        </Annotations>
 36574        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthPercentage/maximumForegroundBandwidthPercentage">
 36575          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum foreground download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth (0-100). Valid values 0 to 100" />
 36576          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for foreground downloads. Valid values 0 to 100" />
 36577        </Annotations>
 36578        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthAbsolute/maximumDownloadBandwidthInKilobytesPerSecond">
 36579          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum download bandwidth in KiloBytes/second that the device can use across all concurrent download activities using Delivery Optimization. Valid values 0 to 4294967295" />
 36580          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for downloads. Valid values 0 to 4294967295" />
 36581        </Annotations>
 36582        <Annotations Target="microsoft.graph.deliveryOptimizationBandwidthAbsolute/maximumUploadBandwidthInKilobytesPerSecond">
 36583          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum upload bandwidth in KiloBytes/second that a device will use across all concurrent upload activity using Delivery Optimization (0-4000000). Valid values 0 to 4000000" />
 36584          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The default value is 0, which permits unlimited possible bandwidth (optimized for minimal usage of upload bandwidth). Valid values 0 to 4000000" />
 36585        </Annotations>
 36586        <Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizePercentage/maximumCacheSizePercentage">
 36587          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum cache size that Delivery Optimization can utilize, as a percentage of disk size (1-100). Valid values 1 to 100" />
 36588        </Annotations>
 36589        <Annotations Target="microsoft.graph.deliveryOptimizationMaxCacheSizeAbsolute/maximumCacheSizeInGigabytes">
 36590          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum size in GB of Delivery Optimization cache. Valid values 0 to 4294967295" />
 36591          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value 0 (zero) means &quot;unlimited&quot; cache. Delivery Optimization will clear the cache when the device is running low on disk space. Valid values 0 to 4294967295" />
 36592        </Annotations>
 36593        <Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration">
 36594          <Annotation Term="Org.OData.Core.V1.Description" String="Windows device health monitoring configuration" />
 36595        </Annotations>
 36596        <Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/allowDeviceHealthMonitoring">
 36597          <Annotation Term="Org.OData.Core.V1.Description" String="Enables device health monitoring on the device" />
 36598        </Annotations>
 36599        <Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/configDeviceHealthMonitoringScope">
 36600          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies set of events collected from the device where health monitoring is enabled" />
 36601        </Annotations>
 36602        <Annotations Target="microsoft.graph.windowsHealthMonitoringConfiguration/configDeviceHealthMonitoringCustomScope">
 36603          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies custom set of events collected from the device where health monitoring is enabled" />
 36604        </Annotations>
 36605        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration">
 36606          <Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by Windows Hello for Business." />
 36607        </Annotations>
 36608        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/useSecurityKeyForSignin">
 36609          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value used to enable the Windows Hello security key as a logon credential." />
 36610        </Annotations>
 36611        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/enhancedAntiSpoofingForFacialFeaturesEnabled">
 36612          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value used to enable enhanced anti-spoofing for facial feature recognition on Windows Hello face authentication." />
 36613        </Annotations>
 36614        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinMinimumLength">
 36615          <Annotation Term="Org.OData.Core.V1.Description" String="Integer value that sets the minimum number of characters required for the Windows Hello for Business PIN. Valid values are 4 to 127 inclusive and less than or equal to the value set for the maximum PIN. Valid values 4 to 127" />
 36616        </Annotations>
 36617        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinMaximumLength">
 36618          <Annotation Term="Org.OData.Core.V1.Description" String="Integer value that sets the maximum number of characters allowed for the work PIN. Valid values are 4 to 127 inclusive and greater than or equal to the value set for the minimum PIN. Valid values 4 to 127" />
 36619        </Annotations>
 36620        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinUppercaseCharactersUsage">
 36621          <Annotation Term="Org.OData.Core.V1.Description" String="This value configures the use of uppercase characters in the Windows Hello for Business PIN." />
 36622        </Annotations>
 36623        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinLowercaseCharactersUsage">
 36624          <Annotation Term="Org.OData.Core.V1.Description" String="This value configures the use of lowercase characters in the Windows Hello for Business PIN." />
 36625        </Annotations>
 36626        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinSpecialCharactersUsage">
 36627          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use special characters in the Windows Hello for Business PIN." />
 36628        </Annotations>
 36629        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinExpirationInDays">
 36630          <Annotation Term="Org.OData.Core.V1.Description" String="Integer value specifies the period (in days) that a PIN can be used before the system requires the user to change it. Valid values are 0 to 730 inclusive. Valid values 0 to 730" />
 36631        </Annotations>
 36632        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinPreviousBlockCount">
 36633          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset. Valid values 0 to 50" />
 36634        </Annotations>
 36635        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/pinRecoveryEnabled">
 36636          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that enables a user to change their PIN by using the Windows Hello for Business PIN recovery service." />
 36637        </Annotations>
 36638        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/securityDeviceRequired">
 36639          <Annotation Term="Org.OData.Core.V1.Description" String="Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM." />
 36640        </Annotations>
 36641        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/unlockWithBiometricsEnabled">
 36642          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN.  If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures." />
 36643        </Annotations>
 36644        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/useCertificatesForOnPremisesAuthEnabled">
 36645          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that enables Windows Hello for Business to use certificates to authenticate on-premise resources." />
 36646        </Annotations>
 36647        <Annotations Target="microsoft.graph.windowsIdentityProtectionConfiguration/windowsHelloForBusinessBlocked">
 36648          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that blocks Windows Hello for Business as a method for signing into Windows." />
 36649        </Annotations>
 36650        <Annotations Target="microsoft.graph.windowsKioskConfiguration">
 36651          <Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by the kiosk resource." />
 36652        </Annotations>
 36653        <Annotations Target="microsoft.graph.windowsKioskProfile/profileId">
 36654          <Annotation Term="Org.OData.Core.V1.Description" String="Key of the entity." />
 36655        </Annotations>
 36656        <Annotations Target="microsoft.graph.windowsKioskProfile/profileName">
 36657          <Annotation Term="Org.OData.Core.V1.Description" String="This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned." />
 36658        </Annotations>
 36659        <Annotations Target="microsoft.graph.windowsKioskProfile/appConfiguration">
 36660          <Annotation Term="Org.OData.Core.V1.Description" String="The App configuration that will be used for this kiosk configuration." />
 36661        </Annotations>
 36662        <Annotations Target="microsoft.graph.windowsKioskProfile/userAccountsConfiguration">
 36663          <Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements." />
 36664        </Annotations>
 36665        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskProfiles">
 36666          <Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows to define a list of Kiosk profiles for a Kiosk configuration. This collection can contain a maximum of 3 elements." />
 36667        </Annotations>
 36668        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserDefaultUrl">
 36669          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the default URL the browser should navigate to on launch." />
 36670        </Annotations>
 36671        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableHomeButton">
 36672          <Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's home button. By default, the home button is disabled." />
 36673        </Annotations>
 36674        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableNavigationButtons">
 36675          <Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's navigation buttons(forward/back). By default, the navigation buttons are disabled." />
 36676        </Annotations>
 36677        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserEnableEndSessionButton">
 36678          <Annotation Term="Org.OData.Core.V1.Description" String="Enable the kiosk browser's end session button. By default, the end session button is disabled." />
 36679        </Annotations>
 36680        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserRestartOnIdleTimeInMinutes">
 36681          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of minutes the session is idle until the kiosk browser restarts in a fresh state.  Valid values are 1-1440. Valid values 1 to 1440" />
 36682        </Annotations>
 36683        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserBlockedURLs">
 36684          <Annotation Term="Org.OData.Core.V1.Description" String="Specify URLs that the kiosk browsers should not navigate to" />
 36685        </Annotations>
 36686        <Annotations Target="microsoft.graph.windowsKioskConfiguration/kioskBrowserBlockedUrlExceptions">
 36687          <Annotation Term="Org.OData.Core.V1.Description" String="Specify URLs that the kiosk browser is allowed to navigate to" />
 36688        </Annotations>
 36689        <Annotations Target="microsoft.graph.windowsKioskConfiguration/edgeKioskEnablePublicBrowsing">
 36690          <Annotation Term="Org.OData.Core.V1.Description" String="Enable public browsing kiosk mode for the Microsoft Edge browser. The Default is false." />
 36691        </Annotations>
 36692        <Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/startDateTime">
 36693          <Annotation Term="Org.OData.Core.V1.Description" String="The start time for the force restart." />
 36694        </Annotations>
 36695        <Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/recurrence">
 36696          <Annotation Term="Org.OData.Core.V1.Description" String="Recurrence schedule." />
 36697        </Annotations>
 36698        <Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/dayofWeek">
 36699          <Annotation Term="Org.OData.Core.V1.Description" String="Day of week." />
 36700        </Annotations>
 36701        <Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/dayofMonth">
 36702          <Annotation Term="Org.OData.Core.V1.Description" String="Day of month. Valid values 1 to 31" />
 36703        </Annotations>
 36704        <Annotations Target="microsoft.graph.windowsKioskForceUpdateSchedule/runImmediatelyIfAfterStartDateTime">
 36705          <Annotation Term="Org.OData.Core.V1.Description" String="If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence." />
 36706        </Annotations>
 36707        <Annotations Target="microsoft.graph.windowsKioskConfiguration/windowsKioskForceUpdateSchedule">
 36708          <Annotation Term="Org.OData.Core.V1.Description" String="force update schedule for Kiosk devices." />
 36709        </Annotations>
 36710        <Annotations Target="microsoft.graph.windowsKioskAppBase/startLayoutTileSize">
 36711          <Annotation Term="Org.OData.Core.V1.Description" String="The app tile size for the start layout" />
 36712        </Annotations>
 36713        <Annotations Target="microsoft.graph.windowsKioskAppBase/name">
 36714          <Annotation Term="Org.OData.Core.V1.Description" String="Represents the friendly name of an app" />
 36715        </Annotations>
 36716        <Annotations Target="microsoft.graph.windowsKioskAppBase/appType">
 36717          <Annotation Term="Org.OData.Core.V1.Description" String="The app type" />
 36718        </Annotations>
 36719        <Annotations Target="microsoft.graph.windowsKioskAppBase/autoLaunch">
 36720          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the app to be auto-launched in multi-app kiosk mode" />
 36721        </Annotations>
 36722        <Annotations Target="microsoft.graph.windowsKioskMultipleApps/apps">
 36723          <Annotation Term="Org.OData.Core.V1.Description" String="These are the only Windows Store Apps that will be available to launch from the Start menu. This collection can contain a maximum of 128 elements." />
 36724        </Annotations>
 36725        <Annotations Target="microsoft.graph.windowsKioskMultipleApps/showTaskBar">
 36726          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows the admin to specify whether the Task Bar is shown or not." />
 36727        </Annotations>
 36728        <Annotations Target="microsoft.graph.windowsKioskMultipleApps/allowAccessToDownloadsFolder">
 36729          <Annotation Term="Org.OData.Core.V1.Description" String="This setting allows access to Downloads folder in file explorer." />
 36730        </Annotations>
 36731        <Annotations Target="microsoft.graph.windowsKioskMultipleApps/disallowDesktopApps">
 36732          <Annotation Term="Org.OData.Core.V1.Description" String="This setting indicates that desktop apps are allowed. Default to true." />
 36733        </Annotations>
 36734        <Annotations Target="microsoft.graph.windowsKioskMultipleApps/startMenuLayoutXml">
 36735          <Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in Binary format." />
 36736        </Annotations>
 36737        <Annotations Target="microsoft.graph.windowsKioskUWPApp/appUserModelId">
 36738          <Annotation Term="Org.OData.Core.V1.Description" String="This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode" />
 36739        </Annotations>
 36740        <Annotations Target="microsoft.graph.windowsKioskUWPApp/appId">
 36741          <Annotation Term="Org.OData.Core.V1.Description" String="This references an Intune App that will be target to the same assignments as Kiosk configuration" />
 36742        </Annotations>
 36743        <Annotations Target="microsoft.graph.windowsKioskUWPApp/containedAppId">
 36744          <Annotation Term="Org.OData.Core.V1.Description" String="This references an contained App from an Intune App" />
 36745        </Annotations>
 36746        <Annotations Target="microsoft.graph.windowsKioskSingleUWPApp/uwpApp">
 36747          <Annotation Term="Org.OData.Core.V1.Description" String="This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode" />
 36748        </Annotations>
 36749        <Annotations Target="microsoft.graph.windowsKioskDesktopApp/path">
 36750          <Annotation Term="Org.OData.Core.V1.Description" String="Define the path of a desktop app" />
 36751        </Annotations>
 36752        <Annotations Target="microsoft.graph.windowsKioskDesktopApp/desktopApplicationId">
 36753          <Annotation Term="Org.OData.Core.V1.Description" String="Define the DesktopApplicationID of the app" />
 36754        </Annotations>
 36755        <Annotations Target="microsoft.graph.windowsKioskDesktopApp/desktopApplicationLinkPath">
 36756          <Annotation Term="Org.OData.Core.V1.Description" String="Define the DesktopApplicationLinkPath of the app" />
 36757        </Annotations>
 36758        <Annotations Target="microsoft.graph.windowsKioskLocalGroup/groupName">
 36759          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the local group that will be locked to this kiosk configuration" />
 36760        </Annotations>
 36761        <Annotations Target="microsoft.graph.windowsKioskActiveDirectoryGroup/groupName">
 36762          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the AD group that will be locked to this kiosk configuration" />
 36763        </Annotations>
 36764        <Annotations Target="microsoft.graph.windowsKioskAzureADGroup/displayName">
 36765          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the AzureAD group that will be locked to this kiosk configuration" />
 36766        </Annotations>
 36767        <Annotations Target="microsoft.graph.windowsKioskAzureADGroup/groupId">
 36768          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AzureAD group that will be locked to this kiosk configuration" />
 36769        </Annotations>
 36770        <Annotations Target="microsoft.graph.windowsKioskAzureADUser/userId">
 36771          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the AzureAD user that will be locked to this kiosk configuration" />
 36772        </Annotations>
 36773        <Annotations Target="microsoft.graph.windowsKioskAzureADUser/userPrincipalName">
 36774          <Annotation Term="Org.OData.Core.V1.Description" String="The user accounts that will be locked to this kiosk configuration" />
 36775        </Annotations>
 36776        <Annotations Target="microsoft.graph.windowsKioskLocalUser/userName">
 36777          <Annotation Term="Org.OData.Core.V1.Description" String="The local user that will be locked to this kiosk configuration" />
 36778        </Annotations>
 36779        <Annotations Target="microsoft.graph.windows10EnterpriseModernAppManagementConfiguration">
 36780          <Annotation Term="Org.OData.Core.V1.Description" String="Windows10 Enterprise Modern App Management Configuration." />
 36781        </Annotations>
 36782        <Annotations Target="microsoft.graph.windows10EnterpriseModernAppManagementConfiguration/uninstallBuiltInApps">
 36783          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to uninstall a fixed list of built-in Windows apps." />
 36784        </Annotations>
 36785        <Annotations Target="microsoft.graph.sharedPCConfiguration">
 36786          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource." />
 36787        </Annotations>
 36788        <Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/accountDeletionPolicy">
 36789          <Annotation Term="Org.OData.Core.V1.Description" String="Configures when accounts are deleted." />
 36790        </Annotations>
 36791        <Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/cacheAccountsAboveDiskFreePercentage">
 36792          <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" />
 36793        </Annotations>
 36794        <Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/inactiveThresholdDays">
 36795          <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." />
 36796        </Annotations>
 36797        <Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/removeAccountsBelowDiskFreePercentage">
 36798          <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" />
 36799        </Annotations>
 36800        <Annotations Target="microsoft.graph.sharedPCConfiguration/accountManagerPolicy">
 36801          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false." />
 36802        </Annotations>
 36803        <Annotations Target="microsoft.graph.sharedPCConfiguration/allowedAccounts">
 36804          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates which type of accounts are allowed to use on a shared PC." />
 36805        </Annotations>
 36806        <Annotations Target="microsoft.graph.sharedPCConfiguration/localStorage">
 36807          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether local storage is allowed on a shared PC." />
 36808        </Annotations>
 36809        <Annotations Target="microsoft.graph.sharedPCConfiguration/allowLocalStorage">
 36810          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether local storage is allowed on a shared PC." />
 36811        </Annotations>
 36812        <Annotations Target="microsoft.graph.sharedPCConfiguration/setAccountManager">
 36813          <Annotation Term="Org.OData.Core.V1.Description" String="Disables the account manager for shared PC mode." />
 36814        </Annotations>
 36815        <Annotations Target="microsoft.graph.sharedPCConfiguration/disableAccountManager">
 36816          <Annotation Term="Org.OData.Core.V1.Description" String="Disables the account manager for shared PC mode." />
 36817        </Annotations>
 36818        <Annotations Target="microsoft.graph.sharedPCConfiguration/setEduPolicies">
 36819          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC education environment policies should be enabled/disabled/not configured. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true." />
 36820        </Annotations>
 36821        <Annotations Target="microsoft.graph.sharedPCConfiguration/disableEduPolicies">
 36822          <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." />
 36823        </Annotations>
 36824        <Annotations Target="microsoft.graph.sharedPCConfiguration/setPowerPolicies">
 36825          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC power policies should be enabled/disabled." />
 36826        </Annotations>
 36827        <Annotations Target="microsoft.graph.sharedPCConfiguration/disablePowerPolicies">
 36828          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC power policies should be disabled." />
 36829        </Annotations>
 36830        <Annotations Target="microsoft.graph.sharedPCConfiguration/signInOnResume">
 36831          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the requirement to sign in whenever the device wakes up from sleep mode." />
 36832        </Annotations>
 36833        <Annotations Target="microsoft.graph.sharedPCConfiguration/disableSignInOnResume">
 36834          <Annotation Term="Org.OData.Core.V1.Description" String="Disables the requirement to sign in whenever the device wakes up from sleep mode." />
 36835        </Annotations>
 36836        <Annotations Target="microsoft.graph.sharedPCConfiguration/enabled">
 36837          <Annotation Term="Org.OData.Core.V1.Description" String="Enables shared PC mode and applies the shared pc policies." />
 36838        </Annotations>
 36839        <Annotations Target="microsoft.graph.sharedPCConfiguration/idleTimeBeforeSleepInSeconds">
 36840          <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." />
 36841        </Annotations>
 36842        <Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppDisplayName">
 36843          <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." />
 36844        </Annotations>
 36845        <Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppUserModelId">
 36846          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application user model ID of the app to use with assigned access." />
 36847        </Annotations>
 36848        <Annotations Target="microsoft.graph.sharedPCConfiguration/maintenanceStartTime">
 36849          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the daily start time of maintenance hour." />
 36850        </Annotations>
 36851        <Annotations Target="microsoft.graph.sharedPCConfiguration/fastFirstSignIn">
 36852          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to auto connect new non-admin Azure AD accounts to pre-configured candidate local accounts" />
 36853        </Annotations>
 36854        <Annotations Target="microsoft.graph.windows10PFXImportCertificateProfile">
 36855          <Annotation Term="Org.OData.Core.V1.Description" String="Deprecated" />
 36856        </Annotations>
 36857        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration">
 36858          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource." />
 36859        </Annotations>
 36860        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/launchUri">
 36861          <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/)." />
 36862        </Annotations>
 36863        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/configurationAccount">
 36864          <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)." />
 36865        </Annotations>
 36866        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/configurationAccountType">
 36867          <Annotation Term="Org.OData.Core.V1.Description" String="The account type used to by ConfigurationAccount." />
 36868        </Annotations>
 36869        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowPrinting">
 36870          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the app from printing during the test." />
 36871        </Annotations>
 36872        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowScreenCapture">
 36873          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow screen capture capability during a test." />
 36874        </Annotations>
 36875        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowTextSuggestion">
 36876          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow text suggestions during the test." />
 36877        </Annotations>
 36878        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/localGuestAccountName">
 36879          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the display text for the local guest account shown on the sign-in screen. Typically is the name of an assessment. When the user clicks the local guest account on the sign-in screen, an assessment app is launched with a specified assessment URL. Secure assessments can only be configured with local guest account sign-in on devices running Windows 10, version 1903 or later. Important notice: this property must be set with assessmentAppUserModelID in order to make the local guest account sign-in experience work properly for secure assessments." />
 36880        </Annotations>
 36881        <Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/assessmentAppUserModelId">
 36882          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application user model ID of the assessment app launched when a user signs in to a secure assessment with a local guest account. Important notice: this property must be set with localGuestAccountName in order to make the local guest account sign-in experience work properly for secure assessments." />
 36883        </Annotations>
 36884        <Annotations Target="microsoft.graph.windowsWifiConfiguration">
 36885          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
 36886        </Annotations>
 36887        <Annotations Target="microsoft.graph.windowsWifiConfiguration/preSharedKey">
 36888          <Annotation Term="Org.OData.Core.V1.Description" String="This is the pre-shared key for WPA Personal Wi-Fi network." />
 36889        </Annotations>
 36890        <Annotations Target="microsoft.graph.windowsWifiConfiguration/wifiSecurityType">
 36891          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the Wifi Security Type." />
 36892        </Annotations>
 36893        <Annotations Target="microsoft.graph.windowsWifiConfiguration/meteredConnectionLimit">
 36894          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the metered connection limit type for the wifi connection." />
 36895        </Annotations>
 36896        <Annotations Target="microsoft.graph.windowsWifiConfiguration/ssid">
 36897          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the SSID of the wifi connection." />
 36898        </Annotations>
 36899        <Annotations Target="microsoft.graph.windowsWifiConfiguration/networkName">
 36900          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the network configuration name." />
 36901        </Annotations>
 36902        <Annotations Target="microsoft.graph.windowsWifiConfiguration/connectAutomatically">
 36903          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect automatically when in range." />
 36904        </Annotations>
 36905        <Annotations Target="microsoft.graph.windowsWifiConfiguration/connectToPreferredNetwork">
 36906          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect to more preferred networks when already connected to this one.  Requires ConnectAutomatically to be true." />
 36907        </Annotations>
 36908        <Annotations Target="microsoft.graph.windowsWifiConfiguration/connectWhenNetworkNameIsHidden">
 36909          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should connect automatically even when the SSID is not broadcasting." />
 36910        </Annotations>
 36911        <Annotations Target="microsoft.graph.windowsWifiConfiguration/proxySetting">
 36912          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the proxy setting for Wi-Fi configuration" />
 36913        </Annotations>
 36914        <Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyManualAddress">
 36915          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the IP address for the proxy server." />
 36916        </Annotations>
 36917        <Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyManualPort">
 36918          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the port for the proxy server." />
 36919        </Annotations>
 36920        <Annotations Target="microsoft.graph.windowsWifiConfiguration/proxyAutomaticConfigurationUrl">
 36921          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the URL for the proxy server configuration script." />
 36922        </Annotations>
 36923        <Annotations Target="microsoft.graph.windowsWifiConfiguration/forceFIPSCompliance">
 36924          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to force FIPS compliance." />
 36925        </Annotations>
 36926        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration">
 36927          <Annotation Term="Org.OData.Core.V1.Description" String="This entity provides descriptions of the declared methods, properties and relationships exposed by the Wifi CSP." />
 36928        </Annotations>
 36929        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/networkSingleSignOn">
 36930          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the network single sign on type." />
 36931        </Annotations>
 36932        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumAuthenticationTimeoutInSeconds">
 36933          <Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum authentication timeout (in seconds).  Valid range: 1-120" />
 36934        </Annotations>
 36935        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/promptForAdditionalAuthenticationCredentials">
 36936          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should prompt for additional authentication credentials." />
 36937        </Annotations>
 36938        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/enablePairwiseMasterKeyCaching">
 36939          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether the wifi connection should enable pairwise master key caching." />
 36940        </Annotations>
 36941        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumPairwiseMasterKeyCacheTimeInMinutes">
 36942          <Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum pairwise master key cache time (in minutes).  Valid range: 5-1440" />
 36943        </Annotations>
 36944        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumNumberOfPairwiseMasterKeysInCache">
 36945          <Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum number of pairwise master keys in cache.  Valid range: 1-255" />
 36946        </Annotations>
 36947        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/enablePreAuthentication">
 36948          <Annotation Term="Org.OData.Core.V1.Description" String="Specify whether pre-authentication should be enabled." />
 36949        </Annotations>
 36950        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/maximumPreAuthenticationAttempts">
 36951          <Annotation Term="Org.OData.Core.V1.Description" String="Specify maximum pre-authentication attempts.  Valid range: 1-16" />
 36952        </Annotations>
 36953        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/eapType">
 36954          <Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router)." />
 36955        </Annotations>
 36956        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/trustedServerCertificateNames">
 36957          <Annotation Term="Org.OData.Core.V1.Description" String="Specify trusted server certificate names." />
 36958        </Annotations>
 36959        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/authenticationMethod">
 36960          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the authentication method." />
 36961        </Annotations>
 36962        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/innerAuthenticationProtocolForEAPTTLS">
 36963          <Annotation Term="Org.OData.Core.V1.Description" String="Specify inner authentication protocol for EAP TTLS." />
 36964        </Annotations>
 36965        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/outerIdentityPrivacyTemporaryValue">
 36966          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the string to replace usernames for privacy when using EAP TTLS or PEAP." />
 36967        </Annotations>
 36968        <Annotations Target="microsoft.graph.windows81TrustedRootCertificate">
 36969          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 Trusted Certificate configuration profile" />
 36970        </Annotations>
 36971        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/rootCertificatesForServerValidation">
 36972          <Annotation Term="Org.OData.Core.V1.Description" String="Specify root certificate for server validation." />
 36973        </Annotations>
 36974        <Annotations Target="microsoft.graph.windowsCertificateProfileBase">
 36975          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
 36976        </Annotations>
 36977        <Annotations Target="microsoft.graph.windowsWifiEnterpriseEAPConfiguration/identityCertificateForClientAuthentication">
 36978          <Annotation Term="Org.OData.Core.V1.Description" String="Specify identity certificate for client authentication." />
 36979        </Annotations>
 36980        <Annotations Target="microsoft.graph.windows81TrustedRootCertificate/trustedRootCertificate">
 36981          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 36982        </Annotations>
 36983        <Annotations Target="microsoft.graph.windows81TrustedRootCertificate/certFileName">
 36984          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 36985        </Annotations>
 36986        <Annotations Target="microsoft.graph.windows81TrustedRootCertificate/destinationStore">
 36987          <Annotation Term="Org.OData.Core.V1.Description" String="Destination store location for the Trusted Root Certificate." />
 36988        </Annotations>
 36989        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/renewalThresholdPercentage">
 36990          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage. Valid values 1 to 99" />
 36991        </Annotations>
 36992        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/keyStorageProvider">
 36993          <Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)" />
 36994        </Annotations>
 36995        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/subjectNameFormat">
 36996          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format" />
 36997        </Annotations>
 36998        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/subjectAlternativeNameType">
 36999          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type" />
 37000        </Annotations>
 37001        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/certificateValidityPeriodValue">
 37002          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validity Period" />
 37003        </Annotations>
 37004        <Annotations Target="microsoft.graph.windowsCertificateProfileBase/certificateValidityPeriodScale">
 37005          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period" />
 37006        </Annotations>
 37007        <Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile">
 37008          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Desktop and Mobile PFX Import certificate profile" />
 37009        </Annotations>
 37010        <Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile/intendedPurpose">
 37011          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 37012        </Annotations>
 37013        <Annotations Target="microsoft.graph.windows10ImportedPFXCertificateProfile/managedDeviceCertificateStates">
 37014          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 37015        </Annotations>
 37016        <Annotations Target="microsoft.graph.windowsPhone81ImportedPFXCertificateProfile">
 37017          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 Phone and Mobile PFX Import certificate profile" />
 37018        </Annotations>
 37019        <Annotations Target="microsoft.graph.windowsPhone81ImportedPFXCertificateProfile/intendedPurpose">
 37020          <Annotation Term="Org.OData.Core.V1.Description" String="Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc." />
 37021        </Annotations>
 37022        <Annotations Target="microsoft.graph.windowsPhone81ImportedPFXCertificateProfile/managedDeviceCertificateStates">
 37023          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 37024        </Annotations>
 37025        <Annotations Target="microsoft.graph.windows10CertificateProfileBase">
 37026          <Annotation Term="Org.OData.Core.V1.Description" String="Base class for Windows 10 certificate profile." />
 37027        </Annotations>
 37028        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile">
 37029          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Desktop and Mobile PKCS certificate profile" />
 37030        </Annotations>
 37031        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificationAuthority">
 37032          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority" />
 37033        </Annotations>
 37034        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificationAuthorityName">
 37035          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certification Authority Name" />
 37036        </Annotations>
 37037        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/certificateTemplateName">
 37038          <Annotation Term="Org.OData.Core.V1.Description" String="PKCS Certificate Template Name" />
 37039        </Annotations>
 37040        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/subjectAlternativeNameFormatString">
 37041          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 37042        </Annotations>
 37043        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/extendedKeyUsages">
 37044          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 37045        </Annotations>
 37046        <Annotations Target="microsoft.graph.windows10PkcsCertificateProfile/managedDeviceCertificateStates">
 37047          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 37048        </Annotations>
 37049        <Annotations Target="microsoft.graph.windows81CertificateProfileBase">
 37050          <Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." />
 37051        </Annotations>
 37052        <Annotations Target="microsoft.graph.windows81CertificateProfileBase/extendedKeyUsages">
 37053          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 37054        </Annotations>
 37055        <Annotations Target="microsoft.graph.windows81CertificateProfileBase/customSubjectAlternativeNames">
 37056          <Annotation Term="Org.OData.Core.V1.Description" String="Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements." />
 37057        </Annotations>
 37058        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile">
 37059          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1+ SCEP certificate profile" />
 37060        </Annotations>
 37061        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/scepServerUrls">
 37062          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." />
 37063        </Annotations>
 37064        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/subjectNameFormatString">
 37065          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 37066        </Annotations>
 37067        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/keyUsage">
 37068          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
 37069        </Annotations>
 37070        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/keySize">
 37071          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
 37072        </Annotations>
 37073        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/hashAlgorithm">
 37074          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
 37075        </Annotations>
 37076        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/subjectAlternativeNameFormatString">
 37077          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 37078        </Annotations>
 37079        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/certificateStore">
 37080          <Annotation Term="Org.OData.Core.V1.Description" String="Target store certificate" />
 37081        </Annotations>
 37082        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/rootCertificate">
 37083          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 37084        </Annotations>
 37085        <Annotations Target="microsoft.graph.windows81SCEPCertificateProfile/managedDeviceCertificateStates">
 37086          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 37087        </Annotations>
 37088        <Annotations Target="microsoft.graph.windows81WifiImportConfiguration">
 37089          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1+ Wi-Fi import configuration. By configuring this profile you can instruct Windows 8.1 (and later) devices to connect to desired Wi-Fi endpoint. Connect a Windows 8.1 device to the desired Wi-Fi network and extract the XML from that device to later embed into this Wi-Fi profile." />
 37090        </Annotations>
 37091        <Annotations Target="microsoft.graph.windows81WifiImportConfiguration/payloadFileName">
 37092          <Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.xml)." />
 37093        </Annotations>
 37094        <Annotations Target="microsoft.graph.windows81WifiImportConfiguration/profileName">
 37095          <Annotation Term="Org.OData.Core.V1.Description" String="Profile name displayed in the UI." />
 37096        </Annotations>
 37097        <Annotations Target="microsoft.graph.windows81WifiImportConfiguration/payload">
 37098          <Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array). This is the XML file saved on the device you used to connect to the Wi-Fi endpoint." />
 37099        </Annotations>
 37100        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration">
 37101          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Domain Join device configuration." />
 37102        </Annotations>
 37103        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameStaticPrefix">
 37104          <Annotation Term="Org.OData.Core.V1.Description" String="Fixed prefix to be used for computer name." />
 37105        </Annotations>
 37106        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/computerNameSuffixRandomCharCount">
 37107          <Annotation Term="Org.OData.Core.V1.Description" String="Dynamically generated characters used as suffix for computer name. Valid values 3 to 14" />
 37108        </Annotations>
 37109        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/activeDirectoryDomainName">
 37110          <Annotation Term="Org.OData.Core.V1.Description" String="Active Directory domain name to join." />
 37111        </Annotations>
 37112        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/organizationalUnit">
 37113          <Annotation Term="Org.OData.Core.V1.Description" String="Organizational unit (OU) where the computer account will be created. If this parameter is NULL, the well known computer object container will be used as published in the domain." />
 37114        </Annotations>
 37115        <Annotations Target="microsoft.graph.windowsDomainJoinConfiguration/networkAccessConfigurations">
 37116          <Annotation Term="Org.OData.Core.V1.Description" String="Reference to device configurations required for network connectivity" />
 37117        </Annotations>
 37118        <Annotations Target="microsoft.graph.windowsPhone81CustomConfiguration">
 37119          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81CustomConfiguration resource." />
 37120        </Annotations>
 37121        <Annotations Target="microsoft.graph.windowsPhone81CustomConfiguration/omaSettings">
 37122          <Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." />
 37123        </Annotations>
 37124        <Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate">
 37125          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ Trusted Root Certificate configuration profile" />
 37126        </Annotations>
 37127        <Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate/trustedRootCertificate">
 37128          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate" />
 37129        </Annotations>
 37130        <Annotations Target="microsoft.graph.windowsPhone81TrustedRootCertificate/certFileName">
 37131          <Annotation Term="Org.OData.Core.V1.Description" String="File name to display in UI." />
 37132        </Annotations>
 37133        <Annotations Target="microsoft.graph.windowsUpdateScheduledInstall/scheduledInstallDay">
 37134          <Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Install Day in week" />
 37135        </Annotations>
 37136        <Annotations Target="microsoft.graph.windowsUpdateScheduledInstall/scheduledInstallTime">
 37137          <Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Install Time during day" />
 37138        </Annotations>
 37139        <Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursStart">
 37140          <Annotation Term="Org.OData.Core.V1.Description" String="Active Hours Start" />
 37141        </Annotations>
 37142        <Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursEnd">
 37143          <Annotation Term="Org.OData.Core.V1.Description" String="Active Hours End" />
 37144        </Annotations>
 37145        <Annotations Target="microsoft.graph.windowsUpdateState/deviceId">
 37146          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the device." />
 37147        </Annotations>
 37148        <Annotations Target="microsoft.graph.windowsUpdateState/userId">
 37149          <Annotation Term="Org.OData.Core.V1.Description" String="The id of the user." />
 37150        </Annotations>
 37151        <Annotations Target="microsoft.graph.windowsUpdateState/deviceDisplayName">
 37152          <Annotation Term="Org.OData.Core.V1.Description" String="Device display name." />
 37153        </Annotations>
 37154        <Annotations Target="microsoft.graph.windowsUpdateState/userPrincipalName">
 37155          <Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
 37156        </Annotations>
 37157        <Annotations Target="microsoft.graph.windowsUpdateState/status">
 37158          <Annotation Term="Org.OData.Core.V1.Description" String="Windows udpate status." />
 37159        </Annotations>
 37160        <Annotations Target="microsoft.graph.windowsUpdateState/qualityUpdateVersion">
 37161          <Annotation Term="Org.OData.Core.V1.Description" String="The Quality Update Version of the device." />
 37162        </Annotations>
 37163        <Annotations Target="microsoft.graph.windowsUpdateState/featureUpdateVersion">
 37164          <Annotation Term="Org.OData.Core.V1.Description" String="The current feature update version of the device." />
 37165        </Annotations>
 37166        <Annotations Target="microsoft.graph.windowsUpdateState/lastScanDateTime">
 37167          <Annotation Term="Org.OData.Core.V1.Description" String="The date time that the Windows Update Agent did a successful scan." />
 37168        </Annotations>
 37169        <Annotations Target="microsoft.graph.windowsUpdateState/lastSyncDateTime">
 37170          <Annotation Term="Org.OData.Core.V1.Description" String="Last date time that the device sync with with Microsoft Intune." />
 37171        </Annotations>
 37172        <Annotations Target="microsoft.graph.windowsVpnConfiguration">
 37173          <Annotation Term="Org.OData.Core.V1.Description" String="Windows VPN configuration profile." />
 37174        </Annotations>
 37175        <Annotations Target="microsoft.graph.windowsVpnConfiguration/connectionName">
 37176          <Annotation Term="Org.OData.Core.V1.Description" String="Connection name displayed to the user." />
 37177        </Annotations>
 37178        <Annotations Target="microsoft.graph.windowsVpnConfiguration/servers">
 37179          <Annotation Term="Org.OData.Core.V1.Description" String="List of VPN Servers on the network. Make sure end users can access these network locations. This collection can contain a maximum of 500 elements." />
 37180        </Annotations>
 37181        <Annotations Target="microsoft.graph.windowsVpnConfiguration/customXml">
 37182          <Annotation Term="Org.OData.Core.V1.Description" String="Custom XML commands that configures the VPN connection. (UTF8 encoded byte array)" />
 37183        </Annotations>
 37184        <Annotations Target="microsoft.graph.windows10VpnConfiguration">
 37185          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows 10 device (desktop or mobile) to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 37186        </Annotations>
 37187        <Annotations Target="microsoft.graph.windows10VpnConfiguration/profileTarget">
 37188          <Annotation Term="Org.OData.Core.V1.Description" String="Profile target type." />
 37189        </Annotations>
 37190        <Annotations Target="microsoft.graph.windows10VpnConfiguration/connectionType">
 37191          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 37192        </Annotations>
 37193        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableSplitTunneling">
 37194          <Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling." />
 37195        </Annotations>
 37196        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableAlwaysOn">
 37197          <Annotation Term="Org.OData.Core.V1.Description" String="Enable Always On mode." />
 37198        </Annotations>
 37199        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableDeviceTunnel">
 37200          <Annotation Term="Org.OData.Core.V1.Description" String="Enable device tunnel." />
 37201        </Annotations>
 37202        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableDnsRegistration">
 37203          <Annotation Term="Org.OData.Core.V1.Description" String="Enable IP address registration with internal DNS." />
 37204        </Annotations>
 37205        <Annotations Target="microsoft.graph.windows10VpnConfiguration/dnsSuffixes">
 37206          <Annotation Term="Org.OData.Core.V1.Description" String="Specify DNS suffixes to add to the DNS search list to properly route short names." />
 37207        </Annotations>
 37208        <Annotations Target="microsoft.graph.windows10VpnConfiguration/authenticationMethod">
 37209          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 37210        </Annotations>
 37211        <Annotations Target="microsoft.graph.windows10VpnConfiguration/rememberUserCredentials">
 37212          <Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." />
 37213        </Annotations>
 37214        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableConditionalAccess">
 37215          <Annotation Term="Org.OData.Core.V1.Description" String="Enable conditional access." />
 37216        </Annotations>
 37217        <Annotations Target="microsoft.graph.windows10VpnConfiguration/enableSingleSignOnWithAlternateCertificate">
 37218          <Annotation Term="Org.OData.Core.V1.Description" String="Enable single sign-on (SSO) with alternate certificate." />
 37219        </Annotations>
 37220        <Annotations Target="microsoft.graph.windows10VpnConfiguration/singleSignOnEku">
 37221          <Annotation Term="Org.OData.Core.V1.Description" String="Single sign-on Extended Key Usage (EKU)." />
 37222        </Annotations>
 37223        <Annotations Target="microsoft.graph.windows10VpnConfiguration/singleSignOnIssuerHash">
 37224          <Annotation Term="Org.OData.Core.V1.Description" String="Single sign-on issuer hash." />
 37225        </Annotations>
 37226        <Annotations Target="microsoft.graph.windows10VpnConfiguration/eapXml">
 37227          <Annotation Term="Org.OData.Core.V1.Description" String="Extensible Authentication Protocol (EAP) XML. (UTF8 encoded byte array)" />
 37228        </Annotations>
 37229        <Annotations Target="microsoft.graph.windows10VpnConfiguration/proxyServer">
 37230          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." />
 37231        </Annotations>
 37232        <Annotations Target="microsoft.graph.windows10AssociatedApps/appType">
 37233          <Annotation Term="Org.OData.Core.V1.Description" String="Application type." />
 37234        </Annotations>
 37235        <Annotations Target="microsoft.graph.windows10AssociatedApps/identifier">
 37236          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier." />
 37237        </Annotations>
 37238        <Annotations Target="microsoft.graph.windows10VpnConfiguration/associatedApps">
 37239          <Annotation Term="Org.OData.Core.V1.Description" String="Associated Apps. This collection can contain a maximum of 10000 elements." />
 37240        </Annotations>
 37241        <Annotations Target="microsoft.graph.windows10VpnConfiguration/onlyAssociatedAppsCanUseConnection">
 37242          <Annotation Term="Org.OData.Core.V1.Description" String="Only associated Apps can use connection (per-app VPN)." />
 37243        </Annotations>
 37244        <Annotations Target="microsoft.graph.windows10VpnConfiguration/windowsInformationProtectionDomain">
 37245          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection (WIP) domain to associate with this connection." />
 37246        </Annotations>
 37247        <Annotations Target="microsoft.graph.vpnTrafficRule/name">
 37248          <Annotation Term="Org.OData.Core.V1.Description" String="Name." />
 37249        </Annotations>
 37250        <Annotations Target="microsoft.graph.vpnTrafficRule/protocols">
 37251          <Annotation Term="Org.OData.Core.V1.Description" String="Protocols (0-255). Valid values 0 to 255" />
 37252        </Annotations>
 37253        <Annotations Target="microsoft.graph.numberRange/lowerNumber">
 37254          <Annotation Term="Org.OData.Core.V1.Description" String="Lower number." />
 37255        </Annotations>
 37256        <Annotations Target="microsoft.graph.numberRange/upperNumber">
 37257          <Annotation Term="Org.OData.Core.V1.Description" String="Upper number." />
 37258        </Annotations>
 37259        <Annotations Target="microsoft.graph.vpnTrafficRule/localPortRanges">
 37260          <Annotation Term="Org.OData.Core.V1.Description" String="Local port range can be set only when protocol is either TCP or UDP (6 or 17). This collection can contain a maximum of 500 elements." />
 37261        </Annotations>
 37262        <Annotations Target="microsoft.graph.vpnTrafficRule/remotePortRanges">
 37263          <Annotation Term="Org.OData.Core.V1.Description" String="Remote port range can be set only when protocol is either TCP or UDP (6 or 17). This collection can contain a maximum of 500 elements." />
 37264        </Annotations>
 37265        <Annotations Target="microsoft.graph.vpnTrafficRule/localAddressRanges">
 37266          <Annotation Term="Org.OData.Core.V1.Description" String="Local address range. This collection can contain a maximum of 500 elements." />
 37267        </Annotations>
 37268        <Annotations Target="microsoft.graph.vpnTrafficRule/remoteAddressRanges">
 37269          <Annotation Term="Org.OData.Core.V1.Description" String="Remote address range. This collection can contain a maximum of 500 elements." />
 37270        </Annotations>
 37271        <Annotations Target="microsoft.graph.vpnTrafficRule/appId">
 37272          <Annotation Term="Org.OData.Core.V1.Description" String="App identifier, if this traffic rule is triggered by an app." />
 37273        </Annotations>
 37274        <Annotations Target="microsoft.graph.vpnTrafficRule/appType">
 37275          <Annotation Term="Org.OData.Core.V1.Description" String="App type, if this traffic rule is triggered by an app." />
 37276        </Annotations>
 37277        <Annotations Target="microsoft.graph.vpnTrafficRule/routingPolicyType">
 37278          <Annotation Term="Org.OData.Core.V1.Description" String="When app triggered, indicates whether to enable split tunneling along this route." />
 37279        </Annotations>
 37280        <Annotations Target="microsoft.graph.vpnTrafficRule/claims">
 37281          <Annotation Term="Org.OData.Core.V1.Description" String="Claims associated with this traffic rule." />
 37282        </Annotations>
 37283        <Annotations Target="microsoft.graph.windows10VpnConfiguration/trafficRules">
 37284          <Annotation Term="Org.OData.Core.V1.Description" String="Traffic rules. This collection can contain a maximum of 1000 elements." />
 37285        </Annotations>
 37286        <Annotations Target="microsoft.graph.vpnRoute/destinationPrefix">
 37287          <Annotation Term="Org.OData.Core.V1.Description" String="Destination prefix (IPv4/v6 address)." />
 37288        </Annotations>
 37289        <Annotations Target="microsoft.graph.vpnRoute/prefixSize">
 37290          <Annotation Term="Org.OData.Core.V1.Description" String="Prefix size. (1-32). Valid values 1 to 32" />
 37291        </Annotations>
 37292        <Annotations Target="microsoft.graph.windows10VpnConfiguration/routes">
 37293          <Annotation Term="Org.OData.Core.V1.Description" String="Routes (optional for third-party providers). This collection can contain a maximum of 1000 elements." />
 37294        </Annotations>
 37295        <Annotations Target="microsoft.graph.vpnDnsRule/name">
 37296          <Annotation Term="Org.OData.Core.V1.Description" String="Name." />
 37297        </Annotations>
 37298        <Annotations Target="microsoft.graph.vpnDnsRule/servers">
 37299          <Annotation Term="Org.OData.Core.V1.Description" String="Servers." />
 37300        </Annotations>
 37301        <Annotations Target="microsoft.graph.vpnDnsRule/proxyServerUri">
 37302          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server Uri." />
 37303        </Annotations>
 37304        <Annotations Target="microsoft.graph.vpnDnsRule/autoTrigger">
 37305          <Annotation Term="Org.OData.Core.V1.Description" String="Automatically connect to the VPN when the device connects to this domain: Default False." />
 37306        </Annotations>
 37307        <Annotations Target="microsoft.graph.vpnDnsRule/persistent">
 37308          <Annotation Term="Org.OData.Core.V1.Description" String="Keep this rule active even when the VPN is not connected: Default False" />
 37309        </Annotations>
 37310        <Annotations Target="microsoft.graph.windows10VpnConfiguration/dnsRules">
 37311          <Annotation Term="Org.OData.Core.V1.Description" String="DNS rules. This collection can contain a maximum of 1000 elements." />
 37312        </Annotations>
 37313        <Annotations Target="microsoft.graph.windows10VpnConfiguration/trustedNetworkDomains">
 37314          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Network Domains" />
 37315        </Annotations>
 37316        <Annotations Target="microsoft.graph.windows10VpnConfiguration/identityCertificate">
 37317          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 37318        </Annotations>
 37319        <Annotations Target="microsoft.graph.windows81VpnConfiguration">
 37320          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows 8.1 (and later) devices to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 37321        </Annotations>
 37322        <Annotations Target="microsoft.graph.windows81VpnConfiguration/applyOnlyToWindows81">
 37323          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
 37324          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 37325          <Annotation Term="Org.OData.Core.V1.Permissions">
 37326            <EnumMember>
 37327              Org.OData.Core.V1.Permission/Read
 37328            </EnumMember>
 37329          </Annotation>
 37330        </Annotations>
 37331        <Annotations Target="microsoft.graph.windows81VpnConfiguration/connectionType">
 37332          <Annotation Term="Org.OData.Core.V1.Description" String="Connection type." />
 37333        </Annotations>
 37334        <Annotations Target="microsoft.graph.windows81VpnConfiguration/loginGroupOrDomain">
 37335          <Annotation Term="Org.OData.Core.V1.Description" String="Login group or domain when connection type is set to Dell SonicWALL Mobile Connection." />
 37336        </Annotations>
 37337        <Annotations Target="microsoft.graph.windows81VpnConfiguration/enableSplitTunneling">
 37338          <Annotation Term="Org.OData.Core.V1.Description" String="Enable split tunneling for the VPN." />
 37339        </Annotations>
 37340        <Annotations Target="microsoft.graph.windows81VpnConfiguration/proxyServer">
 37341          <Annotation Term="Org.OData.Core.V1.Description" String="Proxy Server." />
 37342        </Annotations>
 37343        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration">
 37344          <Annotation Term="Org.OData.Core.V1.Description" String="By providing the configurations in this profile you can instruct the Windows Phone 8.1 to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user." />
 37345        </Annotations>
 37346        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/bypassVpnOnCompanyWifi">
 37347          <Annotation Term="Org.OData.Core.V1.Description" String="Bypass VPN on company Wi-Fi." />
 37348        </Annotations>
 37349        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/bypassVpnOnHomeWifi">
 37350          <Annotation Term="Org.OData.Core.V1.Description" String="Bypass VPN on home Wi-Fi." />
 37351        </Annotations>
 37352        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/authenticationMethod">
 37353          <Annotation Term="Org.OData.Core.V1.Description" String="Authentication method." />
 37354        </Annotations>
 37355        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/rememberUserCredentials">
 37356          <Annotation Term="Org.OData.Core.V1.Description" String="Remember user credentials." />
 37357        </Annotations>
 37358        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/dnsSuffixSearchList">
 37359          <Annotation Term="Org.OData.Core.V1.Description" String="DNS suffix search list." />
 37360        </Annotations>
 37361        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase">
 37362          <Annotation Term="Org.OData.Core.V1.Description" String="Base Windows Phone 8.1+ certificate profile." />
 37363        </Annotations>
 37364        <Annotations Target="microsoft.graph.windowsPhone81VpnConfiguration/identityCertificate">
 37365          <Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
 37366        </Annotations>
 37367        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/renewalThresholdPercentage">
 37368          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate renewal threshold percentage." />
 37369        </Annotations>
 37370        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/keyStorageProvider">
 37371          <Annotation Term="Org.OData.Core.V1.Description" String="Key Storage Provider (KSP)." />
 37372        </Annotations>
 37373        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/subjectNameFormat">
 37374          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Name Format." />
 37375        </Annotations>
 37376        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/subjectAlternativeNameType">
 37377          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate Subject Alternative Name Type." />
 37378        </Annotations>
 37379        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/certificateValidityPeriodValue">
 37380          <Annotation Term="Org.OData.Core.V1.Description" String="Value for the Certificate Validtiy Period." />
 37381        </Annotations>
 37382        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/certificateValidityPeriodScale">
 37383          <Annotation Term="Org.OData.Core.V1.Description" String="Scale for the Certificate Validity Period." />
 37384        </Annotations>
 37385        <Annotations Target="microsoft.graph.windowsPhone81CertificateProfileBase/extendedKeyUsages">
 37386          <Annotation Term="Org.OData.Core.V1.Description" String="Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements." />
 37387        </Annotations>
 37388        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile">
 37389          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Phone 8.1+ SCEP certificate profile" />
 37390        </Annotations>
 37391        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/scepServerUrls">
 37392          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Server Url(s)." />
 37393        </Annotations>
 37394        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/subjectNameFormatString">
 37395          <Annotation Term="Org.OData.Core.V1.Description" String="Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress}},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA,C=US" />
 37396        </Annotations>
 37397        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/keyUsage">
 37398          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Usage." />
 37399        </Annotations>
 37400        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/keySize">
 37401          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Key Size." />
 37402        </Annotations>
 37403        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/hashAlgorithm">
 37404          <Annotation Term="Org.OData.Core.V1.Description" String="SCEP Hash Algorithm." />
 37405        </Annotations>
 37406        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/subjectAlternativeNameFormatString">
 37407          <Annotation Term="Org.OData.Core.V1.Description" String="Custom String that defines the AAD Attribute." />
 37408        </Annotations>
 37409        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/rootCertificate">
 37410          <Annotation Term="Org.OData.Core.V1.Description" String="Trusted Root Certificate." />
 37411        </Annotations>
 37412        <Annotations Target="microsoft.graph.windowsPhone81SCEPCertificateProfile/managedDeviceCertificateStates">
 37413          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate state for devices" />
 37414        </Annotations>
 37415        <Annotations Target="microsoft.graph.windows81GeneralConfiguration">
 37416          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows81GeneralConfiguration resource." />
 37417        </Annotations>
 37418        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/accountsBlockAddingNonMicrosoftAccountEmail">
 37419          <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." />
 37420        </Annotations>
 37421        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/applyOnlyToWindows81">
 37422          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 37423          <Annotation Term="Org.OData.Core.V1.Permissions">
 37424            <EnumMember>
 37425              Org.OData.Core.V1.Permission/Read
 37426            </EnumMember>
 37427          </Annotation>
 37428          <Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." />
 37429        </Annotations>
 37430        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockAutofill">
 37431          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block auto fill." />
 37432        </Annotations>
 37433        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockAutomaticDetectionOfIntranetSites">
 37434          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block automatic detection of Intranet sites." />
 37435        </Annotations>
 37436        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockEnterpriseModeAccess">
 37437          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block enterprise mode access." />
 37438        </Annotations>
 37439        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockJavaScript">
 37440          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using JavaScript." />
 37441        </Annotations>
 37442        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockPlugins">
 37443          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block plug-ins." />
 37444        </Annotations>
 37445        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockPopups">
 37446          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups." />
 37447        </Annotations>
 37448        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockSendingDoNotTrackHeader">
 37449          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from sending the do not track header." />
 37450        </Annotations>
 37451        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockSingleWordEntryOnIntranetSites">
 37452          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a single word entry on Intranet sites." />
 37453        </Annotations>
 37454        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireSmartScreen">
 37455          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require the user to use the smart screen filter." />
 37456        </Annotations>
 37457        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserEnterpriseModeSiteListLocation">
 37458          <Annotation Term="Org.OData.Core.V1.Description" String="The enterprise mode site list location. Could be a local file, local network or http location." />
 37459        </Annotations>
 37460        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserInternetSecurityLevel">
 37461          <Annotation Term="Org.OData.Core.V1.Description" String="The internet security level." />
 37462        </Annotations>
 37463        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserIntranetSecurityLevel">
 37464          <Annotation Term="Org.OData.Core.V1.Description" String="The Intranet security level." />
 37465        </Annotations>
 37466        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserLoggingReportLocation">
 37467          <Annotation Term="Org.OData.Core.V1.Description" String="The logging report location." />
 37468        </Annotations>
 37469        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireHighSecurityForRestrictedSites">
 37470          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require high security for restricted sites." />
 37471        </Annotations>
 37472        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireFirewall">
 37473          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a firewall." />
 37474        </Annotations>
 37475        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireFraudWarning">
 37476          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require fraud warning." />
 37477        </Annotations>
 37478        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserTrustedSitesSecurityLevel">
 37479          <Annotation Term="Org.OData.Core.V1.Description" String="The trusted sites security level." />
 37480        </Annotations>
 37481        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/cellularBlockDataRoaming">
 37482          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." />
 37483        </Annotations>
 37484        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/diagnosticsBlockDataSubmission">
 37485          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
 37486        </Annotations>
 37487        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordBlockPicturePasswordAndPin">
 37488          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using a pictures password and pin." />
 37489        </Annotations>
 37490        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordExpirationDays">
 37491          <Annotation Term="Org.OData.Core.V1.Description" String="Password expiration in days." />
 37492        </Annotations>
 37493        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinimumLength">
 37494          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." />
 37495        </Annotations>
 37496        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 37497          <Annotation Term="Org.OData.Core.V1.Description" String="The minutes of inactivity before the screen times out." />
 37498        </Annotations>
 37499        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinimumCharacterSetCount">
 37500          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 37501        </Annotations>
 37502        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordPreviousPasswordBlockCount">
 37503          <Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of. Valid values 0 to 24" />
 37504        </Annotations>
 37505        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordRequiredType">
 37506          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 37507        </Annotations>
 37508        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 37509          <Annotation Term="Org.OData.Core.V1.Description" String="The number of sign in failures before factory reset." />
 37510        </Annotations>
 37511        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/storageRequireDeviceEncryption">
 37512          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption on a mobile device." />
 37513        </Annotations>
 37514        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/minimumAutoInstallClassification">
 37515          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." />
 37516        </Annotations>
 37517        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/updatesMinimumAutoInstallClassification">
 37518          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum update classification to install automatically." />
 37519        </Annotations>
 37520        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/updatesRequireAutomaticUpdates">
 37521          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require automatic updates." />
 37522        </Annotations>
 37523        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/userAccountControlSettings">
 37524          <Annotation Term="Org.OData.Core.V1.Description" String="The user account control settings." />
 37525        </Annotations>
 37526        <Annotations Target="microsoft.graph.windows81GeneralConfiguration/workFoldersUrl">
 37527          <Annotation Term="Org.OData.Core.V1.Description" String="The work folders url." />
 37528        </Annotations>
 37529        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration">
 37530          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource." />
 37531        </Annotations>
 37532        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/applyOnlyToWindowsPhone81">
 37533          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 37534          <Annotation Term="Org.OData.Core.V1.Permissions">
 37535            <EnumMember>
 37536              Org.OData.Core.V1.Permission/Read
 37537            </EnumMember>
 37538          </Annotation>
 37539          <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." />
 37540        </Annotations>
 37541        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/appsBlockCopyPaste">
 37542          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block copy paste." />
 37543        </Annotations>
 37544        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/bluetoothBlocked">
 37545          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block bluetooth." />
 37546        </Annotations>
 37547        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/cameraBlocked">
 37548          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block camera." />
 37549        </Annotations>
 37550        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/cellularBlockWifiTethering">
 37551          <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." />
 37552        </Annotations>
 37553        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/compliantAppsList">
 37554          <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." />
 37555        </Annotations>
 37556        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/compliantAppListType">
 37557          <Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." />
 37558        </Annotations>
 37559        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/diagnosticDataBlockSubmission">
 37560          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." />
 37561        </Annotations>
 37562        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/emailBlockAddingAccounts">
 37563          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block custom email accounts." />
 37564        </Annotations>
 37565        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/locationServicesBlocked">
 37566          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block location services." />
 37567        </Annotations>
 37568        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/microsoftAccountBlocked">
 37569          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block using a Microsoft Account." />
 37570        </Annotations>
 37571        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/nfcBlocked">
 37572          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Near-Field Communication." />
 37573        </Annotations>
 37574        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordBlockSimple">
 37575          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing the calendar." />
 37576        </Annotations>
 37577        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordExpirationDays">
 37578          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." />
 37579        </Annotations>
 37580        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinimumLength">
 37581          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." />
 37582        </Annotations>
 37583        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout">
 37584          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before screen timeout." />
 37585        </Annotations>
 37586        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinimumCharacterSetCount">
 37587          <Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain." />
 37588        </Annotations>
 37589        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordPreviousPasswordBlockCount">
 37590          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
 37591        </Annotations>
 37592        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset">
 37593          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset." />
 37594        </Annotations>
 37595        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordRequiredType">
 37596          <Annotation Term="Org.OData.Core.V1.Description" String="Password type that is required." />
 37597        </Annotations>
 37598        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordRequired">
 37599          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." />
 37600        </Annotations>
 37601        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/screenCaptureBlocked">
 37602          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screenshots." />
 37603        </Annotations>
 37604        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/storageBlockRemovableStorage">
 37605          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block removable storage." />
 37606        </Annotations>
 37607        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/storageRequireEncryption">
 37608          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption." />
 37609        </Annotations>
 37610        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/webBrowserBlocked">
 37611          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser." />
 37612        </Annotations>
 37613        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlocked">
 37614          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi." />
 37615        </Annotations>
 37616        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlockAutomaticConnectHotspots">
 37617          <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." />
 37618        </Annotations>
 37619        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlockHotspotReporting">
 37620          <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." />
 37621        </Annotations>
 37622        <Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/windowsStoreBlocked">
 37623          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the Windows Store." />
 37624        </Annotations>
 37625        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration">
 37626          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10TeamGeneralConfiguration resource." />
 37627        </Annotations>
 37628        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsBlockTelemetry">
 37629          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block Azure Operational Insights." />
 37630        </Annotations>
 37631        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsWorkspaceId">
 37632          <Annotation Term="Org.OData.Core.V1.Description" String="The Azure Operational Insights workspace id." />
 37633        </Annotations>
 37634        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsWorkspaceKey">
 37635          <Annotation Term="Org.OData.Core.V1.Description" String="The Azure Operational Insights Workspace key." />
 37636        </Annotations>
 37637        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/connectAppBlockAutoLaunch">
 37638          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to automatically launch the Connect app whenever a projection is initiated." />
 37639        </Annotations>
 37640        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowBlocked">
 37641          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block setting a maintenance window for device updates." />
 37642        </Annotations>
 37643        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowDurationInHours">
 37644          <Annotation Term="Org.OData.Core.V1.Description" String="Maintenance window duration for device updates. Valid values 0 to 5" />
 37645        </Annotations>
 37646        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowStartTime">
 37647          <Annotation Term="Org.OData.Core.V1.Description" String="Maintenance window start time for device updates." />
 37648        </Annotations>
 37649        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastChannel">
 37650          <Annotation Term="Org.OData.Core.V1.Description" String="The channel." />
 37651        </Annotations>
 37652        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastBlocked">
 37653          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block wireless projection." />
 37654        </Annotations>
 37655        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastRequirePin">
 37656          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a pin for wireless projection." />
 37657        </Annotations>
 37658        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockMyMeetingsAndFiles">
 37659          <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." />
 37660        </Annotations>
 37661        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockSessionResume">
 37662          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to allow the ability to resume a session when the session times out." />
 37663        </Annotations>
 37664        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockSigninSuggestions">
 37665          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings." />
 37666        </Annotations>
 37667        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsDefaultVolume">
 37668          <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" />
 37669        </Annotations>
 37670        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsScreenTimeoutInMinutes">
 37671          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the Hub screen turns off." />
 37672        </Annotations>
 37673        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsSessionTimeoutInMinutes">
 37674          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the session times out." />
 37675        </Annotations>
 37676        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsSleepTimeoutInMinutes">
 37677          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the Hub enters sleep mode." />
 37678        </Annotations>
 37679        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenBlockAutomaticWakeUp">
 37680          <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." />
 37681        </Annotations>
 37682        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenBackgroundImageUrl">
 37683          <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." />
 37684        </Annotations>
 37685        <Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenMeetingInformation">
 37686          <Annotation Term="Org.OData.Core.V1.Description" String="The welcome screen meeting information shown." />
 37687        </Annotations>
 37688        <Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment">
 37689          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy group assignment." />
 37690        </Annotations>
 37691        <Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/targetGroupId">
 37692          <Annotation Term="Org.OData.Core.V1.Description" String="The Id of the AAD group we are targeting the device compliance policy to." />
 37693        </Annotations>
 37694        <Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/excludeGroup">
 37695          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this group is should be excluded. Defaults that the group should be included" />
 37696        </Annotations>
 37697        <Annotations Target="microsoft.graph.deviceCompliancePolicyGroupAssignment/deviceCompliancePolicy">
 37698          <Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the  device compliance polic targeted." />
 37699        </Annotations>
 37700        <Annotations Target="microsoft.graph.deviceComplianceActionItem/gracePeriodHours">
 37701          <Annotation Term="Org.OData.Core.V1.Description" String="Number of hours to wait till the action will be enforced. Valid values 0 to 8760" />
 37702        </Annotations>
 37703        <Annotations Target="microsoft.graph.deviceComplianceActionItem/actionType">
 37704          <Annotation Term="Org.OData.Core.V1.Description" String="What action to take" />
 37705        </Annotations>
 37706        <Annotations Target="microsoft.graph.deviceComplianceActionItem/notificationTemplateId">
 37707          <Annotation Term="Org.OData.Core.V1.Description" String="What notification Message template to use" />
 37708        </Annotations>
 37709        <Annotations Target="microsoft.graph.deviceComplianceActionItem/notificationMessageCCList">
 37710          <Annotation Term="Org.OData.Core.V1.Description" String="A list of group IDs to speicify who to CC this notification message to." />
 37711        </Annotations>
 37712        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/deviceDisplayName">
 37713          <Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
 37714        </Annotations>
 37715        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/userName">
 37716          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 37717        </Annotations>
 37718        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/deviceModel">
 37719          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 37720        </Annotations>
 37721        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/platform">
 37722          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
 37723        </Annotations>
 37724        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/complianceGracePeriodExpirationDateTime">
 37725          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 37726        </Annotations>
 37727        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/status">
 37728          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 37729        </Annotations>
 37730        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/lastReportedDateTime">
 37731          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 37732        </Annotations>
 37733        <Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/userPrincipalName">
 37734          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 37735        </Annotations>
 37736        <Annotations Target="microsoft.graph.deviceComplianceUserStatus/userDisplayName">
 37737          <Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." />
 37738        </Annotations>
 37739        <Annotations Target="microsoft.graph.deviceComplianceUserStatus/devicesCount">
 37740          <Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." />
 37741        </Annotations>
 37742        <Annotations Target="microsoft.graph.deviceComplianceUserStatus/status">
 37743          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 37744        </Annotations>
 37745        <Annotations Target="microsoft.graph.deviceComplianceUserStatus/lastReportedDateTime">
 37746          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 37747        </Annotations>
 37748        <Annotations Target="microsoft.graph.deviceComplianceUserStatus/userPrincipalName">
 37749          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 37750        </Annotations>
 37751        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/pendingCount">
 37752          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" />
 37753        </Annotations>
 37754        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/notApplicableCount">
 37755          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 37756        </Annotations>
 37757        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/notApplicablePlatformCount">
 37758          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" />
 37759        </Annotations>
 37760        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/successCount">
 37761          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" />
 37762        </Annotations>
 37763        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/errorCount">
 37764          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 37765        </Annotations>
 37766        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/failedCount">
 37767          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" />
 37768        </Annotations>
 37769        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/conflictCount">
 37770          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" />
 37771        </Annotations>
 37772        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/lastUpdateDateTime">
 37773          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 37774        </Annotations>
 37775        <Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/configurationVersion">
 37776          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 37777        </Annotations>
 37778        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/pendingCount">
 37779          <Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" />
 37780        </Annotations>
 37781        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/notApplicableCount">
 37782          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" />
 37783        </Annotations>
 37784        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/successCount">
 37785          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" />
 37786        </Annotations>
 37787        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/errorCount">
 37788          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" />
 37789        </Annotations>
 37790        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/failedCount">
 37791          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" />
 37792        </Annotations>
 37793        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/conflictCount">
 37794          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" />
 37795        </Annotations>
 37796        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/lastUpdateDateTime">
 37797          <Annotation Term="Org.OData.Core.V1.Description" String="Last update time" />
 37798        </Annotations>
 37799        <Annotations Target="microsoft.graph.deviceComplianceUserOverview/configurationVersion">
 37800          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" />
 37801        </Annotations>
 37802        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy">
 37803          <Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerCompliancePolicy resource." />
 37804        </Annotations>
 37805        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/deviceThreatProtectionEnabled">
 37806          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 37807        </Annotations>
 37808        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 37809          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 37810        </Annotations>
 37811        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity">
 37812          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
 37813        </Annotations>
 37814        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
 37815          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
 37816        </Annotations>
 37817        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/osMinimumVersion">
 37818          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
 37819        </Annotations>
 37820        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/osMaximumVersion">
 37821          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
 37822        </Annotations>
 37823        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/minAndroidSecurityPatchLevel">
 37824          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." />
 37825        </Annotations>
 37826        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordRequired">
 37827          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
 37828        </Annotations>
 37829        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLength">
 37830          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
 37831        </Annotations>
 37832        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLetterCharacters">
 37833          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of letter characters required for device password. Valid values 1 to 16" />
 37834        </Annotations>
 37835        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumLowerCaseCharacters">
 37836          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of lower case characters required for device password. Valid values 1 to 16" />
 37837        </Annotations>
 37838        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumNonLetterCharacters">
 37839          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of non-letter characters required for device password. Valid values 1 to 16" />
 37840        </Annotations>
 37841        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumNumericCharacters">
 37842          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of numeric characters required for device password. Valid values 1 to 16" />
 37843        </Annotations>
 37844        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumSymbolCharacters">
 37845          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of symbol characters required for device password. Valid values 1 to 16" />
 37846        </Annotations>
 37847        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinimumUpperCaseCharacters">
 37848          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum number of upper case letter characters required for device password. Valid values 1 to 16" />
 37849        </Annotations>
 37850        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordRequiredType">
 37851          <Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
 37852        </Annotations>
 37853        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 37854          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 37855        </Annotations>
 37856        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordExpirationDays">
 37857          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 37858        </Annotations>
 37859        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/passwordPreviousPasswordCountToBlock">
 37860          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" />
 37861        </Annotations>
 37862        <Annotations Target="microsoft.graph.androidDeviceOwnerCompliancePolicy/storageRequireEncryption">
 37863          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
 37864        </Annotations>
 37865        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy">
 37866          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android for Work." />
 37867        </Annotations>
 37868        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordRequired">
 37869          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
 37870        </Annotations>
 37871        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordMinimumLength">
 37872          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
 37873        </Annotations>
 37874        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordRequiredType">
 37875          <Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
 37876        </Annotations>
 37877        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 37878          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 37879        </Annotations>
 37880        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordExpirationDays">
 37881          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 37882        </Annotations>
 37883        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordPreviousPasswordBlockCount">
 37884          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" />
 37885        </Annotations>
 37886        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/passwordSignInFailureCountBeforeFactoryReset">
 37887          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign-in failures allowed before factory reset. Valid values 1 to 16" />
 37888        </Annotations>
 37889        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityPreventInstallAppsFromUnknownSources">
 37890          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." />
 37891        </Annotations>
 37892        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityDisableUsbDebugging">
 37893          <Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
 37894        </Annotations>
 37895        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireVerifyApps">
 37896          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 37897        </Annotations>
 37898        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/deviceThreatProtectionEnabled">
 37899          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 37900        </Annotations>
 37901        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 37902          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 37903        </Annotations>
 37904        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityBlockJailbrokenDevices">
 37905          <Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
 37906        </Annotations>
 37907        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMinimumVersion">
 37908          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
 37909        </Annotations>
 37910        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/osMaximumVersion">
 37911          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
 37912        </Annotations>
 37913        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/minAndroidSecurityPatchLevel">
 37914          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." />
 37915        </Annotations>
 37916        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/storageRequireEncryption">
 37917          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
 37918        </Annotations>
 37919        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity">
 37920          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
 37921        </Annotations>
 37922        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
 37923          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
 37924        </Annotations>
 37925        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireGooglePlayServices">
 37926          <Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." />
 37927        </Annotations>
 37928        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireUpToDateSecurityProviders">
 37929          <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." />
 37930        </Annotations>
 37931        <Annotations Target="microsoft.graph.androidForWorkCompliancePolicy/securityRequireCompanyPortalAppIntegrity">
 37932          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." />
 37933        </Annotations>
 37934        <Annotations Target="microsoft.graph.androidCompliancePolicy">
 37935          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android." />
 37936        </Annotations>
 37937        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordRequired">
 37938          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
 37939        </Annotations>
 37940        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordMinimumLength">
 37941          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
 37942        </Annotations>
 37943        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordRequiredType">
 37944          <Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
 37945        </Annotations>
 37946        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 37947          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 37948        </Annotations>
 37949        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordExpirationDays">
 37950          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 37951        </Annotations>
 37952        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordPreviousPasswordBlockCount">
 37953          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" />
 37954        </Annotations>
 37955        <Annotations Target="microsoft.graph.androidCompliancePolicy/passwordSignInFailureCountBeforeFactoryReset">
 37956          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign-in failures allowed before factory reset. Valid values 1 to 16" />
 37957        </Annotations>
 37958        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityPreventInstallAppsFromUnknownSources">
 37959          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." />
 37960        </Annotations>
 37961        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityDisableUsbDebugging">
 37962          <Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
 37963        </Annotations>
 37964        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireVerifyApps">
 37965          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 37966        </Annotations>
 37967        <Annotations Target="microsoft.graph.androidCompliancePolicy/deviceThreatProtectionEnabled">
 37968          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 37969        </Annotations>
 37970        <Annotations Target="microsoft.graph.androidCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 37971          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 37972        </Annotations>
 37973        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityBlockJailbrokenDevices">
 37974          <Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
 37975        </Annotations>
 37976        <Annotations Target="microsoft.graph.androidCompliancePolicy/osMinimumVersion">
 37977          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
 37978        </Annotations>
 37979        <Annotations Target="microsoft.graph.androidCompliancePolicy/osMaximumVersion">
 37980          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
 37981        </Annotations>
 37982        <Annotations Target="microsoft.graph.androidCompliancePolicy/minAndroidSecurityPatchLevel">
 37983          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." />
 37984        </Annotations>
 37985        <Annotations Target="microsoft.graph.androidCompliancePolicy/storageRequireEncryption">
 37986          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
 37987        </Annotations>
 37988        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity">
 37989          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
 37990        </Annotations>
 37991        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
 37992          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
 37993        </Annotations>
 37994        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireGooglePlayServices">
 37995          <Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." />
 37996        </Annotations>
 37997        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireUpToDateSecurityProviders">
 37998          <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." />
 37999        </Annotations>
 38000        <Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireCompanyPortalAppIntegrity">
 38001          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." />
 38002        </Annotations>
 38003        <Annotations Target="microsoft.graph.androidCompliancePolicy/conditionStatementId">
 38004          <Annotation Term="Org.OData.Core.V1.Description" String="Condition statement id." />
 38005        </Annotations>
 38006        <Annotations Target="microsoft.graph.androidCompliancePolicy/restrictedApps">
 38007          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to not have the specified apps installed. This collection can contain a maximum of 100 elements." />
 38008        </Annotations>
 38009        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionBase">
 38010          <Annotation Term="Org.OData.Core.V1.Description" String="Local Action Configuration" />
 38011        </Annotations>
 38012        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionBase/gracePeriodInMinutes">
 38013          <Annotation Term="Org.OData.Core.V1.Description" String="Number of minutes to wait till a local action is enforced. Valid values 0 to 2147483647" />
 38014        </Annotations>
 38015        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDevice">
 38016          <Annotation Term="Org.OData.Core.V1.Description" String="Local Action Lock Device Only Configuration" />
 38017        </Annotations>
 38018        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode">
 38019          <Annotation Term="Org.OData.Core.V1.Description" String="Local Action Lock Device with Passcode Configuration" />
 38020        </Annotations>
 38021        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode/passcode">
 38022          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 38023          <Annotation Term="Org.OData.Core.V1.Permissions">
 38024            <EnumMember>
 38025              Org.OData.Core.V1.Permission/Read
 38026            </EnumMember>
 38027          </Annotation>
 38028          <Annotation Term="Org.OData.Core.V1.Description" String="Passcode to reset to Android device. This property is read-only." />
 38029        </Annotations>
 38030        <Annotations Target="microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode/passcodeSignInFailureCountBeforeWipe">
 38031          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures before wiping device, the value can be 4-11. Valid values 4 to 11" />
 38032        </Annotations>
 38033        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy">
 38034          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android Work Profile." />
 38035        </Annotations>
 38036        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequired">
 38037          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." />
 38038        </Annotations>
 38039        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinimumLength">
 38040          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
 38041        </Annotations>
 38042        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequiredType">
 38043          <Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" />
 38044        </Annotations>
 38045        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38046          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38047        </Annotations>
 38048        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordExpirationDays">
 38049          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" />
 38050        </Annotations>
 38051        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordPreviousPasswordBlockCount">
 38052          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" />
 38053        </Annotations>
 38054        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordSignInFailureCountBeforeFactoryReset">
 38055          <Annotation Term="Org.OData.Core.V1.Description" String="Number of sign-in failures allowed before factory reset. Valid values 1 to 16" />
 38056        </Annotations>
 38057        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityPreventInstallAppsFromUnknownSources">
 38058          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." />
 38059        </Annotations>
 38060        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityDisableUsbDebugging">
 38061          <Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." />
 38062        </Annotations>
 38063        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireVerifyApps">
 38064          <Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." />
 38065        </Annotations>
 38066        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionEnabled">
 38067          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 38068        </Annotations>
 38069        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 38070          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 38071        </Annotations>
 38072        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityBlockJailbrokenDevices">
 38073          <Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
 38074        </Annotations>
 38075        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMinimumVersion">
 38076          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." />
 38077        </Annotations>
 38078        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMaximumVersion">
 38079          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." />
 38080        </Annotations>
 38081        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/minAndroidSecurityPatchLevel">
 38082          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." />
 38083        </Annotations>
 38084        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/storageRequireEncryption">
 38085          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." />
 38086        </Annotations>
 38087        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity">
 38088          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." />
 38089        </Annotations>
 38090        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice">
 38091          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." />
 38092        </Annotations>
 38093        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireGooglePlayServices">
 38094          <Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." />
 38095        </Annotations>
 38096        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireUpToDateSecurityProviders">
 38097          <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." />
 38098        </Annotations>
 38099        <Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireCompanyPortalAppIntegrity">
 38100          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." />
 38101        </Annotations>
 38102        <Annotations Target="microsoft.graph.iosCompliancePolicy">
 38103          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for IOS." />
 38104        </Annotations>
 38105        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeBlockSimple">
 38106          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passcodes." />
 38107        </Annotations>
 38108        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeExpirationDays">
 38109          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the passcode expires. Valid values 1 to 65535" />
 38110        </Annotations>
 38111        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumLength">
 38112          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passcode. Valid values 4 to 14" />
 38113        </Annotations>
 38114        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinutesOfInactivityBeforeLock">
 38115          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a passcode is required." />
 38116        </Annotations>
 38117        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinutesOfInactivityBeforeScreenTimeout">
 38118          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." />
 38119        </Annotations>
 38120        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodePreviousPasscodeBlockCount">
 38121          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passcodes to block. Valid values 1 to 24" />
 38122        </Annotations>
 38123        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumCharacterSetCount">
 38124          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38125        </Annotations>
 38126        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeRequiredType">
 38127          <Annotation Term="Org.OData.Core.V1.Description" String="The required passcode type." />
 38128        </Annotations>
 38129        <Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeRequired">
 38130          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." />
 38131        </Annotations>
 38132        <Annotations Target="microsoft.graph.iosCompliancePolicy/osMinimumVersion">
 38133          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS version." />
 38134        </Annotations>
 38135        <Annotations Target="microsoft.graph.iosCompliancePolicy/osMaximumVersion">
 38136          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS version." />
 38137        </Annotations>
 38138        <Annotations Target="microsoft.graph.iosCompliancePolicy/osMinimumBuildVersion">
 38139          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS build version." />
 38140        </Annotations>
 38141        <Annotations Target="microsoft.graph.iosCompliancePolicy/osMaximumBuildVersion">
 38142          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS build version." />
 38143        </Annotations>
 38144        <Annotations Target="microsoft.graph.iosCompliancePolicy/securityBlockJailbrokenDevices">
 38145          <Annotation Term="Org.OData.Core.V1.Description" String="Devices must not be jailbroken or rooted." />
 38146        </Annotations>
 38147        <Annotations Target="microsoft.graph.iosCompliancePolicy/deviceThreatProtectionEnabled">
 38148          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection ." />
 38149        </Annotations>
 38150        <Annotations Target="microsoft.graph.iosCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 38151          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 38152        </Annotations>
 38153        <Annotations Target="microsoft.graph.iosCompliancePolicy/managedEmailProfileRequired">
 38154          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a managed email profile." />
 38155        </Annotations>
 38156        <Annotations Target="microsoft.graph.iosCompliancePolicy/restrictedApps">
 38157          <Annotation Term="Org.OData.Core.V1.Description" String="Require the device to not have the specified apps installed. This collection can contain a maximum of 100 elements." />
 38158        </Annotations>
 38159        <Annotations Target="microsoft.graph.macOSCompliancePolicy">
 38160          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Mac OS." />
 38161        </Annotations>
 38162        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordRequired">
 38163          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." />
 38164        </Annotations>
 38165        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordBlockSimple">
 38166          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passwords." />
 38167        </Annotations>
 38168        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordExpirationDays">
 38169          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 65535" />
 38170        </Annotations>
 38171        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinimumLength">
 38172          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of password. Valid values 4 to 14" />
 38173        </Annotations>
 38174        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38175          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38176        </Annotations>
 38177        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordPreviousPasswordBlockCount">
 38178          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" />
 38179        </Annotations>
 38180        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinimumCharacterSetCount">
 38181          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38182        </Annotations>
 38183        <Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordRequiredType">
 38184          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 38185        </Annotations>
 38186        <Annotations Target="microsoft.graph.macOSCompliancePolicy/osMinimumVersion">
 38187          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum MacOS version." />
 38188        </Annotations>
 38189        <Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumVersion">
 38190          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum MacOS version." />
 38191        </Annotations>
 38192        <Annotations Target="microsoft.graph.macOSCompliancePolicy/osMinimumBuildVersion">
 38193          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum MacOS build version." />
 38194        </Annotations>
 38195        <Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumBuildVersion">
 38196          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum MacOS build version." />
 38197        </Annotations>
 38198        <Annotations Target="microsoft.graph.macOSCompliancePolicy/systemIntegrityProtectionEnabled">
 38199          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled system integrity protection." />
 38200        </Annotations>
 38201        <Annotations Target="microsoft.graph.macOSCompliancePolicy/deviceThreatProtectionEnabled">
 38202          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 38203        </Annotations>
 38204        <Annotations Target="microsoft.graph.macOSCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 38205          <Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." />
 38206        </Annotations>
 38207        <Annotations Target="microsoft.graph.macOSCompliancePolicy/storageRequireEncryption">
 38208          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Mac OS devices." />
 38209        </Annotations>
 38210        <Annotations Target="microsoft.graph.macOSCompliancePolicy/gatekeeperAllowedAppSource">
 38211          <Annotation Term="Org.OData.Core.V1.Description" String="System and Privacy setting that determines which download locations apps can be run from on a macOS device." />
 38212        </Annotations>
 38213        <Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallEnabled">
 38214          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the firewall should be enabled or not." />
 38215        </Annotations>
 38216        <Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallBlockAllIncoming">
 38217          <Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to the “Block all incoming connections” option." />
 38218        </Annotations>
 38219        <Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallEnableStealthMode">
 38220          <Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to “Enable stealth mode.”" />
 38221        </Annotations>
 38222        <Annotations Target="microsoft.graph.defaultDeviceCompliancePolicy">
 38223          <Annotation Term="Org.OData.Core.V1.Description" String="Default device compliance policy rules that are enforced account wide." />
 38224        </Annotations>
 38225        <Annotations Target="microsoft.graph.windows10CompliancePolicy">
 38226          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10." />
 38227        </Annotations>
 38228        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequired">
 38229          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows device." />
 38230        </Annotations>
 38231        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordBlockSimple">
 38232          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple password." />
 38233        </Annotations>
 38234        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequiredToUnlockFromIdle">
 38235          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock an idle device." />
 38236        </Annotations>
 38237        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38238          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38239        </Annotations>
 38240        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordExpirationDays">
 38241          <Annotation Term="Org.OData.Core.V1.Description" String="The password expiration in days." />
 38242        </Annotations>
 38243        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinimumLength">
 38244          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." />
 38245        </Annotations>
 38246        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinimumCharacterSetCount">
 38247          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38248        </Annotations>
 38249        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequiredType">
 38250          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 38251        </Annotations>
 38252        <Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordPreviousPasswordBlockCount">
 38253          <Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of." />
 38254        </Annotations>
 38255        <Annotations Target="microsoft.graph.windows10CompliancePolicy/requireHealthyDeviceReport">
 38256          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." />
 38257        </Annotations>
 38258        <Annotations Target="microsoft.graph.windows10CompliancePolicy/osMinimumVersion">
 38259          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 10 version." />
 38260        </Annotations>
 38261        <Annotations Target="microsoft.graph.windows10CompliancePolicy/osMaximumVersion">
 38262          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows 10 version." />
 38263        </Annotations>
 38264        <Annotations Target="microsoft.graph.windows10CompliancePolicy/mobileOsMinimumVersion">
 38265          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." />
 38266        </Annotations>
 38267        <Annotations Target="microsoft.graph.windows10CompliancePolicy/mobileOsMaximumVersion">
 38268          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." />
 38269        </Annotations>
 38270        <Annotations Target="microsoft.graph.windows10CompliancePolicy/earlyLaunchAntiMalwareDriverEnabled">
 38271          <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." />
 38272        </Annotations>
 38273        <Annotations Target="microsoft.graph.windows10CompliancePolicy/bitLockerEnabled">
 38274          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" />
 38275        </Annotations>
 38276        <Annotations Target="microsoft.graph.windows10CompliancePolicy/secureBootEnabled">
 38277          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." />
 38278        </Annotations>
 38279        <Annotations Target="microsoft.graph.windows10CompliancePolicy/codeIntegrityEnabled">
 38280          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." />
 38281        </Annotations>
 38282        <Annotations Target="microsoft.graph.windows10CompliancePolicy/storageRequireEncryption">
 38283          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." />
 38284        </Annotations>
 38285        <Annotations Target="microsoft.graph.windows10CompliancePolicy/activeFirewallRequired">
 38286          <Annotation Term="Org.OData.Core.V1.Description" String="Require active firewall on Windows devices." />
 38287        </Annotations>
 38288        <Annotations Target="microsoft.graph.windows10CompliancePolicy/defenderEnabled">
 38289          <Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware on Windows devices." />
 38290        </Annotations>
 38291        <Annotations Target="microsoft.graph.windows10CompliancePolicy/defenderVersion">
 38292          <Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware minimum version on Windows devices." />
 38293        </Annotations>
 38294        <Annotations Target="microsoft.graph.windows10CompliancePolicy/signatureOutOfDate">
 38295          <Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware Signature to be up to date on Windows devices." />
 38296        </Annotations>
 38297        <Annotations Target="microsoft.graph.windows10CompliancePolicy/rtpEnabled">
 38298          <Annotation Term="Org.OData.Core.V1.Description" String="Require Windows Defender Antimalware Real-Time Protection on Windows devices." />
 38299        </Annotations>
 38300        <Annotations Target="microsoft.graph.windows10CompliancePolicy/antivirusRequired">
 38301          <Annotation Term="Org.OData.Core.V1.Description" String="Require any Antivirus solution registered with Windows Decurity Center to be on and monitoring (e.g. Symantec, Windows Defender)." />
 38302        </Annotations>
 38303        <Annotations Target="microsoft.graph.windows10CompliancePolicy/antiSpywareRequired">
 38304          <Annotation Term="Org.OData.Core.V1.Description" String="Require any AntiSpyware solution registered with Windows Decurity Center to be on and monitoring (e.g. Symantec, Windows Defender)." />
 38305        </Annotations>
 38306        <Annotations Target="microsoft.graph.operatingSystemVersionRange/description">
 38307          <Annotation Term="Org.OData.Core.V1.Description" String="The description of this range (e.g. Valid 1702 builds)" />
 38308        </Annotations>
 38309        <Annotations Target="microsoft.graph.operatingSystemVersionRange/lowestVersion">
 38310          <Annotation Term="Org.OData.Core.V1.Description" String="The lowest inclusive version that this range contains." />
 38311        </Annotations>
 38312        <Annotations Target="microsoft.graph.operatingSystemVersionRange/highestVersion">
 38313          <Annotation Term="Org.OData.Core.V1.Description" String="The highest inclusive version that this range contains." />
 38314        </Annotations>
 38315        <Annotations Target="microsoft.graph.windows10CompliancePolicy/validOperatingSystemBuildRanges">
 38316          <Annotation Term="Org.OData.Core.V1.Description" String="The valid operating system build ranges on Windows devices. This collection can contain a maximum of 10000 elements." />
 38317        </Annotations>
 38318        <Annotations Target="microsoft.graph.windows10CompliancePolicy/deviceThreatProtectionEnabled">
 38319          <Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." />
 38320        </Annotations>
 38321        <Annotations Target="microsoft.graph.windows10CompliancePolicy/deviceThreatProtectionRequiredSecurityLevel">
 38322          <Annotation Term="Org.OData.Core.V1.Description" String="Require Device Threat Protection minimum risk level to report noncompliance." />
 38323        </Annotations>
 38324        <Annotations Target="microsoft.graph.windows10CompliancePolicy/configurationManagerComplianceRequired">
 38325          <Annotation Term="Org.OData.Core.V1.Description" String="Require to consider SCCM Compliance state into consideration for Intune Compliance State." />
 38326        </Annotations>
 38327        <Annotations Target="microsoft.graph.windows10CompliancePolicy/tpmRequired">
 38328          <Annotation Term="Org.OData.Core.V1.Description" String="Require Trusted Platform Module(TPM) to be present." />
 38329        </Annotations>
 38330        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy">
 38331          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10 Mobile." />
 38332        </Annotations>
 38333        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequired">
 38334          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows Phone device." />
 38335        </Annotations>
 38336        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordBlockSimple">
 38337          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block syncing the calendar." />
 38338        </Annotations>
 38339        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinimumLength">
 38340          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" />
 38341        </Annotations>
 38342        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinimumCharacterSetCount">
 38343          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38344        </Annotations>
 38345        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequiredType">
 38346          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 38347        </Annotations>
 38348        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordPreviousPasswordBlockCount">
 38349          <Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of." />
 38350        </Annotations>
 38351        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordExpirationDays">
 38352          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before password expiration. Valid values 1 to 255" />
 38353        </Annotations>
 38354        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38355          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38356        </Annotations>
 38357        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequireToUnlockFromIdle">
 38358          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock an idle device." />
 38359        </Annotations>
 38360        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/osMinimumVersion">
 38361          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." />
 38362        </Annotations>
 38363        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/osMaximumVersion">
 38364          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." />
 38365        </Annotations>
 38366        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/earlyLaunchAntiMalwareDriverEnabled">
 38367          <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." />
 38368        </Annotations>
 38369        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/bitLockerEnabled">
 38370          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" />
 38371        </Annotations>
 38372        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/secureBootEnabled">
 38373          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." />
 38374        </Annotations>
 38375        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/codeIntegrityEnabled">
 38376          <Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." />
 38377        </Annotations>
 38378        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/storageRequireEncryption">
 38379          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." />
 38380        </Annotations>
 38381        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/activeFirewallRequired">
 38382          <Annotation Term="Org.OData.Core.V1.Description" String="Require active firewall on Windows devices." />
 38383        </Annotations>
 38384        <Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/validOperatingSystemBuildRanges">
 38385          <Annotation Term="Org.OData.Core.V1.Description" String="The valid operating system build ranges on Windows devices. This collection can contain a maximum of 10000 elements." />
 38386        </Annotations>
 38387        <Annotations Target="microsoft.graph.windows81CompliancePolicy">
 38388          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 8.1." />
 38389        </Annotations>
 38390        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordRequired">
 38391          <Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows device." />
 38392        </Annotations>
 38393        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordBlockSimple">
 38394          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple password." />
 38395        </Annotations>
 38396        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordExpirationDays">
 38397          <Annotation Term="Org.OData.Core.V1.Description" String="Password expiration in days." />
 38398        </Annotations>
 38399        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinimumLength">
 38400          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." />
 38401        </Annotations>
 38402        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38403          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38404        </Annotations>
 38405        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinimumCharacterSetCount">
 38406          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38407        </Annotations>
 38408        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordRequiredType">
 38409          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 38410        </Annotations>
 38411        <Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordPreviousPasswordBlockCount">
 38412          <Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of. Valid values 0 to 24" />
 38413        </Annotations>
 38414        <Annotations Target="microsoft.graph.windows81CompliancePolicy/osMinimumVersion">
 38415          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 8.1 version." />
 38416        </Annotations>
 38417        <Annotations Target="microsoft.graph.windows81CompliancePolicy/osMaximumVersion">
 38418          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows 8.1 version." />
 38419        </Annotations>
 38420        <Annotations Target="microsoft.graph.windows81CompliancePolicy/storageRequireEncryption">
 38421          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption on a windows 8.1 device." />
 38422        </Annotations>
 38423        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy">
 38424          <Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 8.1 Mobile." />
 38425        </Annotations>
 38426        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordBlockSimple">
 38427          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block syncing the calendar." />
 38428        </Annotations>
 38429        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordExpirationDays">
 38430          <Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." />
 38431        </Annotations>
 38432        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinimumLength">
 38433          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." />
 38434        </Annotations>
 38435        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinutesOfInactivityBeforeLock">
 38436          <Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." />
 38437        </Annotations>
 38438        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinimumCharacterSetCount">
 38439          <Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." />
 38440        </Annotations>
 38441        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordRequiredType">
 38442          <Annotation Term="Org.OData.Core.V1.Description" String="The required password type." />
 38443        </Annotations>
 38444        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordPreviousPasswordBlockCount">
 38445          <Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" />
 38446        </Annotations>
 38447        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordRequired">
 38448          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." />
 38449        </Annotations>
 38450        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/osMinimumVersion">
 38451          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." />
 38452        </Annotations>
 38453        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/osMaximumVersion">
 38454          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." />
 38455        </Annotations>
 38456        <Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/storageRequireEncryption">
 38457          <Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows phone devices." />
 38458        </Annotations>
 38459        <Annotations Target="microsoft.graph.deviceSetupConfiguration">
 38460          <Annotation Term="Org.OData.Core.V1.Description" String="This is the base class for Setup Configuration. Setup configurations are platform specific and individual per-platform setup configurations inherit from here." />
 38461        </Annotations>
 38462        <Annotations Target="microsoft.graph.deviceSetupConfiguration/createdDateTime">
 38463          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 38464        </Annotations>
 38465        <Annotations Target="microsoft.graph.deviceSetupConfiguration/description">
 38466          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." />
 38467        </Annotations>
 38468        <Annotations Target="microsoft.graph.deviceSetupConfiguration/lastModifiedDateTime">
 38469          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 38470        </Annotations>
 38471        <Annotations Target="microsoft.graph.deviceSetupConfiguration/displayName">
 38472          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 38473        </Annotations>
 38474        <Annotations Target="microsoft.graph.deviceSetupConfiguration/version">
 38475          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." />
 38476        </Annotations>
 38477        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/displayName">
 38478          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy." />
 38479        </Annotations>
 38480        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/compliantDeviceCount">
 38481          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices." />
 38482        </Annotations>
 38483        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/nonCompliantDeviceCount">
 38484          <Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant devices." />
 38485        </Annotations>
 38486        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/remediatedDeviceCount">
 38487          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices." />
 38488        </Annotations>
 38489        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/errorDeviceCount">
 38490          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices had error." />
 38491        </Annotations>
 38492        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownDeviceCount">
 38493          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices." />
 38494        </Annotations>
 38495        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/conflictDeviceCount">
 38496          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices." />
 38497        </Annotations>
 38498        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/notApplicableDeviceCount">
 38499          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices." />
 38500        </Annotations>
 38501        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/compliantUserCount">
 38502          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant users." />
 38503        </Annotations>
 38504        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/nonCompliantUserCount">
 38505          <Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant users." />
 38506        </Annotations>
 38507        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/remediatedUserCount">
 38508          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated users." />
 38509        </Annotations>
 38510        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/errorUserCount">
 38511          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users had error." />
 38512        </Annotations>
 38513        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownUserCount">
 38514          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown users." />
 38515        </Annotations>
 38516        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/conflictUserCount">
 38517          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict users." />
 38518        </Annotations>
 38519        <Annotations Target="microsoft.graph.softwareUpdateStatusSummary/notApplicableUserCount">
 38520          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users." />
 38521        </Annotations>
 38522        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/inGracePeriodCount">
 38523          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices that are in grace period" />
 38524        </Annotations>
 38525        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/configManagerCount">
 38526          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices that have compliance managed by System Center Configuration Manager" />
 38527        </Annotations>
 38528        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/unknownDeviceCount">
 38529          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
 38530        </Annotations>
 38531        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/notApplicableDeviceCount">
 38532          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 38533        </Annotations>
 38534        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/compliantDeviceCount">
 38535          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
 38536        </Annotations>
 38537        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/remediatedDeviceCount">
 38538          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
 38539        </Annotations>
 38540        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/nonCompliantDeviceCount">
 38541          <Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
 38542        </Annotations>
 38543        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/errorDeviceCount">
 38544          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 38545        </Annotations>
 38546        <Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/conflictDeviceCount">
 38547          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
 38548        </Annotations>
 38549        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/setting">
 38550          <Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." />
 38551        </Annotations>
 38552        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/settingName">
 38553          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting." />
 38554        </Annotations>
 38555        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/platformType">
 38556          <Annotation Term="Org.OData.Core.V1.Description" String="Setting platform" />
 38557        </Annotations>
 38558        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/unknownDeviceCount">
 38559          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
 38560        </Annotations>
 38561        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/notApplicableDeviceCount">
 38562          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 38563        </Annotations>
 38564        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/compliantDeviceCount">
 38565          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
 38566        </Annotations>
 38567        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/remediatedDeviceCount">
 38568          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
 38569        </Annotations>
 38570        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/nonCompliantDeviceCount">
 38571          <Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
 38572        </Annotations>
 38573        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/errorDeviceCount">
 38574          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 38575        </Annotations>
 38576        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/conflictDeviceCount">
 38577          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
 38578        </Annotations>
 38579        <Annotations Target="microsoft.graph.deviceComplianceSettingState">
 38580          <Annotation Term="Org.OData.Core.V1.Description" String="Device compliance setting State for a given device." />
 38581        </Annotations>
 38582        <Annotations Target="microsoft.graph.deviceComplianceSettingState/platformType">
 38583          <Annotation Term="Org.OData.Core.V1.Description" String="Device platform type" />
 38584        </Annotations>
 38585        <Annotations Target="microsoft.graph.deviceComplianceSettingState/setting">
 38586          <Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." />
 38587        </Annotations>
 38588        <Annotations Target="microsoft.graph.deviceComplianceSettingState/settingName">
 38589          <Annotation Term="Org.OData.Core.V1.Description" String="The Setting Name that is being reported" />
 38590        </Annotations>
 38591        <Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceId">
 38592          <Annotation Term="Org.OData.Core.V1.Description" String="The Device Id that is being reported" />
 38593        </Annotations>
 38594        <Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceName">
 38595          <Annotation Term="Org.OData.Core.V1.Description" String="The Device Name that is being reported" />
 38596        </Annotations>
 38597        <Annotations Target="microsoft.graph.deviceComplianceSettingState/userId">
 38598          <Annotation Term="Org.OData.Core.V1.Description" String="The user Id that is being reported" />
 38599        </Annotations>
 38600        <Annotations Target="microsoft.graph.deviceComplianceSettingState/userEmail">
 38601          <Annotation Term="Org.OData.Core.V1.Description" String="The User email address that is being reported" />
 38602        </Annotations>
 38603        <Annotations Target="microsoft.graph.deviceComplianceSettingState/userName">
 38604          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 38605        </Annotations>
 38606        <Annotations Target="microsoft.graph.deviceComplianceSettingState/userPrincipalName">
 38607          <Annotation Term="Org.OData.Core.V1.Description" String="The User PrincipalName that is being reported" />
 38608        </Annotations>
 38609        <Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceModel">
 38610          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 38611        </Annotations>
 38612        <Annotations Target="microsoft.graph.deviceComplianceSettingState/state">
 38613          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" />
 38614        </Annotations>
 38615        <Annotations Target="microsoft.graph.deviceComplianceSettingState/complianceGracePeriodExpirationDateTime">
 38616          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 38617        </Annotations>
 38618        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/unknownDeviceCount">
 38619          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
 38620        </Annotations>
 38621        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/notApplicableDeviceCount">
 38622          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 38623        </Annotations>
 38624        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/compliantDeviceCount">
 38625          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
 38626        </Annotations>
 38627        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/remediatedDeviceCount">
 38628          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
 38629        </Annotations>
 38630        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/nonCompliantDeviceCount">
 38631          <Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" />
 38632        </Annotations>
 38633        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/errorDeviceCount">
 38634          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 38635        </Annotations>
 38636        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/conflictDeviceCount">
 38637          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
 38638        </Annotations>
 38639        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingStateSummary/notAssignedDeviceCount">
 38640          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not assigned devices" />
 38641        </Annotations>
 38642        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState">
 38643          <Annotation Term="Org.OData.Core.V1.Description" String="ATP onboarding State for a given device." />
 38644        </Annotations>
 38645        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/platformType">
 38646          <Annotation Term="Org.OData.Core.V1.Description" String="Device platform type" />
 38647        </Annotations>
 38648        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/setting">
 38649          <Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." />
 38650        </Annotations>
 38651        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/settingName">
 38652          <Annotation Term="Org.OData.Core.V1.Description" String="The Setting Name that is being reported" />
 38653        </Annotations>
 38654        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceId">
 38655          <Annotation Term="Org.OData.Core.V1.Description" String="The Device Id that is being reported" />
 38656        </Annotations>
 38657        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceName">
 38658          <Annotation Term="Org.OData.Core.V1.Description" String="The Device Name that is being reported" />
 38659        </Annotations>
 38660        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userId">
 38661          <Annotation Term="Org.OData.Core.V1.Description" String="The user Id that is being reported" />
 38662        </Annotations>
 38663        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userEmail">
 38664          <Annotation Term="Org.OData.Core.V1.Description" String="The User email address that is being reported" />
 38665        </Annotations>
 38666        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userName">
 38667          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 38668        </Annotations>
 38669        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/userPrincipalName">
 38670          <Annotation Term="Org.OData.Core.V1.Description" String="The User PrincipalName that is being reported" />
 38671        </Annotations>
 38672        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/deviceModel">
 38673          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 38674        </Annotations>
 38675        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/state">
 38676          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" />
 38677        </Annotations>
 38678        <Annotations Target="microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState/complianceGracePeriodExpirationDateTime">
 38679          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 38680        </Annotations>
 38681        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/unknownUserCount">
 38682          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown users" />
 38683        </Annotations>
 38684        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/notApplicableUserCount">
 38685          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" />
 38686        </Annotations>
 38687        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/compliantUserCount">
 38688          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant users" />
 38689        </Annotations>
 38690        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/remediatedUserCount">
 38691          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated users" />
 38692        </Annotations>
 38693        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/nonCompliantUserCount">
 38694          <Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant users" />
 38695        </Annotations>
 38696        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/errorUserCount">
 38697          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error users" />
 38698        </Annotations>
 38699        <Annotations Target="microsoft.graph.deviceConfigurationUserStateSummary/conflictUserCount">
 38700          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict users" />
 38701        </Annotations>
 38702        <Annotations Target="microsoft.graph.cartToClassAssociation/createdDateTime">
 38703          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." />
 38704        </Annotations>
 38705        <Annotations Target="microsoft.graph.cartToClassAssociation/lastModifiedDateTime">
 38706          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 38707        </Annotations>
 38708        <Annotations Target="microsoft.graph.cartToClassAssociation/version">
 38709          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the CartToClassAssociation." />
 38710        </Annotations>
 38711        <Annotations Target="microsoft.graph.cartToClassAssociation/displayName">
 38712          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." />
 38713        </Annotations>
 38714        <Annotations Target="microsoft.graph.cartToClassAssociation/description">
 38715          <Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the CartToClassAssociation." />
 38716        </Annotations>
 38717        <Annotations Target="microsoft.graph.cartToClassAssociation/deviceCartIds">
 38718          <Annotation Term="Org.OData.Core.V1.Description" String="Identifiers of device carts to be associated with classes." />
 38719        </Annotations>
 38720        <Annotations Target="microsoft.graph.cartToClassAssociation/classroomIds">
 38721          <Annotation Term="Org.OData.Core.V1.Description" String="Identifiers of classrooms to be associated with device carts." />
 38722        </Annotations>
 38723        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/installStatus">
 38724          <Annotation Term="Org.OData.Core.V1.Description" String="The installation status of the policy report." />
 38725        </Annotations>
 38726        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/osVersion">
 38727          <Annotation Term="Org.OData.Core.V1.Description" String="The device version that is being reported." />
 38728        </Annotations>
 38729        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceId">
 38730          <Annotation Term="Org.OData.Core.V1.Description" String="The device id that is being reported." />
 38731        </Annotations>
 38732        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userId">
 38733          <Annotation Term="Org.OData.Core.V1.Description" String="The User id that is being reported." />
 38734        </Annotations>
 38735        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceDisplayName">
 38736          <Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." />
 38737        </Annotations>
 38738        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userName">
 38739          <Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" />
 38740        </Annotations>
 38741        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceModel">
 38742          <Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" />
 38743        </Annotations>
 38744        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/platform">
 38745          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device that is being reported" />
 38746        </Annotations>
 38747        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/complianceGracePeriodExpirationDateTime">
 38748          <Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
 38749        </Annotations>
 38750        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/status">
 38751          <Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." />
 38752        </Annotations>
 38753        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/lastReportedDateTime">
 38754          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." />
 38755        </Annotations>
 38756        <Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userPrincipalName">
 38757          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 38758        </Annotations>
 38759        <Annotations Target="microsoft.graph.ndesConnector/lastConnectionDateTime">
 38760          <Annotation Term="Org.OData.Core.V1.Description" String="Last connection time for the Ndes Connector" />
 38761        </Annotations>
 38762        <Annotations Target="microsoft.graph.ndesConnector/state">
 38763          <Annotation Term="Org.OData.Core.V1.Description" String="Ndes Connector Status" />
 38764        </Annotations>
 38765        <Annotations Target="microsoft.graph.ndesConnector/displayName">
 38766          <Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the Ndes Connector." />
 38767        </Annotations>
 38768        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/setting">
 38769          <Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" />
 38770        </Annotations>
 38771        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/settingName">
 38772          <Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" />
 38773        </Annotations>
 38774        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/instanceDisplayName">
 38775          <Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." />
 38776        </Annotations>
 38777        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/state">
 38778          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" />
 38779        </Annotations>
 38780        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/errorCode">
 38781          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for the setting" />
 38782        </Annotations>
 38783        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/errorDescription">
 38784          <Annotation Term="Org.OData.Core.V1.Description" String="Error description" />
 38785        </Annotations>
 38786        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/userId">
 38787          <Annotation Term="Org.OData.Core.V1.Description" String="UserId" />
 38788        </Annotations>
 38789        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/userName">
 38790          <Annotation Term="Org.OData.Core.V1.Description" String="UserName" />
 38791        </Annotations>
 38792        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/userEmail">
 38793          <Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" />
 38794        </Annotations>
 38795        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/userPrincipalName">
 38796          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 38797        </Annotations>
 38798        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/sources">
 38799          <Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" />
 38800        </Annotations>
 38801        <Annotations Target="microsoft.graph.deviceConfigurationSettingState/currentValue">
 38802          <Annotation Term="Org.OData.Core.V1.Description" String="Current value of setting on device" />
 38803        </Annotations>
 38804        <Annotations Target="microsoft.graph.deviceConfigurationState/displayName">
 38805          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
 38806        </Annotations>
 38807        <Annotations Target="microsoft.graph.deviceConfigurationState/version">
 38808          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" />
 38809        </Annotations>
 38810        <Annotations Target="microsoft.graph.deviceConfigurationState/platformType">
 38811          <Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" />
 38812        </Annotations>
 38813        <Annotations Target="microsoft.graph.deviceConfigurationState/state">
 38814          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" />
 38815        </Annotations>
 38816        <Annotations Target="microsoft.graph.deviceConfigurationState/settingCount">
 38817          <Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" />
 38818        </Annotations>
 38819        <Annotations Target="microsoft.graph.deviceConfigurationState/userId">
 38820          <Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" />
 38821        </Annotations>
 38822        <Annotations Target="microsoft.graph.deviceConfigurationState/userPrincipalName">
 38823          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" />
 38824        </Annotations>
 38825        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/setting">
 38826          <Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" />
 38827        </Annotations>
 38828        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/settingName">
 38829          <Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" />
 38830        </Annotations>
 38831        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/instanceDisplayName">
 38832          <Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." />
 38833        </Annotations>
 38834        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/state">
 38835          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" />
 38836        </Annotations>
 38837        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/errorCode">
 38838          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for the setting" />
 38839        </Annotations>
 38840        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/errorDescription">
 38841          <Annotation Term="Org.OData.Core.V1.Description" String="Error description" />
 38842        </Annotations>
 38843        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userId">
 38844          <Annotation Term="Org.OData.Core.V1.Description" String="UserId" />
 38845        </Annotations>
 38846        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userName">
 38847          <Annotation Term="Org.OData.Core.V1.Description" String="UserName" />
 38848        </Annotations>
 38849        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userEmail">
 38850          <Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" />
 38851        </Annotations>
 38852        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userPrincipalName">
 38853          <Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
 38854        </Annotations>
 38855        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/sources">
 38856          <Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" />
 38857        </Annotations>
 38858        <Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/currentValue">
 38859          <Annotation Term="Org.OData.Core.V1.Description" String="Current value of setting on device" />
 38860        </Annotations>
 38861        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/displayName">
 38862          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
 38863        </Annotations>
 38864        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/version">
 38865          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" />
 38866        </Annotations>
 38867        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/platformType">
 38868          <Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" />
 38869        </Annotations>
 38870        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/state">
 38871          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" />
 38872        </Annotations>
 38873        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/settingCount">
 38874          <Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" />
 38875        </Annotations>
 38876        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/userId">
 38877          <Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" />
 38878        </Annotations>
 38879        <Annotations Target="microsoft.graph.deviceCompliancePolicyState/userPrincipalName">
 38880          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" />
 38881        </Annotations>
 38882        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/displayName">
 38883          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
 38884        </Annotations>
 38885        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/version">
 38886          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" />
 38887        </Annotations>
 38888        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/platformType">
 38889          <Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" />
 38890        </Annotations>
 38891        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/state">
 38892          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" />
 38893        </Annotations>
 38894        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/settingCount">
 38895          <Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" />
 38896        </Annotations>
 38897        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/userId">
 38898          <Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" />
 38899        </Annotations>
 38900        <Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationState/userPrincipalName">
 38901          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" />
 38902        </Annotations>
 38903        <Annotations Target="microsoft.graph.restrictedAppsViolation/userId">
 38904          <Annotation Term="Org.OData.Core.V1.Description" String="User unique identifier, must be Guid" />
 38905        </Annotations>
 38906        <Annotations Target="microsoft.graph.restrictedAppsViolation/userName">
 38907          <Annotation Term="Org.OData.Core.V1.Description" String="User name" />
 38908        </Annotations>
 38909        <Annotations Target="microsoft.graph.restrictedAppsViolation/managedDeviceId">
 38910          <Annotation Term="Org.OData.Core.V1.Description" String="Managed device unique identifier, must be Guid" />
 38911        </Annotations>
 38912        <Annotations Target="microsoft.graph.restrictedAppsViolation/deviceName">
 38913          <Annotation Term="Org.OData.Core.V1.Description" String="Device name" />
 38914        </Annotations>
 38915        <Annotations Target="microsoft.graph.restrictedAppsViolation/deviceConfigurationId">
 38916          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration profile unique identifier, must be Guid" />
 38917        </Annotations>
 38918        <Annotations Target="microsoft.graph.restrictedAppsViolation/deviceConfigurationName">
 38919          <Annotation Term="Org.OData.Core.V1.Description" String="Device configuration profile name" />
 38920        </Annotations>
 38921        <Annotations Target="microsoft.graph.restrictedAppsViolation/platformType">
 38922          <Annotation Term="Org.OData.Core.V1.Description" String="Platform type" />
 38923        </Annotations>
 38924        <Annotations Target="microsoft.graph.restrictedAppsViolation/restrictedAppsState">
 38925          <Annotation Term="Org.OData.Core.V1.Description" String="Restricted apps state" />
 38926        </Annotations>
 38927        <Annotations Target="microsoft.graph.managedDeviceReportedApp/appId">
 38928          <Annotation Term="Org.OData.Core.V1.Description" String="The application or bundle identifier of the application" />
 38929        </Annotations>
 38930        <Annotations Target="microsoft.graph.restrictedAppsViolation/restrictedApps">
 38931          <Annotation Term="Org.OData.Core.V1.Description" String="List of violated restricted apps" />
 38932        </Annotations>
 38933        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/userPrincipalName">
 38934          <Annotation Term="Org.OData.Core.V1.Description" String="User name" />
 38935        </Annotations>
 38936        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/deviceType">
 38937          <Annotation Term="Org.OData.Core.V1.Description" String="Platform of the device." />
 38938        </Annotations>
 38939        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/osVersion">
 38940          <Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device" />
 38941        </Annotations>
 38942        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/tpmSpecificationVersion">
 38943          <Annotation Term="Org.OData.Core.V1.Description" String="Device TPM Version" />
 38944        </Annotations>
 38945        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/deviceName">
 38946          <Annotation Term="Org.OData.Core.V1.Description" String="Device name" />
 38947        </Annotations>
 38948        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionReadinessState">
 38949          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption readiness state" />
 38950        </Annotations>
 38951        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionState">
 38952          <Annotation Term="Org.OData.Core.V1.Description" String="Device encryption state" />
 38953        </Annotations>
 38954        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/encryptionPolicySettingState">
 38955          <Annotation Term="Org.OData.Core.V1.Description" String="Encryption policy setting state" />
 38956        </Annotations>
 38957        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/advancedBitLockerStates">
 38958          <Annotation Term="Org.OData.Core.V1.Description" String="Advanced BitLocker State" />
 38959        </Annotations>
 38960        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/fileVaultStates">
 38961          <Annotation Term="Org.OData.Core.V1.Description" String="FileVault State" />
 38962        </Annotations>
 38963        <Annotations Target="microsoft.graph.encryptionReportPolicyDetails/policyId">
 38964          <Annotation Term="Org.OData.Core.V1.Description" String="Policy Id for Encryption Report" />
 38965        </Annotations>
 38966        <Annotations Target="microsoft.graph.encryptionReportPolicyDetails/policyName">
 38967          <Annotation Term="Org.OData.Core.V1.Description" String="Policy Name for Encryption Report" />
 38968        </Annotations>
 38969        <Annotations Target="microsoft.graph.managedDeviceEncryptionState/policyDetails">
 38970          <Annotation Term="Org.OData.Core.V1.Description" String="Policy Details" />
 38971        </Annotations>
 38972        <Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/conflictingDeviceConfigurations">
 38973          <Annotation Term="Org.OData.Core.V1.Description" String="The set of policies in conflict with the given setting" />
 38974        </Annotations>
 38975        <Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/contributingSettings">
 38976          <Annotation Term="Org.OData.Core.V1.Description" String="The set of settings in conflict with the given policies" />
 38977        </Annotations>
 38978        <Annotations Target="microsoft.graph.deviceConfigurationConflictSummary/deviceCheckinsImpacted">
 38979          <Annotation Term="Org.OData.Core.V1.Description" String="The count of checkins impacted by the conflicting policies and settings" />
 38980        </Annotations>
 38981        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateRevokeStatus">
 38982          <Annotation Term="Org.OData.Core.V1.Description" String="Revoke status" />
 38983        </Annotations>
 38984        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/managedDeviceDisplayName">
 38985          <Annotation Term="Org.OData.Core.V1.Description" String="Device display name" />
 38986        </Annotations>
 38987        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/userPrincipalName">
 38988          <Annotation Term="Org.OData.Core.V1.Description" String="User principal name" />
 38989        </Annotations>
 38990        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateExpirationDateTime">
 38991          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate expiry date" />
 38992        </Annotations>
 38993        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateIssuerName">
 38994          <Annotation Term="Org.OData.Core.V1.Description" String="Issuer" />
 38995        </Annotations>
 38996        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateThumbprint">
 38997          <Annotation Term="Org.OData.Core.V1.Description" String="Thumbprint" />
 38998        </Annotations>
 38999        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateSerialNumber">
 39000          <Annotation Term="Org.OData.Core.V1.Description" String="Serial number" />
 39001        </Annotations>
 39002        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateSubjectName">
 39003          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate subject name" />
 39004        </Annotations>
 39005        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateKeyUsages">
 39006          <Annotation Term="Org.OData.Core.V1.Description" String="Key Usage" />
 39007        </Annotations>
 39008        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateExtendedKeyUsages">
 39009          <Annotation Term="Org.OData.Core.V1.Description" String="Enhanced Key Usage" />
 39010        </Annotations>
 39011        <Annotations Target="microsoft.graph.managedAllDeviceCertificateState/certificateIssuanceDateTime">
 39012          <Annotation Term="Org.OData.Core.V1.Description" String="Issuance date" />
 39013        </Annotations>
 39014        <Annotations Target="microsoft.graph.vppToken/organizationName">
 39015          <Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" />
 39016        </Annotations>
 39017        <Annotations Target="microsoft.graph.vppToken/vppTokenAccountType">
 39018          <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`." />
 39019        </Annotations>
 39020        <Annotations Target="microsoft.graph.vppToken/appleId">
 39021          <Annotation Term="Org.OData.Core.V1.Description" String="The apple Id associated with the given Apple Volume Purchase Program Token." />
 39022        </Annotations>
 39023        <Annotations Target="microsoft.graph.vppToken/expirationDateTime">
 39024          <Annotation Term="Org.OData.Core.V1.Description" String="The expiration date time of the Apple Volume Purchase Program Token." />
 39025        </Annotations>
 39026        <Annotations Target="microsoft.graph.vppToken/lastSyncDateTime">
 39027          <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." />
 39028        </Annotations>
 39029        <Annotations Target="microsoft.graph.vppToken/token">
 39030          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program." />
 39031        </Annotations>
 39032        <Annotations Target="microsoft.graph.vppToken/lastModifiedDateTime">
 39033          <Annotation Term="Org.OData.Core.V1.Description" String="Last modification date time associated with the Apple Volume Purchase Program Token." />
 39034        </Annotations>
 39035        <Annotations Target="microsoft.graph.vppToken/state">
 39036          <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`." />
 39037        </Annotations>
 39038        <Annotations Target="microsoft.graph.vppTokenActionResult/actionName">
 39039          <Annotation Term="Org.OData.Core.V1.Description" String="Action name" />
 39040        </Annotations>
 39041        <Annotations Target="microsoft.graph.vppTokenActionResult/actionState">
 39042          <Annotation Term="Org.OData.Core.V1.Description" String="State of the action" />
 39043        </Annotations>
 39044        <Annotations Target="microsoft.graph.vppTokenActionResult/startDateTime">
 39045          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" />
 39046        </Annotations>
 39047        <Annotations Target="microsoft.graph.vppTokenActionResult/lastUpdatedDateTime">
 39048          <Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" />
 39049        </Annotations>
 39050        <Annotations Target="microsoft.graph.vppToken/tokenActionResults">
 39051          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of statuses of the actions performed on the Apple Volume Purchase Program Token." />
 39052        </Annotations>
 39053        <Annotations Target="microsoft.graph.vppToken/lastSyncStatus">
 39054          <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`." />
 39055        </Annotations>
 39056        <Annotations Target="microsoft.graph.vppToken/automaticallyUpdateApps">
 39057          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." />
 39058        </Annotations>
 39059        <Annotations Target="microsoft.graph.vppToken/countryOrRegion">
 39060          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." />
 39061        </Annotations>
 39062        <Annotations Target="microsoft.graph.vppToken/dataSharingConsentGranted">
 39063          <Annotation Term="Org.OData.Core.V1.Description" String="Consent granted for data sharing with the Apple Volume Purchase Program." />
 39064        </Annotations>
 39065        <Annotations Target="microsoft.graph.vppToken/displayName">
 39066          <Annotation Term="Org.OData.Core.V1.Description" String="An admin specified token friendly name." />
 39067        </Annotations>
 39068        <Annotations Target="microsoft.graph.vppToken/locationName">
 39069          <Annotation Term="Org.OData.Core.V1.Description" String="Token location returned from Apple VPP." />
 39070        </Annotations>
 39071        <Annotations Target="microsoft.graph.vppToken/claimTokenManagementFromExternalMdm">
 39072          <Annotation Term="Org.OData.Core.V1.Description" String="Admin consent to allow claiming token management from external MDM." />
 39073        </Annotations>
 39074        <Annotations Target="microsoft.graph.vppToken/roleScopeTagIds">
 39075          <Annotation Term="Org.OData.Core.V1.Description" String="Role Scope Tags IDs assigned to this entity." />
 39076        </Annotations>
 39077        <Annotations Target="microsoft.graph.vppTokenLicenseSummary/vppTokenId">
 39078          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier of the VPP token." />
 39079        </Annotations>
 39080        <Annotations Target="microsoft.graph.vppTokenLicenseSummary/appleId">
 39081          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple Id associated with the given Apple Volume Purchase Program Token." />
 39082        </Annotations>
 39083        <Annotations Target="microsoft.graph.vppTokenLicenseSummary/organizationName">
 39084          <Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token." />
 39085        </Annotations>
 39086        <Annotations Target="microsoft.graph.vppTokenLicenseSummary/availableLicenseCount">
 39087          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses available." />
 39088        </Annotations>
 39089        <Annotations Target="microsoft.graph.vppTokenLicenseSummary/usedLicenseCount">
 39090          <Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." />
 39091        </Annotations>
 39092        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/lastSyncDateTime">
 39093          <Annotation Term="Org.OData.Core.V1.Description" String="Last sync time for the Exchange Connector" />
 39094        </Annotations>
 39095        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/status">
 39096          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange Connector Status" />
 39097        </Annotations>
 39098        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/primarySmtpAddress">
 39099          <Annotation Term="Org.OData.Core.V1.Description" String="Email address used to configure the Service To Service Exchange Connector." />
 39100        </Annotations>
 39101        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/serverName">
 39102          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the Exchange server." />
 39103        </Annotations>
 39104        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/connectorServerName">
 39105          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the server hosting the Exchange Connector." />
 39106        </Annotations>
 39107        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeConnectorType">
 39108          <Annotation Term="Org.OData.Core.V1.Description" String="The type of Exchange Connector Configured." />
 39109        </Annotations>
 39110        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/version">
 39111          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the ExchangeConnectorAgent" />
 39112        </Annotations>
 39113        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeAlias">
 39114          <Annotation Term="Org.OData.Core.V1.Description" String="An alias assigned to the Exchange server" />
 39115        </Annotations>
 39116        <Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeOrganization">
 39117          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange Organization to the Exchange server" />
 39118        </Annotations>
 39119        <Annotations Target="microsoft.graph.enrollmentConfigurationAssignment/target">
 39120          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to managed devices in the tenant" />
 39121        </Annotations>
 39122        <Annotations Target="microsoft.graph.enrollmentConfigurationAssignment/source">
 39123          <Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or policySet" />
 39124        </Annotations>
 39125        <Annotations Target="microsoft.graph.enrollmentConfigurationAssignment/sourceId">
 39126          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" />
 39127        </Annotations>
 39128        <Annotations Target="microsoft.graph.sideLoadingKey/value">
 39129          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Value, it is 5x5 value, seperated by hiphens." />
 39130        </Annotations>
 39131        <Annotations Target="microsoft.graph.sideLoadingKey/displayName">
 39132          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Name displayed to the ITPro Admins." />
 39133        </Annotations>
 39134        <Annotations Target="microsoft.graph.sideLoadingKey/description">
 39135          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key description displayed to the ITPro Admins.." />
 39136        </Annotations>
 39137        <Annotations Target="microsoft.graph.sideLoadingKey/totalActivation">
 39138          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Total Activation displayed to the ITPro Admins." />
 39139        </Annotations>
 39140        <Annotations Target="microsoft.graph.sideLoadingKey/lastUpdatedDateTime">
 39141          <Annotation Term="Org.OData.Core.V1.Description" String="Side Loading Key Last Updated Date displayed to the ITPro Admins." />
 39142        </Annotations>
 39143        <Annotations Target="microsoft.graph.deviceEnrollmentLimitConfiguration">
 39144          <Annotation Term="Org.OData.Core.V1.Description" String="Device Enrollment Configuration that restricts the number of devices a user can enroll" />
 39145        </Annotations>
 39146        <Annotations Target="microsoft.graph.deviceEnrollmentLimitConfiguration/limit">
 39147          <Annotation Term="Org.OData.Core.V1.Description" String="The maximum number of devices that a user can enroll" />
 39148        </Annotations>
 39149        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration">
 39150          <Annotation Term="Org.OData.Core.V1.Description" String="Device Enrollment Configuration that restricts the types of devices a user can enroll" />
 39151        </Annotations>
 39152        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/platformBlocked">
 39153          <Annotation Term="Org.OData.Core.V1.Description" String="Block the platform from enrolling" />
 39154        </Annotations>
 39155        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/personalDeviceEnrollmentBlocked">
 39156          <Annotation Term="Org.OData.Core.V1.Description" String="Block personally owned devices from enrolling" />
 39157        </Annotations>
 39158        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/osMinimumVersion">
 39159          <Annotation Term="Org.OData.Core.V1.Description" String="Min OS version supported" />
 39160        </Annotations>
 39161        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/osMaximumVersion">
 39162          <Annotation Term="Org.OData.Core.V1.Description" String="Max OS version supported" />
 39163        </Annotations>
 39164        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/iosRestriction">
 39165          <Annotation Term="Org.OData.Core.V1.Description" String="Ios restrictions based on platform, platform operating system version, and device ownership" />
 39166        </Annotations>
 39167        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsRestriction">
 39168          <Annotation Term="Org.OData.Core.V1.Description" String="Windows restrictions based on platform, platform operating system version, and device ownership" />
 39169        </Annotations>
 39170        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsMobileRestriction">
 39171          <Annotation Term="Org.OData.Core.V1.Description" String="Windows mobile restrictions based on platform, platform operating system version, and device ownership" />
 39172        </Annotations>
 39173        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/androidRestriction">
 39174          <Annotation Term="Org.OData.Core.V1.Description" String="Android restrictions based on platform, platform operating system version, and device ownership" />
 39175        </Annotations>
 39176        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/androidForWorkRestriction">
 39177          <Annotation Term="Org.OData.Core.V1.Description" String="Android for work restrictions based on platform, platform operating system version, and device ownership" />
 39178        </Annotations>
 39179        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/macRestriction">
 39180          <Annotation Term="Org.OData.Core.V1.Description" String="Mac restrictions based on platform, platform operating system version, and device ownership" />
 39181        </Annotations>
 39182        <Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/macOSRestriction">
 39183          <Annotation Term="Org.OData.Core.V1.Description" String="Mac restrictions based on platform, platform operating system version, and device ownership" />
 39184        </Annotations>
 39185        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration">
 39186          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Enrollment Status Page Configuration" />
 39187        </Annotations>
 39188        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/showInstallationProgress">
 39189          <Annotation Term="Org.OData.Core.V1.Description" String="Show or hide installation progress to user" />
 39190        </Annotations>
 39191        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/blockDeviceSetupRetryByUser">
 39192          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to retry the setup on installation failure" />
 39193        </Annotations>
 39194        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowDeviceResetOnInstallFailure">
 39195          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or block device reset on installation failure" />
 39196        </Annotations>
 39197        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowLogCollectionOnInstallFailure">
 39198          <Annotation Term="Org.OData.Core.V1.Description" String="Allow or block log collection on installation failure" />
 39199        </Annotations>
 39200        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/customErrorMessage">
 39201          <Annotation Term="Org.OData.Core.V1.Description" String="Set custom error message to show upon installation failure" />
 39202        </Annotations>
 39203        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/installProgressTimeoutInMinutes">
 39204          <Annotation Term="Org.OData.Core.V1.Description" String="Set installation progress timeout in minutes" />
 39205        </Annotations>
 39206        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowDeviceUseOnInstallFailure">
 39207          <Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to continue using the device on installation failure" />
 39208        </Annotations>
 39209        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/selectedMobileAppIds">
 39210          <Annotation Term="Org.OData.Core.V1.Description" String="Selected applications to track the installation status" />
 39211        </Annotations>
 39212        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/trackInstallProgressForAutopilotOnly">
 39213          <Annotation Term="Org.OData.Core.V1.Description" String="Only show installation progress for Autopilot enrollment scenarios" />
 39214        </Annotations>
 39215        <Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/disableUserStatusTrackingAfterFirstUser">
 39216          <Annotation Term="Org.OData.Core.V1.Description" String="Only show installation progress for first user post enrollment" />
 39217        </Annotations>
 39218        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration">
 39219          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN. Configure settings for enrolled Windows 10, Windows 10 Mobile and later." />
 39220        </Annotations>
 39221        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinMinimumLength">
 39222          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the minimum number of characters required for the Windows Hello for Business PIN.  This value must be between 4 and 127, inclusive, and less than or equal to the value set for the maximum PIN." />
 39223        </Annotations>
 39224        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinMaximumLength">
 39225          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the maximum number of characters allowed for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive. This value must be greater than or equal to the value set for the minimum PIN." />
 39226        </Annotations>
 39227        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinUppercaseCharactersUsage">
 39228          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use uppercase letters in the Windows Hello for Business PIN.  Allowed permits the use of uppercase letter(s), whereas Required ensures they are present. If set to Not Allowed, uppercase letters will not be permitted." />
 39229        </Annotations>
 39230        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinLowercaseCharactersUsage">
 39231          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use lowercase letters in the Windows Hello for Business PIN.  Allowed permits the use of lowercase letter(s), whereas Required ensures they are present. If set to Not Allowed, lowercase letters will not be permitted." />
 39232        </Annotations>
 39233        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinSpecialCharactersUsage">
 39234          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use special characters in the Windows Hello for Business PIN.  Allowed permits the use of special character(s), whereas Required ensures they are present. If set to Not Allowed, special character(s) will not be permitted." />
 39235        </Annotations>
 39236        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/state">
 39237          <Annotation Term="Org.OData.Core.V1.Description" String="Controls whether to allow the device to be configured for Windows Hello for Business. If set to disabled, the user cannot provision Windows Hello for Business except on Azure Active Directory joined mobile phones if otherwise required. If set to Not Configured, Intune will not override client defaults." />
 39238        </Annotations>
 39239        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/securityDeviceRequired">
 39240          <Annotation Term="Org.OData.Core.V1.Description" String="Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM." />
 39241        </Annotations>
 39242        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/unlockWithBiometricsEnabled">
 39243          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN.  If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures." />
 39244        </Annotations>
 39245        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/remotePassportEnabled">
 39246          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the use of Remote Windows Hello for Business. Remote Windows Hello for Business provides the ability for a portable, registered device to be usable as a companion for desktop authentication. The desktop must be Azure AD joined and the companion device must have a Windows Hello for Business PIN." />
 39247        </Annotations>
 39248        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinPreviousBlockCount">
 39249          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset." />
 39250        </Annotations>
 39251        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinExpirationInDays">
 39252          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the period of time (in days) that a PIN can be used before the system requires the user to change it. This must be set between 0 and 730, inclusive. If set to 0, the user's PIN will never expire" />
 39253        </Annotations>
 39254        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/enhancedBiometricsState">
 39255          <Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use the anti-spoofing features for facial recognition on devices which support it. If set to disabled, anti-spoofing features are not allowed. If set to Not Configured, the user can choose whether they want to use anti-spoofing." />
 39256        </Annotations>
 39257        <Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/securityKeyForSignIn">
 39258          <Annotation Term="Org.OData.Core.V1.Description" String="Security key for Sign In provides the capacity for remotely turning ON/OFF Windows Hello Sercurity Keyl Not configured will honor configurations done on the clinet." />
 39259        </Annotations>
 39260        <Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/totalLicensesCount">
 39261          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses that were attempted to revoke." />
 39262        </Annotations>
 39263        <Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/failedLicensesCount">
 39264          <Annotation Term="Org.OData.Core.V1.Description" String="A count of the number of licenses that failed to revoke." />
 39265        </Annotations>
 39266        <Annotations Target="microsoft.graph.vppTokenRevokeLicensesActionResult/actionFailureReason">
 39267          <Annotation Term="Org.OData.Core.V1.Description" String="The reason for the revoke licenses action failure." />
 39268        </Annotations>
 39269        <Annotations Target="microsoft.graph.deviceCategory/displayName">
 39270          <Annotation Term="Org.OData.Core.V1.Description" String="Display name for the device category." />
 39271        </Annotations>
 39272        <Annotations Target="microsoft.graph.deviceCategory/description">
 39273          <Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device category." />
 39274        </Annotations>
 39275        <Annotations Target="microsoft.graph.deviceCategory/roleScopeTagIds">
 39276          <Annotation Term="Org.OData.Core.V1.Description" String="Optional role scope tags for the device category." />
 39277        </Annotations>
 39278        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/notificationContent">
 39279          <Annotation Term="Org.OData.Core.V1.Description" String="Notification text that will be sent to users quarantined by this policy. This is UTF8 encoded byte array HTML." />
 39280        </Annotations>
 39281        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/defaultAccessLevel">
 39282          <Annotation Term="Org.OData.Core.V1.Description" String="Default access state in Exchange. This rule applies globally to the entire Exchange organization" />
 39283        </Annotations>
 39284        <Annotations Target="microsoft.graph.deviceManagementExchangeDeviceClass/name">
 39285          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device class which will be impacted by this rule." />
 39286        </Annotations>
 39287        <Annotations Target="microsoft.graph.deviceManagementExchangeDeviceClass/type">
 39288          <Annotation Term="Org.OData.Core.V1.Description" String="Type of device which is impacted by this rule e.g. Model, Family" />
 39289        </Annotations>
 39290        <Annotations Target="microsoft.graph.deviceManagementExchangeAccessRule/deviceClass">
 39291          <Annotation Term="Org.OData.Core.V1.Description" String="Device Class which will be impacted by this rule." />
 39292        </Annotations>
 39293        <Annotations Target="microsoft.graph.deviceManagementExchangeAccessRule/accessLevel">
 39294          <Annotation Term="Org.OData.Core.V1.Description" String="Access Level for Exchange granted by this rule." />
 39295        </Annotations>
 39296        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/accessRules">
 39297          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device access rules in Exchange. The access rules apply globally to the entire Exchange organization" />
 39298        </Annotations>
 39299        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/knownDeviceClasses">
 39300          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device classes known to Exchange" />
 39301        </Annotations>
 39302        <Annotations Target="microsoft.graph.deviceManagementExchangeOnPremisesPolicy/conditionalAccessSettings">
 39303          <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" />
 39304        </Annotations>
 39305        <Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/enabled">
 39306          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if on premises conditional access is enabled for this organization" />
 39307        </Annotations>
 39308        <Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/includedGroups">
 39309          <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." />
 39310        </Annotations>
 39311        <Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/excludedGroups">
 39312          <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." />
 39313        </Annotations>
 39314        <Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/overrideDefaultRule">
 39315          <Annotation Term="Org.OData.Core.V1.Description" String="Override the default access rule when allowing a device to ensure access is granted." />
 39316        </Annotations>
 39317        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/lastHeartbeatDateTime">
 39318          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime of last Heartbeat recieved from the Data Sync Partner" />
 39319        </Annotations>
 39320        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerState">
 39321          <Annotation Term="Org.OData.Core.V1.Description" String="Data Sync Partner state for this account" />
 39322        </Annotations>
 39323        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidMobileApplicationManagementEnabled">
 39324          <Annotation Term="Org.OData.Core.V1.Description" String="For Android, set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation." />
 39325        </Annotations>
 39326        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosMobileApplicationManagementEnabled">
 39327          <Annotation Term="Org.OData.Core.V1.Description" String="For IOS, get or set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation." />
 39328        </Annotations>
 39329        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidEnabled">
 39330          <Annotation Term="Org.OData.Core.V1.Description" String="For Android, set whether data from the data sync partner should be used during compliance evaluations" />
 39331        </Annotations>
 39332        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosEnabled">
 39333          <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" />
 39334        </Annotations>
 39335        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/windowsEnabled">
 39336          <Annotation Term="Org.OData.Core.V1.Description" String="For Windows, get or set whether data from the data sync partner should be used during compliance evaluations" />
 39337        </Annotations>
 39338        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/macEnabled">
 39339          <Annotation Term="Org.OData.Core.V1.Description" String="For Mac, get or set whether data from the data sync partner should be used during compliance evaluations" />
 39340        </Annotations>
 39341        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidDeviceBlockedOnMissingPartnerData">
 39342          <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" />
 39343        </Annotations>
 39344        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosDeviceBlockedOnMissingPartnerData">
 39345          <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" />
 39346        </Annotations>
 39347        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/windowsDeviceBlockedOnMissingPartnerData">
 39348          <Annotation Term="Org.OData.Core.V1.Description" String="For Windows, set whether Intune must receive data from the data sync partner prior to marking a device compliant" />
 39349        </Annotations>
 39350        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/macDeviceBlockedOnMissingPartnerData">
 39351          <Annotation Term="Org.OData.Core.V1.Description" String="For Mac, get or set whether Intune must receive data from the data sync partner prior to marking a device compliant" />
 39352        </Annotations>
 39353        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnsupportedOsVersionBlocked">
 39354          <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" />
 39355        </Annotations>
 39356        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnresponsivenessThresholdInDays">
 39357          <Annotation Term="Org.OData.Core.V1.Description" String="Get or Set days the per tenant tolerance to unresponsiveness for this partner integration" />
 39358        </Annotations>
 39359        <Annotations Target="microsoft.graph.mobileThreatDefenseConnector/allowPartnerToCollectIOSApplicationMetadata">
 39360          <Annotation Term="Org.OData.Core.V1.Description" String="For IOS devices, allows the admin to configure whether the data sync partner may also collect metadata about installed applications from Intune" />
 39361        </Annotations>
 39362        <Annotations Target="microsoft.graph.deviceManagementPartner/lastHeartbeatDateTime">
 39363          <Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of last heartbeat after admin enabled option Connect to Device management Partner" />
 39364        </Annotations>
 39365        <Annotations Target="microsoft.graph.deviceManagementPartner/partnerState">
 39366          <Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" />
 39367        </Annotations>
 39368        <Annotations Target="microsoft.graph.deviceManagementPartner/partnerAppType">
 39369          <Annotation Term="Org.OData.Core.V1.Description" String="Partner App type" />
 39370        </Annotations>
 39371        <Annotations Target="microsoft.graph.deviceManagementPartner/singleTenantAppId">
 39372          <Annotation Term="Org.OData.Core.V1.Description" String="Partner Single tenant App id" />
 39373        </Annotations>
 39374        <Annotations Target="microsoft.graph.deviceManagementPartner/displayName">
 39375          <Annotation Term="Org.OData.Core.V1.Description" String="Partner display name" />
 39376        </Annotations>
 39377        <Annotations Target="microsoft.graph.deviceManagementPartner/isConfigured">
 39378          <Annotation Term="Org.OData.Core.V1.Description" String="Whether device management partner is configured or not" />
 39379        </Annotations>
 39380        <Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeRemoved">
 39381          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be removed. This will become obselete soon." />
 39382        </Annotations>
 39383        <Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeMarkedAsNonCompliant">
 39384          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be marked as NonCompliant. This will become obselete soon." />
 39385        </Annotations>
 39386        <Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeRemovedDateTime">
 39387          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be removed" />
 39388        </Annotations>
 39389        <Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
 39390          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be marked as NonCompliant" />
 39391        </Annotations>
 39392        <Annotations Target="microsoft.graph.deviceManagementPartnerAssignment/target">
 39393          <Annotation Term="Org.OData.Core.V1.Description" String="User groups targeting for devices to be enrolled through partner." />
 39394        </Annotations>
 39395        <Annotations Target="microsoft.graph.deviceManagementPartner/groupsRequiringPartnerEnrollment">
 39396          <Annotation Term="Org.OData.Core.V1.Description" String="User groups that specifies whether enrollment is through partner." />
 39397        </Annotations>
 39398        <Annotations Target="microsoft.graph.complianceManagementPartner/lastHeartbeatDateTime">
 39399          <Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of last heartbeat after admin onboarded to the compliance management partner" />
 39400        </Annotations>
 39401        <Annotations Target="microsoft.graph.complianceManagementPartner/partnerState">
 39402          <Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" />
 39403        </Annotations>
 39404        <Annotations Target="microsoft.graph.complianceManagementPartner/displayName">
 39405          <Annotation Term="Org.OData.Core.V1.Description" String="Partner display name" />
 39406        </Annotations>
 39407        <Annotations Target="microsoft.graph.complianceManagementPartner/macOsOnboarded">
 39408          <Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Mac devices." />
 39409        </Annotations>
 39410        <Annotations Target="microsoft.graph.complianceManagementPartner/windowsOnboarded">
 39411          <Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Windows devices." />
 39412        </Annotations>
 39413        <Annotations Target="microsoft.graph.complianceManagementPartner/androidOnboarded">
 39414          <Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Android devices." />
 39415        </Annotations>
 39416        <Annotations Target="microsoft.graph.complianceManagementPartner/iosOnboarded">
 39417          <Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for ios devices." />
 39418        </Annotations>
 39419        <Annotations Target="microsoft.graph.complianceManagementPartnerAssignment/target">
 39420          <Annotation Term="Org.OData.Core.V1.Description" String="Group assignment target." />
 39421        </Annotations>
 39422        <Annotations Target="microsoft.graph.complianceManagementPartner/macOsEnrollmentAssignments">
 39423          <Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Mac devices through partner." />
 39424        </Annotations>
 39425        <Annotations Target="microsoft.graph.complianceManagementPartner/windowsEnrollmentAssignments">
 39426          <Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Windows devices through partner." />
 39427        </Annotations>
 39428        <Annotations Target="microsoft.graph.complianceManagementPartner/androidEnrollmentAssignments">
 39429          <Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Android devices through partner." />
 39430        </Annotations>
 39431        <Annotations Target="microsoft.graph.complianceManagementPartner/iosEnrollmentAssignments">
 39432          <Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll ios devices through partner." />
 39433        </Annotations>
 39434        <Annotations Target="microsoft.graph.deviceManagementTemplate/displayName">
 39435          <Annotation Term="Org.OData.Core.V1.Description" String="The template's display name" />
 39436        </Annotations>
 39437        <Annotations Target="microsoft.graph.deviceManagementTemplate/description">
 39438          <Annotation Term="Org.OData.Core.V1.Description" String="The template's description" />
 39439        </Annotations>
 39440        <Annotations Target="microsoft.graph.deviceManagementTemplate/versionInfo">
 39441          <Annotation Term="Org.OData.Core.V1.Description" String="The template's version information" />
 39442        </Annotations>
 39443        <Annotations Target="microsoft.graph.deviceManagementTemplate/isDeprecated">
 39444          <Annotation Term="Org.OData.Core.V1.Description" String="The template is deprecated or not. Intents cannot be created from a deprecated template." />
 39445        </Annotations>
 39446        <Annotations Target="microsoft.graph.deviceManagementTemplate/intentCount">
 39447          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Intents created from this template." />
 39448        </Annotations>
 39449        <Annotations Target="microsoft.graph.deviceManagementTemplate/templateType">
 39450          <Annotation Term="Org.OData.Core.V1.Description" String="The template's type." />
 39451        </Annotations>
 39452        <Annotations Target="microsoft.graph.deviceManagementTemplate/platformType">
 39453          <Annotation Term="Org.OData.Core.V1.Description" String="The template's platform." />
 39454        </Annotations>
 39455        <Annotations Target="microsoft.graph.deviceManagementTemplate/publishedDateTime">
 39456          <Annotation Term="Org.OData.Core.V1.Description" String="When the template was published" />
 39457        </Annotations>
 39458        <Annotations Target="microsoft.graph.deviceManagementSettingInstance">
 39459          <Annotation Term="Org.OData.Core.V1.Description" String="Base type for a setting instance" />
 39460        </Annotations>
 39461        <Annotations Target="microsoft.graph.deviceManagementTemplate/settings">
 39462          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of all settings this template has" />
 39463        </Annotations>
 39464        <Annotations Target="microsoft.graph.deviceManagementTemplateSettingCategory">
 39465          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a template setting category" />
 39466        </Annotations>
 39467        <Annotations Target="microsoft.graph.deviceManagementTemplate/categories">
 39468          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of setting categories within the template" />
 39469        </Annotations>
 39470        <Annotations Target="microsoft.graph.deviceManagementTemplate/migratableTo">
 39471          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of templates this template can migrate to" />
 39472        </Annotations>
 39473        <Annotations Target="microsoft.graph.deviceManagementSettingInstance/definitionId">
 39474          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the setting definition for this instance" />
 39475        </Annotations>
 39476        <Annotations Target="microsoft.graph.deviceManagementSettingInstance/valueJson">
 39477          <Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of the value" />
 39478        </Annotations>
 39479        <Annotations Target="microsoft.graph.deviceManagementIntent/displayName">
 39480          <Annotation Term="Org.OData.Core.V1.Description" String="The user given display name" />
 39481        </Annotations>
 39482        <Annotations Target="microsoft.graph.deviceManagementIntent/description">
 39483          <Annotation Term="Org.OData.Core.V1.Description" String="The user given description" />
 39484        </Annotations>
 39485        <Annotations Target="microsoft.graph.deviceManagementIntent/isAssigned">
 39486          <Annotation Term="Org.OData.Core.V1.Description" String="Signifies whether or not the intent is assigned to users" />
 39487        </Annotations>
 39488        <Annotations Target="microsoft.graph.deviceManagementIntent/lastModifiedDateTime">
 39489          <Annotation Term="Org.OData.Core.V1.Description" String="When the intent was last modified" />
 39490        </Annotations>
 39491        <Annotations Target="microsoft.graph.deviceManagementIntent/templateId">
 39492          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the template this intent was created from (if any)" />
 39493        </Annotations>
 39494        <Annotations Target="microsoft.graph.deviceManagementIntent/roleScopeTagIds">
 39495          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 39496        </Annotations>
 39497        <Annotations Target="microsoft.graph.deviceManagementIntent/settings">
 39498          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of all settings to be applied" />
 39499        </Annotations>
 39500        <Annotations Target="microsoft.graph.deviceManagementIntentSettingCategory">
 39501          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing an intent setting category" />
 39502        </Annotations>
 39503        <Annotations Target="microsoft.graph.deviceManagementIntent/categories">
 39504          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of setting categories within the intent" />
 39505        </Annotations>
 39506        <Annotations Target="microsoft.graph.deviceManagementIntentAssignment">
 39507          <Annotation Term="Org.OData.Core.V1.Description" String="Intent assignment entity" />
 39508        </Annotations>
 39509        <Annotations Target="microsoft.graph.deviceManagementIntent/assignments">
 39510          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of assignments" />
 39511        </Annotations>
 39512        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary">
 39513          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device setting state summary for an intent" />
 39514        </Annotations>
 39515        <Annotations Target="microsoft.graph.deviceManagementIntent/deviceSettingStateSummaries">
 39516          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of settings and their states and counts of devices that belong to corresponding state for all settings within the intent" />
 39517        </Annotations>
 39518        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState">
 39519          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device state for an intent" />
 39520        </Annotations>
 39521        <Annotations Target="microsoft.graph.deviceManagementIntent/deviceStates">
 39522          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of states of all devices that the intent is applied to" />
 39523        </Annotations>
 39524        <Annotations Target="microsoft.graph.deviceManagementIntentUserState">
 39525          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents user state for an intent" />
 39526        </Annotations>
 39527        <Annotations Target="microsoft.graph.deviceManagementIntent/userStates">
 39528          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of states of all users that the intent is applied to" />
 39529        </Annotations>
 39530        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary">
 39531          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents device state summary for an intent" />
 39532        </Annotations>
 39533        <Annotations Target="microsoft.graph.deviceManagementIntent/deviceStateSummary">
 39534          <Annotation Term="Org.OData.Core.V1.Description" String="A summary of device states and counts of devices that belong to corresponding state for all devices that the intent is applied to" />
 39535        </Annotations>
 39536        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary">
 39537          <Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents user state summary for an intent" />
 39538        </Annotations>
 39539        <Annotations Target="microsoft.graph.deviceManagementIntent/userStateSummary">
 39540          <Annotation Term="Org.OData.Core.V1.Description" String="A summary of user states and counts of users that belong to corresponding state for all users that the intent is applied to" />
 39541        </Annotations>
 39542        <Annotations Target="microsoft.graph.deviceManagementIntentAssignment/target">
 39543          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target" />
 39544        </Annotations>
 39545        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/id">
 39546          <Annotation Term="Org.OData.Core.V1.Description" String="The setting ID" />
 39547        </Annotations>
 39548        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/displayName">
 39549          <Annotation Term="Org.OData.Core.V1.Description" String="The setting's display name" />
 39550        </Annotations>
 39551        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/definitionId">
 39552          <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the setting definition for this instance" />
 39553        </Annotations>
 39554        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/currentValueJson">
 39555          <Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of current intent (or) template setting's value" />
 39556        </Annotations>
 39557        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/newValueJson">
 39558          <Annotation Term="Org.OData.Core.V1.Description" String="JSON representation of new template setting's value" />
 39559        </Annotations>
 39560        <Annotations Target="microsoft.graph.deviceManagementSettingComparison/comparisonResult">
 39561          <Annotation Term="Org.OData.Core.V1.Description" String="Setting comparison result" />
 39562        </Annotations>
 39563        <Annotations Target="microsoft.graph.deviceManagementCollectionSettingInstance">
 39564          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a collection of values" />
 39565        </Annotations>
 39566        <Annotations Target="microsoft.graph.deviceManagementCollectionSettingInstance/value">
 39567          <Annotation Term="Org.OData.Core.V1.Description" String="The collection of values" />
 39568        </Annotations>
 39569        <Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance">
 39570          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a complex value for an abstract setting" />
 39571        </Annotations>
 39572        <Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance/implementationId">
 39573          <Annotation Term="Org.OData.Core.V1.Description" String="The definition ID for the chosen implementation of this complex setting" />
 39574        </Annotations>
 39575        <Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingInstance/value">
 39576          <Annotation Term="Org.OData.Core.V1.Description" String="The values that make up the complex setting" />
 39577        </Annotations>
 39578        <Annotations Target="microsoft.graph.deviceManagementComplexSettingInstance">
 39579          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a complex value" />
 39580        </Annotations>
 39581        <Annotations Target="microsoft.graph.deviceManagementComplexSettingInstance/value">
 39582          <Annotation Term="Org.OData.Core.V1.Description" String="The values that make up the complex setting" />
 39583        </Annotations>
 39584        <Annotations Target="microsoft.graph.deviceManagementBooleanSettingInstance">
 39585          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a boolean value" />
 39586        </Annotations>
 39587        <Annotations Target="microsoft.graph.deviceManagementBooleanSettingInstance/value">
 39588          <Annotation Term="Org.OData.Core.V1.Description" String="The boolean value" />
 39589        </Annotations>
 39590        <Annotations Target="microsoft.graph.deviceManagementIntegerSettingInstance">
 39591          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing an integer value" />
 39592        </Annotations>
 39593        <Annotations Target="microsoft.graph.deviceManagementIntegerSettingInstance/value">
 39594          <Annotation Term="Org.OData.Core.V1.Description" String="The integer value" />
 39595        </Annotations>
 39596        <Annotations Target="microsoft.graph.deviceManagementStringSettingInstance">
 39597          <Annotation Term="Org.OData.Core.V1.Description" String="A setting instance representing a string value" />
 39598        </Annotations>
 39599        <Annotations Target="microsoft.graph.deviceManagementStringSettingInstance/value">
 39600          <Annotation Term="Org.OData.Core.V1.Description" String="The string value" />
 39601        </Annotations>
 39602        <Annotations Target="microsoft.graph.deviceManagementSettingCategory/displayName">
 39603          <Annotation Term="Org.OData.Core.V1.Description" String="The category name" />
 39604        </Annotations>
 39605        <Annotations Target="microsoft.graph.deviceManagementSettingCategory/settingDefinitions">
 39606          <Annotation Term="Org.OData.Core.V1.Description" String="The setting definitions this category contains" />
 39607        </Annotations>
 39608        <Annotations Target="microsoft.graph.deviceManagementIntentSettingCategory/settings">
 39609          <Annotation Term="Org.OData.Core.V1.Description" String="The settings this category contains" />
 39610        </Annotations>
 39611        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/valueType">
 39612          <Annotation Term="Org.OData.Core.V1.Description" String="The data type of the value" />
 39613        </Annotations>
 39614        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/displayName">
 39615          <Annotation Term="Org.OData.Core.V1.Description" String="The setting's display name" />
 39616        </Annotations>
 39617        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/isTopLevel">
 39618          <Annotation Term="Org.OData.Core.V1.Description" String="If the setting is top level, it can be configured without the need to be wrapped in a collection or complex setting" />
 39619        </Annotations>
 39620        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/description">
 39621          <Annotation Term="Org.OData.Core.V1.Description" String="The setting's description" />
 39622        </Annotations>
 39623        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/documentationUrl">
 39624          <Annotation Term="Org.OData.Core.V1.Description" String="Url to setting documentation" />
 39625        </Annotations>
 39626        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/keywords">
 39627          <Annotation Term="Org.OData.Core.V1.Description" String="Keywords associated with the setting" />
 39628        </Annotations>
 39629        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/constraints">
 39630          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of constraints for the setting value" />
 39631        </Annotations>
 39632        <Annotations Target="microsoft.graph.deviceManagementSettingDependency/definitionId">
 39633          <Annotation Term="Org.OData.Core.V1.Description" String="The setting definition ID of the setting depended on" />
 39634        </Annotations>
 39635        <Annotations Target="microsoft.graph.deviceManagementSettingDependency/constraints">
 39636          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of constraints for the dependency setting value" />
 39637        </Annotations>
 39638        <Annotations Target="microsoft.graph.deviceManagementSettingDefinition/dependencies">
 39639          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of dependencies on other settings" />
 39640        </Annotations>
 39641        <Annotations Target="microsoft.graph.deviceManagementSettingStringLengthConstraint/minimumLength">
 39642          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum permitted string length" />
 39643        </Annotations>
 39644        <Annotations Target="microsoft.graph.deviceManagementSettingStringLengthConstraint/maximumLength">
 39645          <Annotation Term="Org.OData.Core.V1.Description" String="The maximum permitted string length" />
 39646        </Annotations>
 39647        <Annotations Target="microsoft.graph.deviceManagementEnumValue/value">
 39648          <Annotation Term="Org.OData.Core.V1.Description" String="The raw enum value text" />
 39649        </Annotations>
 39650        <Annotations Target="microsoft.graph.deviceManagementEnumValue/displayName">
 39651          <Annotation Term="Org.OData.Core.V1.Description" String="Display name for this enum value" />
 39652        </Annotations>
 39653        <Annotations Target="microsoft.graph.deviceManagementSettingRegexConstraint/regex">
 39654          <Annotation Term="Org.OData.Core.V1.Description" String="The RegEx pattern to match against" />
 39655        </Annotations>
 39656        <Annotations Target="microsoft.graph.deviceManagementSettingIntegerConstraint/minimumValue">
 39657          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum permitted value" />
 39658        </Annotations>
 39659        <Annotations Target="microsoft.graph.deviceManagementSettingIntegerConstraint/maximumValue">
 39660          <Annotation Term="Org.OData.Core.V1.Description" String="The maximum permitted value" />
 39661        </Annotations>
 39662        <Annotations Target="microsoft.graph.deviceManagementEnumConstraint/values">
 39663          <Annotation Term="Org.OData.Core.V1.Description" String="List of valid values for this string" />
 39664        </Annotations>
 39665        <Annotations Target="microsoft.graph.deviceManagementSettingBooleanConstraint/value">
 39666          <Annotation Term="Org.OData.Core.V1.Description" String="The boolean value to compare against" />
 39667        </Annotations>
 39668        <Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingDefinition">
 39669          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for an abstract complex setting" />
 39670        </Annotations>
 39671        <Annotations Target="microsoft.graph.deviceManagementAbstractComplexSettingDefinition/implementations">
 39672          <Annotation Term="Org.OData.Core.V1.Description" String="List of definition IDs for all possible implementations of this abstract complex setting" />
 39673        </Annotations>
 39674        <Annotations Target="microsoft.graph.deviceManagementCollectionSettingDefinition">
 39675          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a collection setting" />
 39676        </Annotations>
 39677        <Annotations Target="microsoft.graph.deviceManagementCollectionSettingDefinition/elementDefinitionId">
 39678          <Annotation Term="Org.OData.Core.V1.Description" String="The Setting Definition ID that describes what each element of the collection looks like" />
 39679        </Annotations>
 39680        <Annotations Target="microsoft.graph.deviceManagementComplexSettingDefinition">
 39681          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the defintion for a complex setting" />
 39682        </Annotations>
 39683        <Annotations Target="microsoft.graph.deviceManagementComplexSettingDefinition/propertyDefinitionIds">
 39684          <Annotation Term="Org.OData.Core.V1.Description" String="The definitions of each property of the complex setting" />
 39685        </Annotations>
 39686        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/settingName">
 39687          <Annotation Term="Org.OData.Core.V1.Description" String="Name of a setting" />
 39688        </Annotations>
 39689        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/compliantCount">
 39690          <Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" />
 39691        </Annotations>
 39692        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/conflictCount">
 39693          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" />
 39694        </Annotations>
 39695        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/errorCount">
 39696          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 39697        </Annotations>
 39698        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/nonCompliantCount">
 39699          <Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant devices" />
 39700        </Annotations>
 39701        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/notApplicableCount">
 39702          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 39703        </Annotations>
 39704        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceSettingStateSummary/remediatedCount">
 39705          <Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" />
 39706        </Annotations>
 39707        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/userPrincipalName">
 39708          <Annotation Term="Org.OData.Core.V1.Description" String="The user principal name that is being reported on a device" />
 39709        </Annotations>
 39710        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/userName">
 39711          <Annotation Term="Org.OData.Core.V1.Description" String="The user name that is being reported on a device" />
 39712        </Annotations>
 39713        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/deviceDisplayName">
 39714          <Annotation Term="Org.OData.Core.V1.Description" String="Device name that is being reported" />
 39715        </Annotations>
 39716        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/lastReportedDateTime">
 39717          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of an intent report" />
 39718        </Annotations>
 39719        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/state">
 39720          <Annotation Term="Org.OData.Core.V1.Description" String="Device state for an intent" />
 39721        </Annotations>
 39722        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceState/deviceId">
 39723          <Annotation Term="Org.OData.Core.V1.Description" String="Device id that is being reported" />
 39724        </Annotations>
 39725        <Annotations Target="microsoft.graph.deviceManagementIntentUserState/userPrincipalName">
 39726          <Annotation Term="Org.OData.Core.V1.Description" String="The user principal name that is being reported on a device" />
 39727        </Annotations>
 39728        <Annotations Target="microsoft.graph.deviceManagementIntentUserState/userName">
 39729          <Annotation Term="Org.OData.Core.V1.Description" String="The user name that is being reported on a device" />
 39730        </Annotations>
 39731        <Annotations Target="microsoft.graph.deviceManagementIntentUserState/deviceCount">
 39732          <Annotation Term="Org.OData.Core.V1.Description" String="Count of Devices that belongs to a user for an intent" />
 39733        </Annotations>
 39734        <Annotations Target="microsoft.graph.deviceManagementIntentUserState/lastReportedDateTime">
 39735          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of an intent report" />
 39736        </Annotations>
 39737        <Annotations Target="microsoft.graph.deviceManagementIntentUserState/state">
 39738          <Annotation Term="Org.OData.Core.V1.Description" String="User state for an intent" />
 39739        </Annotations>
 39740        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/conflictCount">
 39741          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices in conflict" />
 39742        </Annotations>
 39743        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/errorCount">
 39744          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 39745        </Annotations>
 39746        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/failedCount">
 39747          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" />
 39748        </Annotations>
 39749        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/notApplicableCount">
 39750          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 39751        </Annotations>
 39752        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/notApplicablePlatformCount">
 39753          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices due to mismatch platform and policy" />
 39754        </Annotations>
 39755        <Annotations Target="microsoft.graph.deviceManagementIntentDeviceStateSummary/successCount">
 39756          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" />
 39757        </Annotations>
 39758        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/conflictCount">
 39759          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users in conflict" />
 39760        </Annotations>
 39761        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/errorCount">
 39762          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error users" />
 39763        </Annotations>
 39764        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/failedCount">
 39765          <Annotation Term="Org.OData.Core.V1.Description" String="Number of failed users" />
 39766        </Annotations>
 39767        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/notApplicableCount">
 39768          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" />
 39769        </Annotations>
 39770        <Annotations Target="microsoft.graph.deviceManagementIntentUserStateSummary/successCount">
 39771          <Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded users" />
 39772        </Annotations>
 39773        <Annotations Target="microsoft.graph.deviceManagementTemplateSettingCategory/recommendedSettings">
 39774          <Annotation Term="Org.OData.Core.V1.Description" String="The settings this category contains" />
 39775        </Annotations>
 39776        <Annotations Target="microsoft.graph.securityBaselineTemplate">
 39777          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline template of the account" />
 39778        </Annotations>
 39779        <Annotations Target="microsoft.graph.securityBaselineStateSummary">
 39780          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state summary for the security baseline of the account." />
 39781        </Annotations>
 39782        <Annotations Target="microsoft.graph.securityBaselineTemplate/deviceStateSummary">
 39783          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline device state summary" />
 39784        </Annotations>
 39785        <Annotations Target="microsoft.graph.securityBaselineDeviceState">
 39786          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state summary of the security baseline for a device." />
 39787        </Annotations>
 39788        <Annotations Target="microsoft.graph.securityBaselineTemplate/deviceStates">
 39789          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline device states" />
 39790        </Annotations>
 39791        <Annotations Target="microsoft.graph.securityBaselineCategoryStateSummary">
 39792          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline per category compliance state summary for the security baseline of the account." />
 39793        </Annotations>
 39794        <Annotations Target="microsoft.graph.securityBaselineTemplate/categoryDeviceStateSummaries">
 39795          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline per category device state summary" />
 39796        </Annotations>
 39797        <Annotations Target="microsoft.graph.securityBaselineStateSummary/secureCount">
 39798          <Annotation Term="Org.OData.Core.V1.Description" String="Number of secure devices" />
 39799        </Annotations>
 39800        <Annotations Target="microsoft.graph.securityBaselineStateSummary/notSecureCount">
 39801          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not secure devices" />
 39802        </Annotations>
 39803        <Annotations Target="microsoft.graph.securityBaselineStateSummary/unknownCount">
 39804          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
 39805        </Annotations>
 39806        <Annotations Target="microsoft.graph.securityBaselineStateSummary/errorCount">
 39807          <Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" />
 39808        </Annotations>
 39809        <Annotations Target="microsoft.graph.securityBaselineStateSummary/conflictCount">
 39810          <Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" />
 39811        </Annotations>
 39812        <Annotations Target="microsoft.graph.securityBaselineStateSummary/notApplicableCount">
 39813          <Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" />
 39814        </Annotations>
 39815        <Annotations Target="microsoft.graph.securityBaselineCategoryStateSummary/displayName">
 39816          <Annotation Term="Org.OData.Core.V1.Description" String="The category name" />
 39817        </Annotations>
 39818        <Annotations Target="microsoft.graph.securityBaselineDeviceState/managedDeviceId">
 39819          <Annotation Term="Org.OData.Core.V1.Description" String="Intune device id" />
 39820        </Annotations>
 39821        <Annotations Target="microsoft.graph.securityBaselineDeviceState/deviceDisplayName">
 39822          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the device" />
 39823        </Annotations>
 39824        <Annotations Target="microsoft.graph.securityBaselineDeviceState/userPrincipalName">
 39825          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name" />
 39826        </Annotations>
 39827        <Annotations Target="microsoft.graph.securityBaselineDeviceState/state">
 39828          <Annotation Term="Org.OData.Core.V1.Description" String="Security baseline compliance state" />
 39829        </Annotations>
 39830        <Annotations Target="microsoft.graph.securityBaselineDeviceState/lastReportedDateTime">
 39831          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report" />
 39832        </Annotations>
 39833        <Annotations Target="microsoft.graph.securityBaselineState/securityBaselineTemplateId">
 39834          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline template id" />
 39835        </Annotations>
 39836        <Annotations Target="microsoft.graph.securityBaselineState/displayName">
 39837          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the security baseline" />
 39838        </Annotations>
 39839        <Annotations Target="microsoft.graph.securityBaselineSettingState">
 39840          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline compliance state of a setting for a device" />
 39841        </Annotations>
 39842        <Annotations Target="microsoft.graph.securityBaselineState/settingStates">
 39843          <Annotation Term="Org.OData.Core.V1.Description" String="The security baseline state for different settings for a device" />
 39844        </Annotations>
 39845        <Annotations Target="microsoft.graph.securityBaselineSettingState/settingName">
 39846          <Annotation Term="Org.OData.Core.V1.Description" String="The setting name that is being reported" />
 39847        </Annotations>
 39848        <Annotations Target="microsoft.graph.securityBaselineSettingState/state">
 39849          <Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the security baseline setting" />
 39850        </Annotations>
 39851        <Annotations Target="microsoft.graph.securityBaselineSettingState/settingCategoryId">
 39852          <Annotation Term="Org.OData.Core.V1.Description" String="The setting category id which this setting belongs to" />
 39853        </Annotations>
 39854        <Annotations Target="microsoft.graph.applePushNotificationCertificate/appleIdentifier">
 39855          <Annotation Term="Org.OData.Core.V1.Description" String="Apple Id of the account used to create the MDM push certificate." />
 39856        </Annotations>
 39857        <Annotations Target="microsoft.graph.applePushNotificationCertificate/topicIdentifier">
 39858          <Annotation Term="Org.OData.Core.V1.Description" String="Topic Id." />
 39859        </Annotations>
 39860        <Annotations Target="microsoft.graph.applePushNotificationCertificate/lastModifiedDateTime">
 39861          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date and time for Apple push notification certificate." />
 39862        </Annotations>
 39863        <Annotations Target="microsoft.graph.applePushNotificationCertificate/expirationDateTime">
 39864          <Annotation Term="Org.OData.Core.V1.Description" String="The expiration date and time for Apple push notification certificate." />
 39865        </Annotations>
 39866        <Annotations Target="microsoft.graph.applePushNotificationCertificate/certificateUploadStatus">
 39867          <Annotation Term="Org.OData.Core.V1.Description" String="The certificate upload status." />
 39868        </Annotations>
 39869        <Annotations Target="microsoft.graph.applePushNotificationCertificate/certificateUploadFailureReason">
 39870          <Annotation Term="Org.OData.Core.V1.Description" String="The reason the certificate upload failed." />
 39871        </Annotations>
 39872        <Annotations Target="microsoft.graph.deviceManagementScriptAssignment/target">
 39873          <Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Azure Active Directory group we are targeting the script to." />
 39874        </Annotations>
 39875        <Annotations Target="microsoft.graph.deviceManagementScriptGroupAssignment/targetGroupId">
 39876          <Annotation Term="Org.OData.Core.V1.Description" String="The Id of the Azure Active Directory group we are targeting the script to." />
 39877        </Annotations>
 39878        <Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/successfulDeviceIds">
 39879          <Annotation Term="Org.OData.Core.V1.Description" String="Successful devices" />
 39880        </Annotations>
 39881        <Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/failedDeviceIds">
 39882          <Annotation Term="Org.OData.Core.V1.Description" String="Failed devices" />
 39883        </Annotations>
 39884        <Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/notFoundDeviceIds">
 39885          <Annotation Term="Org.OData.Core.V1.Description" String="Not found devices" />
 39886        </Annotations>
 39887        <Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/notSupportedDeviceIds">
 39888          <Annotation Term="Org.OData.Core.V1.Description" String="Not supported devices" />
 39889        </Annotations>
 39890        <Annotations Target="microsoft.graph.dataSharingConsent/serviceDisplayName">
 39891          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the service work flow" />
 39892        </Annotations>
 39893        <Annotations Target="microsoft.graph.dataSharingConsent/termsUrl">
 39894          <Annotation Term="Org.OData.Core.V1.Description" String="The TermsUrl for the data sharing consent" />
 39895        </Annotations>
 39896        <Annotations Target="microsoft.graph.dataSharingConsent/granted">
 39897          <Annotation Term="Org.OData.Core.V1.Description" String="The granted state for the data sharing consent" />
 39898        </Annotations>
 39899        <Annotations Target="microsoft.graph.dataSharingConsent/grantDateTime">
 39900          <Annotation Term="Org.OData.Core.V1.Description" String="The time consent was granted for this account" />
 39901        </Annotations>
 39902        <Annotations Target="microsoft.graph.dataSharingConsent/grantedByUpn">
 39903          <Annotation Term="Org.OData.Core.V1.Description" String="The Upn of the user that granted consent for this account" />
 39904        </Annotations>
 39905        <Annotations Target="microsoft.graph.dataSharingConsent/grantedByUserId">
 39906          <Annotation Term="Org.OData.Core.V1.Description" String="The UserId of the user that granted consent for this account" />
 39907        </Annotations>
 39908        <Annotations Target="microsoft.graph.configurationManagerAction/action">
 39909          <Annotation Term="Org.OData.Core.V1.Description" String="The action type to trigger on Configuration Manager client" />
 39910        </Annotations>
 39911        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/deviceName">
 39912          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device name." />
 39913        </Annotations>
 39914        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/model">
 39915          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device model." />
 39916        </Annotations>
 39917        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/manufacturer">
 39918          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device manufacturer." />
 39919        </Annotations>
 39920        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/diskType">
 39921          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device disk type." />
 39922        </Annotations>
 39923        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/operatingSystemVersion">
 39924          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device Operating System version." />
 39925        </Annotations>
 39926        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/bootScore">
 39927          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device boot score." />
 39928        </Annotations>
 39929        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/coreBootTimeInMs">
 39930          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core boot time in milliseconds." />
 39931        </Annotations>
 39932        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/groupPolicyBootTimeInMs">
 39933          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device group policy boot time in milliseconds." />
 39934        </Annotations>
 39935        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/healthStatus">
 39936          <Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics device." />
 39937        </Annotations>
 39938        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/loginScore">
 39939          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device login score." />
 39940        </Annotations>
 39941        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/coreLoginTimeInMs">
 39942          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core login time in milliseconds." />
 39943        </Annotations>
 39944        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/groupPolicyLoginTimeInMs">
 39945          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device group policy login time in milliseconds." />
 39946        </Annotations>
 39947        <Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/deviceCount">
 39948          <Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics summarized device count." />
 39949        </Annotations>
 39950        <Annotations Target="microsoft.graph.userExperienceAnalyticsMetric">
 39951          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category." />
 39952        </Annotations>
 39953        <Annotations Target="microsoft.graph.userExperienceAnalyticsRegressionSummary/modelRegression">
 39954          <Annotation Term="Org.OData.Core.V1.Description" String="The metric values for the user experience analytics model regression." />
 39955        </Annotations>
 39956        <Annotations Target="microsoft.graph.userExperienceAnalyticsRegressionSummary/manufacturerRegression">
 39957          <Annotation Term="Org.OData.Core.V1.Description" String="The metric values for the user experience analytics Manufacturer regression." />
 39958        </Annotations>
 39959        <Annotations Target="microsoft.graph.userExperienceAnalyticsRegressionSummary/operatingSystemRegression">
 39960          <Annotation Term="Org.OData.Core.V1.Description" String="The metric values for the user experience analytics operating system regression." />
 39961        </Annotations>
 39962        <Annotations Target="microsoft.graph.deviceHealthScript/publisher">
 39963          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device health script publisher" />
 39964        </Annotations>
 39965        <Annotations Target="microsoft.graph.deviceHealthScript/version">
 39966          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the device health script" />
 39967        </Annotations>
 39968        <Annotations Target="microsoft.graph.deviceHealthScript/displayName">
 39969          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device health script" />
 39970        </Annotations>
 39971        <Annotations Target="microsoft.graph.deviceHealthScript/description">
 39972          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the device health script" />
 39973        </Annotations>
 39974        <Annotations Target="microsoft.graph.deviceHealthScript/detectionScriptContent">
 39975          <Annotation Term="Org.OData.Core.V1.Description" String="The entire content of the detection powershell script" />
 39976        </Annotations>
 39977        <Annotations Target="microsoft.graph.deviceHealthScript/remediationScriptContent">
 39978          <Annotation Term="Org.OData.Core.V1.Description" String="The entire content of the remediation powershell script" />
 39979        </Annotations>
 39980        <Annotations Target="microsoft.graph.deviceHealthScript/createdDateTime">
 39981          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 39982          <Annotation Term="Org.OData.Core.V1.Permissions">
 39983            <EnumMember>
 39984              Org.OData.Core.V1.Permission/Read
 39985            </EnumMember>
 39986          </Annotation>
 39987          <Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device health script was created. This property is read-only." />
 39988        </Annotations>
 39989        <Annotations Target="microsoft.graph.deviceHealthScript/lastModifiedDateTime">
 39990          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 39991          <Annotation Term="Org.OData.Core.V1.Permissions">
 39992            <EnumMember>
 39993              Org.OData.Core.V1.Permission/Read
 39994            </EnumMember>
 39995          </Annotation>
 39996          <Annotation Term="Org.OData.Core.V1.Description" String="The timestamp of when the device health script was modified. This property is read-only." />
 39997        </Annotations>
 39998        <Annotations Target="microsoft.graph.deviceHealthScript/runAsAccount">
 39999          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context" />
 40000        </Annotations>
 40001        <Annotations Target="microsoft.graph.deviceHealthScript/enforceSignatureCheck">
 40002          <Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether the script signature needs be checked" />
 40003        </Annotations>
 40004        <Annotations Target="microsoft.graph.deviceHealthScript/runAs32Bit">
 40005          <Annotation Term="Org.OData.Core.V1.Description" String="Indicate whether PowerShell script(s) should run as 32-bit" />
 40006        </Annotations>
 40007        <Annotations Target="microsoft.graph.deviceHealthScript/roleScopeTagIds">
 40008          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tag IDs for the device health script" />
 40009        </Annotations>
 40010        <Annotations Target="microsoft.graph.deviceHealthScriptAssignment">
 40011          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a device management script to a group." />
 40012        </Annotations>
 40013        <Annotations Target="microsoft.graph.deviceHealthScript/assignments">
 40014          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device health script" />
 40015        </Annotations>
 40016        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary">
 40017          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the run summary of a device management script." />
 40018        </Annotations>
 40019        <Annotations Target="microsoft.graph.deviceHealthScript/runSummary">
 40020          <Annotation Term="Org.OData.Core.V1.Description" String="High level run summary for device health script." />
 40021        </Annotations>
 40022        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState">
 40023          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for device run state of the device health script." />
 40024        </Annotations>
 40025        <Annotations Target="microsoft.graph.deviceHealthScript/deviceRunStates">
 40026          <Annotation Term="Org.OData.Core.V1.Description" String="List of run states for the device health script across all devices" />
 40027        </Annotations>
 40028        <Annotations Target="microsoft.graph.deviceHealthScriptAssignment/target">
 40029          <Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory group we are targeting the script to" />
 40030        </Annotations>
 40031        <Annotations Target="microsoft.graph.deviceHealthScriptAssignment/runRemediationScript">
 40032          <Annotation Term="Org.OData.Core.V1.Description" String="Determine whether we want to run detection script only or run both detection script and remediation script" />
 40033        </Annotations>
 40034        <Annotations Target="microsoft.graph.deviceHealthScriptAssignment/runSchedule">
 40035          <Annotation Term="Org.OData.Core.V1.Description" String="Script run schedule for the target group" />
 40036        </Annotations>
 40037        <Annotations Target="microsoft.graph.appLogCollectionRequest">
 40038          <Annotation Term="Org.OData.Core.V1.Description" String="AppLogCollectionRequest Entity." />
 40039        </Annotations>
 40040        <Annotations Target="microsoft.graph.appLogCollectionRequest/status">
 40041          <Annotation Term="Org.OData.Core.V1.Description" String="Log upload status" />
 40042        </Annotations>
 40043        <Annotations Target="microsoft.graph.appLogCollectionRequest/errorMessage">
 40044          <Annotation Term="Org.OData.Core.V1.Description" String="Error message if any during the upload process" />
 40045        </Annotations>
 40046        <Annotations Target="microsoft.graph.appLogCollectionRequest/customLogFolders">
 40047          <Annotation Term="Org.OData.Core.V1.Description" String="List of log folders. " />
 40048        </Annotations>
 40049        <Annotations Target="microsoft.graph.appLogCollectionRequest/completedDateTime">
 40050          <Annotation Term="Org.OData.Core.V1.Description" String="Time at which the upload log request reached a terminal state" />
 40051        </Annotations>
 40052        <Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/downloadUrl">
 40053          <Annotation Term="Org.OData.Core.V1.Description" String="Download SAS Url for completed AppLogUploadRequest" />
 40054        </Annotations>
 40055        <Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/decryptionKey">
 40056          <Annotation Term="Org.OData.Core.V1.Description" String="DecryptionKey as string" />
 40057        </Annotations>
 40058        <Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/appLogDecryptionAlgorithm">
 40059          <Annotation Term="Org.OData.Core.V1.Description" String="DecryptionAlgorithm for Content" />
 40060        </Annotations>
 40061        <Annotations Target="microsoft.graph.remoteActionAudit/deviceDisplayName">
 40062          <Annotation Term="Org.OData.Core.V1.Description" String="Intune device name." />
 40063        </Annotations>
 40064        <Annotations Target="microsoft.graph.remoteActionAudit/userName">
 40065          <Annotation Term="Org.OData.Core.V1.Description" String="[deprecated] Please use InitiatedByUserPrincipalName instead." />
 40066        </Annotations>
 40067        <Annotations Target="microsoft.graph.remoteActionAudit/initiatedByUserPrincipalName">
 40068          <Annotation Term="Org.OData.Core.V1.Description" String="User who initiated the device action, format is UPN." />
 40069        </Annotations>
 40070        <Annotations Target="microsoft.graph.remoteActionAudit/action">
 40071          <Annotation Term="Org.OData.Core.V1.Description" String="The action name." />
 40072        </Annotations>
 40073        <Annotations Target="microsoft.graph.remoteActionAudit/requestDateTime">
 40074          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the action was issued, given in UTC." />
 40075        </Annotations>
 40076        <Annotations Target="microsoft.graph.remoteActionAudit/deviceOwnerUserPrincipalName">
 40077          <Annotation Term="Org.OData.Core.V1.Description" String="Upn of the device owner." />
 40078        </Annotations>
 40079        <Annotations Target="microsoft.graph.remoteActionAudit/deviceIMEI">
 40080          <Annotation Term="Org.OData.Core.V1.Description" String="IMEI of the device." />
 40081        </Annotations>
 40082        <Annotations Target="microsoft.graph.remoteActionAudit/actionState">
 40083          <Annotation Term="Org.OData.Core.V1.Description" String="Action state." />
 40084        </Annotations>
 40085        <Annotations Target="microsoft.graph.remoteActionAudit/managedDeviceId">
 40086          <Annotation Term="Org.OData.Core.V1.Description" String="Action target." />
 40087        </Annotations>
 40088        <Annotations Target="microsoft.graph.dailySchedule/interval">
 40089          <Annotation Term="Org.OData.Core.V1.Description" String="Interval in number of days" />
 40090        </Annotations>
 40091        <Annotations Target="microsoft.graph.hourlySchedule/interval">
 40092          <Annotation Term="Org.OData.Core.V1.Description" String="Interval in number of hours" />
 40093        </Annotations>
 40094        <Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/successDeviceCount">
 40095          <Annotation Term="Org.OData.Core.V1.Description" String="Success device count." />
 40096        </Annotations>
 40097        <Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/errorDeviceCount">
 40098          <Annotation Term="Org.OData.Core.V1.Description" String="Error device count." />
 40099        </Annotations>
 40100        <Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/successUserCount">
 40101          <Annotation Term="Org.OData.Core.V1.Description" String="Success user count." />
 40102        </Annotations>
 40103        <Annotations Target="microsoft.graph.deviceManagementScriptRunSummary/errorUserCount">
 40104          <Annotation Term="Org.OData.Core.V1.Description" String="Error user count." />
 40105        </Annotations>
 40106        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/runState">
 40107          <Annotation Term="Org.OData.Core.V1.Description" String="State of latest run of the device management script." />
 40108        </Annotations>
 40109        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/resultMessage">
 40110          <Annotation Term="Org.OData.Core.V1.Description" String="Details of execution output." />
 40111        </Annotations>
 40112        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/lastStateUpdateDateTime">
 40113          <Annotation Term="Org.OData.Core.V1.Description" String="Latest time the device management script executes." />
 40114        </Annotations>
 40115        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/errorCode">
 40116          <Annotation Term="Org.OData.Core.V1.Description" String="Error code corresponding to erroneous execution of the device management script." />
 40117        </Annotations>
 40118        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/errorDescription">
 40119          <Annotation Term="Org.OData.Core.V1.Description" String="Error description corresponding to erroneous execution of the device management script." />
 40120        </Annotations>
 40121        <Annotations Target="microsoft.graph.deviceManagementScriptDeviceState/managedDevice">
 40122          <Annotation Term="Org.OData.Core.V1.Description" String="The managed devices that executes the device management script." />
 40123        </Annotations>
 40124        <Annotations Target="microsoft.graph.detectedApp/displayName">
 40125          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the discovered application. Read-only" />
 40126        </Annotations>
 40127        <Annotations Target="microsoft.graph.detectedApp/version">
 40128          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the discovered application. Read-only" />
 40129        </Annotations>
 40130        <Annotations Target="microsoft.graph.detectedApp/sizeInByte">
 40131          <Annotation Term="Org.OData.Core.V1.Description" String="Discovered application size in bytes. Read-only" />
 40132        </Annotations>
 40133        <Annotations Target="microsoft.graph.detectedApp/deviceCount">
 40134          <Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that have installed this application" />
 40135        </Annotations>
 40136        <Annotations Target="microsoft.graph.detectedApp/managedDevices">
 40137          <Annotation Term="Org.OData.Core.V1.Description" String="The devices that have the discovered application installed" />
 40138        </Annotations>
 40139        <Annotations Target="microsoft.graph.revokeAppleVppLicensesActionResult/totalLicensesCount">
 40140          <Annotation Term="Org.OData.Core.V1.Description" String="Total number of Apple Vpp licenses associated" />
 40141        </Annotations>
 40142        <Annotations Target="microsoft.graph.revokeAppleVppLicensesActionResult/failedLicensesCount">
 40143          <Annotation Term="Org.OData.Core.V1.Description" String="Total number of Apple Vpp licenses that failed to revoke" />
 40144        </Annotations>
 40145        <Annotations Target="microsoft.graph.windowsDefenderScanActionResult/scanType">
 40146          <Annotation Term="Org.OData.Core.V1.Description" String="Scan type either full scan or quick scan" />
 40147        </Annotations>
 40148        <Annotations Target="microsoft.graph.rotateBitLockerKeysDeviceActionResult/errorCode">
 40149          <Annotation Term="Org.OData.Core.V1.Description" String="RotateBitLockerKeys action error code" />
 40150        </Annotations>
 40151        <Annotations Target="microsoft.graph.deviceGeoLocation/lastCollectedDateTimeUtc">
 40152          <Annotation Term="Org.OData.Core.V1.Description" String="Time at which location was recorded, relative to UTC" />
 40153        </Annotations>
 40154        <Annotations Target="microsoft.graph.deviceGeoLocation/lastCollectedDateTime">
 40155          <Annotation Term="Org.OData.Core.V1.Description" String="Time at which location was recorded, relative to UTC" />
 40156        </Annotations>
 40157        <Annotations Target="microsoft.graph.deviceGeoLocation/longitude">
 40158          <Annotation Term="Org.OData.Core.V1.Description" String="Longitude coordinate of the device's location" />
 40159        </Annotations>
 40160        <Annotations Target="microsoft.graph.deviceGeoLocation/latitude">
 40161          <Annotation Term="Org.OData.Core.V1.Description" String="Latitude coordinate of the device's location" />
 40162        </Annotations>
 40163        <Annotations Target="microsoft.graph.deviceGeoLocation/altitude">
 40164          <Annotation Term="Org.OData.Core.V1.Description" String="Altitude, given in meters above sea level" />
 40165        </Annotations>
 40166        <Annotations Target="microsoft.graph.deviceGeoLocation/horizontalAccuracy">
 40167          <Annotation Term="Org.OData.Core.V1.Description" String="Accuracy of longitude and latitude in meters" />
 40168        </Annotations>
 40169        <Annotations Target="microsoft.graph.deviceGeoLocation/verticalAccuracy">
 40170          <Annotation Term="Org.OData.Core.V1.Description" String="Accuracy of altitude in meters" />
 40171        </Annotations>
 40172        <Annotations Target="microsoft.graph.deviceGeoLocation/heading">
 40173          <Annotation Term="Org.OData.Core.V1.Description" String="Heading in degrees from true north" />
 40174        </Annotations>
 40175        <Annotations Target="microsoft.graph.deviceGeoLocation/speed">
 40176          <Annotation Term="Org.OData.Core.V1.Description" String="Speed the device is traveling in meters per second" />
 40177        </Annotations>
 40178        <Annotations Target="microsoft.graph.deleteUserFromSharedAppleDeviceActionResult/userPrincipalName">
 40179          <Annotation Term="Org.OData.Core.V1.Description" String="User principal name of the user to be deleted" />
 40180        </Annotations>
 40181        <Annotations Target="microsoft.graph.locateDeviceActionResult/deviceLocation">
 40182          <Annotation Term="Org.OData.Core.V1.Description" String="device location" />
 40183        </Annotations>
 40184        <Annotations Target="microsoft.graph.remoteLockActionResult/unlockPin">
 40185          <Annotation Term="Org.OData.Core.V1.Description" String="Pin to unlock the client" />
 40186        </Annotations>
 40187        <Annotations Target="microsoft.graph.resetPasscodeActionResult/passcode">
 40188          <Annotation Term="Org.OData.Core.V1.Description" String="Newly generated passcode for the device " />
 40189        </Annotations>
 40190        <Annotations Target="microsoft.graph.windowsProtectionState/malwareProtectionEnabled">
 40191          <Annotation Term="Org.OData.Core.V1.Description" String="Anti malware is enabled or not" />
 40192        </Annotations>
 40193        <Annotations Target="microsoft.graph.windowsProtectionState/deviceState">
 40194          <Annotation Term="Org.OData.Core.V1.Description" String="Computer's state (like clean or pending full scan or pending reboot etc)" />
 40195        </Annotations>
 40196        <Annotations Target="microsoft.graph.windowsProtectionState/realTimeProtectionEnabled">
 40197          <Annotation Term="Org.OData.Core.V1.Description" String="Real time protection is enabled or not?" />
 40198        </Annotations>
 40199        <Annotations Target="microsoft.graph.windowsProtectionState/networkInspectionSystemEnabled">
 40200          <Annotation Term="Org.OData.Core.V1.Description" String="Network inspection system enabled or not?" />
 40201        </Annotations>
 40202        <Annotations Target="microsoft.graph.windowsProtectionState/quickScanOverdue">
 40203          <Annotation Term="Org.OData.Core.V1.Description" String="Quick scan overdue or not?" />
 40204        </Annotations>
 40205        <Annotations Target="microsoft.graph.windowsProtectionState/fullScanOverdue">
 40206          <Annotation Term="Org.OData.Core.V1.Description" String="Full scan overdue or not?" />
 40207        </Annotations>
 40208        <Annotations Target="microsoft.graph.windowsProtectionState/signatureUpdateOverdue">
 40209          <Annotation Term="Org.OData.Core.V1.Description" String="Signature out of date or not?" />
 40210        </Annotations>
 40211        <Annotations Target="microsoft.graph.windowsProtectionState/rebootRequired">
 40212          <Annotation Term="Org.OData.Core.V1.Description" String="Reboot required or not?" />
 40213        </Annotations>
 40214        <Annotations Target="microsoft.graph.windowsProtectionState/fullScanRequired">
 40215          <Annotation Term="Org.OData.Core.V1.Description" String="Full scan required or not?" />
 40216        </Annotations>
 40217        <Annotations Target="microsoft.graph.windowsProtectionState/engineVersion">
 40218          <Annotation Term="Org.OData.Core.V1.Description" String="Current endpoint protection engine's version" />
 40219        </Annotations>
 40220        <Annotations Target="microsoft.graph.windowsProtectionState/signatureVersion">
 40221          <Annotation Term="Org.OData.Core.V1.Description" String="Current malware definitions version" />
 40222        </Annotations>
 40223        <Annotations Target="microsoft.graph.windowsProtectionState/antiMalwareVersion">
 40224          <Annotation Term="Org.OData.Core.V1.Description" String="Current anti malware version" />
 40225        </Annotations>
 40226        <Annotations Target="microsoft.graph.windowsProtectionState/lastQuickScanDateTime">
 40227          <Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan datetime" />
 40228        </Annotations>
 40229        <Annotations Target="microsoft.graph.windowsProtectionState/lastFullScanDateTime">
 40230          <Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan datetime" />
 40231        </Annotations>
 40232        <Annotations Target="microsoft.graph.windowsProtectionState/lastQuickScanSignatureVersion">
 40233          <Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan signature version" />
 40234        </Annotations>
 40235        <Annotations Target="microsoft.graph.windowsProtectionState/lastFullScanSignatureVersion">
 40236          <Annotation Term="Org.OData.Core.V1.Description" String="Last full scan signature version" />
 40237        </Annotations>
 40238        <Annotations Target="microsoft.graph.windowsProtectionState/lastReportedDateTime">
 40239          <Annotation Term="Org.OData.Core.V1.Description" String="Last device health status reported time" />
 40240        </Annotations>
 40241        <Annotations Target="microsoft.graph.windowsDeviceMalwareState">
 40242          <Annotation Term="Org.OData.Core.V1.Description" String="Malware detection entity." />
 40243        </Annotations>
 40244        <Annotations Target="microsoft.graph.windowsProtectionState/detectedMalwareState">
 40245          <Annotation Term="Org.OData.Core.V1.Description" String="Device malware list" />
 40246        </Annotations>
 40247        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/displayName">
 40248          <Annotation Term="Org.OData.Core.V1.Description" String="Malware name" />
 40249        </Annotations>
 40250        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/additionalInformationUrl">
 40251          <Annotation Term="Org.OData.Core.V1.Description" String="Information URL to learn more about the malware" />
 40252        </Annotations>
 40253        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/severity">
 40254          <Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware" />
 40255        </Annotations>
 40256        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/catetgory">
 40257          <Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" />
 40258        </Annotations>
 40259        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/executionState">
 40260          <Annotation Term="Org.OData.Core.V1.Description" String="Execution status of the malware like blocked/executing etc" />
 40261        </Annotations>
 40262        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/state">
 40263          <Annotation Term="Org.OData.Core.V1.Description" String="Current status of the malware like cleaned/quarantined/allowed etc" />
 40264        </Annotations>
 40265        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/threatState">
 40266          <Annotation Term="Org.OData.Core.V1.Description" String="Current status of the malware like cleaned/quarantined/allowed etc" />
 40267        </Annotations>
 40268        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/initialDetectionDateTime">
 40269          <Annotation Term="Org.OData.Core.V1.Description" String="Initial detection datetime of the malware" />
 40270        </Annotations>
 40271        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/lastStateChangeDateTime">
 40272          <Annotation Term="Org.OData.Core.V1.Description" String="The last time this particular threat was changed" />
 40273        </Annotations>
 40274        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/detectionCount">
 40275          <Annotation Term="Org.OData.Core.V1.Description" String="Number of times the malware is detected" />
 40276        </Annotations>
 40277        <Annotations Target="microsoft.graph.windowsDeviceMalwareState/category">
 40278          <Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" />
 40279        </Annotations>
 40280        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/managedDeviceIdentifier">
 40281          <Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." />
 40282        </Annotations>
 40283        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/appLogCollectionRequests">
 40284          <Annotation Term="Org.OData.Core.V1.Description" String="The collection property of AppLogUploadRequest." />
 40285        </Annotations>
 40286        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/userId">
 40287          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." />
 40288        </Annotations>
 40289        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/applicationId">
 40290          <Annotation Term="Org.OData.Core.V1.Description" String="Intune application identifier." />
 40291        </Annotations>
 40292        <Annotations Target="microsoft.graph.mobileAppTroubleshootingHistoryItem/occurrenceDateTime">
 40293          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the history item occurred." />
 40294        </Annotations>
 40295        <Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/history">
 40296          <Annotation Term="Org.OData.Core.V1.Description" String="Intune Mobile Application Troubleshooting History Item" />
 40297        </Annotations>
 40298        <Annotations Target="microsoft.graph.windowsManagedDevice">
 40299          <Annotation Term="Org.OData.Core.V1.Description" String="Windows devices that are managed or pre-enrolled through Intune" />
 40300        </Annotations>
 40301        <Annotations Target="microsoft.graph.deviceManagementScriptUserState/successDeviceCount">
 40302          <Annotation Term="Org.OData.Core.V1.Description" String="Success device count for specific user." />
 40303        </Annotations>
 40304        <Annotations Target="microsoft.graph.deviceManagementScriptUserState/errorDeviceCount">
 40305          <Annotation Term="Org.OData.Core.V1.Description" String="Error device count for specific user." />
 40306        </Annotations>
 40307        <Annotations Target="microsoft.graph.deviceManagementScriptUserState/userPrincipalName">
 40308          <Annotation Term="Org.OData.Core.V1.Description" String="User principle name of specific user." />
 40309        </Annotations>
 40310        <Annotations Target="microsoft.graph.deviceManagementScriptUserState/deviceRunStates">
 40311          <Annotation Term="Org.OData.Core.V1.Description" String="List of run states for this script across all devices of specific user." />
 40312        </Annotations>
 40313        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/noIssueDetectedDeviceCount">
 40314          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script did not find an issue and the device is healthy" />
 40315        </Annotations>
 40316        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueDetectedDeviceCount">
 40317          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the detection script found an issue" />
 40318        </Annotations>
 40319        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/detectionScriptErrorDeviceCount">
 40320          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices on which the detection script execution encountered an error and did not complete" />
 40321        </Annotations>
 40322        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/detectionScriptPendingDeviceCount">
 40323          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices which have not yet run the latest version of the device health script" />
 40324        </Annotations>
 40325        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueRemediatedDeviceCount">
 40326          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script was able to resolve the detected issue" />
 40327        </Annotations>
 40328        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/remediationSkippedDeviceCount">
 40329          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which remediation was skipped" />
 40330        </Annotations>
 40331        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/issueReoccurredDeviceCount">
 40332          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script executed successfully but failed to resolve the detected issue" />
 40333        </Annotations>
 40334        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/remediationScriptErrorDeviceCount">
 40335          <Annotation Term="Org.OData.Core.V1.Description" String="Number of devices for which the remediation script execution encountered an error and did not complete" />
 40336        </Annotations>
 40337        <Annotations Target="microsoft.graph.deviceHealthScriptRunSummary/lastScriptRunDateTime">
 40338          <Annotation Term="Org.OData.Core.V1.Description" String="Last run time for the script across all devices" />
 40339        </Annotations>
 40340        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/detectionState">
 40341          <Annotation Term="Org.OData.Core.V1.Description" String="Detection state from the lastest device health script execution" />
 40342        </Annotations>
 40343        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/lastStateUpdateDateTime">
 40344          <Annotation Term="Org.OData.Core.V1.Description" String="The last timestamp of when the device health script executed" />
 40345        </Annotations>
 40346        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/expectedStateUpdateDateTime">
 40347          <Annotation Term="Org.OData.Core.V1.Description" String="The next timestamp of when the device health script is expected to execute" />
 40348        </Annotations>
 40349        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/lastSyncDateTime">
 40350          <Annotation Term="Org.OData.Core.V1.Description" String="The last time that Intune Managment Extension synced with Intune" />
 40351        </Annotations>
 40352        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/preRemediationDetectionScriptOutput">
 40353          <Annotation Term="Org.OData.Core.V1.Description" String="Output of the detection script before remediation" />
 40354        </Annotations>
 40355        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/preRemediationDetectionScriptError">
 40356          <Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script before remediation" />
 40357        </Annotations>
 40358        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/remediationScriptError">
 40359          <Annotation Term="Org.OData.Core.V1.Description" String="Error output of the remediation script" />
 40360        </Annotations>
 40361        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/postRemediationDetectionScriptOutput">
 40362          <Annotation Term="Org.OData.Core.V1.Description" String="Detection script output after remediation" />
 40363        </Annotations>
 40364        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/postRemediationDetectionScriptError">
 40365          <Annotation Term="Org.OData.Core.V1.Description" String="Error from the detection script after remediation" />
 40366        </Annotations>
 40367        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/remediationState">
 40368          <Annotation Term="Org.OData.Core.V1.Description" String="Remediation state from the lastest device health script execution" />
 40369        </Annotations>
 40370        <Annotations Target="microsoft.graph.deviceHealthScriptDeviceState/managedDevice">
 40371          <Annotation Term="Org.OData.Core.V1.Description" String="The managed device on which the device health script executed" />
 40372        </Annotations>
 40373        <Annotations Target="microsoft.graph.managedDeviceOverview/enrolledDeviceCount">
 40374          <Annotation Term="Org.OData.Core.V1.Description" String="Total enrolled device count. Does not include PC devices managed via Intune PC Agent" />
 40375        </Annotations>
 40376        <Annotations Target="microsoft.graph.managedDeviceOverview/mdmEnrolledCount">
 40377          <Annotation Term="Org.OData.Core.V1.Description" String="The number of devices enrolled in MDM" />
 40378        </Annotations>
 40379        <Annotations Target="microsoft.graph.managedDeviceOverview/dualEnrolledDeviceCount">
 40380          <Annotation Term="Org.OData.Core.V1.Description" String="The number of devices enrolled in both MDM and EAS" />
 40381        </Annotations>
 40382        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidCount">
 40383          <Annotation Term="Org.OData.Core.V1.Description" String="Number of android device count." />
 40384        </Annotations>
 40385        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/iosCount">
 40386          <Annotation Term="Org.OData.Core.V1.Description" String="Number of iOS device count." />
 40387        </Annotations>
 40388        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/macOSCount">
 40389          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Mac OS X device count." />
 40390        </Annotations>
 40391        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/windowsMobileCount">
 40392          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Windows mobile device count." />
 40393        </Annotations>
 40394        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/windowsCount">
 40395          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Windows device count." />
 40396        </Annotations>
 40397        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/unknownCount">
 40398          <Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown device count." />
 40399        </Annotations>
 40400        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidDedicatedCount">
 40401          <Annotation Term="Org.OData.Core.V1.Description" String="Number of dedicated Android devices." />
 40402        </Annotations>
 40403        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidDeviceAdminCount">
 40404          <Annotation Term="Org.OData.Core.V1.Description" String="Number of device admin Android devices." />
 40405        </Annotations>
 40406        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidFullyManagedCount">
 40407          <Annotation Term="Org.OData.Core.V1.Description" String="Number of fully managed Android devices." />
 40408        </Annotations>
 40409        <Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidWorkProfileCount">
 40410          <Annotation Term="Org.OData.Core.V1.Description" String="Number of work profile Android devices." />
 40411        </Annotations>
 40412        <Annotations Target="microsoft.graph.managedDeviceOverview/deviceOperatingSystemSummary">
 40413          <Annotation Term="Org.OData.Core.V1.Description" String="Device operating system summary." />
 40414        </Annotations>
 40415        <Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/allowedDeviceCount">
 40416          <Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Allowed." />
 40417        </Annotations>
 40418        <Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/blockedDeviceCount">
 40419          <Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Blocked." />
 40420        </Annotations>
 40421        <Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/quarantinedDeviceCount">
 40422          <Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Quarantined." />
 40423        </Annotations>
 40424        <Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/unknownDeviceCount">
 40425          <Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Unknown." />
 40426        </Annotations>
 40427        <Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/unavailableDeviceCount">
 40428          <Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices for which no Exchange Access State could be found." />
 40429        </Annotations>
 40430        <Annotations Target="microsoft.graph.managedDeviceOverview/deviceExchangeAccessStateSummary">
 40431          <Annotation Term="Org.OData.Core.V1.Description" String="Distribution of Exchange Access State in Intune" />
 40432        </Annotations>
 40433        <Annotations Target="microsoft.graph.managedDeviceModelsAndManufacturers/deviceModels">
 40434          <Annotation Term="Org.OData.Core.V1.Description" String="List of Models for managed devices in the account" />
 40435        </Annotations>
 40436        <Annotations Target="microsoft.graph.managedDeviceModelsAndManufacturers/deviceManufacturers">
 40437          <Annotation Term="Org.OData.Core.V1.Description" String="List of Manufactures for managed devices in the account" />
 40438        </Annotations>
 40439        <Annotations Target="microsoft.graph.managedDeviceOverview/managedDeviceModelsAndManufacturers">
 40440          <Annotation Term="Org.OData.Core.V1.Description" String="Models and Manufactures meatadata for managed devices in the account" />
 40441        </Annotations>
 40442        <Annotations Target="microsoft.graph.managedDeviceOverview/lastModifiedDateTime">
 40443          <Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of device overview" />
 40444        </Annotations>
 40445        <Annotations Target="microsoft.graph.windowsMalwareInformation/displayName">
 40446          <Annotation Term="Org.OData.Core.V1.Description" String="Malware name" />
 40447        </Annotations>
 40448        <Annotations Target="microsoft.graph.windowsMalwareInformation/additionalInformationUrl">
 40449          <Annotation Term="Org.OData.Core.V1.Description" String="Information URL to learn more about the malware" />
 40450        </Annotations>
 40451        <Annotations Target="microsoft.graph.windowsMalwareInformation/severity">
 40452          <Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware" />
 40453        </Annotations>
 40454        <Annotations Target="microsoft.graph.windowsMalwareInformation/category">
 40455          <Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" />
 40456        </Annotations>
 40457        <Annotations Target="microsoft.graph.windowsMalwareInformation/lastDetectionDateTime">
 40458          <Annotation Term="Org.OData.Core.V1.Description" String="The last time the malware is detected" />
 40459        </Annotations>
 40460        <Annotations Target="microsoft.graph.windowsMalwareInformation/windowsDevicesProtectionState">
 40461          <Annotation Term="Org.OData.Core.V1.Description" String="List of devices' protection status affected with the current malware" />
 40462        </Annotations>
 40463        <Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/userExperienceAnalyticsMetricId">
 40464          <Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user experience analytics insight." />
 40465        </Annotations>
 40466        <Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/insightId">
 40467          <Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user experience analytics insight." />
 40468        </Annotations>
 40469        <Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/values">
 40470          <Annotation Term="Org.OData.Core.V1.Description" String="The value of the user experience analytics insight." />
 40471        </Annotations>
 40472        <Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/severity">
 40473          <Annotation Term="Org.OData.Core.V1.Description" String="The value of the user experience analytics insight." />
 40474        </Annotations>
 40475        <Annotations Target="microsoft.graph.userExperienceAnalyticsOverview/insights">
 40476          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics insights." />
 40477        </Annotations>
 40478        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/displayName">
 40479          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the user experience analytics baseline." />
 40480        </Annotations>
 40481        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/isBuiltIn">
 40482          <Annotation Term="Org.OData.Core.V1.Description" String="Signifies if the current baseline is the commercial median baseline or a custom baseline." />
 40483        </Annotations>
 40484        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/createdDateTime">
 40485          <Annotation Term="Org.OData.Core.V1.Description" String="The date the custom baseline was created." />
 40486        </Annotations>
 40487        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/deviceBootPerformanceMetrics">
 40488          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device boot performance metrics." />
 40489        </Annotations>
 40490        <Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/bestPracticesMetrics">
 40491          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics best practices metrics." />
 40492        </Annotations>
 40493        <Annotations Target="microsoft.graph.userExperienceAnalyticsCategory/insights">
 40494          <Annotation Term="Org.OData.Core.V1.Description" String="The insights for the user experience analytics category." />
 40495        </Annotations>
 40496        <Annotations Target="microsoft.graph.userExperienceAnalyticsCategory/metricValues">
 40497          <Annotation Term="Org.OData.Core.V1.Description" String="The metric values for the user experience analytics category." />
 40498        </Annotations>
 40499        <Annotations Target="microsoft.graph.userExperienceAnalyticsMetric/value">
 40500          <Annotation Term="Org.OData.Core.V1.Description" String="The value of the user experience analytics metric." />
 40501        </Annotations>
 40502        <Annotations Target="microsoft.graph.userExperienceAnalyticsMetric/unit">
 40503          <Annotation Term="Org.OData.Core.V1.Description" String="The unit of the user experience analytics metric." />
 40504        </Annotations>
 40505        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/deviceId">
 40506          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device id." />
 40507        </Annotations>
 40508        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/startTime">
 40509          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device boot start time." />
 40510        </Annotations>
 40511        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/coreBootTimeInMs">
 40512          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core boot time in milliseconds." />
 40513        </Annotations>
 40514        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/groupPolicyBootTimeInMs">
 40515          <Annotation Term="Org.OData.Core.V1.Description" String="The User experience analytics Device group policy boot time in milliseconds." />
 40516        </Annotations>
 40517        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/featureUpdateBootTimeInMs">
 40518          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device feature update time in milliseconds." />
 40519        </Annotations>
 40520        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/totalBootTimeInMs">
 40521          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device total boot time in milliseconds." />
 40522        </Annotations>
 40523        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/groupPolicyLoginTimeInMs">
 40524          <Annotation Term="Org.OData.Core.V1.Description" String="The User experience analytics Device group policy login time in milliseconds." />
 40525        </Annotations>
 40526        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/coreLoginTimeInMs">
 40527          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core login time in milliseconds." />
 40528        </Annotations>
 40529        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/totalLoginTimeInMs">
 40530          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device total login time in milliseconds." />
 40531        </Annotations>
 40532        <Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/isFirstLogin">
 40533          <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device first login." />
 40534        </Annotations>
 40535        <Annotations Target="microsoft.graph.windowsManagementApp/availableVersion">
 40536          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app available version." />
 40537        </Annotations>
 40538        <Annotations Target="microsoft.graph.windowsManagementAppHealthState">
 40539          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app health state entity." />
 40540        </Annotations>
 40541        <Annotations Target="microsoft.graph.windowsManagementApp/healthStates">
 40542          <Annotation Term="Org.OData.Core.V1.Description" String="The list of health states for installed Windows management app." />
 40543        </Annotations>
 40544        <Annotations Target="microsoft.graph.windowsManagementAppHealthSummary">
 40545          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the health summary of the Windows management app." />
 40546        </Annotations>
 40547        <Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/healthyDeviceCount">
 40548          <Annotation Term="Org.OData.Core.V1.Description" String="Healthy device count." />
 40549        </Annotations>
 40550        <Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/unhealthyDeviceCount">
 40551          <Annotation Term="Org.OData.Core.V1.Description" String="Unhealthy device count." />
 40552        </Annotations>
 40553        <Annotations Target="microsoft.graph.windowsManagementAppHealthSummary/unknownDeviceCount">
 40554          <Annotation Term="Org.OData.Core.V1.Description" String="Unknown device count." />
 40555        </Annotations>
 40556        <Annotations Target="microsoft.graph.windowsManagementAppHealthState/healthState">
 40557          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app health state." />
 40558        </Annotations>
 40559        <Annotations Target="microsoft.graph.windowsManagementAppHealthState/installedVersion">
 40560          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app installed version." />
 40561        </Annotations>
 40562        <Annotations Target="microsoft.graph.windowsManagementAppHealthState/lastCheckInDateTime">
 40563          <Annotation Term="Org.OData.Core.V1.Description" String="Windows management app last check-in time." />
 40564        </Annotations>
 40565        <Annotations Target="microsoft.graph.windowsManagementAppHealthState/deviceName">
 40566          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the device on which Windows management app is installed." />
 40567        </Annotations>
 40568        <Annotations Target="microsoft.graph.windowsManagementAppHealthState/deviceOSVersion">
 40569          <Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 OS version of the device on which Windows management app is installed." />
 40570        </Annotations>
 40571        <Annotations Target="microsoft.graph.importedDeviceIdentity/importedDeviceIdentifier">
 40572          <Annotation Term="Org.OData.Core.V1.Description" String="Imported Device Identifier" />
 40573        </Annotations>
 40574        <Annotations Target="microsoft.graph.importedDeviceIdentity/importedDeviceIdentityType">
 40575          <Annotation Term="Org.OData.Core.V1.Description" String="Type of Imported Device Identity" />
 40576        </Annotations>
 40577        <Annotations Target="microsoft.graph.importedDeviceIdentity/lastModifiedDateTime">
 40578          <Annotation Term="Org.OData.Core.V1.Description" String="Last Modified DateTime of the description" />
 40579        </Annotations>
 40580        <Annotations Target="microsoft.graph.importedDeviceIdentity/createdDateTime">
 40581          <Annotation Term="Org.OData.Core.V1.Description" String="Created Date Time of the device" />
 40582        </Annotations>
 40583        <Annotations Target="microsoft.graph.importedDeviceIdentity/lastContactedDateTime">
 40584          <Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted Date Time of the device" />
 40585        </Annotations>
 40586        <Annotations Target="microsoft.graph.importedDeviceIdentity/description">
 40587          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the device" />
 40588        </Annotations>
 40589        <Annotations Target="microsoft.graph.importedDeviceIdentity/enrollmentState">
 40590          <Annotation Term="Org.OData.Core.V1.Description" String="The state of the device in Intune" />
 40591        </Annotations>
 40592        <Annotations Target="microsoft.graph.importedDeviceIdentity/platform">
 40593          <Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." />
 40594        </Annotations>
 40595        <Annotations Target="microsoft.graph.importedDeviceIdentityResult">
 40596          <Annotation Term="Org.OData.Core.V1.Description" String="The importedDeviceIdentityResult resource represents the result of attempting to import a device identity." />
 40597        </Annotations>
 40598        <Annotations Target="microsoft.graph.importedDeviceIdentityResult/status">
 40599          <Annotation Term="Org.OData.Core.V1.Description" String="Status of imported device identity" />
 40600        </Annotations>
 40601        <Annotations Target="microsoft.graph.windowsAutopilotSettings/lastSyncDateTime">
 40602          <Annotation Term="Org.OData.Core.V1.Description" String="Last data sync date time with DDS service." />
 40603        </Annotations>
 40604        <Annotations Target="microsoft.graph.windowsAutopilotSettings/lastManualSyncTriggerDateTime">
 40605          <Annotation Term="Org.OData.Core.V1.Description" String="Last data sync date time with DDS service." />
 40606        </Annotations>
 40607        <Annotations Target="microsoft.graph.windowsAutopilotSettings/syncStatus">
 40608          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status of sync with Device data sync (DDS) service." />
 40609        </Annotations>
 40610        <Annotations Target="microsoft.graph.depOnboardingSetting/appleIdentifier">
 40611          <Annotation Term="Org.OData.Core.V1.Description" String="The Apple ID used to obtain the current token." />
 40612        </Annotations>
 40613        <Annotations Target="microsoft.graph.depOnboardingSetting/tokenExpirationDateTime">
 40614          <Annotation Term="Org.OData.Core.V1.Description" String="When the token will expire." />
 40615        </Annotations>
 40616        <Annotations Target="microsoft.graph.depOnboardingSetting/lastModifiedDateTime">
 40617          <Annotation Term="Org.OData.Core.V1.Description" String="When the service was onboarded." />
 40618        </Annotations>
 40619        <Annotations Target="microsoft.graph.depOnboardingSetting/lastSuccessfulSyncDateTime">
 40620          <Annotation Term="Org.OData.Core.V1.Description" String="When the service last syned with Intune" />
 40621        </Annotations>
 40622        <Annotations Target="microsoft.graph.depOnboardingSetting/lastSyncTriggeredDateTime">
 40623          <Annotation Term="Org.OData.Core.V1.Description" String="When Intune last requested a sync." />
 40624        </Annotations>
 40625        <Annotations Target="microsoft.graph.depOnboardingSetting/shareTokenWithSchoolDataSyncService">
 40626          <Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the Dep token sharing is enabled with the School Data Sync service." />
 40627        </Annotations>
 40628        <Annotations Target="microsoft.graph.depOnboardingSetting/lastSyncErrorCode">
 40629          <Annotation Term="Org.OData.Core.V1.Description" String="Error code reported by Apple during last dep sync." />
 40630        </Annotations>
 40631        <Annotations Target="microsoft.graph.depOnboardingSetting/tokenType">
 40632          <Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the Dep Token Type." />
 40633        </Annotations>
 40634        <Annotations Target="microsoft.graph.depOnboardingSetting/tokenName">
 40635          <Annotation Term="Org.OData.Core.V1.Description" String="Friendly Name for Dep Token" />
 40636        </Annotations>
 40637        <Annotations Target="microsoft.graph.depOnboardingSetting/syncedDeviceCount">
 40638          <Annotation Term="Org.OData.Core.V1.Description" String="Gets synced device count" />
 40639        </Annotations>
 40640        <Annotations Target="microsoft.graph.depOnboardingSetting/dataSharingConsentGranted">
 40641          <Annotation Term="Org.OData.Core.V1.Description" String="Consent granted for data sharing with Apple Dep Service" />
 40642        </Annotations>
 40643        <Annotations Target="microsoft.graph.depOnboardingSetting/roleScopeTagIds">
 40644          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 40645        </Annotations>
 40646        <Annotations Target="microsoft.graph.enrollmentProfile">
 40647          <Annotation Term="Org.OData.Core.V1.Description" String="The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device." />
 40648        </Annotations>
 40649        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile">
 40650          <Annotation Term="Org.OData.Core.V1.Description" String="The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." />
 40651        </Annotations>
 40652        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile">
 40653          <Annotation Term="Org.OData.Core.V1.Description" String="The DepIOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to iOS configuration. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." />
 40654        </Annotations>
 40655        <Annotations Target="microsoft.graph.depOnboardingSetting/defaultIosEnrollmentProfile">
 40656          <Annotation Term="Org.OData.Core.V1.Description" String="Default iOS Enrollment Profile" />
 40657        </Annotations>
 40658        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile">
 40659          <Annotation Term="Org.OData.Core.V1.Description" String="The DepMacOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to macOS configuration. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." />
 40660        </Annotations>
 40661        <Annotations Target="microsoft.graph.depOnboardingSetting/defaultMacOsEnrollmentProfile">
 40662          <Annotation Term="Org.OData.Core.V1.Description" String="Default MacOs Enrollment Profile" />
 40663        </Annotations>
 40664        <Annotations Target="microsoft.graph.depOnboardingSetting/enrollmentProfiles">
 40665          <Annotation Term="Org.OData.Core.V1.Description" String="The enrollment profiles." />
 40666        </Annotations>
 40667        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity">
 40668          <Annotation Term="Org.OData.Core.V1.Description" String="The importedAppleDeviceIdentity resource represents the imported device identity of an Apple device ." />
 40669        </Annotations>
 40670        <Annotations Target="microsoft.graph.depOnboardingSetting/importedAppleDeviceIdentities">
 40671          <Annotation Term="Org.OData.Core.V1.Description" String="The imported Apple device identities." />
 40672        </Annotations>
 40673        <Annotations Target="microsoft.graph.enrollmentProfile/displayName">
 40674          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
 40675        </Annotations>
 40676        <Annotations Target="microsoft.graph.enrollmentProfile/description">
 40677          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" />
 40678        </Annotations>
 40679        <Annotations Target="microsoft.graph.enrollmentProfile/requiresUserAuthentication">
 40680          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile requires user authentication" />
 40681        </Annotations>
 40682        <Annotations Target="microsoft.graph.enrollmentProfile/configurationEndpointUrl">
 40683          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration endpoint url to use for Enrollment" />
 40684        </Annotations>
 40685        <Annotations Target="microsoft.graph.enrollmentProfile/enableAuthenticationViaCompanyPortal">
 40686          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates to authenticate with Apple Setup Assistant instead of Company Portal." />
 40687        </Annotations>
 40688        <Annotations Target="microsoft.graph.enrollmentProfile/requireCompanyPortalOnSetupAssistantEnrolledDevices">
 40689          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates that Company Portal is required on setup assistant enrolled devices" />
 40690        </Annotations>
 40691        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/serialNumber">
 40692          <Annotation Term="Org.OData.Core.V1.Description" String="Device serial number" />
 40693        </Annotations>
 40694        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/requestedEnrollmentProfileId">
 40695          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment profile Id admin intends to apply to the device during next enrollment" />
 40696        </Annotations>
 40697        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/requestedEnrollmentProfileAssignmentDateTime">
 40698          <Annotation Term="Org.OData.Core.V1.Description" String="The time enrollment profile was assigned to the device" />
 40699        </Annotations>
 40700        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/isSupervised">
 40701          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the Apple device is supervised. More information is at: https://support.apple.com/en-us/HT202837" />
 40702        </Annotations>
 40703        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/discoverySource">
 40704          <Annotation Term="Org.OData.Core.V1.Description" String="Apple device discovery source." />
 40705        </Annotations>
 40706        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/isDeleted">
 40707          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device is deleted from Apple Business Manager" />
 40708        </Annotations>
 40709        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/createdDateTime">
 40710          <Annotation Term="Org.OData.Core.V1.Description" String="Created Date Time of the device" />
 40711        </Annotations>
 40712        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/lastContactedDateTime">
 40713          <Annotation Term="Org.OData.Core.V1.Description" String="Last Contacted Date Time of the device" />
 40714        </Annotations>
 40715        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/description">
 40716          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the device" />
 40717        </Annotations>
 40718        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/enrollmentState">
 40719          <Annotation Term="Org.OData.Core.V1.Description" String="The state of the device in Intune" />
 40720        </Annotations>
 40721        <Annotations Target="microsoft.graph.importedAppleDeviceIdentity/platform">
 40722          <Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." />
 40723        </Annotations>
 40724        <Annotations Target="microsoft.graph.importedAppleDeviceIdentityResult">
 40725          <Annotation Term="Org.OData.Core.V1.Description" String="The importedAppleDeviceIdentityResult resource represents the result of attempting to import Apple devices identities." />
 40726        </Annotations>
 40727        <Annotations Target="microsoft.graph.importedAppleDeviceIdentityResult/status">
 40728          <Annotation Term="Org.OData.Core.V1.Description" String="Status of imported device identity" />
 40729        </Annotations>
 40730        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignmentStatus">
 40731          <Annotation Term="Org.OData.Core.V1.Description" String="Profile assignment status of the Windows autopilot device." />
 40732        </Annotations>
 40733        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignmentDetailedStatus">
 40734          <Annotation Term="Org.OData.Core.V1.Description" String="Profile assignment detailed status of the Windows autopilot device." />
 40735        </Annotations>
 40736        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfileAssignedDateTime">
 40737          <Annotation Term="Org.OData.Core.V1.Description" String="Profile set time of the Windows autopilot device." />
 40738        </Annotations>
 40739        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/orderIdentifier">
 40740          <Annotation Term="Org.OData.Core.V1.Description" String="Order Identifier of the Windows autopilot device - Deprecated" />
 40741        </Annotations>
 40742        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/groupTag">
 40743          <Annotation Term="Org.OData.Core.V1.Description" String="Group Tag of the Windows autopilot device." />
 40744        </Annotations>
 40745        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/purchaseOrderIdentifier">
 40746          <Annotation Term="Org.OData.Core.V1.Description" String="Purchase Order Identifier of the Windows autopilot device." />
 40747        </Annotations>
 40748        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/serialNumber">
 40749          <Annotation Term="Org.OData.Core.V1.Description" String="Serial number of the Windows autopilot device." />
 40750        </Annotations>
 40751        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/productKey">
 40752          <Annotation Term="Org.OData.Core.V1.Description" String="Product Key of the Windows autopilot device." />
 40753        </Annotations>
 40754        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/manufacturer">
 40755          <Annotation Term="Org.OData.Core.V1.Description" String="Oem manufacturer of the Windows autopilot device." />
 40756        </Annotations>
 40757        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/model">
 40758          <Annotation Term="Org.OData.Core.V1.Description" String="Model name of the Windows autopilot device." />
 40759        </Annotations>
 40760        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/enrollmentState">
 40761          <Annotation Term="Org.OData.Core.V1.Description" String="Intune enrollment state of the Windows autopilot device." />
 40762        </Annotations>
 40763        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/lastContactedDateTime">
 40764          <Annotation Term="Org.OData.Core.V1.Description" String="Intune Last Contacted Date Time of the Windows autopilot device." />
 40765        </Annotations>
 40766        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/addressableUserName">
 40767          <Annotation Term="Org.OData.Core.V1.Description" String="Addressable user name." />
 40768        </Annotations>
 40769        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/userPrincipalName">
 40770          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." />
 40771        </Annotations>
 40772        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/resourceName">
 40773          <Annotation Term="Org.OData.Core.V1.Description" String="Resource Name." />
 40774        </Annotations>
 40775        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/skuNumber">
 40776          <Annotation Term="Org.OData.Core.V1.Description" String="SKU Number" />
 40777        </Annotations>
 40778        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/systemFamily">
 40779          <Annotation Term="Org.OData.Core.V1.Description" String="System Family" />
 40780        </Annotations>
 40781        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/azureActiveDirectoryDeviceId">
 40782          <Annotation Term="Org.OData.Core.V1.Description" String="AAD Device ID" />
 40783        </Annotations>
 40784        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/managedDeviceId">
 40785          <Annotation Term="Org.OData.Core.V1.Description" String="Managed Device ID" />
 40786        </Annotations>
 40787        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/displayName">
 40788          <Annotation Term="Org.OData.Core.V1.Description" String="Display Name" />
 40789        </Annotations>
 40790        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/deploymentProfile">
 40791          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment profile currently assigned to the Windows autopilot device." />
 40792        </Annotations>
 40793        <Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/intendedDeploymentProfile">
 40794          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment profile intended to be assigned to the Windows autopilot device." />
 40795        </Annotations>
 40796        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/orderIdentifier">
 40797          <Annotation Term="Org.OData.Core.V1.Description" String="Order Id of the Windows autopilot device. - Deprecate" />
 40798        </Annotations>
 40799        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/groupTag">
 40800          <Annotation Term="Org.OData.Core.V1.Description" String="Group Tag of the Windows autopilot device." />
 40801        </Annotations>
 40802        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/serialNumber">
 40803          <Annotation Term="Org.OData.Core.V1.Description" String="Serial number of the Windows autopilot device." />
 40804        </Annotations>
 40805        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/productKey">
 40806          <Annotation Term="Org.OData.Core.V1.Description" String="Product Key of the Windows autopilot device." />
 40807        </Annotations>
 40808        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/importId">
 40809          <Annotation Term="Org.OData.Core.V1.Description" String="The Import Id of the Windows autopilot device." />
 40810        </Annotations>
 40811        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/hardwareIdentifier">
 40812          <Annotation Term="Org.OData.Core.V1.Description" String="Hardware Blob of the Windows autopilot device." />
 40813        </Annotations>
 40814        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceImportStatus">
 40815          <Annotation Term="Org.OData.Core.V1.Description" String="Device status reported by Device Directory Service(DDS)." />
 40816        </Annotations>
 40817        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceRegistrationId">
 40818          <Annotation Term="Org.OData.Core.V1.Description" String="Device Registration ID for successfully added device reported by Device Directory Service(DDS)." />
 40819        </Annotations>
 40820        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceErrorCode">
 40821          <Annotation Term="Org.OData.Core.V1.Description" String="Device error code reported by Device Directory Service(DDS)." />
 40822        </Annotations>
 40823        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceErrorName">
 40824          <Annotation Term="Org.OData.Core.V1.Description" String="Device error name reported by Device Directory Service(DDS)." />
 40825        </Annotations>
 40826        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/state">
 40827          <Annotation Term="Org.OData.Core.V1.Description" String="Current state of the imported device." />
 40828        </Annotations>
 40829        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/assignedUserPrincipalName">
 40830          <Annotation Term="Org.OData.Core.V1.Description" String="UPN of the user the device will be assigned" />
 40831        </Annotations>
 40832        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/defaultEnrollmentType">
 40833          <Annotation Term="Org.OData.Core.V1.Description" String="The default profile enrollment type." />
 40834        </Annotations>
 40835        <Annotations Target="microsoft.graph.appleOwnerTypeEnrollmentType/ownerType">
 40836          <Annotation Term="Org.OData.Core.V1.Description" String="The owner type." />
 40837        </Annotations>
 40838        <Annotations Target="microsoft.graph.appleOwnerTypeEnrollmentType/enrollmentType">
 40839          <Annotation Term="Org.OData.Core.V1.Description" String="The enrollment type." />
 40840        </Annotations>
 40841        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/availableEnrollmentTypeOptions">
 40842          <Annotation Term="Org.OData.Core.V1.Description" String="List of available enrollment type options" />
 40843        </Annotations>
 40844        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/displayName">
 40845          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
 40846        </Annotations>
 40847        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/description">
 40848          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" />
 40849        </Annotations>
 40850        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/priority">
 40851          <Annotation Term="Org.OData.Core.V1.Description" String="Priority, 0 is highest" />
 40852        </Annotations>
 40853        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/platform">
 40854          <Annotation Term="Org.OData.Core.V1.Description" String="The platform of the Device." />
 40855        </Annotations>
 40856        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/createdDateTime">
 40857          <Annotation Term="Org.OData.Core.V1.Description" String="Profile creation time" />
 40858        </Annotations>
 40859        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/lastModifiedDateTime">
 40860          <Annotation Term="Org.OData.Core.V1.Description" String="Profile last modified time" />
 40861        </Annotations>
 40862        <Annotations Target="microsoft.graph.appleEnrollmentProfileAssignment">
 40863          <Annotation Term="Org.OData.Core.V1.Description" String="An assignment of an Apple profile." />
 40864        </Annotations>
 40865        <Annotations Target="microsoft.graph.appleUserInitiatedEnrollmentProfile/assignments">
 40866          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this profile." />
 40867        </Annotations>
 40868        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment/target">
 40869          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the Windows Autopilot deployment profile." />
 40870        </Annotations>
 40871        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment/source">
 40872          <Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or parcel/policySet" />
 40873        </Annotations>
 40874        <Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment/sourceId">
 40875          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" />
 40876        </Annotations>
 40877        <Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile">
 40878          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" />
 40879        </Annotations>
 40880        <Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile/hybridAzureADJoinSkipConnectivityCheck">
 40881          <Annotation Term="Org.OData.Core.V1.Description" String="The Autopilot Hybrid Azure AD join flow will continue even if it does not establish domain controller connectivity during OOBE." />
 40882        </Annotations>
 40883        <Annotations Target="microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile/domainJoinConfiguration">
 40884          <Annotation Term="Org.OData.Core.V1.Description" String="Configuration to join Active Directory domain" />
 40885        </Annotations>
 40886        <Annotations Target="microsoft.graph.azureADWindowsAutopilotDeploymentProfile">
 40887          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" />
 40888        </Annotations>
 40889        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/isDefault">
 40890          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this is the default profile" />
 40891        </Annotations>
 40892        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supervisedModeEnabled">
 40893          <Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com/en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information." />
 40894        </Annotations>
 40895        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supportDepartment">
 40896          <Annotation Term="Org.OData.Core.V1.Description" String="Support department information" />
 40897        </Annotations>
 40898        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/passCodeDisabled">
 40899          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" />
 40900        </Annotations>
 40901        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/isMandatory">
 40902          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile is mandatory" />
 40903        </Annotations>
 40904        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/locationDisabled">
 40905          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Location service setup pane is disabled" />
 40906        </Annotations>
 40907        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/supportPhoneNumber">
 40908          <Annotation Term="Org.OData.Core.V1.Description" String="Support phone number" />
 40909        </Annotations>
 40910        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/profileRemovalDisabled">
 40911          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile removal option is disabled" />
 40912        </Annotations>
 40913        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/restoreBlocked">
 40914          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore setup pane is blocked" />
 40915        </Annotations>
 40916        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/appleIdDisabled">
 40917          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple id setup pane is disabled" />
 40918        </Annotations>
 40919        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/termsAndConditionsDisabled">
 40920          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if 'Terms and Conditions' setup pane is disabled" />
 40921        </Annotations>
 40922        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/touchIdDisabled">
 40923          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if touch id setup pane is disabled" />
 40924        </Annotations>
 40925        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/applePayDisabled">
 40926          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple pay setup pane is disabled" />
 40927        </Annotations>
 40928        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/zoomDisabled">
 40929          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if zoom setup pane is disabled" />
 40930        </Annotations>
 40931        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/siriDisabled">
 40932          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if siri setup pane is disabled" />
 40933        </Annotations>
 40934        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/diagnosticsDisabled">
 40935          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if diagnostics setup pane is disabled" />
 40936        </Annotations>
 40937        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/displayToneSetupDisabled">
 40938          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if displaytone setup screen is disabled" />
 40939        </Annotations>
 40940        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/privacyPaneDisabled">
 40941          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if privacy screen is disabled" />
 40942        </Annotations>
 40943        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/screenTimeScreenDisabled">
 40944          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if screen timeout setup is disabled" />
 40945        </Annotations>
 40946        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/deviceNameTemplate">
 40947          <Annotation Term="Org.OData.Core.V1.Description" String="Sets a literal or name pattern." />
 40948        </Annotations>
 40949        <Annotations Target="microsoft.graph.depEnrollmentBaseProfile/configurationWebUrl">
 40950          <Annotation Term="Org.OData.Core.V1.Description" String="URL for setup assistant login" />
 40951        </Annotations>
 40952        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/iTunesPairingMode">
 40953          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the iTunes pairing mode" />
 40954        </Annotations>
 40955        <Annotations Target="microsoft.graph.managementCertificateWithThumbprint/thumbprint">
 40956          <Annotation Term="Org.OData.Core.V1.Description" String="The thumbprint of the management certificate" />
 40957        </Annotations>
 40958        <Annotations Target="microsoft.graph.managementCertificateWithThumbprint/certificate">
 40959          <Annotation Term="Org.OData.Core.V1.Description" String="The Base 64 encoded management certificate" />
 40960        </Annotations>
 40961        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/managementCertificates">
 40962          <Annotation Term="Org.OData.Core.V1.Description" String="Management certificates for Apple Configurator" />
 40963        </Annotations>
 40964        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/restoreFromAndroidDisabled">
 40965          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore from Android is disabled" />
 40966        </Annotations>
 40967        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/awaitDeviceConfiguredConfirmation">
 40968          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device will need to wait for configured confirmation" />
 40969        </Annotations>
 40970        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/sharedIPadMaximumUserCount">
 40971          <Annotation Term="Org.OData.Core.V1.Description" String="This specifies the maximum number of users that can use a shared iPad. Only applicable in shared iPad mode." />
 40972        </Annotations>
 40973        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/enableSharedIPad">
 40974          <Annotation Term="Org.OData.Core.V1.Description" String="This indicates whether the device is to be enrolled in a mode which enables multi user scenarios. Only applicable in shared iPads." />
 40975        </Annotations>
 40976        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/companyPortalVppTokenId">
 40977          <Annotation Term="Org.OData.Core.V1.Description" String="If set, indicates which Vpp token should be used to deploy the Company Portal w/ device licensing. 'enableAuthenticationViaCompanyPortal' must be set in order for this property to be set." />
 40978        </Annotations>
 40979        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/enableSingleAppEnrollmentMode">
 40980          <Annotation Term="Org.OData.Core.V1.Description" String="Tells the device to enable single app mode and apply app-lock during enrollment. Default is false. 'enableAuthenticationViaCompanyPortal' and 'companyPortalVppTokenId' must be set for this property to be set." />
 40981        </Annotations>
 40982        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/homeButtonScreenDisabled">
 40983          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if home button sensitivity screen is disabled" />
 40984        </Annotations>
 40985        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/iMessageAndFaceTimeScreenDisabled">
 40986          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iMessage and FaceTime screen is disabled" />
 40987        </Annotations>
 40988        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/onBoardingScreenDisabled">
 40989          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if onboarding setup screen is disabled" />
 40990        </Annotations>
 40991        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/simSetupScreenDisabled">
 40992          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the SIMSetup screen is disabled" />
 40993        </Annotations>
 40994        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/softwareUpdateScreenDisabled">
 40995          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the mandatory sofware update screen is disabled" />
 40996        </Annotations>
 40997        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/watchMigrationScreenDisabled">
 40998          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the watch migration screen is disabled" />
 40999        </Annotations>
 41000        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/appearanceScreenDisabled">
 41001          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apperance screen is disabled" />
 41002        </Annotations>
 41003        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/expressLanguageScreenDisabled">
 41004          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Express Language screen is disabled" />
 41005        </Annotations>
 41006        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/preferredLanguageScreenDisabled">
 41007          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Preferred language screen is disabled" />
 41008        </Annotations>
 41009        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/deviceToDeviceMigrationDisabled">
 41010          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Device To Device Migration is disabled" />
 41011        </Annotations>
 41012        <Annotations Target="microsoft.graph.depIOSEnrollmentProfile/welcomeScreenDisabled">
 41013          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Weclome screen is disabled" />
 41014        </Annotations>
 41015        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/registrationDisabled">
 41016          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if registration is disabled" />
 41017        </Annotations>
 41018        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/fileVaultDisabled">
 41019          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if file vault is disabled" />
 41020        </Annotations>
 41021        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/iCloudDiagnosticsDisabled">
 41022          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Analytics screen is disabled" />
 41023        </Annotations>
 41024        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/iCloudStorageDisabled">
 41025          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Documents and Desktop screen is disabled" />
 41026        </Annotations>
 41027        <Annotations Target="microsoft.graph.depMacOSEnrollmentProfile/chooseYourLockScreenDisabled">
 41028          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if iCloud Documents and Desktop screen is disabled" />
 41029        </Annotations>
 41030        <Annotations Target="microsoft.graph.depEnrollmentProfile">
 41031          <Annotation Term="Org.OData.Core.V1.Description" String="The depEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP." />
 41032        </Annotations>
 41033        <Annotations Target="microsoft.graph.depEnrollmentProfile/isDefault">
 41034          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if this is the default profile" />
 41035        </Annotations>
 41036        <Annotations Target="microsoft.graph.depEnrollmentProfile/supervisedModeEnabled">
 41037          <Annotation Term="Org.OData.Core.V1.Description" String="Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com/en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information." />
 41038        </Annotations>
 41039        <Annotations Target="microsoft.graph.depEnrollmentProfile/supportDepartment">
 41040          <Annotation Term="Org.OData.Core.V1.Description" String="Support department information" />
 41041        </Annotations>
 41042        <Annotations Target="microsoft.graph.depEnrollmentProfile/passCodeDisabled">
 41043          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Passcode setup pane is disabled" />
 41044        </Annotations>
 41045        <Annotations Target="microsoft.graph.depEnrollmentProfile/isMandatory">
 41046          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile is mandatory" />
 41047        </Annotations>
 41048        <Annotations Target="microsoft.graph.depEnrollmentProfile/locationDisabled">
 41049          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Location service setup pane is disabled" />
 41050        </Annotations>
 41051        <Annotations Target="microsoft.graph.depEnrollmentProfile/supportPhoneNumber">
 41052          <Annotation Term="Org.OData.Core.V1.Description" String="Support phone number" />
 41053        </Annotations>
 41054        <Annotations Target="microsoft.graph.depEnrollmentProfile/iTunesPairingMode">
 41055          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the iTunes pairing mode" />
 41056        </Annotations>
 41057        <Annotations Target="microsoft.graph.depEnrollmentProfile/profileRemovalDisabled">
 41058          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the profile removal option is disabled" />
 41059        </Annotations>
 41060        <Annotations Target="microsoft.graph.depEnrollmentProfile/managementCertificates">
 41061          <Annotation Term="Org.OData.Core.V1.Description" String="Management certificates for Apple Configurator" />
 41062        </Annotations>
 41063        <Annotations Target="microsoft.graph.depEnrollmentProfile/restoreBlocked">
 41064          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore setup pane is blocked" />
 41065        </Annotations>
 41066        <Annotations Target="microsoft.graph.depEnrollmentProfile/restoreFromAndroidDisabled">
 41067          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Restore from Android is disabled" />
 41068        </Annotations>
 41069        <Annotations Target="microsoft.graph.depEnrollmentProfile/appleIdDisabled">
 41070          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple id setup pane is disabled" />
 41071        </Annotations>
 41072        <Annotations Target="microsoft.graph.depEnrollmentProfile/termsAndConditionsDisabled">
 41073          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if 'Terms and Conditions' setup pane is disabled" />
 41074        </Annotations>
 41075        <Annotations Target="microsoft.graph.depEnrollmentProfile/touchIdDisabled">
 41076          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if touch id setup pane is disabled" />
 41077        </Annotations>
 41078        <Annotations Target="microsoft.graph.depEnrollmentProfile/applePayDisabled">
 41079          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Apple pay setup pane is disabled" />
 41080        </Annotations>
 41081        <Annotations Target="microsoft.graph.depEnrollmentProfile/zoomDisabled">
 41082          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if zoom setup pane is disabled" />
 41083        </Annotations>
 41084        <Annotations Target="microsoft.graph.depEnrollmentProfile/siriDisabled">
 41085          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if siri setup pane is disabled" />
 41086        </Annotations>
 41087        <Annotations Target="microsoft.graph.depEnrollmentProfile/diagnosticsDisabled">
 41088          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if diagnostics setup pane is disabled" />
 41089        </Annotations>
 41090        <Annotations Target="microsoft.graph.depEnrollmentProfile/macOSRegistrationDisabled">
 41091          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Mac OS registration is disabled" />
 41092        </Annotations>
 41093        <Annotations Target="microsoft.graph.depEnrollmentProfile/macOSFileVaultDisabled">
 41094          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if Mac OS file vault is disabled" />
 41095        </Annotations>
 41096        <Annotations Target="microsoft.graph.depEnrollmentProfile/awaitDeviceConfiguredConfirmation">
 41097          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the device will need to wait for configured confirmation" />
 41098        </Annotations>
 41099        <Annotations Target="microsoft.graph.depEnrollmentProfile/sharedIPadMaximumUserCount">
 41100          <Annotation Term="Org.OData.Core.V1.Description" String="This specifies the maximum number of users that can use a shared iPad. Only applicable in shared iPad mode." />
 41101        </Annotations>
 41102        <Annotations Target="microsoft.graph.depEnrollmentProfile/enableSharedIPad">
 41103          <Annotation Term="Org.OData.Core.V1.Description" String="This indicates whether the device is to be enrolled in a mode which enables multi user scenarios. Only applicable in shared iPads." />
 41104        </Annotations>
 41105        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload">
 41106          <Annotation Term="Org.OData.Core.V1.Description" String="Import windows autopilot devices using upload." />
 41107        </Annotations>
 41108        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/createdDateTimeUtc">
 41109          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime when the entity is created." />
 41110        </Annotations>
 41111        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/status">
 41112          <Annotation Term="Org.OData.Core.V1.Description" String="Upload status." />
 41113        </Annotations>
 41114        <Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/deviceIdentities">
 41115          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of all Autopilot devices as a part of this upload." />
 41116        </Annotations>
 41117        <Annotations Target="microsoft.graph.appleEnrollmentProfileAssignment/target">
 41118          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the Apple user initiated deployment profile." />
 41119        </Annotations>
 41120        <Annotations Target="microsoft.graph.managementCondition/uniqueName">
 41121          <Annotation Term="Org.OData.Core.V1.Description" String="Unique name for the management condition. Used in management condition expressions." />
 41122        </Annotations>
 41123        <Annotations Target="microsoft.graph.managementCondition/displayName">
 41124          <Annotation Term="Org.OData.Core.V1.Description" String="The admin defined name of the management condition." />
 41125        </Annotations>
 41126        <Annotations Target="microsoft.graph.managementCondition/description">
 41127          <Annotation Term="Org.OData.Core.V1.Description" String="The admin defined description of the management condition." />
 41128        </Annotations>
 41129        <Annotations Target="microsoft.graph.managementCondition/createdDateTime">
 41130          <Annotation Term="Org.OData.Core.V1.Description" String="The time the management condition was created. Generated service side." />
 41131        </Annotations>
 41132        <Annotations Target="microsoft.graph.managementCondition/modifiedDateTime">
 41133          <Annotation Term="Org.OData.Core.V1.Description" String="The time the management condition was last modified. Updated service side." />
 41134        </Annotations>
 41135        <Annotations Target="microsoft.graph.managementCondition/eTag">
 41136          <Annotation Term="Org.OData.Core.V1.Description" String="ETag of the management condition. Updated service side." />
 41137        </Annotations>
 41138        <Annotations Target="microsoft.graph.managementCondition/applicablePlatforms">
 41139          <Annotation Term="Org.OData.Core.V1.Description" String="The applicable platforms for this management condition." />
 41140        </Annotations>
 41141        <Annotations Target="microsoft.graph.managementCondition/managementConditionStatements">
 41142          <Annotation Term="Org.OData.Core.V1.Description" String="The management condition statements associated to the management condition." />
 41143        </Annotations>
 41144        <Annotations Target="microsoft.graph.managementConditionStatement/displayName">
 41145          <Annotation Term="Org.OData.Core.V1.Description" String="The admin defined name of the management condition statement." />
 41146        </Annotations>
 41147        <Annotations Target="microsoft.graph.managementConditionStatement/description">
 41148          <Annotation Term="Org.OData.Core.V1.Description" String="The admin defined description of the management condition statement." />
 41149        </Annotations>
 41150        <Annotations Target="microsoft.graph.managementConditionStatement/createdDateTime">
 41151          <Annotation Term="Org.OData.Core.V1.Description" String="The time the management condition statement was created. Generated service side." />
 41152        </Annotations>
 41153        <Annotations Target="microsoft.graph.managementConditionStatement/modifiedDateTime">
 41154          <Annotation Term="Org.OData.Core.V1.Description" String="The time the management condition statement was last modified. Updated service side." />
 41155        </Annotations>
 41156        <Annotations Target="microsoft.graph.managementConditionStatement/expression">
 41157          <Annotation Term="Org.OData.Core.V1.Description" String="The management condition statement expression used to evaluate if a management condition statement was activated/deactivated." />
 41158        </Annotations>
 41159        <Annotations Target="microsoft.graph.managementConditionStatement/eTag">
 41160          <Annotation Term="Org.OData.Core.V1.Description" String="ETag of the management condition statement. Updated service side." />
 41161        </Annotations>
 41162        <Annotations Target="microsoft.graph.managementConditionStatement/applicablePlatforms">
 41163          <Annotation Term="Org.OData.Core.V1.Description" String="The applicable platforms for this management condition statement." />
 41164          <Annotation Term="Org.OData.Core.V1.LongDescription" String="This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms." />
 41165        </Annotations>
 41166        <Annotations Target="microsoft.graph.managementConditionStatement/managementConditions">
 41167          <Annotation Term="Org.OData.Core.V1.Description" String="The management conditions associated to the management condition statement." />
 41168        </Annotations>
 41169        <Annotations Target="microsoft.graph.managementConditionExpressionString/value">
 41170          <Annotation Term="Org.OData.Core.V1.Description" String="The management condition statement expression string value." />
 41171        </Annotations>
 41172        <Annotations Target="microsoft.graph.binaryManagementConditionExpression/operator">
 41173          <Annotation Term="Org.OData.Core.V1.Description" String="The operator used in the evaluation of the binary operation." />
 41174        </Annotations>
 41175        <Annotations Target="microsoft.graph.binaryManagementConditionExpression/firstOperand">
 41176          <Annotation Term="Org.OData.Core.V1.Description" String="The first operand of the binary operation." />
 41177        </Annotations>
 41178        <Annotations Target="microsoft.graph.binaryManagementConditionExpression/secondOperand">
 41179          <Annotation Term="Org.OData.Core.V1.Description" String="The second operand of the binary operation." />
 41180        </Annotations>
 41181        <Annotations Target="microsoft.graph.unaryManagementConditionExpression/operator">
 41182          <Annotation Term="Org.OData.Core.V1.Description" String="The operator used in the evaluation of the unary operation." />
 41183        </Annotations>
 41184        <Annotations Target="microsoft.graph.unaryManagementConditionExpression/operand">
 41185          <Annotation Term="Org.OData.Core.V1.Description" String="The operand of the unary operation." />
 41186        </Annotations>
 41187        <Annotations Target="microsoft.graph.variableManagementConditionExpression/managementConditionId">
 41188          <Annotation Term="Org.OData.Core.V1.Description" String="The management condition id that is used to evaluate the expression." />
 41189        </Annotations>
 41190        <Annotations Target="microsoft.graph.locationManagementCondition">
 41191          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the information to define a location management condition, an area of interest, to monitor." />
 41192        </Annotations>
 41193        <Annotations Target="microsoft.graph.circularGeofenceManagementCondition">
 41194          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the information to define a circular geo-fence management condition, an area of interest, to monitor." />
 41195        </Annotations>
 41196        <Annotations Target="microsoft.graph.circularGeofenceManagementCondition/latitude">
 41197          <Annotation Term="Org.OData.Core.V1.Description" String="Latitude in degrees, between -90 and +90 inclusive." />
 41198        </Annotations>
 41199        <Annotations Target="microsoft.graph.circularGeofenceManagementCondition/longitude">
 41200          <Annotation Term="Org.OData.Core.V1.Description" String="Longitude in degrees, between -180 and +180 inclusive." />
 41201        </Annotations>
 41202        <Annotations Target="microsoft.graph.circularGeofenceManagementCondition/radiusInMeters">
 41203          <Annotation Term="Org.OData.Core.V1.Description" String="Radius in meters." />
 41204        </Annotations>
 41205        <Annotations Target="microsoft.graph.networkManagementCondition">
 41206          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the information to define a network management condition." />
 41207        </Annotations>
 41208        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition">
 41209          <Annotation Term="Org.OData.Core.V1.Description" String="IPv4 configuration-based management conditions may be defined that will trigger when a device detects certain IP network settings. An IP config management conditions will only be considered TRUE when the network connection is active." />
 41210        </Annotations>
 41211        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition/ipV4Prefix">
 41212          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 subnet to be connected to. e.g. 10.0.0.0/8" />
 41213        </Annotations>
 41214        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition/ipV4Gateway">
 41215          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 gateway address. e.g. 10.0.0.0" />
 41216        </Annotations>
 41217        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition/ipV4DHCPServer">
 41218          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 address of the DHCP server for the adapter." />
 41219        </Annotations>
 41220        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition/ipV4DNSServerList">
 41221          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv4 DNS servers configured for the adapter." />
 41222        </Annotations>
 41223        <Annotations Target="microsoft.graph.networkIPv4ConfigurationManagementCondition/dnsSuffixList">
 41224          <Annotation Term="Org.OData.Core.V1.Description" String="Valid DNS suffixes for the current network. e.g. seattle.contoso.com" />
 41225        </Annotations>
 41226        <Annotations Target="microsoft.graph.networkIPv6ConfigurationManagementCondition">
 41227          <Annotation Term="Org.OData.Core.V1.Description" String="IPv6 configuration-based management conditions may be defined that will trigger when a device detects certain IP network settings. An IP config management condition will only be considered TRUE when the network connection is active." />
 41228          <Annotation Term="Org.OData.Core.V1.LongDescription" String="IPv6 DHCP server addresses may not be matched. This is because Windows(circa Redstone) does not expose this information to the Natural Authentication service." />
 41229        </Annotations>
 41230        <Annotations Target="microsoft.graph.networkIPv6ConfigurationManagementCondition/ipV6Prefix">
 41231          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv6 subnet to be connected to. e.g. 2001:db8::/32" />
 41232        </Annotations>
 41233        <Annotations Target="microsoft.graph.networkIPv6ConfigurationManagementCondition/ipV6Gateway">
 41234          <Annotation Term="Org.OData.Core.V1.Description" String="The IPv6 gateway address to. e.g 2001:db8::1" />
 41235        </Annotations>
 41236        <Annotations Target="microsoft.graph.networkIPv6ConfigurationManagementCondition/ipV6DNSServerList">
 41237          <Annotation Term="Org.OData.Core.V1.Description" String="An IPv6 DNS servers configured for the adapter." />
 41238        </Annotations>
 41239        <Annotations Target="microsoft.graph.networkIPv6ConfigurationManagementCondition/dnsSuffixList">
 41240          <Annotation Term="Org.OData.Core.V1.Description" String="Valid DNS suffixes for the current network. e.g. seattle.contoso.com" />
 41241        </Annotations>
 41242        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyObjectId">
 41243          <Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy Object GUID from GPO Xml content" />
 41244        </Annotations>
 41245        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/displayName">
 41246          <Annotation Term="Org.OData.Core.V1.Description" String="The name of Group Policy Object from the GPO Xml Content" />
 41247        </Annotations>
 41248        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/ouDistinguishedName">
 41249          <Annotation Term="Org.OData.Core.V1.Description" String="The distinguished name of the OU." />
 41250        </Annotations>
 41251        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/createdDateTime">
 41252          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was created." />
 41253        </Annotations>
 41254        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/lastModifiedDateTime">
 41255          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was last modified." />
 41256        </Annotations>
 41257        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyCreatedDateTime">
 41258          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was created." />
 41259        </Annotations>
 41260        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicyLastModifiedDateTime">
 41261          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time at which the GroupPolicyMigrationReport was last modified." />
 41262        </Annotations>
 41263        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/migrationReadiness">
 41264          <Annotation Term="Org.OData.Core.V1.Description" String="The Intune coverage for the associated Group Policy Object file." />
 41265        </Annotations>
 41266        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/targetedInActiveDirectory">
 41267          <Annotation Term="Org.OData.Core.V1.Description" String="The Targeted in AD property from GPO Xml Content" />
 41268        </Annotations>
 41269        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/totalSettingsCount">
 41270          <Annotation Term="Org.OData.Core.V1.Description" String="The total number of Group Policy Settings from GPO file." />
 41271        </Annotations>
 41272        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/supportedSettingsCount">
 41273          <Annotation Term="Org.OData.Core.V1.Description" String="The number of Group Policy Settings supported by Intune." />
 41274        </Annotations>
 41275        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/supportedSettingsPercent">
 41276          <Annotation Term="Org.OData.Core.V1.Description" String="The Percentage of Group Policy Settings supported by Intune." />
 41277        </Annotations>
 41278        <Annotations Target="microsoft.graph.groupPolicySettingMapping">
 41279          <Annotation Term="Org.OData.Core.V1.Description" String="The Group Policy setting to MDM/Intune mapping." />
 41280        </Annotations>
 41281        <Annotations Target="microsoft.graph.groupPolicyMigrationReport/groupPolicySettingMappings">
 41282          <Annotation Term="Org.OData.Core.V1.Description" String="A list of group policy settings to MDM/Intune mappings." />
 41283        </Annotations>
 41284        <Annotations Target="microsoft.graph.groupPolicySettingMapping/parentId">
 41285          <Annotation Term="Org.OData.Core.V1.Description" String="Parent Id of the group policy setting." />
 41286        </Annotations>
 41287        <Annotations Target="microsoft.graph.groupPolicySettingMapping/childIdList">
 41288          <Annotation Term="Org.OData.Core.V1.Description" String="List of Child Ids of the group policy setting." />
 41289        </Annotations>
 41290        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingName">
 41291          <Annotation Term="Org.OData.Core.V1.Description" String="The name of this group policy setting." />
 41292        </Annotations>
 41293        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValue">
 41294          <Annotation Term="Org.OData.Core.V1.Description" String="The value of this group policy setting." />
 41295        </Annotations>
 41296        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValueType">
 41297          <Annotation Term="Org.OData.Core.V1.Description" String="The value type of this group policy setting." />
 41298        </Annotations>
 41299        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayName">
 41300          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of this group policy setting." />
 41301        </Annotations>
 41302        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayValue">
 41303          <Annotation Term="Org.OData.Core.V1.Description" String="The display value of this group policy setting." />
 41304        </Annotations>
 41305        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingDisplayValueType">
 41306          <Annotation Term="Org.OData.Core.V1.Description" String="The display value type of this group policy setting." />
 41307        </Annotations>
 41308        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingValueDisplayUnits">
 41309          <Annotation Term="Org.OData.Core.V1.Description" String="The display units of this group policy setting value" />
 41310        </Annotations>
 41311        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingCategory">
 41312          <Annotation Term="Org.OData.Core.V1.Description" String="The category the group policy setting is in." />
 41313        </Annotations>
 41314        <Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmCspName">
 41315          <Annotation Term="Org.OData.Core.V1.Description" String="The CSP name this group policy setting maps to." />
 41316        </Annotations>
 41317        <Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmSettingUri">
 41318          <Annotation Term="Org.OData.Core.V1.Description" String="The MDM CSP URI this group policy setting maps to." />
 41319        </Annotations>
 41320        <Annotations Target="microsoft.graph.groupPolicySettingMapping/mdmMinimumOSVersion">
 41321          <Annotation Term="Org.OData.Core.V1.Description" String="The minimum OS version this mdm setting supports." />
 41322        </Annotations>
 41323        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingType">
 41324          <Annotation Term="Org.OData.Core.V1.Description" String="The setting type (security or admx) of the Group Policy." />
 41325        </Annotations>
 41326        <Annotations Target="microsoft.graph.groupPolicySettingMapping/isMdmSupported">
 41327          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the setting is supported by Intune or not" />
 41328        </Annotations>
 41329        <Annotations Target="microsoft.graph.groupPolicySettingMapping/settingScope">
 41330          <Annotation Term="Org.OData.Core.V1.Description" String="The scope of the setting" />
 41331        </Annotations>
 41332        <Annotations Target="microsoft.graph.groupPolicySettingMapping/intuneSettingUriList">
 41333          <Annotation Term="Org.OData.Core.V1.Description" String="The list of Intune Setting URIs this group policy setting maps to" />
 41334        </Annotations>
 41335        <Annotations Target="microsoft.graph.groupPolicyConfiguration/createdDateTime">
 41336          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." />
 41337        </Annotations>
 41338        <Annotations Target="microsoft.graph.groupPolicyConfiguration/displayName">
 41339          <Annotation Term="Org.OData.Core.V1.Description" String="User provided name for the resource object." />
 41340        </Annotations>
 41341        <Annotations Target="microsoft.graph.groupPolicyConfiguration/description">
 41342          <Annotation Term="Org.OData.Core.V1.Description" String="User provided description for the resource object." />
 41343        </Annotations>
 41344        <Annotations Target="microsoft.graph.groupPolicyConfiguration/roleScopeTagIds">
 41345          <Annotation Term="Org.OData.Core.V1.Description" String="The list of scope tags for the configuration." />
 41346        </Annotations>
 41347        <Annotations Target="microsoft.graph.groupPolicyConfiguration/lastModifiedDateTime">
 41348          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41349        </Annotations>
 41350        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue">
 41351          <Annotation Term="Org.OData.Core.V1.Description" String="The definition value entity stores the value for a single group policy definition." />
 41352        </Annotations>
 41353        <Annotations Target="microsoft.graph.groupPolicyConfiguration/definitionValues">
 41354          <Annotation Term="Org.OData.Core.V1.Description" String="The list of enabled or disabled group policy definition values for the configuration." />
 41355        </Annotations>
 41356        <Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment">
 41357          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy configuration assignment entity assigns one or more AAD groups to a specific group policy configuration." />
 41358        </Annotations>
 41359        <Annotations Target="microsoft.graph.groupPolicyConfiguration/assignments">
 41360          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the configuration." />
 41361        </Annotations>
 41362        <Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment/lastModifiedDateTime">
 41363          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41364        </Annotations>
 41365        <Annotations Target="microsoft.graph.groupPolicyConfigurationAssignment/target">
 41366          <Annotation Term="Org.OData.Core.V1.Description" String="The type of groups targeted the group policy configuration." />
 41367        </Annotations>
 41368        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/createdDateTime">
 41369          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." />
 41370        </Annotations>
 41371        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/enabled">
 41372          <Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables the associated group policy definition." />
 41373        </Annotations>
 41374        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/configurationType">
 41375          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies how the value should be configured. This can be either as a Policy or as a Preference." />
 41376        </Annotations>
 41377        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/lastModifiedDateTime">
 41378          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41379        </Annotations>
 41380        <Annotations Target="microsoft.graph.groupPolicyPresentationValue">
 41381          <Annotation Term="Org.OData.Core.V1.Description" String="The base presentation value entity that stores the value for a single group policy presentation." />
 41382        </Annotations>
 41383        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/presentationValues">
 41384          <Annotation Term="Org.OData.Core.V1.Description" String="The associated group policy presentation values with the definition value." />
 41385        </Annotations>
 41386        <Annotations Target="microsoft.graph.groupPolicyDefinitionValue/definition">
 41387          <Annotation Term="Org.OData.Core.V1.Description" String="The associated group policy definition with the value." />
 41388        </Annotations>
 41389        <Annotations Target="microsoft.graph.groupPolicyPresentationValue/lastModifiedDateTime">
 41390          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was last modified." />
 41391        </Annotations>
 41392        <Annotations Target="microsoft.graph.groupPolicyPresentationValue/createdDateTime">
 41393          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the object was created." />
 41394        </Annotations>
 41395        <Annotations Target="microsoft.graph.groupPolicyPresentationValue/definitionValue">
 41396          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy definition value associated with the presentation value." />
 41397        </Annotations>
 41398        <Annotations Target="microsoft.graph.groupPolicyPresentation">
 41399          <Annotation Term="Org.OData.Core.V1.Description" String="The base entity for the display presentation of any of the additional options in a group policy definition." />
 41400        </Annotations>
 41401        <Annotations Target="microsoft.graph.groupPolicyPresentationValue/presentation">
 41402          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy presentation associated with the presentation value." />
 41403        </Annotations>
 41404        <Annotations Target="microsoft.graph.groupPolicyPresentation/label">
 41405          <Annotation Term="Org.OData.Core.V1.Description" String="Localized text label for any presentation entity. The default value is empty." />
 41406        </Annotations>
 41407        <Annotations Target="microsoft.graph.groupPolicyPresentation/lastModifiedDateTime">
 41408          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41409        </Annotations>
 41410        <Annotations Target="microsoft.graph.groupPolicyPresentation/definition">
 41411          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy definition associated with the presentation." />
 41412        </Annotations>
 41413        <Annotations Target="microsoft.graph.groupPolicyDefinition/classType">
 41414          <Annotation Term="Org.OData.Core.V1.Description" String="Identifies the type of groups the policy can be applied to." />
 41415        </Annotations>
 41416        <Annotations Target="microsoft.graph.groupPolicyDefinition/displayName">
 41417          <Annotation Term="Org.OData.Core.V1.Description" String="The localized policy name." />
 41418        </Annotations>
 41419        <Annotations Target="microsoft.graph.groupPolicyDefinition/explainText">
 41420          <Annotation Term="Org.OData.Core.V1.Description" String="The localized explanation or help text associated with the policy. The default value is empty." />
 41421        </Annotations>
 41422        <Annotations Target="microsoft.graph.groupPolicyDefinition/categoryPath">
 41423          <Annotation Term="Org.OData.Core.V1.Description" String="The localized full category path for the policy." />
 41424        </Annotations>
 41425        <Annotations Target="microsoft.graph.groupPolicyDefinition/supportedOn">
 41426          <Annotation Term="Org.OData.Core.V1.Description" String="Localized string used to specify what operating system or application version is affected by the policy." />
 41427        </Annotations>
 41428        <Annotations Target="microsoft.graph.groupPolicyDefinition/policyType">
 41429          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of group policy." />
 41430        </Annotations>
 41431        <Annotations Target="microsoft.graph.groupPolicyDefinition/lastModifiedDateTime">
 41432          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41433        </Annotations>
 41434        <Annotations Target="microsoft.graph.groupPolicyDefinition/definitionFile">
 41435          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy file associated with the definition." />
 41436        </Annotations>
 41437        <Annotations Target="microsoft.graph.groupPolicyDefinition/presentations">
 41438          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy presentations associated with the definition." />
 41439        </Annotations>
 41440        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/displayName">
 41441          <Annotation Term="Org.OData.Core.V1.Description" String="The localized friendly name of the ADMX file." />
 41442        </Annotations>
 41443        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/description">
 41444          <Annotation Term="Org.OData.Core.V1.Description" String="The localized description of the policy settings in the ADMX file. The default value is empty." />
 41445        </Annotations>
 41446        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/languageCodes">
 41447          <Annotation Term="Org.OData.Core.V1.Description" String="The supported language codes for the ADMX file." />
 41448        </Annotations>
 41449        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/targetPrefix">
 41450          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the logical name that refers to the namespace within the ADMX file." />
 41451        </Annotations>
 41452        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/targetNamespace">
 41453          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the URI used to identify the namespace within the ADMX file." />
 41454        </Annotations>
 41455        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/policyType">
 41456          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of group policy." />
 41457        </Annotations>
 41458        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/revision">
 41459          <Annotation Term="Org.OData.Core.V1.Description" String="The revision version associated with the file." />
 41460        </Annotations>
 41461        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/lastModifiedDateTime">
 41462          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the entity was last modified." />
 41463        </Annotations>
 41464        <Annotations Target="microsoft.graph.groupPolicyDefinitionFile/definitions">
 41465          <Annotation Term="Org.OData.Core.V1.Description" String="The group policy definitions associated with the file." />
 41466        </Annotations>
 41467        <Annotations Target="microsoft.graph.groupPolicyPresentationCheckBox">
 41468          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX checkBox element and an ADMX boolean element." />
 41469        </Annotations>
 41470        <Annotations Target="microsoft.graph.groupPolicyPresentationCheckBox/defaultChecked">
 41471          <Annotation Term="Org.OData.Core.V1.Description" String="Default value for the check box. The default value is false." />
 41472        </Annotations>
 41473        <Annotations Target="microsoft.graph.groupPolicyPresentationComboBox">
 41474          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX comboBox element and an ADMX text element." />
 41475        </Annotations>
 41476        <Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/defaultValue">
 41477          <Annotation Term="Org.OData.Core.V1.Description" String="Localized default string displayed in the combo box. The default value is empty." />
 41478        </Annotations>
 41479        <Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/suggestions">
 41480          <Annotation Term="Org.OData.Core.V1.Description" String="Localized strings listed in the drop-down list of the combo box. The default value is empty." />
 41481        </Annotations>
 41482        <Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/required">
 41483          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether a value must be specified for the parameter. The default value is false." />
 41484        </Annotations>
 41485        <Annotations Target="microsoft.graph.groupPolicyPresentationComboBox/maxLength">
 41486          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters for the parameter. The default value is 1023." />
 41487        </Annotations>
 41488        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox">
 41489          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX decimalTextBox element and an ADMX decimal element." />
 41490        </Annotations>
 41491        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/defaultValue">
 41492          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the initial value for the decimal text box. The default value is 1." />
 41493        </Annotations>
 41494        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/spin">
 41495          <Annotation Term="Org.OData.Core.V1.Description" String="If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true." />
 41496        </Annotations>
 41497        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/spinStep">
 41498          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the increment of change for the spin control. The default value is 1." />
 41499        </Annotations>
 41500        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/required">
 41501          <Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." />
 41502        </Annotations>
 41503        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/minValue">
 41504          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the minimum allowed value. The default value is 0." />
 41505        </Annotations>
 41506        <Annotations Target="microsoft.graph.groupPolicyPresentationDecimalTextBox/maxValue">
 41507          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum allowed value. The default value is 9999." />
 41508        </Annotations>
 41509        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList">
 41510          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX dropdownList element and an ADMX enum element." />
 41511        </Annotations>
 41512        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownListItem/displayName">
 41513          <Annotation Term="Org.OData.Core.V1.Description" String="Localized display name for the drop-down list item." />
 41514        </Annotations>
 41515        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownListItem/value">
 41516          <Annotation Term="Org.OData.Core.V1.Description" String="Associated value for the drop-down list item" />
 41517        </Annotations>
 41518        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/defaultItem">
 41519          <Annotation Term="Org.OData.Core.V1.Description" String="Localized string value identifying the default choice of the list of items." />
 41520        </Annotations>
 41521        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/items">
 41522          <Annotation Term="Org.OData.Core.V1.Description" String="Represents a set of localized display names and their associated values." />
 41523        </Annotations>
 41524        <Annotations Target="microsoft.graph.groupPolicyPresentationDropdownList/required">
 41525          <Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." />
 41526        </Annotations>
 41527        <Annotations Target="microsoft.graph.groupPolicyPresentationListBox">
 41528          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX listBox element and an ADMX list element." />
 41529        </Annotations>
 41530        <Annotations Target="microsoft.graph.groupPolicyPresentationListBox/explicitValue">
 41531          <Annotation Term="Org.OData.Core.V1.Description" String="If this option is specified true the user must specify the registry subkey value and the registry subkey name. The list box shows two columns, one for the name and one for the data. The default value is false." />
 41532        </Annotations>
 41533        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox">
 41534          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX longDecimalTextBox element and an ADMX longDecimal element." />
 41535        </Annotations>
 41536        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/defaultValue">
 41537          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the initial value for the decimal text box. The default value is 1." />
 41538        </Annotations>
 41539        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/spin">
 41540          <Annotation Term="Org.OData.Core.V1.Description" String="If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true." />
 41541        </Annotations>
 41542        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/spinStep">
 41543          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the increment of change for the spin control. The default value is 1." />
 41544        </Annotations>
 41545        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/required">
 41546          <Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the parameter box. The default value is false." />
 41547        </Annotations>
 41548        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/minValue">
 41549          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long that specifies the minimum allowed value. The default value is 0." />
 41550        </Annotations>
 41551        <Annotations Target="microsoft.graph.groupPolicyPresentationLongDecimalTextBox/maxValue">
 41552          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long that specifies the maximum allowed value. The default value is 9999." />
 41553        </Annotations>
 41554        <Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox">
 41555          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX multiTextBox element and an ADMX multiText element." />
 41556        </Annotations>
 41557        <Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/required">
 41558          <Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the text box. Default value is false." />
 41559        </Annotations>
 41560        <Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/maxLength">
 41561          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters. Default value is 1023." />
 41562        </Annotations>
 41563        <Annotations Target="microsoft.graph.groupPolicyPresentationMultiTextBox/maxStrings">
 41564          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of strings. Default value is 0." />
 41565        </Annotations>
 41566        <Annotations Target="microsoft.graph.groupPolicyPresentationText">
 41567          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX text element." />
 41568        </Annotations>
 41569        <Annotations Target="microsoft.graph.groupPolicyPresentationTextBox">
 41570          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an ADMX textBox element and an ADMX text element." />
 41571        </Annotations>
 41572        <Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/defaultValue">
 41573          <Annotation Term="Org.OData.Core.V1.Description" String="Localized default string displayed in the text box. The default value is empty." />
 41574        </Annotations>
 41575        <Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/required">
 41576          <Annotation Term="Org.OData.Core.V1.Description" String="Requirement to enter a value in the text box. Default value is false." />
 41577        </Annotations>
 41578        <Annotations Target="microsoft.graph.groupPolicyPresentationTextBox/maxLength">
 41579          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer that specifies the maximum number of text characters. Default value is 1023." />
 41580        </Annotations>
 41581        <Annotations Target="microsoft.graph.groupPolicyPresentationValueBoolean">
 41582          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a Boolean value of a checkbox presentation on a policy definition." />
 41583        </Annotations>
 41584        <Annotations Target="microsoft.graph.groupPolicyPresentationValueBoolean/value">
 41585          <Annotation Term="Org.OData.Core.V1.Description" String="An boolean value for the associated presentation." />
 41586        </Annotations>
 41587        <Annotations Target="microsoft.graph.groupPolicyPresentationValueDecimal">
 41588          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an unsigned integer value of a decimal text box presentation on a policy definition." />
 41589        </Annotations>
 41590        <Annotations Target="microsoft.graph.groupPolicyPresentationValueDecimal/value">
 41591          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned integer value for the associated presentation." />
 41592        </Annotations>
 41593        <Annotations Target="microsoft.graph.groupPolicyPresentationValueList">
 41594          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a collection of name/value pairs of a list box presentation on a policy definition." />
 41595        </Annotations>
 41596        <Annotations Target="microsoft.graph.groupPolicyPresentationValueList/values">
 41597          <Annotation Term="Org.OData.Core.V1.Description" String="A list of pairs for the associated presentation." />
 41598        </Annotations>
 41599        <Annotations Target="microsoft.graph.groupPolicyPresentationValueLongDecimal">
 41600          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents an unsigned long value of a long decimal text box presentation on a policy definition." />
 41601        </Annotations>
 41602        <Annotations Target="microsoft.graph.groupPolicyPresentationValueLongDecimal/value">
 41603          <Annotation Term="Org.OData.Core.V1.Description" String="An unsigned long value for the associated presentation." />
 41604        </Annotations>
 41605        <Annotations Target="microsoft.graph.groupPolicyPresentationValueMultiText">
 41606          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a string value of a multi-line text box presentation on a policy definition." />
 41607        </Annotations>
 41608        <Annotations Target="microsoft.graph.groupPolicyPresentationValueMultiText/values">
 41609          <Annotation Term="Org.OData.Core.V1.Description" String="A collection of non-empty strings for the associated presentation." />
 41610        </Annotations>
 41611        <Annotations Target="microsoft.graph.groupPolicyPresentationValueText">
 41612          <Annotation Term="Org.OData.Core.V1.Description" String="The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition." />
 41613        </Annotations>
 41614        <Annotations Target="microsoft.graph.groupPolicyPresentationValueText/value">
 41615          <Annotation Term="Org.OData.Core.V1.Description" String="A string value for the associated presentation." />
 41616        </Annotations>
 41617        <Annotations Target="microsoft.graph.managedMobileApp/mobileAppIdentifier">
 41618          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app with it's operating system type." />
 41619        </Annotations>
 41620        <Annotations Target="microsoft.graph.managedMobileApp/version">
 41621          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 41622        </Annotations>
 41623        <Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/target">
 41624          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for deployment to a group or app" />
 41625        </Annotations>
 41626        <Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/source">
 41627          <Annotation Term="Org.OData.Core.V1.Description" String="Type of resource used for deployment to a group, direct or parcel/policySet" />
 41628        </Annotations>
 41629        <Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/sourceId">
 41630          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for resource used for deployment to a group" />
 41631        </Annotations>
 41632        <Annotations Target="microsoft.graph.managedAppDiagnosticStatus/validationName">
 41633          <Annotation Term="Org.OData.Core.V1.Description" String="The validation friendly name" />
 41634        </Annotations>
 41635        <Annotations Target="microsoft.graph.managedAppDiagnosticStatus/state">
 41636          <Annotation Term="Org.OData.Core.V1.Description" String="The state of the operation" />
 41637        </Annotations>
 41638        <Annotations Target="microsoft.graph.managedAppDiagnosticStatus/mitigationInstruction">
 41639          <Annotation Term="Org.OData.Core.V1.Description" String="Instruction on how to mitigate a failed validation" />
 41640        </Annotations>
 41641        <Annotations Target="microsoft.graph.managedAppRegistration/createdDateTime">
 41642          <Annotation Term="Org.OData.Core.V1.Description" String="Date and time of creation" />
 41643        </Annotations>
 41644        <Annotations Target="microsoft.graph.managedAppRegistration/lastSyncDateTime">
 41645          <Annotation Term="Org.OData.Core.V1.Description" String="Date and time of last the app synced with management service." />
 41646        </Annotations>
 41647        <Annotations Target="microsoft.graph.managedAppRegistration/applicationVersion">
 41648          <Annotation Term="Org.OData.Core.V1.Description" String="App version" />
 41649        </Annotations>
 41650        <Annotations Target="microsoft.graph.managedAppRegistration/managementSdkVersion">
 41651          <Annotation Term="Org.OData.Core.V1.Description" String="App management SDK version" />
 41652        </Annotations>
 41653        <Annotations Target="microsoft.graph.managedAppRegistration/platformVersion">
 41654          <Annotation Term="Org.OData.Core.V1.Description" String="Operating System version" />
 41655        </Annotations>
 41656        <Annotations Target="microsoft.graph.managedAppRegistration/deviceType">
 41657          <Annotation Term="Org.OData.Core.V1.Description" String="Host device type" />
 41658        </Annotations>
 41659        <Annotations Target="microsoft.graph.managedAppRegistration/deviceTag">
 41660          <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." />
 41661        </Annotations>
 41662        <Annotations Target="microsoft.graph.managedAppRegistration/deviceName">
 41663          <Annotation Term="Org.OData.Core.V1.Description" String="Host device name" />
 41664        </Annotations>
 41665        <Annotations Target="microsoft.graph.managedAppRegistration/managedDeviceId">
 41666          <Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device identifier of the host device. Value could be empty even when the host device is managed." />
 41667        </Annotations>
 41668        <Annotations Target="microsoft.graph.managedAppRegistration/azureADDeviceId">
 41669          <Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory Device identifier of the host device. Value could be empty even when the host device is Azure Active Directory registered." />
 41670        </Annotations>
 41671        <Annotations Target="microsoft.graph.managedAppRegistration/deviceModel">
 41672          <Annotation Term="Org.OData.Core.V1.Description" String="The device model for the current app registration " />
 41673        </Annotations>
 41674        <Annotations Target="microsoft.graph.managedAppRegistration/deviceManufacturer">
 41675          <Annotation Term="Org.OData.Core.V1.Description" String="The device manufacturer for the current app registration " />
 41676        </Annotations>
 41677        <Annotations Target="microsoft.graph.managedAppRegistration/flaggedReasons">
 41678          <Annotation Term="Org.OData.Core.V1.Description" String="Zero or more reasons an app registration is flagged. E.g. app running on rooted device" />
 41679        </Annotations>
 41680        <Annotations Target="microsoft.graph.managedAppRegistration/userId">
 41681          <Annotation Term="Org.OData.Core.V1.Description" String="The user Id to who this app registration belongs." />
 41682        </Annotations>
 41683        <Annotations Target="microsoft.graph.managedAppRegistration/appIdentifier">
 41684          <Annotation Term="Org.OData.Core.V1.Description" String="The app package Identifier" />
 41685        </Annotations>
 41686        <Annotations Target="microsoft.graph.managedAppRegistration/version">
 41687          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 41688        </Annotations>
 41689        <Annotations Target="microsoft.graph.managedAppRegistration/appliedPolicies">
 41690          <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." />
 41691        </Annotations>
 41692        <Annotations Target="microsoft.graph.managedAppRegistration/intendedPolicies">
 41693          <Annotation Term="Org.OData.Core.V1.Description" String="Zero or more policies admin intended for the app as of now." />
 41694        </Annotations>
 41695        <Annotations Target="microsoft.graph.managedAppOperation">
 41696          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an operation applied against an app registration." />
 41697        </Annotations>
 41698        <Annotations Target="microsoft.graph.managedAppRegistration/operations">
 41699          <Annotation Term="Org.OData.Core.V1.Description" String="Zero or more long running operations triggered on the app registration." />
 41700        </Annotations>
 41701        <Annotations Target="microsoft.graph.managedAppPolicy/displayName">
 41702          <Annotation Term="Org.OData.Core.V1.Description" String="Policy display name." />
 41703        </Annotations>
 41704        <Annotations Target="microsoft.graph.managedAppPolicy/description">
 41705          <Annotation Term="Org.OData.Core.V1.Description" String="The policy's description." />
 41706        </Annotations>
 41707        <Annotations Target="microsoft.graph.managedAppPolicy/createdDateTime">
 41708          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time the policy was created." />
 41709        </Annotations>
 41710        <Annotations Target="microsoft.graph.managedAppPolicy/lastModifiedDateTime">
 41711          <Annotation Term="Org.OData.Core.V1.Description" String="Last time the policy was modified." />
 41712        </Annotations>
 41713        <Annotations Target="microsoft.graph.managedAppPolicy/roleScopeTagIds">
 41714          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 41715        </Annotations>
 41716        <Annotations Target="microsoft.graph.managedAppPolicy/version">
 41717          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 41718        </Annotations>
 41719        <Annotations Target="microsoft.graph.managedAppProtection/periodOfflineBeforeAccessCheck">
 41720          <Annotation Term="Org.OData.Core.V1.Description" String="The period after which access is checked when the device is not connected to the internet." />
 41721        </Annotations>
 41722        <Annotations Target="microsoft.graph.managedAppProtection/periodOnlineBeforeAccessCheck">
 41723          <Annotation Term="Org.OData.Core.V1.Description" String="The period after which access is checked when the device is connected to the internet." />
 41724        </Annotations>
 41725        <Annotations Target="microsoft.graph.managedAppProtection/allowedInboundDataTransferSources">
 41726          <Annotation Term="Org.OData.Core.V1.Description" String="Sources from which data is allowed to be transferred." />
 41727        </Annotations>
 41728        <Annotations Target="microsoft.graph.managedAppProtection/allowedOutboundDataTransferDestinations">
 41729          <Annotation Term="Org.OData.Core.V1.Description" String="Destinations to which data is allowed to be transferred." />
 41730        </Annotations>
 41731        <Annotations Target="microsoft.graph.managedAppProtection/organizationalCredentialsRequired">
 41732          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether organizational credentials are required for app use." />
 41733        </Annotations>
 41734        <Annotations Target="microsoft.graph.managedAppProtection/allowedOutboundClipboardSharingLevel">
 41735          <Annotation Term="Org.OData.Core.V1.Description" String="The level to which the clipboard may be shared between apps on the managed device." />
 41736        </Annotations>
 41737        <Annotations Target="microsoft.graph.managedAppProtection/dataBackupBlocked">
 41738          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the backup of a managed app's data is blocked." />
 41739        </Annotations>
 41740        <Annotations Target="microsoft.graph.managedAppProtection/deviceComplianceRequired">
 41741          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether device compliance is required." />
 41742        </Annotations>
 41743        <Annotations Target="microsoft.graph.managedAppProtection/managedBrowserToOpenLinksRequired">
 41744          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether internet links should be opened in the managed browser app." />
 41745        </Annotations>
 41746        <Annotations Target="microsoft.graph.managedAppProtection/saveAsBlocked">
 41747          <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." />
 41748        </Annotations>
 41749        <Annotations Target="microsoft.graph.managedAppProtection/periodOfflineBeforeWipeIsEnforced">
 41750          <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." />
 41751        </Annotations>
 41752        <Annotations Target="microsoft.graph.managedAppProtection/pinRequired">
 41753          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether an app-level pin is required." />
 41754        </Annotations>
 41755        <Annotations Target="microsoft.graph.managedAppProtection/maximumPinRetries">
 41756          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped." />
 41757        </Annotations>
 41758        <Annotations Target="microsoft.graph.managedAppProtection/simplePinBlocked">
 41759          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether simplePin is blocked." />
 41760        </Annotations>
 41761        <Annotations Target="microsoft.graph.managedAppProtection/minimumPinLength">
 41762          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum pin length required for an app-level pin if PinRequired is set to True" />
 41763        </Annotations>
 41764        <Annotations Target="microsoft.graph.managedAppProtection/pinCharacterSet">
 41765          <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." />
 41766        </Annotations>
 41767        <Annotations Target="microsoft.graph.managedAppProtection/periodBeforePinReset">
 41768          <Annotation Term="Org.OData.Core.V1.Description" String="TimePeriod before the all-level pin must be reset if PinRequired is set to True." />
 41769        </Annotations>
 41770        <Annotations Target="microsoft.graph.managedAppProtection/allowedDataStorageLocations">
 41771          <Annotation Term="Org.OData.Core.V1.Description" String="Data storage locations where a user may store managed data." />
 41772        </Annotations>
 41773        <Annotations Target="microsoft.graph.managedAppProtection/contactSyncBlocked">
 41774          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether contacts can be synced to the user's device." />
 41775        </Annotations>
 41776        <Annotations Target="microsoft.graph.managedAppProtection/printBlocked">
 41777          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether printing is allowed from managed apps." />
 41778        </Annotations>
 41779        <Annotations Target="microsoft.graph.managedAppProtection/fingerprintBlocked">
 41780          <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." />
 41781        </Annotations>
 41782        <Annotations Target="microsoft.graph.managedAppProtection/disableAppPinIfDevicePinIsSet">
 41783          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the app pin is required if the device pin is set." />
 41784        </Annotations>
 41785        <Annotations Target="microsoft.graph.managedAppProtection/minimumRequiredOsVersion">
 41786          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." />
 41787        </Annotations>
 41788        <Annotations Target="microsoft.graph.managedAppProtection/minimumWarningOsVersion">
 41789          <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." />
 41790        </Annotations>
 41791        <Annotations Target="microsoft.graph.managedAppProtection/minimumRequiredAppVersion">
 41792          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." />
 41793        </Annotations>
 41794        <Annotations Target="microsoft.graph.managedAppProtection/minimumWarningAppVersion">
 41795          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will result in warning message on the managed app." />
 41796        </Annotations>
 41797        <Annotations Target="microsoft.graph.managedAppProtection/minimumWipeOsVersion">
 41798          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than or equal to the specified version will wipe the managed app and the associated company data." />
 41799        </Annotations>
 41800        <Annotations Target="microsoft.graph.managedAppProtection/minimumWipeAppVersion">
 41801          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than or equal to the specified version will wipe the managed app and the associated company data." />
 41802        </Annotations>
 41803        <Annotations Target="microsoft.graph.managedAppProtection/appActionIfDeviceComplianceRequired">
 41804          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, when the device is either rooted or jailbroken, if DeviceComplianceRequired is set to true." />
 41805        </Annotations>
 41806        <Annotations Target="microsoft.graph.managedAppProtection/appActionIfMaximumPinRetriesExceeded">
 41807          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, based on maximum number of incorrect pin retry attempts." />
 41808        </Annotations>
 41809        <Annotations Target="microsoft.graph.managedAppProtection/pinRequiredInsteadOfBiometricTimeout">
 41810          <Annotation Term="Org.OData.Core.V1.Description" String="Timeout in minutes for an app pin instead of non biometrics passcode" />
 41811        </Annotations>
 41812        <Annotations Target="microsoft.graph.managedAppProtection/allowedOutboundClipboardSharingExceptionLength">
 41813          <Annotation Term="Org.OData.Core.V1.Description" String="Specify the number of characters that may be cut or copied from Org data and accounts to any application. This setting overrides the AllowedOutboundClipboardSharingLevel restriction. Default value of '0' means no exception is allowed." />
 41814        </Annotations>
 41815        <Annotations Target="microsoft.graph.managedAppProtection/notificationRestriction">
 41816          <Annotation Term="Org.OData.Core.V1.Description" String="Specify app notification restriction" />
 41817        </Annotations>
 41818        <Annotations Target="microsoft.graph.managedAppProtection/previousPinBlockCount">
 41819          <Annotation Term="Org.OData.Core.V1.Description" String="Requires a pin to be unique from the number specified in this property." />
 41820        </Annotations>
 41821        <Annotations Target="microsoft.graph.managedAppProtection/managedBrowser">
 41822          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates in which managed browser(s) that internet links should be opened." />
 41823        </Annotations>
 41824        <Annotations Target="microsoft.graph.managedAppProtection/maximumAllowedDeviceThreatLevel">
 41825          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum allowed device threat level, as reported by the MTD app" />
 41826        </Annotations>
 41827        <Annotations Target="microsoft.graph.managedAppProtection/mobileThreatDefenseRemediationAction">
 41828          <Annotation Term="Org.OData.Core.V1.Description" String="Determines what action to take if the mobile threat defense threat threshold isn't met. Warn isn't a supported value for this property" />
 41829        </Annotations>
 41830        <Annotations Target="microsoft.graph.targetedManagedAppProtection/isAssigned">
 41831          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." />
 41832        </Annotations>
 41833        <Annotations Target="microsoft.graph.targetedManagedAppProtection/targetedAppManagementLevels">
 41834          <Annotation Term="Org.OData.Core.V1.Description" String="The intended app management levels for this policy" />
 41835        </Annotations>
 41836        <Annotations Target="microsoft.graph.targetedManagedAppProtection/assignments">
 41837          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of inclusion and exclusion groups to which the policy is deployed." />
 41838        </Annotations>
 41839        <Annotations Target="microsoft.graph.managedAppConfiguration/customSettings">
 41840          <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" />
 41841        </Annotations>
 41842        <Annotations Target="microsoft.graph.windowsInformationProtection/enforcementLevel">
 41843          <Annotation Term="Org.OData.Core.V1.Description" String="WIP enforcement level.See the Enum definition for supported values" />
 41844        </Annotations>
 41845        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseDomain">
 41846          <Annotation Term="Org.OData.Core.V1.Description" String="Primary enterprise domain" />
 41847        </Annotations>
 41848        <Annotations Target="microsoft.graph.windowsInformationProtectionResourceCollection/displayName">
 41849          <Annotation Term="Org.OData.Core.V1.Description" String="Display name" />
 41850        </Annotations>
 41851        <Annotations Target="microsoft.graph.windowsInformationProtectionResourceCollection/resources">
 41852          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of resources" />
 41853        </Annotations>
 41854        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProtectedDomainNames">
 41855          <Annotation Term="Org.OData.Core.V1.Description" String="List of enterprise domains to be protected" />
 41856        </Annotations>
 41857        <Annotations Target="microsoft.graph.windowsInformationProtection/protectionUnderLockConfigRequired">
 41858          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured" />
 41859        </Annotations>
 41860        <Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/subjectName">
 41861          <Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate subject name" />
 41862        </Annotations>
 41863        <Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/description">
 41864          <Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate description" />
 41865        </Annotations>
 41866        <Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/expirationDateTime">
 41867          <Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate expiration datetime" />
 41868        </Annotations>
 41869        <Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/certificate">
 41870          <Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate" />
 41871        </Annotations>
 41872        <Annotations Target="microsoft.graph.windowsInformationProtection/dataRecoveryCertificate">
 41873          <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)" />
 41874        </Annotations>
 41875        <Annotations Target="microsoft.graph.windowsInformationProtection/revokeOnUnenrollDisabled">
 41876          <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." />
 41877        </Annotations>
 41878        <Annotations Target="microsoft.graph.windowsInformationProtection/rightsManagementServicesTemplateId">
 41879          <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" />
 41880        </Annotations>
 41881        <Annotations Target="microsoft.graph.windowsInformationProtection/azureRightsManagementServicesAllowed">
 41882          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to allow Azure RMS encryption for WIP" />
 41883        </Annotations>
 41884        <Annotations Target="microsoft.graph.windowsInformationProtection/iconsVisible">
 41885          <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" />
 41886        </Annotations>
 41887        <Annotations Target="microsoft.graph.windowsInformationProtectionApp/displayName">
 41888          <Annotation Term="Org.OData.Core.V1.Description" String="App display name." />
 41889        </Annotations>
 41890        <Annotations Target="microsoft.graph.windowsInformationProtectionApp/description">
 41891          <Annotation Term="Org.OData.Core.V1.Description" String="The app's description." />
 41892        </Annotations>
 41893        <Annotations Target="microsoft.graph.windowsInformationProtectionApp/publisherName">
 41894          <Annotation Term="Org.OData.Core.V1.Description" String="The publisher name" />
 41895        </Annotations>
 41896        <Annotations Target="microsoft.graph.windowsInformationProtectionApp/productName">
 41897          <Annotation Term="Org.OData.Core.V1.Description" String="The product name." />
 41898        </Annotations>
 41899        <Annotations Target="microsoft.graph.windowsInformationProtectionApp/denied">
 41900          <Annotation Term="Org.OData.Core.V1.Description" String="If true, app is denied protection or exemption." />
 41901        </Annotations>
 41902        <Annotations Target="microsoft.graph.windowsInformationProtection/protectedApps">
 41903          <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" />
 41904        </Annotations>
 41905        <Annotations Target="microsoft.graph.windowsInformationProtection/exemptApps">
 41906          <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." />
 41907        </Annotations>
 41908        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseNetworkDomainNames">
 41909          <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" />
 41910        </Annotations>
 41911        <Annotations Target="microsoft.graph.windowsInformationProtectionProxiedDomainCollection/displayName">
 41912          <Annotation Term="Org.OData.Core.V1.Description" String="Display name" />
 41913        </Annotations>
 41914        <Annotations Target="microsoft.graph.windowsInformationProtectionProxiedDomainCollection/proxiedDomains">
 41915          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of proxied domains" />
 41916        </Annotations>
 41917        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxiedDomains">
 41918          <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" />
 41919        </Annotations>
 41920        <Annotations Target="microsoft.graph.windowsInformationProtectionIPRangeCollection/displayName">
 41921          <Annotation Term="Org.OData.Core.V1.Description" String="Display name" />
 41922        </Annotations>
 41923        <Annotations Target="microsoft.graph.windowsInformationProtectionIPRangeCollection/ranges">
 41924          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of ip ranges" />
 41925        </Annotations>
 41926        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseIPRanges">
 41927          <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" />
 41928        </Annotations>
 41929        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseIPRangesAreAuthoritative">
 41930          <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" />
 41931        </Annotations>
 41932        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxyServers">
 41933          <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" />
 41934        </Annotations>
 41935        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseInternalProxyServers">
 41936          <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" />
 41937        </Annotations>
 41938        <Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxyServersAreAuthoritative">
 41939          <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" />
 41940        </Annotations>
 41941        <Annotations Target="microsoft.graph.windowsInformationProtection/neutralDomainResources">
 41942          <Annotation Term="Org.OData.Core.V1.Description" String="List of domain names that can used for work or personal resource" />
 41943        </Annotations>
 41944        <Annotations Target="microsoft.graph.windowsInformationProtection/indexingEncryptedStoresOrItemsBlocked">
 41945          <Annotation Term="Org.OData.Core.V1.Description" String="This switch is for the Windows Search Indexer, to allow or disallow indexing of items" />
 41946        </Annotations>
 41947        <Annotations Target="microsoft.graph.windowsInformationProtection/smbAutoEncryptedFileExtensions">
 41948          <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" />
 41949        </Annotations>
 41950        <Annotations Target="microsoft.graph.windowsInformationProtection/isAssigned">
 41951          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." />
 41952        </Annotations>
 41953        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile">
 41954          <Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection AppLocker File" />
 41955        </Annotations>
 41956        <Annotations Target="microsoft.graph.windowsInformationProtection/protectedAppLockerFiles">
 41957          <Annotation Term="Org.OData.Core.V1.Description" String="Another way to input protected apps through xml files" />
 41958        </Annotations>
 41959        <Annotations Target="microsoft.graph.windowsInformationProtection/exemptAppLockerFiles">
 41960          <Annotation Term="Org.OData.Core.V1.Description" String="Another way to input exempt apps through xml files" />
 41961        </Annotations>
 41962        <Annotations Target="microsoft.graph.windowsInformationProtection/assignments">
 41963          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of security groups targeted for policy." />
 41964        </Annotations>
 41965        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/userId">
 41966          <Annotation Term="Org.OData.Core.V1.Description" String="UserId associated with this device registration record." />
 41967        </Annotations>
 41968        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceRegistrationId">
 41969          <Annotation Term="Org.OData.Core.V1.Description" String="Device identifier for this device registration record." />
 41970        </Annotations>
 41971        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceName">
 41972          <Annotation Term="Org.OData.Core.V1.Description" String="Device name." />
 41973        </Annotations>
 41974        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceType">
 41975          <Annotation Term="Org.OData.Core.V1.Description" String="Device type, for example, Windows laptop VS Windows phone." />
 41976        </Annotations>
 41977        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/deviceMacAddress">
 41978          <Annotation Term="Org.OData.Core.V1.Description" String="Device Mac address." />
 41979        </Annotations>
 41980        <Annotations Target="microsoft.graph.windowsInformationProtectionDeviceRegistration/lastCheckInDateTime">
 41981          <Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time of the device." />
 41982        </Annotations>
 41983        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/status">
 41984          <Annotation Term="Org.OData.Core.V1.Description" String="Wipe action status." />
 41985        </Annotations>
 41986        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedUserId">
 41987          <Annotation Term="Org.OData.Core.V1.Description" String="The UserId being targeted by this wipe action." />
 41988        </Annotations>
 41989        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceRegistrationId">
 41990          <Annotation Term="Org.OData.Core.V1.Description" String="The DeviceRegistrationId being targeted by this wipe action." />
 41991        </Annotations>
 41992        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceName">
 41993          <Annotation Term="Org.OData.Core.V1.Description" String="Targeted device name." />
 41994        </Annotations>
 41995        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/targetedDeviceMacAddress">
 41996          <Annotation Term="Org.OData.Core.V1.Description" String="Targeted device Mac address." />
 41997        </Annotations>
 41998        <Annotations Target="microsoft.graph.windowsInformationProtectionWipeAction/lastCheckInDateTime">
 41999          <Annotation Term="Org.OData.Core.V1.Description" String="Last checkin time of the device that was targeted by this wipe action." />
 42000        </Annotations>
 42001        <Annotations Target="microsoft.graph.androidMobileAppIdentifier/packageId">
 42002          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the play store." />
 42003        </Annotations>
 42004        <Annotations Target="microsoft.graph.iosMobileAppIdentifier/bundleId">
 42005          <Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the app store." />
 42006        </Annotations>
 42007        <Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummaryPerApp/mobileAppIdentifier">
 42008          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment of an app." />
 42009        </Annotations>
 42010        <Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummaryPerApp/configurationAppliedUserCount">
 42011          <Annotation Term="Org.OData.Core.V1.Description" String="Number of users the policy is applied." />
 42012        </Annotations>
 42013        <Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummary/version">
 42014          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 42015        </Annotations>
 42016        <Annotations Target="microsoft.graph.defaultManagedAppProtection/appDataEncryptionType">
 42017          <Annotation Term="Org.OData.Core.V1.Description" String="Type of encryption which should be used for data in a managed app. (iOS Only)" />
 42018        </Annotations>
 42019        <Annotations Target="microsoft.graph.defaultManagedAppProtection/screenCaptureBlocked">
 42020          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether screen capture is blocked. (Android only)" />
 42021        </Annotations>
 42022        <Annotations Target="microsoft.graph.defaultManagedAppProtection/encryptAppData">
 42023          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether managed-app data should be encrypted. (Android only)" />
 42024        </Annotations>
 42025        <Annotations Target="microsoft.graph.defaultManagedAppProtection/disableAppEncryptionIfDeviceEncryptionIsEnabled">
 42026          <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)" />
 42027        </Annotations>
 42028        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredSdkVersion">
 42029          <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)" />
 42030        </Annotations>
 42031        <Annotations Target="microsoft.graph.defaultManagedAppProtection/customSettings">
 42032          <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" />
 42033        </Annotations>
 42034        <Annotations Target="microsoft.graph.defaultManagedAppProtection/deployedAppCount">
 42035          <Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." />
 42036        </Annotations>
 42037        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredPatchVersion">
 42038          <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)" />
 42039        </Annotations>
 42040        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWarningPatchVersion">
 42041          <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)" />
 42042        </Annotations>
 42043        <Annotations Target="microsoft.graph.defaultManagedAppProtection/exemptedAppProtocols">
 42044          <Annotation Term="Org.OData.Core.V1.Description" String="iOS Apps in this list will be exempt from the policy and will be able to receive data from managed apps. (iOS Only)" />
 42045        </Annotations>
 42046        <Annotations Target="microsoft.graph.defaultManagedAppProtection/exemptedAppPackages">
 42047          <Annotation Term="Org.OData.Core.V1.Description" String="Android App packages in this list will be exempt from the policy and will be able to receive data from managed apps. (Android only)" />
 42048        </Annotations>
 42049        <Annotations Target="microsoft.graph.defaultManagedAppProtection/faceIdBlocked">
 42050          <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)" />
 42051        </Annotations>
 42052        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipeSdkVersion">
 42053          <Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." />
 42054        </Annotations>
 42055        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipePatchVersion">
 42056          <Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level  less than or equal to the specified value will wipe the managed app and the associated company data. (Android only)" />
 42057        </Annotations>
 42058        <Annotations Target="microsoft.graph.defaultManagedAppProtection/allowedIosDeviceModels">
 42059          <Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device models allowed, as a string, for the managed app to work. (iOS Only)" />
 42060        </Annotations>
 42061        <Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfIosDeviceModelNotAllowed">
 42062          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device model is not allowed. (iOS Only)" />
 42063        </Annotations>
 42064        <Annotations Target="microsoft.graph.defaultManagedAppProtection/allowedAndroidDeviceManufacturers">
 42065          <Annotation Term="Org.OData.Core.V1.Description" String="Semicolon seperated list of device manufacturers allowed, as a string, for the managed app to work. (Android only)" />
 42066        </Annotations>
 42067        <Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidDeviceManufacturerNotAllowed">
 42068          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either block or wipe, if the specified device manufacturer is not allowed. (Android only)" />
 42069        </Annotations>
 42070        <Annotations Target="microsoft.graph.defaultManagedAppProtection/thirdPartyKeyboardsBlocked">
 42071          <Annotation Term="Org.OData.Core.V1.Description" String="Defines if third party keyboards are allowed while accessing a managed app. (iOS Only)" />
 42072        </Annotations>
 42073        <Annotations Target="microsoft.graph.defaultManagedAppProtection/filterOpenInToOnlyManagedApps">
 42074          <Annotation Term="Org.OData.Core.V1.Description" String="Defines if open-in operation is supported from the managed app to the filesharing locations selected. This setting only applies when AllowedOutboundDataTransferDestinations is set to ManagedApps and DisableProtectionOfManagedOutboundOpenInData is set to False. (iOS Only)" />
 42075        </Annotations>
 42076        <Annotations Target="microsoft.graph.defaultManagedAppProtection/disableProtectionOfManagedOutboundOpenInData">
 42077          <Annotation Term="Org.OData.Core.V1.Description" String="Disable protection of data transferred to other apps through IOS OpenIn option. This setting is only allowed to be True when AllowedOutboundDataTransferDestinations is set to ManagedApps. (iOS Only)" />
 42078        </Annotations>
 42079        <Annotations Target="microsoft.graph.defaultManagedAppProtection/protectInboundDataFromUnknownSources">
 42080          <Annotation Term="Org.OData.Core.V1.Description" String="Protect incoming data from unknown source. This setting is only allowed to be True when AllowedInboundDataTransferSources is set to AllApps. (iOS Only)" />
 42081        </Annotations>
 42082        <Annotations Target="microsoft.graph.defaultManagedAppProtection/requiredAndroidSafetyNetDeviceAttestationType">
 42083          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Device Attestation requirement for a managed app to work." />
 42084        </Annotations>
 42085        <Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidSafetyNetDeviceAttestationFailed">
 42086          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android SafetyNet Attestation requirment fails." />
 42087        </Annotations>
 42088        <Annotations Target="microsoft.graph.defaultManagedAppProtection/requiredAndroidSafetyNetAppsVerificationType">
 42089          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the Android SafetyNet Apps Verification requirement for a managed app to work." />
 42090        </Annotations>
 42091        <Annotations Target="microsoft.graph.defaultManagedAppProtection/appActionIfAndroidSafetyNetAppsVerificationFailed">
 42092          <Annotation Term="Org.OData.Core.V1.Description" String="Defines a managed app behavior, either warn or block, if the specified Android App Verification requirment fails." />
 42093        </Annotations>
 42094        <Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserProtocol">
 42095          <Annotation Term="Org.OData.Core.V1.Description" String="A custom browser protocol to open weblink on iOS. (iOS only)" />
 42096        </Annotations>
 42097        <Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserPackageId">
 42098          <Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of a custom browser to open weblink on Android. (Android only)" />
 42099        </Annotations>
 42100        <Annotations Target="microsoft.graph.defaultManagedAppProtection/customBrowserDisplayName">
 42101          <Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the preferred custom browser to open weblink on Android. (Android only)" />
 42102        </Annotations>
 42103        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredCompanyPortalVersion">
 42104          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or app access will be blocked" />
 42105        </Annotations>
 42106        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWarningCompanyPortalVersion">
 42107          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the user will receive a warning" />
 42108        </Annotations>
 42109        <Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWipeCompanyPortalVersion">
 42110          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum version of the Company portal that must be installed on the device or the company data on the app will be wiped" />
 42111        </Annotations>
 42112        <Annotations Target="microsoft.graph.defaultManagedAppProtection/apps">
 42113          <Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." />
 42114        </Annotations>
 42115        <Annotations Target="microsoft.graph.defaultManagedAppProtection/deploymentSummary">
 42116          <Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." />
 42117        </Annotations>
 42118        <Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryName">
 42119          <Annotation Term="Org.OData.Core.V1.Description" String="The binary name." />
 42120        </Annotations>
 42121        <Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionLow">
 42122          <Annotation Term="Org.OData.Core.V1.Description" String="The lower binary version." />
 42123        </Annotations>
 42124        <Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionHigh">
 42125          <Annotation Term="Org.OData.Core.V1.Description" String="The high binary version." />
 42126        </Annotations>
 42127        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/displayName">
 42128          <Annotation Term="Org.OData.Core.V1.Description" String="The friendly name" />
 42129        </Annotations>
 42130        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/fileHash">
 42131          <Annotation Term="Org.OData.Core.V1.Description" String="SHA256 hash of the file" />
 42132        </Annotations>
 42133        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/file">
 42134          <Annotation Term="Org.OData.Core.V1.Description" String="File as a byte array" />
 42135        </Annotations>
 42136        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/version">
 42137          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 42138        </Annotations>
 42139        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/revokeOnMdmHandoffDisabled">
 42140          <Annotation Term="Org.OData.Core.V1.Description" String="New property in RS2, pending documentation" />
 42141        </Annotations>
 42142        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/mdmEnrollmentUrl">
 42143          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment url for the MDM" />
 42144        </Annotations>
 42145        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/windowsHelloForBusinessBlocked">
 42146          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that sets Windows Hello for Business as a method for signing into Windows." />
 42147        </Annotations>
 42148        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinMinimumLength">
 42149          <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." />
 42150        </Annotations>
 42151        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinUppercaseLetters">
 42152          <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." />
 42153        </Annotations>
 42154        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinLowercaseLetters">
 42155          <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." />
 42156        </Annotations>
 42157        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinSpecialCharacters">
 42158          <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." />
 42159        </Annotations>
 42160        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinExpirationDays">
 42161          <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." />
 42162        </Annotations>
 42163        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/numberOfPastPinsRemembered">
 42164          <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." />
 42165        </Annotations>
 42166        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/passwordMaximumAttemptCount">
 42167          <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." />
 42168        </Annotations>
 42169        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/minutesOfInactivityBeforeDeviceLock">
 42170          <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." />
 42171        </Annotations>
 42172        <Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/daysWithoutContactBeforeUnenroll">
 42173          <Annotation Term="Org.OData.Core.V1.Description" String="Offline interval before app data is wiped (days) " />
 42174        </Annotations>
 42175        <Annotations Target="microsoft.graph.managedAppOperation/displayName">
 42176          <Annotation Term="Org.OData.Core.V1.Description" String="The operation name." />
 42177        </Annotations>
 42178        <Annotations Target="microsoft.graph.managedAppOperation/lastModifiedDateTime">
 42179          <Annotation Term="Org.OData.Core.V1.Description" String="The last time the app operation was modified." />
 42180        </Annotations>
 42181        <Annotations Target="microsoft.graph.managedAppOperation/state">
 42182          <Annotation Term="Org.OData.Core.V1.Description" String="The current state of the operation" />
 42183        </Annotations>
 42184        <Annotations Target="microsoft.graph.managedAppOperation/version">
 42185          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 42186        </Annotations>
 42187        <Annotations Target="microsoft.graph.iosManagedAppRegistration">
 42188          <Annotation Term="Org.OData.Core.V1.Description" String="Represents the synchronization details of an ios app, with management capabilities, for a specific user." />
 42189          <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." />
 42190        </Annotations>
 42191        <Annotations Target="microsoft.graph.androidManagedAppRegistration">
 42192          <Annotation Term="Org.OData.Core.V1.Description" String="Represents the synchronization details of an android app, with management capabilities, for a specific user." />
 42193          <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." />
 42194        </Annotations>
 42195        <Annotations Target="microsoft.graph.androidManagedAppRegistration/patchVersion">
 42196          <Annotation Term="Org.OData.Core.V1.Description" String="The patch version for the current android app registration" />
 42197        </Annotations>
 42198        <Annotations Target="microsoft.graph.managedAppStatus/displayName">
 42199          <Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the status report." />
 42200        </Annotations>
 42201        <Annotations Target="microsoft.graph.managedAppStatus/version">
 42202          <Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." />
 42203        </Annotations>
 42204        <Annotations Target="microsoft.graph.managedAppStatusRaw">
 42205          <Annotation Term="Org.OData.Core.V1.Description" String="Represents an un-typed status report about organizations app protection and configuration." />
 42206        </Annotations>
 42207        <Annotations Target="microsoft.graph.managedAppStatusRaw/content">
 42208          <Annotation Term="Org.OData.Core.V1.Description" String="Status report content." />
 42209        </Annotations>
 42210        <Annotations Target="microsoft.graph.localizedNotificationMessage">
 42211          <Annotation Term="Org.OData.Core.V1.Description" String="The text content of a Notification Message Template for the specified locale." />
 42212        </Annotations>
 42213        <Annotations Target="microsoft.graph.localizedNotificationMessage/lastModifiedDateTime">
 42214          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 42215        </Annotations>
 42216        <Annotations Target="microsoft.graph.localizedNotificationMessage/locale">
 42217          <Annotation Term="Org.OData.Core.V1.Description" String="The Locale for which this message is destined." />
 42218        </Annotations>
 42219        <Annotations Target="microsoft.graph.localizedNotificationMessage/subject">
 42220          <Annotation Term="Org.OData.Core.V1.Description" String="The Message Template Subject." />
 42221        </Annotations>
 42222        <Annotations Target="microsoft.graph.localizedNotificationMessage/messageTemplate">
 42223          <Annotation Term="Org.OData.Core.V1.Description" String="The Message Template content." />
 42224        </Annotations>
 42225        <Annotations Target="microsoft.graph.localizedNotificationMessage/isDefault">
 42226          <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." />
 42227        </Annotations>
 42228        <Annotations Target="microsoft.graph.notificationMessageTemplate/lastModifiedDateTime">
 42229          <Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." />
 42230        </Annotations>
 42231        <Annotations Target="microsoft.graph.notificationMessageTemplate/displayName">
 42232          <Annotation Term="Org.OData.Core.V1.Description" String="Display name for the Notification Message Template." />
 42233        </Annotations>
 42234        <Annotations Target="microsoft.graph.notificationMessageTemplate/defaultLocale">
 42235          <Annotation Term="Org.OData.Core.V1.Description" String="The default locale to fallback onto when the requested locale is not available." />
 42236        </Annotations>
 42237        <Annotations Target="microsoft.graph.notificationMessageTemplate/brandingOptions">
 42238          <Annotation Term="Org.OData.Core.V1.Description" String="The Message Template Branding Options. Branding is defined in the Intune Admin Console." />
 42239        </Annotations>
 42240        <Annotations Target="microsoft.graph.notificationMessageTemplate/roleScopeTagIds">
 42241          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 42242        </Annotations>
 42243        <Annotations Target="microsoft.graph.notificationMessageTemplate/localizedNotificationMessages">
 42244          <Annotation Term="Org.OData.Core.V1.Description" String="The list of localized messages for this Notification Message Template." />
 42245        </Annotations>
 42246        <Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/displayName">
 42247          <Annotation Term="Org.OData.Core.V1.Description" String="The connector display name." />
 42248        </Annotations>
 42249        <Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/lastConnectionDateTime">
 42250          <Annotation Term="Org.OData.Core.V1.Description" String="Last time connector contacted Intune." />
 42251        </Annotations>
 42252        <Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/state">
 42253          <Annotation Term="Org.OData.Core.V1.Description" String="The connector state." />
 42254        </Annotations>
 42255        <Annotations Target="microsoft.graph.deviceManagementDomainJoinConnector/version">
 42256          <Annotation Term="Org.OData.Core.V1.Description" String="The version of the connector." />
 42257        </Annotations>
 42258        <Annotations Target="microsoft.graph.deviceAppManagementTask/displayName">
 42259          <Annotation Term="Org.OData.Core.V1.Description" String="The name." />
 42260        </Annotations>
 42261        <Annotations Target="microsoft.graph.deviceAppManagementTask/description">
 42262          <Annotation Term="Org.OData.Core.V1.Description" String="The description." />
 42263        </Annotations>
 42264        <Annotations Target="microsoft.graph.deviceAppManagementTask/createdDateTime">
 42265          <Annotation Term="Org.OData.Core.V1.Description" String="The created date." />
 42266        </Annotations>
 42267        <Annotations Target="microsoft.graph.deviceAppManagementTask/dueDateTime">
 42268          <Annotation Term="Org.OData.Core.V1.Description" String="The due date." />
 42269        </Annotations>
 42270        <Annotations Target="microsoft.graph.deviceAppManagementTask/category">
 42271          <Annotation Term="Org.OData.Core.V1.Description" String="The category." />
 42272        </Annotations>
 42273        <Annotations Target="microsoft.graph.deviceAppManagementTask/priority">
 42274          <Annotation Term="Org.OData.Core.V1.Description" String="The priority." />
 42275        </Annotations>
 42276        <Annotations Target="microsoft.graph.deviceAppManagementTask/creator">
 42277          <Annotation Term="Org.OData.Core.V1.Description" String="The email address of the creator." />
 42278        </Annotations>
 42279        <Annotations Target="microsoft.graph.deviceAppManagementTask/creatorNotes">
 42280          <Annotation Term="Org.OData.Core.V1.Description" String="Notes from the creator." />
 42281        </Annotations>
 42282        <Annotations Target="microsoft.graph.deviceAppManagementTask/assignedTo">
 42283          <Annotation Term="Org.OData.Core.V1.Description" String="The name or email of the admin this task is assigned to." />
 42284        </Annotations>
 42285        <Annotations Target="microsoft.graph.deviceAppManagementTask/status">
 42286          <Annotation Term="Org.OData.Core.V1.Description" String="The status." />
 42287        </Annotations>
 42288        <Annotations Target="microsoft.graph.appVulnerabilityTask">
 42289          <Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability task." />
 42290        </Annotations>
 42291        <Annotations Target="microsoft.graph.appVulnerabilityTask/appName">
 42292          <Annotation Term="Org.OData.Core.V1.Description" String="The app name." />
 42293        </Annotations>
 42294        <Annotations Target="microsoft.graph.appVulnerabilityTask/appPublisher">
 42295          <Annotation Term="Org.OData.Core.V1.Description" String="The app publisher." />
 42296        </Annotations>
 42297        <Annotations Target="microsoft.graph.appVulnerabilityTask/appVersion">
 42298          <Annotation Term="Org.OData.Core.V1.Description" String="The app version." />
 42299        </Annotations>
 42300        <Annotations Target="microsoft.graph.appVulnerabilityTask/mitigationType">
 42301          <Annotation Term="Org.OData.Core.V1.Description" String="The mitigation type." />
 42302        </Annotations>
 42303        <Annotations Target="microsoft.graph.appVulnerabilityTask/insights">
 42304          <Annotation Term="Org.OData.Core.V1.Description" String="Information about the mitigation." />
 42305        </Annotations>
 42306        <Annotations Target="microsoft.graph.appVulnerabilityTask/managedDeviceCount">
 42307          <Annotation Term="Org.OData.Core.V1.Description" String="The number of vulnerable devices." />
 42308        </Annotations>
 42309        <Annotations Target="microsoft.graph.appVulnerabilityTask/mobileAppCount">
 42310          <Annotation Term="Org.OData.Core.V1.Description" String="The number of vulnerable mobile apps." />
 42311        </Annotations>
 42312        <Annotations Target="microsoft.graph.appVulnerabilityTask/remediation">
 42313          <Annotation Term="Org.OData.Core.V1.Description" String="The remediation steps." />
 42314        </Annotations>
 42315        <Annotations Target="microsoft.graph.appVulnerabilityManagedDevice">
 42316          <Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability managed device." />
 42317        </Annotations>
 42318        <Annotations Target="microsoft.graph.appVulnerabilityTask/managedDevices">
 42319          <Annotation Term="Org.OData.Core.V1.Description" String="The vulnerable managed devices." />
 42320        </Annotations>
 42321        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp">
 42322          <Annotation Term="Org.OData.Core.V1.Description" String="An app vulnerability mobile app." />
 42323        </Annotations>
 42324        <Annotations Target="microsoft.graph.appVulnerabilityTask/mobileApps">
 42325          <Annotation Term="Org.OData.Core.V1.Description" String="The vulnerable mobile apps." />
 42326        </Annotations>
 42327        <Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/managedDeviceId">
 42328          <Annotation Term="Org.OData.Core.V1.Description" String="The Intune managed device ID." />
 42329        </Annotations>
 42330        <Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/displayName">
 42331          <Annotation Term="Org.OData.Core.V1.Description" String="The device name." />
 42332        </Annotations>
 42333        <Annotations Target="microsoft.graph.appVulnerabilityManagedDevice/lastSyncDateTime">
 42334          <Annotation Term="Org.OData.Core.V1.Description" String="The created date." />
 42335        </Annotations>
 42336        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/mobileAppId">
 42337          <Annotation Term="Org.OData.Core.V1.Description" String="The Intune mobile app ID." />
 42338        </Annotations>
 42339        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/displayName">
 42340          <Annotation Term="Org.OData.Core.V1.Description" String="The device name." />
 42341        </Annotations>
 42342        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/createdDateTime">
 42343          <Annotation Term="Org.OData.Core.V1.Description" String="The created date." />
 42344        </Annotations>
 42345        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/lastModifiedDateTime">
 42346          <Annotation Term="Org.OData.Core.V1.Description" String="The last modified date." />
 42347        </Annotations>
 42348        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/mobileAppType">
 42349          <Annotation Term="Org.OData.Core.V1.Description" String="The app type." />
 42350        </Annotations>
 42351        <Annotations Target="microsoft.graph.appVulnerabilityMobileApp/version">
 42352          <Annotation Term="Org.OData.Core.V1.Description" String="The app version." />
 42353        </Annotations>
 42354        <Annotations Target="microsoft.graph.resourceOperation/resource">
 42355          <Annotation Term="Org.OData.Core.V1.Description" String="Resource category to which this Operation belongs." />
 42356        </Annotations>
 42357        <Annotations Target="microsoft.graph.resourceOperation/resourceName">
 42358          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the Resource this operation is performed on." />
 42359        </Annotations>
 42360        <Annotations Target="microsoft.graph.resourceOperation/actionName">
 42361          <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." />
 42362        </Annotations>
 42363        <Annotations Target="microsoft.graph.resourceOperation/description">
 42364          <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." />
 42365        </Annotations>
 42366        <Annotations Target="microsoft.graph.resourceOperation/enabledForScopeValidation">
 42367          <Annotation Term="Org.OData.Core.V1.Description" String="Determines whether the Permission is validated for Scopes defined per Role Assignment." />
 42368        </Annotations>
 42369        <Annotations Target="microsoft.graph.rolePermission/actions">
 42370          <Annotation Term="Org.OData.Core.V1.Description" String="Allowed Actions - Deprecated" />
 42371        </Annotations>
 42372        <Annotations Target="microsoft.graph.resourceAction/allowedResourceActions">
 42373          <Annotation Term="Org.OData.Core.V1.Description" String="Allowed Actions" />
 42374        </Annotations>
 42375        <Annotations Target="microsoft.graph.resourceAction/notAllowedResourceActions">
 42376          <Annotation Term="Org.OData.Core.V1.Description" String="Not Allowed Actions." />
 42377        </Annotations>
 42378        <Annotations Target="microsoft.graph.rolePermission/resourceActions">
 42379          <Annotation Term="Org.OData.Core.V1.Description" String="Resource Actions each containing a set of allowed and not allowed permissions." />
 42380        </Annotations>
 42381        <Annotations Target="microsoft.graph.roleScopeTag/displayName">
 42382          <Annotation Term="Org.OData.Core.V1.Description" String="The display or friendly name of the Role Scope Tag." />
 42383        </Annotations>
 42384        <Annotations Target="microsoft.graph.roleScopeTag/description">
 42385          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Scope Tag." />
 42386        </Annotations>
 42387        <Annotations Target="microsoft.graph.roleScopeTag/isBuiltIn">
 42388          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Scope Tag." />
 42389        </Annotations>
 42390        <Annotations Target="microsoft.graph.roleScopeTagAutoAssignment">
 42391          <Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties for auto-assigning a Role Scope Tag to a group to be applied to Devices." />
 42392        </Annotations>
 42393        <Annotations Target="microsoft.graph.roleScopeTag/assignments">
 42394          <Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this Role Scope Tag." />
 42395        </Annotations>
 42396        <Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDetails/roleDefinitionIds">
 42397          <Annotation Term="Org.OData.Core.V1.Description" String="Role Definition IDs for the specifc Role Definitions assigned to a user." />
 42398        </Annotations>
 42399        <Annotations Target="microsoft.graph.deviceAndAppManagementAssignedRoleDetails/roleAssignmentIds">
 42400          <Annotation Term="Org.OData.Core.V1.Description" String="Role Assignment IDs for the specifc Role Assignments assigned to a user." />
 42401        </Annotations>
 42402        <Annotations Target="microsoft.graph.roleScopeTagAutoAssignment/target">
 42403          <Annotation Term="Org.OData.Core.V1.Description" String="The auto-assignment target for the specific Role Scope Tag." />
 42404        </Annotations>
 42405        <Annotations Target="microsoft.graph.roleDefinition/displayName">
 42406          <Annotation Term="Org.OData.Core.V1.Description" String="Display Name of the Role definition." />
 42407        </Annotations>
 42408        <Annotations Target="microsoft.graph.roleDefinition/description">
 42409          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role definition." />
 42410        </Annotations>
 42411        <Annotations Target="microsoft.graph.roleDefinition/permissions">
 42412          <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." />
 42413        </Annotations>
 42414        <Annotations Target="microsoft.graph.roleDefinition/rolePermissions">
 42415          <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." />
 42416        </Annotations>
 42417        <Annotations Target="microsoft.graph.roleDefinition/isBuiltInRoleDefinition">
 42418          <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." />
 42419        </Annotations>
 42420        <Annotations Target="microsoft.graph.roleDefinition/isBuiltIn">
 42421          <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." />
 42422        </Annotations>
 42423        <Annotations Target="microsoft.graph.roleDefinition/roleScopeTagIds">
 42424          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
 42425        </Annotations>
 42426        <Annotations Target="microsoft.graph.roleDefinition/roleAssignments">
 42427          <Annotation Term="Org.OData.Core.V1.Description" String="List of Role assignments for this role definition." />
 42428        </Annotations>
 42429        <Annotations Target="microsoft.graph.roleAssignment/displayName">
 42430          <Annotation Term="Org.OData.Core.V1.Description" String="The display or friendly name of the role Assignment." />
 42431        </Annotations>
 42432        <Annotations Target="microsoft.graph.roleAssignment/description">
 42433          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role Assignment." />
 42434        </Annotations>
 42435        <Annotations Target="microsoft.graph.roleAssignment/scopeMembers">
 42436          <Annotation Term="Org.OData.Core.V1.Description" String="List of ids of role scope member security groups.  These are IDs from Azure Active Directory." />
 42437        </Annotations>
 42438        <Annotations Target="microsoft.graph.roleAssignment/scopeType">
 42439          <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of scope for a Role Assignment. Default type 'ResourceScope' allows assignment of ResourceScopes. For 'AllDevices', 'AllLicensedUsers', and 'AllDevicesAndLicensedUsers', the ResourceScopes property should be left empty." />
 42440        </Annotations>
 42441        <Annotations Target="microsoft.graph.roleAssignment/resourceScopes">
 42442          <Annotation Term="Org.OData.Core.V1.Description" String="List of ids of role scope member security groups.  These are IDs from Azure Active Directory." />
 42443        </Annotations>
 42444        <Annotations Target="microsoft.graph.roleAssignment/roleDefinition">
 42445          <Annotation Term="Org.OData.Core.V1.Description" String="Role definition this assignment is part of." />
 42446        </Annotations>
 42447        <Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment/members">
 42448          <Annotation Term="Org.OData.Core.V1.Description" String="The list of ids of role member security groups. These are IDs from Azure Active Directory." />
 42449        </Annotations>
 42450        <Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment/roleScopeTags">
 42451          <Annotation Term="Org.OData.Core.V1.Description" String="The set of Role Scope Tags defined on the Role Assignment." />
 42452        </Annotations>
 42453        <Annotations Target="microsoft.graph.deviceAndAppManagementRoleDefinition">
 42454          <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." />
 42455        </Annotations>
 42456        <Annotations Target="microsoft.graph.remoteAssistancePartner/displayName">
 42457          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the partner." />
 42458        </Annotations>
 42459        <Annotations Target="microsoft.graph.remoteAssistancePartner/onboardingUrl">
 42460          <Annotation Term="Org.OData.Core.V1.Description" String="URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service." />
 42461        </Annotations>
 42462        <Annotations Target="microsoft.graph.remoteAssistancePartner/onboardingStatus">
 42463          <Annotation Term="Org.OData.Core.V1.Description" String="A friendly description of the current TeamViewer connector status" />
 42464        </Annotations>
 42465        <Annotations Target="microsoft.graph.remoteAssistancePartner/lastConnectionDateTime">
 42466          <Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." />
 42467        </Annotations>
 42468        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration">
 42469          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the configuration of a cached report" />
 42470        </Annotations>
 42471        <Annotations Target="microsoft.graph.deviceManagementReports/cachedReportConfigurations">
 42472          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the configuration of a cached report" />
 42473        </Annotations>
 42474        <Annotations Target="microsoft.graph.deviceManagementExportJob">
 42475          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a job to export a report" />
 42476        </Annotations>
 42477        <Annotations Target="microsoft.graph.deviceManagementReports/exportJobs">
 42478          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a job to export a report" />
 42479        </Annotations>
 42480        <Annotations Target="microsoft.graph.deviceManagementReportSchedule">
 42481          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a schedule for which reports are delivered" />
 42482        </Annotations>
 42483        <Annotations Target="microsoft.graph.deviceManagementReports/reportSchedules">
 42484          <Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a schedule for which reports are delivered" />
 42485        </Annotations>
 42486        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/reportName">
 42487          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the report" />
 42488        </Annotations>
 42489        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/filter">
 42490          <Annotation Term="Org.OData.Core.V1.Description" String="Filters applied on report creation." />
 42491        </Annotations>
 42492        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/select">
 42493          <Annotation Term="Org.OData.Core.V1.Description" String="Columns selected from the report" />
 42494        </Annotations>
 42495        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/orderBy">
 42496          <Annotation Term="Org.OData.Core.V1.Description" String="Ordering of columns in the report" />
 42497        </Annotations>
 42498        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/status">
 42499          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the cached report" />
 42500        </Annotations>
 42501        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/lastRefreshDateTime">
 42502          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the cached report was last refreshed" />
 42503        </Annotations>
 42504        <Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration/expirationDateTime">
 42505          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the cached report expires" />
 42506        </Annotations>
 42507        <Annotations Target="microsoft.graph.deviceManagementExportJob/reportName">
 42508          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the report" />
 42509        </Annotations>
 42510        <Annotations Target="microsoft.graph.deviceManagementExportJob/filter">
 42511          <Annotation Term="Org.OData.Core.V1.Description" String="Filters applied on the report" />
 42512        </Annotations>
 42513        <Annotations Target="microsoft.graph.deviceManagementExportJob/select">
 42514          <Annotation Term="Org.OData.Core.V1.Description" String="Columns selected from the report" />
 42515        </Annotations>
 42516        <Annotations Target="microsoft.graph.deviceManagementExportJob/format">
 42517          <Annotation Term="Org.OData.Core.V1.Description" String="Format of the exported report" />
 42518        </Annotations>
 42519        <Annotations Target="microsoft.graph.deviceManagementExportJob/snapshotId">
 42520          <Annotation Term="Org.OData.Core.V1.Description" String="A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id." />
 42521        </Annotations>
 42522        <Annotations Target="microsoft.graph.deviceManagementExportJob/status">
 42523          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the export job" />
 42524        </Annotations>
 42525        <Annotations Target="microsoft.graph.deviceManagementExportJob/url">
 42526          <Annotation Term="Org.OData.Core.V1.Description" String="Temporary location of the exported report" />
 42527        </Annotations>
 42528        <Annotations Target="microsoft.graph.deviceManagementExportJob/requestDateTime">
 42529          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the exported report was requested" />
 42530        </Annotations>
 42531        <Annotations Target="microsoft.graph.deviceManagementExportJob/expirationDateTime">
 42532          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the exported report expires" />
 42533        </Annotations>
 42534        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/reportScheduleName">
 42535          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the schedule" />
 42536        </Annotations>
 42537        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/subject">
 42538          <Annotation Term="Org.OData.Core.V1.Description" String="Subject of the scheduled reports that are delivered" />
 42539        </Annotations>
 42540        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/emails">
 42541          <Annotation Term="Org.OData.Core.V1.Description" String="Emails to which the scheduled reports are delivered" />
 42542        </Annotations>
 42543        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/recurrence">
 42544          <Annotation Term="Org.OData.Core.V1.Description" String="Frequency of scheduled report delivery" />
 42545        </Annotations>
 42546        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/startDateTime">
 42547          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the delivery of the scheduled reports starts" />
 42548        </Annotations>
 42549        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/endDateTime">
 42550          <Annotation Term="Org.OData.Core.V1.Description" String="Time that the delivery of the scheduled reports ends" />
 42551        </Annotations>
 42552        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/userId">
 42553          <Annotation Term="Org.OData.Core.V1.Description" String="The Id of the User who created the report" />
 42554        </Annotations>
 42555        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/reportName">
 42556          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the report" />
 42557        </Annotations>
 42558        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/filter">
 42559          <Annotation Term="Org.OData.Core.V1.Description" String="Filters applied on the report" />
 42560        </Annotations>
 42561        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/select">
 42562          <Annotation Term="Org.OData.Core.V1.Description" String="Columns selected from the report" />
 42563        </Annotations>
 42564        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/orderBy">
 42565          <Annotation Term="Org.OData.Core.V1.Description" String="Ordering of columns in the report" />
 42566        </Annotations>
 42567        <Annotations Target="microsoft.graph.deviceManagementReportSchedule/format">
 42568          <Annotation Term="Org.OData.Core.V1.Description" String="Format of the scheduled report" />
 42569        </Annotations>
 42570        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/displayName">
 42571          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the TEM partner." />
 42572        </Annotations>
 42573        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/url">
 42574          <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." />
 42575        </Annotations>
 42576        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/appAuthorized">
 42577          <Annotation Term="Org.OData.Core.V1.Description" String="Whether the partner's AAD app has been authorized to access Intune." />
 42578        </Annotations>
 42579        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/enabled">
 42580          <Annotation Term="Org.OData.Core.V1.Description" String="Whether Intune's connection to the TEM service is currently enabled or disabled." />
 42581        </Annotations>
 42582        <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/lastConnectionDateTime">
 42583          <Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." />
 42584        </Annotations>
 42585        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePoolAssignment">
 42586          <Annotation Term="Org.OData.Core.V1.Description" String="The embedded SIM activation code pool assignment entity assigns a specific embeddedSIMActivationCodePool to an AAD device group." />
 42587        </Annotations>
 42588        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePoolAssignment/target">
 42589          <Annotation Term="Org.OData.Core.V1.Description" String="The type of groups targeted by the embedded SIM activation code pool." />
 42590        </Annotations>
 42591        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/displayName">
 42592          <Annotation Term="Org.OData.Core.V1.Description" String="The admin defined name of the embedded SIM activation code pool." />
 42593        </Annotations>
 42594        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/createdDateTime">
 42595          <Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM activation code pool was created. Generated service side." />
 42596        </Annotations>
 42597        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/modifiedDateTime">
 42598          <Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM activation code pool was last modified. Updated service side." />
 42599        </Annotations>
 42600        <Annotations Target="microsoft.graph.embeddedSIMActivationCode/integratedCircuitCardIdentifier">
 42601          <Annotation Term="Org.OData.Core.V1.Description" String="The Integrated Circuit Card Identifier (ICCID) for this embedded SIM activation code as provided by the mobile operator." />
 42602          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^[0-9]{19}[0-9]?$'." />
 42603        </Annotations>
 42604        <Annotations Target="microsoft.graph.embeddedSIMActivationCode/matchingIdentifier">
 42605          <Annotation Term="Org.OData.Core.V1.Description" String="The MatchingIdentifier (MatchingID) as specified in the GSMA Association SGP.22 RSP Technical Specification section 4.1." />
 42606          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^[a-zA-Z0-9\-]*$'." />
 42607        </Annotations>
 42608        <Annotations Target="microsoft.graph.embeddedSIMActivationCode/smdpPlusServerAddress">
 42609          <Annotation Term="Org.OData.Core.V1.Description" String="The fully qualified domain name of the SM-DP+ server as specified in the GSM Association SPG .22 RSP Technical Specification." />
 42610          <Annotation Term="Org.OData.Core.V1.LongDescription" String="The input must match the following regular expression: '^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-zA-Z]{2,}$'." />
 42611        </Annotations>
 42612        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/activationCodes">
 42613          <Annotation Term="Org.OData.Core.V1.Description" String="The activation codes which belong to this pool. This navigation property is used to post activation codes to Intune but cannot be used to read activation codes from Intune." />
 42614        </Annotations>
 42615        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/activationCodeCount">
 42616          <Annotation Term="Org.OData.Core.V1.Description" String="The total count of activation codes which belong to this pool." />
 42617        </Annotations>
 42618        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/assignments">
 42619          <Annotation Term="Org.OData.Core.V1.Description" String="Navigational property to a list of targets to which this pool is assigned." />
 42620        </Annotations>
 42621        <Annotations Target="microsoft.graph.embeddedSIMDeviceState">
 42622          <Annotation Term="Org.OData.Core.V1.Description" String="Describes the embedded SIM activation code deployment state in relation to a device." />
 42623        </Annotations>
 42624        <Annotations Target="microsoft.graph.embeddedSIMActivationCodePool/deviceStates">
 42625          <Annotation Term="Org.OData.Core.V1.Description" String="Navigational property to a list of device states for this pool." />
 42626        </Annotations>
 42627        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/createdDateTime">
 42628          <Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device status was created. Generated service side." />
 42629        </Annotations>
 42630        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/modifiedDateTime">
 42631          <Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device status was last modified. Updated service side." />
 42632        </Annotations>
 42633        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/lastSyncDateTime">
 42634          <Annotation Term="Org.OData.Core.V1.Description" String="The time the embedded SIM device last checked in. Updated service side." />
 42635        </Annotations>
 42636        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/universalIntegratedCircuitCardIdentifier">
 42637          <Annotation Term="Org.OData.Core.V1.Description" String="The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed." />
 42638        </Annotations>
 42639        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/deviceName">
 42640          <Annotation Term="Org.OData.Core.V1.Description" String="Device name to which the subscription was provisioned e.g. DESKTOP-JOE" />
 42641        </Annotations>
 42642        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/userName">
 42643          <Annotation Term="Org.OData.Core.V1.Description" String="Username which the subscription was provisioned to e.g. joe@contoso.com" />
 42644        </Annotations>
 42645        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/state">
 42646          <Annotation Term="Org.OData.Core.V1.Description" String="The state of the profile operation applied to the device." />
 42647        </Annotations>
 42648        <Annotations Target="microsoft.graph.embeddedSIMDeviceState/stateDetails">
 42649          <Annotation Term="Org.OData.Core.V1.Description" String="String description of the provisioning state." />
 42650        </Annotations>
 42651        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/eventDateTime">
 42652          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the event occurred ." />
 42653        </Annotations>
 42654        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/correlationId">
 42655          <Annotation Term="Org.OData.Core.V1.Description" String="Id used for tracing the failure in the service." />
 42656        </Annotations>
 42657        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/failureDetails">
 42658          <Annotation Term="Org.OData.Core.V1.Description" String="The detailed description of what went wrong." />
 42659        </Annotations>
 42660        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/remediation">
 42661          <Annotation Term="Org.OData.Core.V1.Description" String="The detailed description of how to remediate this issue." />
 42662        </Annotations>
 42663        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorResource/link">
 42664          <Annotation Term="Org.OData.Core.V1.Description" String="The link to the web resource. Can contain any of the following formatters: {{UPN}}, {{DeviceGUID}}, {{UserGUID}}" />
 42665        </Annotations>
 42666        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingErrorDetails/resources">
 42667          <Annotation Term="Org.OData.Core.V1.Description" String="Links to helpful documentation about this failure." />
 42668        </Annotations>
 42669        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/troubleshootingErrorDetails">
 42670          <Annotation Term="Org.OData.Core.V1.Description" String="Object containing detailed information about the error and its remediation." />
 42671        </Annotations>
 42672        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/eventName">
 42673          <Annotation Term="Org.OData.Core.V1.Description" String="Event Name corresponding to the Troubleshooting Event. It is an Optional field" />
 42674        </Annotations>
 42675        <Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/additionalInformation">
 42676          <Annotation Term="Org.OData.Core.V1.Description" String="A set of string key and string value pairs which provides additional information on the Troubleshooting event" />
 42677        </Annotations>
 42678        <Annotations Target="microsoft.graph.appleVppTokenTroubleshootingEvent">
 42679          <Annotation Term="Org.OData.Core.V1.Description" String="Event representing an Apple Vpp Token Troubleshooting Event." />
 42680        </Annotations>
 42681        <Annotations Target="microsoft.graph.appleVppTokenTroubleshootingEvent/tokenId">
 42682          <Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program Token Identifier." />
 42683        </Annotations>
 42684        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent">
 42685          <Annotation Term="Org.OData.Core.V1.Description" String="Event representing an enrollment failure." />
 42686        </Annotations>
 42687        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/managedDeviceIdentifier">
 42688          <Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." />
 42689        </Annotations>
 42690        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/operatingSystem">
 42691          <Annotation Term="Org.OData.Core.V1.Description" String="Operating System." />
 42692        </Annotations>
 42693        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/osVersion">
 42694          <Annotation Term="Org.OData.Core.V1.Description" String="OS Version." />
 42695        </Annotations>
 42696        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/userId">
 42697          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." />
 42698        </Annotations>
 42699        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/deviceId">
 42700          <Annotation Term="Org.OData.Core.V1.Description" String="Azure AD device identifier." />
 42701        </Annotations>
 42702        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/enrollmentType">
 42703          <Annotation Term="Org.OData.Core.V1.Description" String="Type of the enrollment." />
 42704        </Annotations>
 42705        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/failureCategory">
 42706          <Annotation Term="Org.OData.Core.V1.Description" String="Highlevel failure category." />
 42707        </Annotations>
 42708        <Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/failureReason">
 42709          <Annotation Term="Org.OData.Core.V1.Description" String="Detailed failure reason." />
 42710        </Annotations>
 42711        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/actionType">
 42712          <Annotation Term="Org.OData.Core.V1.Description" String="AAD security group id to which it was targeted." />
 42713        </Annotations>
 42714        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/runState">
 42715          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." />
 42716        </Annotations>
 42717        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppStateHistory/errorCode">
 42718          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." />
 42719        </Annotations>
 42720        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/securityGroupId">
 42721          <Annotation Term="Org.OData.Core.V1.Description" String="AAD security group id to which it was targeted." />
 42722        </Annotations>
 42723        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/runState">
 42724          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." />
 42725        </Annotations>
 42726        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppTargetHistory/errorCode">
 42727          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." />
 42728        </Annotations>
 42729        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppPolicyCreationHistory/runState">
 42730          <Annotation Term="Org.OData.Core.V1.Description" String="Status of the item." />
 42731        </Annotations>
 42732        <Annotations Target="microsoft.graph.mobileAppTroubleshootingAppPolicyCreationHistory/errorCode">
 42733          <Annotation Term="Org.OData.Core.V1.Description" String="Error code for the failure, empty if no failure." />
 42734        </Annotations>
 42735        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/eventDateTime">
 42736          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the event occurred ." />
 42737        </Annotations>
 42738        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceRegisteredDateTime">
 42739          <Annotation Term="Org.OData.Core.V1.Description" String="Device registration date." />
 42740        </Annotations>
 42741        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentStartDateTime">
 42742          <Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment start date." />
 42743        </Annotations>
 42744        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentType">
 42745          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment type." />
 42746        </Annotations>
 42747        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceSerialNumber">
 42748          <Annotation Term="Org.OData.Core.V1.Description" String="Device serial number." />
 42749        </Annotations>
 42750        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/managedDeviceName">
 42751          <Annotation Term="Org.OData.Core.V1.Description" String="Managed device name." />
 42752        </Annotations>
 42753        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/userPrincipalName">
 42754          <Annotation Term="Org.OData.Core.V1.Description" String="User principal name used to enroll the device." />
 42755        </Annotations>
 42756        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/windowsAutopilotDeploymentProfileDisplayName">
 42757          <Annotation Term="Org.OData.Core.V1.Description" String="Autopilot profile name." />
 42758        </Annotations>
 42759        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentState">
 42760          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment state like Enrolled, Failed." />
 42761        </Annotations>
 42762        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/windows10EnrollmentCompletionPageConfigurationDisplayName">
 42763          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Status Page profile name" />
 42764        </Annotations>
 42765        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentState">
 42766          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment state like Success, Failure, InProgress, SuccessWithTimeout." />
 42767        </Annotations>
 42768        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/osVersion">
 42769          <Annotation Term="Org.OData.Core.V1.Description" String="Device operating system version." />
 42770        </Annotations>
 42771        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentDuration">
 42772          <Annotation Term="Org.OData.Core.V1.Description" String="Autopilot deployment duration including enrollment." />
 42773        </Annotations>
 42774        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentTotalDuration">
 42775          <Annotation Term="Org.OData.Core.V1.Description" String="Total deployment duration from enrollment to Desktop screen." />
 42776        </Annotations>
 42777        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/devicePreparationDuration">
 42778          <Annotation Term="Org.OData.Core.V1.Description" String="Time spent in device enrollment." />
 42779        </Annotations>
 42780        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deviceSetupDuration">
 42781          <Annotation Term="Org.OData.Core.V1.Description" String="Time spent in device ESP." />
 42782        </Annotations>
 42783        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/accountSetupDuration">
 42784          <Annotation Term="Org.OData.Core.V1.Description" String="Time spent in user ESP." />
 42785        </Annotations>
 42786        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentStartDateTime">
 42787          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment start time." />
 42788        </Annotations>
 42789        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/deploymentEndDateTime">
 42790          <Annotation Term="Org.OData.Core.V1.Description" String="Deployment end time." />
 42791        </Annotations>
 42792        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/targetedAppCount">
 42793          <Annotation Term="Org.OData.Core.V1.Description" String="Count of applications targeted." />
 42794        </Annotations>
 42795        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/targetedPolicyCount">
 42796          <Annotation Term="Org.OData.Core.V1.Description" String="Count of policies targeted." />
 42797        </Annotations>
 42798        <Annotations Target="microsoft.graph.deviceManagementAutopilotEvent/enrollmentFailureDetails">
 42799          <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment failure details." />
 42800        </Annotations>
 42801        <Annotations Target="microsoft.graph.mobileAppIntentAndState/managedDeviceIdentifier">
 42802          <Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." />
 42803        </Annotations>
 42804        <Annotations Target="microsoft.graph.mobileAppIntentAndState/userId">
 42805          <Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." />
 42806        </Annotations>
 42807        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/applicationId">
 42808          <Annotation Term="Org.OData.Core.V1.Description" String="MobieApp identifier." />
 42809        </Annotations>
 42810        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/displayName">
 42811          <Annotation Term="Org.OData.Core.V1.Description" String="The admin provided or imported title of the app." />
 42812        </Annotations>
 42813        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/mobileAppIntent">
 42814          <Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Intent." />
 42815        </Annotations>
 42816        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/displayVersion">
 42817          <Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the application" />
 42818        </Annotations>
 42819        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/installState">
 42820          <Annotation Term="Org.OData.Core.V1.Description" String="The install state of the app." />
 42821        </Annotations>
 42822        <Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/type">
 42823          <Annotation Term="Org.OData.Core.V1.Description" String="Device type" />
 42824        </Annotations>
 42825        <Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/minimumOperatingSystemVersion">
 42826          <Annotation Term="Org.OData.Core.V1.Description" String="Minimum OS version" />
 42827        </Annotations>
 42828        <Annotations Target="microsoft.graph.mobileAppSupportedDeviceType/maximumOperatingSystemVersion">
 42829          <Annotation Term="Org.OData.Core.V1.Description" String="Maximum OS version" />
 42830        </Annotations>
 42831        <Annotations Target="microsoft.graph.mobileAppIntentAndStateDetail/supportedDeviceTypes">
 42832          <Annotation Term="Org.OData.Core.V1.Description" String="The supported platforms for the app." />
 42833        </Annotations>
 42834        <Annotations Target="microsoft.graph.mobileAppIntentAndState/mobileAppList">
 42835          <Annotation Term="Org.OData.Core.V1.Description" String="The list of payload intents and states for the tenant." />
 42836        </Annotations>
 42837        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/displayName">
 42838          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of WindowsDefenderApplicationControl supplemental policy." />
 42839        </Annotations>
 42840        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/description">
 42841          <Annotation Term="Org.OData.Core.V1.Description" String="The description of WindowsDefenderApplicationControl supplemental policy." />
 42842        </Annotations>
 42843        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/content">
 42844          <Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy content in byte array format." />
 42845        </Annotations>
 42846        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/contentFileName">
 42847          <Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy content's file name." />
 42848        </Annotations>
 42849        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/version">
 42850          <Annotation Term="Org.OData.Core.V1.Description" String="The WindowsDefenderApplicationControl supplemental policy's version." />
 42851        </Annotations>
 42852        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/creationDateTime">
 42853          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the WindowsDefenderApplicationControl supplemental policy was uploaded." />
 42854        </Annotations>
 42855        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/lastModifiedDateTime">
 42856          <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the WindowsDefenderApplicationControl supplemental policy was last modified." />
 42857        </Annotations>
 42858        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/roleScopeTagIds">
 42859          <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this WindowsDefenderApplicationControl supplemental policy entity." />
 42860        </Annotations>
 42861        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment">
 42862          <Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for assignment of a WindowsDefenderApplicationControl supplemental policy to a group." />
 42863        </Annotations>
 42864        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/assignments">
 42865          <Annotation Term="Org.OData.Core.V1.Description" String="The associated group assignments for this WindowsDefenderApplicationControl supplemental policy." />
 42866        </Annotations>
 42867        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary">
 42868          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the deployment summary of a WindowsDefenderApplicationControl supplemental policy." />
 42869        </Annotations>
 42870        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/deploySummary">
 42871          <Annotation Term="Org.OData.Core.V1.Description" String="WindowsDefenderApplicationControl supplemental policy deployment summary." />
 42872        </Annotations>
 42873        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus">
 42874          <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the deployment state of a WindowsDefenderApplicationControl supplemental policy for a device." />
 42875        </Annotations>
 42876        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy/deviceStatuses">
 42877          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device deployment states for this WindowsDefenderApplicationControl supplemental policy." />
 42878        </Annotations>
 42879        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment/target">
 42880          <Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." />
 42881        </Annotations>
 42882        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary/deployedDeviceCount">
 42883          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully deployed this WindowsDefenderApplicationControl supplemental policy." />
 42884        </Annotations>
 42885        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary/failedDeviceCount">
 42886          <Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to deploy this WindowsDefenderApplicationControl supplemental policy." />
 42887        </Annotations>
 42888        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deviceName">
 42889          <Annotation Term="Org.OData.Core.V1.Description" String="Device name." />
 42890        </Annotations>
 42891        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deviceId">
 42892          <Annotation Term="Org.OData.Core.V1.Description" String="Device ID." />
 42893        </Annotations>
 42894        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/lastSyncDateTime">
 42895          <Annotation Term="Org.OData.Core.V1.Description" String="Last sync date time." />
 42896        </Annotations>
 42897        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/osVersion">
 42898          <Annotation Term="Org.OData.Core.V1.Description" String="Windows OS Version." />
 42899        </Annotations>
 42900        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/osDescription">
 42901          <Annotation Term="Org.OData.Core.V1.Description" String="Windows OS Version Description." />
 42902        </Annotations>
 42903        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/deploymentStatus">
 42904          <Annotation Term="Org.OData.Core.V1.Description" String="The deployment state of the policy." />
 42905        </Annotations>
 42906        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/userName">
 42907          <Annotation Term="Org.OData.Core.V1.Description" String="The name of the user of this device." />
 42908        </Annotations>
 42909        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/userPrincipalName">
 42910          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." />
 42911        </Annotations>
 42912        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/policyVersion">
 42913          <Annotation Term="Org.OData.Core.V1.Description" String="Human readable version of the WindowsDefenderApplicationControl supplemental policy." />
 42914        </Annotations>
 42915        <Annotations Target="microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus/policy">
 42916          <Annotation Term="Org.OData.Core.V1.Description" String="The navigation link to the WindowsDefenderApplicationControl supplemental policy." />
 42917        </Annotations>
 42918        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfileAssignment">
 42919          <Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a windows feature update profile to a group." />
 42920        </Annotations>
 42921        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfileAssignment/target">
 42922          <Annotation Term="Org.OData.Core.V1.Description" String="The assignment target that the feature update profile is assigned to." />
 42923        </Annotations>
 42924        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/displayName">
 42925          <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the profile." />
 42926        </Annotations>
 42927        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/description">
 42928          <Annotation Term="Org.OData.Core.V1.Description" String="The description of the profile which is specified by the user." />
 42929        </Annotations>
 42930        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/featureUpdateVersion">
 42931          <Annotation Term="Org.OData.Core.V1.Description" String="The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on." />
 42932        </Annotations>
 42933        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/createdDateTime">
 42934          <Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was created." />
 42935        </Annotations>
 42936        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/lastModifiedDateTime">
 42937          <Annotation Term="Org.OData.Core.V1.Description" String="The date time that the profile was last modified." />
 42938        </Annotations>
 42939        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/assignments">
 42940          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments of the profile." />
 42941        </Annotations>
 42942        <Annotations Target="microsoft.graph.windowsFeatureUpdateProfile/deviceUpdateStates">
 42943          <Annotation Term="Org.OData.Core.V1.Description" String="The list of device states this profile targeted to" />
 42944        </Annotations>
 42945        <Annotations Target="microsoft.graph.intuneBrandingProfileAssignment">
 42946          <Annotation Term="Org.OData.Core.V1.Description" String="This entity contains the properties used to assign a branding profile to a group." />
 42947        </Annotations>
 42948        <Annotations Target="microsoft.graph.intuneBrandingProfileAssignment/target">
 42949          <Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the branding profile is assigned to." />
 42950        </Annotations>
 42951        <Annotations Target="microsoft.graph.intuneBrandingProfile/profileName">
 42952          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the profile" />
 42953        </Annotations>
 42954        <Annotations Target="microsoft.graph.intuneBrandingProfile/profileDescription">
 42955          <Annotation Term="Org.OData.Core.V1.Description" String="Description of the profile" />
 42956        </Annotations>
 42957        <Annotations Target="microsoft.graph.intuneBrandingProfile/isDefaultProfile">
 42958          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the profile is used as default or not" />
 42959        </Annotations>
 42960        <Annotations Target="microsoft.graph.intuneBrandingProfile/createdDateTime">
 42961          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the BrandingProfile was created" />
 42962        </Annotations>
 42963        <Annotations Target="microsoft.graph.intuneBrandingProfile/lastModifiedDateTime">
 42964          <Annotation Term="Org.OData.Core.V1.Description" String="Time when the BrandingProfile was last modified" />
 42965        </Annotations>
 42966        <Annotations Target="microsoft.graph.intuneBrandingProfile/displayName">
 42967          <Annotation Term="Org.OData.Core.V1.Description" String="Company/organization name that is displayed to end users" />
 42968        </Annotations>
 42969        <Annotations Target="microsoft.graph.intuneBrandingProfile/themeColor">
 42970          <Annotation Term="Org.OData.Core.V1.Description" String="Primary theme color used in the Company Portal applications and web portal" />
 42971        </Annotations>
 42972        <Annotations Target="microsoft.graph.intuneBrandingProfile/showLogo">
 42973          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied logo images are shown or not" />
 42974        </Annotations>
 42975        <Annotations Target="microsoft.graph.intuneBrandingProfile/showDisplayNameNextToLogo">
 42976          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied display name will be shown next to the logo image or not" />
 42977        </Annotations>
 42978        <Annotations Target="microsoft.graph.intuneBrandingProfile/themeColorLogo">
 42979          <Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a theme color background behind the logo" />
 42980        </Annotations>
 42981        <Annotations Target="microsoft.graph.intuneBrandingProfile/lightBackgroundLogo">
 42982          <Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a light background behind the logo" />
 42983        </Annotations>
 42984        <Annotations Target="microsoft.graph.intuneBrandingProfile/landingPageCustomizedImage">
 42985          <Annotation Term="Org.OData.Core.V1.Description" String="Customized image displayed in Company Portal apps landing page" />
 42986        </Annotations>
 42987        <Annotations Target="microsoft.graph.intuneBrandingProfile/contactITName">
 42988          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the person/organization responsible for IT support" />
 42989        </Annotations>
 42990        <Annotations Target="microsoft.graph.intuneBrandingProfile/contactITPhoneNumber">
 42991          <Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the person/organization responsible for IT support" />
 42992        </Annotations>
 42993        <Annotations Target="microsoft.graph.intuneBrandingProfile/contactITEmailAddress">
 42994          <Annotation Term="Org.OData.Core.V1.Description" String="E-mail address of the person/organization responsible for IT support" />
 42995        </Annotations>
 42996        <Annotations Target="microsoft.graph.intuneBrandingProfile/contactITNotes">
 42997          <Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding the person/organization responsible for IT support" />
 42998        </Annotations>
 42999        <Annotations Target="microsoft.graph.intuneBrandingProfile/onlineSupportSiteUrl">
 43000          <Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s IT helpdesk site" />
 43001        </Annotations>
 43002        <Annotations Target="microsoft.graph.intuneBrandingProfile/onlineSupportSiteName">
 43003          <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the company/organization’s IT helpdesk site" />
 43004        </Annotations>
 43005        <Annotations Target="microsoft.graph.intuneBrandingProfile/privacyUrl">
 43006          <Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s privacy policy" />
 43007        </Annotations>
 43008        <Annotations Target="microsoft.graph.intuneBrandingProfile/customPrivacyMessage">
 43009          <Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding what the admin has access to on the device" />
 43010        </Annotations>
 43011        <Annotations Target="microsoft.graph.intuneBrandingProfile/isRemoveDeviceDisabled">
 43012          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices." />
 43013        </Annotations>
 43014        <Annotations Target="microsoft.graph.intuneBrandingProfile/isFactoryResetDisabled">
 43015          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices." />
 43016        </Annotations>
 43017        <Annotations Target="microsoft.graph.intuneBrandingProfile/companyPortalBlockedActions">
 43018          <Annotation Term="Org.OData.Core.V1.Description" String="Collection of blocked actions on the company portal as per platform and device ownership types." />
 43019        </Annotations>
 43020        <Annotations Target="microsoft.graph.intuneBrandingProfile/showAzureADEnterpriseApps">
 43021          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal" />
 43022        </Annotations>
 43023        <Annotations Target="microsoft.graph.intuneBrandingProfile/showOfficeWebApps">
 43024          <Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if Office WebApps will be shown in Company Portal" />
 43025        </Annotations>
 43026        <Annotations Target="microsoft.graph.intuneBrandingProfile/assignments">
 43027          <Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the branding profile" />
 43028        </Annotations>
 43029        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/applicationName">
 43030          <Annotation Term="Org.OData.Core.V1.Description" String="Application Name" />
 43031        </Annotations>
 43032        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/applicationType">
 43033          <Annotation Term="Org.OData.Core.V1.Description" String="Application Type" />
 43034        </Annotations>
 43035        <Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/deviceCount">
 43036          <Annotation Term="Org.OData.Core.V1.Description" String="Device Count" />
 43037        </Annotations>
 43038        <Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary/url">
 43039          <Annotation Term="Org.OData.Core.V1.Description" String="Website url" />
 43040        </Annotations>
 43041        <Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary/deviceCount">
 43042          <Annotation Term="Org.OData.Core.V1.Description" String="Device Count" />
 43043        </Annotations>
 43044        <Annotations Target="microsoft.graph.userPFXCertificate/thumbprint">
 43045          <Annotation Term="Org.OData.Core.V1.Description" String="SHA-1 thumbprint of the PFX certificate." />
 43046        </Annotations>
 43047        <Annotations Target="microsoft.graph.userPFXCertificate/intendedPurpose">
 43048          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate's intended purpose from the point-of-view of deployment." />
 43049        </Annotations>
 43050        <Annotations Target="microsoft.graph.userPFXCertificate/userPrincipalName">
 43051          <Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name of the PFX certificate." />
 43052        </Annotations>
 43053        <Annotations Target="microsoft.graph.userPFXCertificate/startDateTime">
 43054          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate's validity start date/time." />
 43055        </Annotations>
 43056        <Annotations Target="microsoft.graph.userPFXCertificate/expirationDateTime">
 43057          <Annotation Term="Org.OData.Core.V1.Description" String="Certificate's validity expiration date/time." />
 43058        </Annotations>
 43059        <Annotations Target="microsoft.graph.userPFXCertificate/providerName">
 43060          <Annotation Term="Org.OData.Core.V1.Description" String="Crypto provider used to encrypt this blob." />
 43061        </Annotations>
 43062        <Annotations Target="microsoft.graph.userPFXCertificate/keyName">
 43063          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the key (within the provider) used to encrypt the blob." />
 43064        </Annotations>
 43065        <Annotations Target="microsoft.graph.userPFXCertificate/paddingScheme">
 43066          <Annotation Term="Org.OData.Core.V1.Description" String="Padding scheme used by the provider during encryption/decryption." />
 43067        </Annotations>
 43068        <Annotations Target="microsoft.graph.userPFXCertificate/encryptedPfxBlob">
 43069          <Annotation Term="Org.OData.Core.V1.Description" String="Encrypted PFX blob." />
 43070        </Annotations>
 43071        <Annotations Target="microsoft.graph.userPFXCertificate/encryptedPfxPassword">
 43072          <Annotation Term="Org.OData.Core.V1.Description" String="Encrypted PFX password." />
 43073        </Annotations>
 43074        <Annotations Target="microsoft.graph.userPFXCertificate/createdDateTime">
 43075          <Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this PFX certificate was imported." />
 43076        </Annotations>
 43077        <Annotations Target="microsoft.graph.userPFXCertificate/lastModifiedDateTime">
 43078          <Annotation Term="Org.OData.Core.V1.Description" String="Date/time when this PFX certificate was last modified." />
 43079        </Annotations>
 43080        <Annotations Target="microsoft.graph.financials">
 43081          <Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false" />
 43082          <Annotation Term="Org.OData.Capabilities.V1.AsynchronousRequestsSupported" Bool="false" />
 43083          <Annotation Term="Org.OData.Capabilities.V1.BatchContinueOnErrorSupported" Bool="false" />
 43084        </Annotations>
 43085        <Annotations Target="microsoft.graph.company">
 43086          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43087            <Record>
 43088              <PropertyValue Property="Updatable" Bool="false" />
 43089            </Record>
 43090          </Annotation>
 43091          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43092            <Record>
 43093              <PropertyValue Property="Insertable" Bool="false" />
 43094            </Record>
 43095          </Annotation>
 43096          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43097            <Record>
 43098              <PropertyValue Property="Deletable" Bool="false" />
 43099            </Record>
 43100          </Annotation>
 43101        </Annotations>
 43102        <Annotations Target="microsoft.graph.item">
 43103          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43104            <Record>
 43105              <PropertyValue Property="Updatable" Bool="true" />
 43106            </Record>
 43107          </Annotation>
 43108          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43109            <Record>
 43110              <PropertyValue Property="Insertable" Bool="true" />
 43111            </Record>
 43112          </Annotation>
 43113          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43114            <Record>
 43115              <PropertyValue Property="Deletable" Bool="true" />
 43116            </Record>
 43117          </Annotation>
 43118        </Annotations>
 43119        <Annotations Target="microsoft.graph.itemCategory">
 43120          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43121            <Record>
 43122              <PropertyValue Property="Updatable" Bool="true" />
 43123            </Record>
 43124          </Annotation>
 43125          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43126            <Record>
 43127              <PropertyValue Property="Insertable" Bool="true" />
 43128            </Record>
 43129          </Annotation>
 43130          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43131            <Record>
 43132              <PropertyValue Property="Deletable" Bool="true" />
 43133            </Record>
 43134          </Annotation>
 43135        </Annotations>
 43136        <Annotations Target="microsoft.graph.customer">
 43137          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43138            <Record>
 43139              <PropertyValue Property="Updatable" Bool="true" />
 43140            </Record>
 43141          </Annotation>
 43142          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43143            <Record>
 43144              <PropertyValue Property="Insertable" Bool="true" />
 43145            </Record>
 43146          </Annotation>
 43147          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43148            <Record>
 43149              <PropertyValue Property="Deletable" Bool="true" />
 43150            </Record>
 43151          </Annotation>
 43152        </Annotations>
 43153        <Annotations Target="microsoft.graph.currency">
 43154          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43155            <Record>
 43156              <PropertyValue Property="Updatable" Bool="true" />
 43157            </Record>
 43158          </Annotation>
 43159          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43160            <Record>
 43161              <PropertyValue Property="Insertable" Bool="true" />
 43162            </Record>
 43163          </Annotation>
 43164          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43165            <Record>
 43166              <PropertyValue Property="Deletable" Bool="true" />
 43167            </Record>
 43168          </Annotation>
 43169        </Annotations>
 43170        <Annotations Target="microsoft.graph.paymentTerm">
 43171          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43172            <Record>
 43173              <PropertyValue Property="Updatable" Bool="true" />
 43174            </Record>
 43175          </Annotation>
 43176          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43177            <Record>
 43178              <PropertyValue Property="Insertable" Bool="true" />
 43179            </Record>
 43180          </Annotation>
 43181          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43182            <Record>
 43183              <PropertyValue Property="Deletable" Bool="true" />
 43184            </Record>
 43185          </Annotation>
 43186        </Annotations>
 43187        <Annotations Target="microsoft.graph.shipmentMethod">
 43188          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43189            <Record>
 43190              <PropertyValue Property="Updatable" Bool="true" />
 43191            </Record>
 43192          </Annotation>
 43193          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43194            <Record>
 43195              <PropertyValue Property="Insertable" Bool="true" />
 43196            </Record>
 43197          </Annotation>
 43198          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43199            <Record>
 43200              <PropertyValue Property="Deletable" Bool="true" />
 43201            </Record>
 43202          </Annotation>
 43203        </Annotations>
 43204        <Annotations Target="microsoft.graph.paymentMethod">
 43205          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43206            <Record>
 43207              <PropertyValue Property="Updatable" Bool="true" />
 43208            </Record>
 43209          </Annotation>
 43210          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43211            <Record>
 43212              <PropertyValue Property="Insertable" Bool="true" />
 43213            </Record>
 43214          </Annotation>
 43215          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43216            <Record>
 43217              <PropertyValue Property="Deletable" Bool="true" />
 43218            </Record>
 43219          </Annotation>
 43220        </Annotations>
 43221        <Annotations Target="microsoft.graph.vendor">
 43222          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43223            <Record>
 43224              <PropertyValue Property="Updatable" Bool="true" />
 43225            </Record>
 43226          </Annotation>
 43227          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43228            <Record>
 43229              <PropertyValue Property="Insertable" Bool="true" />
 43230            </Record>
 43231          </Annotation>
 43232          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43233            <Record>
 43234              <PropertyValue Property="Deletable" Bool="true" />
 43235            </Record>
 43236          </Annotation>
 43237        </Annotations>
 43238        <Annotations Target="microsoft.graph.companyInformation">
 43239          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43240            <Record>
 43241              <PropertyValue Property="Updatable" Bool="true" />
 43242            </Record>
 43243          </Annotation>
 43244          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43245            <Record>
 43246              <PropertyValue Property="Insertable" Bool="false" />
 43247            </Record>
 43248          </Annotation>
 43249          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43250            <Record>
 43251              <PropertyValue Property="Deletable" Bool="false" />
 43252            </Record>
 43253          </Annotation>
 43254        </Annotations>
 43255        <Annotations Target="microsoft.graph.salesInvoice">
 43256          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43257            <Record>
 43258              <PropertyValue Property="Updatable" Bool="true" />
 43259            </Record>
 43260          </Annotation>
 43261          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43262            <Record>
 43263              <PropertyValue Property="Insertable" Bool="false" />
 43264            </Record>
 43265          </Annotation>
 43266          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43267            <Record>
 43268              <PropertyValue Property="Deletable" Bool="false" />
 43269            </Record>
 43270          </Annotation>
 43271        </Annotations>
 43272        <Annotations Target="microsoft.graph.salesInvoiceLine">
 43273          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43274            <Record>
 43275              <PropertyValue Property="Updatable" Bool="true" />
 43276            </Record>
 43277          </Annotation>
 43278          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43279            <Record>
 43280              <PropertyValue Property="Insertable" Bool="false" />
 43281            </Record>
 43282          </Annotation>
 43283          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43284            <Record>
 43285              <PropertyValue Property="Deletable" Bool="false" />
 43286            </Record>
 43287          </Annotation>
 43288        </Annotations>
 43289        <Annotations Target="microsoft.graph.account">
 43290          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43291            <Record>
 43292              <PropertyValue Property="Updatable" Bool="false" />
 43293            </Record>
 43294          </Annotation>
 43295          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43296            <Record>
 43297              <PropertyValue Property="Insertable" Bool="false" />
 43298            </Record>
 43299          </Annotation>
 43300          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43301            <Record>
 43302              <PropertyValue Property="Deletable" Bool="false" />
 43303            </Record>
 43304          </Annotation>
 43305        </Annotations>
 43306        <Annotations Target="microsoft.graph.customerPaymentJournal">
 43307          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43308            <Record>
 43309              <PropertyValue Property="Updatable" Bool="true" />
 43310            </Record>
 43311          </Annotation>
 43312          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43313            <Record>
 43314              <PropertyValue Property="Insertable" Bool="true" />
 43315            </Record>
 43316          </Annotation>
 43317          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43318            <Record>
 43319              <PropertyValue Property="Deletable" Bool="true" />
 43320            </Record>
 43321          </Annotation>
 43322        </Annotations>
 43323        <Annotations Target="microsoft.graph.customerPayment">
 43324          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43325            <Record>
 43326              <PropertyValue Property="Updatable" Bool="true" />
 43327            </Record>
 43328          </Annotation>
 43329          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43330            <Record>
 43331              <PropertyValue Property="Insertable" Bool="true" />
 43332            </Record>
 43333          </Annotation>
 43334          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43335            <Record>
 43336              <PropertyValue Property="Deletable" Bool="true" />
 43337            </Record>
 43338          </Annotation>
 43339        </Annotations>
 43340        <Annotations Target="microsoft.graph.taxGroup">
 43341          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43342            <Record>
 43343              <PropertyValue Property="Updatable" Bool="true" />
 43344            </Record>
 43345          </Annotation>
 43346          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43347            <Record>
 43348              <PropertyValue Property="Insertable" Bool="true" />
 43349            </Record>
 43350          </Annotation>
 43351          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43352            <Record>
 43353              <PropertyValue Property="Deletable" Bool="true" />
 43354            </Record>
 43355          </Annotation>
 43356        </Annotations>
 43357        <Annotations Target="microsoft.graph.journal">
 43358          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43359            <Record>
 43360              <PropertyValue Property="Updatable" Bool="true" />
 43361            </Record>
 43362          </Annotation>
 43363          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43364            <Record>
 43365              <PropertyValue Property="Insertable" Bool="true" />
 43366            </Record>
 43367          </Annotation>
 43368          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43369            <Record>
 43370              <PropertyValue Property="Deletable" Bool="true" />
 43371            </Record>
 43372          </Annotation>
 43373        </Annotations>
 43374        <Annotations Target="microsoft.graph.journalLine">
 43375          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43376            <Record>
 43377              <PropertyValue Property="Updatable" Bool="true" />
 43378            </Record>
 43379          </Annotation>
 43380          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43381            <Record>
 43382              <PropertyValue Property="Insertable" Bool="true" />
 43383            </Record>
 43384          </Annotation>
 43385          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43386            <Record>
 43387              <PropertyValue Property="Deletable" Bool="true" />
 43388            </Record>
 43389          </Annotation>
 43390        </Annotations>
 43391        <Annotations Target="microsoft.graph.employee">
 43392          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43393            <Record>
 43394              <PropertyValue Property="Updatable" Bool="true" />
 43395            </Record>
 43396          </Annotation>
 43397          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43398            <Record>
 43399              <PropertyValue Property="Insertable" Bool="true" />
 43400            </Record>
 43401          </Annotation>
 43402          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43403            <Record>
 43404              <PropertyValue Property="Deletable" Bool="true" />
 43405            </Record>
 43406          </Annotation>
 43407        </Annotations>
 43408        <Annotations Target="microsoft.graph.generalLedgerEntry">
 43409          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43410            <Record>
 43411              <PropertyValue Property="Updatable" Bool="false" />
 43412            </Record>
 43413          </Annotation>
 43414          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43415            <Record>
 43416              <PropertyValue Property="Insertable" Bool="false" />
 43417            </Record>
 43418          </Annotation>
 43419          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43420            <Record>
 43421              <PropertyValue Property="Deletable" Bool="false" />
 43422            </Record>
 43423          </Annotation>
 43424        </Annotations>
 43425        <Annotations Target="microsoft.graph.dimension">
 43426          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43427            <Record>
 43428              <PropertyValue Property="Updatable" Bool="false" />
 43429            </Record>
 43430          </Annotation>
 43431          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43432            <Record>
 43433              <PropertyValue Property="Insertable" Bool="false" />
 43434            </Record>
 43435          </Annotation>
 43436          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43437            <Record>
 43438              <PropertyValue Property="Deletable" Bool="false" />
 43439            </Record>
 43440          </Annotation>
 43441        </Annotations>
 43442        <Annotations Target="microsoft.graph.dimensionValue">
 43443          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43444            <Record>
 43445              <PropertyValue Property="Updatable" Bool="false" />
 43446            </Record>
 43447          </Annotation>
 43448          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43449            <Record>
 43450              <PropertyValue Property="Insertable" Bool="false" />
 43451            </Record>
 43452          </Annotation>
 43453          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43454            <Record>
 43455              <PropertyValue Property="Deletable" Bool="false" />
 43456            </Record>
 43457          </Annotation>
 43458        </Annotations>
 43459        <Annotations Target="microsoft.graph.countryRegion">
 43460          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43461            <Record>
 43462              <PropertyValue Property="Updatable" Bool="true" />
 43463            </Record>
 43464          </Annotation>
 43465          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43466            <Record>
 43467              <PropertyValue Property="Insertable" Bool="true" />
 43468            </Record>
 43469          </Annotation>
 43470          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43471            <Record>
 43472              <PropertyValue Property="Deletable" Bool="true" />
 43473            </Record>
 43474          </Annotation>
 43475        </Annotations>
 43476        <Annotations Target="microsoft.graph.salesOrder">
 43477          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43478            <Record>
 43479              <PropertyValue Property="Updatable" Bool="true" />
 43480            </Record>
 43481          </Annotation>
 43482          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43483            <Record>
 43484              <PropertyValue Property="Insertable" Bool="false" />
 43485            </Record>
 43486          </Annotation>
 43487          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43488            <Record>
 43489              <PropertyValue Property="Deletable" Bool="false" />
 43490            </Record>
 43491          </Annotation>
 43492        </Annotations>
 43493        <Annotations Target="microsoft.graph.salesOrderLine">
 43494          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43495            <Record>
 43496              <PropertyValue Property="Updatable" Bool="true" />
 43497            </Record>
 43498          </Annotation>
 43499          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43500            <Record>
 43501              <PropertyValue Property="Insertable" Bool="false" />
 43502            </Record>
 43503          </Annotation>
 43504          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43505            <Record>
 43506              <PropertyValue Property="Deletable" Bool="false" />
 43507            </Record>
 43508          </Annotation>
 43509        </Annotations>
 43510        <Annotations Target="microsoft.graph.unitOfMeasure">
 43511          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43512            <Record>
 43513              <PropertyValue Property="Updatable" Bool="true" />
 43514            </Record>
 43515          </Annotation>
 43516          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43517            <Record>
 43518              <PropertyValue Property="Insertable" Bool="true" />
 43519            </Record>
 43520          </Annotation>
 43521          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43522            <Record>
 43523              <PropertyValue Property="Deletable" Bool="true" />
 43524            </Record>
 43525          </Annotation>
 43526        </Annotations>
 43527        <Annotations Target="microsoft.graph.agedAccountsReceivable">
 43528          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43529            <Record>
 43530              <PropertyValue Property="Updatable" Bool="false" />
 43531            </Record>
 43532          </Annotation>
 43533          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43534            <Record>
 43535              <PropertyValue Property="Insertable" Bool="false" />
 43536            </Record>
 43537          </Annotation>
 43538          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43539            <Record>
 43540              <PropertyValue Property="Deletable" Bool="false" />
 43541            </Record>
 43542          </Annotation>
 43543        </Annotations>
 43544        <Annotations Target="microsoft.graph.agedAccountsPayable">
 43545          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43546            <Record>
 43547              <PropertyValue Property="Updatable" Bool="false" />
 43548            </Record>
 43549          </Annotation>
 43550          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43551            <Record>
 43552              <PropertyValue Property="Insertable" Bool="false" />
 43553            </Record>
 43554          </Annotation>
 43555          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43556            <Record>
 43557              <PropertyValue Property="Deletable" Bool="false" />
 43558            </Record>
 43559          </Annotation>
 43560        </Annotations>
 43561        <Annotations Target="microsoft.graph.taxArea">
 43562          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43563            <Record>
 43564              <PropertyValue Property="Updatable" Bool="true" />
 43565            </Record>
 43566          </Annotation>
 43567          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43568            <Record>
 43569              <PropertyValue Property="Insertable" Bool="true" />
 43570            </Record>
 43571          </Annotation>
 43572          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43573            <Record>
 43574              <PropertyValue Property="Deletable" Bool="true" />
 43575            </Record>
 43576          </Annotation>
 43577        </Annotations>
 43578        <Annotations Target="microsoft.graph.salesQuote">
 43579          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43580            <Record>
 43581              <PropertyValue Property="Updatable" Bool="true" />
 43582            </Record>
 43583          </Annotation>
 43584          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43585            <Record>
 43586              <PropertyValue Property="Insertable" Bool="false" />
 43587            </Record>
 43588          </Annotation>
 43589          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43590            <Record>
 43591              <PropertyValue Property="Deletable" Bool="false" />
 43592            </Record>
 43593          </Annotation>
 43594        </Annotations>
 43595        <Annotations Target="microsoft.graph.salesQuoteLine">
 43596          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43597            <Record>
 43598              <PropertyValue Property="Updatable" Bool="true" />
 43599            </Record>
 43600          </Annotation>
 43601          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43602            <Record>
 43603              <PropertyValue Property="Insertable" Bool="false" />
 43604            </Record>
 43605          </Annotation>
 43606          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43607            <Record>
 43608              <PropertyValue Property="Deletable" Bool="false" />
 43609            </Record>
 43610          </Annotation>
 43611        </Annotations>
 43612        <Annotations Target="microsoft.graph.salesCreditMemo">
 43613          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43614            <Record>
 43615              <PropertyValue Property="Updatable" Bool="true" />
 43616            </Record>
 43617          </Annotation>
 43618          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43619            <Record>
 43620              <PropertyValue Property="Insertable" Bool="false" />
 43621            </Record>
 43622          </Annotation>
 43623          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43624            <Record>
 43625              <PropertyValue Property="Deletable" Bool="false" />
 43626            </Record>
 43627          </Annotation>
 43628        </Annotations>
 43629        <Annotations Target="microsoft.graph.salesCreditMemoLine">
 43630          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43631            <Record>
 43632              <PropertyValue Property="Updatable" Bool="true" />
 43633            </Record>
 43634          </Annotation>
 43635          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43636            <Record>
 43637              <PropertyValue Property="Insertable" Bool="false" />
 43638            </Record>
 43639          </Annotation>
 43640          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43641            <Record>
 43642              <PropertyValue Property="Deletable" Bool="false" />
 43643            </Record>
 43644          </Annotation>
 43645        </Annotations>
 43646        <Annotations Target="microsoft.graph.purchaseInvoice">
 43647          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43648            <Record>
 43649              <PropertyValue Property="Updatable" Bool="true" />
 43650            </Record>
 43651          </Annotation>
 43652          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43653            <Record>
 43654              <PropertyValue Property="Insertable" Bool="false" />
 43655            </Record>
 43656          </Annotation>
 43657          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43658            <Record>
 43659              <PropertyValue Property="Deletable" Bool="false" />
 43660            </Record>
 43661          </Annotation>
 43662        </Annotations>
 43663        <Annotations Target="microsoft.graph.purchaseInvoiceLine">
 43664          <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
 43665            <Record>
 43666              <PropertyValue Property="Updatable" Bool="true" />
 43667            </Record>
 43668          </Annotation>
 43669          <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
 43670            <Record>
 43671              <PropertyValue Property="Insertable" Bool="false" />
 43672            </Record>
 43673          </Annotation>
 43674          <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
 43675            <Record>
 43676              <PropertyValue Property="Deletable" Bool="false" />
 43677            </Record>
 43678          </Annotation>
 43679        </Annotations>
 43680        <Annotations Target="microsoft.graph.plannerUser/all">
 43681          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 43682            <Record>
 43683              <PropertyValue Property="Supported" Bool="true" />
 43684            </Record>
 43685          </Annotation>
 43686        </Annotations>
 43687        <Annotations Target="microsoft.graph.trending/resourceVisualization">
 43688          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43689        </Annotations>
 43690        <Annotations Target="microsoft.graph.trending/resourceReference">
 43691          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43692        </Annotations>
 43693        <Annotations Target="microsoft.graph.sharingDetail/sharingReference">
 43694          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43695        </Annotations>
 43696        <Annotations Target="microsoft.graph.sharedInsight/resourceVisualization">
 43697          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43698        </Annotations>
 43699        <Annotations Target="microsoft.graph.sharedInsight/resourceReference">
 43700          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43701        </Annotations>
 43702        <Annotations Target="microsoft.graph.usedInsight/resourceVisualization">
 43703          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43704        </Annotations>
 43705        <Annotations Target="microsoft.graph.usedInsight/resourceReference">
 43706          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 43707        </Annotations>
 43708        <Annotations Target="microsoft.graph.activityHistoryItem">
 43709          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43710            <Record>
 43711              <PropertyValue Property="Selectable" Bool="false" />
 43712            </Record>
 43713          </Annotation>
 43714          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43715            <Record>
 43716              <PropertyValue Property="Countable" Bool="false" />
 43717            </Record>
 43718          </Annotation>
 43719          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
 43720        </Annotations>
 43721        <Annotations Target="microsoft.graph.security">
 43722          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 43723            <Record>
 43724              <PropertyValue Property="Expandable" Bool="true" />
 43725            </Record>
 43726          </Annotation>
 43727          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43728            <Record>
 43729              <PropertyValue Property="Selectable" Bool="false" />
 43730            </Record>
 43731          </Annotation>
 43732          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43733            <Record>
 43734              <PropertyValue Property="Countable" Bool="false" />
 43735            </Record>
 43736          </Annotation>
 43737          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43738            <Record>
 43739              <PropertyValue Property="Sortable" Bool="true" />
 43740            </Record>
 43741          </Annotation>
 43742          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43743            <Record>
 43744              <PropertyValue Property="Filterable" Bool="false" />
 43745            </Record>
 43746          </Annotation>
 43747          <Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
 43748            <Record>
 43749              <PropertyValue Property="Searchable" Bool="false" />
 43750            </Record>
 43751          </Annotation>
 43752          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
 43753          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43754        </Annotations>
 43755        <Annotations Target="microsoft.graph.alert">
 43756          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43757            <Record>
 43758              <PropertyValue Property="Selectable" Bool="true" />
 43759            </Record>
 43760          </Annotation>
 43761          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43762            <Record>
 43763              <PropertyValue Property="Countable" Bool="true" />
 43764            </Record>
 43765          </Annotation>
 43766          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43767            <Record>
 43768              <PropertyValue Property="Sortable" Bool="true" />
 43769            </Record>
 43770          </Annotation>
 43771          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43772            <Record>
 43773              <PropertyValue Property="Filterable" Bool="true" />
 43774            </Record>
 43775          </Annotation>
 43776          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43777          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43778        </Annotations>
 43779        <Annotations Target="microsoft.graph.cloudAppSecurityProfile">
 43780          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43781            <Record>
 43782              <PropertyValue Property="Selectable" Bool="true" />
 43783            </Record>
 43784          </Annotation>
 43785          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43786            <Record>
 43787              <PropertyValue Property="Countable" Bool="true" />
 43788            </Record>
 43789          </Annotation>
 43790          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43791            <Record>
 43792              <PropertyValue Property="Sortable" Bool="true" />
 43793            </Record>
 43794          </Annotation>
 43795          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43796            <Record>
 43797              <PropertyValue Property="Filterable" Bool="true" />
 43798            </Record>
 43799          </Annotation>
 43800          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43801          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43802        </Annotations>
 43803        <Annotations Target="microsoft.graph.domainSecurityProfile">
 43804          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43805            <Record>
 43806              <PropertyValue Property="Selectable" Bool="true" />
 43807            </Record>
 43808          </Annotation>
 43809          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43810            <Record>
 43811              <PropertyValue Property="Countable" Bool="true" />
 43812            </Record>
 43813          </Annotation>
 43814          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43815            <Record>
 43816              <PropertyValue Property="Sortable" Bool="true" />
 43817            </Record>
 43818          </Annotation>
 43819          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43820            <Record>
 43821              <PropertyValue Property="Filterable" Bool="true" />
 43822            </Record>
 43823          </Annotation>
 43824          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43825          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43826        </Annotations>
 43827        <Annotations Target="microsoft.graph.fileSecurityProfile">
 43828          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43829            <Record>
 43830              <PropertyValue Property="Selectable" Bool="true" />
 43831            </Record>
 43832          </Annotation>
 43833          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43834            <Record>
 43835              <PropertyValue Property="Countable" Bool="true" />
 43836            </Record>
 43837          </Annotation>
 43838          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43839            <Record>
 43840              <PropertyValue Property="Sortable" Bool="true" />
 43841            </Record>
 43842          </Annotation>
 43843          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43844            <Record>
 43845              <PropertyValue Property="Filterable" Bool="true" />
 43846            </Record>
 43847          </Annotation>
 43848          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43849          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43850        </Annotations>
 43851        <Annotations Target="microsoft.graph.hostSecurityProfile">
 43852          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43853            <Record>
 43854              <PropertyValue Property="Selectable" Bool="true" />
 43855            </Record>
 43856          </Annotation>
 43857          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43858            <Record>
 43859              <PropertyValue Property="Countable" Bool="true" />
 43860            </Record>
 43861          </Annotation>
 43862          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43863            <Record>
 43864              <PropertyValue Property="Sortable" Bool="true" />
 43865            </Record>
 43866          </Annotation>
 43867          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43868            <Record>
 43869              <PropertyValue Property="Filterable" Bool="true" />
 43870            </Record>
 43871          </Annotation>
 43872          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43873          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43874        </Annotations>
 43875        <Annotations Target="microsoft.graph.ipSecurityProfile">
 43876          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43877            <Record>
 43878              <PropertyValue Property="Selectable" Bool="true" />
 43879            </Record>
 43880          </Annotation>
 43881          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43882            <Record>
 43883              <PropertyValue Property="Countable" Bool="true" />
 43884            </Record>
 43885          </Annotation>
 43886          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43887            <Record>
 43888              <PropertyValue Property="Sortable" Bool="true" />
 43889            </Record>
 43890          </Annotation>
 43891          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43892            <Record>
 43893              <PropertyValue Property="Filterable" Bool="true" />
 43894            </Record>
 43895          </Annotation>
 43896          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43897          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43898        </Annotations>
 43899        <Annotations Target="microsoft.graph.providerTenantSetting">
 43900          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43901            <Record>
 43902              <PropertyValue Property="Selectable" Bool="true" />
 43903            </Record>
 43904          </Annotation>
 43905          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43906            <Record>
 43907              <PropertyValue Property="Countable" Bool="true" />
 43908            </Record>
 43909          </Annotation>
 43910          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43911            <Record>
 43912              <PropertyValue Property="Sortable" Bool="true" />
 43913            </Record>
 43914          </Annotation>
 43915          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43916            <Record>
 43917              <PropertyValue Property="Filterable" Bool="true" />
 43918            </Record>
 43919          </Annotation>
 43920          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43921          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43922        </Annotations>
 43923        <Annotations Target="microsoft.graph.secureScoreControlProfile">
 43924          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43925            <Record>
 43926              <PropertyValue Property="Selectable" Bool="true" />
 43927            </Record>
 43928          </Annotation>
 43929          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43930            <Record>
 43931              <PropertyValue Property="Countable" Bool="true" />
 43932            </Record>
 43933          </Annotation>
 43934          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43935            <Record>
 43936              <PropertyValue Property="Sortable" Bool="true" />
 43937            </Record>
 43938          </Annotation>
 43939          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43940            <Record>
 43941              <PropertyValue Property="Filterable" Bool="true" />
 43942            </Record>
 43943          </Annotation>
 43944          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43945          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43946        </Annotations>
 43947        <Annotations Target="microsoft.graph.secureScore">
 43948          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43949            <Record>
 43950              <PropertyValue Property="Selectable" Bool="true" />
 43951            </Record>
 43952          </Annotation>
 43953          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43954            <Record>
 43955              <PropertyValue Property="Countable" Bool="true" />
 43956            </Record>
 43957          </Annotation>
 43958          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43959            <Record>
 43960              <PropertyValue Property="Sortable" Bool="true" />
 43961            </Record>
 43962          </Annotation>
 43963          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43964            <Record>
 43965              <PropertyValue Property="Filterable" Bool="true" />
 43966            </Record>
 43967          </Annotation>
 43968          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43969          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43970        </Annotations>
 43971        <Annotations Target="microsoft.graph.tiIndicator">
 43972          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43973            <Record>
 43974              <PropertyValue Property="Selectable" Bool="true" />
 43975            </Record>
 43976          </Annotation>
 43977          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 43978            <Record>
 43979              <PropertyValue Property="Countable" Bool="true" />
 43980            </Record>
 43981          </Annotation>
 43982          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 43983            <Record>
 43984              <PropertyValue Property="Sortable" Bool="true" />
 43985            </Record>
 43986          </Annotation>
 43987          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 43988            <Record>
 43989              <PropertyValue Property="Filterable" Bool="true" />
 43990            </Record>
 43991          </Annotation>
 43992          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 43993          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 43994        </Annotations>
 43995        <Annotations Target="microsoft.graph.userSecurityProfile">
 43996          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 43997            <Record>
 43998              <PropertyValue Property="Selectable" Bool="true" />
 43999            </Record>
 44000          </Annotation>
 44001          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 44002            <Record>
 44003              <PropertyValue Property="Countable" Bool="true" />
 44004            </Record>
 44005          </Annotation>
 44006          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 44007            <Record>
 44008              <PropertyValue Property="Sortable" Bool="true" />
 44009            </Record>
 44010          </Annotation>
 44011          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 44012            <Record>
 44013              <PropertyValue Property="Filterable" Bool="true" />
 44014            </Record>
 44015          </Annotation>
 44016          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 44017          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 44018        </Annotations>
 44019        <Annotations Target="microsoft.graph.securityAction">
 44020          <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
 44021            <Record>
 44022              <PropertyValue Property="Selectable" Bool="true" />
 44023            </Record>
 44024          </Annotation>
 44025          <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
 44026            <Record>
 44027              <PropertyValue Property="Countable" Bool="true" />
 44028            </Record>
 44029          </Annotation>
 44030          <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
 44031            <Record>
 44032              <PropertyValue Property="Sortable" Bool="true" />
 44033            </Record>
 44034          </Annotation>
 44035          <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
 44036            <Record>
 44037              <PropertyValue Property="Filterable" Bool="true" />
 44038            </Record>
 44039          </Annotation>
 44040          <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
 44041          <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
 44042        </Annotations>
 44043        <Annotations Target="microsoft.graph.channel/messages">
 44044          <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
 44045            <Record>
 44046              <PropertyValue Property="Supported" Bool="true" />
 44047            </Record>
 44048          </Annotation>
 44049        </Annotations>
 44050        <Annotations Target="microsoft.graph.schedule/provisionStatus">
 44051          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44052        </Annotations>
 44053        <Annotations Target="microsoft.graph.schedule/provisionStatusCode">
 44054          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44055        </Annotations>
 44056        <Annotations Target="microsoft.graph.schedule/shifts">
 44057          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 44058            <Record>
 44059              <PropertyValue Property="Expandable" Bool="false" />
 44060            </Record>
 44061          </Annotation>
 44062        </Annotations>
 44063        <Annotations Target="microsoft.graph.schedule/timesOff">
 44064          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 44065            <Record>
 44066              <PropertyValue Property="Expandable" Bool="false" />
 44067            </Record>
 44068          </Annotation>
 44069        </Annotations>
 44070        <Annotations Target="microsoft.graph.schedule/timeOffReasons">
 44071          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 44072            <Record>
 44073              <PropertyValue Property="Expandable" Bool="false" />
 44074            </Record>
 44075          </Annotation>
 44076        </Annotations>
 44077        <Annotations Target="microsoft.graph.schedule/schedulingGroups">
 44078          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 44079            <Record>
 44080              <PropertyValue Property="Expandable" Bool="false" />
 44081            </Record>
 44082          </Annotation>
 44083        </Annotations>
 44084        <Annotations Target="microsoft.graph.schedule/timeOffRequests">
 44085          <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
 44086            <Record>
 44087              <PropertyValue Property="Expandable" Bool="false" />
 44088            </Record>
 44089          </Annotation>
 44090        </Annotations>
 44091        <Annotations Target="microsoft.graph.changeTrackedEntity/createdDateTime">
 44092          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44093        </Annotations>
 44094        <Annotations Target="microsoft.graph.changeTrackedEntity/lastModifiedDateTime">
 44095          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44096        </Annotations>
 44097        <Annotations Target="microsoft.graph.changeTrackedEntity/lastModifiedBy">
 44098          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44099        </Annotations>
 44100        <Annotations Target="microsoft.graph.schedulingGroup/isActive">
 44101          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44102        </Annotations>
 44103        <Annotations Target="microsoft.graph.scheduleChangeRequest/senderDateTime">
 44104          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44105        </Annotations>
 44106        <Annotations Target="microsoft.graph.scheduleChangeRequest/managerActionDateTime">
 44107          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44108        </Annotations>
 44109        <Annotations Target="microsoft.graph.scheduleChangeRequest/senderUserId">
 44110          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44111        </Annotations>
 44112        <Annotations Target="microsoft.graph.scheduleChangeRequest/managerUserId">
 44113          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44114        </Annotations>
 44115        <Annotations Target="microsoft.graph.shiftChangeRequest/recipientActionDateTime">
 44116          <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
 44117        </Annotations>
 44118      </Schema>
 44119    </edmx:DataServices>
 44120  </edmx:Edmx>