|
8375 | 8375 | <Member Name="active" Value="3" /> |
8376 | 8376 | <Member Name="unknownFutureValue" Value="4" /> |
8377 | 8377 | <Member Name="dormant" Value="5" /> |
| 8378 | + <Member Name="offboardRequested" Value="6" /> |
| 8379 | + <Member Name="offboarded" Value="7" /> |
8378 | 8380 | </EnumType> |
8379 | 8381 | <EnumType Name="protectionRuleStatus"> |
8380 | 8382 | <Member Name="draft" Value="0" /> |
|
14616 | 14618 | <ComplexType Name="copilotFile"> |
14617 | 14619 | <Property Name="uri" Type="Edm.String" Nullable="false" /> |
14618 | 14620 | </ComplexType> |
| 14621 | + <ComplexType Name="copilotPackageUpdateResponse"> |
| 14622 | + <Property Name="id" Type="Edm.String" Nullable="false" /> |
| 14623 | + </ComplexType> |
14619 | 14624 | <ComplexType Name="copilotSearchDataSourcesConfiguration"> |
14620 | 14625 | <Property Name="oneDrive" Type="graph.oneDriveDataSourceConfiguration" Nullable="false" /> |
14621 | 14626 | </ComplexType> |
|
26739 | 26744 | <Property Name="shortDescription" Type="Edm.String" /> |
26740 | 26745 | <Property Name="supportedHosts" Type="Collection(Edm.String)" Nullable="false" /> |
26741 | 26746 | <Property Name="type" Type="graph.packageType" Nullable="false" /> |
| 26747 | + <Property Name="zipFile" Type="Edm.Stream" /> |
26742 | 26748 | </EntityType> |
26743 | 26749 | <EntityType Name="copilotPackageDetail" BaseType="graph.copilotPackage"> |
26744 | 26750 | <Property Name="acquireUsersAndGroups" Type="Collection(graph.packageAccessEntity)" Nullable="false" /> |
|
29415 | 29421 | <NavigationProperty Name="availableAccessPackages" Type="Collection(graph.availableAccessPackage)" ContainsTarget="true" /> |
29416 | 29422 | <NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" /> |
29417 | 29423 | <NavigationProperty Name="controlConfigurations" Type="Collection(graph.controlConfiguration)" ContainsTarget="true" /> |
| 29424 | + <NavigationProperty Name="externalOriginResourceConnectors" Type="Collection(graph.externalOriginResourceConnector)" ContainsTarget="true" /> |
29418 | 29425 | <NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" /> |
29419 | 29426 | <NavigationProperty Name="subjects" Type="Collection(graph.accessPackageSubject)" ContainsTarget="true" /> |
29420 | 29427 | </EntityType> |
|
34840 | 34847 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
34841 | 34848 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
34842 | 34849 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 34850 | + <Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" /> |
34843 | 34851 | <Property Name="protectionMode" Type="graph.BackupPolicyProtectionMode" /> |
34844 | 34852 | <Property Name="protectionPolicyArtifactCount" Type="graph.protectionPolicyArtifactCount" /> |
34845 | 34853 | <Property Name="retentionSettings" Type="Collection(graph.retentionSetting)" /> |
|
41806 | 41814 | <Parameter Name="number2" Type="graph.Json" /> |
41807 | 41815 | <ReturnType Type="graph.workbookFunctionResult" /> |
41808 | 41816 | </Action> |
| 41817 | + <Action Name="block" IsBound="true"> |
| 41818 | + <Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" /> |
| 41819 | + </Action> |
41809 | 41820 | <Action Name="browse" IsBound="true"> |
41810 | 41821 | <Parameter Name="bindingParameter" Type="graph.browseSessionBase" /> |
41811 | 41822 | <Parameter Name="browseLocationItemKey" Type="Edm.String" Unicode="false" /> |
|
46495 | 46506 | <Action Name="reapplyFilters" IsBound="true"> |
46496 | 46507 | <Parameter Name="bindparameter" Type="graph.workbookTable" /> |
46497 | 46508 | </Action> |
| 46509 | + <Action Name="reassign" IsBound="true"> |
| 46510 | + <Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" /> |
| 46511 | + <Parameter Name="userId" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 46512 | + </Action> |
46498 | 46513 | <Action Name="reassign" IsBound="true"> |
46499 | 46514 | <Parameter Name="bindingParameter" Type="graph.educationSubmission" /> |
46500 | 46515 | <ReturnType Type="graph.educationSubmission" /> |
|
48222 | 48237 | <Action Name="unbind" IsBound="true"> |
48223 | 48238 | <Parameter Name="bindingParameter" Type="graph.androidManagedStoreAccountEnterpriseSettings" /> |
48224 | 48239 | </Action> |
| 48240 | + <Action Name="unblock" IsBound="true"> |
| 48241 | + <Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" /> |
| 48242 | + </Action> |
48225 | 48243 | <Action Name="unblockManagedApps" IsBound="true"> |
48226 | 48244 | <Parameter Name="bindingParameter" Type="graph.user" /> |
48227 | 48245 | </Action> |
|
48302 | 48320 | <Action Name="unsubscribeByMail" IsBound="true"> |
48303 | 48321 | <Parameter Name="bindingParameter" Type="graph.group" /> |
48304 | 48322 | </Action> |
| 48323 | + <Action Name="update" IsBound="true"> |
| 48324 | + <Parameter Name="bindingParameter" Type="graph.copilotPackage" Nullable="false" /> |
| 48325 | + <Parameter Name="zipFile" Type="Edm.Stream" Nullable="false" /> |
| 48326 | + <ReturnType Type="graph.copilotPackageUpdateResponse" Nullable="false" /> |
| 48327 | + </Action> |
48305 | 48328 | <Action Name="update" IsBound="true"> |
48306 | 48329 | <Parameter Name="bindingParameter" Type="graph.policySet" /> |
48307 | 48330 | <Parameter Name="addedPolicySetItems" Type="Collection(graph.policySetItem)" /> |
|
63225 | 63248 | <PropertyValue Property="Countable" Bool="true" /> |
63226 | 63249 | </Record> |
63227 | 63250 | </Annotation> |
| 63251 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 63252 | + <Record> |
| 63253 | + <PropertyValue Property="Deletable" Bool="true" /> |
| 63254 | + </Record> |
| 63255 | + </Annotation> |
63228 | 63256 | <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
63229 | 63257 | <Record> |
63230 | 63258 | <PropertyValue Property="Filterable" Bool="true" /> |
|
63246 | 63274 | </PropertyValue> |
63247 | 63275 | </Record> |
63248 | 63276 | </Annotation> |
| 63277 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 63278 | + <Record> |
| 63279 | + <PropertyValue Property="Insertable" Bool="true" /> |
| 63280 | + <PropertyValue Property="RequiredProperties"> |
| 63281 | + <Collection> |
| 63282 | + <PropertyPath>zipFile</PropertyPath> |
| 63283 | + </Collection> |
| 63284 | + </PropertyValue> |
| 63285 | + </Record> |
| 63286 | + </Annotation> |
63249 | 63287 | <Annotation Term="Org.OData.Capabilities.V1.SkipTokenSupported" Bool="true" /> |
| 63288 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 63289 | + <Record> |
| 63290 | + <PropertyValue Property="NonUpdatableNavigationProperties"> |
| 63291 | + <Collection /> |
| 63292 | + </PropertyValue> |
| 63293 | + <PropertyValue Property="NonUpdatableProperties"> |
| 63294 | + <Collection> |
| 63295 | + <PropertyPath>elementDetails</PropertyPath> |
| 63296 | + <PropertyPath>id</PropertyPath> |
| 63297 | + <PropertyPath>lastModifiedDateTime</PropertyPath> |
| 63298 | + <PropertyPath>manifestVersion</PropertyPath> |
| 63299 | + <PropertyPath>publisher</PropertyPath> |
| 63300 | + <PropertyPath>type</PropertyPath> |
| 63301 | + <PropertyPath>version</PropertyPath> |
| 63302 | + <PropertyPath>zipFile</PropertyPath> |
| 63303 | + </Collection> |
| 63304 | + </PropertyValue> |
| 63305 | + <PropertyValue Property="RequiredProperties"> |
| 63306 | + <Collection /> |
| 63307 | + </PropertyValue> |
| 63308 | + <PropertyValue Property="Updatable" Bool="true" /> |
| 63309 | + <PropertyValue Property="UpdatableNavigationProperties"> |
| 63310 | + <Collection /> |
| 63311 | + </PropertyValue> |
| 63312 | + </Record> |
| 63313 | + </Annotation> |
63250 | 63314 | </Annotations> |
63251 | 63315 | <Annotations Target="microsoft.graph.copilotChatResponseOptions"> |
63252 | 63316 | <Annotation Term="Org.OData.Core.V1.Description" String="Represents copilot response options parameter." /> |
|
0 commit comments