|
2197 | 2197 | <Member Name="sharedByUser" Value="3" /> |
2198 | 2198 | <Member Name="sharedByEntraGroup" Value="4" /> |
2199 | 2199 | </EnumType> |
| 2200 | + <EnumType Name="cloudPcRecommendationReportType"> |
| 2201 | + <Member Name="cloudPcUsageCategoryReports" Value="0" /> |
| 2202 | + <Member Name="unknownFutureValue" Value="1" /> |
| 2203 | + </EnumType> |
2200 | 2204 | <EnumType Name="cloudPcRegionGroup"> |
2201 | 2205 | <Member Name="default" Value="0" /> |
2202 | 2206 | <Member Name="australia" Value="1" /> |
|
4845 | 4849 | <Member Name="fileName" Value="7" /> |
4846 | 4850 | <Member Name="fileExtension" Value="8" /> |
4847 | 4851 | </EnumType> |
| 4852 | + <EnumType Name="labelActionSource"> |
| 4853 | + <Member Name="manual" Value="0" /> |
| 4854 | + <Member Name="automatic" Value="1" /> |
| 4855 | + <Member Name="recommended" Value="2" /> |
| 4856 | + <Member Name="none" Value="3" /> |
| 4857 | + <Member Name="unknownFutureValue" Value="4" /> |
| 4858 | + </EnumType> |
4848 | 4859 | <EnumType Name="labelKind"> |
4849 | 4860 | <Member Name="all" Value="1" /> |
4850 | 4861 | <Member Name="enumerated" Value="2" /> |
|
6022 | 6033 | <Member Name="subsetOf" Value="23" /> |
6023 | 6034 | <Member Name="excludesAll" Value="24" /> |
6024 | 6035 | </EnumType> |
| 6036 | + <EnumType Name="organizationAllowedAudiences"> |
| 6037 | + <Member Name="me" Value="0" /> |
| 6038 | + <Member Name="organization" Value="1" /> |
| 6039 | + <Member Name="federatedOrganizations" Value="2" /> |
| 6040 | + <Member Name="everyone" Value="3" /> |
| 6041 | + <Member Name="unknownFutureValue" Value="4" /> |
| 6042 | + </EnumType> |
6025 | 6043 | <EnumType Name="originalTransferMethods"> |
6026 | 6044 | <Member Name="none" Value="0" /> |
6027 | 6045 | <Member Name="deviceCodeFlow" Value="1" /> |
|
9604 | 9622 | <Member Name="appPassword" Value="9" /> |
9605 | 9623 | <Member Name="unknownFutureValue" Value="10" /> |
9606 | 9624 | </EnumType> |
| 9625 | + <EnumType Name="usageRights" IsFlags="true"> |
| 9626 | + <Member Name="unknown" Value="1" /> |
| 9627 | + <Member Name="docEdit" Value="2" /> |
| 9628 | + <Member Name="edit" Value="4" /> |
| 9629 | + <Member Name="comment" Value="8" /> |
| 9630 | + <Member Name="export" Value="16" /> |
| 9631 | + <Member Name="forward" Value="32" /> |
| 9632 | + <Member Name="owner" Value="64" /> |
| 9633 | + <Member Name="print" Value="128" /> |
| 9634 | + <Member Name="reply" Value="256" /> |
| 9635 | + <Member Name="replyAll" Value="512" /> |
| 9636 | + <Member Name="view" Value="1024" /> |
| 9637 | + <Member Name="extract" Value="2048" /> |
| 9638 | + <Member Name="viewRightsData" Value="4096" /> |
| 9639 | + <Member Name="editRightsData" Value="8192" /> |
| 9640 | + <Member Name="objModel" Value="16384" /> |
| 9641 | + <Member Name="accessDenied" Value="32768" /> |
| 9642 | + <Member Name="userDefinedProtectionTypeNotSupportedException" Value="65536" /> |
| 9643 | + <Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" /> |
| 9644 | + <Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" /> |
| 9645 | + <Member Name="exception" Value="524288" /> |
| 9646 | + <Member Name="unknownFutureValue" Value="1048576" /> |
| 9647 | + </EnumType> |
9607 | 9648 | <EnumType Name="usageRightState"> |
9608 | 9649 | <Member Name="active" Value="0" /> |
9609 | 9650 | <Member Name="inactive" Value="1" /> |
|
12811 | 12852 | <ComplexType Name="complianceManagementPartnerAssignment"> |
12812 | 12853 | <Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /> |
12813 | 12854 | </ComplexType> |
| 12855 | + <ComplexType Name="computeRightsAndInheritanceResult"> |
| 12856 | + <NavigationProperty Name="contentRights" Type="Collection(graph.labelContentRight)" /> |
| 12857 | + <NavigationProperty Name="inheritedLabel" Type="graph.sensitivityLabel" /> |
| 12858 | + <NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" /> |
| 12859 | + </ComplexType> |
12814 | 12860 | <ComplexType Name="conditionalAccessAllExternalTenants" BaseType="graph.conditionalAccessExternalTenants" /> |
12815 | 12861 | <ComplexType Name="conditionalAccessApplications"> |
12816 | 12862 | <Property Name="applicationFilter" Type="graph.conditionalAccessFilter" /> |
|
14868 | 14914 | </ComplexType> |
14869 | 14915 | <ComplexType Name="identifierUriConfiguration"> |
14870 | 14916 | <Property Name="nonDefaultUriAddition" Type="graph.identifierUriRestriction" /> |
| 14917 | + <Property Name="uriAdditionWithoutUniqueTenantIdentifier" Type="graph.identifierUriRestriction" /> |
14871 | 14918 | </ComplexType> |
14872 | 14919 | <ComplexType Name="identifierUriRestriction"> |
14873 | 14920 | <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
|
17415 | 17462 | <ComplexType Name="protectedApplicationMetadata" BaseType="graph.integratedApplicationMetadata"> |
17416 | 17463 | <Property Name="applicationLocation" Type="graph.policyLocation" /> |
17417 | 17464 | </ComplexType> |
| 17465 | + <ComplexType Name="protectedContent"> |
| 17466 | + <Property Name="cid" Type="Edm.String" /> |
| 17467 | + <Property Name="format" Type="Edm.String" /> |
| 17468 | + <Property Name="labelId" Type="Edm.String" Nullable="false" /> |
| 17469 | + </ComplexType> |
17418 | 17470 | <ComplexType Name="protectGroup" BaseType="graph.labelActionBase"> |
17419 | 17471 | <Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" /> |
17420 | 17472 | <Property Name="allowGuestUsers" Type="Edm.Boolean" /> |
|
28630 | 28682 | <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" /> |
28631 | 28683 | <Property Name="state" Type="graph.appManagementRestrictionState" /> |
28632 | 28684 | </EntityType> |
| 28685 | + <EntityType Name="labelContentRight" BaseType="graph.entity"> |
| 28686 | + <Property Name="cid" Type="Edm.String" /> |
| 28687 | + <Property Name="format" Type="Edm.String" /> |
| 28688 | + <NavigationProperty Name="label" Type="graph.sensitivityLabel" Nullable="false" /> |
| 28689 | + </EntityType> |
28633 | 28690 | <EntityType Name="landingPage" BaseType="graph.entity"> |
28634 | 28691 | <Property Name="createdBy" Type="graph.emailIdentity" /> |
28635 | 28692 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
|
30922 | 30979 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
30923 | 30980 | <NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" /> |
30924 | 30981 | <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /> |
| 30982 | + <NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" /> |
30925 | 30983 | <NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" /> |
30926 | 30984 | </EntityType> |
30927 | 30985 | <EntityType Name="permission" BaseType="graph.entity"> |
|
31745 | 31803 | <Property Name="height" Type="Edm.Int32" /> |
31746 | 31804 | <Property Name="width" Type="Edm.Int32" /> |
31747 | 31805 | </EntityType> |
| 31806 | + <EntityType Name="profilePropertySetting" BaseType="graph.entity"> |
| 31807 | + <Property Name="allowedAudiences" Type="graph.organizationAllowedAudiences" /> |
| 31808 | + <Property Name="isUserOverrideForAudienceEnabled" Type="Edm.Boolean" /> |
| 31809 | + <Property Name="name" Type="Edm.String" /> |
| 31810 | + <Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" /> |
| 31811 | + </EntityType> |
31748 | 31812 | <EntityType Name="profileSource" BaseType="graph.entity"> |
31749 | 31813 | <Property Name="displayName" Type="Edm.String" /> |
31750 | 31814 | <Property Name="kind" Type="Edm.String" /> |
@@ -32895,20 +32959,25 @@ |
32895 | 32959 | <Property Name="state" Type="Edm.String" /> |
32896 | 32960 | </EntityType> |
32897 | 32961 | <EntityType Name="sensitivityLabel" BaseType="graph.entity"> |
| 32962 | + <Property Name="actionSource" Type="graph.labelActionSource" /> |
32898 | 32963 | <Property Name="applicableTo" Type="graph.sensitivityLabelTarget" /> |
32899 | 32964 | <Property Name="applicationMode" Type="graph.applicationMode" /> |
32900 | 32965 | <Property Name="assignedPolicies" Type="Collection(graph.labelPolicy)" /> |
32901 | 32966 | <Property Name="autoLabeling" Type="graph.autoLabeling" /> |
| 32967 | + <Property Name="autoTooltip" Type="Edm.String" /> |
32902 | 32968 | <Property Name="color" Type="Edm.String" /> |
32903 | 32969 | <Property Name="description" Type="Edm.String" /> |
32904 | 32970 | <Property Name="displayName" Type="Edm.String" /> |
32905 | 32971 | <Property Name="isDefault" Type="Edm.Boolean" /> |
32906 | 32972 | <Property Name="isEnabled" Type="Edm.Boolean" /> |
32907 | 32973 | <Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" /> |
| 32974 | + <Property Name="isScopedToUser" Type="Edm.Boolean" /> |
32908 | 32975 | <Property Name="labelActions" Type="Collection(graph.labelActionBase)" /> |
| 32976 | + <Property Name="locale" Type="Edm.String" /> |
32909 | 32977 | <Property Name="name" Type="Edm.String" /> |
32910 | 32978 | <Property Name="priority" Type="Edm.Int32" /> |
32911 | 32979 | <Property Name="toolTip" Type="Edm.String" /> |
| 32980 | + <NavigationProperty Name="rights" Type="graph.usageRightsIncluded" /> |
32912 | 32981 | <NavigationProperty Name="sublabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /> |
32913 | 32982 | </EntityType> |
32914 | 32983 | <EntityType Name="sensitivityPolicySettings" BaseType="graph.entity"> |
|
34540 | 34609 | <Property Name="serviceIdentifier" Type="Edm.String" Nullable="false" /> |
34541 | 34610 | <Property Name="state" Type="graph.usageRightState" Nullable="false" /> |
34542 | 34611 | </EntityType> |
| 34612 | + <EntityType Name="usageRightsIncluded" BaseType="graph.entity"> |
| 34613 | + <Property Name="ownerEmail" Type="Edm.String" /> |
| 34614 | + <Property Name="userEmail" Type="Edm.String" /> |
| 34615 | + <Property Name="value" Type="graph.usageRights" Nullable="false" /> |
| 34616 | + </EntityType> |
34543 | 34617 | <EntityType Name="usedInsight" BaseType="graph.entity"> |
34544 | 34618 | <Property Name="lastUsed" Type="graph.usageDetails" /> |
34545 | 34619 | <Property Name="resourceReference" Type="graph.resourceReference" /> |
|
38732 | 38806 | <Parameter Name="suffix" Type="graph.Json" /> |
38733 | 38807 | <ReturnType Type="graph.workbookFunctionResult" /> |
38734 | 38808 | </Action> |
| 38809 | + <Action Name="computeRightsAndInheritance" IsBound="true"> |
| 38810 | + <Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /> |
| 38811 | + <Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" /> |
| 38812 | + <Parameter Name="locale" Type="Edm.String" Unicode="false" /> |
| 38813 | + <Parameter Name="protectedContents" Type="Collection(graph.protectedContent)" Nullable="false" /> |
| 38814 | + <Parameter Name="supportedContentFormats" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
| 38815 | + <ReturnType Type="graph.computeRightsAndInheritanceResult" /> |
| 38816 | + </Action> |
38735 | 38817 | <Action Name="concatenate" IsBound="true"> |
38736 | 38818 | <Parameter Name="bindparameter" Type="graph.workbookFunctions" /> |
38737 | 38819 | <Parameter Name="values" Type="graph.Json" /> |
|
39327 | 39409 | <Parameter Name="angle" Type="graph.Json" /> |
39328 | 39410 | <ReturnType Type="graph.workbookFunctionResult" /> |
39329 | 39411 | </Action> |
| 39412 | + <Action Name="delete" IsBound="true"> |
| 39413 | + <Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" /> |
| 39414 | + <Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /> |
| 39415 | + </Action> |
39330 | 39416 | <Action Name="delete" IsBound="true"> |
39331 | 39417 | <Parameter Name="bindparameter" Type="graph.workbookRange" /> |
39332 | 39418 | <Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" /> |
|
43214 | 43300 | <Action Name="restart" IsBound="true"> |
43215 | 43301 | <Parameter Name="bindingParameter" Type="graph.teamworkDevice" /> |
43216 | 43302 | </Action> |
| 43303 | + <Action Name="restore" IsBound="true"> |
| 43304 | + <Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" /> |
| 43305 | + <Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /> |
| 43306 | + <ReturnType Type="Collection(graph.recycleBinItem)" /> |
| 43307 | + </Action> |
43217 | 43308 | <Action Name="restore" IsBound="true"> |
43218 | 43309 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
43219 | 43310 | <Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" /> |
|
43310 | 43401 | <Parameter Name="top" Type="Edm.Int32" /> |
43311 | 43402 | <ReturnType Type="Edm.Stream" /> |
43312 | 43403 | </Action> |
| 43404 | + <Action Name="retrieveCloudPcRecommendationReports" IsBound="true"> |
| 43405 | + <Parameter Name="bindingParameter" Type="graph.cloudPcReports" /> |
| 43406 | + <Parameter Name="reportName" Type="graph.cloudPcRecommendationReportType" /> |
| 43407 | + <Parameter Name="filter" Type="Edm.String" Unicode="false" /> |
| 43408 | + <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" /> |
| 43409 | + <Parameter Name="search" Type="Edm.String" Unicode="false" /> |
| 43410 | + <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" /> |
| 43411 | + <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" /> |
| 43412 | + <Parameter Name="skip" Type="Edm.Int32" /> |
| 43413 | + <Parameter Name="top" Type="Edm.Int32" /> |
| 43414 | + <ReturnType Type="Edm.Stream" /> |
| 43415 | + </Action> |
43313 | 43416 | <Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true"> |
43314 | 43417 | <Parameter Name="bindingParameter" Type="graph.cloudPcReports" /> |
43315 | 43418 | <Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" /> |
|
45107 | 45210 | <Parameter Name="templateId" Type="Edm.String" Unicode="false" /> |
45108 | 45211 | <ReturnType Type="Collection(graph.deviceManagementSettingComparison)" /> |
45109 | 45212 | </Function> |
| 45213 | + <Function Name="computeInheritance" IsBound="true"> |
| 45214 | + <Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /> |
| 45215 | + <Parameter Name="labelIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
| 45216 | + <Parameter Name="locale" Type="Edm.String" Unicode="false" /> |
| 45217 | + <Parameter Name="contentFormats" Type="Collection(Edm.String)" Unicode="false" /> |
| 45218 | + <ReturnType Type="graph.sensitivityLabel" /> |
| 45219 | + </Function> |
45110 | 45220 | <Function Name="convertFromMobileAppCatalogPackage" IsBound="true"> |
45111 | 45221 | <Parameter Name="bindingParameter" Type="Collection(graph.mobileApp)" /> |
45112 | 45222 | <Parameter Name="mobileAppCatalogPackageId" Type="Edm.String" Unicode="false" /> |
|
68962 | 69072 | </Collection> |
68963 | 69073 | </Annotation> |
68964 | 69074 | </Annotations> |
| 69075 | + <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)"> |
| 69076 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 69077 | + <Collection> |
| 69078 | + <Record> |
| 69079 | + <PropertyValue Property="Date" Date="2025-02-27" /> |
| 69080 | + <PropertyValue Property="Description" String="Starting from July 01, 2025, this API ('getCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the retrieveCloudPcRecommendationReports API." /> |
| 69081 | + <PropertyValue Property="Kind"> |
| 69082 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 69083 | + </PropertyValue> |
| 69084 | + <PropertyValue Property="RemovalDate" Date="2025-07-01" /> |
| 69085 | + <PropertyValue Property="Version" String="2025-02/getCloudPcRecommendationReports" /> |
| 69086 | + </Record> |
| 69087 | + </Collection> |
| 69088 | + </Annotation> |
| 69089 | + </Annotations> |
68965 | 69090 | <Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)"> |
68966 | 69091 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
68967 | 69092 | <Collection> |
|
0 commit comments