Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 125 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,10 @@
<Member Name="sharedByUser" Value="3" />
<Member Name="sharedByEntraGroup" Value="4" />
</EnumType>
<EnumType Name="cloudPcRecommendationReportType">
<Member Name="cloudPcUsageCategoryReports" Value="0" />
<Member Name="unknownFutureValue" Value="1" />
</EnumType>
<EnumType Name="cloudPcRegionGroup">
<Member Name="default" Value="0" />
<Member Name="australia" Value="1" />
Expand Down Expand Up @@ -4845,6 +4849,13 @@
<Member Name="fileName" Value="7" />
<Member Name="fileExtension" Value="8" />
</EnumType>
<EnumType Name="labelActionSource">
<Member Name="manual" Value="0" />
<Member Name="automatic" Value="1" />
<Member Name="recommended" Value="2" />
<Member Name="none" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="labelKind">
<Member Name="all" Value="1" />
<Member Name="enumerated" Value="2" />
Expand Down Expand Up @@ -6022,6 +6033,13 @@
<Member Name="subsetOf" Value="23" />
<Member Name="excludesAll" Value="24" />
</EnumType>
<EnumType Name="organizationAllowedAudiences">
<Member Name="me" Value="0" />
<Member Name="organization" Value="1" />
<Member Name="federatedOrganizations" Value="2" />
<Member Name="everyone" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="originalTransferMethods">
<Member Name="none" Value="0" />
<Member Name="deviceCodeFlow" Value="1" />
Expand Down Expand Up @@ -9604,6 +9622,29 @@
<Member Name="appPassword" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="usageRights" IsFlags="true">
<Member Name="unknown" Value="1" />
<Member Name="docEdit" Value="2" />
<Member Name="edit" Value="4" />
<Member Name="comment" Value="8" />
<Member Name="export" Value="16" />
<Member Name="forward" Value="32" />
<Member Name="owner" Value="64" />
<Member Name="print" Value="128" />
<Member Name="reply" Value="256" />
<Member Name="replyAll" Value="512" />
<Member Name="view" Value="1024" />
<Member Name="extract" Value="2048" />
<Member Name="viewRightsData" Value="4096" />
<Member Name="editRightsData" Value="8192" />
<Member Name="objModel" Value="16384" />
<Member Name="accessDenied" Value="32768" />
<Member Name="userDefinedProtectionTypeNotSupportedException" Value="65536" />
<Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" />
<Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" />
<Member Name="exception" Value="524288" />
<Member Name="unknownFutureValue" Value="1048576" />
</EnumType>
<EnumType Name="usageRightState">
<Member Name="active" Value="0" />
<Member Name="inactive" Value="1" />
Expand Down Expand Up @@ -12811,6 +12852,11 @@
<ComplexType Name="complianceManagementPartnerAssignment">
<Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" />
</ComplexType>
<ComplexType Name="computeRightsAndInheritanceResult">
<NavigationProperty Name="contentRights" Type="Collection(graph.labelContentRight)" />
<NavigationProperty Name="inheritedLabel" Type="graph.sensitivityLabel" />
<NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" />
</ComplexType>
<ComplexType Name="conditionalAccessAllExternalTenants" BaseType="graph.conditionalAccessExternalTenants" />
<ComplexType Name="conditionalAccessApplications">
<Property Name="applicationFilter" Type="graph.conditionalAccessFilter" />
Expand Down Expand Up @@ -14868,6 +14914,7 @@
</ComplexType>
<ComplexType Name="identifierUriConfiguration">
<Property Name="nonDefaultUriAddition" Type="graph.identifierUriRestriction" />
<Property Name="uriAdditionWithoutUniqueTenantIdentifier" Type="graph.identifierUriRestriction" />
</ComplexType>
<ComplexType Name="identifierUriRestriction">
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
Expand Down Expand Up @@ -17415,6 +17462,11 @@
<ComplexType Name="protectedApplicationMetadata" BaseType="graph.integratedApplicationMetadata">
<Property Name="applicationLocation" Type="graph.policyLocation" />
</ComplexType>
<ComplexType Name="protectedContent">
<Property Name="cid" Type="Edm.String" />
<Property Name="format" Type="Edm.String" />
<Property Name="labelId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="protectGroup" BaseType="graph.labelActionBase">
<Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" />
<Property Name="allowGuestUsers" Type="Edm.Boolean" />
Expand Down Expand Up @@ -28630,6 +28682,11 @@
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
<Property Name="state" Type="graph.appManagementRestrictionState" />
</EntityType>
<EntityType Name="labelContentRight" BaseType="graph.entity">
<Property Name="cid" Type="Edm.String" />
<Property Name="format" Type="Edm.String" />
<NavigationProperty Name="label" Type="graph.sensitivityLabel" Nullable="false" />
</EntityType>
<EntityType Name="landingPage" BaseType="graph.entity">
<Property Name="createdBy" Type="graph.emailIdentity" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -30922,6 +30979,7 @@
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="permission" BaseType="graph.entity">
Expand Down Expand Up @@ -31745,6 +31803,12 @@
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</EntityType>
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
<Property Name="allowedAudiences" Type="graph.organizationAllowedAudiences" />
<Property Name="isUserOverrideForAudienceEnabled" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="profileSource" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="kind" Type="Edm.String" />
Expand Down Expand Up @@ -32895,20 +32959,25 @@
<Property Name="state" Type="Edm.String" />
</EntityType>
<EntityType Name="sensitivityLabel" BaseType="graph.entity">
<Property Name="actionSource" Type="graph.labelActionSource" />
<Property Name="applicableTo" Type="graph.sensitivityLabelTarget" />
<Property Name="applicationMode" Type="graph.applicationMode" />
<Property Name="assignedPolicies" Type="Collection(graph.labelPolicy)" />
<Property Name="autoLabeling" Type="graph.autoLabeling" />
<Property Name="autoTooltip" Type="Edm.String" />
<Property Name="color" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="isDefault" Type="Edm.Boolean" />
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" />
<Property Name="isScopedToUser" Type="Edm.Boolean" />
<Property Name="labelActions" Type="Collection(graph.labelActionBase)" />
<Property Name="locale" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="priority" Type="Edm.Int32" />
<Property Name="toolTip" Type="Edm.String" />
<NavigationProperty Name="rights" Type="graph.usageRightsIncluded" />
<NavigationProperty Name="sublabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" />
</EntityType>
<EntityType Name="sensitivityPolicySettings" BaseType="graph.entity">
Expand Down Expand Up @@ -34540,6 +34609,11 @@
<Property Name="serviceIdentifier" Type="Edm.String" Nullable="false" />
<Property Name="state" Type="graph.usageRightState" Nullable="false" />
</EntityType>
<EntityType Name="usageRightsIncluded" BaseType="graph.entity">
<Property Name="ownerEmail" Type="Edm.String" />
<Property Name="userEmail" Type="Edm.String" />
<Property Name="value" Type="graph.usageRights" Nullable="false" />
</EntityType>
<EntityType Name="usedInsight" BaseType="graph.entity">
<Property Name="lastUsed" Type="graph.usageDetails" />
<Property Name="resourceReference" Type="graph.resourceReference" />
Expand Down Expand Up @@ -38732,6 +38806,14 @@
<Parameter Name="suffix" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="computeRightsAndInheritance" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" />
<Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" />
<Parameter Name="locale" Type="Edm.String" Unicode="false" />
<Parameter Name="protectedContents" Type="Collection(graph.protectedContent)" Nullable="false" />
<Parameter Name="supportedContentFormats" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<ReturnType Type="graph.computeRightsAndInheritanceResult" />
</Action>
<Action Name="concatenate" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="values" Type="graph.Json" />
Expand Down Expand Up @@ -39327,6 +39409,10 @@
<Parameter Name="angle" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="delete" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" />
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
</Action>
<Action Name="delete" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookRange" />
<Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
Expand Down Expand Up @@ -43214,6 +43300,11 @@
<Action Name="restart" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.teamworkDevice" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" />
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="Collection(graph.recycleBinItem)" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -43310,6 +43401,18 @@
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcRecommendationReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPcRecommendationReportType" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
Expand Down Expand Up @@ -45107,6 +45210,13 @@
<Parameter Name="templateId" Type="Edm.String" Unicode="false" />
<ReturnType Type="Collection(graph.deviceManagementSettingComparison)" />
</Function>
<Function Name="computeInheritance" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" />
<Parameter Name="labelIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
<Parameter Name="locale" Type="Edm.String" Unicode="false" />
<Parameter Name="contentFormats" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="graph.sensitivityLabel" />
</Function>
<Function Name="convertFromMobileAppCatalogPackage" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.mobileApp)" />
<Parameter Name="mobileAppCatalogPackageId" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -68962,6 +69072,21 @@
</Collection>
</Annotation>
</Annotations>
<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)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2025-02-27" />
<PropertyValue Property="Description" String="Starting from July 01, 2025, this API ('getCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the retrieveCloudPcRecommendationReports API." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2025-07-01" />
<PropertyValue Property="Version" String="2025-02/getCloudPcRecommendationReports" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
Loading