|
7831 | 7831 | <Member Name="moderators" Value="2" /> |
7832 | 7832 | <Member Name="unknownFutureValue" Value="3" /> |
7833 | 7833 | </EnumType> |
| 7834 | + <EnumType Name="userPersona"> |
| 7835 | + <Member Name="unknown" Value="0" /> |
| 7836 | + <Member Name="externalMember" Value="1" /> |
| 7837 | + <Member Name="externalGuest" Value="2" /> |
| 7838 | + <Member Name="internalMember" Value="3" /> |
| 7839 | + <Member Name="internalGuest" Value="4" /> |
| 7840 | + <Member Name="unknownFutureValue" Value="5" /> |
| 7841 | + </EnumType> |
7834 | 7842 | <EnumType Name="userPfxIntendedPurpose"> |
7835 | 7843 | <Member Name="unassigned" Value="0" /> |
7836 | 7844 | <Member Name="smimeEncryption" Value="1" /> |
|
10330 | 10338 | </ComplexType> |
10331 | 10339 | <ComplexType Name="companyDetail"> |
10332 | 10340 | <Property Name="address" Type="graph.physicalAddress" /> |
| 10341 | + <Property Name="costCenter" Type="Edm.String" /> |
10333 | 10342 | <Property Name="department" Type="Edm.String" /> |
10334 | 10343 | <Property Name="displayName" Type="Edm.String" /> |
| 10344 | + <Property Name="division" Type="Edm.String" /> |
10335 | 10345 | <Property Name="officeLocation" Type="Edm.String" /> |
10336 | 10346 | <Property Name="pronunciation" Type="Edm.String" /> |
10337 | 10347 | <Property Name="webUrl" Type="Edm.String" /> |
|
13340 | 13350 | <Property Name="idToken" Type="Collection(graph.optionalClaim)" /> |
13341 | 13351 | <Property Name="saml2Token" Type="Collection(graph.optionalClaim)" /> |
13342 | 13352 | </ComplexType> |
| 13353 | + <ComplexType Name="originTenantInfo"> |
| 13354 | + <Property Name="originTenantId" Type="Edm.String" /> |
| 13355 | + <Property Name="originUserId" Type="Edm.String" /> |
| 13356 | + </ComplexType> |
13343 | 13357 | <ComplexType Name="osVersionCount"> |
13344 | 13358 | <Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /> |
13345 | 13359 | <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
13664 | 13678 | <ComplexType Name="positionDetail"> |
13665 | 13679 | <Property Name="company" Type="graph.companyDetail" /> |
13666 | 13680 | <Property Name="description" Type="Edm.String" /> |
| 13681 | + <Property Name="employeeId" Type="Edm.String" /> |
| 13682 | + <Property Name="employeeType" Type="Edm.String" /> |
13667 | 13683 | <Property Name="endMonthYear" Type="Edm.Date" /> |
13668 | 13684 | <Property Name="jobTitle" Type="Edm.String" /> |
13669 | 13685 | <Property Name="role" Type="Edm.String" /> |
|
25073 | 25089 | <Property Name="description" Type="Edm.String" /> |
25074 | 25090 | <Property Name="displayName" Type="Edm.String" /> |
25075 | 25091 | <Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" /> |
25076 | | - <Property Name="permissions" Type="Collection(Edm.String)" /> |
25077 | 25092 | <NavigationProperty Name="assignments" Type="Collection(graph.roleScopeTagAutoAssignment)" ContainsTarget="true" /> |
25078 | 25093 | </EntityType> |
25079 | 25094 | <EntityType Name="roleScopeTagAutoAssignment" BaseType="graph.entity"> |
|
26543 | 26558 | <EntityType Name="userAccountInformation" BaseType="graph.itemFacet"> |
26544 | 26559 | <Property Name="ageGroup" Type="Edm.String" /> |
26545 | 26560 | <Property Name="countryCode" Type="Edm.String" /> |
| 26561 | + <Property Name="originTenantInfo" Type="graph.originTenantInfo" /> |
26546 | 26562 | <Property Name="preferredLanguageTag" Type="graph.localeInfo" /> |
| 26563 | + <Property Name="userPersona" Type="graph.userPersona" /> |
26547 | 26564 | <Property Name="userPrincipalName" Type="Edm.String" /> |
26548 | 26565 | </EntityType> |
26549 | 26566 | <EntityType Name="userAppInstallStatus" BaseType="graph.entity"> |
|
34324 | 34341 | </Parameter> |
34325 | 34342 | <ReturnType Type="Edm.Stream" /> |
34326 | 34343 | </Action> |
| 34344 | + <Action Name="retrieveAppleDeviceOSUpdateStatus" IsBound="true"> |
| 34345 | + <Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /> |
| 34346 | + <Parameter Name="name" Type="Edm.String" Unicode="false" /> |
| 34347 | + <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"> |
| 34348 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34349 | + </Parameter> |
| 34350 | + <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"> |
| 34351 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34352 | + </Parameter> |
| 34353 | + <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"> |
| 34354 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34355 | + </Parameter> |
| 34356 | + <Parameter Name="search" Type="Edm.String" Unicode="false"> |
| 34357 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34358 | + </Parameter> |
| 34359 | + <Parameter Name="skip" Type="Edm.Int32"> |
| 34360 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34361 | + </Parameter> |
| 34362 | + <Parameter Name="top" Type="Edm.Int32"> |
| 34363 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34364 | + </Parameter> |
| 34365 | + <Parameter Name="sessionId" Type="Edm.String" Unicode="false"> |
| 34366 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34367 | + </Parameter> |
| 34368 | + <Parameter Name="filter" Type="Edm.String" Unicode="false"> |
| 34369 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34370 | + </Parameter> |
| 34371 | + <ReturnType Type="Edm.Stream" /> |
| 34372 | + </Action> |
| 34373 | + <Action Name="retrieveAppleOSUpdateFailures" IsBound="true"> |
| 34374 | + <Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /> |
| 34375 | + <Parameter Name="name" Type="Edm.String" Unicode="false" /> |
| 34376 | + <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"> |
| 34377 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34378 | + </Parameter> |
| 34379 | + <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"> |
| 34380 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34381 | + </Parameter> |
| 34382 | + <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"> |
| 34383 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34384 | + </Parameter> |
| 34385 | + <Parameter Name="search" Type="Edm.String" Unicode="false"> |
| 34386 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34387 | + </Parameter> |
| 34388 | + <Parameter Name="skip" Type="Edm.Int32"> |
| 34389 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34390 | + </Parameter> |
| 34391 | + <Parameter Name="top" Type="Edm.Int32"> |
| 34392 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34393 | + </Parameter> |
| 34394 | + <Parameter Name="sessionId" Type="Edm.String" Unicode="false"> |
| 34395 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34396 | + </Parameter> |
| 34397 | + <Parameter Name="filter" Type="Edm.String" Unicode="false"> |
| 34398 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 34399 | + </Parameter> |
| 34400 | + <ReturnType Type="Edm.Stream" /> |
| 34401 | + </Action> |
34327 | 34402 | <Action Name="retrieveAssignedApplicationsReport" IsBound="true"> |
34328 | 34403 | <Parameter Name="bindingParameter" Type="Collection(graph.deviceManagementReports)" /> |
34329 | 34404 | <Parameter Name="filter" Type="Edm.String" Unicode="false" /> |
|
48459 | 48534 | <Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device Mobile Application Configurations." /> |
48460 | 48535 | </Annotations> |
48461 | 48536 | <Annotations Target="microsoft.graph.deviceAppManagement/mobileAppRelationships"> |
48462 | | - <Annotation Term="Org.OData.Core.V1.Description" String="List mobileAppRelationship objects for mobile applications." /> |
| 48537 | + <Annotation Term="Org.OData.Core.V1.Description" String="The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications." /> |
48463 | 48538 | </Annotations> |
48464 | 48539 | <Annotations Target="microsoft.graph.deviceAppManagement/mobileApps"> |
48465 | 48540 | <Annotation Term="Org.OData.Core.V1.Description" String="The mobile apps." /> |
|
66783 | 66858 | <Annotation Term="Org.OData.Core.V1.Description" String="The app is published." /> |
66784 | 66859 | </Annotations> |
66785 | 66860 | <Annotations Target="microsoft.graph.mobileAppRelationship"> |
66786 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Describes a relationship between two mobile apps." /> |
| 66861 | + <Annotation Term="Org.OData.Core.V1.Description" String="The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application." /> |
66787 | 66862 | </Annotations> |
66788 | 66863 | <Annotations Target="microsoft.graph.mobileAppRelationship/sourceDisplayName"> |
66789 | 66864 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
|
70449 | 70524 | <EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember> |
70450 | 70525 | </Annotation> |
70451 | 70526 | </Annotations> |
70452 | | - <Annotations Target="microsoft.graph.roleScopeTag/permissions"> |
70453 | | - <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
70454 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Permissions associated with the Role Scope Tag. This property is read-only." /> |
70455 | | - <Annotation Term="Org.OData.Core.V1.Permissions"> |
70456 | | - <EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember> |
70457 | | - </Annotation> |
70458 | | - </Annotations> |
70459 | 70527 | <Annotations Target="microsoft.graph.roleScopeTagAutoAssignment"> |
70460 | 70528 | <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." /> |
70461 | 70529 | </Annotations> |
|
83181 | 83249 | <Member Name="condensePaths" Value="1024" /> |
83182 | 83250 | <Member Name="friendlyName" Value="2048" /> |
83183 | 83251 | <Member Name="splitSource" Value="4096" /> |
83184 | | - <Member Name="optimizedPartitionSize" Value="8192" /> |
83185 | 83252 | <Member Name="includeReport" Value="16384" /> |
83186 | 83253 | </EnumType> |
83187 | 83254 | <EnumType Name="alertClassification" UnderlyingType="Edm.Byte"> |
|
83490 | 83557 | <Member Name="includeFolderAndPath" Value="256" /> |
83491 | 83558 | <Member Name="friendlyName" Value="512" /> |
83492 | 83559 | <Member Name="condensePaths" Value="1024" /> |
83493 | | - <Member Name="optimizedPartitionSize" Value="2048" /> |
83494 | 83560 | </EnumType> |
83495 | 83561 | <EnumType Name="fileHashAlgorithm"> |
83496 | 83562 | <Member Name="unknown" Value="0" /> |
|
84174 | 84240 | <Property Name="registryValueName" Type="Edm.String" /> |
84175 | 84241 | <Property Name="registryValueType" Type="Edm.String" /> |
84176 | 84242 | </ComplexType> |
| 84243 | + <ComplexType Name="reportFileMetadata"> |
| 84244 | + <Property Name="downloadUrl" Type="Edm.String" /> |
| 84245 | + <Property Name="fileName" Type="Edm.String" /> |
| 84246 | + <Property Name="size" Type="Edm.Int64" /> |
| 84247 | + </ComplexType> |
84177 | 84248 | <ComplexType Name="requireSignInIncidentTaskResponseAction" BaseType="microsoft.graph.security.incidentTaskResponseAction" /> |
| 84249 | + <ComplexType Name="resourceAccessEvent"> |
| 84250 | + <Property Name="accessDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 84251 | + <Property Name="accountId" Type="Edm.String" /> |
| 84252 | + <Property Name="ipAddress" Type="Edm.String" /> |
| 84253 | + <Property Name="resourceIdentifier" Type="Edm.String" /> |
| 84254 | + </ComplexType> |
84178 | 84255 | <ComplexType Name="responseAction" Abstract="true" /> |
84179 | 84256 | <ComplexType Name="restrictAppExecutionIncidentTaskResponseAction" BaseType="microsoft.graph.security.incidentTaskResponseAction" /> |
84180 | 84257 | <ComplexType Name="retentionDuration" Abstract="true" /> |
|
84286 | 84363 | <Property Name="azureAdUserId" Type="Edm.String" /> |
84287 | 84364 | <Property Name="displayName" Type="Edm.String" /> |
84288 | 84365 | <Property Name="domainName" Type="Edm.String" /> |
| 84366 | + <Property Name="resourceAccessEvents" Type="Collection(microsoft.graph.security.resourceAccessEvent)" /> |
84289 | 84367 | <Property Name="userPrincipalName" Type="Edm.String" /> |
84290 | 84368 | <Property Name="userSid" Type="Edm.String" /> |
84291 | 84369 | </ComplexType> |
|
84396 | 84474 | <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /> |
84397 | 84475 | <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" /> |
84398 | 84476 | <Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" /> |
| 84477 | + <Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /> |
84399 | 84478 | <NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" /> |
84400 | 84479 | <NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /> |
84401 | 84480 | </EntityType> |
|
84429 | 84508 | <Property Name="indexedItemCount" Type="Edm.Int64" /> |
84430 | 84509 | <Property Name="indexedItemsSize" Type="Edm.Int64" /> |
84431 | 84510 | <Property Name="mailboxCount" Type="Edm.Int32" /> |
| 84511 | + <Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /> |
84432 | 84512 | <Property Name="siteCount" Type="Edm.Int32" /> |
84433 | 84513 | <Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" /> |
84434 | 84514 | <Property Name="unindexedItemCount" Type="Edm.Int64" /> |
|
0 commit comments