|
2196 | 2196 | <Member Name="sharedByUser" Value="3" /> |
2197 | 2197 | <Member Name="sharedByEntraGroup" Value="4" /> |
2198 | 2198 | </EnumType> |
| 2199 | + <EnumType Name="cloudPcRecommendationReportType"> |
| 2200 | + <Member Name="cloudPcUsageCategoryReports" Value="0" /> |
| 2201 | + <Member Name="unknownFutureValue" Value="1" /> |
| 2202 | + </EnumType> |
2199 | 2203 | <EnumType Name="cloudPcRegionGroup"> |
2200 | 2204 | <Member Name="default" Value="0" /> |
2201 | 2205 | <Member Name="australia" Value="1" /> |
|
4844 | 4848 | <Member Name="fileName" Value="7" /> |
4845 | 4849 | <Member Name="fileExtension" Value="8" /> |
4846 | 4850 | </EnumType> |
| 4851 | + <EnumType Name="labelActionSource"> |
| 4852 | + <Member Name="manual" Value="0" /> |
| 4853 | + <Member Name="automatic" Value="1" /> |
| 4854 | + <Member Name="recommended" Value="2" /> |
| 4855 | + <Member Name="none" Value="3" /> |
| 4856 | + <Member Name="unknownFutureValue" Value="4" /> |
| 4857 | + </EnumType> |
4847 | 4858 | <EnumType Name="labelKind"> |
4848 | 4859 | <Member Name="all" Value="1" /> |
4849 | 4860 | <Member Name="enumerated" Value="2" /> |
|
6021 | 6032 | <Member Name="subsetOf" Value="23" /> |
6022 | 6033 | <Member Name="excludesAll" Value="24" /> |
6023 | 6034 | </EnumType> |
| 6035 | + <EnumType Name="organizationAllowedAudiences"> |
| 6036 | + <Member Name="me" Value="0" /> |
| 6037 | + <Member Name="organization" Value="1" /> |
| 6038 | + <Member Name="federatedOrganizations" Value="2" /> |
| 6039 | + <Member Name="everyone" Value="3" /> |
| 6040 | + <Member Name="unknownFutureValue" Value="4" /> |
| 6041 | + </EnumType> |
6024 | 6042 | <EnumType Name="originalTransferMethods"> |
6025 | 6043 | <Member Name="none" Value="0" /> |
6026 | 6044 | <Member Name="deviceCodeFlow" Value="1" /> |
|
9603 | 9621 | <Member Name="appPassword" Value="9" /> |
9604 | 9622 | <Member Name="unknownFutureValue" Value="10" /> |
9605 | 9623 | </EnumType> |
| 9624 | + <EnumType Name="usageRights" IsFlags="true"> |
| 9625 | + <Member Name="unknown" Value="1" /> |
| 9626 | + <Member Name="docEdit" Value="2" /> |
| 9627 | + <Member Name="edit" Value="4" /> |
| 9628 | + <Member Name="comment" Value="8" /> |
| 9629 | + <Member Name="export" Value="16" /> |
| 9630 | + <Member Name="forward" Value="32" /> |
| 9631 | + <Member Name="owner" Value="64" /> |
| 9632 | + <Member Name="print" Value="128" /> |
| 9633 | + <Member Name="reply" Value="256" /> |
| 9634 | + <Member Name="replyAll" Value="512" /> |
| 9635 | + <Member Name="view" Value="1024" /> |
| 9636 | + <Member Name="extract" Value="2048" /> |
| 9637 | + <Member Name="viewRightsData" Value="4096" /> |
| 9638 | + <Member Name="editRightsData" Value="8192" /> |
| 9639 | + <Member Name="objModel" Value="16384" /> |
| 9640 | + <Member Name="accessDenied" Value="32768" /> |
| 9641 | + <Member Name="userDefinedProtectionTypeNotSupportedException" Value="65536" /> |
| 9642 | + <Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" /> |
| 9643 | + <Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" /> |
| 9644 | + <Member Name="exception" Value="524288" /> |
| 9645 | + <Member Name="unknownFutureValue" Value="1048576" /> |
| 9646 | + </EnumType> |
9606 | 9647 | <EnumType Name="usageRightState"> |
9607 | 9648 | <Member Name="active" Value="0" /> |
9608 | 9649 | <Member Name="inactive" Value="1" /> |
|
12810 | 12851 | <ComplexType Name="complianceManagementPartnerAssignment"> |
12811 | 12852 | <Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /> |
12812 | 12853 | </ComplexType> |
| 12854 | + <ComplexType Name="computeRightsAndInheritanceResult"> |
| 12855 | + <NavigationProperty Name="contentRights" Type="Collection(graph.labelContentRight)" /> |
| 12856 | + <NavigationProperty Name="inheritedLabel" Type="graph.sensitivityLabel" /> |
| 12857 | + <NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" /> |
| 12858 | + </ComplexType> |
12813 | 12859 | <ComplexType Name="conditionalAccessAllExternalTenants" BaseType="graph.conditionalAccessExternalTenants" /> |
12814 | 12860 | <ComplexType Name="conditionalAccessApplications"> |
12815 | 12861 | <Property Name="applicationFilter" Type="graph.conditionalAccessFilter" /> |
|
14867 | 14913 | </ComplexType> |
14868 | 14914 | <ComplexType Name="identifierUriConfiguration"> |
14869 | 14915 | <Property Name="nonDefaultUriAddition" Type="graph.identifierUriRestriction" /> |
| 14916 | + <Property Name="uriAdditionWithoutUniqueTenantIdentifier" Type="graph.identifierUriRestriction" /> |
14870 | 14917 | </ComplexType> |
14871 | 14918 | <ComplexType Name="identifierUriRestriction"> |
14872 | 14919 | <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
|
17426 | 17473 | <ComplexType Name="protectedApplicationMetadata" BaseType="graph.integratedApplicationMetadata"> |
17427 | 17474 | <Property Name="applicationLocation" Type="graph.policyLocation" /> |
17428 | 17475 | </ComplexType> |
| 17476 | + <ComplexType Name="protectedContent"> |
| 17477 | + <Property Name="cid" Type="Edm.String" /> |
| 17478 | + <Property Name="format" Type="Edm.String" /> |
| 17479 | + <Property Name="labelId" Type="Edm.String" Nullable="false" /> |
| 17480 | + </ComplexType> |
17429 | 17481 | <ComplexType Name="protectGroup" BaseType="graph.labelActionBase"> |
17430 | 17482 | <Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" /> |
17431 | 17483 | <Property Name="allowGuestUsers" Type="Edm.Boolean" /> |
|
29504 | 29556 | <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" /> |
29505 | 29557 | <Property Name="state" Type="graph.appManagementRestrictionState" /> |
29506 | 29558 | </EntityType> |
| 29559 | + <EntityType Name="labelContentRight" BaseType="graph.entity"> |
| 29560 | + <Property Name="cid" Type="Edm.String" /> |
| 29561 | + <Property Name="format" Type="Edm.String" /> |
| 29562 | + <NavigationProperty Name="label" Type="graph.sensitivityLabel" Nullable="false" /> |
| 29563 | + </EntityType> |
29507 | 29564 | <EntityType Name="landingPage" BaseType="graph.entity"> |
29508 | 29565 | <Property Name="createdBy" Type="graph.emailIdentity" /> |
29509 | 29566 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
|
32127 | 32184 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
32128 | 32185 | <NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" /> |
32129 | 32186 | <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /> |
| 32187 | + <NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" /> |
32130 | 32188 | <NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" /> |
32131 | 32189 | </EntityType> |
32132 | 32190 | <EntityType Name="permission" BaseType="graph.entity"> |
|
33076 | 33134 | <Property Name="height" Type="Edm.Int32" /> |
33077 | 33135 | <Property Name="width" Type="Edm.Int32" /> |
33078 | 33136 | </EntityType> |
| 33137 | + <EntityType Name="profilePropertySetting" BaseType="graph.entity"> |
| 33138 | + <Property Name="allowedAudiences" Type="graph.organizationAllowedAudiences" /> |
| 33139 | + <Property Name="isUserOverrideForAudienceEnabled" Type="Edm.Boolean" /> |
| 33140 | + <Property Name="name" Type="Edm.String" /> |
| 33141 | + <Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" /> |
| 33142 | + </EntityType> |
33079 | 33143 | <EntityType Name="profileSource" BaseType="graph.entity"> |
33080 | 33144 | <Property Name="displayName" Type="Edm.String" /> |
33081 | 33145 | <Property Name="kind" Type="Edm.String" /> |
@@ -34249,20 +34313,25 @@ |
34249 | 34313 | <Property Name="state" Type="Edm.String" /> |
34250 | 34314 | </EntityType> |
34251 | 34315 | <EntityType Name="sensitivityLabel" BaseType="graph.entity"> |
| 34316 | + <Property Name="actionSource" Type="graph.labelActionSource" /> |
34252 | 34317 | <Property Name="applicableTo" Type="graph.sensitivityLabelTarget" /> |
34253 | 34318 | <Property Name="applicationMode" Type="graph.applicationMode" /> |
34254 | 34319 | <Property Name="assignedPolicies" Type="Collection(graph.labelPolicy)" /> |
34255 | 34320 | <Property Name="autoLabeling" Type="graph.autoLabeling" /> |
| 34321 | + <Property Name="autoTooltip" Type="Edm.String" /> |
34256 | 34322 | <Property Name="color" Type="Edm.String" /> |
34257 | 34323 | <Property Name="description" Type="Edm.String" /> |
34258 | 34324 | <Property Name="displayName" Type="Edm.String" /> |
34259 | 34325 | <Property Name="isDefault" Type="Edm.Boolean" /> |
34260 | 34326 | <Property Name="isEnabled" Type="Edm.Boolean" /> |
34261 | 34327 | <Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" /> |
| 34328 | + <Property Name="isScopedToUser" Type="Edm.Boolean" /> |
34262 | 34329 | <Property Name="labelActions" Type="Collection(graph.labelActionBase)" /> |
| 34330 | + <Property Name="locale" Type="Edm.String" /> |
34263 | 34331 | <Property Name="name" Type="Edm.String" /> |
34264 | 34332 | <Property Name="priority" Type="Edm.Int32" /> |
34265 | 34333 | <Property Name="toolTip" Type="Edm.String" /> |
| 34334 | + <NavigationProperty Name="rights" Type="graph.usageRightsIncluded" /> |
34266 | 34335 | <NavigationProperty Name="sublabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /> |
34267 | 34336 | </EntityType> |
34268 | 34337 | <EntityType Name="sensitivityPolicySettings" BaseType="graph.entity"> |
|
36047 | 36116 | <Property Name="serviceIdentifier" Type="Edm.String" Nullable="false" /> |
36048 | 36117 | <Property Name="state" Type="graph.usageRightState" Nullable="false" /> |
36049 | 36118 | </EntityType> |
| 36119 | + <EntityType Name="usageRightsIncluded" BaseType="graph.entity"> |
| 36120 | + <Property Name="ownerEmail" Type="Edm.String" /> |
| 36121 | + <Property Name="userEmail" Type="Edm.String" /> |
| 36122 | + <Property Name="value" Type="graph.usageRights" Nullable="false" /> |
| 36123 | + </EntityType> |
36050 | 36124 | <EntityType Name="usedInsight" BaseType="graph.entity"> |
36051 | 36125 | <Property Name="lastUsed" Type="graph.usageDetails" /> |
36052 | 36126 | <Property Name="resourceReference" Type="graph.resourceReference" /> |
|
40587 | 40661 | <Parameter Name="suffix" Type="Edm.Untyped" /> |
40588 | 40662 | <ReturnType Type="graph.workbookFunctionResult" /> |
40589 | 40663 | </Action> |
| 40664 | + <Action Name="computeRightsAndInheritance" IsBound="true"> |
| 40665 | + <Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /> |
| 40666 | + <Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" /> |
| 40667 | + <Parameter Name="locale" Type="Edm.String" Unicode="false" /> |
| 40668 | + <Parameter Name="protectedContents" Type="Collection(graph.protectedContent)" Nullable="false" /> |
| 40669 | + <Parameter Name="supportedContentFormats" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
| 40670 | + <ReturnType Type="graph.computeRightsAndInheritanceResult" /> |
| 40671 | + </Action> |
40590 | 40672 | <Action Name="concatenate" IsBound="true"> |
40591 | 40673 | <Parameter Name="bindparameter" Type="graph.workbookFunctions" /> |
40592 | 40674 | <Parameter Name="values" Type="Edm.Untyped" /> |
|
41181 | 41263 | <Parameter Name="angle" Type="Edm.Untyped" /> |
41182 | 41264 | <ReturnType Type="graph.workbookFunctionResult" /> |
41183 | 41265 | </Action> |
| 41266 | + <Action Name="delete" IsBound="true"> |
| 41267 | + <Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" /> |
| 41268 | + <Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /> |
| 41269 | + </Action> |
41184 | 41270 | <Action Name="delete" IsBound="true"> |
41185 | 41271 | <Parameter Name="bindparameter" Type="graph.workbookRange" /> |
41186 | 41272 | <Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" /> |
|
45073 | 45159 | <Action Name="restart" IsBound="true"> |
45074 | 45160 | <Parameter Name="bindingParameter" Type="graph.teamworkDevice" /> |
45075 | 45161 | </Action> |
| 45162 | + <Action Name="restore" IsBound="true"> |
| 45163 | + <Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" /> |
| 45164 | + <Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /> |
| 45165 | + <ReturnType Type="Collection(graph.recycleBinItem)" /> |
| 45166 | + </Action> |
45076 | 45167 | <Action Name="restore" IsBound="true"> |
45077 | 45168 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
45078 | 45169 | <Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" /> |
|
45164 | 45255 | <Parameter Name="top" Type="Edm.Int32" /> |
45165 | 45256 | <ReturnType Type="Edm.Stream" /> |
45166 | 45257 | </Action> |
| 45258 | + <Action Name="retrieveCloudPcRecommendationReports" IsBound="true"> |
| 45259 | + <Parameter Name="bindingParameter" Type="graph.cloudPcReports" /> |
| 45260 | + <Parameter Name="reportName" Type="graph.cloudPcRecommendationReportType" /> |
| 45261 | + <Parameter Name="filter" Type="Edm.String" Unicode="false" /> |
| 45262 | + <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" /> |
| 45263 | + <Parameter Name="search" Type="Edm.String" Unicode="false" /> |
| 45264 | + <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" /> |
| 45265 | + <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" /> |
| 45266 | + <Parameter Name="skip" Type="Edm.Int32" /> |
| 45267 | + <Parameter Name="top" Type="Edm.Int32" /> |
| 45268 | + <ReturnType Type="Edm.Stream" /> |
| 45269 | + </Action> |
45167 | 45270 | <Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true"> |
45168 | 45271 | <Parameter Name="bindingParameter" Type="graph.cloudPcReports" /> |
45169 | 45272 | <Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" /> |
|
46954 | 47057 | <Parameter Name="templateId" Type="Edm.String" Unicode="false" /> |
46955 | 47058 | <ReturnType Type="Collection(graph.deviceManagementSettingComparison)" /> |
46956 | 47059 | </Function> |
| 47060 | + <Function Name="computeInheritance" IsBound="true"> |
| 47061 | + <Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /> |
| 47062 | + <Parameter Name="labelIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
| 47063 | + <Parameter Name="locale" Type="Edm.String" Unicode="false" /> |
| 47064 | + <Parameter Name="contentFormats" Type="Collection(Edm.String)" Unicode="false" /> |
| 47065 | + <ReturnType Type="graph.sensitivityLabel" /> |
| 47066 | + </Function> |
46957 | 47067 | <Function Name="convertFromMobileAppCatalogPackage" IsBound="true"> |
46958 | 47068 | <Parameter Name="bindingParameter" Type="Collection(graph.mobileApp)" /> |
46959 | 47069 | <Parameter Name="mobileAppCatalogPackageId" Type="Edm.String" Unicode="false" /> |
|
71719 | 71829 | </Collection> |
71720 | 71830 | </Annotation> |
71721 | 71831 | </Annotations> |
| 71832 | + <Annotations Target="microsoft.graph.getCloudPcRecommendationReports(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"> |
| 71833 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 71834 | + <Collection> |
| 71835 | + <Record> |
| 71836 | + <PropertyValue Property="Date" Date="2025-02-27" /> |
| 71837 | + <PropertyValue Property="Description" String="Starting from July 01, 2025, this API ('getCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the retrieveCloudPcRecommendationReports API." /> |
| 71838 | + <PropertyValue Property="Kind"> |
| 71839 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 71840 | + </PropertyValue> |
| 71841 | + <PropertyValue Property="RemovalDate" Date="2025-07-01" /> |
| 71842 | + <PropertyValue Property="Version" String="2025-02/getCloudPcRecommendationReports" /> |
| 71843 | + </Record> |
| 71844 | + </Collection> |
| 71845 | + </Annotation> |
| 71846 | + </Annotations> |
71722 | 71847 | <Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)"> |
71723 | 71848 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
71724 | 71849 | <Collection> |
|
0 commit comments