|
3773 | 3773 | </Collection>
|
3774 | 3774 | </Annotation>
|
3775 | 3775 | </Annotations>
|
| 3776 | + <Annotations Target="microsoft.graph.communityPrivacy"> |
| 3777 | + <Annotation Term="Org.OData.Core.V1.Description" String="Types of communityPrivacy."/> |
| 3778 | + </Annotations> |
| 3779 | + <Annotations Target="microsoft.graph.communityPrivacy/public"> |
| 3780 | + <Annotation Term="Org.OData.Core.V1.Description" String="Any user from the tenant can join and participate in the community."/> |
| 3781 | + </Annotations> |
| 3782 | + <Annotations Target="microsoft.graph.communityPrivacy/private"> |
| 3783 | + <Annotation Term="Org.OData.Core.V1.Description" String="A community administrator must add tenant users to the community before they can participate."/> |
| 3784 | + </Annotations> |
| 3785 | + <Annotations Target="microsoft.graph.communityPrivacy/unknownFutureValue"> |
| 3786 | + <Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API."/> |
| 3787 | + </Annotations> |
| 3788 | + <Annotations Target="microsoft.graph.engagementAsyncOperationType"> |
| 3789 | + <Annotation Term="Org.OData.Core.V1.Description" String="Types of engagementAsyncOperationType. Members will be added here as more async operations are supported."/> |
| 3790 | + </Annotations> |
| 3791 | + <Annotations Target="microsoft.graph.engagementAsyncOperationType/createCommunity"> |
| 3792 | + <Annotation Term="Org.OData.Core.V1.Description" String="Operation to create a Viva Engage community."/> |
| 3793 | + </Annotations> |
| 3794 | + <Annotations Target="microsoft.graph.engagementAsyncOperationType/unknownFutureValue"> |
| 3795 | + <Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API."/> |
| 3796 | + </Annotations> |
3776 | 3797 | <Annotations Target="microsoft.graph.directoryObject">
|
3777 | 3798 | <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
|
3778 | 3799 | <Record>
|
|
3909 | 3930 | <PropertyValue Property="Supported" Bool="true"/>
|
3910 | 3931 | </Record>
|
3911 | 3932 | </Annotation>
|
| 3933 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft Entra group."/> |
3912 | 3934 | </Annotations>
|
3913 | 3935 | <Annotations Target="microsoft.graph.resourceSpecificPermissionGrant">
|
3914 | 3936 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
|
|
4163 | 4185 | <PropertyValue Property="Supported" Bool="true"/>
|
4164 | 4186 | </Record>
|
4165 | 4187 | </Annotation>
|
| 4188 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft Entra user account."/> |
4166 | 4189 | </Annotations>
|
4167 | 4190 | <Annotations Target="microsoft.graph.oAuth2PermissionGrant">
|
4168 | 4191 | <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
|
|
6158 | 6181 | </Annotation>
|
6159 | 6182 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true"/>
|
6160 | 6183 | </Annotations>
|
| 6184 | + <Annotations Target="microsoft.graph.longRunningOperation"> |
| 6185 | + <Annotation Term="Org.OData.Core.V1.Description" String="The status of a long-running operation."/> |
| 6186 | + </Annotations> |
6161 | 6187 | <Annotations Target="microsoft.graph.identityProvider">
|
6162 | 6188 | <Annotation Term="Org.OData.Core.V1.Revisions">
|
6163 | 6189 | <Collection>
|
|
16768 | 16794 | </Record>
|
16769 | 16795 | </Annotation>
|
16770 | 16796 | </Annotations>
|
| 16797 | + <Annotations Target="microsoft.graph.community"> |
| 16798 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents a community in Viva Engage that is a central place for conversations, |
| 16799 | +files, events, and updates for people sharing a common interest or goal."/> |
| 16800 | + </Annotations> |
| 16801 | + <Annotations Target="microsoft.graph.community/description"> |
| 16802 | + <Annotation Term="Org.OData.Core.V1.Description" String="The description of the community. The maximum length is 1024 characters."/> |
| 16803 | + </Annotations> |
| 16804 | + <Annotations Target="microsoft.graph.community/displayName"> |
| 16805 | + <Annotation Term="Org.OData.Core.V1.Description" String="The name of the community. The maximum length is 255 characters."/> |
| 16806 | + </Annotations> |
| 16807 | + <Annotations Target="microsoft.graph.community/groupId"> |
| 16808 | + <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the Microsoft 365 group that manages the membership of this community."/> |
| 16809 | + <Annotation Term="Org.OData.Core.V1.Permissions"> |
| 16810 | + <EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember> |
| 16811 | + </Annotation> |
| 16812 | + </Annotations> |
| 16813 | + <Annotations Target="microsoft.graph.community/privacy"> |
| 16814 | + <Annotation Term="Org.OData.Core.V1.Description" String="Defines the privacy level of the community. The possible values are: public, private, unknownFutureValue."/> |
| 16815 | + </Annotations> |
| 16816 | + <Annotations Target="microsoft.graph.community/group"> |
| 16817 | + <Annotation Term="Org.OData.Core.V1.Description" String="The Microsoft 365 group that manages the membership of this community."/> |
| 16818 | + </Annotations> |
| 16819 | + <Annotations Target="microsoft.graph.community/owners"> |
| 16820 | + <Annotation Term="Org.OData.Core.V1.Description" String="The admins of the community. Limited to 100 users."/> |
| 16821 | + </Annotations> |
| 16822 | + <Annotations Target="microsoft.graph.employeeExperience"> |
| 16823 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents a container that exposes navigation properties for employee experience resources."/> |
| 16824 | + </Annotations> |
| 16825 | + <Annotations Target="microsoft.graph.employeeExperience/communities"> |
| 16826 | + <Annotation Term="Org.OData.Core.V1.Description" String="A collection of communities in Viva Engage."/> |
| 16827 | + </Annotations> |
| 16828 | + <Annotations Target="microsoft.graph.engagementAsyncOperation"> |
| 16829 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents the status of a Viva Engage async operation that is an operation that transcends the |
| 16830 | +lifetime of a single API request. These operations are long-running or too expensive to complete |
| 16831 | +within the time frame of their original request."/> |
| 16832 | + </Annotations> |
| 16833 | + <Annotations Target="microsoft.graph.employeeExperience/engagementAsyncOperations"> |
| 16834 | + <Annotation Term="Org.OData.Core.V1.Description" String="A collection of long-running, asynchronous operations related to Viva Engage."/> |
| 16835 | + </Annotations> |
| 16836 | + <Annotations Target="microsoft.graph.engagementAsyncOperation/operationType"> |
| 16837 | + <Annotation Term="Org.OData.Core.V1.Description" String="The type of the long-running operation."/> |
| 16838 | + <Annotation Term="Org.OData.Core.V1.Permissions"> |
| 16839 | + <EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember> |
| 16840 | + </Annotation> |
| 16841 | + </Annotations> |
| 16842 | + <Annotations Target="microsoft.graph.engagementAsyncOperation/resourceId"> |
| 16843 | + <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the object created or modified as a result of this async operation."/> |
| 16844 | + <Annotation Term="Org.OData.Core.V1.Permissions"> |
| 16845 | + <EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember> |
| 16846 | + </Annotation> |
| 16847 | + </Annotations> |
16771 | 16848 | <Annotations Target="microsoft.graph.deviceConfigurationDeviceActivity(microsoft.graph.reportRoot)">
|
16772 | 16849 | <Annotation Term="Org.OData.Core.V1.Description" String="Metadata for the device configuration device activity report"/>
|
16773 | 16850 | </Annotations>
|
|
40522 | 40599 | <Member Name="linkedFiles" Value="2"/>
|
40523 | 40600 | <Member Name="unknownFutureValue" Value="4"/>
|
40524 | 40601 | </EnumType>
|
| 40602 | + <EnumType Name="additionalOptions" IsFlags="true"> |
| 40603 | + <Member Name="none" Value="0"/> |
| 40604 | + <Member Name="teamsAndYammerConversations" Value="1"/> |
| 40605 | + <Member Name="cloudAttachments" Value="2"/> |
| 40606 | + <Member Name="allDocumentVersions" Value="4"/> |
| 40607 | + <Member Name="subfolderContents" Value="8"/> |
| 40608 | + <Member Name="listAttachments" Value="16"/> |
| 40609 | + <Member Name="unknownFutureValue" Value="32"/> |
| 40610 | + </EnumType> |
40525 | 40611 | <EnumType Name="caseAction">
|
40526 | 40612 | <Member Name="contentExport" Value="0"/>
|
40527 | 40613 | <Member Name="applyTags" Value="1"/>
|
|
40532 | 40618 | <Member Name="holdUpdate" Value="6"/>
|
40533 | 40619 | <Member Name="unknownFutureValue" Value="7"/>
|
40534 | 40620 | <Member Name="purgeData" Value="8"/>
|
| 40621 | + <Member Name="exportReport" Value="9"/> |
| 40622 | + <Member Name="exportResult" Value="10"/> |
40535 | 40623 | </EnumType>
|
40536 | 40624 | <EnumType Name="caseOperationStatus">
|
40537 | 40625 | <Member Name="notStarted" Value="0"/>
|
@@ -40577,12 +40665,28 @@
|
40577 | 40665 | <Member Name="allCaseNoncustodialDataSources" Value="8"/>
|
40578 | 40666 | <Member Name="unknownFutureValue" Value="16"/>
|
40579 | 40667 | </EnumType>
|
| 40668 | + <EnumType Name="exportCriteria" IsFlags="true"> |
| 40669 | + <Member Name="searchHits" Value="1"/> |
| 40670 | + <Member Name="partiallyIndexed" Value="2"/> |
| 40671 | + <Member Name="unknownFutureValue" Value="4"/> |
| 40672 | + </EnumType> |
40580 | 40673 | <EnumType Name="exportFileStructure">
|
40581 | 40674 | <Member Name="none" Value="0"/>
|
40582 | 40675 | <Member Name="directory" Value="1"/>
|
40583 | 40676 | <Member Name="pst" Value="2"/>
|
40584 | 40677 | <Member Name="unknownFutureValue" Value="3"/>
|
40585 | 40678 | </EnumType>
|
| 40679 | + <EnumType Name="exportFormat"> |
| 40680 | + <Member Name="pst" Value="0"/> |
| 40681 | + <Member Name="msg" Value="1"/> |
| 40682 | + <Member Name="eml" Value="2"/> |
| 40683 | + <Member Name="unknownFutureValue" Value="3"/> |
| 40684 | + </EnumType> |
| 40685 | + <EnumType Name="exportLocation" IsFlags="true"> |
| 40686 | + <Member Name="responsiveLocations" Value="1"/> |
| 40687 | + <Member Name="nonresponsiveLocations" Value="2"/> |
| 40688 | + <Member Name="unknownFutureValue" Value="4"/> |
| 40689 | + </EnumType> |
40586 | 40690 | <EnumType Name="exportOptions" IsFlags="true">
|
40587 | 40691 | <Member Name="originalFiles" Value="1"/>
|
40588 | 40692 | <Member Name="text" Value="2"/>
|
|
41218 | 41322 | <EntityType Name="ediscoveryReviewSetQuery" BaseType="microsoft.graph.security.search"/>
|
41219 | 41323 | <EntityType Name="ediscoveryHoldOperation" BaseType="microsoft.graph.security.caseOperation"/>
|
41220 | 41324 | <EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"/>
|
| 41325 | + <EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation"> |
| 41326 | + <Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/> |
| 41327 | + <Property Name="description" Type="Edm.String"/> |
| 41328 | + <Property Name="displayName" Type="Edm.String"/> |
| 41329 | + <Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/> |
| 41330 | + <Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)"/> |
| 41331 | + <Property Name="exportFormat" Type="microsoft.graph.security.exportFormat"/> |
| 41332 | + <Property Name="exportLocation" Type="microsoft.graph.security.exportLocation"/> |
| 41333 | + <Property Name="exportSingleItems" Type="Edm.Boolean"/> |
| 41334 | + <NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch"/> |
| 41335 | + </EntityType> |
41221 | 41336 | <EntityType Name="ediscoveryTagOperation" BaseType="microsoft.graph.security.caseOperation"/>
|
41222 | 41337 | <EntityType Name="healthIssue" BaseType="graph.entity">
|
41223 | 41338 | <Property Name="additionalInformation" Type="Collection(Edm.String)" Nullable="false"/>
|
@@ -41361,13 +41476,16 @@
|
41361 | 41476 | <Property Name="azureAdDeviceId" Type="Edm.String"/>
|
41362 | 41477 | <Property Name="defenderAvStatus" Type="microsoft.graph.security.defenderAvStatus"/>
|
41363 | 41478 | <Property Name="deviceDnsName" Type="Edm.String"/>
|
| 41479 | + <Property Name="dnsDomain" Type="Edm.String"/> |
41364 | 41480 | <Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset"/>
|
41365 | 41481 | <Property Name="healthStatus" Type="microsoft.graph.security.deviceHealthStatus"/>
|
| 41482 | + <Property Name="hostName" Type="Edm.String"/> |
41366 | 41483 | <Property Name="ipInterfaces" Type="Collection(Edm.String)"/>
|
41367 | 41484 | <Property Name="lastExternalIpAddress" Type="Edm.String"/>
|
41368 | 41485 | <Property Name="lastIpAddress" Type="Edm.String"/>
|
41369 | 41486 | <Property Name="loggedOnUsers" Type="Collection(microsoft.graph.security.loggedOnUser)"/>
|
41370 | 41487 | <Property Name="mdeDeviceId" Type="Edm.String"/>
|
| 41488 | + <Property Name="ntDomain" Type="Edm.String"/> |
41371 | 41489 | <Property Name="onboardingStatus" Type="microsoft.graph.security.onboardingStatus"/>
|
41372 | 41490 | <Property Name="osBuild" Type="Edm.Int64"/>
|
41373 | 41491 | <Property Name="osPlatform" Type="Edm.String"/>
|
|
42107 | 42225 | <Action Name="estimateStatistics" IsBound="true">
|
42108 | 42226 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
|
42109 | 42227 | </Action>
|
| 42228 | + <Action Name="exportReport" IsBound="true"> |
| 42229 | + <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/> |
| 42230 | + <Parameter Name="displayName" Type="Edm.String" Unicode="false"/> |
| 42231 | + <Parameter Name="description" Type="Edm.String" Unicode="false"/> |
| 42232 | + <Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/> |
| 42233 | + <Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation"/> |
| 42234 | + <Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/> |
| 42235 | + </Action> |
| 42236 | + <Action Name="exportResult" IsBound="true"> |
| 42237 | + <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/> |
| 42238 | + <Parameter Name="displayName" Type="Edm.String" Unicode="false"/> |
| 42239 | + <Parameter Name="description" Type="Edm.String" Unicode="false"/> |
| 42240 | + <Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/> |
| 42241 | + <Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation"/> |
| 42242 | + <Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/> |
| 42243 | + <Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat"/> |
| 42244 | + <Parameter Name="exportSingleItems" Type="Edm.Boolean"/> |
| 42245 | + </Action> |
42110 | 42246 | <Action Name="purgeData" IsBound="true">
|
42111 | 42247 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
|
42112 | 42248 | <Parameter Name="purgeType" Type="microsoft.graph.security.purgeType">
|
|
0 commit comments